/* Base file for CSS styles. Use this to import you partials and any dependencies. 
   This file will be preprocessed by Laravel Mix and will output compiled CSS to our public directory
*/
/* Import Tailwind base, components, and utilities. Reference  */
/* ! tailwindcss v3.4.10 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.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;
  }
}
.font-montserrat {
  font-family: "Montserrat", sans-serif;
}

.font-roboto-slab {
  font-family: "Roboto Slab", sans-serif;
}

.font-balsamiq-sans {
  font-family: "Balsamiq Sans", sans-serif;
}

.font-greycliff {
  font-family: "Greycliff-cf", sans-serif;
}

.font-inter {
  font-family: "Inter", sans-serif;
}

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

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

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.top-2 {
  top: 0.5rem;
}

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

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

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

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

.order-2 {
  order: 2;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

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

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

.col-span-6 {
  grid-column: span 6 / span 6;
}

.col-start-1 {
  grid-column-start: 1;
}

.col-start-3 {
  grid-column-start: 3;
}

.col-start-7 {
  grid-column-start: 7;
}

.col-end-11 {
  grid-column-end: 11;
}

.col-end-12 {
  grid-column-end: 12;
}

.col-end-13 {
  grid-column-end: 13;
}

.col-end-6 {
  grid-column-end: 6;
}

.m-0 {
  margin: 0px;
}

.m-4 {
  margin: 1rem;
}

.m-auto {
  margin: auto;
}

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

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

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

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

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

.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

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

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.-ml-14 {
  margin-left: -3.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.mb-auto {
  margin-bottom: auto;
}

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

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

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

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

.mr-1 {
  margin-right: 0.25rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mr-4 {
  margin-right: 1rem;
}

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

.mt-14 {
  margin-top: 3.5rem;
}

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

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

.mt-5 {
  margin-top: 1.25rem;
}

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

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

.mt-9 {
  margin-top: 2.25rem;
}

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

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

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-20 {
  height: 5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-64 {
  height: 16rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-full {
  height: 100%;
}

.min-h-14 {
  min-height: 3.5rem;
}

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

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

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

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

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

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

.w-20 {
  width: 5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-3\/12 {
  width: 25%;
}

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

.w-32 {
  width: 8rem;
}

.w-4 {
  width: 1rem;
}

.w-48 {
  width: 12rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

.max-w-7xl {
  max-width: 80rem;
}

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

.flex-none {
  flex: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-translate-y-8 {
  --tw-translate-y: -2rem;
  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-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));
}

.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-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  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-175 {
  --tw-scale-x: 1.75;
  --tw-scale-y: 1.75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-200 {
  --tw-scale-x: 2;
  --tw-scale-y: 2;
  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-225 {
  --tw-scale-x: 2.25;
  --tw-scale-y: 2.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

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

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

.appearance-none {
  appearance: none;
}

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

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

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

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

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

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

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

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

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

.gap-x-24 {
  column-gap: 6rem;
}

.gap-x-32 {
  column-gap: 8rem;
}

.gap-x-4 {
  column-gap: 1rem;
}

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

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

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

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

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

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

.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

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

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

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

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

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

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

.border-t {
  border-top-width: 1px;
}

.border-\[\#2c465c\] {
  --tw-border-opacity: 1;
  border-color: rgb(44 70 92 / var(--tw-border-opacity));
}

.border-\[\#d1d1d1\] {
  --tw-border-opacity: 1;
  border-color: rgb(209 209 209 / var(--tw-border-opacity));
}

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

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity));
}

.border-orange-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 215 170 / var(--tw-border-opacity));
}

.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity));
}

.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.bg-\[\#182632\] {
  --tw-bg-opacity: 1;
  background-color: rgb(24 38 50 / var(--tw-bg-opacity));
}

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

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}

.bg-btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 109 43 / var(--tw-bg-opacity));
}

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

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

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

.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}

.bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity));
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}

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

.bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity));
}

.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}

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

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

.bg-icon {
  background-size: auto 3rem;
}

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

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

.fill-current {
  fill: currentColor;
}

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

.object-center {
  object-position: center;
}

.p-10 {
  padding: 2.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-10 {
  padding-left: 2.5rem;
}

.pl-14 {
  padding-left: 3.5rem;
}

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

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

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

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

.pr-3 {
  padding-right: 0.75rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

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

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

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

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

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

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

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

.pt-7 {
  padding-top: 1.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

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

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

.leading-9 {
  line-height: 2.25rem;
}

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

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

.leading-snug {
  line-height: 1.375;
}

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

.leading-twenty-four {
  line-height: 1.5rem;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

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

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}

.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

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

.text-slate-200 {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity));
}

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

.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity));
}

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

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: 0.25;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  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);
}

.drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  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, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.duration-300 {
  transition-duration: 300ms;
}
/* Import Bootstrap's popover utility */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #ff6d2b;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -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-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -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-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid black;
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 2px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: black;
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 3px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 2px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: black;
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 3px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 2px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: black;
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 3px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 2px solid #FFF;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 2px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: black;
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 3px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 1rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #FFF;
  border-top-left-radius: calc(0.3rem - 2px);
  border-top-right-radius: calc(0.3rem - 2px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

/* Import existing Foundation package, this will eventually be deprecated and removed */
/* Import Mitchell's existing raw CSS work, this will eventually be deprecated and moved into individual partials */
.list ul, ol {
  margin-top: 1.2rem;
  margin-left: 1.2rem;
}

.list ul {
  list-style-type: disc;
}

body {
  font-family: "Inter", sans-serif;
  color: #44575F;
  overflow-x: hidden;
}

body.blue .pageHeader {
  background-color: #6897e3;
}

body.blue .pageBody {
  background-color: #b8cef2;
}

body.lindaBlue .pageHeader {
  background-color: #2c465c;
}

.body {
  margin: 30px 0;
}

.lindaTextBlack {
  color: #182632;
}

.lindaTextDarkGray {
  color: #44575F;
}

.lindaTextLightGray {
  color: #516770;
}

.lindaTextLinkBlue {
  color: #2F80ED;
}

.lindaBlue {
  background-color: #2c465c;
}

.lindaTextGray {
  color: #FCFDFF;
}

.lindaTextBlue {
  color: #C0D7EB;
}

.lindaButtonTextGray {
  color: #F2F2F2;
}

.brightBlue {
  background-color: #4d93fe;
}

.brightBlueText {
  color: #4d93fe;
}

.lightBlue {
  background-color: #f0f7fa;
}

.milkBlue {
  background-color: #ebf4f8;
}

.lightGray {
  background-color: #f5f5fa;
}

.secondary-typography p {
  font-size: 1rem;
  line-height: 1.5rem;
}

.menu {
  font-family: "Montserrat";
  color: #fff;
  background-color: #000;
  padding: 20px 10px;
}

.nav {
  font-family: "Greycliff", sans-serif;
  font-weight: bold;
  padding-right: 1rem;
  color: #182632;
}

li.font {
  color: #666;
}

h1, h2 {
  font-weight: 800;
  font-family: "Greycliff-cf", sans-serif;
}

.illustration {
  margin-left: 0;
}

.illustration img {
  width: 200px;
}

.illustration h3 {
  margin: 5px 0;
}

.midbar {
  border-top: 1px solid #ccc;
}

.imageFeature h4 {
  font-family: "Montserrat";
  font-size: 26px;
  font-weight: bold;
  color: #000;
  letter-spacing: -0.37px;
  line-height: 37px;
}

.imageFeatureFrame {
  background-image: url("/assets/frames/01-hor.svg");
  background-repeat: no-repeat;
  background-size: 550px;
}

.imageFeatureFrame img {
  margin: 47px 105px;
  width: 370px;
}

.imageLeft img {
  float: right;
  width: 370px;
}

.imageRight img {
  float: right;
  width: 370px;
}

.imageBleedRight img {
  float: right;
  width: 370px;
}

img.feature-heart {
  width: 250px;
}

.texture-wrenches {
  background-image: url("/assets/backgrounds/texture-wrenches.svg");
}
.texture-squiggles {
  background-image: url("/assets/backgrounds/texture-squiggles.svg");
}
.texture-neurons {
  background-image: url("/assets/backgrounds/texture-neurons.svg");
}
.texture-lightbulbs {
  background-image: url("/assets/backgrounds/texture-lightbulbs.svg");
}
.texture-leaves {
  background-image: url("/assets/backgrounds/texture-leaves.svg");
}
.texture-gears {
  background-image: url("/assets/backgrounds/texture-gears.svg");
}
.texture-flower {
  background-image: url("/assets/backgrounds/texture-flower.svg");
}
.texture-filaments {
  background-image: url("/assets/backgrounds/texture-filaments.svg");
}
.texture-dots {
  background-image: url("/assets/backgrounds/texture-dots.svg");
}
.texture-dots-dashes {
  background-image: url("/assets/backgrounds/texture-dots-dash.svg");
}
.texture-circuits {
  background-image: url("/assets/backgrounds/texture-circuits.svg");
}

.blurb {
  font-size: 16px;
  color: #000;
  line-height: 22px;
}

a.arrow {
  color: #999;
}

a, a.hover {
  outline: 0;
}

.quote .quote-symbol {
  line-height: 1;
  font-size: 9.375rem;
  height: 6rem;
  font-family: "Greycliff";
}

.quote img {
  width: 60px;
}

.quote .someone {
  font-family: "Roboto Slab", serif;
  font-weight: normal;
  font-size: 14px;
}

.quote .someone img {
  width: 160px;
}

.svgFrame {
  background-image: url("/robot/assets/svg/01.svg");
  background-repeat: no-repeat;
  background-size: 200px 300px;
}

.svgFrame img {
  margin: 60px 45px;
  width: 130px;
}

.clientLogo img {
  height: 30px;
  margin-top: 20%;
}

.clientLogoSmall img {
  height: 25px;
  margin-top: 10%;
}

.accentIcon img {
  height: 30px;
}

.typogriphy h1, .typogriphy h2, .typogriphy h3, .typogriphy h4, .typogriphy h5, .typogriphy h6 {
  font-weight: 800;
  font-family: "Greycliff-cf", sans-serif;
  color: #182632;
}
.typogriphy h1 {
  font-size: 2rem;
  line-height: 1.17;
  padding-top: 2rem;
  margin-bottom: 1.625rem;
}
.typogriphy h2 {
  font-size: 1.65rem;
  line-height: 1.17;
  padding-top: 2rem;
  margin-bottom: 1.625rem;
}
.typogriphy h3 {
  font-size: 1.35rem;
  line-height: 1.17;
  padding-top: 1.625rem;
  margin-bottom: 1rem;
}
.typogriphy h4 {
  font-size: 1.25rem;
  line-height: 1;
  padding-top: 1.625rem;
  margin-bottom: 1rem;
}
.typogriphy a {
  text-decoration-line: underline;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.typogriphy a:hover {
  --tw-text-opacity: 1;
  color: rgb(106 106 106 / var(--tw-text-opacity));
}
.typogriphy p, .typogriphy ul, .typogriphy ol, .typogriphy blockquote {
  font-size: 1.125rem;
  font-family: "Inter", sans-serif;
  margin-bottom: 1rem;
  line-height: 1.96;
}
.typogriphy p li > ul, .typogriphy p li > ol, .typogriphy ul li > ul, .typogriphy ul li > ol, .typogriphy ol li > ul, .typogriphy ol li > ol, .typogriphy blockquote li > ul, .typogriphy blockquote li > ol {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .typogriphy p, .typogriphy ul, .typogriphy ol, .typogriphy blockquote {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.typogriphy ul, .typogriphy ol {
  margin-left: 1.2rem;
}
.typogriphy ul {
  list-style-type: disc;
}
.typogriphy ol {
  list-style-type: decimal;
}
.typogriphy blockquote {
  padding-left: 1rem;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(219 219 219 / var(--tw-border-opacity));
}
.typogriphy pre, .typogriphy code {
  overflow: auto;
  border-radius: 0.125rem;
  border-width: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  border-color: rgb(254 202 202 / var(--tw-border-opacity));
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
  color: rgb(127 29 29 / var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.typogriphy pre code, .typogriphy code code {
  border-width: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.typogriphy pre {
  margin-bottom: 1rem;
}
.typogriphy .embed-container {
  margin-bottom: 1.25rem;
}
.typogriphy.center-images img {
  margin-left: auto;
  margin-right: auto;
}

.typogriphy-in-grid h1, .typogriphy-in-grid h2, .typogriphy-in-grid h3, .typogriphy-in-grid h4, .typogriphy-in-grid h5, .typogriphy-in-grid h6 {
  font-weight: 800;
  font-family: "Greycliff-cf", sans-serif;
  color: #182632;
}
.typogriphy-in-grid h1 {
  font-size: 2rem;
  line-height: 1.17;
  padding-top: 2rem;
  margin-bottom: 1.625rem;
}
.typogriphy-in-grid h2 {
  font-size: 1.65rem;
  line-height: 1.17;
  padding-top: 2rem;
  margin-bottom: 1.625rem;
}
.typogriphy-in-grid h3 {
  font-size: 1.35rem;
  line-height: 1.17;
  padding-top: 1.625rem;
  margin-bottom: 1rem;
}
.typogriphy-in-grid h4 {
  font-size: 1.25rem;
  line-height: 1;
  padding-top: 1.625rem;
  margin-bottom: 1rem;
}
.typogriphy-in-grid a {
  text-decoration-line: underline;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.typogriphy-in-grid a:hover {
  --tw-text-opacity: 1;
  color: rgb(106 106 106 / var(--tw-text-opacity));
}
.typogriphy-in-grid p, .typogriphy-in-grid ul, .typogriphy-in-grid ol, .typogriphy-in-grid blockquote {
  font-size: 1.125rem;
  font-family: "Inter", sans-serif;
  margin-bottom: 1rem;
  line-height: 1.96;
}
.typogriphy-in-grid p li > ul, .typogriphy-in-grid p li > ol, .typogriphy-in-grid ul li > ul, .typogriphy-in-grid ul li > ol, .typogriphy-in-grid ol li > ul, .typogriphy-in-grid ol li > ol, .typogriphy-in-grid blockquote li > ul, .typogriphy-in-grid blockquote li > ol {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .typogriphy-in-grid p, .typogriphy-in-grid ul, .typogriphy-in-grid ol, .typogriphy-in-grid blockquote {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.typogriphy-in-grid ul, .typogriphy-in-grid ol {
  margin-left: 1.2rem;
}
.typogriphy-in-grid ul {
  list-style-type: disc;
}
.typogriphy-in-grid ol {
  list-style-type: decimal;
}
.typogriphy-in-grid blockquote {
  padding-left: 1rem;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(219 219 219 / var(--tw-border-opacity));
}
.typogriphy-in-grid pre, .typogriphy-in-grid code {
  overflow: auto;
  border-radius: 0.125rem;
  border-width: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  border-color: rgb(254 202 202 / var(--tw-border-opacity));
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
  color: rgb(127 29 29 / var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.typogriphy-in-grid pre code, .typogriphy-in-grid code code {
  border-width: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.typogriphy-in-grid pre {
  margin-bottom: 1rem;
}
.typogriphy-in-grid .embed-container {
  margin-bottom: 1.25rem;
}
.typogriphy-in-grid.center-images img {
  margin-left: auto;
  margin-right: auto;
}
.typogriphy-in-grid p, .typogriphy-in-grid ul, .typogriphy-in-grid ol {
  line-height: 1.375rem;
}

header #nav-menu {
  width: 0;
  transition: 0.5s ease all;
}
header #nav-menu #nav-menu-inner {
  opacity: 0;
  transition: 0.7s ease opacity;
  width: 100%;
}
header #nav-menu #nav-menu-inner ul {
  margin-bottom: 1rem;
}
header #nav-menu #nav-menu-inner ul li {
  font-size: 0.75rem;
}
header #nav-menu #nav-menu-inner ul li a {
  display: block;
  color: #2c2c2c;
}
header #nav-menu #nav-menu-inner ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(106 106 106 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
header #nav-menu #nav-menu-inner h2 {
  font-size: 0.9375rem;
  line-height: 2.25rem;
}
header #nav-menu #nav-menu-inner h2 a:hover {
  --tw-text-opacity: 1;
  color: rgb(106 106 106 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
header #nav-menu.expanded {
  width: 100%;
}
@media (min-width: 1024px) {
  header #nav-menu.expanded {
    width: 40%;
  }
}
header #nav-menu.expanded #nav-menu-inner {
  opacity: 1;
  transition-delay: 0.5s;
}
header #nav-menu.collapsed {
  transition-delay: 0.5s;
}
header #nav-menu.collapsed #nav-menu-inner {
  transition-delay: 0s;
}

footer {
  font-size: 14px;
  border-top: 1px solid #dbdbdb;
}
footer h4 {
  font-weight: 700;
  font-family: "Greycliff-cf", sans-serif;
  font-size: 0.9375rem;
  margin-bottom: 0.875rem;
}
footer h5 {
  margin-bottom: 0px;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 800;
  margin-top: 0.875rem;
}
footer a {
  color: #2c2c2c;
}
footer a:hover {
  --tw-text-opacity: 1;
  color: rgb(106 106 106 / var(--tw-text-opacity));
}
footer ul li a {
  display: block;
  padding-bottom: 0.25rem;
}

article .header h2 {
  font-size: 3.5rem;
  line-height: 1.18;
}
article section h1, article section h2, article section h3, article section h4, article section h5, article section h6 {
  font-weight: 800;
  font-family: "Greycliff-cf", sans-serif;
  color: #182632;
}
article section h1 {
  font-size: 2rem;
  line-height: 1.17;
  padding-top: 2rem;
  margin-bottom: 1.625rem;
}
article section h2 {
  font-size: 1.65rem;
  line-height: 1.17;
  padding-top: 2rem;
  margin-bottom: 1.625rem;
}
article section h3 {
  font-size: 1.35rem;
  line-height: 1.17;
  padding-top: 1.625rem;
  margin-bottom: 1rem;
}
article section h4 {
  font-size: 1.25rem;
  line-height: 1;
  padding-top: 1.625rem;
  margin-bottom: 1rem;
}
article section a {
  text-decoration-line: underline;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
article section a:hover {
  --tw-text-opacity: 1;
  color: rgb(106 106 106 / var(--tw-text-opacity));
}
article section p, article section ul, article section ol, article section blockquote {
  font-size: 1.125rem;
  font-family: "Inter", sans-serif;
  margin-bottom: 1rem;
  line-height: 1.96;
}
article section p li > ul, article section p li > ol, article section ul li > ul, article section ul li > ol, article section ol li > ul, article section ol li > ol, article section blockquote li > ul, article section blockquote li > ol {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  article section p, article section ul, article section ol, article section blockquote {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
article section ul, article section ol {
  margin-left: 1.2rem;
}
article section ul {
  list-style-type: disc;
}
article section ol {
  list-style-type: decimal;
}
article section blockquote {
  padding-left: 1rem;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(219 219 219 / var(--tw-border-opacity));
}
article section pre, article section code {
  overflow: auto;
  border-radius: 0.125rem;
  border-width: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  border-color: rgb(254 202 202 / var(--tw-border-opacity));
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
  color: rgb(127 29 29 / var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
article section pre code, article section code code {
  border-width: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
article section pre {
  margin-bottom: 1rem;
}
article section .embed-container {
  margin-bottom: 1.25rem;
}
article section.center-images img {
  margin-left: auto;
  margin-right: auto;
}

/**
	Location Modal
 */
.location-modal::before {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 5.85rem;
  border-width: 17px 17px;
  border-bottom: 0;
  border-style: solid;
  border-color: black transparent;
  display: block;
  width: 0;
}
.location-modal::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 6rem;
  border-width: 15px 15px 0;
  border-style: solid;
  border-color: white transparent;
  display: block;
  width: 0;
}

form a {
  text-decoration-line: underline;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
form a:hover {
  --tw-text-opacity: 1;
  color: rgb(106 106 106 / var(--tw-text-opacity));
}
form label {
  margin-bottom: 0.5rem;
  display: block;
  font-weight: 800;
  font-family: "Inter", sans-serif;
}
form input[type=text],
form input[type=number],
form input[type=url],
form input[type=date],
form input[type=email],
form input[type=tel],
form textarea,
form select {
  margin-bottom: 1rem;
  width: 100%;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.5rem;
}
form input[type=text]:focus,
form input[type=number]:focus,
form input[type=url]:focus,
form input[type=date]:focus,
form input[type=email]:focus,
form input[type=tel]:focus,
form textarea:focus,
form select:focus {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity));
}
form input[type=text].freeform-error-input-field,
form input[type=number].freeform-error-input-field,
form input[type=url].freeform-error-input-field,
form input[type=date].freeform-error-input-field,
form input[type=email].freeform-error-input-field,
form input[type=tel].freeform-error-input-field,
form textarea.freeform-error-input-field,
form select.freeform-error-input-field {
  margin-bottom: 0.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
form input[type=checkbox],
form input[type=radio] {
  margin-right: 0.5rem;
}
form input[type=checkbox].freeform-error-input-field,
form input[type=radio].freeform-error-input-field {
  margin-bottom: 0.5rem;
}
form button[type=submit] {
  background-color: #D24619;
  font-size: 15px;
  border-radius: 0.25rem;
  border-style: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-weight: 700;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  font-family: "Inter", sans-serif;
  color: #F2F2F2;
}
form button[type=submit]:hover {
  background-color: #000000;
}
form .ff-form-success {
  border-radius: 0.25rem;
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}

.freeform-errors, .freeform-form-errors {
  margin-bottom: 2.5rem;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: "Inter", sans-serif;
}

form.newsletterDark label {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: "Montserrat", sans-serif;
}
form.newsletterDark input[type=text],
form.newsletterDark input[type=email] {
  margin-bottom: 1rem;
  width: 100%;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.5rem;
}
form.newsletterDark input[type=text]:focus,
form.newsletterDark input[type=email]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
form.newsletterDark input[type=text].freeform-error-input-field,
form.newsletterDark input[type=email].freeform-error-input-field {
  margin-bottom: 0.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

form.newsletterDark button[type=submit], form.leadMagnet button[type=submit], form.leadMagnetDark button[type=submit] {
  font-weight: 700;
}

form.leadMagnetDark .freeform-row [class*=freeform-col-] {
  padding: 0px;
}
form.leadMagnetDark label {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: "Inter", sans-serif;
}

#contactUs form label.contactUsHeading {
  padding-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-family: "Greycliff-cf", sans-serif;
}

@media (min-width: 768px) {
  #contactUs form label.contactUsHeading {
    padding-bottom: 2rem;
  }
}
#contactUs form .contactUsInquiryChoices {
  padding-bottom: 1rem;
}
#contactUs form .contactUsTextarea {
  padding-bottom: 1rem;
}
#contactUs form label.contactUsInquiryLabel {
  color: #44575F;
  padding-right: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 768px) {
  #contactUs form label.contactUsInquiryLabel {
    padding-bottom: 1rem;
  }
}
#contactUs form label.contactUsFieldLabel {
  display: none;
}
#contactUs form div.contactUsCheckbox {
  display: flex;
  align-items: flex-start;
}

button.more {
  background-color: transparent;
  font-size: 15px;
  align-self: flex-start;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(210 70 25 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(210 70 25 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  font-family: "Inter", sans-serif;
}
button.more:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

a.schedule-a-call {
  background-color: transparent;
  font-size: 15px;
  width: fit-content;
  align-self: flex-start;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(210 70 25 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(210 70 25 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  font-family: "Inter", sans-serif;
}

a.schedule-a-call:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

a.more {
  background-color: #D24619;
  border-radius: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  a.more {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
a.more:hover {
  background-color: #000000;
}

a.cta, .cta-small, .freeform-button-submit {
  background-color: #D24619;
  font-size: 15px;
  border-radius: 0.25rem;
  border-style: none;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-weight: 700;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  font-family: "Inter", sans-serif;
  color: #F2F2F2;
}
a.cta:hover, .cta-small:hover, .freeform-button-submit:hover {
  background-color: #000000;
}

.cta-small {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
}

.cta-secondary {
  color: #2F80ED;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cta-secondary:hover {
  color: #2c465c;
}

button[type=submit] {
  border-radius: 0.25rem;
}

form.search-form button[type=submit] {
  margin-left: 0px;
  width: auto;
}

form.footer-search-form {
  margin-bottom: 1.5rem;
}
form.footer-search-form button[type=submit] {
  margin-left: 0px;
  width: auto;
}

.audio-player .amplitude-playing img {
  height: 40%;
  width: 25%;
}
.audio-player .amplitude-playing img.play {
  display: none;
}
.audio-player .amplitude-playing img.pause {
  display: block;
}
.audio-player .amplitude-paused img {
  height: 40%;
  width: 25%;
}
.audio-player .amplitude-paused img.play {
  display: block;
}
.audio-player .amplitude-paused img.pause {
  display: none;
}
.audio-player .amplitude-current-time {
  left: 24.5%;
}
.audio-player .amplitude-duration-time {
  left: 32.5%;
}
.audio-player .progress-bar-clickable,
.audio-player .progress-bar {
  position: absolute;
  left: 44.6%;
  width: 29%;
  height: 30%;
}
.audio-player .progress-bar-clickable .active-progress,
.audio-player .progress-bar .active-progress {
  background: transparent url("/assets/player/svg/Progress.svg") top right no-repeat;
  background-size: cover;
  width: 0%;
  height: 100%;
}
.audio-player .volume-icon {
  position: absolute;
  z-index: 10;
  border-width: 0px;
  outline: none;
  left: 79%;
  top: 31.5%;
  width: 6%;
  height: 36%;
}
.audio-player .volume-icon img {
  width: 100%;
  height: 100%;
}
.audio-player .volume-slider {
  right: 14%;
  bottom: 75%;
  position: absolute;
  z-index: 20;
  display: flex;
  height: 8rem;
  width: 4rem;
  justify-content: center;
  border-radius: 0.375rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  display: none;
}
.audio-player .volume-slider input[type=range][orient=vertical] {
  writing-mode: bt-lr; /* IE */
  -webkit-appearance: slider-vertical; /* WebKit */
  width: 100%;
  height: 100%;
}
.audio-player .volume-slider .volume-slider-chrome {
  background: transparent url("/assets/player/svg/Vol_bar1.svg") top center no-repeat;
}
.audio-player .volume-slider .volume-slider-button {
  margin-left: 1rem;
  margin-right: 1rem;
  background-image: url("/assets/player/svg/Vol_bar2.svg");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 70%;
  background-position-x: center;
}

.grid-component {
  /*
  	a:not(.no-animated-underline) {
  		position: relative;
  		&::after {
  			transition: 0.5s all ease-in-out;
  			content: ' ';
  			position: absolute;
  			bottom: -1rem;
  			left: 0;
  			height: 2px;
  			width: 0%;
  			background: black;
  		}

  		&:hover::after {
  			width: 100%;
  		}
  	}
  */
}

.quote-container-top-border {
  border-top-width: 1px;
  border-color: #dbdbdb;
}

.bg-icon {
  background-size: auto 2rem;
}

.bg-icon-larger {
  background-size: auto 2.5rem;
}

.bg-icon-smaller {
  background-size: auto 1.5rem;
}

h3.Ampersand {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Ampersand {
    background-image: url("/assets/icons2024/Punctuation/Line/Ampersand.svg");
  }
}

h3.Ampersand {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Ampersand {
    background-image: url("/assets/icons2024/Punctuation/With%20Fill/Ampersand.svg");
  }
}

h3.Antenna {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Antenna {
    background-image: url("/assets/icons2024/Electrical/Antenna.svg");
  }
}

h3.Arrow-down {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Arrow-down {
    background-image: url("/assets/icons2024/Web/Arrow-down.svg");
  }
}

h3.Arrow-left {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Arrow-left {
    background-image: url("/assets/icons2024/Web/Arrow-left.svg");
  }
}

h3.Arrow-right {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Arrow-right {
    background-image: url("/assets/icons2024/Web/Arrow-right.svg");
  }
}

h3.Arrow-up {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Arrow-up {
    background-image: url("/assets/icons2024/Web/Arrow-up.svg");
  }
}

h3.Asterisk {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Asterisk {
    background-image: url("/assets/icons2024/Punctuation/With%20Fill/Asterisk.svg");
  }
}

h3.Asterisk {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Asterisk {
    background-image: url("/assets/icons2024/Punctuation/Line/Asterisk.svg");
  }
}

h3.At {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.At {
    background-image: url("/assets/icons2024/Punctuation/With%20Fill/At.svg");
  }
}

h3.At {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.At {
    background-image: url("/assets/icons2024/Punctuation/Line/At.svg");
  }
}

h3.At-symbol {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.At-symbol {
    background-image: url("/assets/icons2024/Web/At-symbol.svg");
  }
}

h3.Balloon {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Balloon {
    background-image: url("/assets/icons2024/Robot/Balloon.svg");
  }
}

h3.Banner {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Banner {
    background-image: url("/assets/icons2024/Web/Banner.svg");
  }
}

h3.Basket {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Basket {
    background-image: url("/assets/icons2024/Web/Basket.svg");
  }
}

h3.Battery {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Battery {
    background-image: url("/assets/icons2024/Electrical/Battery.svg");
  }
}

h3.Bell {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Bell {
    background-image: url("/assets/icons2024/Web/Bell.svg");
  }
}

h3.Bit-grimace {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Bit-grimace {
    background-image: url("/assets/icons2024/Robot/Bit-grimace.svg");
  }
}

h3.Bit-laugh {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Bit-laugh {
    background-image: url("/assets/icons2024/Robot/Bit-laugh.svg");
  }
}

h3.Bit-sad {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Bit-sad {
    background-image: url("/assets/icons2024/Robot/Bit-sad.svg");
  }
}

h3.Bit-smile {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Bit-smile {
    background-image: url("/assets/icons2024/Robot/Bit-smile.svg");
  }
}

h3.Bit-wink {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Bit-wink {
    background-image: url("/assets/icons2024/Robot/Bit-wink.svg");
  }
}

h3.Bolt {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Bolt {
    background-image: url("/assets/icons2024/Mechanical/Bolt.svg");
  }
}

h3.Book {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Book {
    background-image: url("/assets/icons2024/Web/Book.svg");
  }
}

h3.Bot-grimace {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Bot-grimace {
    background-image: url("/assets/icons2024/Robot/Bot-grimace.svg");
  }
}

h3.Bot-laugh {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Bot-laugh {
    background-image: url("/assets/icons2024/Robot/Bot-laugh.svg");
  }
}

h3.Bot-sick {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Bot-sick {
    background-image: url("/assets/icons2024/Robot/Bot-sick.svg");
  }
}

h3.Bot-smile {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Bot-smile {
    background-image: url("/assets/icons2024/Robot/Bot-smile.svg");
  }
}

h3.Bot-wink {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Bot-wink {
    background-image: url("/assets/icons2024/Robot/Bot-wink.svg");
  }
}

h3.Bowlbot {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Bowlbot {
    background-image: url("/assets/icons2024/Robot/Bowlbot.svg");
  }
}

h3.Bracket {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Bracket {
    background-image: url("/assets/icons2024/Pipes/Bracket.svg");
  }
}

h3.Browser {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Browser {
    background-image: url("/assets/icons2024/Web/Browser.svg");
  }
}

h3.Brush {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Brush {
    background-image: url("/assets/icons2024/Mechanical/Brush.svg");
  }
}

h3.Bulb {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Bulb {
    background-image: url("/assets/icons2024/Electrical/Bulb.svg");
  }
}

h3.Calipers {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Calipers {
    background-image: url("/assets/icons2024/Mechanical/Calipers.svg");
  }
}

h3.Camera {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Camera {
    background-image: url("/assets/icons2024/Web/Camera.svg");
  }
}

h3.Canister {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Canister {
    background-image: url("/assets/icons2024/Mechanical/Canister.svg");
  }
}

h3.Car {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Car {
    background-image: url("/assets/icons2024/Web/Car.svg");
  }
}

h3.Check {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Check {
    background-image: url("/assets/icons2024/Web/Check.svg");
  }
}

h3.Chrome-wheel {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Chrome-wheel {
    background-image: url("/assets/icons2024/Mechanical/Chrome-wheel.svg");
  }
}

h3.Clipboard {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Clipboard {
    background-image: url("/assets/icons2024/Web/Clipboard.svg");
  }
}

h3.Clock {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Clock {
    background-image: url("/assets/icons2024/Electrical/Clock.svg");
  }
}

h3.Cloud {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Cloud {
    background-image: url("/assets/icons2024/Web/Cloud.svg");
  }
}

h3.Cloud2 {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Cloud2 {
    background-image: url("/assets/icons2024/Web/Cloud2.svg");
  }
}

h3.Code {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Code {
    background-image: url("/assets/icons2024/Web/Code.svg");
  }
}

h3.Compass {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Compass {
    background-image: url("/assets/icons2024/Mechanical/Compass.svg");
  }
}

h3.Compass-needle {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Compass-needle {
    background-image: url("/assets/icons2024/Mechanical/Compass-needle.svg");
  }
}

h3.Controller {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Controller {
    background-image: url("/assets/icons2024/Electrical/Controller.svg");
  }
}

h3.Craft-wrench {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Craft-wrench {
    background-image: url("/assets/icons2024/Mechanical/Craft-wrench.svg");
  }
}

h3.Cube {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Cube {
    background-image: url("/assets/icons2024/Web/Cube.svg");
  }
}

h3.Cube-White {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Cube-White {
    background-image: url("/assets/icons2024/Web/Cube-White.svg");
  }
}

h3.Cuppa {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Cuppa {
    background-image: url("/assets/icons2024/Web/Cuppa.svg");
  }
}

h3.Cute-robot {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Cute-robot {
    background-image: url("/assets/icons2024/Robot/Cute-robot.svg");
  }
}

h3.Cutebot {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Cutebot {
    background-image: url("/assets/icons2024/Robot/Cutebot.svg");
  }
}

h3.Display {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Display {
    background-image: url("/assets/icons2024/Web/Display.svg");
  }
}

h3.Dollar {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Dollar {
    background-image: url("/assets/icons2024/Punctuation/With%20Fill/Dollar.svg");
  }
}

h3.Dollar {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Dollar {
    background-image: url("/assets/icons2024/Punctuation/Line/Dollar.svg");
  }
}

h3.Download {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Download {
    background-image: url("/assets/icons2024/Web/Download.svg");
  }
}

h3.Ears {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Ears {
    background-image: url("/assets/icons2024/Electrical/Ears.svg");
  }
}

h3.Edit {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Edit {
    background-image: url("/assets/icons2024/Web/Edit.svg");
  }
}

h3.Equals {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Equals {
    background-image: url("/assets/icons2024/Punctuation/With%20Fill/Equals.svg");
  }
}

h3.Equals {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Equals {
    background-image: url("/assets/icons2024/Punctuation/Line/Equals.svg");
  }
}

h3.Exclamation {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Exclamation {
    background-image: url("/assets/icons2024/Punctuation/With%20Fill/Exclamation.svg");
  }
}

h3.Exclamation {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Exclamation {
    background-image: url("/assets/icons2024/Punctuation/Line/Exclamation.svg");
  }
}

h3.Eyes {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Eyes {
    background-image: url("/assets/icons2024/Robot/Eyes.svg");
  }
}

h3.Fawcet {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Fawcet {
    background-image: url("/assets/icons2024/Mechanical/Fawcet.svg");
  }
}

h3.Filament {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Filament {
    background-image: url("/assets/icons2024/Electrical/Filament.svg");
  }
}

h3.Gauge {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Gauge {
    background-image: url("/assets/icons2024/Mechanical/Gauge.svg");
  }
}

h3.Gauge2 {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Gauge2 {
    background-image: url("/assets/icons2024/Mechanical/Gauge2.svg");
  }
}

h3.Gears {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Gears {
    background-image: url("/assets/icons2024/Mechanical/Gears.svg");
  }
}

h3.Graph-Curve {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Graph-Curve {
    background-image: url("/assets/icons2024/Web/Graph-Curve.svg");
  }
}

h3.Graph-Line {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Graph-Line {
    background-image: url("/assets/icons2024/Web/Graph-Line.svg");
  }
}

h3.Greater {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Greater {
    background-image: url("/assets/icons2024/Punctuation/With%20Fill/Greater.svg");
  }
}

h3.Greater {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Greater {
    background-image: url("/assets/icons2024/Punctuation/Line/Greater.svg");
  }
}

h3.Halfgear {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Halfgear {
    background-image: url("/assets/icons2024/Mechanical/Halfgear.svg");
  }
}

h3.Hamburger {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Hamburger {
    background-image: url("/assets/icons2024/Web/Hamburger.svg");
  }
}

h3.Hammer {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Hammer {
    background-image: url("/assets/icons2024/Mechanical/Hammer.svg");
  }
}

h3.Hand {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Hand {
    background-image: url("/assets/icons2024/Web/Hand.svg");
  }
}

h3.Hand1 {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Hand1 {
    background-image: url("/assets/icons2024/Robot/Hand1.svg");
  }
}

h3.Hand2 {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Hand2 {
    background-image: url("/assets/icons2024/Robot/Hand2.svg");
  }
}

h3.Handsy {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Handsy {
    background-image: url("/assets/icons2024/Robot/Handsy.svg");
  }
}

h3.Hash {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Hash {
    background-image: url("/assets/icons2024/Web/Hash.svg");
  }
}

h3.Head1 {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Head1 {
    background-image: url("/assets/icons2024/Robot/Head1.svg");
  }
}

h3.Head2 {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Head2 {
    background-image: url("/assets/icons2024/Robot/Head2.svg");
  }
}

h3.Head3 {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Head3 {
    background-image: url("/assets/icons2024/Robot/Head3.svg");
  }
}

h3.Heart {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Heart {
    background-image: url("/assets/icons2024/Robot/Heart.svg");
  }
}

h3.Horseshoe {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Horseshoe {
    background-image: url("/assets/icons2024/Mechanical/Horseshoe.svg");
  }
}

h3.icon-gauge {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.icon-gauge {
    background-image: url("/assets/icons2024/Mechanical/icon-gauge.svg");
  }
}

h3.Key {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Key {
    background-image: url("/assets/icons2024/Mechanical/Key.svg");
  }
}

h3.Label {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Label {
    background-image: url("/assets/icons2024/Mechanical/Label.svg");
  }
}

h3.Less {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Less {
    background-image: url("/assets/icons2024/Punctuation/With%20Fill/Less.svg");
  }
}

h3.Less {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Less {
    background-image: url("/assets/icons2024/Punctuation/Line/Less.svg");
  }
}

h3.Light {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Light {
    background-image: url("/assets/icons2024/Electrical/Light.svg");
  }
}

h3.Light2 {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Light2 {
    background-image: url("/assets/icons2024/Electrical/Light2.svg");
  }
}

h3.Loading {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Loading {
    background-image: url("/assets/icons2024/Web/Loading.svg");
  }
}

h3.Lock {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Lock {
    background-image: url("/assets/icons2024/Web/Lock.svg");
  }
}

h3.Magnifier {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Magnifier {
    background-image: url("/assets/icons2024/Mechanical/Magnifier.svg");
  }
}

h3.Mask {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Mask {
    background-image: url("/assets/icons2024/Robot/Mask.svg");
  }
}

h3.Menu {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Menu {
    background-image: url("/assets/icons2024/Web/Menu.svg");
  }
}

h3.Money {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Money {
    background-image: url("/assets/icons2024/Web/Money.svg");
  }
}

h3.Monitor {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Monitor {
    background-image: url("/assets/icons2024/Web/Monitor.svg");
  }
}

h3.Moon-gear {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Moon-gear {
    background-image: url("/assets/icons2024/Mechanical/Moon-gear.svg");
  }
}

h3.Newspaper {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Newspaper {
    background-image: url("/assets/icons2024/Robot/Newspaper.svg");
  }
}

h3.Page {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Page {
    background-image: url("/assets/icons2024/Web/Page.svg");
  }
}

h3.Parens {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Parens {
    background-image: url("/assets/icons2024/Punctuation/Line/Parens.svg");
  }
}

h3.Parens {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Parens {
    background-image: url("/assets/icons2024/Punctuation/With%20Fill/Parens.svg");
  }
}

h3.Pen {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Pen {
    background-image: url("/assets/icons2024/Web/Pen.svg");
  }
}

h3.Percent {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Percent {
    background-image: url("/assets/icons2024/Punctuation/Line/Percent.svg");
  }
}

h3.Percent {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Percent {
    background-image: url("/assets/icons2024/Punctuation/With%20Fill/Percent.svg");
  }
}

h3.Pick {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Pick {
    background-image: url("/assets/icons2024/Web/Pick.svg");
  }
}

h3.Pin {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Pin {
    background-image: url("/assets/icons2024/Web/Pin.svg");
  }
}

h3.Pipe {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Pipe {
    background-image: url("/assets/icons2024/Pipes/Pipe.svg");
  }
}

h3.Pipe2 {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Pipe2 {
    background-image: url("/assets/icons2024/Pipes/Pipe2.svg");
  }
}

h3.Pipe3 {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Pipe3 {
    background-image: url("/assets/icons2024/Pipes/Pipe3.svg");
  }
}

h3.Pipeline {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Pipeline {
    background-image: url("/assets/icons2024/Pipes/Pipeline.svg");
  }
}

h3.Plus {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Plus {
    background-image: url("/assets/icons2024/Web/Plus.svg");
  }
}

h3.Plus {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Plus {
    background-image: url("/assets/icons2024/Punctuation/Line/Plus.svg");
  }
}

h3.Plus {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Plus {
    background-image: url("/assets/icons2024/Punctuation/With%20Fill/Plus.svg");
  }
}

h3.Pound {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Pound {
    background-image: url("/assets/icons2024/Punctuation/Line/Pound.svg");
  }
}

h3.Pound {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Pound {
    background-image: url("/assets/icons2024/Punctuation/With%20Fill/Pound.svg");
  }
}

h3.Printer {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Printer {
    background-image: url("/assets/icons2024/Web/Printer.svg");
  }
}

h3.Pump {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Pump {
    background-image: url("/assets/icons2024/Mechanical/Pump.svg");
  }
}

h3.Question {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Question {
    background-image: url("/assets/icons2024/Punctuation/Line/Question.svg");
  }
}

h3.Question {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Question {
    background-image: url("/assets/icons2024/Punctuation/With%20Fill/Question.svg");
  }
}

h3.Quote {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Quote {
    background-image: url("/assets/icons2024/Web/Quote.svg");
  }
}

h3.Quotes {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Quotes {
    background-image: url("/assets/icons2024/Punctuation/Line/Quotes.svg");
  }
}

h3.Quotes {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Quotes {
    background-image: url("/assets/icons2024/Punctuation/With%20Fill/Quotes.svg");
  }
}

h3.Refresh {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Refresh {
    background-image: url("/assets/icons2024/Web/Refresh.svg");
  }
}

h3.Roboarm {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Roboarm {
    background-image: url("/assets/icons2024/Robot/Roboarm.svg");
  }
}

h3.Robot {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Robot {
    background-image: url("/assets/icons2024/Robot/Robot.svg");
  }
}

h3.Robot2 {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Robot2 {
    background-image: url("/assets/icons2024/Robot/Robot2.svg");
  }
}

h3.Rocket {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Rocket {
    background-image: url("/assets/icons2024/Mechanical/Rocket.svg");
  }
}

h3.Roller {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Roller {
    background-image: url("/assets/icons2024/Mechanical/Roller.svg");
  }
}

h3.Ruler {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Ruler {
    background-image: url("/assets/icons2024/Mechanical/Ruler.svg");
  }
}

h3.Scissors {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Scissors {
    background-image: url("/assets/icons2024/Mechanical/Scissors.svg");
  }
}

h3.Screen {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Screen {
    background-image: url("/assets/icons2024/Robot/Screen.svg");
  }
}

h3.Screw {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Screw {
    background-image: url("/assets/icons2024/Mechanical/Screw.svg");
  }
}

h3.Sextant {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Sextant {
    background-image: url("/assets/icons2024/Mechanical/Sextant.svg");
  }
}

h3.Shielding {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Shielding {
    background-image: url("/assets/icons2024/Electrical/Shielding.svg");
  }
}

h3.Shifter {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Shifter {
    background-image: url("/assets/icons2024/Mechanical/Shifter.svg");
  }
}

h3.Shifter-2 {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Shifter-2 {
    background-image: url("/assets/icons2024/Mechanical/Shifter-2.svg");
  }
}

h3.Shoe {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Shoe {
    background-image: url("/assets/icons2024/Web/Shoe.svg");
  }
}

h3.Signal {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Signal {
    background-image: url("/assets/icons2024/Electrical/Signal.svg");
  }
}

h3.Smileybot {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Smileybot {
    background-image: url("/assets/icons2024/Robot/Smileybot.svg");
  }
}

h3.Socket {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Socket {
    background-image: url("/assets/icons2024/Mechanical/Socket.svg");
  }
}

h3.Spinner {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Spinner {
    background-image: url("/assets/icons2024/Web/Spinner.svg");
  }
}

h3.Spitfire {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Spitfire {
    background-image: url("/assets/icons2024/Mechanical/Spitfire.svg");
  }
}

h3.Squiggle-shifter {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Squiggle-shifter {
    background-image: url("/assets/icons2024/Mechanical/Squiggle-shifter.svg");
  }
}

h3.Stopwatch {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Stopwatch {
    background-image: url("/assets/icons2024/Mechanical/Stopwatch.svg");
  }
}

h3.Tablet {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Tablet {
    background-image: url("/assets/icons2024/Web/Tablet.svg");
  }
}

h3.Tag {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Tag {
    background-image: url("/assets/icons2024/Web/Tag.svg");
  }
}

h3.Tank {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Tank {
    background-image: url("/assets/icons2024/Robot/Tank.svg");
  }
}

h3.Telescope {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Telescope {
    background-image: url("/assets/icons2024/Robot/Telescope.svg");
  }
}

h3.Tesla {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Tesla {
    background-image: url("/assets/icons2024/Electrical/Tesla.svg");
  }
}

h3.Thermometer {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Thermometer {
    background-image: url("/assets/icons2024/Electrical/Thermometer.svg");
  }
}

h3.Tire {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Tire {
    background-image: url("/assets/icons2024/Mechanical/Tire.svg");
  }
}

h3.Tophat {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Tophat {
    background-image: url("/assets/icons2024/Robot/Tophat.svg");
  }
}

h3.Transistor {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Transistor {
    background-image: url("/assets/icons2024/Electrical/Transistor.svg");
  }
}

h3.Trash {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Trash {
    background-image: url("/assets/icons2024/Web/Trash.svg");
  }
}

h3.Tree {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Tree {
    background-image: url("/assets/icons2024/Robot/Tree.svg");
  }
}

h3.Truck {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Truck {
    background-image: url("/assets/icons2024/Web/Truck.svg");
  }
}

h3.Turbine {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Turbine {
    background-image: url("/assets/icons2024/Mechanical/Turbine.svg");
  }
}

h3.Unlocked {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Unlocked {
    background-image: url("/assets/icons2024/Web/Unlocked.svg");
  }
}

h3.Vent {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Vent {
    background-image: url("/assets/icons2024/Mechanical/Vent.svg");
  }
}

h3.Wheel {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Wheel {
    background-image: url("/assets/icons2024/Mechanical/Wheel.svg");
  }
}

h3.Wrench {
  margin-left: -3.5rem;
  margin-bottom: 0px;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  background-size: auto 3rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3.5rem;
  background-size: auto 2rem;
}

@media (min-width: 640px) {
  h3.Wrench {
    background-image: url("/assets/icons2024/Mechanical/Wrench.svg");
  }
}

.speech-bubble {
  position: relative;
  --tw-rotate: 2deg;
  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));
  border-radius: 0.5rem;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding: 1rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  border-width: 4px;
  margin-bottom: 15px;
}
.speech-bubble.sidebar {
  width: 80%;
  margin: 0 auto 15px auto;
}
.speech-bubble::before {
  content: " ";
  position: absolute;
  bottom: -20px;
  right: 40px;
  height: 10px;
  width: 10px;
  border-left: 10px solid black;
  border-right: 10px solid transparent;
  border-top: 10px solid black;
  border-bottom: 10px solid transparent;
}
.speech-bubble::after {
  content: " ";
  position: absolute;
  bottom: -10px;
  right: 46px;
  height: 7px;
  width: 5px;
  border-left: 6px solid white;
  border-right: 5px solid transparent;
  border-top: 6px solid white;
  border-bottom: 5px solid transparent;
}

.blogContent img {
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  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);
}

.standard-padding {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .standard-padding {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.standard-padding-bottom-only {
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .standard-padding-bottom-only {
    padding-bottom: 6rem;
  }
}

table.featureTable ul {
  margin-left: 1rem;
  list-style-type: disc;
}
table.featureTable h3 {
  margin-bottom: 0.5rem;
  width: 50%;
  border-radius: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background-color: #4d93fe;
}
@media (min-width: 768px) {
  table.featureTable h3 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  table.featureTable h3 {
    width: 66.666667%;
  }
}

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

/* Import some custom Tailwind classes */

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

.hover\:bg-gray-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

.hover\:bg-slate-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}

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

.focus\:border-gray-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}

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

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

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

@media (min-width: 640px) {
  .sm\:m-10 {
    margin: 2.5rem;
  }
  .sm\:h-8 {
    height: 2rem;
  }
  .sm\:h-auto {
    height: auto;
  }
  .sm\: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));
  }
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:gap-x-16 {
    column-gap: 4rem;
  }
}

@media (min-width: 768px) {
  .md\:order-1 {
    order: 1;
  }
  .md\:col-span-12 {
    grid-column: span 12 / span 12;
  }
  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  .md\:col-span-9 {
    grid-column: span 9 / span 9;
  }
  .md\:col-start-1 {
    grid-column-start: 1;
  }
  .md\:col-start-10 {
    grid-column-start: 10;
  }
  .md\:col-start-2 {
    grid-column-start: 2;
  }
  .md\:col-start-3 {
    grid-column-start: 3;
  }
  .md\:col-start-4 {
    grid-column-start: 4;
  }
  .md\:col-start-5 {
    grid-column-start: 5;
  }
  .md\:col-start-6 {
    grid-column-start: 6;
  }
  .md\:col-start-7 {
    grid-column-start: 7;
  }
  .md\:col-start-8 {
    grid-column-start: 8;
  }
  .md\:col-start-9 {
    grid-column-start: 9;
  }
  .md\:col-end-10 {
    grid-column-end: 10;
  }
  .md\:col-end-11 {
    grid-column-end: 11;
  }
  .md\:col-end-12 {
    grid-column-end: 12;
  }
  .md\:col-end-13 {
    grid-column-end: 13;
  }
  .md\:col-end-3 {
    grid-column-end: 3;
  }
  .md\:col-end-4 {
    grid-column-end: 4;
  }
  .md\:col-end-5 {
    grid-column-end: 5;
  }
  .md\:col-end-6 {
    grid-column-end: 6;
  }
  .md\:col-end-7 {
    grid-column-end: 7;
  }
  .md\:col-end-8 {
    grid-column-end: 8;
  }
  .md\:col-end-9 {
    grid-column-end: 9;
  }
  .md\:m-20 {
    margin: 5rem;
  }
  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .md\:-mr-4 {
    margin-right: -1rem;
  }
  .md\:mb-0 {
    margin-bottom: 0px;
  }
  .md\:mb-32 {
    margin-bottom: 8rem;
  }
  .md\:mt-0 {
    margin-top: 0px;
  }
  .md\:block {
    display: block;
  }
  .md\:inline {
    display: inline;
  }
  .md\:flex {
    display: flex;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-16 {
    height: 4rem;
  }
  .md\:h-48 {
    height: 12rem;
  }
  .md\:h-6 {
    height: 1.5rem;
  }
  .md\:h-8 {
    height: 2rem;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-2\/3 {
    width: 66.666667%;
  }
  .md\:w-2\/4 {
    width: 50%;
  }
  .md\:w-36 {
    width: 9rem;
  }
  .md\:w-40 {
    width: 10rem;
  }
  .md\:w-56 {
    width: 14rem;
  }
  .md\:w-60 {
    width: 15rem;
  }
  .md\:w-64 {
    width: 16rem;
  }
  .md\:w-full {
    width: 100%;
  }
  .md\:max-w-3xl {
    max-width: 48rem;
  }
  .md\:max-w-xl {
    max-width: 36rem;
  }
  .md\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .md\:gap-0 {
    gap: 0px;
  }
  .md\:gap-x-20 {
    column-gap: 5rem;
  }
  .md\:gap-y-12 {
    row-gap: 3rem;
  }
  .md\:gap-y-20 {
    row-gap: 5rem;
  }
  .md\:gap-y-4 {
    row-gap: 1rem;
  }
  .md\:border-r-2 {
    border-right-width: 2px;
  }
  .md\:border-black {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
  }
  .md\:bg-transparent {
    background-color: transparent;
  }
  .md\:object-left {
    object-position: left;
  }
  .md\:p-12 {
    padding: 3rem;
  }
  .md\:p-8 {
    padding: 2rem;
  }
  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md\:pr-12 {
    padding-right: 3rem;
  }
  .md\:pr-4 {
    padding-right: 1rem;
  }
  .md\:pt-14 {
    padding-top: 3.5rem;
  }
  .md\:pt-24 {
    padding-top: 6rem;
  }
  .md\:text-left {
    text-align: left;
  }
  .md\:text-center {
    text-align: center;
  }
  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
  .md\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
  .md\:text-eighteen {
    font-size: 1.125rem;
  }
  .md\:text-fifty-two {
    font-size: 3.25rem;
  }
  .md\:text-forty-two {
    font-size: 2.5rem;
  }
  .md\:text-twenty-four {
    font-size: 1.5rem;
  }
  .md\:text-twenty-one {
    font-size: 1.313rem;
  }
  .md\:text-twenty-six {
    font-size: 1.625rem;
  }
  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:leading-fifty-four {
    line-height: 3.35rem;
  }
  .md\:leading-sixty-seven {
    line-height: 4.188rem;
  }
  .md\:leading-twenty-eight {
    line-height: 1.75rem;
  }
  .md\:leading-twenty-six {
    line-height: 1.625rem;
  }
}

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }
  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .lg\:col-start-2 {
    grid-column-start: 2;
  }
  .lg\:col-start-3 {
    grid-column-start: 3;
  }
  .lg\:col-start-7 {
    grid-column-start: 7;
  }
  .lg\:col-start-8 {
    grid-column-start: 8;
  }
  .lg\:col-end-11 {
    grid-column-end: 11;
  }
  .lg\:col-end-12 {
    grid-column-end: 12;
  }
  .lg\:col-end-7 {
    grid-column-end: 7;
  }
  .lg\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .lg\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .lg\:mb-0 {
    margin-bottom: 0px;
  }
  .lg\:mt-0 {
    margin-top: 0px;
  }
  .lg\:mt-2 {
    margin-top: 0.5rem;
  }
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:h-64 {
    height: 16rem;
  }
  .lg\:h-8 {
    height: 2rem;
  }
  .lg\:h-9 {
    height: 2.25rem;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-1\/3 {
    width: 33.333333%;
  }
  .lg\:w-10 {
    width: 2.5rem;
  }
  .lg\:w-2\/3 {
    width: 66.666667%;
  }
  .lg\:w-4\/5 {
    width: 80%;
  }
  .lg\:w-48 {
    width: 12rem;
  }
  .lg\:w-auto {
    width: auto;
  }
  .lg\:w-full {
    width: 100%;
  }
  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:gap-x-24 {
    column-gap: 6rem;
  }
  .lg\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  .lg\:border-b-0 {
    border-bottom-width: 0px;
  }
  .lg\:border-r-2 {
    border-right-width: 2px;
  }
  .lg\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .lg\:p-10 {
    padding: 2.5rem;
  }
  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .lg\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }
  .lg\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }
  .lg\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .lg\:pb-0 {
    padding-bottom: 0px;
  }
  .lg\:pr-96 {
    padding-right: 24rem;
  }
  .lg\:text-forty-two {
    font-size: 2.5rem;
  }
  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .lg\:leading-forty-eight {
    line-height: 3rem;
  }
  .lg\:shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1280px) {
  .xl\:h-8 {
    height: 2rem;
  }
  .xl\:w-1\/3 {
    width: 33.333333%;
  }
  .xl\:w-2\/4 {
    width: 50%;
  }
  .xl\:max-w-2xl {
    max-width: 42rem;
  }
  .xl\:max-w-3xl {
    max-width: 48rem;
  }
  .xl\:max-w-4xl {
    max-width: 56rem;
  }
  .xl\:max-w-xl {
    max-width: 36rem;
  }
  .xl\:gap-x-32 {
    column-gap: 8rem;
  }
  .xl\:gap-y-20 {
    row-gap: 5rem;
  }
  .xl\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .xl\:pr-\[680px\] {
    padding-right: 680px;
  }
}

@media (min-width: 1536px) {
  .\32xl\:pr-\[900px\] {
    padding-right: 900px;
  }
}

@media (prefers-color-scheme: dark) {
  .dark\:bg-red-400\/10 {
    background-color: rgb(248 113 113 / 0.1);
  }
  .dark\:bg-yellow-400\/10 {
    background-color: rgb(250 204 21 / 0.1);
  }
  .dark\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgb(248 113 113 / var(--tw-text-opacity));
  }
  .dark\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgb(234 179 8 / var(--tw-text-opacity));
  }
}