/*
! 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: Graphik, sans-serif;
  /* 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:  ;
}

.container {
  width: 100%;
}

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

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

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

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

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

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.left-0 {
  left: 0px;
}

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

.right-0 {
  right: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.top-20 {
  top: 5rem;
}

.bottom-2 {
  bottom: 0.5rem;
}

.right-2 {
  right: 0.5rem;
}

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

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

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

.float-right {
  float: right;
}

.m-0 {
  margin: 0px;
}

.m-4 {
  margin: 1rem;
}

.m-8 {
  margin: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-screen {
  height: 100vh;
}

.h-32 {
  height: 8rem;
}

.h-24 {
  height: 6rem;
}

.h-12 {
  height: 3rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-52 {
  height: 13rem;
}

.h-14 {
  height: 3.5rem;
}

.h-40 {
  height: 10rem;
}

.h-44 {
  height: 11rem;
}

.h-56 {
  height: 14rem;
}

.h-36 {
  height: 9rem;
}

.h-6 {
  height: 1.5rem;
}

.h-2 {
  height: 0.5rem;
}

.h-20 {
  height: 5rem;
}

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

.w-full {
  width: 100%;
}

.w-44 {
  width: 11rem;
}

.w-40 {
  width: 10rem;
}

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

.w-32 {
  width: 8rem;
}

.w-4 {
  width: 1rem;
}

.w-12 {
  width: 3rem;
}

.w-5 {
  width: 1.25rem;
}

.w-48 {
  width: 12rem;
}

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

.w-36 {
  width: 9rem;
}

.w-60 {
  width: 15rem;
}

.w-6 {
  width: 1.5rem;
}

.w-20 {
  width: 5rem;
}

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

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

.grow {
  flex-grow: 1;
}

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

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

.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 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));
}

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

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

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-4 {
  gap: 1rem;
}

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

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

.scroll-smooth {
  scroll-behavior: smooth;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-clip {
  text-overflow: clip;
}

.break-words {
  overflow-wrap: break-word;
}

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

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

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

.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 99 226 / var(--tw-bg-opacity));
}

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

.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(246 51 28 / var(--tw-bg-opacity));
}

.bg-pink {
  --tw-bg-opacity: 1;
  background-color: rgb(238 147 181 / var(--tw-bg-opacity));
}

.bg-lime {
  --tw-bg-opacity: 1;
  background-color: rgb(215 251 3 / var(--tw-bg-opacity));
}

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

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

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

.object-top {
  -o-object-position: top;
     object-position: top;
}

.p-8 {
  padding: 2rem;
}

.p-4 {
  padding: 1rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-1 {
  padding: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.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-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}

.text-gray-50 {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}

.text-pink {
  --tw-text-opacity: 1;
  color: rgb(238 147 181 / var(--tw-text-opacity));
}

.text-red {
  --tw-text-opacity: 1;
  color: rgb(246 51 28 / var(--tw-text-opacity));
}

.text-lime {
  --tw-text-opacity: 1;
  color: rgb(215 251 3 / var(--tw-text-opacity));
}

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

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

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

/* INDEX 

1. Base 

#Typefaces
#Typography
#Justify
#Spacing
#Lists


2. Components

#Blockquotes 
#Cards
#Symbols 
#Nav
#Columns
#Unit Counter
#Title Page 
#Section Head
#Swiper Slider
#Section Colors


*/

/* 1. Base
  ____                 
 | __ )  __ _ ___  ___ 
 |  _ \ / _` / __|/ _ \
 | |_) | (_| \__ \  __/
 |____/ \__,_|___/\___|                                                                            
*/

html {
  scroll-behavior: smooth;
}

/*
#TYPEFACES  */

@font-face {
  font-family: Hanson;

  src: url(../typefaces/hanson-bold.woff2);

  /* src: url(/assets/typefaces/hanson-bold.woff2); didn't work */

  font-weight: bold;
}

