@font-face {
    font-family: 'Soehne';
    src: url('./fonts/soehne-web-buch.eot');
    src: url('./fonts/soehne-web-buch.eot?#iefix') format('embedded-opentype'),
         url('./fonts/soehne-web-buch.woff2') format('woff2'),
         url('./fonts/soehne-web-buch.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
 }
 
 @font-face {
    font-family: 'Soehne';
    src: url('./fonts/soehne-web-kraftig.eot');
    src: url('./fonts/soehne-web-kraftig.eot?#iefix') format('embedded-opentype'),
         url('./fonts/soehne-web-kraftig.woff2') format('woff2'),
         url('./fonts/soehne-web-kraftig.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
 }
 
 @font-face {
    font-family: 'Soehne';
    src: url('./fonts/soehne-web-fett.eot');
    src: url('./fonts/soehne-web-fett.eot?#iefix') format('embedded-opentype'),
         url('./fonts/soehne-web-fett.woff2') format('woff2'),
         url('./fonts/soehne-web-fett.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
 }
 
 /*
! tailwindcss v3.1.8 | MIT License | https://tailwindcss.com
*/
 
 /*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
 
 *,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
 
 ::before,
::after {
  --tw-content: '';
}
 
 /*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/
 
 html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Soehne, sans-serif; /* 4 */
}
 
 /*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
 
 body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
 
 /*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
 
 hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
 
 /*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
 
 abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
 
 /*
Remove the default font size and weight for headings.
*/
 
 h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
 
 /*
Reset links to optimize for opt-in styling instead of opt-out.
*/
 
 a {
  color: inherit;
  text-decoration: inherit;
}
 
 /*
Add the correct font weight in Edge and Safari.
*/
 
 b,
strong {
  font-weight: bolder;
}
 
 /*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
 
 code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
 
 /*
Add the correct font size in all browsers.
*/
 
 small {
  font-size: 80%;
}
 
 /*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
 
 sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
 
 sub {
  bottom: -0.25em;
}
 
 sup {
  top: -0.5em;
}
 
 /*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
 
 table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
 
 /*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
 
 button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
 
 /*
Remove the inheritance of text transform in Edge and Firefox.
*/
 
 button,
select {
  text-transform: none;
}
 
 /*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
 
 button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
 
 /*
Use the modern Firefox focus style for all focusable elements.
*/
 
 :-moz-focusring {
  outline: auto;
}
 
 /*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
 
 :-moz-ui-invalid {
  box-shadow: none;
}
 
 /*
Add the correct vertical alignment in Chrome and Firefox.
*/
 
 progress {
  vertical-align: baseline;
}
 
 /*
Correct the cursor style of increment and decrement buttons in Safari.
*/
 
 ::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
 
 /*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
 
 [type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
 
 /*
Remove the inner padding in Chrome and Safari on macOS.
*/
 
 ::-webkit-search-decoration {
  -webkit-appearance: none;
}
 
 /*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
 
 ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
 
 /*
Add the correct display in Chrome and Safari.
*/
 
 summary {
  display: list-item;
}
 
 /*
Removes the default spacing and border for appropriate elements.
*/
 
 blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
 
 fieldset {
  margin: 0;
  padding: 0;
}
 
 legend {
  padding: 0;
}
 
 ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
 
 /*
Prevent resizing textareas horizontally by default.
*/
 
 textarea {
  resize: vertical;
}
 
 /*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
 
 input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
 
 input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
 
 /*
Set the default cursor for buttons.
*/
 
 button,
[role="button"] {
  cursor: pointer;
}
 
 /*
Make sure disabled buttons don't get the pointer cursor.
*/
 
 :disabled {
  cursor: default;
}
 
 /*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
 
 img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
 
 /*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
 
 img,
video {
  max-width: 100%;
  height: auto;
}
 
 *, ::before, ::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
}
 
 ::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
}
 
 .container {
    width: 100%;
}
 
 @media (min-width: 640px) {
 
    .container {
        max-width: 640px;
    }
}
 
 @media (min-width: 768px) {
 
    .container {
        max-width: 768px;
    }
}
 
 @media (min-width: 1024px) {
 
    .container {
        max-width: 1024px;
    }
}
 
 @media (min-width: 1280px) {
 
    .container {
        max-width: 1280px;
    }
}
 
 @media (min-width: 1536px) {
 
    .container {
        max-width: 1536px;
    }
}
 
 .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
 
 .pointer-events-none {
    pointer-events: none;
}
 
 .visible {
    visibility: visible;
}
 
 .fixed {
    position: fixed;
}
 
 .absolute {
    position: absolute;
}
 
 .relative {
    position: relative;
}
 
 .bottom-2 {
    bottom: 0.5rem;
}
 
 .right-2 {
    right: 0.5rem;
}
 
 .left-\[calc\(50\%-0\.5rem\)\] {
    left: calc(50% - 0.5rem);
}
 
 .top-0 {
    top: 0px;
}
 
 .left-\[calc\(50\%-1px\)\] {
    left: calc(50% - 1px);
}
 
 .left-0 {
    left: 0px;
}
 
 .top-1\/3 {
    top: 33.333333%;
}
 
 .left-4 {
    left: 1rem;
}
 
 .top-1\/2 {
    top: 50%;
}
 
 .left-1\/2 {
    left: 50%;
}
 
 .top-20 {
    top: 5rem;
}
 
 .top-4 {
    top: 1rem;
}
 
 .top-0\.5 {
    top: 0.125rem;
}
 
 .z-30 {
    z-index: 30;
}
 
 .z-20 {
    z-index: 20;
}
 
 .z-10 {
    z-index: 10;
}
 
 .z-0 {
    z-index: 0;
}
 
 .z-50 {
    z-index: 50;
}
 
 .mx-auto {
    margin-left: auto;
    margin-right: auto;
}
 
 .mb-2 {
    margin-bottom: 0.5rem;
}
 
 .mb-4 {
    margin-bottom: 1rem;
}
 
 .mb-8 {
    margin-bottom: 2rem;
}
 
 .-mt-16 {
    margin-top: -4rem;
}
 
 .-ml-16 {
    margin-left: -4rem;
}
 
 .mr-2 {
    margin-right: 0.5rem;
}
 
 .mr-3 {
    margin-right: 0.75rem;
}
 
 .mr-1 {
    margin-right: 0.25rem;
}
 
 .mt-2 {
    margin-top: 0.5rem;
}
 
 .ml-2 {
    margin-left: 0.5rem;
}
 
 .mt-4 {
    margin-top: 1rem;
}
 
 .ml-4 {
    margin-left: 1rem;
}
 
 .mr-4 {
    margin-right: 1rem;
}
 
 .block {
    display: block;
}
 
 .inline {
    display: inline;
}
 
 .flex {
    display: flex;
}
 
 .inline-flex {
    display: inline-flex;
}
 
 .table {
    display: table;
}
 
 .grid {
    display: grid;
}
 
 .hidden {
    display: none;
}
 
 .aspect-square {
    aspect-ratio: 1 / 1;
}
 
 .h-\[700px\] {
    height: 700px;
}
 
 .h-\[calc\(100\%-6rem\)\] {
    height: calc(100% - 6rem);
}
 
 .h-full {
    height: 100%;
}
 
 .h-1\/2 {
    height: 50%;
}
 
 .h-16 {
    height: 4rem;
}
 
 .h-\[300px\] {
    height: 300px;
}
 
 .h-1\/3 {
    height: 33.333333%;
}
 
 .h-96 {
    height: 24rem;
}
 
 .h-32 {
    height: 8rem;
}
 
 .h-20 {
    height: 5rem;
}
 
 .h-80 {
    height: 20rem;
}
 
 .h-56 {
    height: 14rem;
}
 
 .h-72 {
    height: 18rem;
}
 
 .h-8 {
    height: 2rem;
}
 
 .min-h-screen {
    min-height: 100vh;
}
 
 .w-full {
    width: 100%;
}
 
 .w-\[700px\] {
    width: 700px;
}
 
 .w-\[calc\(100\%-6rem\)\] {
    width: calc(100% - 6rem);
}
 
 .w-4 {
    width: 1rem;
}
 
 .w-\[2px\] {
    width: 2px;
}
 
 .w-32 {
    width: 8rem;
}
 
 .w-\[300px\] {
    width: 300px;
}
 
 .w-1\/3 {
    width: 33.333333%;
}
 
 .w-96 {
    width: 24rem;
}
 
 .w-20 {
    width: 5rem;
}
 
 .w-80 {
    width: 20rem;
}
 
 .w-56 {
    width: 14rem;
}
 
 .w-72 {
    width: 18rem;
}
 
 .w-6 {
    width: 1.5rem;
}
 
 .w-24 {
    width: 6rem;
}
 
 .w-8 {
    width: 2rem;
}
 
 .max-w-xl {
    max-width: 36rem;
}
 
 .max-w-\[25\%\] {
    max-width: 25%;
}
 
 .flex-shrink-0 {
    flex-shrink: 0;
}
 
 .origin-bottom {
    transform-origin: bottom;
}
 
 .origin-center {
    transform-origin: center;
}
 
 .-translate-y-1\/2 {
    --tw-translate-y: -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));
}
 
 .rotate-180 {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
 
 .rotate-\[-240deg\] {
    --tw-rotate: -240deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
 
 .transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
 
 .cursor-pointer {
    cursor: pointer;
}
 
 .resize {
    resize: both;
}
 
 .appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
 
 .flex-col {
    flex-direction: column;
}
 
 .flex-wrap {
    flex-wrap: wrap;
}
 
 .items-center {
    align-items: center;
}
 
 .justify-center {
    justify-content: center;
}
 
 .justify-between {
    justify-content: space-between;
}
 
 .gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
}
 
 .gap-y-6 {
    row-gap: 1.5rem;
}
 
 .overflow-hidden {
    overflow: hidden;
}
 
 .overflow-x-auto {
    overflow-x: auto;
}
 
 .text-ellipsis {
    text-overflow: ellipsis;
}
 
 .whitespace-nowrap {
    white-space: nowrap;
}
 
 .rounded {
    border-radius: 0.25rem;
}
 
 .rounded-full {
    border-radius: 9999px;
}
 
 .rounded-lg {
    border-radius: 0.5rem;
}
 
 .border {
    border-width: 1px;
}
 
 .border-t-8 {
    border-top-width: 8px;
}
 
 .border-b {
    border-bottom-width: 1px;
}
 
 .border-r {
    border-right-width: 1px;
}
 
 .border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
 
 .border-bb-blue-light {
    --tw-border-opacity: 1;
    border-color: rgb(33 133 208 / var(--tw-border-opacity));
}
 
 .border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
 
 .border-neutral-300 {
    --tw-border-opacity: 1;
    border-color: rgb(212 212 212 / var(--tw-border-opacity));
}
 
 .bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
 
 .bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
 
 .bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
 
 .bg-orange-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}
 
 .bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(236 72 153 / var(--tw-bg-opacity));
}
 
 .bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
 
 .bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}
 
 .bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
 
 .bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
 
 .bg-cyan-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(6 182 212 / var(--tw-bg-opacity));
}
 
 .bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
 
 .bg-transparent {
    background-color: transparent;
}
 
 .bg-bb-blue-light {
    --tw-bg-opacity: 1;
    background-color: rgb(33 133 208 / var(--tw-bg-opacity));
}
 
 .bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
 
 .fill-current {
    fill: currentColor;
}
 
 .p-2 {
    padding: 0.5rem;
}
 
 .p-8 {
    padding: 2rem;
}
 
 .p-12 {
    padding: 3rem;
}
 
 .p-3 {
    padding: 0.75rem;
}
 
 .p-4 {
    padding: 1rem;
}
 
 .px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
 
 .py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}
 
 .py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
 
 .px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}
 
 .py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
 
 .py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
 
 .px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
 
 .pl-8 {
    padding-left: 2rem;
}
 
 .pb-4 {
    padding-bottom: 1rem;
}
 
 .text-center {
    text-align: center;
}
 
 .text-right {
    text-align: right;
}
 
 .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;
}
 
 .text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}
 
 .text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
 
 .font-bold {
    font-weight: 700;
}
 
 .font-normal {
    font-weight: 400;
}
 
 .uppercase {
    text-transform: uppercase;
}
 
 .leading-none {
    line-height: 1;
}
 
 .leading-tight {
    line-height: 1.25;
}
 
 .text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
 
 .text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
 
 .text-red-600 {
    --tw-text-opacity: 1;
    color: rgb(220 38 38 / var(--tw-text-opacity));
}
 
 .text-neutral-700 {
    --tw-text-opacity: 1;
    color: rgb(64 64 64 / var(--tw-text-opacity));
}
 
 .underline {
    text-decoration-line: underline;
}
 
 .opacity-40 {
    opacity: 0.4;
}
 
 .opacity-30 {
    opacity: 0.3;
}
 
 .opacity-20 {
    opacity: 0.2;
}
 
 .opacity-60 {
    opacity: 0.6;
}
 
 .opacity-0 {
    opacity: 0;
}
 
 .opacity-100 {
    opacity: 1;
}
 
 .shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
 
 .blur {
    --tw-blur: blur(8px);
    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);
}
 
 .filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
 
 .transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
 
 .duration-150 {
    transition-duration: 150ms;
}
 
 .duration-200 {
    transition-duration: 200ms;
}
 
 .duration-300 {
    transition-duration: 300ms;
}
 
 .duration-500 {
    transition-duration: 500ms;
}
 
 .ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
 
 .skip-link {
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  top: 1rem;
  left: 1rem;
  z-index: 999;
}
 
 .skip-link:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  width: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
  padding: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
 
 /* Magnific Popup CSS */
 
 .mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8; }
 
 .mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }
 
 .mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box; }
 
 .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
 
 .mfp-align-top .mfp-container:before {
    display: none; }
 
 .mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; }
 
 .mfp-inline-holder .mfp-content,
  .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }
 
 .mfp-ajax-cur {
    cursor: progress; }
 
 .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out; }
 
 .mfp-zoom {
    cursor: pointer;
    cursor: zoom-in; }
 
 .mfp-auto-cursor .mfp-content {
    cursor: auto; }
 
 .mfp-close,
  .mfp-arrow,
  .mfp-preloader,
  .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
 
 .mfp-loading.mfp-figure {
    display: none; }
 
 .mfp-hide {
    display: none !important; }
 
 .mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; }
 
 .mfp-preloader a {
      color: #CCC; }
 
 .mfp-preloader a:hover {
        color: #FFF; }
 
 .mfp-s-ready .mfp-preloader {
    display: none; }
 
 .mfp-s-error .mfp-content {
    display: none; }
 
 button.mfp-close,
  button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation; }
 
 button::-moz-focus-inner {
    padding: 0;
    border: 0; }
 
 .mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }
 
 .mfp-close:hover,
    .mfp-close:focus {
      opacity: 1; }
 
 .mfp-close:active {
      top: 1px; }
 
 .mfp-close-btn-in .mfp-close {
    color: #333; }
 
 .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }
 
 .mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap; }
 
 .mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent; }
 
 .mfp-arrow:active {
      margin-top: -54px; }
 
 .mfp-arrow:hover,
    .mfp-arrow:focus {
      opacity: 1; }
 
 .mfp-arrow:before,
    .mfp-arrow:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      left: 0;
      top: 0;
      margin-top: 35px;
      margin-left: 35px;
      border: medium inset transparent; }
 
 .mfp-arrow:after {
      border-top-width: 13px;
      border-bottom-width: 13px;
      top: 8px; }
 
 .mfp-arrow:before {
      border-top-width: 21px;
      border-bottom-width: 21px;
      opacity: 0.7; }
 
 .mfp-arrow-left {
    left: 0; }
 
 .mfp-arrow-left:after {
      border-right: 17px solid #FFF;
      margin-left: 31px; }
 
 .mfp-arrow-left:before {
      margin-left: 25px;
      border-right: 27px solid #3F3F3F; }
 
 .mfp-arrow-right {
    right: 0; }
 
 .mfp-arrow-right:after {
      border-left: 17px solid #FFF;
      margin-left: 39px; }
 
 .mfp-arrow-right:before {
      border-left: 27px solid #3F3F3F; }
 
 .mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
 
 .mfp-iframe-holder .mfp-content {
      line-height: 0;
      width: 100%;
      max-width: 900px; }
 
 .mfp-iframe-holder .mfp-close {
      top: -40px; }
 
 .mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
 
 .mfp-iframe-scaler iframe {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
      background: #000; }
 
 /* Main image in popup */
 
 img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }
 
 /* The shadow behind the image */
 
 .mfp-figure {
    line-height: 0; }
 
 .mfp-figure:after {
      content: '';
      position: absolute;
      left: 0;
      top: 40px;
      bottom: 40px;
      display: block;
      right: 0;
      width: auto;
      height: auto;
      z-index: -1;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
      background: #444; }
 
 .mfp-figure small {
      color: #BDBDBD;
      display: block;
      font-size: 12px;
      line-height: 14px; }
 
 .mfp-figure figure {
      margin: 0; }
 
 .mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }
 
 .mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px; }
 
 .mfp-image-holder .mfp-content {
    max-width: 100%; }
 
 .mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }
 
 @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
      padding-left: 0;
      padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
      padding: 0; }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
      background: rgba(0, 0, 0, 0.6);
      bottom: 0;
      margin: 0;
      top: auto;
      padding: 3px 5px;
      position: fixed;
      box-sizing: border-box; }
      .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; }
    .mfp-img-mobile .mfp-counter {
      right: 5px;
      top: 3px; }
    .mfp-img-mobile .mfp-close {
      top: 0;
      right: 0;
      width: 35px;
      height: 35px;
      line-height: 35px;
      background: rgba(0, 0, 0, 0.6);
      position: fixed;
      text-align: center;
      padding: 0; } }
 
 @media all and (max-width: 900px) {
    .mfp-arrow {
      transform: scale(0.75); }
    .mfp-arrow-left {
      transform-origin: 0; }
    .mfp-arrow-right {
      transform-origin: 100%; }
    .mfp-container {
      padding-left: 6px;
      padding-right: 6px; } }
 
 .page-break-after {
    page-break-after: always;
}
 
 .last\:border-0:last-child {
    border-width: 0px;
}
 
 .hover\:scale-110:hover {
    --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));
}
 
 .hover\:border-white:hover {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
 
 .hover\:border-bb-blue-lighter:hover {
    --tw-border-opacity: 1;
    border-color: rgb(61 154 224 / var(--tw-border-opacity));
}
 
 .hover\:bg-bb-blue-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(16 30 117 / var(--tw-bg-opacity));
}
 
 .hover\:bg-bb-blue-lighter:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(61 154 224 / var(--tw-bg-opacity));
}
 
 .hover\:opacity-100:hover {
    opacity: 1;
}
 
 .focus\:border-white:focus {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
 
 .focus\:border-bb-blue-lighter:focus {
    --tw-border-opacity: 1;
    border-color: rgb(61 154 224 / var(--tw-border-opacity));
}
 
 .focus\:bg-bb-blue-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(16 30 117 / var(--tw-bg-opacity));
}
 
 .focus\:bg-bb-blue-lighter:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(61 154 224 / var(--tw-bg-opacity));
}
 
 .focus\:opacity-100:focus {
    opacity: 1;
}
 
 .active\:border-white:active {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
 
 .active\:border-bb-blue-lighter:active {
    --tw-border-opacity: 1;
    border-color: rgb(61 154 224 / var(--tw-border-opacity));
}
 
 .active\:bg-bb-blue-dark:active {
    --tw-bg-opacity: 1;
    background-color: rgb(16 30 117 / var(--tw-bg-opacity));
}
 
 .active\:bg-bb-blue-lighter:active {
    --tw-bg-opacity: 1;
    background-color: rgb(61 154 224 / var(--tw-bg-opacity));
}
 
 .active\:opacity-100:active {
    opacity: 1;
}
 
 .group:hover .group-hover\:left-\[calc\(50\%-\.25rem\)\] {
    left: calc(50% - .25rem);
}
 
 .group:hover .group-hover\:inline-block {
    display: inline-block;
}
 
 .group:hover .group-hover\:w-2 {
    width: 0.5rem;
}
 
 .group:hover .group-hover\:opacity-100 {
    opacity: 1;
}
 
 @media (min-width: 640px) {
 
    .sm\:h-\[450px\] {
        height: 450px;
    }
 
    .sm\:w-\[450px\] {
        width: 450px;
    }
 
    .sm\:w-\[250px\] {
        width: 250px;
    }
 
    .sm\:flex-row {
        flex-direction: row;
    }
 
    .sm\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
 
 @media (min-width: 768px) {
 
    .md\:block {
        display: block;
    }
}
 
 @media (min-width: 1024px) {
 
    .lg\:h-\[600px\] {
        height: 600px;
    }
 
    .lg\:w-\[600px\] {
        width: 600px;
    }
 
    .lg\:w-\[300px\] {
        width: 300px;
    }
}
 
 @media (min-width: 1536px) {
 
    .\32xl\:h-\[800px\] {
        height: 800px;
    }
 
    .\32xl\:w-\[800px\] {
        width: 800px;
    }
 
    .\32xl\:w-\[350px\] {
        width: 350px;
    }
 
    .\32xl\:w-7 {
        width: 1.75rem;
    }
 
    .\32xl\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
 
    .\32xl\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
 
    .\32xl\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
 
    .\32xl\:leading-tight {
        line-height: 1.25;
    }
}