.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}
/* ==========================================================================
   Tailwind
   ========================================================================== */
/* ! tailwindcss v3.1.8 | 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 */
  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;
}
/*
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;
}
*, ::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-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:  ;
}
::-webkit-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-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-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:  ;
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.top-0{
  top: 0px;
}
.left-0{
  left: 0px;
}
.top-4{
  top: 1rem;
}
.right-4{
  right: 1rem;
}
.top-6{
  top: 1.5rem;
}
.left-6{
  left: 1.5rem;
}
.bottom-5{
  bottom: 1.25rem;
}
.right-5{
  right: 1.25rem;
}
.top-8{
  top: 2rem;
}
.right-6{
  right: 1.5rem;
}
.right-0{
  right: 0px;
}
.z-0{
  z-index: 0;
}
.z-1{
  z-index: 1;
}
.z-10{
  z-index: 10;
}
.z-3{
  z-index: 3;
}
.-z-1{
  z-index: -1;
}
.z-20{
  z-index: 20;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.row-span-1{
  grid-row: span 1 / span 1;
}
.row-span-2{
  grid-row: span 2 / span 2;
}
.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mb-0{
  margin-bottom: 0px;
}
.ml-6{
  margin-left: 1.5rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-auto{
  margin-left: auto;
}
.mt-4{
  margin-top: 1rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.ml-4{
  margin-left: 1rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-14{
  margin-bottom: 3.5rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mr-8{
  margin-right: 2rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mr-4{
  margin-right: 1rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.h-full{
  height: 100%;
}
.h-auto{
  height: auto;
}
.h-5{
  height: 1.25rem;
}
.h-screen{
  height: 100vh;
}
.h-8{
  height: 2rem;
}
.min-h-screen{
  min-height: 100vh;
}
.w-full{
  width: 100%;
}
.w-8{
  width: 2rem;
}
.w-12{
  width: 3rem;
}
.w-\[50\%\]{
  width: 50%;
}
.w-auto{
  width: auto;
}
.w-7{
  width: 1.75rem;
}
.w-5{
  width: 1.25rem;
}
.w-screen{
  width: 100vw;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-full{
  max-width: 100%;
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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));
}
.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.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\.5{
  gap: 0.625rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-20{
  gap: 5rem;
}
.gap-40{
  gap: 10rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-12{
  gap: 3rem;
}
.gap-x-10{
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-x-2\.5{
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}
.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-y-2\.5{
  row-gap: 0.625rem;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * 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));
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.scroll-smooth{
  scroll-behavior: smooth;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-full{
  border-radius: 9999px;
}
.border-0{
  border-width: 0px;
}
.border{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-l{
  border-left-width: 1px;
}
.border-b-\[1px\]{
  border-bottom-width: 1px;
}
.border-t-\[5px\]{
  border-top-width: 5px;
}
.border-t-\[24px\]{
  border-top-width: 24px;
}
.border-stone-300{
  --tw-border-opacity: 1;
  border-color: rgb(214 211 209 / var(--tw-border-opacity));
}
.border-slate-300{
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}
.border-slate-400{
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity));
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-stone-600{
  --tw-border-opacity: 1;
  border-color: rgb(87 83 78 / var(--tw-border-opacity));
}
.border-stone-800{
  --tw-border-opacity: 1;
  border-color: rgb(41 37 36 / var(--tw-border-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-slate-800{
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / 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-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-left{
  -o-object-position: left;
     object-position: left;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.object-right{
  -o-object-position: right;
     object-position: right;
}
.p-8{
  padding: 2rem;
}
.p-4{
  padding: 1rem;
}
.p-3{
  padding: 0.75rem;
}
.p-0{
  padding: 0px;
}
.p-6{
  padding: 1.5rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pr-6{
  padding-right: 1.5rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pt-16{
  padding-top: 4rem;
}
.pt-1{
  padding-top: 0.25rem;
}
.pl-\[50px\]{
  padding-left: 50px;
}
.pb-16{
  padding-bottom: 4rem;
}
.text-center{
  text-align: center;
}
.align-middle{
  vertical-align: middle;
}
.font-sans{
  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";
}
.font-serif{
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-xlrg{
  font-size: 2rem;
  line-height: 2.5rem;
}
.text-smallcaps{
  font-size: 0.95rem;
  line-height: 1.5rem;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.uppercase{
  text-transform: uppercase;
}
.italic{
  font-style: italic;
}
.leading-tight{
  line-height: 1.25;
}
.leading-none{
  line-height: 1;
}
.tracking-\[0\.1rem\]{
  letter-spacing: 0.1rem;
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.no-underline{
  text-decoration-line: none;
}
.decoration-slate-500\/\[0\.5\]{
  text-decoration-color: rgb(100 116 139 / 0.5);
}
.underline-offset-2{
  text-underline-offset: 2px;
}
.opacity-20{
  opacity: 0.2;
}
.opacity-30{
  opacity: 0.3;
}
.opacity-40{
  opacity: 0.4;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-60{
  opacity: 0.6;
}
.opacity-70{
  opacity: 0.7;
}
.opacity-80{
  opacity: 0.8;
}
.opacity-90{
  opacity: 0.9;
}
.opacity-100{
  opacity: 1;
}
.opacity-75{
  opacity: 0.75;
}
.opacity-0{
  opacity: 0;
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.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-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
/* ==========================================================================
   Base
   ========================================================================== */