h3,
h4,
h5,
blockquote,
.text-grotesk {
  font-family: 'Space Grotesk', sans-serif;
}

.cta,
.lead {
  font-family: 'Space Mono', monospace;
}

h1,
h2,
.text-hanson {
  font-family: 'Hanson', sans-serif;
}

/*
#TYPOGRAPHY */

h1,
h2,
h3,
h4,
button,
sup,
.cta {
  font-weight: bold;
}

h5 {
  font-weight: normal;
}

html, 
body, 
p, 
a, 
ul, 
li, 
ol, 
table {
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  html, 
body, 
p, 
a, 
ul, 
li, 
ol, 
table {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  html, 
body, 
p, 
a, 
ul, 
li, 
ol, 
table {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

figcaption {
  font-size: 0.75rem;
  line-height: 1rem;
}


figcaption {
  font-family: 'Space Grotesk', sans-serif;
}

@media (min-width: 768px) {
  figcaption {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

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

h1 {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 640px) {
  h1 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  h1 {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1280px) {
  h1 {
    font-size: 3.75rem;
    line-height: 1;
  }
}

h2 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 640px) {
  h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 768px) {
  h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1024px) {
  h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

h3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 640px) {
  h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

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

@media (min-width: 1024px) {
  h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

h4 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

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

h5 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

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

button, 
.cta {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px) {
  button, 
.cta {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.lead {
  font-size: 1.125rem /* 18px */;
  line-height: 1.75rem /* 28px */;
}

a {
  text-decoration: underline;
  font-weight: bold;
}

sup a {
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

.info sup a {
  font-size: 0.50rem;
  line-height: 0.75rem;
}

@media (min-width: 1024px) {
  .info sup a {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

/*
#JUSTIFY */

p,
.lead {
  text-align: justify;
  hyphens: auto;
  -webkit-hyphens: auto;
  word-spacing: -0.05em;
}

/*
#SPACING */

/* text spacing */

h1 {
  margin-bottom: 2.5rem;
}

@media (min-width: 1024px) {
  h1 {
    margin-bottom: 4rem;
  }
}

h2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 1024px) {
  h2 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

h3 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 1024px) {
  h3 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

h4 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 1024px) {
  h4 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

/* h5 {
  @apply mb-8 lg:mb-12;
} */

p, 
button, 
.cta {
  margin-bottom: 2rem;
}

@media (min-width: 1024px) {
  p, 
button, 
.cta {
    margin-bottom: 3rem;
  }
}

ol, 
ul, 
ul li, 
ol li {
  margin-bottom: 0.5rem;
}

@media (min-width: 1024px) {
  ol, 
ul, 
ul li, 
ol li {
    margin-bottom: 1rem;
  }
}

/* section spacing */

section {
  margin-bottom: 48px;
  scroll-margin-top: 96px;
}

.section-content {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

@media (min-width: 768px) {
  .section-content {
    padding-left: 9rem;
    padding-right: 9rem;
  }
}

@media (min-width: 1024px) {
  .section-content {
    padding-left: 12rem;
    padding-right: 12rem;
  }
}

@media (min-width: 1280px) {
  .section-content {
    padding-left: 14rem;
    padding-right: 14rem;
  }
}

@media (min-width: 1536px) {
  .section-content {
    padding-left: 16rem;
    padding-right: 16rem;
  }
}

/*
#LISTS */

ul {
  padding-left: 1rem /* 16px */;
}

ul li {
  list-style: square;
  padding-left: 1rem /* 16px */;
}

/*
#EDITS 
a helper class used to highlight the content edits I made, to discuss w Janine */

html.edit-on .edit {
  background-color: yellow;
}

html.edit-on span.edit {
  display: inline-block;
}

/* 2. Components 
   ____                                             _       
  / ___|___  _ __ ___  _ __   ___  _ __   ___ _ __ | |_ ___ 
 | |   / _ \| '_ ` _ \| '_ \ / _ \| '_ \ / _ \ '_ \| __/ __|
 | |__| (_) | | | | | | |_) | (_) | | | |  __/ | | | |_\__ \
  \____\___/|_| |_| |_| .__/ \___/|_| |_|\___|_| |_|\__|___/
                      |_|                                   
*/

/*
#Blockquotes */

figure {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

blockquote {
  padding-left: 3rem;
  padding-top: 4rem;
  padding-right: 2rem;
}

blockquote, 
blockquote p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: left;
}

.quote {
  position: absolute;
  top: 0px;
  font-size: 8rem;
  line-height: 1;
}


.quote {
  font-family: 'Space Grotesk', sans-serif;
}

@media (min-width: 768px) {
  blockquote, 
  blockquote p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  blockquote, 
  blockquote p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

figcaption {
  padding-bottom: 1rem;
  padding-right: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
  text-align: right;
}

/*
#Cards */

.card {
  padding: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.card p {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
}

.card .title {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  .card .title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.card .stat {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: row;
  place-content: center;
  align-items: center;
}

.card .stat [class*='digit'] {
  font-weight: bold;
}

.card .stat .digit-lg {
  font-size: 3rem;
  line-height: 1;
}

.card .stat .digit-md {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.card .stat .digit-sm {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.card .stat .label {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-left: 0.5rem;
}

/*
#Symbols */

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

.symbol::after {
  display: inline-flex;
  content: '';
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* symbols inside components */

blockquote .symbol {
  position: relative;
  top: 1px;
}

nav .symbol {
  margin-right: 0.5rem;
  display: none;
}

nav .symbol, 
nav .symbol::after {
  height: 1.5rem;
  width: 1.5rem;
}

.section-head .symbol, 
.section-head .symbol:after {
  height: 5rem;
  width: 5rem;
}

@media (min-width: 640px) {
  .section-head .symbol, 
.section-head .symbol:after {
    height: 6rem;
    width: 6rem;
  }
}

@media (min-width: 768px) {
  .section-head .symbol, 
.section-head .symbol:after {
    height: 8rem;
    width: 8rem;
  }
}

@media (min-width: 1024px) {
  .section-head .symbol, 
.section-head .symbol:after {
    height: 10rem;
    width: 10rem;
  }

  blockquote .symbol,
  .symbol::after {
    width: 32px;
    height: 32px;
  }

  blockquote .symbol {
    top: 5px;
  }
}

/* symbol image backgrounds */

.Warmth::after {
  background-image: url('../images/symb/Warmth.svg');
}

.Blooming::after {
  background-image: url('../images/symb/Blooming.svg');
}

.Calm::after {
  background-image: url('../images/symb/Calm.svg');
}

.Cents::after {
  background-image: url('../images/symb/Cents.svg');
}

.Connected::after {
  background-image: url('../images/symb/Connected.svg');
}

.Connective::after {
  background-image: url('../images/symb/Connective.svg');
}

.Continuous::after {
  background-image: url('../images/symb/Continuous Growth.svg');
}

.Direction::after {
  background-image: url('../images/symb/Direction.svg');
}

.Emerging::after {
  background-image: url('../images/symb/Emerging.svg');
}

.Energized::after {
  background-image: url('../images/symb/Energized.svg');
}

.Enhanced::after {
  background-image: url('../images/symb/Enhanced.svg');
}

.Expanding::after {
  background-image: url('../images/symb/Expanding 2.svg');
}

.For::after {
  background-image: url('../images/symb/For People.svg');
}

.Forward_2::after {
  background-image: url('../images/symb/Forward 2.svg');
}

.Forward::after {
  background-image: url('../images/symb/Forward.svg');
}

.Goals::after {
  background-image: url('../images/symb/Goals.svg');
}

.Haven::after {
  background-image: url('../images/symb/Haven 2.svg');
  background-image: url('../images/symb/Haven.svg');
}

.Inclusive::after {
  background-image: url('../images/symb/Inclusive.svg');
}

.Intersectional::after {
  background-image: url('../images/symb/Intersectional.svg');
}

.Invest::after {
  background-image: url('../images/symb/Invest 2.svg');
  background-image: url('../images/symb/Invest.svg');
}

.Moving::after {
  background-image: url('../images/symb/Moving Together.svg');
}

.Multiplication::after {
  background-image: url('../images/symb/Multiplication.svg');
}

.Navigating::after {
  background-image: url('../images/symb/Navigating.svg');
}

.No::after {
  background-image: url('../images/symb/No Boundaries.svg');
}

.Open::after {
  background-image: url('../images/symb/Open.svg');
}

.Powerful::after {
  background-image: url('../images/symb/Powerful.svg');
}

.Reference::after {
  background-image: url('../images/symb/Reference.svg');
}

.Security::after {
  background-image: url('../images/symb/Security.svg');
}

.Stability::after {
  background-image: url('../images/symb/Stability.svg');
}

.Symbols::after {
  background-image: url('../images/symb/Symbols.svg');
  background-image: url('../images/symb/Symbols-1.svg');
}

.Team::after {
  background-image: url('../images/symb/Team.svg');
}

.Transparent::after {
  background-image: url('../images/symb/Transparent 2.svg');
}

.Uplift::after {
  background-image: url('../images/symb/Uplift.svg');
}

.Value::after {
  background-image: url('../images/symb/Value.svg');
}

.Visibility::after {
  background-image: url('../images/symb/Visibility.svg');
}

.FDL::after {
  background-image: url('../images/logos/small_logo.svg');
}

/*
#Nav */

nav ul {
  padding: 0;
  left: 0;
  width: auto;
}

nav ul,
nav li {
  padding: 0;
}

nav li {
  margin: 16px 0;
  list-style: none;
}

nav a {
  font-weight: normal;
  text-decoration: none;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  nav li {
    margin: 8px 0;
  }

  nav a {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

/* Scrollspy */

nav a.active {
  font-weight: bold;
}

.nav-child.active {
  text-decoration: underline;
  font-weight: normal;
}

.nav-parent + ul {
  display: none;
  border-left: 2px solid;
  --tw-border-opacity: 1;
  border-color: rgb(164 164 164 / var(--tw-border-opacity));
  padding-left: 1rem;
  margin-left: 1.5rem;
  margin-bottom: 0;
}

.active.nav-parent + ul {
  display: block;
}

/* MOBILE */

/* Burger */

.burger {
  display: inline-block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1500;
  background: url('../images/elements/Nav-Hamburger.svg') no-repeat center
    center;
  background-size: contain;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.burger.active {
  background-image: url('../images/elements/Nav-Close.svg');
}

/* .burger.active:after {
  content: '';
  transform: rotate(45deg);
  display: block;
  margin-right: -1px;
} */

/* Off canvas */

nav {
  position: fixed;
  top: 0;
  width: 100vw;
  left: -100vw;
  z-index: 1000;
  padding: 48px;
}

nav.active {
  left: 0;
}

/* Overlay */

.overlay {
  position: fixed;
  top: 0;
  right: 120vw;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.96);
  transition: all 0.25s;
  z-index: 500;
}

.overlay.active {
  right: 0;
}

/* DESKTOP
@screen md {
  /* Sticky */

/* nav {
    position: relative;
    height: 300px; /* fixes height of element and allows sticky to work */

/*  }
} */

/*
#Columns */

.mixed-col img {
  max-width: 100%;
}

@media (min-width: 768px) {
  /* text only columns */

  .text-col {
    -moz-columns: 2;
         columns: 2;
    gap: 3rem;
    margin-bottom: 2rem;
    -moz-column-rule: 4px solid #f1f1f1;
         column-rule: 4px solid #f1f1f1;
    /* gray light */
  }

  .text-col p:last-of-type {
    margin-bottom: 0;
  }

  .mixed-col {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 4rem;
  }

  .mixed-col > * {
    margin-top: 0;
  }
}

/*
#Unit Counter */

:root {
  --u-side: 20px;
  /* dimension of unit square */
  --u-margin: 4px;
  /* number of units per row */
  --u-row: 10;
  /* number of units per row */
}

.unit-container {
  width: calc(
    var(--u-side) * var(--u-row) /* width */ + var(--u-margin) * 2 *
      var(--u-row) /* margins */
  );
  overflow: auto;
  /* clearing floats */
}

.unit {
  float: left;
  width: var(--u-side);
  height: var(--u-side);
  margin: var(--u-margin);
  /* background: black; */
}

/*
#TITLE PAGE */

.title-page {
  display: flex;
  flex-direction: column;
}

.title-page .symbol, 
.title-page .symbol:after {
  height: 4rem;
  width: 4rem;
}

.color_block-1 {
  position: fixed;
  z-index: 50;
  width: 100%;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.color_block-2 {
  margin-top: 8rem;
  display: flex;
  height: 4rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 99 226 / var(--tw-bg-opacity));
}

.color_block-3 {
  display: flex;
  height: 4rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(238 147 181 / var(--tw-bg-opacity));
}

.color_block-4 {
  flex-grow: 1;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0px 0px 0px 0px;
}

.logo {
  margin: 0.75rem;
  height: 6rem;
  width: 6rem;
  transform-origin: top;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

nav .logo {
  margin: 0px;
  height: 5rem;
  width: 5rem;
}

.scrollarrow {
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 20px;
  background: #ffffff;
  border: 2px solid #000000;
  border-radius: 100px;
}

/* titles */

.title-page .color_block-1 {
  width: 100%;
}

.title-page h2 {
  padding-top: 0;
  margin-bottom: 1rem;
  font-weight: normal;
  line-height: 116%;
}

.title-page h1 {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 768px) {
  .title-page h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.title-page h1 {
  line-height: 116%;
}

.title-page p {
  letter-spacing: 0.5px;
}

@media (min-width: 1024px) {
  .title-page p {
    font-size: 1.5rem;
  }
}

/*
#SECTION HEAD */

.section-head {
  position: relative;
  display: flex;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.img {
  display: none;
}

@media (min-width: 768px) {
  .img {
    display: block;
  }
}

.title-card {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .title-card {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/*
#SWIPER SLIDER */

.swiper {
  width: 100%;
}

.swiper h5 {
  border-bottom: none;
  text-align: center;
}

.swiper img {
  max-width: 100%;
  width: 100%;
  padding-left: 3rem;
  padding-right: 3rem;
}

@media (min-width: 768px) {
  .swiper img {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.swiper-button-next, 
.swiper-button-prev {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  top: auto;
  bottom: 0;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 24px;
}

.swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .swiper {
    width: 75%;
    margin: 0 auto;
  }

  .swiper h5 br {
    display: none;
  }

  .swiper img {
    margin: 0px;
    width: 50%;
  }

  .swiper-button-next,
  .swiper-button-prev {
    top: 57%;
  }

  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 44px;
  }
}

/*
#SECTION COLORS */

/* selection colors */

#section-0 *::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(246 51 28 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#section-0 *::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(246 51 28 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#section-0::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(246 51 28 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#section-0::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(246 51 28 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#section-1 *::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(238 147 181 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#section-1 *::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(238 147 181 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#section-1::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(238 147 181 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#section-1::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(238 147 181 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#section-2 *::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(246 51 28 / var(--tw-bg-opacity));
}

#section-2 *::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(246 51 28 / var(--tw-bg-opacity));
}

#section-2::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(246 51 28 / var(--tw-bg-opacity));
}

#section-2::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(246 51 28 / var(--tw-bg-opacity));
}

#section-2 *::-moz-selection {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#section-2 *::selection {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#section-2::-moz-selection {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#section-2::selection {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#section-3 *::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(0 99 226 / var(--tw-bg-opacity));
}

#section-3 *::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(0 99 226 / var(--tw-bg-opacity));
}

#section-3::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(0 99 226 / var(--tw-bg-opacity));
}

#section-3::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(0 99 226 / var(--tw-bg-opacity));
}

#section-3 *::-moz-selection {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#section-3 *::selection {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#section-3::-moz-selection {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#section-3::selection {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#section-4 *::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(215 251 3 / var(--tw-bg-opacity));
}

#section-4 *::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(215 251 3 / var(--tw-bg-opacity));
}

#section-4::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(215 251 3 / var(--tw-bg-opacity));
}

#section-4::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(215 251 3 / var(--tw-bg-opacity));
}

#section-5 *::-moz-selection, #section-6 *::-moz-selection {
  --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));
}

#section-5 *::selection, 
#section-6 *::selection {
  --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));
}

#section-5::-moz-selection, #section-6::-moz-selection {
  --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));
}

#section-5::selection, 
#section-6::selection {
  --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));
}

/* headings */

#section-1 h3 {
  --tw-border-opacity: 1;
  border-left-color: rgb(238 147 181 / var(--tw-border-opacity));
}

#section-2 h3 {
  --tw-border-opacity: 1;
  border-left-color: rgb(246 51 28 / var(--tw-border-opacity));
}

