/* Import tailwind basics
 -----------------------------------------------------*/

/* ! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  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::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --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: 992px) {
  .container {
    max-width: 992px;
  }
}

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

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

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.left-3 {
  left: 0.75rem;
}

.top-3 {
  top: 0.75rem;
}

.top-3\.5 {
  top: 0.875rem;
}

.m-0 {
  margin: 0px;
}

.m-auto {
  margin: auto;
}

.\!my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

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

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

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

.\!ml-0 {
  margin-left: 0px !important;
}

.\!mr-2 {
  margin-right: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

.mr-3 {
  margin-right: 0.75rem;
}

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

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

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

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

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

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-2 {
  height: 0.5rem;
}

.h-9 {
  height: 2.25rem;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-2 {
  width: 0.5rem;
}

.w-48 {
  width: 12rem;
}

.w-5 {
  width: 1.25rem;
}

.w-9 {
  width: 2.25rem;
}

.w-auto {
  width: auto;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.rotate-45 {
  --tw-rotate: 45deg;
  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-x-100 {
  --tw-scale-x: -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));
}

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

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

.whitespace-nowrap {
  white-space: nowrap;
}

.border-transparent {
  border-color: transparent;
}

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

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

.bg-snipclip-dark-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(46 46 46 / var(--tw-bg-opacity));
}

.bg-snipclip-light-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity));
}

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

.bg-snipclip-red {
  --tw-bg-opacity: 1;
  background-color: rgb(250 112 105 / var(--tw-bg-opacity));
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

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

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

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

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

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

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

.font-demi {
  font-family: URWFranklinGothic-Demi;
}

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

.text-snipclip-dark-grey {
  --tw-text-opacity: 1;
  color: rgb(46 46 46 / var(--tw-text-opacity));
}

.text-snipclip-light-grey {
  --tw-text-opacity: 1;
  color: rgb(235 235 235 / var(--tw-text-opacity));
}

.text-snipclip-red {
  --tw-text-opacity: 1;
  color: rgb(250 112 105 / var(--tw-text-opacity));
}

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

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

/* Import Fonts
  -----------------------------------------------------*/

@font-face {
  font-family: 'URWFranklinGothic-Book';

  font-display: swap;

  font-style: normal;

  font-weight: normal;

  src: url("../fonts/URWFranklinGothic-Book.woff2") format("woff2"),
        url("../fonts/URWFranklinGothic-Book.woff") format("woff");
}

@font-face {
  font-family: 'URWFranklinGothic-Demi';

  font-display: swap;

  font-style: normal;

  font-weight: normal;

  src: url("../fonts/URWFranklinGothic-Demi.woff2") format("woff2"),
        url("../fonts/URWFranklinGothic-Demi.woff") format("woff");
}

@font-face {
  font-family: 'URWFranklinGothic-Light';

  font-display: swap;

  font-style: normal;

  font-weight: normal;

  src: url("../fonts/URWFranklinGothic-Light.woff2") format("woff2"),
        url("../fonts/URWFranklinGothic-Light.woff") format("woff");
}

@font-face {
  font-family: 'URWFranklinGothic-Medium';

  font-display: swap;

  font-style: normal;

  font-weight: normal;

  src: url("../fonts/URWFranklinGothic-Medium.woff2") format("woff2"),
        url("../fonts/URWFranklinGothic-Medium.woff") format("woff");
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to   {
    opacity: 1;
  }
}

/* Firefox < 16 */

/* Safari, Chrome and Opera > 12.1 */

/* Internet Explorer */

/* Opera < 12.1 */

.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

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

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

@media (min-width: 992px) {
  .container {
    max-width: 960px !important;
  }
}

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

@media (min-width: 1440px) {
  .container {
    max-width: 1312px !important;
  }
}

section {
  padding-bottom: 3.5rem;
}

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

/* Fonts
-----------------------------------------------------*/

body {
  font-family: URWFranklinGothic-Book;
  font-size: 0.875rem;
  line-height: 1.125rem;
}

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

