/*
! 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: currentColor; /* 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: 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 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::-webkit-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}@font-face{font-family:"Robot";src:url("./../fonts/.woff2") format("woff2"),url("./../fonts/.woff") format("woff")}@font-face{font-family:"Roboto-Regular";src:url("./../fonts/.woff2") format("woff2"),url("./../fonts/.woff") format("woff")}@font-face{font-family:400;src:url("./../fonts/.woff2") format("woff2"),url("./../fonts/.woff") format("woff")}@font-face{font-family:normal;src:url("./../fonts/.woff2") format("woff2"),url("./../fonts/.woff") format("woff")}@font-face{font-family:"Robot";src:url("./../fonts/.woff2") format("woff2"),url("./../fonts/.woff") format("woff")}@font-face{font-family:"Roboto-Medium";src:url("./../fonts/.woff2") format("woff2"),url("./../fonts/.woff") format("woff")}@font-face{font-family:500;src:url("./../fonts/.woff2") format("woff2"),url("./../fonts/.woff") format("woff")}@font-face{font-family:normal;src:url("./../fonts/.woff2") format("woff2"),url("./../fonts/.woff") format("woff")}@font-face{font-family:"Robot";src:url("./../fonts/.woff2") format("woff2"),url("./../fonts/.woff") format("woff")}@font-face{font-family:"Roboto-Bold";src:url("./../fonts/.woff2") format("woff2"),url("./../fonts/.woff") format("woff")}@font-face{font-family:700;src:url("./../fonts/.woff2") format("woff2"),url("./../fonts/.woff") format("woff")}@font-face{font-family:normal;src:url("./../fonts/.woff2") format("woff2"),url("./../fonts/.woff") format("woff")}:root{--blue: #3158AF;--log-email: #E85900;--log-cta: #5800FF;--log-state-change: #52A23F;--log-views: #8791B5;--log-views-light: #E7EAF7;--log-chat: #004FFF;--log-form: #CC0000;--log-api: #f165b0;--log-default: #000000}*[data-oat=fade-top]{opacity:0;transform:translateY(-3rem)}*[data-oat=fade-top].inview{-webkit-animation:fade-opacity 2000ms cubic-bezier(0.7, 0, 0.3, 1) forwards,fade-translate 1200ms cubic-bezier(0.7, 0, 0.3, 1) forwards;animation:fade-opacity 2000ms cubic-bezier(0.7, 0, 0.3, 1) forwards,fade-translate 1200ms cubic-bezier(0.7, 0, 0.3, 1) forwards}*[data-oat=fade-bot]{opacity:0;transform:translateY(3rem)}*[data-oat=fade-bot].inview{-webkit-animation:fade-opacity 2000ms cubic-bezier(0.7, 0, 0.3, 1) forwards,fade-translate 1200ms cubic-bezier(0.7, 0, 0.3, 1) forwards;animation:fade-opacity 2000ms cubic-bezier(0.7, 0, 0.3, 1) forwards,fade-translate 1200ms cubic-bezier(0.7, 0, 0.3, 1) forwards}*[data-oat=fade-text]{opacity:0}*[data-oat=fade-text].inview{opacity:1}*[data-oat=fade-text] span{display:inline-flex;opacity:0;transform:translateY(200%) skew(-0.06turn, 12deg);transition:opacity 1200ms cubic-bezier(0.7, 0, 0.3, 1)}*[data-oat=fade-text] span.inview{opacity:1;-webkit-animation:600ms cubic-bezier(0, 0.55, 0.45, 1) forwards fade-text;animation:600ms cubic-bezier(0, 0.55, 0.45, 1) forwards fade-text}*[data-oat=screen-l-to-r]{--bg: white;position:relative;overflow:hidden}*[data-oat=screen-l-to-r]:before{content:"";width:100%;height:100%;background-color:var(--bg);position:absolute;top:0;left:0;transition:all 1200ms ease-in-out;z-index:999}*[data-oat=screen-l-to-r].inview:before{content:"";transform:translateX(100%)}*[data-oat=screen-r-to-l]{--bg: white;position:relative;overflow:hidden}*[data-oat=screen-r-to-l]:before{content:"";width:100%;height:100%;background-color:var(--bg);position:absolute;top:0;left:0;transition:all 1200ms ease-in-out;z-index:999}*[data-oat=screen-r-to-l].inview:before{content:"";transform:translateX(-100%)}*[data-oat=screen-t-to-b]{--bg: white;position:relative;overflow:hidden}*[data-oat=screen-t-to-b]:before{content:"";width:100%;height:100%;background-color:var(--bg);position:absolute;top:0;left:0;transition:all 1200ms ease-in-out;z-index:999}*[data-oat=screen-t-to-b].inview:before{content:"";transform:translateY(100%)}@-webkit-keyframes fade-opacity{to{opacity:1}}@keyframes fade-opacity{to{opacity:1}}@-webkit-keyframes fade-translate{to{transform:translateY(0)}}@keyframes fade-translate{to{transform:translateY(0)}}@-webkit-keyframes fade-text{to{transform:translateY(0%) skew(0)}}@keyframes fade-text{to{transform:translateY(0%) skew(0)}}.col {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 2.5rem;
}.flex-grid{--gutter: 2.5rem;display:flex;flex-wrap:wrap;margin-left:calc(var(--gutter)*-0.5);margin-right:calc(var(--gutter)*-0.5)}.flex-grid-col{padding-left:calc(var(--gutter)*.5);padding-right:calc(var(--gutter)*.5)}.wrap-xl{--width: 124rem;width:100%;margin-left:auto;margin-right:auto;max-width:var(--width);position:relative}.wrap-xl._with-paddings{--gutter: 2.5rem;--width: 124rem;max-width:calc(var(--width) + var(--gutter)*2);padding-left:var(--gutter);padding-right:var(--gutter)}.wrap{--width: 114rem;width:100%;margin-left:auto;margin-right:auto;max-width:var(--width);position:relative}.wrap._with-paddings{--gutter: 2.5rem;--width: 114rem;max-width:calc(var(--width) + var(--gutter)*2);padding-left:var(--gutter);padding-right:var(--gutter)}.wrap-md{--width: 94rem;width:100%;margin-left:auto;margin-right:auto;max-width:var(--width);position:relative}.wrap-md._with-paddings{--gutter: 2.5rem;--width: 94rem;max-width:calc(var(--width) + var(--gutter)*2);padding-left:var(--gutter);padding-right:var(--gutter)}.wrap-sm{--width: 84rem;width:100%;margin-left:auto;margin-right:auto;max-width:var(--width);position:relative}.wrap-sm._with-paddings{--gutter: 2.5rem;--width: 84rem;max-width:calc(var(--width) + var(--gutter)*2);padding-left:var(--gutter);padding-right:var(--gutter)}.wrap-xs{--width: 78rem;width:100%;margin-left:auto;margin-right:auto;max-width:var(--width);position:relative}.wrap-xs._with-paddings{--gutter: 2.5rem;--width: 78rem;max-width:calc(var(--width) + var(--gutter)*2);padding-left:var(--gutter);padding-right:var(--gutter)}body,.body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body, .body {
  margin: 0px;
  overflow-x: hidden;
  font-family: Roboto, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.625;
}body.has-no-scroll, .body.has-no-scroll {
  overflow: hidden;
}html {
  font-size: 62.5%;
}@media (max-width: 1020px) {

  html {
    font-size: 52.5%;
  }
}@media (max-width: 480px) {

  html {
    font-size: 48%;
  }
}.add-status-box {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}.add-status-box .form-label {
  font-weight: 700;
}.add-status-box .button {
  display: flex;
  height: 4.9rem;
  align-items: center;
}.box {
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 2px 50px rgba(0, 0, 0, .1);
  --tw-shadow-colored: 0 2px 50px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.box__head {
  display: flex;
  cursor: pointer;
  align-items: center;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 230 0 / var(--tw-bg-opacity));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.box__head h2 {
  font-weight: 700;
}.box__head svg {
  margin-right: 1rem;
  width: 1.75rem;
}.box__content {
  padding: 2.5rem;
}.box._grey .box__head {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}.box._grey .box__head svg {
  fill: #C6C6C6;
}.box__arrow-fold {
  --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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.box[open] .box__head {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}.box[open] .box__arrow-fold {
  --tw-rotate: 0;
  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));
}.breadcrump {
  display: flex;
  align-items: center;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}.breadcrump::-webkit-scrollbar {
  display: none;
}.breadcrump__item {
  display: flex;
  align-items: center;
}.breadcrump__link {
  white-space: nowrap;
  font-size: 1.4rem;
  font-weight: 700;
}.breadcrump__link:hover {
  --tw-text-opacity: 1;
  color: rgb(198 198 198 / var(--tw-text-opacity));
}.breadcrump__label {
  white-space: nowrap;
  font-size: 1.4rem;
}.breadcrump__icon{--width: 1rem !important;--height: calc(var(--width) * var(--ratio)) !important;margin-left: 0.75rem;margin-right: 0.75rem}.button-circle{--size: 3rem;--background: #FFE600;--svg: white;display: flex;height: var(--size);width: var(--size);align-items: center;justify-content: center;overflow: hidden;border-radius: 9999px;background-color: var(--background);transition-property: all;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 300ms}.button-circle svg {
  transform: none;
  fill: var(--svg);transition:all .3s ease;
}.button-circle._log-email{--background: var(--log-email);--svg: var(--log-email);position: relative}.button-circle._log-email:before{content:"";position: absolute;top: 0px;right: 0px;bottom: 0px;left: 0px;z-index: 5;background-color: rgb(255 255 255 / 0.8)}.button-circle._log-email svg {
  position: relative;
  z-index: 10;
}.button-circle._log-cta{--background: var(--log-cta);--svg: var(--log-cta);position: relative}.button-circle._log-cta:before{content:"";position: absolute;top: 0px;right: 0px;bottom: 0px;left: 0px;z-index: 5;background-color: rgb(255 255 255 / 0.8)}.button-circle._log-cta svg {
  position: relative;
  z-index: 10;
}.button-circle._log-state-change{--background: var(--log-state-change);--svg: var(--log-state-change);position: relative}.button-circle._log-state-change:before{content:"";position: absolute;top: 0px;right: 0px;bottom: 0px;left: 0px;z-index: 5;background-color: rgb(255 255 255 / 0.8)}.button-circle._log-state-change svg {
  position: relative;
  z-index: 10;
}.button-circle._log-views{--background: var(--log-views);--svg: var(--log-views);position: relative}.button-circle._log-views:before{content:"";position: absolute;top: 0px;right: 0px;bottom: 0px;left: 0px;z-index: 5;background-color: rgb(255 255 255 / 0.8)}.button-circle._log-views svg {
  position: relative;
  z-index: 10;
}.button-circle._log-chat{--background: var(--log-chat);--svg: var(--log-chat);position: relative}.button-circle._log-chat:before{content:"";position: absolute;top: 0px;right: 0px;bottom: 0px;left: 0px;z-index: 5;background-color: rgb(255 255 255 / 0.8)}.button-circle._log-chat svg {
  position: relative;
  z-index: 10;
}.button-circle._log-form{--background: var(--log-form);--svg: var(--log-form);position: relative}.button-circle._log-form:before{content:"";position: absolute;top: 0px;right: 0px;bottom: 0px;left: 0px;z-index: 5;background-color: rgb(255 255 255 / 0.8)}.button-circle._log-form svg {
  position: relative;
  z-index: 10;
}.button-circle._log-default{--background: var(--log-default);--svg: var(--log-default);position: relative}.button-circle._log-default:before{content:"";position: absolute;top: 0px;right: 0px;bottom: 0px;left: 0px;z-index: 5;background-color: rgb(255 255 255 / 0.8)}.button-circle._log-default svg {
  position: relative;
  z-index: 10;
}.button-circle._log-api{--background: var(--log-api);--svg: var(--log-api);position: relative}.button-circle._log-api:before{content:"";position: absolute;top: 0px;right: 0px;bottom: 0px;left: 0px;z-index: 5;background-color: rgb(255 255 255 / 0.8)}.button-circle._log-api svg {
  position: relative;
  z-index: 10;
}.button-circle._soft-grey{--background: #cbc6c6;--svg: #6a6767;position: relative}.button-circle._soft-grey:before{content:"";position: absolute;top: 0px;right: 0px;bottom: 0px;left: 0px;z-index: 5;background-color: rgb(255 255 255 / 0.8)}.button-circle._soft-grey svg {
  position: relative;
  z-index: 10;
}.button-circle[disabled]{opacity:.5}.button {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  gap: 1rem;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 230 0 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 216 58 / var(--tw-bg-opacity));
}.button._link {
  background-color: transparent;
  padding: 0px;
  font-size: 1.4rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.button._link:hover {
  opacity: 0.6;
}.button._error {
  --tw-bg-opacity: 1;
  background-color: rgb(232 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.button._error svg {
  fill: white;
}.button._warning {
  --tw-bg-opacity: 1;
  background-color: rgb(255 165 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(70 46 0 / var(--tw-text-opacity));
}.button._warning svg {
  fill: #462e00;
}.button._black {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 25 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.button._black svg {
  fill: white;
}.button._secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}.button._mid {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.4rem;
}.button._small {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.3rem;
}.circle {
  display: block;
  height: .8rem;
  width: .8rem;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(198 198 198 / var(--tw-bg-opacity));
}.dropdown {
  position: relative;
}.dropdown__list {
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 50;
  width: 100%;
  --tw-translate-y: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  opacity: 0;
  --tw-shadow: 0 2px 50px rgba(0, 0, 0, .1);
  --tw-shadow-colored: 0 2px 50px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.dropdown__item {
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(248 248 248 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.dropdown__item:first-child {
  padding-top: 0px;
}.dropdown__item:last-child {
  border-bottom-width: 0px;
  padding-bottom: 0px;
}.dropdown__button {
  width: 100%;
  text-align: left;
}.dropdown._open .dropdown__list {
  pointer-events: auto;
  opacity: 1;
}.choices__list--multiple .choices__item {
  border-radius: 4px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 230 0 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 230 0 / var(--tw-bg-opacity)) !important;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(23 23 25 / var(--tw-text-opacity)) !important;
}.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
  display: inline-flex !important;
  border-radius: 4px !important;
  border-style: none !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(23 23 25 / var(--tw-bg-opacity)) !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}.form-checkbox {
  position: relative;
}.form-checkbox input {
  display: none;
}.form-checkbox input:checked+label::before {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}.form-checkbox input:checked+label::after {
  content: var(--tw-content);
  opacity: 1;
}.form-checkbox label {
  display: flex;
  cursor: pointer;
  padding-left: 3rem;
  font-size: 1.4rem;
  line-height: 1.2;
}.form-checkbox label::before {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 1.75rem;
  width: 1.75rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(198 198 198 / var(--tw-border-opacity));
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.form-checkbox label::after {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 1.75rem;
  width: 1.75rem;
  --tw-scale-x: .6;
  --tw-scale-y: .6;
  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(./../svg/isolated/check.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  content: var(--tw-content);
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.form-checkbox[readonly] {
  pointer-events: none;
  opacity: 0.5;
}.form-field {
  display: flex;
  width: 100%;
  flex-direction: column;
}.form-field._half {
  width: calc(50% - calc(var(--gap) / 2));
}@media (max-width: 768px) {

  .form-field._half {
    width: 100%;
  }
}.form-group{--gap: 2rem;display: flex;width: 100%;flex-wrap: wrap;gap: var(--gap)}@media (max-width: 768px) {

  .form-group {
    flex-direction: column;
  }
}.form-input {
  position: relative;
}.form-input input, .form-input textarea {
  width: 100%;
  border-radius: 4px;
  border-width: 1.5px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 1.6rem;
  line-height: 1;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.form-input input::-moz-placeholder, .form-input textarea::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(198 198 198 / var(--tw-text-opacity));
}.form-input input::placeholder, .form-input textarea::placeholder {
  --tw-text-opacity: 1;
  color: rgb(198 198 198 / var(--tw-text-opacity));
}.form-input input:focus, .form-input textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 230 0 / var(--tw-border-opacity));
}.form-input input[readonly], .form-input textarea[readonly] {
  cursor: not-allowed;
  opacity: 0.5;
}.form-input._choice-filter .choices__inner {
  min-height: 5rem;
}.form-input._choice-filter .choices__list {
  min-width: 20rem;
}.form-label {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  line-height: 1;
}.form-label._required::after {
  --tw-content: "*";
  content: var(--tw-content);
}.link{--color: var(--blue);font-weight: 700;--tw-text-opacity: 1;color: rgb(49 88 175 / var(--tw-text-opacity));-webkit-text-decoration-line: underline;text-decoration-line: underline;transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 300ms;color:var(--color)}.link:hover,.link:focus{filter:brightness(85%)}.link._white{--color: white}.log {
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}.log__title {
  font-size: 1.6rem;
  font-weight: 700;
}.log__text {
  font-size: 1.4rem;
  font-weight: 700;
}.log__arrow-fold {
  --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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.log[open] .log__arrow-fold {
  --tw-rotate: 0;
  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));
}.log._log-email{--theme: var(--log-email)}.log._log-email .link{--color: var(--log-email)}.log._log-email .timeline{--theme: var(--log-email);--inner-circle: var(--log-email-light)}.log._log-cta{--theme: var(--log-cta)}.log._log-cta .link{--color: var(--log-cta)}.log._log-cta .timeline{--theme: var(--log-cta);--inner-circle: var(--log-cta-light)}.log._log-state-change{--theme: var(--log-state-change)}.log._log-state-change .link{--color: var(--log-state-change)}.log._log-state-change .timeline{--theme: var(--log-state-change);--inner-circle: var(--log-state-change-light)}.log._log-views{--theme: var(--log-views)}.log._log-views .link{--color: var(--log-views)}.log._log-views .timeline{--theme: var(--log-views);--inner-circle: var(--log-views-light)}.log._log-chat{--theme: var(--log-chat)}.log._log-chat .link{--color: var(--log-chat)}.log._log-chat .timeline{--theme: var(--log-chat);--inner-circle: var(--log-chat-light)}.log._log-form{--theme: var(--log-form)}.log._log-form .link{--color: var(--log-form)}.log._log-form .timeline{--theme: var(--log-form);--inner-circle: var(--log-form-light)}.log._log-default{--theme: var(--log-default)}.log._log-default .link{--color: var(--log-default)}.log._log-default .timeline{--theme: var(--log-default);--inner-circle: var(--log-default-light)}.menu {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}.menu__item {
  display: flex;
}.menu__link {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  border-radius: 4px;
  padding: 1.5rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}.menu__link::before {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -10;
  height: 100%;
  width: 100%;
  transform-origin: left;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.menu__link._current::before, .menu__link:hover::before, .menu__link:focus::before {
  --tw-scale-x: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  content: var(--tw-content);
  background-color: rgb(198 198 198 / 0.2);
}.menu__link._current .menu__icon, .menu__link:hover .menu__icon, .menu__link:focus .menu__icon {
  fill: #171719;
}.menu__link._current .menu__arrow, .menu__link:hover .menu__arrow, .menu__link:focus .menu__arrow {
  --tw-translate-x: 2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}.menu__icon {
  width: 2rem !important;
  margin-right: 1.5rem;
  fill: #C6C6C6;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.menu__label {
  font-size: 1.6rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(23 23 25 / var(--tw-text-opacity));
}.menu__arrow {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 1rem;
  --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));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}.modal {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99999;
  height: 100vh;
  width: 100%;
  background-color: rgb(0 0 0 / 0.5);
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  pointer-events: none;
  opacity: 0;
}.modal.is-open {
  pointer-events: auto;
  opacity: 1;
}.modal__main {
  height: 100%;
  width: 100%;
}.modal__cross {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 100;
  height: 3.6rem;
  width: 3.6rem;
  background-color: rgb(232 0 0 / 0.6);
  border-radius: 9999px;
}.modal__cross svg {
  fill: white;
}.modal__content {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 6rem;
}@media (max-width: 480px) {

  .modal__content {
    padding: 3rem;
  }
}.modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
}.modal._normal-scroll .modal__content {
  display: block;
  overflow: auto;
}.modal._normal-scroll .modal__content:after{content:"";pointer-events: none;display: block;height: 15rem;width: 100%}.pagination {
  display: flex;
}.pagination .page-item.disabled{display:none}.pagination .page-item.active .page-link {
  --tw-text-opacity: 1;
  color: rgb(198 198 198 / var(--tw-text-opacity));
}.pagination .page-link {
  display: flex;
  height: 3rem;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.6rem;
  --tw-text-opacity: 1;
  color: rgb(23 23 25 / var(--tw-text-opacity));
}.pagination .page-link[rel=next] {
  margin-left: 1rem;
}.pagination .page-link[rel=prev] {
  margin-right: 1rem;
}.pagination .page-link[rel=next], .pagination .page-link[rel=prev] {
  display: flex;
  width: 3rem;
  align-items: center;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 230 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(23 23 25 / var(--tw-text-opacity));
}.spin {
  position: relative;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(255 230 0 / var(--tw-border-opacity));
}.spin::before {
  position: absolute;
  display: block;
  height: 100%;
  content: var(--tw-content);
  width: 100%;
}@-webkit-keyframes spin {

  to {
    content: var(--tw-content);
    transform: rotate(360deg);
  }
}@keyframes spin {

  to {
    content: var(--tw-content);
    transform: rotate(360deg);
  }
}.spin::before {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  border-radius: 9999px;
  border-width: 2px;
  border-style: solid;
  border-top-color: currentColor;
  border-right-color: currentColor;
  border-bottom-color: transparent;
  content: var(--tw-content);
  border-left-color: transparent;
}.table {
  width: 100%;
}.table__head {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}.table th, .table td {
  border-bottom-width: .1rem;
  border-color: rgb(198 198 198 / 0.3);
  padding: 1rem;
  text-align: left;
  font-size: 1.4rem;
}.table tr:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}.table tr:hover {
  background-color: rgb(255 230 0 / 0.1);
}.table._dashboard-style {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.table._dashboard-style th, .table._dashboard-style td {
  border-width: .1rem;
}.timeline{--offset-top: .7rem;--circle-size: .8rem;--theme: black;--inner-circle: white;position: relative}.timeline:before {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 1px;
  flex-shrink: 0;content:"";background-color:var(--theme);left:calc(var(--circle-size)/2);top:var(--offset-top);
}.timeline>* {
  position: relative;
  padding-left: 2rem;
}.timeline>*:before {
  position: absolute;
  left: 0px;
  margin-right: 1.2rem;
  display: block;content:"";width:var(--circle-size);height:var(--circle-size);border-radius:calc(var(--circle-size)/2);border:1px solid var(--theme);background:var(--inner-circle);top:var(--offset-top);
}.timeline>*:last-child:after {
  position: absolute;
  bottom: 0px;
  left: 0;
  display: block;
  width: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));content:"";top:calc(var(--offset-top) + var(--circle-size));
}.error404 header, .error404 footer {
  display: none;
}.choices{position:relative;overflow:hidden;margin-bottom:24px;font-size:16px}.choices:focus{outline:none}.choices:last-child{margin-bottom:0}.choices.is-open{overflow:visible}.choices.is-disabled .choices__inner,.choices.is-disabled .choices__input{background-color:#eaeaea;cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;user-select:none}.choices.is-disabled .choices__item{cursor:not-allowed}.choices [hidden]{display:none !important}.choices[data-type*=select-one]{cursor:pointer}.choices[data-type*=select-one] .choices__inner{padding-bottom:7.5px}.choices[data-type*=select-one] .choices__input{display:block;width:100%;padding:10px;border-bottom:1px solid #ddd;background-color:#fff;margin:0}.choices[data-type*=select-one] .choices__button{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");padding:0;background-size:8px;position:absolute;top:50%;right:0;margin-top:-10px;margin-right:25px;height:20px;width:20px;border-radius:10em;opacity:.25}.choices[data-type*=select-one] .choices__button:hover,.choices[data-type*=select-one] .choices__button:focus{opacity:1}.choices[data-type*=select-one] .choices__button:focus{box-shadow:0 0 0 2px #00bcd4}.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button{display:none}.choices[data-type*=select-one]::after{content:"";height:0;width:0;border-style:solid;border-color:#333 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);border-width:5px;position:absolute;right:11.5px;top:50%;margin-top:-2.5px;pointer-events:none}.choices[data-type*=select-one].is-open::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #333 rgba(0,0,0,0);margin-top:-7.5px}.choices[data-type*=select-one][dir=rtl]::after{left:11.5px;right:auto}.choices[data-type*=select-one][dir=rtl] .choices__button{right:auto;left:0;margin-left:25px;margin-right:0}.choices[data-type*=select-multiple] .choices__inner,.choices[data-type*=text] .choices__inner{cursor:text}.choices[data-type*=select-multiple] .choices__button,.choices[data-type*=text] .choices__button{position:relative;display:inline-block;margin-top:0;margin-right:-4px;margin-bottom:0;margin-left:8px;padding-left:16px;border-left:1px solid #008fa1;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");background-size:8px;width:8px;line-height:1;opacity:.75;border-radius:0}.choices[data-type*=select-multiple] .choices__button:hover,.choices[data-type*=select-multiple] .choices__button:focus,.choices[data-type*=text] .choices__button:hover,.choices[data-type*=text] .choices__button:focus{opacity:1}.choices__inner{display:inline-block;vertical-align:top;width:100%;background-color:#f9f9f9;padding:7.5px 7.5px 3.75px;border:1px solid #ddd;border-radius:2.5px;font-size:14px;min-height:44px;overflow:hidden}.is-focused .choices__inner,.is-open .choices__inner{border-color:#b7b7b7}.is-open .choices__inner{border-radius:2.5px 2.5px 0 0}.is-flipped.is-open .choices__inner{border-radius:0 0 2.5px 2.5px}.choices__list{margin:0;padding-left:0;list-style:none}.choices__list--single{display:inline-block;padding:4px 16px 4px 4px;width:100%}[dir=rtl] .choices__list--single{padding-right:4px;padding-left:16px}.choices__list--single .choices__item{width:100%}.choices__list--multiple{display:inline}.choices__list--multiple .choices__item{display:inline-block;vertical-align:middle;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:500;margin-right:3.75px;margin-bottom:3.75px;background-color:#00bcd4;border:1px solid #00a5bb;color:#fff;word-break:break-all;box-sizing:border-box}.choices__list--multiple .choices__item[data-deletable]{padding-right:5px}[dir=rtl] .choices__list--multiple .choices__item{margin-right:0;margin-left:3.75px}.choices__list--multiple .choices__item.is-highlighted{background-color:#00a5bb;border:1px solid #008fa1}.is-disabled .choices__list--multiple .choices__item{background-color:#aaa;border:1px solid #919191}.choices__list--dropdown,.choices__list[aria-expanded]{visibility:hidden;z-index:1;position:absolute;width:100%;background-color:#fff;border:1px solid #ddd;top:100%;margin-top:-1px;border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px;overflow:hidden;word-break:break-all;will-change:visibility}.is-active.choices__list--dropdown,.is-active.choices__list[aria-expanded]{visibility:visible}.is-open .choices__list--dropdown,.is-open .choices__list[aria-expanded]{border-color:#b7b7b7}.is-flipped .choices__list--dropdown,.is-flipped .choices__list[aria-expanded]{top:auto;bottom:100%;margin-top:0;margin-bottom:-1px;border-radius:.25rem .25rem 0 0}.choices__list--dropdown .choices__list,.choices__list[aria-expanded] .choices__list{position:relative;max-height:300px;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position}.choices__list--dropdown .choices__item,.choices__list[aria-expanded] .choices__item{position:relative;padding:10px;font-size:14px}[dir=rtl] .choices__list--dropdown .choices__item,[dir=rtl] .choices__list[aria-expanded] .choices__item{text-align:right}@media(min-width: 640px){.choices__list--dropdown .choices__item--selectable::after,.choices__list[aria-expanded] .choices__item--selectable::after{content:attr(data-select-text);font-size:12px;opacity:0;position:absolute;right:10px;top:50%;transform:translateY(-50%)}[dir=rtl] .choices__list--dropdown .choices__item--selectable,[dir=rtl] .choices__list[aria-expanded] .choices__item--selectable{text-align:right;padding-left:100px;padding-right:10px}[dir=rtl] .choices__list--dropdown .choices__item--selectable::after,[dir=rtl] .choices__list[aria-expanded] .choices__item--selectable::after{right:auto;left:10px}}.choices__list--dropdown .choices__item--selectable.is-highlighted,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted{background-color:#f2f2f2}.choices__list--dropdown .choices__item--selectable.is-highlighted::after,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after{opacity:.5}.choices__item{cursor:default;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.choices__item--selectable{cursor:pointer}.choices__item--disabled{cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.5}.choices__heading{font-weight:600;font-size:12px;padding:10px;border-bottom:1px solid #f7f7f7;color:gray}.choices__button{text-indent:-9999px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background-color:rgba(0,0,0,0);background-repeat:no-repeat;background-position:center;cursor:pointer}.choices__button:focus{outline:none}.choices__input{display:inline-block;vertical-align:baseline;background-color:#f9f9f9;font-size:14px;margin-bottom:5px;border:0;border-radius:0;max-width:100%;padding:4px 0 4px 2px}.choices__input:focus{outline:0}.choices__input::-webkit-search-decoration,.choices__input::-webkit-search-cancel-button,.choices__input::-webkit-search-results-button,.choices__input::-webkit-search-results-decoration{display:none}.choices__input::-ms-clear,.choices__input::-ms-reveal{display:none;width:0;height:0}[dir=rtl] .choices__input{padding-right:2px;padding-left:0}.choices__placeholder{opacity:.5}html .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;
}html .pointer-events-none {
  pointer-events: none;
}html .pointer-events-auto {
  pointer-events: auto;
}html .visible {
  visibility: visible;
}html .invisible {
  visibility: hidden;
}html .absolute {
  position: absolute;
}html .relative {
  position: relative;
}html .sticky {
  position: -webkit-sticky;
  position: sticky;
}html .inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}html .top-0 {
  top: 0px;
}html .bottom-0 {
  bottom: 0px;
}html .left-0 {
  left: 0px;
}html .right-0 {
  right: 0px;
}html .bottom-\[2rem\] {
  bottom: 2rem;
}html .z-\[50\] {
  z-index: 50;
}html .z-10 {
  z-index: 10;
}html .z-\[100\] {
  z-index: 100;
}html .z-\[10\] {
  z-index: 10;
}html .col-span-2 {
  grid-column: span 2 / span 2;
}html .col-span-12 {
  grid-column: span 12 / span 12;
}html .col-span-6 {
  grid-column: span 6 / span 6;
}html .col-span-5 {
  grid-column: span 5 / span 5;
}html .col-span-7 {
  grid-column: span 7 / span 7;
}html .mx-auto {
  margin-left: auto;
  margin-right: auto;
}html .my-\[2rem\] {
  margin-top: 2rem;
  margin-bottom: 2rem;
}html .mb-4 {
  margin-bottom: 1rem;
}html .mt-1 {
  margin-top: 0.25rem;
}html .mt-4 {
  margin-top: 1rem;
}html .ml-2 {
  margin-left: 0.5rem;
}html .ml-3 {
  margin-left: 0.75rem;
}html .ml-4 {
  margin-left: 1rem;
}html .mt-\[3rem\] {
  margin-top: 3rem;
}html .mt-6 {
  margin-top: 1.5rem;
}html .mt-3 {
  margin-top: 0.75rem;
}html .ml-auto {
  margin-left: auto;
}html .mb-\[\.6rem\] {
  margin-bottom: .6rem;
}html .mr-\[\.7rem\] {
  margin-right: .7rem;
}html .mb-2 {
  margin-bottom: 0.5rem;
}html .mb-10 {
  margin-bottom: 2.5rem;
}html .mt-\[2rem\] {
  margin-top: 2rem;
}html .mb-auto {
  margin-bottom: auto;
}html .mr-4 {
  margin-right: 1rem;
}html .mt-\[1rem\] {
  margin-top: 1rem;
}html .mb-\[\.8rem\] {
  margin-bottom: .8rem;
}html .mr-auto {
  margin-right: auto;
}html .ml-\[1\.2rem\] {
  margin-left: 1.2rem;
}html .mr-\[\.5rem\] {
  margin-right: .5rem;
}html .mb-\[-\.5rem\] {
  margin-bottom: -.5rem;
}html .ml-\[1rem\] {
  margin-left: 1rem;
}html .ml-\[2rem\] {
  margin-left: 2rem;
}html .ml-1 {
  margin-left: 0.25rem;
}html .-mr-2 {
  margin-right: -0.5rem;
}html .mb-\[2rem\] {
  margin-bottom: 2rem;
}html .mt-\[4rem\] {
  margin-top: 4rem;
}html .mt-gutter {
  margin-top: 2.5rem;
}html .mt-12 {
  margin-top: 3rem;
}html .mt-\[3\.5rem\] {
  margin-top: 3.5rem;
}html .mb-\[4rem\] {
  margin-bottom: 4rem;
}html .mb-8 {
  margin-bottom: 2rem;
}html .mt-8 {
  margin-top: 2rem;
}html .mt-\[\.5rem\] {
  margin-top: .5rem;
}html .mb-\[1rem\] {
  margin-bottom: 1rem;
}html .mb-\[\.5rem\] {
  margin-bottom: .5rem;
}html .mt-\[2\.5rem\] {
  margin-top: 2.5rem;
}html .ml-\[-3rem\] {
  margin-left: -3rem;
}html .mr-\[-3rem\] {
  margin-right: -3rem;
}html .mt-\[\.2rem\] {
  margin-top: .2rem;
}html .mb-\[3rem\] {
  margin-bottom: 3rem;
}html .mt-5 {
  margin-top: 1.25rem;
}html .mr-2 {
  margin-right: 0.5rem;
}html .mt-auto {
  margin-top: auto;
}html .block {
  display: block;
}html .flex {
  display: flex;
}html .inline-flex {
  display: inline-flex;
}html .table {
  display: table;
}html .grid {
  display: grid;
}html .hidden {
  display: none;
}html .h-20 {
  height: 5rem;
}html .h-\[100vh\] {
  height: 100vh;
}html .h-screen {
  height: 100vh;
}html .h-\[calc\(100vh_-_8\.5rem\)\] {
  height: calc(100vh - 8.5rem);
}html .h-\[6rem\] {
  height: 6rem;
}html .h-16 {
  height: 4rem;
}html .h-10 {
  height: 2.5rem;
}html .h-4 {
  height: 1rem;
}html .h-6 {
  height: 1.5rem;
}html .h-2 {
  height: 0.5rem;
}html .h-\[4\.95rem\] {
  height: 4.95rem;
}html .min-h-\[20rem\] {
  min-height: 20rem;
}html .w-20 {
  width: 5rem;
}html .w-full {
  width: 100%;
}html .w-\[30\%\] {
  width: 30%;
}html .w-\[70\%\] {
  width: 70%;
}html .w-\[25rem\] {
  width: 25rem;
}html .w-52 {
  width: 13rem;
}html .w-8 {
  width: 2rem;
}html .w-3 {
  width: 0.75rem;
}html .w-\[calc\(100\%_-_25rem\)\] {
  width: calc(100% - 25rem);
}html .w-auto {
  width: auto;
}html .w-4 {
  width: 1rem;
}html .w-6 {
  width: 1.5rem;
}html .w-\[20rem\] {
  width: 20rem;
}html .w-\[30rem\] {
  width: 30rem;
}html .w-\[50rem\] {
  width: 50rem;
}html .w-\[15rem\] {
  width: 15rem;
}html .w-\[60rem\] {
  width: 60rem;
}html .w-\[4\.95rem\] {
  width: 4.95rem;
}html .min-w-\[20rem\] {
  min-width: 20rem;
}html .min-w-\[7rem\] {
  min-width: 7rem;
}html .min-w-\[14rem\] {
  min-width: 14rem;
}html .max-w-7xl {
  max-width: 80rem;
}html .max-w-\[20rem\] {
  max-width: 20rem;
}html .max-w-\[30rem\] {
  max-width: 30rem;
}html .max-w-\[55rem\] {
  max-width: 55rem;
}html .max-w-\[75rem\] {
  max-width: 75rem;
}html .flex-1 {
  flex: 1 1 0%;
}html .flex-shrink-0 {
  flex-shrink: 0;
}html .shrink-0 {
  flex-shrink: 0;
}html .cursor-pointer {
  cursor: pointer;
}html .select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}html .list-inside {
  list-style-position: inside;
}html .list-disc {
  list-style-type: disc;
}html .grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}html .grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}html .grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}html .flex-col {
  flex-direction: column;
}html .flex-wrap {
  flex-wrap: wrap;
}html .items-start {
  align-items: flex-start;
}html .items-end {
  align-items: flex-end;
}html .items-center {
  align-items: center;
}html .justify-end {
  justify-content: flex-end;
}html .justify-center {
  justify-content: center;
}html .justify-between {
  justify-content: space-between;
}html .gap-\[2rem\] {
  gap: 2rem;
}html .gap-8 {
  gap: 2rem;
}html .gap-\[6rem\] {
  gap: 6rem;
}html .gap-\[4rem\] {
  gap: 4rem;
}html .gap-\[\.6rem\] {
  gap: .6rem;
}html .gap-12 {
  gap: 3rem;
}html .gap-4 {
  gap: 1rem;
}html .gap-\[1\.6rem\] {
  gap: 1.6rem;
}html .gap-\[\.5rem\] {
  gap: .5rem;
}html .gap-\[3rem\] {
  gap: 3rem;
}html .gap-x-\[3rem\] {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}html .gap-x-\[1rem\] {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}html .gap-x-gutter {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}html .gap-y-\[3rem\] {
  row-gap: 3rem;
}html .gap-x-\[\.7rem\] {
  -moz-column-gap: .7rem;
       column-gap: .7rem;
}html .gap-y-\[\.7rem\] {
  row-gap: .7rem;
}html .gap-y-\[2rem\] {
  row-gap: 2rem;
}html .gap-x-\[2rem\] {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}html .space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}html .space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}html .overflow-hidden {
  overflow: hidden;
}html .overflow-scroll {
  overflow: scroll;
}html .overflow-x-auto {
  overflow-x: auto;
}html .overflow-ellipsis {
  text-overflow: ellipsis;
}html .whitespace-nowrap {
  white-space: nowrap;
}html .rounded {
  border-radius: 4px;
}html .rounded-md {
  border-radius: 0.375rem;
}html .rounded-lg {
  border-radius: 0.5rem;
}html .border-\[1px\] {
  border-width: 1px;
}html .border-b {
  border-bottom-width: 1px;
}html .border-t {
  border-top-width: 1px;
}html .border-r-\[1px\] {
  border-right-width: 1px;
}html .border-\[\#F8F8F8\] {
  --tw-border-opacity: 1;
  border-color: rgb(248 248 248 / var(--tw-border-opacity));
}html .border-grey-500 {
  --tw-border-opacity: 1;
  border-color: rgb(240 240 240 / var(--tw-border-opacity));
}html .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}html .bg-\[color\:var\(--theme\)\] {
  background-color: var(--theme);
}html .bg-grey-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(198 198 198 / var(--tw-bg-opacity));
}html .bg-\[grey\] {
  --tw-bg-opacity: 1;
  background-color: rgb(128 128 128 / var(--tw-bg-opacity));
}html .bg-\[green\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 0 / var(--tw-bg-opacity));
}html .bg-\[orange\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 165 0 / var(--tw-bg-opacity));
}html .bg-transparent {
  background-color: transparent;
}html .bg-\[red\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}html .bg-grey-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}html .bg-grey-600\/20 {
  background-color: rgb(198 198 198 / 0.2);
}html .bg-\[lightgrey\] {
  --tw-bg-opacity: 1;
  background-color: rgb(211 211 211 / var(--tw-bg-opacity));
}html .bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 230 0 / var(--tw-bg-opacity));
}html .bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}html .bg-error {
  --tw-bg-opacity: 1;
  background-color: rgb(232 0 0 / var(--tw-bg-opacity));
}html .bg-warning {
  --tw-bg-opacity: 1;
  background-color: rgb(232 154 10 / var(--tw-bg-opacity));
}html .fill-current {
  fill: currentColor;
}html .fill-grey-600 {
  fill: #C6C6C6;
}html .fill-black {
  fill: black;
}html .p-0 {
  padding: 0px;
}html .p-2 {
  padding: 0.5rem;
}html .p-gutter {
  padding: 2.5rem;
}html .p-\[2rem\] {
  padding: 2rem;
}html .px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}html .py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}html .px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}html .py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}html .px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}html .py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}html .py-\[2\.5rem\] {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}html .px-\[2\.5rem\] {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}html .py-\[1rem\] {
  padding-top: 1rem;
  padding-bottom: 1rem;
}html .px-\[2rem\] {
  padding-left: 2rem;
  padding-right: 2rem;
}html .px-gutter {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}html .px-\[1rem\] {
  padding-left: 1rem;
  padding-right: 1rem;
}html .py-\[\.2rem\] {
  padding-top: .2rem;
  padding-bottom: .2rem;
}html .py-\[1\.6rem\] {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}html .px-\[3rem\] {
  padding-left: 3rem;
  padding-right: 3rem;
}html .py-gutter {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}html .pb-\[2\.5rem\] {
  padding-bottom: 2.5rem;
}html .pl-\[1rem\] {
  padding-left: 1rem;
}html .pt-2 {
  padding-top: 0.5rem;
}html .pb-3 {
  padding-bottom: 0.75rem;
}html .pt-4 {
  padding-top: 1rem;
}html .pb-1 {
  padding-bottom: 0.25rem;
}html .pt-10 {
  padding-top: 2.5rem;
}html .pb-10 {
  padding-bottom: 2.5rem;
}html .text-center {
  text-align: center;
}html .text-sm {
  font-size: 1.6rem;
}html .text-xxs {
  font-size: 1.2rem;
}html .text-xs {
  font-size: 1.4rem;
}html .text-md {
  font-size: 1.8rem;
}html .text-2xl {
  font-size: 2.8rem;
}html .text-xl {
  font-size: 2rem;
}html .text-\[7px\] {
  font-size: 7px;
}html .font-medium {
  font-weight: 500;
}html .font-bold {
  font-weight: 700;
}html .font-normal {
  font-weight: 400;
}html .font-semibold {
  font-weight: 600;
}html .leading-5 {
  line-height: 1.25rem;
}html .text-success {
  --tw-text-opacity: 1;
  color: rgb(33 183 120 / var(--tw-text-opacity));
}html .text-error {
  --tw-text-opacity: 1;
  color: rgb(232 0 0 / var(--tw-text-opacity));
}html .text-black\/60 {
  color: rgb(0 0 0 / 0.6);
}html .text-log-state-change {
  color: var(--log-state-change);
}html .text-\[orange\] {
  --tw-text-opacity: 1;
  color: rgb(255 165 0 / var(--tw-text-opacity));
}html .text-green {
  --tw-text-opacity: 1;
  color: rgb(33 183 120 / var(--tw-text-opacity));
}html .text-black\/50 {
  color: rgb(0 0 0 / 0.5);
}html .text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}html .text-\[grey\] {
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity));
}html .text-\[\#535353\] {
  --tw-text-opacity: 1;
  color: rgb(83 83 83 / var(--tw-text-opacity));
}html .text-warning {
  --tw-text-opacity: 1;
  color: rgb(232 154 10 / var(--tw-text-opacity));
}html .underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}html .opacity-50 {
  opacity: 0.5;
}html .opacity-0 {
  opacity: 0;
}html .opacity-100 {
  opacity: 1;
}html .shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}html .shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}html .shadow-box {
  --tw-shadow: 0 2px 50px rgba(0, 0, 0, .1);
  --tw-shadow-colored: 0 2px 50px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}html .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);
}html .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);
}html .transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}html .transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}html .duration-150 {
  transition-duration: 150ms;
}html .ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}html .last\:mb-0:last-child {
  margin-bottom: 0px;
}html .hover\:text-black\/50:hover {
  color: rgb(0 0 0 / 0.5);
}html .focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}html .focus\:ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}html .focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5;
}html .group:hover .group-hover\:fill-main {
  fill: #171719;
}html .group:hover .group-hover\:fill-black {
  fill: black;
}html .group:hover .group-hover\:fill-grey-800 {
  fill: #8791B5;
}html .group:hover .group-hover\:text-grey-600 {
  --tw-text-opacity: 1;
  color: rgb(198 198 198 / var(--tw-text-opacity));
}@media (max-width: 1020px) {

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