#section-3 h3 {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 99 226 / var(--tw-border-opacity));
}

#section-4 h3 {
  --tw-border-opacity: 1;
  border-left-color: rgb(215 251 3 / var(--tw-border-opacity));
}

/* Backgrounds - Cards & Symbols */

#section-1 .card, 
#section-1 .section-head .symbol, 
.color_block-3 .symbol, 
.nav-section-1.nav-parent.active .symbol, 
.index-section-1.index-parent .symbol {
  --tw-bg-opacity: 1;
  background-color: rgb(238 147 181 / var(--tw-bg-opacity));
}

.nav-section-1.nav-parent + ul, 
.index-section-1.index-parent + ul {
  --tw-border-opacity: 1;
  border-left-color: rgb(238 147 181 / var(--tw-border-opacity));
}

#section-2 .card, 
#section-2 .section-head .symbol, 
.nav-section-0.active .symbol, 
.nav-section-2.nav-parent.active .symbol, 
.index-section-0.index-parent .symbol, 
.index-section-2.index-parent .symbol {
  --tw-bg-opacity: 1;
  background-color: rgb(246 51 28 / var(--tw-bg-opacity));
}

.nav-section-2.nav-parent + ul, 
.index-section-0.index-parent + ul, 
.index-section-2.index-parent + ul {
  --tw-border-opacity: 1;
  border-left-color: rgb(246 51 28 / var(--tw-border-opacity));
}

