@tailwind base;
@tailwind components;
@tailwind utilities;
/*
! tailwindcss v3.2.4 | 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.
*/
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: Source Sans Pro, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
}
/*
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;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
html{
  font-family: Poppins, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
hr{
  --tw-border-opacity: 1;
  border-color: rgb(165 8 57 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
h1{
  font-family: Poppins, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  h1{
    font-size: 80px;
    line-height: 96px;
  }
}
*, ::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:  ;
}
h1.professional{
  font-family: Poppins, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  h1.professional{
    font-size: 56px;
    line-height: 67px;
  }
}
.swiper-pagination-bullet{
  height: 0.75rem;
  width: 0.75rem;
  background-color: rgb(165 8 57 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
}
.swiper-pagination-bullet-active{
  --tw-bg-opacity: 1;
}
.modal-info{
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 300;
}
.modal-info p{
  padding-bottom: 0.5rem;
}
.modal-info a{
  --tw-text-opacity: 1;
  color: rgb(165 8 57 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.modal-info dl{
  padding-bottom: 0.5rem;
}
.modal-info dt{
  font-weight: 600;
}
.modal-info dd{
  padding-left: 0.5rem;
  padding-bottom: 0.5rem;
}
.modal-info ul{
  list-style-type: disc;
  padding-left: 1.5rem;
  padding-bottom: 0.5rem;
}
.article h2{
  margin-bottom: 2rem;
  font-family: Poppins, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(165 8 57 / var(--tw-text-opacity));
}
.article h2 small{
  font-size: 16px;
}
.article .style-2 h2{
  padding-top: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.article div + h2{
  margin-top: 5rem;
}
.article h3{
  font-family: Poppins, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.article h3 + p{
  margin-top: 0.75rem;
}
.article .style-0 > h3{
  margin-top: 1.5rem;
}
.article strong{
  font-weight: 600;
}
.article p{
  font-family: Poppins, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.article p + *{
  margin-top: 1.5rem;
}
.article div + div > p{
  margin-top: 1.5rem;
}
.article .grid > div + div > p{
  margin-top: 0px;
}
.article p.title{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(165 8 57 / var(--tw-text-opacity));
}
.article p.separator{
  margin-bottom: 3rem;
}
.article a{
  cursor: pointer;
  text-decoration-line: underline;
}
.article a[target=_blank]{
  --tw-text-opacity: 1;
  color: rgb(165 8 57 / var(--tw-text-opacity));
}
.article sup a{
  cursor: pointer;
  text-decoration-line: none;
}
.article ol{
  margin-bottom: 1.5rem;
  list-style-position: outside;
  list-style-type: decimal;
  padding-left: 2rem;
  font-family: Poppins, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.article ol ol{
  list-style-type: lower-alpha;
}
.article ul{
  margin-bottom: 1.5rem;
  padding-left: 2rem;
  font-family: Poppins, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.article ul li:before {
        content: '\2022';
        display: block;
        position: relative;
        max-width: 0;
        max-height: 0;
        left: -1rem;
        top: -0rem;
        font-size: 1rem;
    }
.article ol.false-biography{
  list-style-position: inside;
  list-style-type: none;
  padding-left: 1rem;
  font-size: 12px;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(109 114 120 / var(--tw-text-opacity));
}
.article ol.false-biography li:before {
        content: '*';
        display: block;
        position: relative;
        max-width: 0;
        max-height: 0;
        left: -1rem;
        top: 0.25rem;
        font-size: 0.75rem;
    }
.article ol.c3-cols, .article ol.c2-cols, .algorithm ol.c1-cols, .algorithm ol.c2-cols, .algorithm ol.c3-cols{
  display: flex;
  list-style-position: inside;
  list-style-type: none;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  padding-left: 0px;
  text-align: center;
}
.article ol.c3-cols, .article ol.c2-cols, .algorithm ol.c1-cols, .algorithm ol.c3-cols, .algorithm ol.c2-cols {
        counter-reset: my-counter 0;
    }
.article ol.c2-cols li, .article ol.c3-cols li, .algorithm ol.c1-cols > li, .algorithm ol.c2-cols > li, .algorithm ol.c3-cols > li {
        padding: 1rem 0.75rem;
        position: relative;
        counter-increment: my-counter;
    }
@media (min-width: 640px){
  .article ol.c3-cols li, .algorithm ol.c3-cols li{
    flex: 0 0 33.3333333333333%;
  }
  .article ol.c2-cols li, .algorithm ol.c2-cols li{
    flex: 0 0 50%;
  }
  .algorithm ol.c1-cols li{
    flex: 0 0 100%;
  }
}
.article ol.c3-cols li::before, .article ol.c2-cols li::before, .algorithm ol.c3-cols > li::before, .algorithm ol.c2-cols > li::before, .algorithm ol.c1-cols > li::before {
        content: counter(my-counter);
        color: #A50839;
        font-size: 1rem;
        display: block;
        margin: 0 auto 1rem auto;
        --size: 40px;
        line-height: var(--size);
        width: var(--size);
        height: var(--size);
        border-radius: 50%;
        border-color: #A50839;
        border-width: 2px;
        text-align: center;
    }
.algorithm ol.c3-cols.letters > li::before, .algorithm ol.c2-cols.letters > li::before, .algorithm ol.c1-cols.letters > li::before {
        content: counter(my-counter, upper-alpha) !important;
    }
.article a.modal{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(165 8 57 / var(--tw-text-opacity));
}
.article .style-0{
  margin-left: auto;
  margin-right: auto;
  max-width: 852px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.article .style-4{
  margin-left: auto;
  margin-right: auto;
  max-width: 852px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 12px;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(109 114 120 / var(--tw-text-opacity));
}
.article .style-4 + .style-0 > *:first-child{
  margin-top: 2rem;
}
.article .style-1{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
  padding: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.article .style-2{
  margin-top: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}
.article .style-2 > div{
  margin-left: auto;
  margin-right: auto;
  max-width: 852px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.bibliography{
  margin-left: auto;
  margin-right: auto;
  max-width: 852px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 12px;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(109 114 120 / var(--tw-text-opacity));
}
.bibliography a{
  text-decoration-line: underline;
}
.bibliography ol{
  list-style-position: inside;
  list-style-type: decimal;
}
@media (min-width: 640px){
  .bibliography ol{
    list-style-position: outside;
    padding-left: 1rem;
  }
}
.bibliography ol li{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 640px){
  .bibliography ol li{
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
  }
}
.algorithm h2{
  margin-bottom: 2rem;
  font-family: Poppins, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.algorithm h3{
  font-family: Poppins, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.algorithm h3.c56{
  font-family: Poppins, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 56px;
  line-height: 67px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.algorithm h3 + p{
  margin-top: 0.75rem;
}
.algorithm p a, .algorithm li a{
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(165 8 57 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.algorithm li button a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.algorithm p{
  font-family: Poppins, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.algorithm p.title{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-weight: 600;
}
.algorithm p.title-red{
  --tw-bg-opacity: 1;
  background-color: rgb(255 236 242 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(165 8 57 / var(--tw-text-opacity));
}
.algorithm p.title-red span{
  font-weight: 400;
}
.algorithm p.red{
  --tw-bg-opacity: 1;
  background-color: rgb(255 236 242 / var(--tw-bg-opacity));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(165 8 57 / var(--tw-text-opacity));
}
.algorithm p.info{
  font-size: 12px;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(109 114 120 / var(--tw-text-opacity));
}
.algorithm p + *{
  margin-top: 1.5rem;
}
.algorithm .graywrapper p{
  --tw-text-opacity: 1;
  color: rgb(109 114 120 / var(--tw-text-opacity));
}
.algorithm .graywrapper p + p{
  margin-top: 0.5rem;
}
.algorithm p.strong{
  font-family: Poppins, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(165 8 57 / var(--tw-text-opacity));
}
.algorithm p.info + *{
  margin-top: 1rem;
}
.algorithm p.ok{
  --tw-text-opacity: 1;
  color: rgb(39 174 96 / var(--tw-text-opacity));
}
.algorithm h3.ok{
  --tw-text-opacity: 1;
  color: rgb(39 174 96 / var(--tw-text-opacity));
}
.algorithm p.ko{
  --tw-text-opacity: 1;
  color: rgb(165 8 57 / var(--tw-text-opacity));
}
.algorithm h3.ko{
  --tw-text-opacity: 1;
  color: rgb(165 8 57 / var(--tw-text-opacity));
}
.algorithm p.separator{
  margin-bottom: 3rem;
}
.algorithm * + .buttons{
  margin-top: 3rem;
}
.algorithm .buttons + .buttons{
  margin-top: 1rem;
}
.algorithm .buttons + p{
  margin-top: 1.5rem;
}
.algorithm .buttons{
  display: flex;
  flex-direction: column;
}
.algorithm .buttons > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
@media (min-width: 640px){
  .algorithm .buttons{
    flex-direction: row;
  }
  .algorithm .buttons > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
    --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)));
  }
}
.algorithm .buttons button{
  flex: 1 1 0%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(165 8 57 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(165 8 57 / var(--tw-bg-opacity));
  font-family: Poppins, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.algorithm .buttons.wauto{
  justify-content: center;
}
.algorithm .buttons.nomargin{
  margin-top: 0px;
}
.algorithm .buttons.lowmargin{
  margin-top: 0.5rem;
}
.algorithm .buttons.wauto button{
  flex: none;
}
.algorithm button a{
  display: inline-block;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.algorithm .buttons.wauto button a{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.algorithm button.secondary{
  cursor: default;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.algorithm button.secondary p{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(165 8 57 / var(--tw-text-opacity));
}
.algorithm .buttons.download{
  margin-bottom: 1rem;
  justify-content: flex-end;
}
.algorithm .buttons.download button{
  flex: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background-image: url('/images/download.svg');
  background-position: left 0.75rem center;
  background-repeat: no-repeat;
}
.algorithm .buttons.download button p, .algorithm .buttons.download button a{
  padding-right: 0.75rem;
  padding-left: 3rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(165 8 57 / var(--tw-text-opacity));
}
.algorithm .buttons.browse{
  margin-bottom: 1rem;
  justify-content: flex-end;
}
.algorithm .buttons.browse button{
  flex: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.algorithm .buttons.browse button p, .algorithm .buttons.browse button a{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(165 8 57 / var(--tw-text-opacity));
}
.algorithm .buttons button.white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.algorithm .buttons button.white p, .algorithm .buttons button.white a{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(165 8 57 / var(--tw-text-opacity));
}
.algorithm ol{
  margin-bottom: 1.5rem;
  list-style-position: outside;
  list-style-type: decimal;
  padding-left: 2rem;
  font-family: Poppins, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.algorithm ol ol{
  list-style-type: lower-alpha;
}
.algorithm ul{
  margin-bottom: 1.5rem;
  padding-left: 2rem;
  font-family: Poppins, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.algorithm ul li:before {
        content: '\2022';
        display: block;
        position: relative;
        max-width: 0;
        max-height: 0;
        left: -1rem;
        top: -0rem;
        font-size: 1rem;
    }
.algorithm .bibliography{
  margin-top: 3rem;
  padding-left: 0px;
  padding-right: 0px;
}
.algorithm .bibliography a{
  text-decoration-line: underline;
}
.algorithm .bibliography ol{
  list-style-position: inside;
  list-style-type: decimal;
  font-size: 12px;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(109 114 120 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  .algorithm .bibliography ol{
    list-style-position: outside;
    padding-left: 1rem;
  }
}
.algorithm .bibliography ol li{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 640px){
  .algorithm .bibliography ol li{
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
  }
}
.algorithm .box-grey{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
  padding: 1.25rem;
}
.algorithm .box-green{
  background-color: rgb(39 174 96 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.05;
  padding: 1.25rem;
}
.algorithm .box-red{
  --tw-bg-opacity: 1;
  background-color: rgb(255 236 242 / var(--tw-bg-opacity));
  padding: 1.25rem;
}
.algorithm .box-yellow{
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(165 8 57 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 236 242 / var(--tw-bg-opacity));
  padding: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(165 8 57 / var(--tw-text-opacity));
}
.algorithm .box-yellow p{
  --tw-text-opacity: 1;
  color: rgb(165 8 57 / var(--tw-text-opacity));
}
.article .algorithm .cols2 > div + div > p{
  margin-top: 0px;
}
.algorithm .cols2{
  display: grid;
  gap: 2rem;
}
@media (min-width: 1280px){
  .algorithm .cols2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}
.algorithm .cols2.reverse > *:first-child{
  order: 9999;
}
@media (min-width: 1280px){
  .algorithm .cols2.reverse > *:first-child{
    order: -9999;
  }
}
.algorithm .cols2.reverse > *:last-child{
  order: -9999;
}
@media (min-width: 1280px){
  .algorithm .cols2.reverse > *:last-child{
    order: 9999;
  }
}
.article .algorithm .cols3 > div + div > p{
  margin-top: 0px;
}
.algorithm .cols3{
  display: grid;
  gap: 1rem;
}
@media (min-width: 640px){
  .algorithm .cols3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.algorithm .letter-rounded{
  display: inline-block;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(165 8 57 / var(--tw-border-opacity));
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(165 8 57 / var(--tw-text-opacity));
}
.algorithm .aflex{
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.algorithm .aflex > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
@media (min-width: 640px){
  .algorithm .aflex{
    flex-direction: row;
  }
  .algorithm .aflex > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
    --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)));
  }
}
.algorithm .aflex1{
  flex: 1 1 0%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 236 242 / var(--tw-bg-opacity));
  padding: 1rem;
  text-align: center;
}
.algorithm .aflex1.grey{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}
.algorithm .aflex p{
  --tw-text-opacity: 1;
  color: rgb(165 8 57 / var(--tw-text-opacity));
}
.algorithm .aflex .grey p{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.algorithm .aflex1 .letter-rounded{
  margin-left: auto;
  margin-right: auto;
}
.algorithm .aflexn{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.algorithm img + h2{
  margin-top: 2rem;
}
.algorithm h2.title-red{
  --tw-bg-opacity: 1;
  background-color: rgb(255 236 242 / var(--tw-bg-opacity));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(165 8 57 / var(--tw-text-opacity));
}
.algorithm h2.red{
  --tw-text-opacity: 1;
  color: rgb(165 8 57 / var(--tw-text-opacity));
}
.algorithm .spatied li{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.algorithm span.red{
  --tw-text-opacity: 1;
  color: rgb(165 8 57 / var(--tw-text-opacity));
}
.algorithm .mlow{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.algorithm .box-highlighted{
  border-radius: 0.25rem;
  border-width: 2px;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.8;
  padding: 1.25rem;
  font-weight: 700;
}
.algorithm .box-highlighted p{
  font-weight: 700;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.top-0{
  top: 0px;
}
.left-0{
  left: 0px;
}
.-top-\[22rem\]{
  top: -22rem;
}
.-left-\[22rem\]{
  left: -22rem;
}
.right-0{
  right: 0px;
}
.bottom-20{
  bottom: 5rem;
}
.bottom-4{
  bottom: 1rem;
}
.right-4{
  right: 1rem;
}
.top-8{
  top: 2rem;
}
.z-50{
  z-index: 50;
}
.z-10{
  z-index: 10;
}
.z-\[100\]{
  z-index: 100;
}
.z-20{
  z-index: 20;
}
.m-2{
  margin: 0.5rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mt-8{
  margin-top: 2rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mr-1{
  margin-right: 0.25rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.ml-4{
  margin-left: 1rem;
}
.mt-1\.5{
  margin-top: 0.375rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.-mt-40{
  margin-top: -10rem;
}
.-mt-44{
  margin-top: -11rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-full{
  height: 100%;
}
.h-12{
  height: 3rem;
}
.h-3{
  height: 0.75rem;
}
.h-\[44rem\]{
  height: 44rem;
}
.h-0{
  height: 0px;
}
.h-\[45rem\]{
  height: 45rem;
}
.h-20{
  height: 5rem;
}
.h-48{
  height: 12rem;
}
.h-96{
  height: 24rem;
}
.h-44{
  height: 11rem;
}
.h-52{
  height: 13rem;
}
.h-56{
  height: 14rem;
}
.h-64{
  height: 16rem;
}
.h-8{
  height: 2rem;
}
.max-h-24{
  max-height: 6rem;
}
.min-h-screen{
  min-height: 100vh;
}
.w-full{
  width: 100%;
}
.w-auto{
  width: auto;
}
.w-16{
  width: 4rem;
}
.w-12{
  width: 3rem;
}
.w-\[44rem\]{
  width: 44rem;
}
.w-40{
  width: 10rem;
}
.w-\[45rem\]{
  width: 45rem;
}
.w-56{
  width: 14rem;
}
.w-32{
  width: 8rem;
}
.w-256{
  width: 64rem;
}
.w-8{
  width: 2rem;
}
.w-\[100rem\]{
  width: 100rem;
}
.min-w-0{
  min-width: 0px;
}
.max-w-\[990px\]{
  max-width: 990px;
}
.max-w-\[852px\]{
  max-width: 852px;
}
.max-w-\[1200px\]{
  max-width: 1200px;
}
.max-w-\[700px\]{
  max-width: 700px;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-full{
  max-width: 100%;
}
.max-w-4xl{
  max-width: 56rem;
}
.flex-none{
  flex: none;
}
.flex-auto{
  flex: 1 1 auto;
}
.grow{
  flex-grow: 1;
}
.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-0{
  --tw-translate-y: 0px;
  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));
}
@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}
.animate-spin{
  animation: spin 1s linear infinite;
}
.cursor-pointer{
  cursor: pointer;
}
.list-outside{
  list-style-position: outside;
}
.list-disc{
  list-style-type: disc;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-2{
  gap: 0.5rem;
}
.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-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 1;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-full{
  border-radius: 9999px;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-t-2{
  border-top-width: 2px;
}
.border-r-2{
  border-right-width: 2px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-app-red{
  --tw-border-opacity: 1;
  border-color: rgb(165 8 57 / var(--tw-border-opacity));
}
.border-t-app-red{
  --tw-border-opacity: 1;
  border-top-color: rgb(165 8 57 / var(--tw-border-opacity));
}
.border-r-black{
  --tw-border-opacity: 1;
  border-right-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-r-white{
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-b-black{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-b-white{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-b-app-red{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(165 8 57 / var(--tw-border-opacity));
}
.bg-app-light-red{
  --tw-bg-opacity: 1;
  background-color: rgb(255 236 242 / var(--tw-bg-opacity));
}
.bg-app-red{
  --tw-bg-opacity: 1;
  background-color: rgb(165 8 57 / var(--tw-bg-opacity));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-black{
  --tw-gradient-from: #000;
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-transparent{
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to);
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-scale-down{
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.p-2{
  padding: 0.5rem;
}
.p-4{
  padding: 1rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.pt-4{
  padding-top: 1rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pt-8{
  padding-top: 2rem;
}
.pl-\[23rem\]{
  padding-left: 23rem;
}
.pt-\[23rem\]{
  padding-top: 23rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pl-8{
  padding-left: 2rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pl-4{
  padding-left: 1rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pt-0{
  padding-top: 0px;
}
.pb-0{
  padding-bottom: 0px;
}
.pl-0{
  padding-left: 0px;
}
.pr-2{
  padding-right: 0.5rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.align-bottom{
  vertical-align: bottom;
}
.font-sans{
  font-family: Source Sans Pro, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-semibold{
  font-weight: 600;
}
.font-light{
  font-weight: 300;
}
.uppercase{
  text-transform: uppercase;
}
.italic{
  font-style: italic;
}
.text-app-red{
  --tw-text-opacity: 1;
  color: rgb(165 8 57 / var(--tw-text-opacity));
}
.text-app-dark-grey{
  --tw-text-opacity: 1;
  color: rgb(109 114 120 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-helper-error{
  --tw-text-opacity: 1;
  color: rgb(196 24 60 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.no-underline{
  text-decoration-line: none;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-75{
  opacity: 0.75;
}
.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-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-200{
  transition-duration: 200ms;
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.line-clamp-1{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.hover\:bg-opacity-80:hover{
  --tw-bg-opacity: 0.8;
}
.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.hover\:opacity-100:hover{
  opacity: 1;
}
@media (min-width: 640px){
  .sm\:-top-\[25rem\]{
    top: -25rem;
  }
  .sm\:-left-\[25rem\]{
    left: -25rem;
  }
  .sm\:top-10{
    top: 2.5rem;
  }
  .sm\:bottom-auto{
    bottom: auto;
  }
  .sm\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .sm\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .sm\:mb-8{
    margin-bottom: 2rem;
  }
  .sm\:block{
    display: block;
  }
  .sm\:inline-block{
    display: inline-block;
  }
  .sm\:inline-flex{
    display: inline-flex;
  }
  .sm\:h-\[50rem\]{
    height: 50rem;
  }
  .sm\:h-60{
    height: 15rem;
  }
  .sm\:h-screen{
    height: 100vh;
  }
  .sm\:w-\[50rem\]{
    width: 50rem;
  }
  .sm\:w-96{
    width: 24rem;
  }
  .sm\:w-auto{
    width: auto;
  }
  .sm\:w-20{
    width: 5rem;
  }
  .sm\:w-full{
    width: 100%;
  }
  .sm\:max-w-md{
    max-width: 28rem;
  }
  .sm\:translate-y-0{
    --tw-translate-y: 0px;
    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\: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));
  }
  .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-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .sm\:flex-wrap{
    flex-wrap: wrap;
  }
  .sm\:items-center{
    align-items: center;
  }
  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .sm\: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)));
  }
  .sm\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .sm\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }
  .sm\:p-0{
    padding: 0px;
  }
  .sm\:pl-\[26rem\]{
    padding-left: 26rem;
  }
  .sm\:pt-\[26rem\]{
    padding-top: 26rem;
  }
  .sm\:text-right{
    text-align: right;
  }
  .sm\:align-middle{
    vertical-align: middle;
  }
}
@media (min-width: 768px){
  .md\:relative{
    position: relative;
  }
  .md\:bottom-0{
    bottom: 0px;
  }
  .md\:right-0{
    right: 0px;
  }
  .md\:col-span-6{
    grid-column: span 6 / span 6;
  }

    .article .md\:grid > div + div > p{
    margin-top: 0px;
  }

    .md\:grid{
    display: grid;
  }

    .md\:hidden{
    display: none;
  }

    .md\:h-96{
    height: 24rem;
  }

    .md\:h-72{
    height: 18rem;
  }

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

    .md\:w-auto{
    width: auto;
  }

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

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

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

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

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

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

    .md\:p-6{
    padding: 1.5rem;
  }

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

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

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

    .md\:text-\[7rem\]{
    font-size: 7rem;
  }

    .md\:normal-case{
    text-transform: none;
  }

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

    .md\:text-black{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
}
@media (min-width: 1024px){
  .lg\:max-w-3xl{
    max-width: 48rem;
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:flex-col{
    flex-direction: column;
  }
  .lg\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:border-b-0{
    border-bottom-width: 0px;
  }
  .lg\:border-r-2{
    border-right-width: 2px;
  }
  .lg\:border-r-black{
    --tw-border-opacity: 1;
    border-right-color: rgb(0 0 0 / var(--tw-border-opacity));
  }
  .lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg\:text-black{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
}
@media (min-width: 1280px){
  .xl\:flex{
    display: flex;
  }
  .xl\:max-w-5xl{
    max-width: 64rem;
  }
  .xl\:basis-1\/5{
    flex-basis: 20%;
  }
  .xl\:basis-3\/5{
    flex-basis: 60%;
  }
  .xl\:flex-row{
    flex-direction: row;
  }
  .xl\:items-center{
    align-items: center;
  }
  .xl\: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)));
  }
  .xl\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .xl\: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)));
  }
  .xl\:text-left{
    text-align: left;
  }
}
@media (min-width: 1536px){
  .\32xl\:max-w-7xl{
    max-width: 80rem;
  }
  .\32xl\:flex-row{
    flex-direction: row;
  }
  .\32xl\: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)));
  }
}