@media (min-width: 1440px) {
  body {
    font-size: 1.125rem;
    line-height: 1.438rem;
  }
}

p, .p {
  margin-bottom: 0.75rem;
  font-family: URWFranklinGothic-Book;
  font-size: 0.875rem;
  line-height: 1.125rem;
}

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

@media (min-width: 1280px) {
  p, .p {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 1440px) {
  p, .p {
    font-size: 1.125rem;
    line-height: 1.438rem;
  }
}

h1, .h1 {
  margin-bottom: 0.75rem;
  font-family: URWFranklinGothic-Demi;
  font-size: 2.375rem;
  line-height: 2.375rem;
}

@media (min-width: 768px) {
  h1, .h1 {
    margin-bottom: 1rem;
    font-size: 3.375rem;
    line-height: 3.375rem;
  }
}

@media (min-width: 1280px) {
  h1, .h1 {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 1440px) {
  h1, .h1 {
    font-size: 4.375rem;
    line-height: 4.375rem;
  }
}

h2, .h2 {
  margin-bottom: 0.75rem;
  font-family: URWFranklinGothic-Demi;
  font-size: 1.5rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  h2, .h2 {
    margin-bottom: 1rem;
    font-size: 2rem;
    line-height: 2rem;
  }
}

@media (min-width: 1280px) {
  h2, .h2 {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 1440px) {
  h2, .h2 {
    font-size: 2.375rem;
    line-height: 2.875rem;
  }
}

h3, .h3 {
  margin-bottom: 0.75rem;
  font-family: URWFranklinGothic-Demi;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  h3, .h3 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  h3, .h3 {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 1440px) {
  h3, .h3 {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}

h1.p, h2.p, h3.p {
  font-size: 0.875rem;
  line-height: 1.125rem;
}

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

@media (min-width: 1440px) {
  h1.p, h2.p, h3.p {
    font-size: 1.125rem;
    line-height: 1.438rem;
  }
}

.small {
  font-size: 0.813rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .small {
    font-size: 0.75rem;
    line-height: 1.063rem;
  }
}

@media (min-width: 1440px) {
  .small {
    font-size: 0.875rem;
    line-height: 1.313rem;
  }
}

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

.bold, strong {
  font-family: URWFranklinGothic-Demi;
}

ul ul li {
  list-style: circle;
}

/* Links and Buttons
-----------------------------------------------------*/

/* links */

a, .a {
  cursor: pointer;
  text-decoration-line: underline;
}

a:hover, .a:hover {
  --tw-text-opacity: 1;
  color: rgb(250 112 105 / var(--tw-text-opacity));
}

a:focus, .a:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

a:focus-visible, .a:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(250 112 105 / var(--tw-text-opacity));
}

.link {
  margin-top: 1rem;
  margin-bottom: 1rem;
  cursor: pointer;
  font-family: URWFranklinGothic-Demi;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.link::after {
  margin-left: 1rem;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  background-image: url('../images/icons/arrow-right-black.svg');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  --tw-content: '';
  content: var(--tw-content);
}

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

.link:focus {
  --tw-text-opacity: 1;
  color: rgb(0 0 255 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.link:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(0 0 255 / var(--tw-text-opacity));
}

.link:hover::after, .link:focus::after, .link:focus-visible::after  {
  filter: invert(7%) sepia(94%) saturate(7439%) hue-rotate(247deg) brightness(113%) contrast(143%);
  /* dark blue */
}

.link.arrow-before::before {
  margin-right: 1rem;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  background-image: url('../images/icons/arrow-right-black.svg');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  --tw-content: '';
  content: var(--tw-content);
}

.link.arrow-before::after {
  --tw-content: none;
  content: var(--tw-content);
}

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

.goBack {
  font-family: URWFranklinGothic-Demi;
  text-decoration-line: none;
}

.goBack::before {
  margin-right: 0.5rem;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  --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));
  background-image: url('../images/icons/arrow-right-black.svg');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  --tw-content: '';
  content: var(--tw-content);
}

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

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

.goBack:hover::before, .goBack:focus-visible::before {
  filter: invert(7%) sepia(94%) saturate(7439%) hue-rotate(247deg) brightness(113%) contrast(143%);
  /* dark blue */
}

/* main button */

.btn {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  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));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: URWFranklinGothic-Demi;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.btn:hover {
  --tw-text-opacity: 1;
  color: rgb(250 112 105 / var(--tw-text-opacity));
}

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

.btn:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(250 112 105 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.btn:hover img, .btn:focus img, .btn:focus-visible img, .add:hover:before, .add:focus:before, .add:focus-visible:before {
  filter: invert(19%) sepia(80%) saturate(3579%) hue-rotate(0deg) brightness(117%) contrast(133%);
  /* rot */
}

.add::before {
  margin-right: 0.5rem;
  display: inline-block;
  height: 0.5rem;
  width: 0.5rem;
  background-image: url('../images/icons/plus.svg');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  --tw-content: '';
  content: var(--tw-content);
}

/* form */

form input, form select {
  margin: 0.75rem;
  height: 2.5rem;
  cursor: pointer;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-family: URWFranklinGothic-Demi;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

form input::-moz-placeholder, form select::-moz-placeholder {
  font-family: URWFranklinGothic-Demi;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

form input::placeholder, form select::placeholder {
  font-family: URWFranklinGothic-Demi;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

form select {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url('../images/icons/icon-select.svg');
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

form select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

form select:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-size: 15px;
  background-position: right 1rem center;
}

.form-check {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
}

.form-check label {
  position: relative;
  padding-left: 2rem;
}

.grow-wrap {
  display: grid;
  width: 100%;
}

.grow-wrap::after {
  visibility: hidden;
  max-height: 500px;
  overflow-y: scroll;
  white-space: pre-wrap;
  content: attr(data-replicated-value) " ";
}

.grow-wrap>textarea {
  resize: none;
  overflow: hidden;
}

form .grow-wrap>textarea, .grow-wrap::after {
  cursor: pointer;
  overflow-y: scroll;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-right: 1.25rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 2.5rem;
  font-family: URWFranklinGothic-Demi;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

form .grow-wrap>textarea::-moz-placeholder, .grow-wrap::after::-moz-placeholder {
  font-family: URWFranklinGothic-Demi;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

form .grow-wrap>textarea::placeholder, .grow-wrap::after::placeholder {
  font-family: URWFranklinGothic-Demi;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

form .grow-wrap>textarea, .grow-wrap::after {
  grid-area: 1 / 1 / 2 / 2;
}

/* Navigation
 -----------------------------------------------------*/

/* mobile toggle */

.nav-toggle {
  position: relative;
  z-index: 10;
  display: block;
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
  background-image: url('../images/icons/burger.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .nav-toggle {
    display: none;
  }
}

.nav-toggle.active {
  height: 2rem;
  width: 2rem;
  --tw-rotate: 45deg;
  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));
  background-image: url('../images/icons/plus.svg');
}

/* header general */

.header {
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: 1.25rem;
  margin-bottom: 3.5rem;
}

@media (min-width: 768px) {
  .header {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 3rem;
    margin-bottom: 6rem;
  }
}

.header {
  /* Safari, Chrome and Opera > 12.1 */
  /* Firefox < 16 */
  /* Internet Explorer */
  /* Opera < 12.1 */
  animation: fadein 2s;
}

.header-grid {
  position: relative;
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: none;
  gap: 2.5rem;
}

@media (min-width: 768px) {
  .header-grid {
    grid-auto-flow: column;
    grid-template-columns: 1.5fr 1fr;
  }
}

@media (min-width: 992px) {
  .header-grid {
    gap: 3.5rem;
  }
}

.header-bg {
  margin-right: 1.25rem;
  padding-bottom: 5rem;
}

@media (min-width: 768px) {
  .header-bg {
    margin-right: 0px;
  }
}

.header-bg img, .header-slider-grid img, .image-teaser img {
  position: relative;
  z-index: 10;
  aspect-ratio: 4 / 3;
  max-height: 16rem;
  width: calc(100% - 1rem);;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .header-bg img, .header-slider-grid img, .image-teaser img {
    max-height: 40rem;
    width: auto;
  }
}

.header-bg>div {
  position: absolute;
  top: 5rem;
  left: 1rem;
  bottom: 0px;
  right: 0px;
  z-index: 0;
  height: calc(100% - 5rem);;
  width: auto;
}

@media (min-width: 768px) {
  .header-bg>div {
    left: 14.9%;
  }
}

.header-content {
  z-index: 10;
  margin-top: -5rem;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding-top: 1.25rem;
  padding-bottom: 1.5rem;
  padding-right: 1.25rem;
  padding-left: 2.25rem;
}

@media (min-width: 768px) {
  .header-content {
    margin-top: 0px;
    padding-top: 6rem;
    padding-right: 3rem;
    padding-left: 0px;
  }
}

.header-content button, .header-content a, .header-sub-info button, .header-sub-info a {
  width: -moz-fit-content;
  width: fit-content;
  text-decoration-line: none;
}

.header-content button:hover, .header-content a:hover, .header-sub-info button:hover, .header-sub-info a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 255 / var(--tw-text-opacity));
}

/* GPT CSS
-----------------------------------------------------*/

#chatSection {
  overflow-y: auto;
  --tw-text-opacity: 1;
  color: rgb(235 235 235 / var(--tw-text-opacity));
}

/* custom scrollbar */

::-webkit-scrollbar {
  width: 0.5rem;
}

::-webkit-scrollbar-track {
  border-radius: 0.5rem;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity));
}

.chat-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

@media (min-width: 992px) {
  .chat-container {
    max-width: 720px !important;
  }
}

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

@media (min-width: 1440px) {
  .chat-container {
    max-width: 1040px !important;
  }
}

.chat-container {
  /* Safari, Chrome and Opera > 12.1 */
  /* Firefox < 16 */
  /* Internet Explorer */
  /* Opera < 12.1 */
  animation: fadein 2s;
}

.sidebar-content {
  margin-left: -1rem;
  margin-right: -1rem;
  overflow-y: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(235 235 235 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .sidebar-content {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

.sidebar-content {
  height: inherit;
}

.sidebar-content li {
  margin-left: -1rem;
  margin-right: -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .sidebar-content li {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

.sidebar-content li.active {
  --tw-bg-opacity: 1;
  background-color: rgb(46 46 46 / var(--tw-bg-opacity));
}

.chat ol, .chat ul {
  margin-left: 1rem;
  margin-bottom: 1.25rem;
  list-style-type: disc;
}

.chat code {
  font-family: URWFranklinGothic-Demi;
}

.chat pre {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity));
  padding: 1rem;
}

.chat pre code {
  font-family: URWFranklinGothic-Book;
}

.file-input img:hover {
  filter: invert(19%) sepia(80%) saturate(3579%) hue-rotate(0deg) brightness(117%) contrast(133%);
  /* magenta */
}

.hover\:text-snipclip-red:hover {
  --tw-text-opacity: 1;
  color: rgb(250 112 105 / var(--tw-text-opacity));
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

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

.disabled\:opacity-75:disabled {
  opacity: 0.75;
}

@media (min-width: 768px) {
  .md\:\!mr-12 {
    margin-right: 3rem !important;
  }

  .md\:\!mt-12 {
    margin-top: 3rem !important;
  }

  .md\:\!mt-4 {
    margin-top: 1rem !important;
  }

  .md\:flex {
    display: flex;
  }

  .md\:h-screen {
    height: 100vh;
  }

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

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

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:p-7 {
    padding: 1.75rem;
  }

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

  .md\:\!pl-10 {
    padding-left: 2.5rem !important;
  }

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

  .md\:pb-5 {
    padding-bottom: 1.25rem;
  }

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