#section-3 .card, 
#section-3 .section-head .symbol, 
.color_block-2 .symbol, 
.nav-section-3.nav-parent.active .symbol, 
.index-section-3.index-parent .symbol {
  --tw-bg-opacity: 1;
  background-color: rgb(0 99 226 / var(--tw-bg-opacity));
}

.nav-section-3.nav-parent + ul, 
.index-section-3.index-parent + ul {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 99 226 / var(--tw-border-opacity));
}

#section-4 .card, 
#section-4 .section-head .symbol, 
.nav-section-4.nav-parent.active .symbol, 
.index-section-4.index-parent .symbol {
  --tw-bg-opacity: 1;
  background-color: rgb(215 251 3 / var(--tw-bg-opacity));
}

.nav-section-4.nav-parent + ul, 
.index-section-4.index-parent + ul {
  --tw-border-opacity: 1;
  border-left-color: rgb(215 251 3 / var(--tw-border-opacity));
}

.nav-section-5.nav-parent.active .symbol, 
.nav-section-6.nav-parent.active .symbol, 
.index-section-5.index-parent .symbol, 
.index-section-6.index-parent .symbol {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.nav-section-5.nav-parent + ul, 
.nav-section-6.nav-parent + ul, 
.index-section-5.active.nav-parent + ul, 
.index-section-6.index-parent + ul {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
}

/* internal coloring based on container background */

#section-2 .card > *, 
#section-3 .card > * {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#section-4 .symbol::after,
.nav-section-4.nav-parent.active .symbol::after,
.nav-section-5.nav-parent.active .symbol::after,
.nav-section-6.nav-parent.active .symbol::after,
.index-section-4.index-parent .symbol::after,
.index-section-5.index-parent .symbol::after,
.index-section-6.index-parent .symbol::after {
  filter: brightness(0%);
}

@media (min-width: 768px) {
  .color_block-2 {
    height: 5rem;
  }

  .color_block-3 {
    height: 5rem;
  }

  .title-page .symbol, 
  .title-page .symbol::after {
    height: 5rem;
    width: 5rem;
  }
}

@media (min-width: 1024px) {
  .color_block-2 {
    height: 5rem;
  }

  .color_block-3 {
    height: 5rem;
  }

  .title-page .symbol, 
  .title-page .symbol::after {
    height: 5rem;
    width: 5rem;
  }
}

@media (min-height: 850px) {
  .color_block-2 {
    height: 7rem;
  }

  .color_block-3 {
    height: 7rem;
  }

  .title-page .symbol, 
  .title-page .symbol::after {
    height: 7rem;
    width: 7rem;
  }
}

.headshots .symbol, 
.headshots .symbol::after {
  height: 5rem;
  width: 5rem;
}

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

.symred, 
.symred::after {
  --tw-bg-opacity: 1;
  background-color: rgb(246 51 28 / var(--tw-bg-opacity));
}

.symblue, 
.symblue::after {
  --tw-bg-opacity: 1;
  background-color: rgb(0 99 226 / var(--tw-bg-opacity));
}

.symlime {
  --tw-bg-opacity: 1;
  background-color: rgb(215 251 3 / var(--tw-bg-opacity));
}

.symlime::after {
  --tw-brightness: brightness(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.sympink, 
.sympink::after {
  --tw-bg-opacity: 1;
  background-color: rgb(238 147 181 / var(--tw-bg-opacity));
}

/* sticky top-20 md:top-16 z-30 p-1 */

/* sticky top-36 md:top-44 z-20 p-1 */

/* sticky top-44 md:top-56 z-10 p-1  */

.header-1 {
  margin-left: 2rem;
}

@media (min-width: 1024px) {
  .header-1 {
    margin-left: 2.5rem;
  }
}

.header-2 {
  margin-left: 3rem;
}

@media (min-width: 1024px) {
  .header-2 {
    margin-left: 3.5rem;
  }
}

/*
.header-3 {
  @apply px-12 md:px-14 lg:px-16 w-full;
} */

#index .symbol, 
#index .symbol::after {
  height: 2rem;
  width: 2rem;
}

/*
#index */

.index ul {
  padding: 0;
  left: 0;
  width: auto;
  padding: 0px;
}

.index ul,
.index li {
  padding: 0;
}

.index li {
  margin: 16px 0;
  list-style: none;
}

.index a {
  font-weight: normal;
  text-decoration: none;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .index li {
    margin: 8px 0;
  }

  .index a {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

/* Scrollspy */

.index-child {
  text-decoration: underline;
  font-weight: normal;
}

.index-parent + ul {
  display: block;
  border-left: 2px solid;
  --tw-border-opacity: 1;
  border-color: rgb(164 164 164 / var(--tw-border-opacity));
  padding-left: 1rem;
  margin-left: 1.5rem;
  margin-bottom: 0;
}

.citations ul > li {
  list-style-type: none;
  padding: 0px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.citations ol {
  padding-left: 2rem;
}

.citations h2 {
  font-size: 1rem;
  line-height: 1.5rem;
}

.citations ol > li {
  z-index: 30;
  list-style-type: decimal;
  padding-left: 0.5rem;
  font-weight: 700;
  list-style-position: outside;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.citations a {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  -webkit-text-decoration-color: #FFF;
          text-decoration-color: #FFF;
}

.citations a:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.info {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}


.info {
  font-family: 'Space Grotesk', sans-serif;
}

.highlight {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 800;
}

#section-0 .highlight {
  --tw-text-opacity: 1;
  color: rgb(246 51 28 / var(--tw-text-opacity));
}

#section-1 .highlight {
  color: #ee93b5;
}

#section-2 .highlight {
  --tw-text-opacity: 1;
  color: rgb(246 51 28 / var(--tw-text-opacity));
}

#section-3 .highlight {
  --tw-text-opacity: 1;
  color: rgb(0 99 226 / var(--tw-text-opacity));
}

#section-4 .highlight {
  --tw-text-opacity: 1;
  color: rgb(215 251 3 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .highlight {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .highlight {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

[x-cloak] {
  display: none;
}

#foreword .symbol, 
#foreword .symbol::after {
  height: 4rem;
  width: 4rem;
}

@media (min-width: 1024px) {
  #foreword .symbol, 
  #foreword .symbol::after {
    height: 5rem;
    width: 5rem;
  }
}

.swiper-slide {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.fdl-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
}

.implications ul {
  list-style-type: none;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 2rem;
}

@media (min-width: 768px) {
  .implications ul {
    padding-left: 1rem;
  }
}

.implications ul > li {
  list-style-type: none;
  text-align: left;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.implications h5 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .implications h5 {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.implications h5 {
  font-weight: 700;
}

.implications p {
  margin-bottom: 1rem;
  overflow-wrap: break-word;
  padding-left: 1rem;
  text-align: justify;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .implications p {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.implications a {
  margin-bottom: 0.5rem;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .implications a {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.implications h3 {
  margin: 0px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.footer .symbol, 
.footer .symbol::after {
  height: 4rem;
  width: 4rem;
}

.footer a {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  -webkit-text-decoration-color: #FFF;
          text-decoration-color: #FFF;
}

.footer a:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.made, 
.made p {
  margin: 0px;
  font-size: 0.75rem;
  line-height: 1rem;
}

.made img {
  width: 8rem;
}

.made .symbol, 
.made .symbol::after {
  height: 2.25rem;
  width: 2.25rem;
}

.first-letter\:justify-center::first-letter {
  justify-content: center;
}

.selection\:bg-lime *::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(215 251 3 / var(--tw-bg-opacity));
}

.selection\:bg-lime *::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(215 251 3 / var(--tw-bg-opacity));
}

.selection\:bg-lime::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(215 251 3 / var(--tw-bg-opacity));
}

.selection\:bg-lime::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(215 251 3 / var(--tw-bg-opacity));
}

.hover\:bg-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 99 226 / var(--tw-bg-opacity));
}

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

@media print {
  .print\:w-80 {
    width: 20rem;
  }

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

@media (min-width: 640px) {
  .sm\:flex-row {
    flex-direction: row;
  }

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

@media (min-width: 768px) {
  .md\:top-16 {
    top: 4rem;
  }

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

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

  .md\:float-left {
    float: left;
  }

  .md\:m-0 {
    margin: 0px;
  }

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

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

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

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

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

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

  .md\:h-64 {
    height: 16rem;
  }

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

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

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

  .md\:w-40 {
    width: 10rem;
  }

  .md\:w-64 {
    width: 16rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

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

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

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

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

@media (min-width: 1024px) {
  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:h-64 {
    height: 16rem;
  }

  .lg\:h-80 {
    height: 20rem;
  }

  .lg\:w-60 {
    width: 15rem;
  }

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

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

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

  .lg\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

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

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

@media (min-width: 1280px) {
  .xl\:mb-0 {
    margin-bottom: 0px;
  }

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

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

  .xl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