*, *::after, *::before {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto !important;
}

.main{
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.aspect-16x9{
  position: relative;
  padding-bottom: 56.25%;
}
.aspect-16x9 iframe,  .aspect-16x9 embed,  .aspect-16x9 object,  .aspect-16x9 video{
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.sectionDivider + .columnText, 
.sectionDivider + .palette, 
.sectionDivider + .textImageRight, 
.sectionDivider + .dosDonts, 
.columnText + .palette, 
.columnText + .sectionDivider, 
.accessibilty + .palette, 
.palette + .accessibilty, 
.textImageRight + .textImageRight, 
.textImageRight + .typeStyleTable{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(214 211 209 / var(--tw-border-opacity));
}

.page-block + .page-block,  .intro-text + .page-block,  .page-block + .intro-text,  .intro-text + .intro-text{
  margin-top: 0.625rem;
}

.palette + .charts .charts-heading h3, 
.palette + .colorUse .colorUse-content{
  padding-top: 0px;
}

.intro{
  position: relative;
  display: flex;
  height: 100vh;
  width: 100vw;
  justify-content: flex-end;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding: 0px;
}

@media (min-width: 1024px){
  .intro{
    padding: 5rem;
  }
}

@media (min-width: 1280px){
  .intro{
    padding: 9rem;
  }
}
.intro .login{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 3;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  padding: 1.5rem;
}
@media (min-width: 768px){
  .intro .login{
    padding: 0px;
  }
}
.intro .login form{
  display: flex;
  width: 100%;
  flex-direction: column;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2rem;
}
@media (min-width: 768px){
  .intro .login form{
    width: auto;
  }
}
.intro .login input{
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity));
  padding: 1.5rem;
}
@media (min-width: 1024px){
  .intro .login input{
    width: 25vw;
    padding: 2rem;
  }
}

.up-link{
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  z-index: 2;
}

@media (min-width: 1024px){
  .up-link{
    bottom: 2.5rem;
    right: 4rem;
  }
}

@font-face {
  font-family: "AtlasGrotesk";
  src: url("../fonts/AtlasGrotesk/AtlasGrotesk-Bold.otf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "AtlasGrotesk";
  src: url("../fonts/AtlasGrotesk/AtlasGrotesk-Light.otf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "AtlasGrotesk";
  src: url("../fonts/AtlasGrotesk/AtlasGrotesk-LightItalic.otf");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "AtlasGrotesk";
  src: url("../fonts/AtlasGrotesk/AtlasGrotesk-Thin.otf");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "AtlasGrotesk";
  src: url("../fonts/AtlasGrotesk/AtlasGrotesk-ThinItalic.otf");
  font-weight: 100;
  font-style: italic;
}
:root {
  --serif-font: "AtlasGrotesk", sans-serif;
  --sans-font: "AtlasGrotesk", sans-serif;
}

body{
  position: relative;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: var(--sans-font);
}

h1,  .h1,  h2,  .h2,  h3,  .h3,  h4,  .h4,  h5,  .h5,  h6,  .h6{
  width: 100%;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-family: var(--serif-font);
}

p{
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 768px){
  p{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px){
  p{
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

p {
  font-family: var(--sans-font);
}

h4{
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

@media (min-width: 768px){
  h4{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px){
  h4{
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.trimLast *:last-child{
  margin-bottom: 0px;
}

ul li{
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / 0.2);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

a{
  text-decoration-line: underline;
  text-decoration-color: rgb(100 116 139 / 0.5);
  text-underline-offset: 2px;
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
a:hover{
  text-decoration-color: rgb(100 116 139 / 1.0);
  opacity: 0.75;
}

.btn{
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  text-decoration-line: none;
  outline: 2px solid transparent;
  outline-offset: 2px;
  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: 300ms;
  font-family: var(--sans-font);
}
.btn:focus{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* ==========================================================================
   Vendor
   ========================================================================== */
/* ==========================================================================
   Components
   ========================================================================== */
.header-open{
  position: fixed;
  top: 2rem;
  right: 1.5rem;
  z-index: 10;
  height: 2rem;
  width: 2rem;
}
.header-open:hover{
  cursor: pointer;
}
@media (min-width: 1024px){
  .header-open{
    top: 4rem;
    right: 6rem;
    height: 2.75rem;
    width: 2.75rem;
  }
}

.header-nav{
  visibility: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.header-nav.is-active{
  visibility: visible;
  position: fixed;
  right: 0px;
  z-index: 20;
  height: 100vh;
  width: 100%;
  overflow-y: scroll;
  opacity: 1;
}
.header-nav.is-active img{
  position: fixed;
}
.header-nav h2{
  display: flex;
  align-items: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}
@media (min-width: 1024px){
  .header-nav h2{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.header-nav h2 span{
  margin-right: 2rem;
  padding-top: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
@media (min-width: 1024px){
  .header-nav h2 span{
    margin-right: 0.75rem;
    padding-top: 0.25rem;
    font-size: 0.95rem;
    line-height: 1.2rem;
  }
}
.header-nav p{
  margin-bottom: 0.5rem;
  padding-left: 50px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
@media (min-width: 1024px){
  .header-nav p{
    padding-left: 35px;
    font-size: 0.95rem;
    line-height: 1.2rem;
  }
}

.header-close{
  position: fixed;
  top: 2rem;
  right: 1.5rem;
  z-index: 20;
  height: 2rem;
  width: 2rem;
}

.header-close:hover{
  cursor: pointer;
}

@media (min-width: 1024px){
  .header-close{
    top: 4rem;
    right: 6rem;
    height: 2.75rem;
    width: 2.75rem;
  }
}

.sectionDivider{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top-width: 24px;
  --tw-border-opacity: 1;
  border-color: rgb(41 37 36 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 1024px){
  .sectionDivider{
    padding-left: 9rem;
    padding-right: 9rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.sectionDivider h2{
  display: flex;
  align-items: center;
  padding-right: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
@media (min-width: 1024px){
  .sectionDivider h2{
    font-size: 4.5rem;
    line-height: 1;
  }
}
.sectionDivider h2 span{
  margin-right: 1rem;
  padding-top: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
@media (min-width: 1024px){
  .sectionDivider h2 span{
    margin-right: 3rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.sectionDivider .btn{
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 1024px){
  .sectionDivider .btn{
    display: inline-block;
  }
}

.calloutText{
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1024px){
  .calloutText{
    padding: 4rem;
  }
}
.calloutText p{
  margin-bottom: 3.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 500;
}
@media (min-width: 1024px){
  .calloutText p{
    margin-bottom: 3.5rem;
    max-width: 80%;
    font-size: 4.5rem;
    line-height: 1.125;
  }
}
.calloutText hr{
  margin-bottom: 3.5rem;
  border-top-width: 5px;
}
@media (min-width: 1024px){
  .calloutText hr{
    margin-bottom: 3.5rem;
    border-top-width: 13px;
  }
}

.columnText-content{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 1024px){
  .columnText-content{
    padding-left: 9rem;
    padding-right: 9rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.columnText-content h3{
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
@media (min-width: 1024px){
  .columnText-content h3{
    margin-bottom: 0px;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.columnText-content p{
  font-size: 1rem;
  line-height: 1.5rem;
}

.columns{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 1024px){
  .columns{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.columns div{
  margin-bottom: 2rem;
}
@media (min-width: 1024px){
  .columns div{
    margin-bottom: 0px;
  }
}
.columns p,  .columns ul,  .columns h4{
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 1024px){
  .columns p,  .columns ul,  .columns h4{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.columns p.extra-large{
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 700;
}
@media (min-width: 1024px){
  .columns p.extra-large{
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
.columns p.subhead{
  font-weight: 700;
}
.columns.callout p{
  font-size: 2rem;
  line-height: 2.5rem;
}
@media (min-width: 1024px){
  .columns.callout p{
    font-size: 3rem;
    line-height: 3.5rem;
  }
}

.gridContent{
  display: grid;
  gap: 3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

@media (min-width: 1024px){
  .gridContent{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 6rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
    padding-left: 9rem;
    padding-right: 9rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1280px){
  .gridContent{
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }
}
.gridContent h3{
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
@media (min-width: 1024px){
  .gridContent h3{
    margin-bottom: 2rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.gridContent p{
  font-size: 1rem;
  line-height: 1.5rem;
}
.gridContent .link{
  cursor: pointer;
  font-weight: 700;
  opacity: 1;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.gridContent .link:hover{
  opacity: 0.75;
}

.textImageRight-content{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.textImageRight-content h3{
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
@media (min-width: 1024px){
  .textImageRight-content h3{
    margin-bottom: 2rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.textImageRight-content p{
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 1024px){
  .textImageRight-content p{
    font-size: 0.95rem;
    line-height: 1.2rem;
  }
}

.charts{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.charts h3{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
@media (min-width: 1024px){
  .charts h3{
    padding-left: 9rem;
    padding-right: 9rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.charts-images{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 0.75rem;
  vertical-align: middle;
}
@media (min-width: 768px){
  .charts-images{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.charts-images div{
  justify-content: center;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(214 211 209 / var(--tw-border-opacity));
}
.charts-images div:last-child{
  border-bottom-width: 1px;
}
@media (min-width: 768px){
  .charts-images div{
    border-bottom-width: 1px;
  }
}
@media (min-width: 1024px){
  .charts-images div{
    display: flex;
    min-height: 540px;
    flex-direction: column;
  }
}
@media (min-width: 768px){
  .charts-images div:first-child{
    border-right-width: 1px;
  }
  .charts-images div:last-child{
    border-left-width: 1px;
  }
}

.iconGroup .icon{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(214 211 209 / var(--tw-border-opacity));
}
.iconGroup .icon:nth-child(odd){
  border-left-width: 0px;
}
.iconGroup .icon:nth-child(even){
  border-right-width: 0px;
}
@media (min-width: 768px) {
  .iconGroup .icon:nth-child(odd){
    border-left-width: 1px;
  }
  .iconGroup .icon:nth-child(even){
    border-right-width: 1px;
  }
  .iconGroup .icon:nth-child(4n+1){
    border-left-width: 0px;
  }
  .iconGroup .icon:nth-child(-4n+4){
    border-right-width: 0px;
  }
}
@media (min-width: 1024px) {
  .iconGroup .icon:nth-child(4n+1){
    border-left-width: 1px;
  }
  .iconGroup .icon:nth-child(-4n+4){
    border-right-width: 1px;
  }
  .iconGroup .icon:nth-child(8n+1){
    border-left-width: 0px;
  }
  .iconGroup .icon:nth-child(-8n+8){
    border-right-width: 0px;
  }
}

.tippy-box{
  position: relative;
  top: 2rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .tippy-box{
    font-size: 0.95rem;
    line-height: 1.2rem;
  }
}

.tippy-box {
  font-family: var(--serif-font);
}

.palette-content{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 1024px){
  .palette-content{
    padding-left: 9rem;
    padding-right: 9rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.palette-content h3{
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
@media (min-width: 1024px){
  .palette-content h3{
    margin-bottom: 2rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.palette-content p{
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 1024px){
  .palette-content p{
    font-size: 0.95rem;
    line-height: 1.2rem;
  }
}
.palette-grid{
  margin-top: 4rem;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 768px){
  .palette-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px){
  .palette-grid{
    margin-top: 4rem;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    font-size: 0.95rem;
    line-height: 1.2rem;
  }
}
.palette-grid span{
  display: block;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-family: var(--sans-font);
}

.colorUse-content{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 1024px){
  .colorUse-content{
    padding-left: 9rem;
    padding-right: 9rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.colorUse-content h3{
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
@media (min-width: 1024px){
  .colorUse-content h3{
    margin-bottom: 2rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.colorUse-content p{
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 1024px){
  .colorUse-content p{
    font-size: 0.95rem;
    line-height: 1.2rem;
  }
}
.colorUse-grid{
  margin-top: 2.5rem;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
@media (min-width: 1024px){
  .colorUse-grid{
    margin-top: 0px;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.accessibilty-content{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 1024px){
  .accessibilty-content{
    padding-left: 9rem;
    padding-right: 9rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.accessibilty-content h3{
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
@media (min-width: 1024px){
  .accessibilty-content h3{
    margin-bottom: 2rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.accessibilty-content h4{
  margin-bottom: 0.75rem;
  margin-top: 4rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}
@media (min-width: 1024px){
  .accessibilty-content h4{
    margin-top: 4rem;
    font-size: 0.95rem;
    line-height: 1.2rem;
    font-weight: 700;
  }
}
.accessibilty-content p{
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 1024px){
  .accessibilty-content p{
    font-size: 0.95rem;
    line-height: 1.2rem;
  }
}
.accessibilty-grid{
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
@media (min-width: 768px){
  .accessibilty-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px){
  .accessibilty-grid{
    grid-template-columns: repeat(6, minmax(0, 1fr));
    font-size: 0.95rem;
    line-height: 1.2rem;
  }
}

.intro-nav{
  display: grid;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

@media (min-width: 1024px){
  .intro-nav{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding-left: 9rem;
    padding-right: 9rem;
    padding-bottom: 4rem;
    padding-top: 2rem;
  }
}
.intro-nav a{
  text-decoration-line: none;
}
.intro-nav h2{
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
@media (min-width: 1024px){
  .intro-nav h2{
    font-size: 0.95rem;
    line-height: 1.2rem;
  }
}
.intro-nav h2 span{
  margin-right: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
@media (min-width: 1024px){
  .intro-nav h2 span{
    margin-right: 0.5rem;
  }
}
.intro-nav p{
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.intro-text .btn{
  margin-top: 1.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 1024px){
  .intro-text .btn{
    margin-top: 0px;
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.imagesBox{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 1024px){
  .imagesBox{
    padding-left: 9rem;
    padding-right: 9rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.imagesBox-content{
  margin-bottom: 4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media (min-width: 1024px){
  .imagesBox-content{
    margin-bottom: 7rem;
  }
}
.imagesBox-content h3{
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
@media (min-width: 1024px){
  .imagesBox-content h3{
    margin-bottom: 2rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.imagesBox-content p{
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 1024px){
  .imagesBox-content p{
    font-size: 0.95rem;
    line-height: 1.2rem;
  }
}

.dosDonts{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 1024px){
  .dosDonts{
    padding-left: 9rem;
    padding-right: 9rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.dosDonts-content h3{
  margin-bottom: 0px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
@media (min-width: 1024px){
  .dosDonts-content h3{
    padding-left: 0px;
    padding-right: 0px;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.dosDonts-images{
  margin-bottom: 0.625rem;
  display: grid;
  align-items: center;
  gap: 0.625rem;
}
@media (min-width: 1024px){
  .dosDonts-images{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
.dosDonts-images p{
  margin-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 1024px){
  .dosDonts-images p{
    padding-left: 0px;
    padding-right: 0px;
    padding-right: 6rem;
    font-size: 0.95rem;
    line-height: 1.2rem;
  }
}
.dosDonts-images p strong{
  font-weight: 500;
}
@media (min-width: 1024px){
  .dosDonts-images p strong{
    font-weight: 700;
  }
}

.textBoxImages{
  display: grid;
  width: 100%;
  gap: 0.625rem;
}

@media (min-width: 1024px){
  .textBoxImages{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.textBoxImages h3{
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
@media (min-width: 1024px){
  .textBoxImages h3{
    margin-bottom: 2rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.textBoxImages p{
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 1024px){
  .textBoxImages p{
    font-size: 0.95rem;
    line-height: 1.2rem;
  }
}

.rulesInfo{
  display: none;
  width: 100%;
}

@media (min-width: 1024px){
  .rulesInfo{
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 0.625rem;
  }
}
.rulesInfo h3{
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
@media (min-width: 1024px){
  .rulesInfo h3{
    margin-bottom: 2rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.rulesInfo p{
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 1024px){
  .rulesInfo p{
    font-size: 0.95rem;
    line-height: 1.2rem;
  }
}
.rulesInfo-mobile{
  display: block;
}
.rulesInfo-mobile > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}
@media (min-width: 1024px){
  .rulesInfo-mobile{
    display: none;
  }
}

.typeStyleTable-content{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 1024px){
  .typeStyleTable-content{
    padding-left: 9rem;
    padding-right: 9rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.typeStyleTable-content h3{
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
@media (min-width: 1024px){
  .typeStyleTable-content h3{
    margin-bottom: 2rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.typeStyleTable-content h4{
  margin-bottom: 0.75rem;
  margin-top: 4rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}
@media (min-width: 1024px){
  .typeStyleTable-content h4{
    margin-top: 7rem;
    font-size: 0.95rem;
    line-height: 1.2rem;
    font-weight: 700;
  }
}
.typeStyleTable-content p{
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 1024px){
  .typeStyleTable-content p{
    font-size: 0.95rem;
    line-height: 1.2rem;
  }
}
.typeStyleTable-table{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 4rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 1024px){
  .typeStyleTable-table{
    padding-left: 9rem;
    padding-right: 9rem;
    padding-bottom: 4rem;
    font-size: 0.95rem;
    line-height: 1.2rem;
  }
}
.typeStyleTable-table table{
  width: 100%;
  table-layout: fixed;
}
.typeStyleTable-table thead{
  text-align: left;
  font-weight: 500;
}
@media (min-width: 1024px){
  .typeStyleTable-table thead{
    font-weight: 700;
  }
}
.typeStyleTable-table tr{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(214 211 209 / var(--tw-border-opacity));
}
.typeStyleTable-table tr th,  .typeStyleTable-table tr td{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.typeStyleTable-accordion{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 4rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 768px){
  .typeStyleTable-accordion{
    font-size: 0.95rem;
    line-height: 1.2rem;
  }
}
@media (min-width: 1024px){
  .typeStyleTable-accordion{
    padding-left: 9rem;
    padding-right: 9rem;
    padding-bottom: 4rem;
  }
}
.typeStyleTable-accordion p{
  margin-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 768px){
  .typeStyleTable-accordion p{
    font-size: 0.95rem;
    line-height: 1.2rem;
  }
}

.downloads{
  display: flex;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

@media (min-width: 1024px){
  .downloads{
    padding-left: 9rem;
    padding-right: 9rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.downloads .download-subhead{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(87 83 78 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.downloads .download-subhead h3{
  font-size: 0.95rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.downloads .download{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(214 211 209 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.downloads .download:last-child{
  border-bottom-width: 1px;
}
@media (min-width: 768px) {
  .downloads .download:nth-last-child(-n+2){
    border-bottom-width: 1px;
  }
}
@media (min-width: 1024px) {
  .downloads .download:nth-last-child(-n+3){
    border-bottom-width: 1px;
  }
}
.downloads .download .btn{
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 1024px){
  .downloads .download .btn{
    display: inline-block;
  }
}
.last\:border-b:last-child{
  border-bottom-width: 1px;
}
.hover\:cursor-pointer:hover{
  cursor: pointer;
}
.hover\:opacity-100:hover{
  opacity: 1;
}
.hover\:opacity-75:hover{
  opacity: 0.75;
}
.focus\:appearance-none:focus{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.focus\:ring-0: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(0px + 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);
}
@media (min-width: 768px){
  .md\:ml-0{
    margin-left: 0px;
  }
  .md\:inline-block{
    display: inline-block;
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:border-b{
    border-bottom-width: 1px;
  }
  .md\:pt-6{
    padding-top: 1.5rem;
  }
  .md\:pb-12{
    padding-bottom: 3rem;
  }
  .md\:pr-36{
    padding-right: 9rem;
  }
  .md\:text-small{
    font-size: 0.95rem;
    line-height: 1.2rem;
  }
  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1024px){
  .lg\:top-12{
    top: 3rem;
  }
  .lg\:right-12{
    right: 3rem;
  }
  .lg\:top-16{
    top: 4rem;
  }
  .lg\:left-36{
    left: 9rem;
  }
  .lg\:bottom-10{
    bottom: 2.5rem;
  }
  .lg\:right-16{
    right: 4rem;
  }
  .lg\:right-24{
    right: 6rem;
  }
  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .lg\:m-0{
    margin: 0px;
  }
  .lg\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:mt-8{
    margin-top: 2rem;
  }
  .lg\:mb-36{
    margin-bottom: 9rem;
  }
  .lg\:mb-14{
    margin-bottom: 3.5rem;
  }
  .lg\:mr-3{
    margin-right: 0.75rem;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:mt-16{
    margin-top: 4rem;
  }
  .lg\:mr-12{
    margin-right: 3rem;
  }
  .lg\:block{
    display: block;
  }
  .lg\:inline-block{
    display: inline-block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:inline-flex{
    display: inline-flex;
  }
  .lg\:grid{
    display: grid;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:aspect-square{
    aspect-ratio: 1 / 1;
  }
  .lg\:h-11{
    height: 2.75rem;
  }
  .lg\:min-h-\[540px\]{
    min-height: 540px;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-\[50\%\]{
    width: 50%;
  }
  .lg\:w-1\/3{
    width: 33.333333%;
  }
  .lg\:w-1\/4{
    width: 25%;
  }
  .lg\:w-11{
    width: 2.75rem;
  }
  .lg\:w-2\/3{
    width: 66.666667%;
  }
  .lg\:w-\[25vw\]{
    width: 25vw;
  }
  .lg\:min-w-min{
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }
  .lg\:max-w-\[80\%\]{
    max-width: 80%;
  }
  .lg\:grid-flow-col{
    grid-auto-flow: column;
  }
  .lg\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .lg\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .lg\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .lg\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .lg\:flex-col{
    flex-direction: column;
  }
  .lg\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .lg\:gap-20{
    gap: 5rem;
  }
  .lg\:gap-36{
    gap: 9rem;
  }
  .lg\:gap-48{
    gap: 12rem;
  }
  .lg\:gap-8{
    gap: 2rem;
  }
  .lg\:gap-2{
    gap: 0.5rem;
  }
  .lg\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
  .lg\:gap-y-0{
    row-gap: 0px;
  }
  .lg\:gap-y-24{
    row-gap: 6rem;
  }
  .lg\:gap-x-40{
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }
  .lg\:border-b{
    border-bottom-width: 1px;
  }
  .lg\:border-t-\[13px\]{
    border-top-width: 13px;
  }
  .lg\:border-none{
    border-style: none;
  }
  .lg\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }
  .lg\:object-center{
    -o-object-position: center;
       object-position: center;
  }
  .lg\:p-0{
    padding: 0px;
  }
  .lg\:p-20{
    padding: 5rem;
  }
  .lg\:p-8{
    padding: 2rem;
  }
  .lg\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }
  .lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }
  .lg\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .lg\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .lg\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .lg\:pt-16{
    padding-top: 4rem;
  }
  .lg\:pr-\[30\%\]{
    padding-right: 30%;
  }
  .lg\:pr-4{
    padding-right: 1rem;
  }
  .lg\:pl-36{
    padding-left: 9rem;
  }
  .lg\:pr-24{
    padding-right: 6rem;
  }
  .lg\:pt-1{
    padding-top: 0.25rem;
  }
  .lg\:pl-\[35px\]{
    padding-left: 35px;
  }
  .lg\:pb-16{
    padding-bottom: 4rem;
  }
  .lg\:text-right{
    text-align: right;
  }
  .lg\:text-small{
    font-size: 0.95rem;
    line-height: 1.2rem;
  }
  .lg\:text-lrg{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }
  .lg\:text-xxlrg{
    font-size: 3rem;
    line-height: 3.5rem;
  }
  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .lg\:font-bold{
    font-weight: 700;
  }
  .lg\:leading-\[1\.125\]{
    line-height: 1.125;
  }
  .lg\:opacity-100{
    opacity: 1;
  }
}
@media (min-width: 1280px){
  .xl\:block{
    display: block;
  }
  .xl\:hidden{
    display: none;
  }
  .xl\:gap-x-52{
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }
  .xl\:p-36{
    padding: 9rem;
  }
}
