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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

input:where([type='text']):focus, input:where(:not([type])):focus, input:where([type='email']):focus, input:where([type='url']):focus, input:where([type='password']):focus, input:where([type='number']):focus, input:where([type='date']):focus, input:where([type='datetime-local']):focus, input:where([type='month']):focus, input:where([type='search']):focus, input:where([type='tel']):focus, input:where([type='time']):focus, input:where([type='week']):focus, select:where([multiple]):focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 20 20%27%3e%3cpath stroke=%27%236b7280%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27 d=%27M6 8l4 4 4-4%27/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

select:where([multiple]),select:where([size]:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

input:where([type='checkbox']),input:where([type='radio']) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

input:where([type='checkbox']) {
  border-radius: 0px;
}

input:where([type='radio']) {
  border-radius: 100%;
}

input:where([type='checkbox']):focus,input:where([type='radio']):focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

input:where([type='checkbox']):checked,input:where([type='radio']):checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

input:where([type='checkbox']):checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z%27/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {

  input:where([type='checkbox']):checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

input:where([type='radio']):checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3ccircle cx=%278%27 cy=%278%27 r=%273%27/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {

  input:where([type='radio']):checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

input:where([type='checkbox']):indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 16 16%27%3e%3cpath stroke=%27white%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M4 8h8%27/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {

  input:where([type='checkbox']):indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

input:where([type='file']) {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

input:where([type='file']):focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
    html {
  scroll-behavior: smooth;
}

    @keyframes animation-flashqash-1 {
        0% {
            top: 10%;
        }
        50% {
            top: 0%;
        }
        100% {
            top: 10%;
        }
    }


    @keyframes animation-flashqash-2 {
        0% {
            bottom: 5%;
        }
        50% {
            bottom: 0%;
        }
        100% {
            bottom: 5%;
        }
    }
.container {
  width: 100%;
}
@media (min-width: 640px) {

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.form-input,.form-textarea,.form-select,.form-multiselect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
.form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 20 20%27%3e%3cpath stroke=%27%236b7280%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27 d=%27M6 8l4 4 4-4%27/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
.form-select:where([size]:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}
/* BODY */
body {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity, 1));
}
body #container {
  position: relative;
  display: flex;
  min-height: 100vh;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
}
@media (min-width: 1024px) {

  body #container {
    height: 100%;
    justify-content: space-between;
  }
}
/* HEADER */
body #header {
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  height: 100%;
  min-height: 6rem;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  overflow: hidden;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity, 1));
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {

  body #header {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* CONTENT */
body #content {
  width: 100%;
}
@media (min-width: 640px) {

  body #content {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  body #content {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  body #content {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  body #content {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  body #content {
    max-width: 1536px;
  }
}
body #content {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 100%;
  flex-shrink: 1;
  flex-grow: 1;
  flex-basis: 0px;
  flex-direction: column;
  gap: 0.75rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {

  body #content {
    flex-direction: row;
    justify-content: space-between;
    padding-left: 0px;
    padding-right: 0px;
  }
}
body #content.catalog {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1024px) {

  body #content.catalog {
    padding-left: 0px;
    padding-right: 0px;
  }
}
body #content h1 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
}
body #content h1.big {
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 700;
}
body #content h1 span {
  font-weight: 700;
}
body #content #form_precode {
  width: 100%;
}
body #content #form_precode2 {
  width: 100%;
}
body #content #form_adult {
  width: 100%;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
}
body #content .form-group {
  display: inline-flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0.25rem;
  align-self: stretch;
}
body #content .form-group .form-label {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}
body #content .form-group .form-control {
  display: inline-flex;
  flex: 1 1 0%;
  align-items: center;
  justify-content: flex-start;
  gap: 0.375rem;
  align-self: stretch;
  overflow: hidden;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity, 1));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
  --tw-shadow: 0px 1px 2px 0px rgba(16,24,40,0.05);
  --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline-width: 1px;
  outline-offset: -1px;
  outline-color: #6B7280;
}
body #content .form-group .form-control.is-invalid, body #content .form-group .form-control.error {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
  outline-color: #fca5a5;
}
body #content .form-group .form-control.with-icon {
  width: 100%;
  padding-left: 3rem;
}
body #content .form-group .form-check {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  line-height: 1.25;
}
body #content .form-group .form-check .form-check-label a {
  font-weight: 700;
  text-decoration-line: underline;
}
body #content .form-group .disabled-prefix {
  height: 100%;
  border-width: 0px;
  background-color: transparent;
  background-image: none;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
body #content .info {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}
body #content .info.is-invalid {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}
body #content .info.error {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}
body #content .card {
  display: inline-flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  outline-width: 1px;
  outline-offset: -1px;
  outline-color: #374151;
}
@media (min-width: 1024px) {

  body #content .card {
    padding: 2rem;
  }
}
body #content .card .card-body {
  width: 100%;
}
body #content .card .card-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
body #content .jumbotron {
  margin-bottom: 1rem;
  display: inline-flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(51 245 129 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
body #content .jumbotron p {
  justify-content: center;
  align-self: stretch;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 1024px) {

  body #content .jumbotron p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
body .flashqash-1 {
            animation: animation-flashqash-1 3s ease-in-out infinite;
            position: absolute;
            left: 0px;
            height: auto;
            width: 58%;
        }
body .flashqash-2 {
  position: absolute;
  bottom: 5%;
  right: 0px;
  height: auto;
  width: 66%;
}
@media (min-width: 1024px) {

  body .flashqash-2 {
    top: auto;
  }
}
body .flashqash-2 {
            animation: animation-flashqash-2 2s ease-in-out infinite;
        }
/* ICONS */
body .icon {
  display: inline-flex;
  height: 1rem;
  width: 1rem;
            mask-size: cover;
            -webkit-mask-size: cover;
}
body .icon.settings {
                -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M16 10C14.8133 10 13.6533 10.3519 12.6666 11.0112C11.6799 11.6705 10.9108 12.6075 10.4567 13.7039C10.0026 14.8003 9.88377 16.0067 10.1153 17.1705C10.3468 18.3344 10.9182 19.4035 11.7574 20.2426C12.5965 21.0818 13.6656 21.6532 14.8295 21.8847C15.9933 22.1162 17.1997 21.9974 18.2961 21.5433C19.3925 21.0891 20.3295 20.3201 20.9888 19.3334C21.6481 18.3467 22 17.1867 22 16C21.9983 14.4092 21.3657 12.884 20.2408 11.7592C19.116 10.6343 17.5908 10.0017 16 10ZM16 20C15.2089 20 14.4355 19.7654 13.7777 19.3259C13.1199 18.8863 12.6072 18.2616 12.3045 17.5307C12.0017 16.7998 11.9225 15.9956 12.0769 15.2196C12.2312 14.4437 12.6122 13.731 13.1716 13.1716C13.731 12.6122 14.4437 12.2312 15.2196 12.0769C15.9956 11.9225 16.7998 12.0017 17.5307 12.3045C18.2616 12.6072 18.8863 13.1199 19.3259 13.7777C19.7654 14.4355 20 15.2089 20 16C20 17.0609 19.5786 18.0783 18.8284 18.8284C18.0783 19.5786 17.0609 20 16 20ZM27 16.27C27.005 16.09 27.005 15.91 27 15.73L28.865 13.4C28.9628 13.2777 29.0305 13.1341 29.0626 12.9808C29.0947 12.8275 29.0904 12.6688 29.05 12.5175C28.7443 11.3682 28.2869 10.2648 27.69 9.23625C27.6118 9.10164 27.5033 8.98714 27.3731 8.90186C27.2429 8.81658 27.0946 8.76286 26.94 8.745L23.975 8.415C23.8517 8.285 23.7267 8.16 23.6 8.04L23.25 5.0675C23.232 4.91276 23.1781 4.76437 23.0926 4.63416C23.0071 4.50395 22.8923 4.39551 22.7575 4.3175C21.7285 3.72168 20.6252 3.26479 19.4762 2.95875C19.3248 2.91849 19.1661 2.91438 19.0128 2.94673C18.8595 2.97908 18.716 3.04699 18.5937 3.145L16.27 5C16.09 5 15.91 5 15.73 5L13.4 3.13875C13.2777 3.04096 13.1341 2.97327 12.9808 2.94114C12.8275 2.909 12.6688 2.91332 12.5175 2.95375C11.3684 3.26003 10.2651 3.71735 9.23625 4.31375C9.10164 4.3919 8.98714 4.5004 8.90186 4.63061C8.81658 4.76081 8.76286 4.90913 8.745 5.06375L8.415 8.03375C8.285 8.15791 8.16 8.28291 8.04 8.40875L5.0675 8.75C4.91276 8.768 4.76437 8.8219 4.63416 8.90741C4.50395 8.99291 4.39551 9.10766 4.3175 9.2425C3.72168 10.2715 3.26479 11.3748 2.95875 12.5237C2.91849 12.6752 2.91438 12.8339 2.94673 12.9872C2.97908 13.1405 3.04699 13.284 3.145 13.4062L5 15.73C5 15.91 5 16.09 5 16.27L3.13875 18.6C3.04096 18.7223 2.97327 18.8659 2.94114 19.0192C2.909 19.1725 2.91332 19.3312 2.95375 19.4825C3.25948 20.6317 3.71683 21.7352 4.31375 22.7637C4.3919 22.8983 4.5004 23.0128 4.63061 23.0981C4.76081 23.1834 4.90913 23.2371 5.06375 23.255L8.02875 23.585C8.15291 23.715 8.27791 23.84 8.40375 23.96L8.75 26.9325C8.768 27.0872 8.8219 27.2356 8.90741 27.3658C8.99291 27.496 9.10766 27.6045 9.2425 27.6825C10.2715 28.2783 11.3748 28.7352 12.5237 29.0412C12.6752 29.0815 12.8339 29.0856 12.9872 29.0533C13.1405 29.0209 13.284 28.953 13.4062 28.855L15.73 27C15.91 27.005 16.09 27.005 16.27 27L18.6 28.865C18.7223 28.9628 18.8659 29.0305 19.0192 29.0626C19.1725 29.0947 19.3312 29.0904 19.4825 29.05C20.6317 28.7443 21.7352 28.2869 22.7637 27.69C22.8983 27.6118 23.0128 27.5033 23.0981 27.3731C23.1834 27.2429 23.2371 27.0946 23.255 26.94L23.585 23.975C23.715 23.8517 23.84 23.7267 23.96 23.6L26.9325 23.25C27.0872 23.232 27.2356 23.1781 27.3658 23.0926C27.496 23.0071 27.6045 22.8923 27.6825 22.7575C28.2783 21.7285 28.7352 20.6252 29.0412 19.4762C29.0815 19.3248 29.0856 19.1661 29.0533 19.0128C29.0209 18.8595 28.953 18.716 28.855 18.5937L27 16.27ZM24.9875 15.4575C25.0087 15.8189 25.0087 16.1811 24.9875 16.5425C24.9726 16.7899 25.0501 17.034 25.205 17.2275L26.9787 19.4437C26.7752 20.0906 26.5146 20.718 26.2 21.3187L23.375 21.6387C23.129 21.6661 22.9018 21.7836 22.7375 21.9687C22.4969 22.2394 22.2406 22.4956 21.97 22.7362C21.7849 22.9006 21.6673 23.1277 21.64 23.3737L21.3262 26.1962C20.7256 26.511 20.0981 26.7716 19.4512 26.975L17.2337 25.2012C17.0563 25.0595 16.8359 24.9823 16.6087 24.9825H16.5487C16.1874 25.0037 15.8251 25.0037 15.4637 24.9825C15.2163 24.9676 14.9722 25.0451 14.7787 25.2L12.5562 26.975C11.9094 26.7715 11.2819 26.5109 10.6812 26.1962L10.3612 23.375C10.3339 23.129 10.2164 22.9018 10.0312 22.7375C9.76063 22.4969 9.50436 22.2406 9.26375 21.97C9.09941 21.7849 8.87226 21.6673 8.62625 21.64L5.80375 21.325C5.48899 20.7244 5.22837 20.0969 5.025 19.45L6.79875 17.2325C6.95363 17.039 7.03114 16.7949 7.01625 16.5475C6.995 16.1861 6.995 15.8239 7.01625 15.4625C7.03114 15.2151 6.95363 14.971 6.79875 14.7775L5.025 12.5562C5.22853 11.9094 5.48914 11.2819 5.80375 10.6812L8.625 10.3612C8.87101 10.3339 9.09816 10.2164 9.2625 10.0312C9.50311 9.76063 9.75938 9.50436 10.03 9.26375C10.2158 9.09931 10.3339 8.87164 10.3612 8.625L10.675 5.80375C11.2756 5.48899 11.9031 5.22837 12.55 5.025L14.7675 6.79875C14.961 6.95363 15.2051 7.03114 15.4525 7.01625C15.8139 6.995 16.1761 6.995 16.5375 7.01625C16.7849 7.03114 17.029 6.95363 17.2225 6.79875L19.4437 5.025C20.0906 5.22853 20.718 5.48914 21.3187 5.80375L21.6387 8.625C21.6661 8.87101 21.7836 9.09816 21.9687 9.2625C22.2394 9.50311 22.4956 9.75938 22.7362 10.03C22.9006 10.2151 23.1277 10.3327 23.3737 10.36L26.1962 10.6737C26.511 11.2744 26.7716 11.9019 26.975 12.5487L25.2012 14.7662C25.0449 14.9614 24.9673 15.208 24.9837 15.4575H24.9875Z%27 fill=%27%23000%27/%3E%3C/svg%3E%0A");
                mask-image: url("data:image/svg+xml,%3Csvg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M16 10C14.8133 10 13.6533 10.3519 12.6666 11.0112C11.6799 11.6705 10.9108 12.6075 10.4567 13.7039C10.0026 14.8003 9.88377 16.0067 10.1153 17.1705C10.3468 18.3344 10.9182 19.4035 11.7574 20.2426C12.5965 21.0818 13.6656 21.6532 14.8295 21.8847C15.9933 22.1162 17.1997 21.9974 18.2961 21.5433C19.3925 21.0891 20.3295 20.3201 20.9888 19.3334C21.6481 18.3467 22 17.1867 22 16C21.9983 14.4092 21.3657 12.884 20.2408 11.7592C19.116 10.6343 17.5908 10.0017 16 10ZM16 20C15.2089 20 14.4355 19.7654 13.7777 19.3259C13.1199 18.8863 12.6072 18.2616 12.3045 17.5307C12.0017 16.7998 11.9225 15.9956 12.0769 15.2196C12.2312 14.4437 12.6122 13.731 13.1716 13.1716C13.731 12.6122 14.4437 12.2312 15.2196 12.0769C15.9956 11.9225 16.7998 12.0017 17.5307 12.3045C18.2616 12.6072 18.8863 13.1199 19.3259 13.7777C19.7654 14.4355 20 15.2089 20 16C20 17.0609 19.5786 18.0783 18.8284 18.8284C18.0783 19.5786 17.0609 20 16 20ZM27 16.27C27.005 16.09 27.005 15.91 27 15.73L28.865 13.4C28.9628 13.2777 29.0305 13.1341 29.0626 12.9808C29.0947 12.8275 29.0904 12.6688 29.05 12.5175C28.7443 11.3682 28.2869 10.2648 27.69 9.23625C27.6118 9.10164 27.5033 8.98714 27.3731 8.90186C27.2429 8.81658 27.0946 8.76286 26.94 8.745L23.975 8.415C23.8517 8.285 23.7267 8.16 23.6 8.04L23.25 5.0675C23.232 4.91276 23.1781 4.76437 23.0926 4.63416C23.0071 4.50395 22.8923 4.39551 22.7575 4.3175C21.7285 3.72168 20.6252 3.26479 19.4762 2.95875C19.3248 2.91849 19.1661 2.91438 19.0128 2.94673C18.8595 2.97908 18.716 3.04699 18.5937 3.145L16.27 5C16.09 5 15.91 5 15.73 5L13.4 3.13875C13.2777 3.04096 13.1341 2.97327 12.9808 2.94114C12.8275 2.909 12.6688 2.91332 12.5175 2.95375C11.3684 3.26003 10.2651 3.71735 9.23625 4.31375C9.10164 4.3919 8.98714 4.5004 8.90186 4.63061C8.81658 4.76081 8.76286 4.90913 8.745 5.06375L8.415 8.03375C8.285 8.15791 8.16 8.28291 8.04 8.40875L5.0675 8.75C4.91276 8.768 4.76437 8.8219 4.63416 8.90741C4.50395 8.99291 4.39551 9.10766 4.3175 9.2425C3.72168 10.2715 3.26479 11.3748 2.95875 12.5237C2.91849 12.6752 2.91438 12.8339 2.94673 12.9872C2.97908 13.1405 3.04699 13.284 3.145 13.4062L5 15.73C5 15.91 5 16.09 5 16.27L3.13875 18.6C3.04096 18.7223 2.97327 18.8659 2.94114 19.0192C2.909 19.1725 2.91332 19.3312 2.95375 19.4825C3.25948 20.6317 3.71683 21.7352 4.31375 22.7637C4.3919 22.8983 4.5004 23.0128 4.63061 23.0981C4.76081 23.1834 4.90913 23.2371 5.06375 23.255L8.02875 23.585C8.15291 23.715 8.27791 23.84 8.40375 23.96L8.75 26.9325C8.768 27.0872 8.8219 27.2356 8.90741 27.3658C8.99291 27.496 9.10766 27.6045 9.2425 27.6825C10.2715 28.2783 11.3748 28.7352 12.5237 29.0412C12.6752 29.0815 12.8339 29.0856 12.9872 29.0533C13.1405 29.0209 13.284 28.953 13.4062 28.855L15.73 27C15.91 27.005 16.09 27.005 16.27 27L18.6 28.865C18.7223 28.9628 18.8659 29.0305 19.0192 29.0626C19.1725 29.0947 19.3312 29.0904 19.4825 29.05C20.6317 28.7443 21.7352 28.2869 22.7637 27.69C22.8983 27.6118 23.0128 27.5033 23.0981 27.3731C23.1834 27.2429 23.2371 27.0946 23.255 26.94L23.585 23.975C23.715 23.8517 23.84 23.7267 23.96 23.6L26.9325 23.25C27.0872 23.232 27.2356 23.1781 27.3658 23.0926C27.496 23.0071 27.6045 22.8923 27.6825 22.7575C28.2783 21.7285 28.7352 20.6252 29.0412 19.4762C29.0815 19.3248 29.0856 19.1661 29.0533 19.0128C29.0209 18.8595 28.953 18.716 28.855 18.5937L27 16.27ZM24.9875 15.4575C25.0087 15.8189 25.0087 16.1811 24.9875 16.5425C24.9726 16.7899 25.0501 17.034 25.205 17.2275L26.9787 19.4437C26.7752 20.0906 26.5146 20.718 26.2 21.3187L23.375 21.6387C23.129 21.6661 22.9018 21.7836 22.7375 21.9687C22.4969 22.2394 22.2406 22.4956 21.97 22.7362C21.7849 22.9006 21.6673 23.1277 21.64 23.3737L21.3262 26.1962C20.7256 26.511 20.0981 26.7716 19.4512 26.975L17.2337 25.2012C17.0563 25.0595 16.8359 24.9823 16.6087 24.9825H16.5487C16.1874 25.0037 15.8251 25.0037 15.4637 24.9825C15.2163 24.9676 14.9722 25.0451 14.7787 25.2L12.5562 26.975C11.9094 26.7715 11.2819 26.5109 10.6812 26.1962L10.3612 23.375C10.3339 23.129 10.2164 22.9018 10.0312 22.7375C9.76063 22.4969 9.50436 22.2406 9.26375 21.97C9.09941 21.7849 8.87226 21.6673 8.62625 21.64L5.80375 21.325C5.48899 20.7244 5.22837 20.0969 5.025 19.45L6.79875 17.2325C6.95363 17.039 7.03114 16.7949 7.01625 16.5475C6.995 16.1861 6.995 15.8239 7.01625 15.4625C7.03114 15.2151 6.95363 14.971 6.79875 14.7775L5.025 12.5562C5.22853 11.9094 5.48914 11.2819 5.80375 10.6812L8.625 10.3612C8.87101 10.3339 9.09816 10.2164 9.2625 10.0312C9.50311 9.76063 9.75938 9.50436 10.03 9.26375C10.2158 9.09931 10.3339 8.87164 10.3612 8.625L10.675 5.80375C11.2756 5.48899 11.9031 5.22837 12.55 5.025L14.7675 6.79875C14.961 6.95363 15.2051 7.03114 15.4525 7.01625C15.8139 6.995 16.1761 6.995 16.5375 7.01625C16.7849 7.03114 17.029 6.95363 17.2225 6.79875L19.4437 5.025C20.0906 5.22853 20.718 5.48914 21.3187 5.80375L21.6387 8.625C21.6661 8.87101 21.7836 9.09816 21.9687 9.2625C22.2394 9.50311 22.4956 9.75938 22.7362 10.03C22.9006 10.2151 23.1277 10.3327 23.3737 10.36L26.1962 10.6737C26.511 11.2744 26.7716 11.9019 26.975 12.5487L25.2012 14.7662C25.0449 14.9614 24.9673 15.208 24.9837 15.4575H24.9875Z%27 fill=%27%23000%27/%3E%3C/svg%3E%0A");
            }
body .icon.edit {
                -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg id=%27icon-PencilSimple%27%3E%3Cpath id=%27Vector%27 d=%27M17.7586 5.73201L14.268 2.24061C14.1519 2.1245 14.0141 2.0324 13.8624 1.96957C13.7107 1.90673 13.5482 1.87439 13.384 1.87439C13.2198 1.87439 13.0572 1.90673 12.9056 1.96957C12.7539 2.0324 12.6161 2.1245 12.5 2.24061L2.86641 11.875C2.74983 11.9906 2.65741 12.1283 2.59451 12.28C2.5316 12.4317 2.49948 12.5944 2.50001 12.7586V16.25C2.50001 16.5815 2.6317 16.8994 2.86612 17.1339C3.10054 17.3683 3.41849 17.5 3.75001 17.5H7.24141C7.40563 17.5005 7.5683 17.4684 7.71999 17.4055C7.87168 17.3426 8.00935 17.2502 8.12501 17.1336L17.7586 7.49998C17.8747 7.38391 17.9668 7.24609 18.0296 7.09442C18.0925 6.94274 18.1248 6.78017 18.1248 6.616C18.1248 6.45182 18.0925 6.28925 18.0296 6.13758C17.9668 5.9859 17.8747 5.84809 17.7586 5.73201ZM7.24141 16.25H3.75001V12.7586L10.625 5.88358L14.1164 9.37498L7.24141 16.25ZM15 8.49061L11.5086 4.99998L13.3836 3.12498L16.875 6.61561L15 8.49061Z%27 fill=%27%23000%27/%3E%3C/g%3E%3C/svg%3E%0A");
                mask-image: url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg id=%27icon-PencilSimple%27%3E%3Cpath id=%27Vector%27 d=%27M17.7586 5.73201L14.268 2.24061C14.1519 2.1245 14.0141 2.0324 13.8624 1.96957C13.7107 1.90673 13.5482 1.87439 13.384 1.87439C13.2198 1.87439 13.0572 1.90673 12.9056 1.96957C12.7539 2.0324 12.6161 2.1245 12.5 2.24061L2.86641 11.875C2.74983 11.9906 2.65741 12.1283 2.59451 12.28C2.5316 12.4317 2.49948 12.5944 2.50001 12.7586V16.25C2.50001 16.5815 2.6317 16.8994 2.86612 17.1339C3.10054 17.3683 3.41849 17.5 3.75001 17.5H7.24141C7.40563 17.5005 7.5683 17.4684 7.71999 17.4055C7.87168 17.3426 8.00935 17.2502 8.12501 17.1336L17.7586 7.49998C17.8747 7.38391 17.9668 7.24609 18.0296 7.09442C18.0925 6.94274 18.1248 6.78017 18.1248 6.616C18.1248 6.45182 18.0925 6.28925 18.0296 6.13758C17.9668 5.9859 17.8747 5.84809 17.7586 5.73201ZM7.24141 16.25H3.75001V12.7586L10.625 5.88358L14.1164 9.37498L7.24141 16.25ZM15 8.49061L11.5086 4.99998L13.3836 3.12498L16.875 6.61561L15 8.49061Z%27 fill=%27%23000%27/%3E%3C/g%3E%3C/svg%3E%0A");
            }
body .icon.remove {
                -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M27 6H22V5C22 4.20435 21.6839 3.44129 21.1213 2.87868C20.5587 2.31607 19.7956 2 19 2H13C12.2044 2 11.4413 2.31607 10.8787 2.87868C10.3161 3.44129 10 4.20435 10 5V6H5C4.73478 6 4.48043 6.10536 4.29289 6.29289C4.10536 6.48043 4 6.73478 4 7C4 7.26522 4.10536 7.51957 4.29289 7.70711C4.48043 7.89464 4.73478 8 5 8H6V26C6 26.5304 6.21071 27.0391 6.58579 27.4142C6.96086 27.7893 7.46957 28 8 28H24C24.5304 28 25.0391 27.7893 25.4142 27.4142C25.7893 27.0391 26 26.5304 26 26V8H27C27.2652 8 27.5196 7.89464 27.7071 7.70711C27.8946 7.51957 28 7.26522 28 7C28 6.73478 27.8946 6.48043 27.7071 6.29289C27.5196 6.10536 27.2652 6 27 6ZM12 5C12 4.73478 12.1054 4.48043 12.2929 4.29289C12.4804 4.10536 12.7348 4 13 4H19C19.2652 4 19.5196 4.10536 19.7071 4.29289C19.8946 4.48043 20 4.73478 20 5V6H12V5ZM24 26H8V8H24V26ZM14 13V21C14 21.2652 13.8946 21.5196 13.7071 21.7071C13.5196 21.8946 13.2652 22 13 22C12.7348 22 12.4804 21.8946 12.2929 21.7071C12.1054 21.5196 12 21.2652 12 21V13C12 12.7348 12.1054 12.4804 12.2929 12.2929C12.4804 12.1054 12.7348 12 13 12C13.2652 12 13.5196 12.1054 13.7071 12.2929C13.8946 12.4804 14 12.7348 14 13ZM20 13V21C20 21.2652 19.8946 21.5196 19.7071 21.7071C19.5196 21.8946 19.2652 22 19 22C18.7348 22 18.4804 21.8946 18.2929 21.7071C18.1054 21.5196 18 21.2652 18 21V13C18 12.7348 18.1054 12.4804 18.2929 12.2929C18.4804 12.1054 18.7348 12 19 12C19.2652 12 19.5196 12.1054 19.7071 12.2929C19.8946 12.4804 20 12.7348 20 13Z%27 fill=%27%23292929%27/%3E%3C/svg%3E%0A");
                mask-image: url("data:image/svg+xml,%3Csvg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M27 6H22V5C22 4.20435 21.6839 3.44129 21.1213 2.87868C20.5587 2.31607 19.7956 2 19 2H13C12.2044 2 11.4413 2.31607 10.8787 2.87868C10.3161 3.44129 10 4.20435 10 5V6H5C4.73478 6 4.48043 6.10536 4.29289 6.29289C4.10536 6.48043 4 6.73478 4 7C4 7.26522 4.10536 7.51957 4.29289 7.70711C4.48043 7.89464 4.73478 8 5 8H6V26C6 26.5304 6.21071 27.0391 6.58579 27.4142C6.96086 27.7893 7.46957 28 8 28H24C24.5304 28 25.0391 27.7893 25.4142 27.4142C25.7893 27.0391 26 26.5304 26 26V8H27C27.2652 8 27.5196 7.89464 27.7071 7.70711C27.8946 7.51957 28 7.26522 28 7C28 6.73478 27.8946 6.48043 27.7071 6.29289C27.5196 6.10536 27.2652 6 27 6ZM12 5C12 4.73478 12.1054 4.48043 12.2929 4.29289C12.4804 4.10536 12.7348 4 13 4H19C19.2652 4 19.5196 4.10536 19.7071 4.29289C19.8946 4.48043 20 4.73478 20 5V6H12V5ZM24 26H8V8H24V26ZM14 13V21C14 21.2652 13.8946 21.5196 13.7071 21.7071C13.5196 21.8946 13.2652 22 13 22C12.7348 22 12.4804 21.8946 12.2929 21.7071C12.1054 21.5196 12 21.2652 12 21V13C12 12.7348 12.1054 12.4804 12.2929 12.2929C12.4804 12.1054 12.7348 12 13 12C13.2652 12 13.5196 12.1054 13.7071 12.2929C13.8946 12.4804 14 12.7348 14 13ZM20 13V21C20 21.2652 19.8946 21.5196 19.7071 21.7071C19.5196 21.8946 19.2652 22 19 22C18.7348 22 18.4804 21.8946 18.2929 21.7071C18.1054 21.5196 18 21.2652 18 21V13C18 12.7348 18.1054 12.4804 18.2929 12.2929C18.4804 12.1054 18.7348 12 19 12C19.2652 12 19.5196 12.1054 19.7071 12.2929C19.8946 12.4804 20 12.7348 20 13Z%27 fill=%27%23292929%27/%3E%3C/svg%3E%0A");
            }
body .icon.show {
                -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M30.9137 15.595C30.87 15.4963 29.8112 13.1475 27.4575 10.7937C24.3212 7.6575 20.36 6 16 6C11.64 6 7.67874 7.6575 4.54249 10.7937C2.18874 13.1475 1.12499 15.5 1.08624 15.595C1.02938 15.7229 1 15.8613 1 16.0012C1 16.1412 1.02938 16.2796 1.08624 16.4075C1.12999 16.5062 2.18874 18.8538 4.54249 21.2075C7.67874 24.3425 11.64 26 16 26C20.36 26 24.3212 24.3425 27.4575 21.2075C29.8112 18.8538 30.87 16.5062 30.9137 16.4075C30.9706 16.2796 31 16.1412 31 16.0012C31 15.8613 30.9706 15.7229 30.9137 15.595ZM16 24C12.1525 24 8.79124 22.6012 6.00874 19.8438C4.86704 18.7084 3.89572 17.4137 3.12499 16C3.89551 14.5862 4.86686 13.2915 6.00874 12.1562C8.79124 9.39875 12.1525 8 16 8C19.8475 8 23.2087 9.39875 25.9912 12.1562C27.1352 13.2912 28.1086 14.5859 28.8812 16C27.98 17.6825 24.0537 24 16 24ZM16 10C14.8133 10 13.6533 10.3519 12.6666 11.0112C11.6799 11.6705 10.9108 12.6075 10.4567 13.7039C10.0026 14.8003 9.88377 16.0067 10.1153 17.1705C10.3468 18.3344 10.9182 19.4035 11.7573 20.2426C12.5965 21.0818 13.6656 21.6532 14.8294 21.8847C15.9933 22.1162 17.1997 21.9974 18.2961 21.5433C19.3924 21.0892 20.3295 20.3201 20.9888 19.3334C21.6481 18.3467 22 17.1867 22 16C21.9983 14.4092 21.3657 12.884 20.2408 11.7592C19.1159 10.6343 17.5908 10.0017 16 10ZM16 20C15.2089 20 14.4355 19.7654 13.7777 19.3259C13.1199 18.8864 12.6072 18.2616 12.3045 17.5307C12.0017 16.7998 11.9225 15.9956 12.0768 15.2196C12.2312 14.4437 12.6122 13.731 13.1716 13.1716C13.731 12.6122 14.4437 12.2312 15.2196 12.0769C15.9956 11.9225 16.7998 12.0017 17.5307 12.3045C18.2616 12.6072 18.8863 13.1199 19.3259 13.7777C19.7654 14.4355 20 15.2089 20 16C20 17.0609 19.5786 18.0783 18.8284 18.8284C18.0783 19.5786 17.0609 20 16 20Z%27 fill=%27%23000%27/%3E%3C/svg%3E%0A");
                mask-image: url("data:image/svg+xml,%3Csvg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M30.9137 15.595C30.87 15.4963 29.8112 13.1475 27.4575 10.7937C24.3212 7.6575 20.36 6 16 6C11.64 6 7.67874 7.6575 4.54249 10.7937C2.18874 13.1475 1.12499 15.5 1.08624 15.595C1.02938 15.7229 1 15.8613 1 16.0012C1 16.1412 1.02938 16.2796 1.08624 16.4075C1.12999 16.5062 2.18874 18.8538 4.54249 21.2075C7.67874 24.3425 11.64 26 16 26C20.36 26 24.3212 24.3425 27.4575 21.2075C29.8112 18.8538 30.87 16.5062 30.9137 16.4075C30.9706 16.2796 31 16.1412 31 16.0012C31 15.8613 30.9706 15.7229 30.9137 15.595ZM16 24C12.1525 24 8.79124 22.6012 6.00874 19.8438C4.86704 18.7084 3.89572 17.4137 3.12499 16C3.89551 14.5862 4.86686 13.2915 6.00874 12.1562C8.79124 9.39875 12.1525 8 16 8C19.8475 8 23.2087 9.39875 25.9912 12.1562C27.1352 13.2912 28.1086 14.5859 28.8812 16C27.98 17.6825 24.0537 24 16 24ZM16 10C14.8133 10 13.6533 10.3519 12.6666 11.0112C11.6799 11.6705 10.9108 12.6075 10.4567 13.7039C10.0026 14.8003 9.88377 16.0067 10.1153 17.1705C10.3468 18.3344 10.9182 19.4035 11.7573 20.2426C12.5965 21.0818 13.6656 21.6532 14.8294 21.8847C15.9933 22.1162 17.1997 21.9974 18.2961 21.5433C19.3924 21.0892 20.3295 20.3201 20.9888 19.3334C21.6481 18.3467 22 17.1867 22 16C21.9983 14.4092 21.3657 12.884 20.2408 11.7592C19.1159 10.6343 17.5908 10.0017 16 10ZM16 20C15.2089 20 14.4355 19.7654 13.7777 19.3259C13.1199 18.8864 12.6072 18.2616 12.3045 17.5307C12.0017 16.7998 11.9225 15.9956 12.0768 15.2196C12.2312 14.4437 12.6122 13.731 13.1716 13.1716C13.731 12.6122 14.4437 12.2312 15.2196 12.0769C15.9956 11.9225 16.7998 12.0017 17.5307 12.3045C18.2616 12.6072 18.8863 13.1199 19.3259 13.7777C19.7654 14.4355 20 15.2089 20 16C20 17.0609 19.5786 18.0783 18.8284 18.8284C18.0783 19.5786 17.0609 20 16 20Z%27 fill=%27%23000%27/%3E%3C/svg%3E%0A");
            }
body .icon.send {
                -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg id=%27icon-PaperPlaneTilt%27%3E%3Cpath id=%27Vector%27 d=%27M17.7594 2.24065C17.6022 2.08357 17.406 1.97122 17.1909 1.9152C16.9759 1.85917 16.7498 1.86148 16.5359 1.9219H16.5242L1.52891 6.4719C1.28481 6.5421 1.06789 6.68499 0.907035 6.88155C0.746176 7.07811 0.649012 7.31901 0.628481 7.57217C0.60795 7.82533 0.665026 8.07873 0.79211 8.29864C0.919194 8.51855 1.11025 8.69453 1.33985 8.80315L8.02891 11.9711L11.1969 18.6602C11.2969 18.8744 11.4561 19.0555 11.6557 19.1822C11.8553 19.3088 12.087 19.3758 12.3234 19.375C12.3594 19.375 12.3953 19.3735 12.4313 19.3703C12.6835 19.3499 12.9235 19.2528 13.119 19.0921C13.3145 18.9314 13.4562 18.7147 13.525 18.4711L18.0719 3.47581C18.0719 3.4719 18.0719 3.46799 18.0719 3.46409C18.1331 3.25078 18.1364 3.02502 18.0815 2.81001C18.0266 2.595 17.9154 2.39848 17.7594 2.24065ZM12.3305 18.1133L12.3266 18.1242L9.25157 11.6328L12.9422 7.94143C13.0545 7.82327 13.1161 7.66592 13.114 7.50295C13.1119 7.33997 13.0463 7.18426 12.931 7.06901C12.8158 6.95376 12.6601 6.88809 12.4971 6.886C12.3341 6.88391 12.1768 6.94557 12.0586 7.05784L8.36719 10.7485L1.87501 7.67346H1.88594L16.875 3.12502L12.3305 18.1133Z%27 fill=%27%23000%27/%3E%3C/g%3E%3C/svg%3E%0A");
                mask-image: url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg id=%27icon-PaperPlaneTilt%27%3E%3Cpath id=%27Vector%27 d=%27M17.7594 2.24065C17.6022 2.08357 17.406 1.97122 17.1909 1.9152C16.9759 1.85917 16.7498 1.86148 16.5359 1.9219H16.5242L1.52891 6.4719C1.28481 6.5421 1.06789 6.68499 0.907035 6.88155C0.746176 7.07811 0.649012 7.31901 0.628481 7.57217C0.60795 7.82533 0.665026 8.07873 0.79211 8.29864C0.919194 8.51855 1.11025 8.69453 1.33985 8.80315L8.02891 11.9711L11.1969 18.6602C11.2969 18.8744 11.4561 19.0555 11.6557 19.1822C11.8553 19.3088 12.087 19.3758 12.3234 19.375C12.3594 19.375 12.3953 19.3735 12.4313 19.3703C12.6835 19.3499 12.9235 19.2528 13.119 19.0921C13.3145 18.9314 13.4562 18.7147 13.525 18.4711L18.0719 3.47581C18.0719 3.4719 18.0719 3.46799 18.0719 3.46409C18.1331 3.25078 18.1364 3.02502 18.0815 2.81001C18.0266 2.595 17.9154 2.39848 17.7594 2.24065ZM12.3305 18.1133L12.3266 18.1242L9.25157 11.6328L12.9422 7.94143C13.0545 7.82327 13.1161 7.66592 13.114 7.50295C13.1119 7.33997 13.0463 7.18426 12.931 7.06901C12.8158 6.95376 12.6601 6.88809 12.4971 6.886C12.3341 6.88391 12.1768 6.94557 12.0586 7.05784L8.36719 10.7485L1.87501 7.67346H1.88594L16.875 3.12502L12.3305 18.1133Z%27 fill=%27%23000%27/%3E%3C/g%3E%3C/svg%3E%0A");
            }
body .icon.login {
                -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M23.7075 15.2925C23.8005 15.3854 23.8742 15.4957 23.9246 15.6171C23.9749 15.7385 24.0008 15.8686 24.0008 16C24.0008 16.1314 23.9749 16.2615 23.9246 16.3829C23.8742 16.5043 23.8005 16.6146 23.7075 16.7075L14.7075 25.7075C14.6146 25.8004 14.5043 25.8741 14.3829 25.9244C14.2615 25.9747 14.1314 26.0006 14 26.0006C13.8686 26.0006 13.7385 25.9747 13.6171 25.9244C13.4957 25.8741 13.3854 25.8004 13.2925 25.7075C13.1996 25.6146 13.1259 25.5043 13.0756 25.3829C13.0253 25.2615 12.9994 25.1314 12.9994 25C12.9994 24.8686 13.0253 24.7385 13.0756 24.6171C13.1259 24.4957 13.1996 24.3854 13.2925 24.2925L20.5863 17H4C3.73478 17 3.48043 16.8946 3.29289 16.7071C3.10536 16.5196 3 16.2652 3 16C3 15.7348 3.10536 15.4804 3.29289 15.2929C3.48043 15.1054 3.73478 15 4 15H20.5863L13.2925 7.7075C13.1049 7.51986 12.9994 7.26536 12.9994 7C12.9994 6.73464 13.1049 6.48014 13.2925 6.2925C13.4801 6.10486 13.7346 5.99944 14 5.99944C14.2654 5.99944 14.5199 6.10486 14.7075 6.2925L23.7075 15.2925ZM27 4C26.7348 4 26.4804 4.10536 26.2929 4.29289C26.1054 4.48043 26 4.73478 26 5V27C26 27.2652 26.1054 27.5196 26.2929 27.7071C26.4804 27.8946 26.7348 28 27 28C27.2652 28 27.5196 27.8946 27.7071 27.7071C27.8946 27.5196 28 27.2652 28 27V5C28 4.73478 27.8946 4.48043 27.7071 4.29289C27.5196 4.10536 27.2652 4 27 4Z%27 fill=%27%23292929%27/%3E%3C/svg%3E%0A");
                mask-image: url("data:image/svg+xml,%3Csvg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M23.7075 15.2925C23.8005 15.3854 23.8742 15.4957 23.9246 15.6171C23.9749 15.7385 24.0008 15.8686 24.0008 16C24.0008 16.1314 23.9749 16.2615 23.9246 16.3829C23.8742 16.5043 23.8005 16.6146 23.7075 16.7075L14.7075 25.7075C14.6146 25.8004 14.5043 25.8741 14.3829 25.9244C14.2615 25.9747 14.1314 26.0006 14 26.0006C13.8686 26.0006 13.7385 25.9747 13.6171 25.9244C13.4957 25.8741 13.3854 25.8004 13.2925 25.7075C13.1996 25.6146 13.1259 25.5043 13.0756 25.3829C13.0253 25.2615 12.9994 25.1314 12.9994 25C12.9994 24.8686 13.0253 24.7385 13.0756 24.6171C13.1259 24.4957 13.1996 24.3854 13.2925 24.2925L20.5863 17H4C3.73478 17 3.48043 16.8946 3.29289 16.7071C3.10536 16.5196 3 16.2652 3 16C3 15.7348 3.10536 15.4804 3.29289 15.2929C3.48043 15.1054 3.73478 15 4 15H20.5863L13.2925 7.7075C13.1049 7.51986 12.9994 7.26536 12.9994 7C12.9994 6.73464 13.1049 6.48014 13.2925 6.2925C13.4801 6.10486 13.7346 5.99944 14 5.99944C14.2654 5.99944 14.5199 6.10486 14.7075 6.2925L23.7075 15.2925ZM27 4C26.7348 4 26.4804 4.10536 26.2929 4.29289C26.1054 4.48043 26 4.73478 26 5V27C26 27.2652 26.1054 27.5196 26.2929 27.7071C26.4804 27.8946 26.7348 28 27 28C27.2652 28 27.5196 27.8946 27.7071 27.7071C27.8946 27.5196 28 27.2652 28 27V5C28 4.73478 27.8946 4.48043 27.7071 4.29289C27.5196 4.10536 27.2652 4 27 4Z%27 fill=%27%23292929%27/%3E%3C/svg%3E%0A");
            }
body .icon.logout {
                -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M29 16C29 16.2652 28.8946 16.5196 28.7071 16.7071C28.5196 16.8946 28.2652 17 28 17H11.4137L18.7075 24.2925C18.8004 24.3854 18.8741 24.4957 18.9244 24.6171C18.9747 24.7385 19.0006 24.8686 19.0006 25C19.0006 25.1314 18.9747 25.2615 18.9244 25.3829C18.8741 25.5043 18.8004 25.6146 18.7075 25.7075C18.6146 25.8004 18.5043 25.8741 18.3829 25.9244C18.2615 25.9747 18.1314 26.0006 18 26.0006C17.8686 26.0006 17.7385 25.9747 17.6171 25.9244C17.4957 25.8741 17.3854 25.8004 17.2925 25.7075L8.2925 16.7075C8.19952 16.6146 8.12576 16.5043 8.07544 16.3829C8.02512 16.2615 7.99921 16.1314 7.99921 16C7.99921 15.8686 8.02512 15.7385 8.07544 15.6171C8.12576 15.4957 8.19952 15.3854 8.2925 15.2925L17.2925 6.2925C17.3854 6.19959 17.4957 6.12589 17.6171 6.07561C17.7385 6.02532 17.8686 5.99944 18 5.99944C18.1314 5.99944 18.2615 6.02532 18.3829 6.07561C18.5043 6.12589 18.6146 6.19959 18.7075 6.2925C18.8004 6.38541 18.8741 6.49571 18.9244 6.6171C18.9747 6.7385 19.0006 6.86861 19.0006 7C19.0006 7.13139 18.9747 7.2615 18.9244 7.3829C18.8741 7.50429 18.8004 7.61459 18.7075 7.7075L11.4137 15H28C28.2652 15 28.5196 15.1054 28.7071 15.2929C28.8946 15.4804 29 15.7348 29 16ZM5 4C4.73478 4 4.48043 4.10536 4.29289 4.29289C4.10536 4.48043 4 4.73478 4 5V27C4 27.2652 4.10536 27.5196 4.29289 27.7071C4.48043 27.8946 4.73478 28 5 28C5.26522 28 5.51957 27.8946 5.70711 27.7071C5.89464 27.5196 6 27.2652 6 27V5C6 4.73478 5.89464 4.48043 5.70711 4.29289C5.51957 4.10536 5.26522 4 5 4Z%27 fill=%27%23292929%27/%3E%3C/svg%3E%0A");
                mask-image: url("data:image/svg+xml,%3Csvg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M29 16C29 16.2652 28.8946 16.5196 28.7071 16.7071C28.5196 16.8946 28.2652 17 28 17H11.4137L18.7075 24.2925C18.8004 24.3854 18.8741 24.4957 18.9244 24.6171C18.9747 24.7385 19.0006 24.8686 19.0006 25C19.0006 25.1314 18.9747 25.2615 18.9244 25.3829C18.8741 25.5043 18.8004 25.6146 18.7075 25.7075C18.6146 25.8004 18.5043 25.8741 18.3829 25.9244C18.2615 25.9747 18.1314 26.0006 18 26.0006C17.8686 26.0006 17.7385 25.9747 17.6171 25.9244C17.4957 25.8741 17.3854 25.8004 17.2925 25.7075L8.2925 16.7075C8.19952 16.6146 8.12576 16.5043 8.07544 16.3829C8.02512 16.2615 7.99921 16.1314 7.99921 16C7.99921 15.8686 8.02512 15.7385 8.07544 15.6171C8.12576 15.4957 8.19952 15.3854 8.2925 15.2925L17.2925 6.2925C17.3854 6.19959 17.4957 6.12589 17.6171 6.07561C17.7385 6.02532 17.8686 5.99944 18 5.99944C18.1314 5.99944 18.2615 6.02532 18.3829 6.07561C18.5043 6.12589 18.6146 6.19959 18.7075 6.2925C18.8004 6.38541 18.8741 6.49571 18.9244 6.6171C18.9747 6.7385 19.0006 6.86861 19.0006 7C19.0006 7.13139 18.9747 7.2615 18.9244 7.3829C18.8741 7.50429 18.8004 7.61459 18.7075 7.7075L11.4137 15H28C28.2652 15 28.5196 15.1054 28.7071 15.2929C28.8946 15.4804 29 15.7348 29 16ZM5 4C4.73478 4 4.48043 4.10536 4.29289 4.29289C4.10536 4.48043 4 4.73478 4 5V27C4 27.2652 4.10536 27.5196 4.29289 27.7071C4.48043 27.8946 4.73478 28 5 28C5.26522 28 5.51957 27.8946 5.70711 27.7071C5.89464 27.5196 6 27.2652 6 27V5C6 4.73478 5.89464 4.48043 5.70711 4.29289C5.51957 4.10536 5.26522 4 5 4Z%27 fill=%27%23292929%27/%3E%3C/svg%3E%0A");
            }
body .icon.new {
                -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg id=%27icon-PlusCircle%27%3E%3Cpath id=%27Vector%27 d=%27M8 1.5C6.71442 1.5 5.45772 1.88122 4.3888 2.59545C3.31988 3.30968 2.48676 4.32484 1.99479 5.51256C1.50282 6.70028 1.37409 8.00721 1.6249 9.26809C1.8757 10.529 2.49477 11.6872 3.40381 12.5962C4.31285 13.5052 5.47104 14.1243 6.73192 14.3751C7.99279 14.6259 9.29973 14.4972 10.4874 14.0052C11.6752 13.5132 12.6903 12.6801 13.4046 11.6112C14.1188 10.5423 14.5 9.28558 14.5 8C14.4982 6.27665 13.8128 4.62441 12.5942 3.40582C11.3756 2.18722 9.72335 1.50182 8 1.5ZM8 13.5C6.91221 13.5 5.84884 13.1774 4.94437 12.5731C4.0399 11.9687 3.33495 11.1098 2.91867 10.1048C2.50238 9.09977 2.39347 7.9939 2.60568 6.927C2.8179 5.86011 3.34173 4.8801 4.11092 4.11091C4.8801 3.34172 5.86011 2.8179 6.92701 2.60568C7.9939 2.39346 9.09977 2.50238 10.1048 2.91866C11.1098 3.33494 11.9687 4.03989 12.5731 4.94436C13.1774 5.84883 13.5 6.9122 13.5 8C13.4983 9.45818 12.9184 10.8562 11.8873 11.8873C10.8562 12.9184 9.45819 13.4983 8 13.5ZM11 8C11 8.13261 10.9473 8.25979 10.8536 8.35355C10.7598 8.44732 10.6326 8.5 10.5 8.5H8.5V10.5C8.5 10.6326 8.44732 10.7598 8.35356 10.8536C8.25979 10.9473 8.13261 11 8 11C7.86739 11 7.74022 10.9473 7.64645 10.8536C7.55268 10.7598 7.5 10.6326 7.5 10.5V8.5H5.5C5.36739 8.5 5.24022 8.44732 5.14645 8.35355C5.05268 8.25979 5 8.13261 5 8C5 7.86739 5.05268 7.74021 5.14645 7.64645C5.24022 7.55268 5.36739 7.5 5.5 7.5H7.5V5.5C7.5 5.36739 7.55268 5.24021 7.64645 5.14645C7.74022 5.05268 7.86739 5 8 5C8.13261 5 8.25979 5.05268 8.35356 5.14645C8.44732 5.24021 8.5 5.36739 8.5 5.5V7.5H10.5C10.6326 7.5 10.7598 7.55268 10.8536 7.64645C10.9473 7.74021 11 7.86739 11 8Z%27 fill=%27%23FDFDFD%27/%3E%3C/g%3E%3C/svg%3E%0A");
                mask-image: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg id=%27icon-PlusCircle%27%3E%3Cpath id=%27Vector%27 d=%27M8 1.5C6.71442 1.5 5.45772 1.88122 4.3888 2.59545C3.31988 3.30968 2.48676 4.32484 1.99479 5.51256C1.50282 6.70028 1.37409 8.00721 1.6249 9.26809C1.8757 10.529 2.49477 11.6872 3.40381 12.5962C4.31285 13.5052 5.47104 14.1243 6.73192 14.3751C7.99279 14.6259 9.29973 14.4972 10.4874 14.0052C11.6752 13.5132 12.6903 12.6801 13.4046 11.6112C14.1188 10.5423 14.5 9.28558 14.5 8C14.4982 6.27665 13.8128 4.62441 12.5942 3.40582C11.3756 2.18722 9.72335 1.50182 8 1.5ZM8 13.5C6.91221 13.5 5.84884 13.1774 4.94437 12.5731C4.0399 11.9687 3.33495 11.1098 2.91867 10.1048C2.50238 9.09977 2.39347 7.9939 2.60568 6.927C2.8179 5.86011 3.34173 4.8801 4.11092 4.11091C4.8801 3.34172 5.86011 2.8179 6.92701 2.60568C7.9939 2.39346 9.09977 2.50238 10.1048 2.91866C11.1098 3.33494 11.9687 4.03989 12.5731 4.94436C13.1774 5.84883 13.5 6.9122 13.5 8C13.4983 9.45818 12.9184 10.8562 11.8873 11.8873C10.8562 12.9184 9.45819 13.4983 8 13.5ZM11 8C11 8.13261 10.9473 8.25979 10.8536 8.35355C10.7598 8.44732 10.6326 8.5 10.5 8.5H8.5V10.5C8.5 10.6326 8.44732 10.7598 8.35356 10.8536C8.25979 10.9473 8.13261 11 8 11C7.86739 11 7.74022 10.9473 7.64645 10.8536C7.55268 10.7598 7.5 10.6326 7.5 10.5V8.5H5.5C5.36739 8.5 5.24022 8.44732 5.14645 8.35355C5.05268 8.25979 5 8.13261 5 8C5 7.86739 5.05268 7.74021 5.14645 7.64645C5.24022 7.55268 5.36739 7.5 5.5 7.5H7.5V5.5C7.5 5.36739 7.55268 5.24021 7.64645 5.14645C7.74022 5.05268 7.86739 5 8 5C8.13261 5 8.25979 5.05268 8.35356 5.14645C8.44732 5.24021 8.5 5.36739 8.5 5.5V7.5H10.5C10.6326 7.5 10.7598 7.55268 10.8536 7.64645C10.9473 7.74021 11 7.86739 11 8Z%27 fill=%27%23FDFDFD%27/%3E%3C/g%3E%3C/svg%3E%0A");
            }
body .icon.\!new {
                -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg id=%27icon-PlusCircle%27%3E%3Cpath id=%27Vector%27 d=%27M8 1.5C6.71442 1.5 5.45772 1.88122 4.3888 2.59545C3.31988 3.30968 2.48676 4.32484 1.99479 5.51256C1.50282 6.70028 1.37409 8.00721 1.6249 9.26809C1.8757 10.529 2.49477 11.6872 3.40381 12.5962C4.31285 13.5052 5.47104 14.1243 6.73192 14.3751C7.99279 14.6259 9.29973 14.4972 10.4874 14.0052C11.6752 13.5132 12.6903 12.6801 13.4046 11.6112C14.1188 10.5423 14.5 9.28558 14.5 8C14.4982 6.27665 13.8128 4.62441 12.5942 3.40582C11.3756 2.18722 9.72335 1.50182 8 1.5ZM8 13.5C6.91221 13.5 5.84884 13.1774 4.94437 12.5731C4.0399 11.9687 3.33495 11.1098 2.91867 10.1048C2.50238 9.09977 2.39347 7.9939 2.60568 6.927C2.8179 5.86011 3.34173 4.8801 4.11092 4.11091C4.8801 3.34172 5.86011 2.8179 6.92701 2.60568C7.9939 2.39346 9.09977 2.50238 10.1048 2.91866C11.1098 3.33494 11.9687 4.03989 12.5731 4.94436C13.1774 5.84883 13.5 6.9122 13.5 8C13.4983 9.45818 12.9184 10.8562 11.8873 11.8873C10.8562 12.9184 9.45819 13.4983 8 13.5ZM11 8C11 8.13261 10.9473 8.25979 10.8536 8.35355C10.7598 8.44732 10.6326 8.5 10.5 8.5H8.5V10.5C8.5 10.6326 8.44732 10.7598 8.35356 10.8536C8.25979 10.9473 8.13261 11 8 11C7.86739 11 7.74022 10.9473 7.64645 10.8536C7.55268 10.7598 7.5 10.6326 7.5 10.5V8.5H5.5C5.36739 8.5 5.24022 8.44732 5.14645 8.35355C5.05268 8.25979 5 8.13261 5 8C5 7.86739 5.05268 7.74021 5.14645 7.64645C5.24022 7.55268 5.36739 7.5 5.5 7.5H7.5V5.5C7.5 5.36739 7.55268 5.24021 7.64645 5.14645C7.74022 5.05268 7.86739 5 8 5C8.13261 5 8.25979 5.05268 8.35356 5.14645C8.44732 5.24021 8.5 5.36739 8.5 5.5V7.5H10.5C10.6326 7.5 10.7598 7.55268 10.8536 7.64645C10.9473 7.74021 11 7.86739 11 8Z%27 fill=%27%23FDFDFD%27/%3E%3C/g%3E%3C/svg%3E%0A") !important;
                mask-image: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg id=%27icon-PlusCircle%27%3E%3Cpath id=%27Vector%27 d=%27M8 1.5C6.71442 1.5 5.45772 1.88122 4.3888 2.59545C3.31988 3.30968 2.48676 4.32484 1.99479 5.51256C1.50282 6.70028 1.37409 8.00721 1.6249 9.26809C1.8757 10.529 2.49477 11.6872 3.40381 12.5962C4.31285 13.5052 5.47104 14.1243 6.73192 14.3751C7.99279 14.6259 9.29973 14.4972 10.4874 14.0052C11.6752 13.5132 12.6903 12.6801 13.4046 11.6112C14.1188 10.5423 14.5 9.28558 14.5 8C14.4982 6.27665 13.8128 4.62441 12.5942 3.40582C11.3756 2.18722 9.72335 1.50182 8 1.5ZM8 13.5C6.91221 13.5 5.84884 13.1774 4.94437 12.5731C4.0399 11.9687 3.33495 11.1098 2.91867 10.1048C2.50238 9.09977 2.39347 7.9939 2.60568 6.927C2.8179 5.86011 3.34173 4.8801 4.11092 4.11091C4.8801 3.34172 5.86011 2.8179 6.92701 2.60568C7.9939 2.39346 9.09977 2.50238 10.1048 2.91866C11.1098 3.33494 11.9687 4.03989 12.5731 4.94436C13.1774 5.84883 13.5 6.9122 13.5 8C13.4983 9.45818 12.9184 10.8562 11.8873 11.8873C10.8562 12.9184 9.45819 13.4983 8 13.5ZM11 8C11 8.13261 10.9473 8.25979 10.8536 8.35355C10.7598 8.44732 10.6326 8.5 10.5 8.5H8.5V10.5C8.5 10.6326 8.44732 10.7598 8.35356 10.8536C8.25979 10.9473 8.13261 11 8 11C7.86739 11 7.74022 10.9473 7.64645 10.8536C7.55268 10.7598 7.5 10.6326 7.5 10.5V8.5H5.5C5.36739 8.5 5.24022 8.44732 5.14645 8.35355C5.05268 8.25979 5 8.13261 5 8C5 7.86739 5.05268 7.74021 5.14645 7.64645C5.24022 7.55268 5.36739 7.5 5.5 7.5H7.5V5.5C7.5 5.36739 7.55268 5.24021 7.64645 5.14645C7.74022 5.05268 7.86739 5 8 5C8.13261 5 8.25979 5.05268 8.35356 5.14645C8.44732 5.24021 8.5 5.36739 8.5 5.5V7.5H10.5C10.6326 7.5 10.7598 7.55268 10.8536 7.64645C10.9473 7.74021 11 7.86739 11 8Z%27 fill=%27%23FDFDFD%27/%3E%3C/g%3E%3C/svg%3E%0A") !important;
            }
body .icon.warning {
                -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=%2728%27 height=%2728%27 viewBox=%270 0 28 28%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg id=%27icon-Warning%27%3E%3Cpath id=%27Vector%27 d=%27M25.9 20.5723L16.3352 3.96151C16.0962 3.55456 15.7549 3.21713 15.3453 2.98267C14.9357 2.74822 14.472 2.62488 14 2.62488C13.5281 2.62488 13.0643 2.74822 12.6547 2.98267C12.2451 3.21713 11.9039 3.55456 11.6649 3.96151L2.10001 20.5723C1.87004 20.9659 1.74884 21.4136 1.74884 21.8695C1.74884 22.3254 1.87004 22.773 2.10001 23.1667C2.33597 23.5761 2.67661 23.9154 3.08697 24.1497C3.49734 24.384 3.96265 24.5049 4.43517 24.4999H23.5649C24.037 24.5045 24.5019 24.3834 24.9118 24.1491C25.3218 23.9148 25.6621 23.5758 25.8978 23.1667C26.1281 22.7732 26.2497 22.3257 26.2501 21.8698C26.2505 21.4139 26.1297 20.9661 25.9 20.5723ZM24.383 22.2906C24.2996 22.4328 24.1799 22.5503 24.0361 22.631C23.8924 22.7118 23.7297 22.7528 23.5649 22.7499H4.43517C4.27032 22.7528 4.10767 22.7118 3.96391 22.631C3.82014 22.5503 3.70043 22.4328 3.61704 22.2906C3.54152 22.1627 3.50167 22.0169 3.50167 21.8684C3.50167 21.7199 3.54152 21.5741 3.61704 21.4462L13.1819 4.83542C13.267 4.69386 13.3872 4.57672 13.531 4.4954C13.6747 4.41407 13.837 4.37133 14.0022 4.37133C14.1674 4.37133 14.3297 4.41407 14.4734 4.4954C14.6172 4.57672 14.7374 4.69386 14.8225 4.83542L24.3874 21.4462C24.4622 21.5745 24.5013 21.7205 24.5005 21.869C24.4998 22.0175 24.4592 22.1631 24.383 22.2906ZM13.125 15.7499V11.3749C13.125 11.1429 13.2172 10.9203 13.3813 10.7562C13.5454 10.5921 13.7679 10.4999 14 10.4999C14.2321 10.4999 14.4546 10.5921 14.6187 10.7562C14.7828 10.9203 14.875 11.1429 14.875 11.3749V15.7499C14.875 15.982 14.7828 16.2046 14.6187 16.3687C14.4546 16.5328 14.2321 16.6249 14 16.6249C13.7679 16.6249 13.5454 16.5328 13.3813 16.3687C13.2172 16.2046 13.125 15.982 13.125 15.7499ZM15.3125 19.6874C15.3125 19.947 15.2355 20.2008 15.0913 20.4166C14.9471 20.6325 14.7421 20.8007 14.5023 20.9C14.2625 20.9994 13.9986 21.0254 13.744 20.9747C13.4894 20.9241 13.2555 20.7991 13.0719 20.6155C12.8884 20.432 12.7634 20.1981 12.7127 19.9435C12.6621 19.6889 12.6881 19.425 12.7874 19.1852C12.8868 18.9454 13.055 18.7404 13.2708 18.5961C13.4867 18.4519 13.7404 18.3749 14 18.3749C14.3481 18.3749 14.6819 18.5132 14.9281 18.7594C15.1742 19.0055 15.3125 19.3394 15.3125 19.6874Z%27 fill=%27currentColor%27/%3E%3C/g%3E%3C/svg%3E%0A");
                mask-image: url("data:image/svg+xml,%3Csvg width=%2728%27 height=%2728%27 viewBox=%270 0 28 28%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg id=%27icon-Warning%27%3E%3Cpath id=%27Vector%27 d=%27M25.9 20.5723L16.3352 3.96151C16.0962 3.55456 15.7549 3.21713 15.3453 2.98267C14.9357 2.74822 14.472 2.62488 14 2.62488C13.5281 2.62488 13.0643 2.74822 12.6547 2.98267C12.2451 3.21713 11.9039 3.55456 11.6649 3.96151L2.10001 20.5723C1.87004 20.9659 1.74884 21.4136 1.74884 21.8695C1.74884 22.3254 1.87004 22.773 2.10001 23.1667C2.33597 23.5761 2.67661 23.9154 3.08697 24.1497C3.49734 24.384 3.96265 24.5049 4.43517 24.4999H23.5649C24.037 24.5045 24.5019 24.3834 24.9118 24.1491C25.3218 23.9148 25.6621 23.5758 25.8978 23.1667C26.1281 22.7732 26.2497 22.3257 26.2501 21.8698C26.2505 21.4139 26.1297 20.9661 25.9 20.5723ZM24.383 22.2906C24.2996 22.4328 24.1799 22.5503 24.0361 22.631C23.8924 22.7118 23.7297 22.7528 23.5649 22.7499H4.43517C4.27032 22.7528 4.10767 22.7118 3.96391 22.631C3.82014 22.5503 3.70043 22.4328 3.61704 22.2906C3.54152 22.1627 3.50167 22.0169 3.50167 21.8684C3.50167 21.7199 3.54152 21.5741 3.61704 21.4462L13.1819 4.83542C13.267 4.69386 13.3872 4.57672 13.531 4.4954C13.6747 4.41407 13.837 4.37133 14.0022 4.37133C14.1674 4.37133 14.3297 4.41407 14.4734 4.4954C14.6172 4.57672 14.7374 4.69386 14.8225 4.83542L24.3874 21.4462C24.4622 21.5745 24.5013 21.7205 24.5005 21.869C24.4998 22.0175 24.4592 22.1631 24.383 22.2906ZM13.125 15.7499V11.3749C13.125 11.1429 13.2172 10.9203 13.3813 10.7562C13.5454 10.5921 13.7679 10.4999 14 10.4999C14.2321 10.4999 14.4546 10.5921 14.6187 10.7562C14.7828 10.9203 14.875 11.1429 14.875 11.3749V15.7499C14.875 15.982 14.7828 16.2046 14.6187 16.3687C14.4546 16.5328 14.2321 16.6249 14 16.6249C13.7679 16.6249 13.5454 16.5328 13.3813 16.3687C13.2172 16.2046 13.125 15.982 13.125 15.7499ZM15.3125 19.6874C15.3125 19.947 15.2355 20.2008 15.0913 20.4166C14.9471 20.6325 14.7421 20.8007 14.5023 20.9C14.2625 20.9994 13.9986 21.0254 13.744 20.9747C13.4894 20.9241 13.2555 20.7991 13.0719 20.6155C12.8884 20.432 12.7634 20.1981 12.7127 19.9435C12.6621 19.6889 12.6881 19.425 12.7874 19.1852C12.8868 18.9454 13.055 18.7404 13.2708 18.5961C13.4867 18.4519 13.7404 18.3749 14 18.3749C14.3481 18.3749 14.6819 18.5132 14.9281 18.7594C15.1742 19.0055 15.3125 19.3394 15.3125 19.6874Z%27 fill=%27currentColor%27/%3E%3C/g%3E%3C/svg%3E%0A");
            }
body .icon.download {
                -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M28 19V26C28 26.5304 27.7893 27.0391 27.4142 27.4142C27.0391 27.7893 26.5304 28 26 28H6C5.46957 28 4.96086 27.7893 4.58579 27.4142C4.21071 27.0391 4 26.5304 4 26V19C4 18.7348 4.10536 18.4804 4.29289 18.2929C4.48043 18.1054 4.73478 18 5 18C5.26522 18 5.51957 18.1054 5.70711 18.2929C5.89464 18.4804 6 18.7348 6 19V26H26V19C26 18.7348 26.1054 18.4804 26.2929 18.2929C26.4804 18.1054 26.7348 18 27 18C27.2652 18 27.5196 18.1054 27.7071 18.2929C27.8946 18.4804 28 18.7348 28 19ZM15.2925 19.7075C15.3854 19.8005 15.4957 19.8742 15.6171 19.9246C15.7385 19.9749 15.8686 20.0008 16 20.0008C16.1314 20.0008 16.2615 19.9749 16.3829 19.9246C16.5043 19.8742 16.6146 19.8005 16.7075 19.7075L21.7075 14.7075C21.8004 14.6146 21.8741 14.5043 21.9244 14.3829C21.9747 14.2615 22.0006 14.1314 22.0006 14C22.0006 13.8686 21.9747 13.7385 21.9244 13.6171C21.8741 13.4957 21.8004 13.3854 21.7075 13.2925C21.6146 13.1996 21.5043 13.1259 21.3829 13.0756C21.2615 13.0253 21.1314 12.9994 21 12.9994C20.8686 12.9994 20.7385 13.0253 20.6171 13.0756C20.4957 13.1259 20.3854 13.1996 20.2925 13.2925L17 16.5863V5C17 4.73478 16.8946 4.48043 16.7071 4.29289C16.5196 4.10536 16.2652 4 16 4C15.7348 4 15.4804 4.10536 15.2929 4.29289C15.1054 4.48043 15 4.73478 15 5V16.5863L11.7075 13.2925C11.5199 13.1049 11.2654 12.9994 11 12.9994C10.7346 12.9994 10.4801 13.1049 10.2925 13.2925C10.1049 13.4801 9.99944 13.7346 9.99944 14C9.99944 14.2654 10.1049 14.5199 10.2925 14.7075L15.2925 19.7075Z%27 fill=%27currentColor%27/%3E%3C/svg%3E%0A");
                mask-image: url("data:image/svg+xml,%3Csvg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M28 19V26C28 26.5304 27.7893 27.0391 27.4142 27.4142C27.0391 27.7893 26.5304 28 26 28H6C5.46957 28 4.96086 27.7893 4.58579 27.4142C4.21071 27.0391 4 26.5304 4 26V19C4 18.7348 4.10536 18.4804 4.29289 18.2929C4.48043 18.1054 4.73478 18 5 18C5.26522 18 5.51957 18.1054 5.70711 18.2929C5.89464 18.4804 6 18.7348 6 19V26H26V19C26 18.7348 26.1054 18.4804 26.2929 18.2929C26.4804 18.1054 26.7348 18 27 18C27.2652 18 27.5196 18.1054 27.7071 18.2929C27.8946 18.4804 28 18.7348 28 19ZM15.2925 19.7075C15.3854 19.8005 15.4957 19.8742 15.6171 19.9246C15.7385 19.9749 15.8686 20.0008 16 20.0008C16.1314 20.0008 16.2615 19.9749 16.3829 19.9246C16.5043 19.8742 16.6146 19.8005 16.7075 19.7075L21.7075 14.7075C21.8004 14.6146 21.8741 14.5043 21.9244 14.3829C21.9747 14.2615 22.0006 14.1314 22.0006 14C22.0006 13.8686 21.9747 13.7385 21.9244 13.6171C21.8741 13.4957 21.8004 13.3854 21.7075 13.2925C21.6146 13.1996 21.5043 13.1259 21.3829 13.0756C21.2615 13.0253 21.1314 12.9994 21 12.9994C20.8686 12.9994 20.7385 13.0253 20.6171 13.0756C20.4957 13.1259 20.3854 13.1996 20.2925 13.2925L17 16.5863V5C17 4.73478 16.8946 4.48043 16.7071 4.29289C16.5196 4.10536 16.2652 4 16 4C15.7348 4 15.4804 4.10536 15.2929 4.29289C15.1054 4.48043 15 4.73478 15 5V16.5863L11.7075 13.2925C11.5199 13.1049 11.2654 12.9994 11 12.9994C10.7346 12.9994 10.4801 13.1049 10.2925 13.2925C10.1049 13.4801 9.99944 13.7346 9.99944 14C9.99944 14.2654 10.1049 14.5199 10.2925 14.7075L15.2925 19.7075Z%27 fill=%27currentColor%27/%3E%3C/svg%3E%0A");
            }
body .icon.upload {
                -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M28 19.0001V26.0001C28 26.5305 27.7893 27.0392 27.4142 27.4143C27.0391 27.7893 26.5304 28.0001 26 28.0001H6C5.46957 28.0001 4.96086 27.7893 4.58579 27.4143C4.21071 27.0392 4 26.5305 4 26.0001V19.0001C4 18.7348 4.10536 18.4805 4.29289 18.2929C4.48043 18.1054 4.73478 18.0001 5 18.0001C5.26522 18.0001 5.51957 18.1054 5.70711 18.2929C5.89464 18.4805 6 18.7348 6 19.0001V26.0001H26V19.0001C26 18.7348 26.1054 18.4805 26.2929 18.2929C26.4804 18.1054 26.7348 18.0001 27 18.0001C27.2652 18.0001 27.5196 18.1054 27.7071 18.2929C27.8946 18.4805 28 18.7348 28 19.0001ZM11.7075 10.7076L15 7.4138V19.0001C15 19.2653 15.1054 19.5196 15.2929 19.7072C15.4804 19.8947 15.7348 20.0001 16 20.0001C16.2652 20.0001 16.5196 19.8947 16.7071 19.7072C16.8946 19.5196 17 19.2653 17 19.0001V7.4138L20.2925 10.7076C20.4801 10.8952 20.7346 11.0006 21 11.0006C21.2654 11.0006 21.5199 10.8952 21.7075 10.7076C21.8951 10.5199 22.0006 10.2654 22.0006 10.0001C22.0006 9.73469 21.8951 9.48019 21.7075 9.29255L16.7075 4.29255C16.6146 4.19958 16.5043 4.12582 16.3829 4.07549C16.2615 4.02517 16.1314 3.99927 16 3.99927C15.8686 3.99927 15.7385 4.02517 15.6171 4.07549C15.4957 4.12582 15.3854 4.19958 15.2925 4.29255L10.2925 9.29255C10.1049 9.48019 9.99944 9.73469 9.99944 10.0001C9.99944 10.2654 10.1049 10.5199 10.2925 10.7076C10.4801 10.8952 10.7346 11.0006 11 11.0006C11.2654 11.0006 11.5199 10.8952 11.7075 10.7076Z%27 fill=%27%23292929%27/%3E%3C/svg%3E%0A");
                mask-image: url("data:image/svg+xml,%3Csvg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M28 19.0001V26.0001C28 26.5305 27.7893 27.0392 27.4142 27.4143C27.0391 27.7893 26.5304 28.0001 26 28.0001H6C5.46957 28.0001 4.96086 27.7893 4.58579 27.4143C4.21071 27.0392 4 26.5305 4 26.0001V19.0001C4 18.7348 4.10536 18.4805 4.29289 18.2929C4.48043 18.1054 4.73478 18.0001 5 18.0001C5.26522 18.0001 5.51957 18.1054 5.70711 18.2929C5.89464 18.4805 6 18.7348 6 19.0001V26.0001H26V19.0001C26 18.7348 26.1054 18.4805 26.2929 18.2929C26.4804 18.1054 26.7348 18.0001 27 18.0001C27.2652 18.0001 27.5196 18.1054 27.7071 18.2929C27.8946 18.4805 28 18.7348 28 19.0001ZM11.7075 10.7076L15 7.4138V19.0001C15 19.2653 15.1054 19.5196 15.2929 19.7072C15.4804 19.8947 15.7348 20.0001 16 20.0001C16.2652 20.0001 16.5196 19.8947 16.7071 19.7072C16.8946 19.5196 17 19.2653 17 19.0001V7.4138L20.2925 10.7076C20.4801 10.8952 20.7346 11.0006 21 11.0006C21.2654 11.0006 21.5199 10.8952 21.7075 10.7076C21.8951 10.5199 22.0006 10.2654 22.0006 10.0001C22.0006 9.73469 21.8951 9.48019 21.7075 9.29255L16.7075 4.29255C16.6146 4.19958 16.5043 4.12582 16.3829 4.07549C16.2615 4.02517 16.1314 3.99927 16 3.99927C15.8686 3.99927 15.7385 4.02517 15.6171 4.07549C15.4957 4.12582 15.3854 4.19958 15.2925 4.29255L10.2925 9.29255C10.1049 9.48019 9.99944 9.73469 9.99944 10.0001C9.99944 10.2654 10.1049 10.5199 10.2925 10.7076C10.4801 10.8952 10.7346 11.0006 11 11.0006C11.2654 11.0006 11.5199 10.8952 11.7075 10.7076Z%27 fill=%27%23292929%27/%3E%3C/svg%3E%0A");
            }
body .icon.phone {
                -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M27.7963 19.8075L21.9075 17.1687L21.8913 17.1612C21.5856 17.0305 21.2521 16.978 20.921 17.0086C20.5899 17.0391 20.2716 17.1517 19.995 17.3362C19.9624 17.3578 19.9311 17.3811 19.9013 17.4062L16.8588 20C14.9313 19.0637 12.9413 17.0887 12.005 15.1862L14.6025 12.0975C14.6275 12.0662 14.6513 12.035 14.6738 12.0012C14.8543 11.7254 14.9638 11.4091 14.9926 11.0807C15.0214 10.7523 14.9686 10.4218 14.8388 10.1187V10.1037L12.1925 4.20499C12.0209 3.80907 11.7259 3.47926 11.3515 3.26479C10.9771 3.05032 10.5433 2.96269 10.115 3.01499C8.42122 3.23787 6.86649 4.0697 5.74118 5.35511C4.61587 6.64052 3.99695 8.2916 4.00001 9.99999C4.00001 19.925 12.075 28 22 28C23.7084 28.0031 25.3595 27.3841 26.6449 26.2588C27.9303 25.1335 28.7621 23.5788 28.985 21.885C29.0374 21.4568 28.95 21.0232 28.7357 20.6488C28.5215 20.2744 28.1919 19.9793 27.7963 19.8075ZM22 26C17.758 25.9954 13.691 24.3082 10.6914 21.3086C7.69184 18.309 6.00464 14.242 6.00001 9.99999C5.99531 8.77935 6.43507 7.59874 7.23718 6.67862C8.03929 5.75851 9.14889 5.16182 10.3588 4.99999C10.3583 5.00498 10.3583 5.01 10.3588 5.01499L12.9838 10.89L10.4 13.9825C10.3738 14.0127 10.35 14.0448 10.3288 14.0787C10.1407 14.3674 10.0303 14.6997 10.0084 15.0436C9.9865 15.3874 10.0538 15.7311 10.2038 16.0412C11.3363 18.3575 13.67 20.6737 16.0113 21.805C16.3237 21.9536 16.6694 22.0185 17.0144 21.9935C17.3595 21.9686 17.6922 21.8545 17.98 21.6625C18.0121 21.6409 18.043 21.6175 18.0725 21.5925L21.1113 19L26.9863 21.6312C26.9863 21.6312 26.9963 21.6312 27 21.6312C26.8402 22.8428 26.2444 23.9547 25.3241 24.7588C24.4038 25.5628 23.2221 26.0041 22 26Z%27 fill=%27%23292929%27/%3E%3C/svg%3E%0A");
                mask-image: url("data:image/svg+xml,%3Csvg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M27.7963 19.8075L21.9075 17.1687L21.8913 17.1612C21.5856 17.0305 21.2521 16.978 20.921 17.0086C20.5899 17.0391 20.2716 17.1517 19.995 17.3362C19.9624 17.3578 19.9311 17.3811 19.9013 17.4062L16.8588 20C14.9313 19.0637 12.9413 17.0887 12.005 15.1862L14.6025 12.0975C14.6275 12.0662 14.6513 12.035 14.6738 12.0012C14.8543 11.7254 14.9638 11.4091 14.9926 11.0807C15.0214 10.7523 14.9686 10.4218 14.8388 10.1187V10.1037L12.1925 4.20499C12.0209 3.80907 11.7259 3.47926 11.3515 3.26479C10.9771 3.05032 10.5433 2.96269 10.115 3.01499C8.42122 3.23787 6.86649 4.0697 5.74118 5.35511C4.61587 6.64052 3.99695 8.2916 4.00001 9.99999C4.00001 19.925 12.075 28 22 28C23.7084 28.0031 25.3595 27.3841 26.6449 26.2588C27.9303 25.1335 28.7621 23.5788 28.985 21.885C29.0374 21.4568 28.95 21.0232 28.7357 20.6488C28.5215 20.2744 28.1919 19.9793 27.7963 19.8075ZM22 26C17.758 25.9954 13.691 24.3082 10.6914 21.3086C7.69184 18.309 6.00464 14.242 6.00001 9.99999C5.99531 8.77935 6.43507 7.59874 7.23718 6.67862C8.03929 5.75851 9.14889 5.16182 10.3588 4.99999C10.3583 5.00498 10.3583 5.01 10.3588 5.01499L12.9838 10.89L10.4 13.9825C10.3738 14.0127 10.35 14.0448 10.3288 14.0787C10.1407 14.3674 10.0303 14.6997 10.0084 15.0436C9.9865 15.3874 10.0538 15.7311 10.2038 16.0412C11.3363 18.3575 13.67 20.6737 16.0113 21.805C16.3237 21.9536 16.6694 22.0185 17.0144 21.9935C17.3595 21.9686 17.6922 21.8545 17.98 21.6625C18.0121 21.6409 18.043 21.6175 18.0725 21.5925L21.1113 19L26.9863 21.6312C26.9863 21.6312 26.9963 21.6312 27 21.6312C26.8402 22.8428 26.2444 23.9547 25.3241 24.7588C24.4038 25.5628 23.2221 26.0041 22 26Z%27 fill=%27%23292929%27/%3E%3C/svg%3E%0A");
            }
body .icon.envelope {
                -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M28 6H4C3.73478 6 3.48043 6.10536 3.29289 6.29289C3.10536 6.48043 3 6.73478 3 7V24C3 24.5304 3.21071 25.0391 3.58579 25.4142C3.96086 25.7893 4.46957 26 5 26H27C27.5304 26 28.0391 25.7893 28.4142 25.4142C28.7893 25.0391 29 24.5304 29 24V7C29 6.73478 28.8946 6.48043 28.7071 6.29289C28.5196 6.10536 28.2652 6 28 6ZM16 16.6437L6.57125 8H25.4287L16 16.6437ZM12.3387 16L5 22.7262V9.27375L12.3387 16ZM13.8188 17.3563L15.3188 18.7375C15.5032 18.9069 15.7446 19.0008 15.995 19.0008C16.2454 19.0008 16.4868 18.9069 16.6712 18.7375L18.1712 17.3563L25.4212 24H6.57125L13.8188 17.3563ZM19.6612 16L27 9.2725V22.7275L19.6612 16Z%27 fill=%27%23292929%27/%3E%3C/svg%3E%0A");
                mask-image: url("data:image/svg+xml,%3Csvg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M28 6H4C3.73478 6 3.48043 6.10536 3.29289 6.29289C3.10536 6.48043 3 6.73478 3 7V24C3 24.5304 3.21071 25.0391 3.58579 25.4142C3.96086 25.7893 4.46957 26 5 26H27C27.5304 26 28.0391 25.7893 28.4142 25.4142C28.7893 25.0391 29 24.5304 29 24V7C29 6.73478 28.8946 6.48043 28.7071 6.29289C28.5196 6.10536 28.2652 6 28 6ZM16 16.6437L6.57125 8H25.4287L16 16.6437ZM12.3387 16L5 22.7262V9.27375L12.3387 16ZM13.8188 17.3563L15.3188 18.7375C15.5032 18.9069 15.7446 19.0008 15.995 19.0008C16.2454 19.0008 16.4868 18.9069 16.6712 18.7375L18.1712 17.3563L25.4212 24H6.57125L13.8188 17.3563ZM19.6612 16L27 9.2725V22.7275L19.6612 16Z%27 fill=%27%23292929%27/%3E%3C/svg%3E%0A");
            }
body .icon.key {
                -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=%27272%27 height=%2732%27 viewBox=%270 0 272 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg clip-path=%27url%28%23clip0_275_26719%29%27%3E%3Cpath d=%27M20 2C18.4216 2.00142 16.866 2.3761 15.4601 3.09345C14.0541 3.8108 12.8378 4.85049 11.9104 6.12763C10.9829 7.40476 10.3707 8.88314 10.1236 10.442C9.87654 12.0009 10.0017 13.5962 10.4888 15.0975L3.2925 22.2925C3.19967 22.3854 3.12605 22.4958 3.07586 22.6171C3.02568 22.7385 2.9999 22.8686 3 23V28C3 28.2652 3.10536 28.5196 3.29289 28.7071C3.48043 28.8946 3.73478 29 4 29H9C9.26522 29 9.51957 28.8946 9.70711 28.7071C9.89464 28.5196 10 28.2652 10 28V26H12C12.2652 26 12.5196 25.8946 12.7071 25.7071C12.8946 25.5196 13 25.2652 13 25V23H15C15.1314 23.0001 15.2615 22.9743 15.3828 22.9241C15.5042 22.8739 15.6146 22.8003 15.7075 22.7075L16.9025 21.5112C18.2769 21.9575 19.7317 22.1005 21.1667 21.9306C22.6017 21.7606 23.9828 21.2817 25.2149 20.5268C26.4471 19.7718 27.501 18.7588 28.304 17.5575C29.1071 16.3562 29.6403 14.9951 29.8669 13.5679C30.0934 12.1408 30.008 10.6814 29.6165 9.29047C29.2249 7.8995 28.5366 6.6099 27.5988 5.51048C26.6611 4.41106 25.4962 3.52794 24.1844 2.92191C22.8726 2.31589 21.445 2.00137 20 2ZM20 20C18.9877 20.0017 17.9844 19.8104 17.0438 19.4363C16.8597 19.3564 16.656 19.3337 16.4589 19.3712C16.2619 19.4086 16.0806 19.5045 15.9388 19.6462L14.5863 21H12C11.7348 21 11.4804 21.1054 11.2929 21.2929C11.1054 21.4804 11 21.7348 11 22V24H9C8.73478 24 8.48043 24.1054 8.29289 24.2929C8.10536 24.4804 8 24.7348 8 25V27H5V23.4137L12.3538 16.0613C12.4955 15.9194 12.5914 15.7381 12.6288 15.5411C12.6663 15.344 12.6436 15.1403 12.5638 14.9563C11.9314 13.3661 11.8256 11.615 12.2619 9.96023C12.6982 8.30547 13.6537 6.83424 14.988 5.76263C16.3223 4.69102 17.965 4.07551 19.6749 4.00651C21.3848 3.9375 23.0718 4.41864 24.4881 5.37925C25.9044 6.33986 26.9753 7.72932 27.5436 9.34354C28.1118 10.9578 28.1475 12.7117 27.6453 14.3476C27.1431 15.9836 26.1295 17.4154 24.7534 18.4328C23.3774 19.4502 21.7113 19.9995 20 20ZM24 9.5C24 9.79667 23.912 10.0867 23.7472 10.3334C23.5824 10.58 23.3481 10.7723 23.074 10.8858C22.7999 10.9994 22.4983 11.0291 22.2074 10.9712C21.9164 10.9133 21.6491 10.7704 21.4393 10.5607C21.2296 10.3509 21.0867 10.0836 21.0288 9.79264C20.9709 9.50166 21.0007 9.20006 21.1142 8.92597C21.2277 8.65189 21.42 8.41762 21.6666 8.2528C21.9133 8.08797 22.2033 8 22.5 8C22.8978 8 23.2794 8.15804 23.5607 8.43934C23.842 8.72064 24 9.10218 24 9.5Z%27 fill=%27%23292929%27/%3E%3Cpath d=%27M68 2.5C66.4743 2.49965 64.971 2.86676 63.6172 3.57028C62.2634 4.2738 61.0989 5.29303 60.2223 6.54176C59.3458 7.79049 58.7828 9.23197 58.5811 10.7443C58.3795 12.2566 58.545 13.7952 59.0638 15.23L51.6463 22.6462C51.5998 22.6927 51.563 22.7479 51.5379 22.8086C51.5128 22.8693 51.4999 22.9343 51.5 23V28C51.5 28.1326 51.5527 28.2598 51.6464 28.3536C51.7402 28.4473 51.8674 28.5 52 28.5H57C57.1326 28.5 57.2598 28.4473 57.3536 28.3536C57.4473 28.2598 57.5 28.1326 57.5 28V25.5H60C60.1326 25.5 60.2598 25.4473 60.3536 25.3536C60.4473 25.2598 60.5 25.1326 60.5 25V22.5H63C63.0657 22.5001 63.1307 22.4872 63.1914 22.4621C63.2521 22.437 63.3073 22.4002 63.3538 22.3538L64.77 20.9363C66.0736 21.4065 67.4643 21.5859 68.8446 21.4618C70.2248 21.3377 71.5612 20.9132 72.76 20.2179C73.9588 19.5226 74.991 18.5735 75.7841 17.4371C76.5773 16.3006 77.1122 15.0045 77.3514 13.6394C77.5905 12.2744 77.5281 10.8735 77.1686 9.53516C76.809 8.19679 76.161 6.95328 75.2699 5.89188C74.3789 4.83047 73.2664 3.97686 72.0106 3.39092C70.7547 2.80497 69.3858 2.50089 68 2.5ZM68 20.5C66.9206 20.5021 65.8509 20.2971 64.8487 19.8962C64.7564 19.8553 64.6538 19.8433 64.5545 19.8619C64.4552 19.8804 64.3639 19.9285 64.2925 20L62.7925 21.5H60C59.8674 21.5 59.7402 21.5527 59.6464 21.6464C59.5527 21.7402 59.5 21.8674 59.5 22V24.5H57C56.8674 24.5 56.7402 24.5527 56.6464 24.6464C56.5527 24.7402 56.5 24.8674 56.5 25V27.5H52.5V23.2075L60 15.7075C60.0715 15.6361 60.1196 15.5448 60.1381 15.4455C60.1567 15.3462 60.1447 15.2436 60.1038 15.1512C59.4295 13.4621 59.3148 11.6012 59.7765 9.84198C60.2383 8.0828 61.2522 6.51811 62.6691 5.37786C64.0861 4.23762 65.8314 3.58194 67.6487 3.50718C69.4659 3.43243 71.2592 3.94254 72.765 4.96256C74.2709 5.98257 75.4098 7.4587 76.0145 9.17402C76.6192 10.8893 76.6577 12.7534 76.1245 14.4922C75.5912 16.2311 74.5142 17.753 73.0518 18.8344C71.5895 19.9158 69.8188 20.4996 68 20.5ZM71.5 9.5C71.5 9.69778 71.4414 9.89112 71.3315 10.0556C71.2216 10.22 71.0654 10.3482 70.8827 10.4239C70.7 10.4996 70.4989 10.5194 70.3049 10.4808C70.1109 10.4422 69.9327 10.347 69.7929 10.2071C69.653 10.0673 69.5578 9.88907 69.5192 9.69509C69.4806 9.50111 69.5004 9.30004 69.5761 9.11732C69.6518 8.93459 69.78 8.77841 69.9444 8.66853C70.1089 8.55865 70.3022 8.5 70.5 8.5C70.7652 8.5 71.0196 8.60536 71.2071 8.79289C71.3946 8.98043 71.5 9.23478 71.5 9.5Z%27 fill=%27%23292929%27/%3E%3Cpath d=%27M116 2.25C114.448 2.25098 112.919 2.62213 111.539 3.33262C110.16 4.04311 108.969 5.07245 108.067 6.33518C107.165 7.59791 106.578 9.0576 106.353 10.5931C106.128 12.1285 106.273 13.6954 106.775 15.1637L99.47 22.47C99.3293 22.6105 99.2502 22.8012 99.25 23V28C99.25 28.1989 99.329 28.3897 99.4697 28.5303C99.6103 28.671 99.8011 28.75 100 28.75H105C105.199 28.75 105.39 28.671 105.53 28.5303C105.671 28.3897 105.75 28.1989 105.75 28V25.75H108C108.199 25.75 108.39 25.671 108.53 25.5303C108.671 25.3897 108.75 25.1989 108.75 25V22.75H111C111.199 22.7498 111.389 22.6707 111.53 22.53L112.836 21.225C114.175 21.6832 115.598 21.8443 117.006 21.6972C118.414 21.55 119.773 21.0981 120.988 20.3728C122.204 19.6476 123.247 18.6664 124.045 17.4974C124.843 16.3284 125.377 14.9997 125.61 13.6035C125.843 12.2073 125.769 10.7772 125.393 9.41255C125.017 8.04787 124.349 6.78133 123.435 5.70095C122.52 4.62056 121.381 3.75223 120.098 3.15629C118.814 2.56035 117.415 2.25109 116 2.25ZM116 20.25C114.954 20.2518 113.918 20.0537 112.946 19.6663C112.808 19.6061 112.655 19.5889 112.507 19.617C112.359 19.6451 112.223 19.7172 112.116 19.8237L110.689 21.25H108C107.801 21.25 107.61 21.329 107.47 21.4697C107.329 21.6103 107.25 21.8011 107.25 22V24.25H105C104.801 24.25 104.61 24.329 104.47 24.4697C104.329 24.6103 104.25 24.8011 104.25 25V27.25H100.75V23.3113L108.176 15.8837C108.283 15.7772 108.355 15.6411 108.383 15.493C108.411 15.345 108.394 15.1919 108.334 15.0538C107.68 13.4141 107.57 11.6081 108.019 9.9011C108.468 8.19413 109.453 6.67618 110.829 5.57025C112.204 4.46432 113.898 3.82872 115.662 3.75684C117.425 3.68497 119.166 4.18059 120.627 5.17091C122.088 6.16122 123.193 7.59401 123.779 9.25878C124.366 10.9235 124.403 12.7325 123.885 14.4199C123.367 16.1073 122.322 17.5842 120.903 18.6336C119.483 19.683 117.765 20.2495 116 20.25ZM119.75 9.5C119.75 9.74723 119.677 9.9889 119.539 10.1945C119.402 10.4 119.207 10.5602 118.978 10.6548C118.75 10.7495 118.499 10.7742 118.256 10.726C118.014 10.6778 117.791 10.5587 117.616 10.3839C117.441 10.2091 117.322 9.98634 117.274 9.74386C117.226 9.50139 117.251 9.25005 117.345 9.02165C117.44 8.79324 117.6 8.59801 117.806 8.46066C118.011 8.32331 118.253 8.25 118.5 8.25C118.832 8.25 119.149 8.3817 119.384 8.61612C119.618 8.85054 119.75 9.16848 119.75 9.5Z%27 fill=%27%23292929%27/%3E%3Cpath d=%27M164 1.5C162.369 1.50095 160.76 1.88173 159.302 2.61218C157.843 3.34263 156.575 4.40269 155.597 5.70837C154.619 7.01406 153.958 8.52951 153.668 10.1347C153.377 11.7398 153.464 13.3906 153.923 14.9563L146.939 21.9387C146.799 22.0782 146.689 22.2436 146.614 22.4257C146.539 22.6078 146.5 22.803 146.5 23V28C146.5 28.3978 146.658 28.7794 146.939 29.0607C147.221 29.342 147.602 29.5 148 29.5H153C153.398 29.5 153.779 29.342 154.061 29.0607C154.342 28.7794 154.5 28.3978 154.5 28V26.5H156C156.398 26.5 156.779 26.342 157.061 26.0607C157.342 25.7794 157.5 25.3978 157.5 25V23.5H159C159.197 23.5002 159.392 23.4615 159.574 23.3862C159.756 23.3109 159.922 23.2005 160.061 23.0613L161.044 22.0775C162.488 22.5 164.005 22.6072 165.494 22.392C166.983 22.1768 168.409 21.6441 169.674 20.8301C170.939 20.0161 172.014 18.9397 172.827 17.6739C173.64 16.408 174.172 14.9823 174.386 13.4931C174.6 12.004 174.491 10.4863 174.067 9.04281C173.644 7.5993 172.915 6.26369 171.93 5.12643C170.945 3.98917 169.727 3.07681 168.359 2.45114C166.991 1.82547 165.504 1.5011 164 1.5ZM164 19.5C163.054 19.502 162.117 19.3238 161.237 18.975C160.962 18.8568 160.657 18.824 160.362 18.8808C160.068 18.9376 159.797 19.0815 159.585 19.2938L158.375 20.5H156C155.602 20.5 155.221 20.658 154.939 20.9393C154.658 21.2206 154.5 21.6022 154.5 22V23.5H153C152.602 23.5 152.221 23.658 151.939 23.9393C151.658 24.2206 151.5 24.6022 151.5 25V26.5H149.5V23.625L156.706 16.4188C156.918 16.2069 157.062 15.9363 157.119 15.642C157.176 15.3477 157.143 15.0431 157.025 14.7675C156.433 13.2766 156.335 11.6352 156.745 10.0843C157.154 8.53343 158.05 7.15477 159.301 6.15076C160.552 5.14674 162.092 4.57028 163.695 4.50602C165.298 4.44176 166.879 4.89308 168.207 5.79371C169.534 6.69434 170.538 7.99684 171.07 9.50995C171.603 11.0231 171.636 12.6671 171.166 14.2005C170.695 15.734 169.745 17.0762 168.455 18.0301C167.166 18.9839 165.604 19.4991 164 19.5ZM168.5 9.5C168.5 9.89556 168.383 10.2822 168.163 10.6111C167.943 10.94 167.631 11.1964 167.265 11.3478C166.9 11.4991 166.498 11.5387 166.11 11.4616C165.722 11.3844 165.365 11.1939 165.086 10.9142C164.806 10.6345 164.616 10.2781 164.538 9.89018C164.461 9.50222 164.501 9.10009 164.652 8.73463C164.804 8.36918 165.06 8.05682 165.389 7.83706C165.718 7.6173 166.104 7.5 166.5 7.5C167.03 7.5 167.539 7.71071 167.914 8.08579C168.289 8.46086 168.5 8.96957 168.5 9.5Z%27 fill=%27%23292929%27/%3E%3Cpath d=%27M212 2C210.422 2.00142 208.866 2.3761 207.46 3.09345C206.054 3.8108 204.838 4.85049 203.91 6.12763C202.983 7.40476 202.371 8.88314 202.124 10.442C201.877 12.0009 202.002 13.5962 202.489 15.0975L195.293 22.2925C195.2 22.3854 195.126 22.4958 195.076 22.6171C195.026 22.7385 195 22.8686 195 23V28C195 28.2652 195.105 28.5196 195.293 28.7071C195.48 28.8946 195.735 29 196 29H201C201.265 29 201.52 28.8946 201.707 28.7071C201.895 28.5196 202 28.2652 202 28V26H204C204.265 26 204.52 25.8946 204.707 25.7071C204.895 25.5196 205 25.2652 205 25V23H207C207.131 23.0001 207.261 22.9743 207.383 22.9241C207.504 22.8739 207.615 22.8003 207.708 22.7075L208.903 21.5112C210.277 21.9575 211.732 22.1005 213.167 21.9306C214.602 21.7606 215.983 21.2817 217.215 20.5268C218.447 19.7718 219.501 18.7588 220.304 17.5575C221.107 16.3562 221.64 14.9951 221.867 13.5679C222.093 12.1408 222.008 10.6814 221.616 9.29047C221.225 7.8995 220.537 6.6099 219.599 5.51048C218.661 4.41106 217.496 3.52794 216.184 2.92191C214.873 2.31589 213.445 2.00137 212 2ZM214.5 11.5C214.104 11.5 213.718 11.3827 213.389 11.1629C213.06 10.9432 212.804 10.6308 212.652 10.2654C212.501 9.89991 212.461 9.49778 212.538 9.10982C212.616 8.72186 212.806 8.36549 213.086 8.08579C213.365 7.80608 213.722 7.6156 214.11 7.53843C214.498 7.46126 214.9 7.50087 215.265 7.65224C215.631 7.80362 215.943 8.05996 216.163 8.38886C216.383 8.71776 216.5 9.10444 216.5 9.5C216.5 10.0304 216.289 10.5391 215.914 10.9142C215.539 11.2893 215.03 11.5 214.5 11.5Z%27 fill=%27%23292929%27/%3E%3Cpath opacity=%270.2%27 d=%27M269 12C269 13.472 268.64 14.9215 267.949 16.2217C267.259 17.5218 266.261 18.6329 265.041 19.4574C263.822 20.2819 262.419 20.7948 260.955 20.9511C259.492 21.1074 258.012 20.9023 256.646 20.3537L255 22H252V25H249V28H244V23L251.646 15.3537C251.153 14.1227 250.937 12.7979 251.016 11.474C251.094 10.1501 251.464 8.85979 252.099 7.69548C252.734 6.53117 253.618 5.52159 254.689 4.73897C255.76 3.95635 256.99 3.42003 258.292 3.16839C259.594 2.91674 260.936 2.95598 262.221 3.2833C263.506 3.61063 264.703 4.21794 265.727 5.0618C266.75 5.90566 267.574 6.96521 268.14 8.16465C268.705 9.36408 268.999 10.6738 269 12Z%27 fill=%27%23292929%27/%3E%3Cpath d=%27M260 2C258.422 2.00142 256.866 2.3761 255.46 3.09345C254.054 3.8108 252.838 4.85049 251.91 6.12763C250.983 7.40476 250.371 8.88314 250.124 10.442C249.877 12.0009 250.002 13.5962 250.489 15.0975L243.293 22.2925C243.2 22.3854 243.126 22.4958 243.076 22.6171C243.026 22.7385 243 22.8686 243 23V28C243 28.2652 243.105 28.5196 243.293 28.7071C243.48 28.8946 243.735 29 244 29H249C249.265 29 249.52 28.8946 249.707 28.7071C249.895 28.5196 250 28.2652 250 28V26H252C252.265 26 252.52 25.8946 252.707 25.7071C252.895 25.5196 253 25.2652 253 25V23H255C255.131 23.0001 255.261 22.9743 255.383 22.9241C255.504 22.8739 255.615 22.8003 255.708 22.7075L256.903 21.5112C258.277 21.9575 259.732 22.1005 261.167 21.9306C262.602 21.7606 263.983 21.2817 265.215 20.5268C266.447 19.7718 267.501 18.7588 268.304 17.5575C269.107 16.3562 269.64 14.9951 269.867 13.5679C270.093 12.1408 270.008 10.6814 269.616 9.29047C269.225 7.8995 268.537 6.6099 267.599 5.51048C266.661 4.41106 265.496 3.52794 264.184 2.92191C262.873 2.31589 261.445 2.00137 260 2ZM260 20C258.988 20.0017 257.984 19.8104 257.044 19.4363C256.86 19.3564 256.656 19.3337 256.459 19.3712C256.262 19.4086 256.081 19.5045 255.939 19.6462L254.586 21H252C251.735 21 251.48 21.1054 251.293 21.2929C251.105 21.4804 251 21.7348 251 22V24H249C248.735 24 248.48 24.1054 248.293 24.2929C248.105 24.4804 248 24.7348 248 25V27H245V23.4137L252.354 16.0613C252.496 15.9194 252.591 15.7381 252.629 15.5411C252.666 15.344 252.644 15.1403 252.564 14.9563C251.931 13.3661 251.826 11.615 252.262 9.96023C252.698 8.30547 253.654 6.83424 254.988 5.76263C256.322 4.69102 257.965 4.07551 259.675 4.00651C261.385 3.9375 263.072 4.41864 264.488 5.37925C265.904 6.33986 266.975 7.72932 267.544 9.34354C268.112 10.9578 268.147 12.7117 267.645 14.3476C267.143 15.9836 266.13 17.4154 264.753 18.4328C263.377 19.4502 261.711 19.9995 260 20ZM264 9.5C264 9.79667 263.912 10.0867 263.747 10.3334C263.582 10.58 263.348 10.7723 263.074 10.8858C262.8 10.9994 262.498 11.0291 262.207 10.9712C261.916 10.9133 261.649 10.7704 261.439 10.5607C261.23 10.3509 261.087 10.0836 261.029 9.79264C260.971 9.50166 261.001 9.20006 261.114 8.92597C261.228 8.65189 261.42 8.41762 261.667 8.2528C261.913 8.08797 262.203 8 262.5 8C262.898 8 263.279 8.15804 263.561 8.43934C263.842 8.72064 264 9.10218 264 9.5Z%27 fill=%27%23292929%27/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27clip0_275_26719%27%3E%3Crect width=%27272%27 height=%2732%27 rx=%275%27 fill=%27white%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
                mask-image: url("data:image/svg+xml,%3Csvg width=%27272%27 height=%2732%27 viewBox=%270 0 272 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg clip-path=%27url%28%23clip0_275_26719%29%27%3E%3Cpath d=%27M20 2C18.4216 2.00142 16.866 2.3761 15.4601 3.09345C14.0541 3.8108 12.8378 4.85049 11.9104 6.12763C10.9829 7.40476 10.3707 8.88314 10.1236 10.442C9.87654 12.0009 10.0017 13.5962 10.4888 15.0975L3.2925 22.2925C3.19967 22.3854 3.12605 22.4958 3.07586 22.6171C3.02568 22.7385 2.9999 22.8686 3 23V28C3 28.2652 3.10536 28.5196 3.29289 28.7071C3.48043 28.8946 3.73478 29 4 29H9C9.26522 29 9.51957 28.8946 9.70711 28.7071C9.89464 28.5196 10 28.2652 10 28V26H12C12.2652 26 12.5196 25.8946 12.7071 25.7071C12.8946 25.5196 13 25.2652 13 25V23H15C15.1314 23.0001 15.2615 22.9743 15.3828 22.9241C15.5042 22.8739 15.6146 22.8003 15.7075 22.7075L16.9025 21.5112C18.2769 21.9575 19.7317 22.1005 21.1667 21.9306C22.6017 21.7606 23.9828 21.2817 25.2149 20.5268C26.4471 19.7718 27.501 18.7588 28.304 17.5575C29.1071 16.3562 29.6403 14.9951 29.8669 13.5679C30.0934 12.1408 30.008 10.6814 29.6165 9.29047C29.2249 7.8995 28.5366 6.6099 27.5988 5.51048C26.6611 4.41106 25.4962 3.52794 24.1844 2.92191C22.8726 2.31589 21.445 2.00137 20 2ZM20 20C18.9877 20.0017 17.9844 19.8104 17.0438 19.4363C16.8597 19.3564 16.656 19.3337 16.4589 19.3712C16.2619 19.4086 16.0806 19.5045 15.9388 19.6462L14.5863 21H12C11.7348 21 11.4804 21.1054 11.2929 21.2929C11.1054 21.4804 11 21.7348 11 22V24H9C8.73478 24 8.48043 24.1054 8.29289 24.2929C8.10536 24.4804 8 24.7348 8 25V27H5V23.4137L12.3538 16.0613C12.4955 15.9194 12.5914 15.7381 12.6288 15.5411C12.6663 15.344 12.6436 15.1403 12.5638 14.9563C11.9314 13.3661 11.8256 11.615 12.2619 9.96023C12.6982 8.30547 13.6537 6.83424 14.988 5.76263C16.3223 4.69102 17.965 4.07551 19.6749 4.00651C21.3848 3.9375 23.0718 4.41864 24.4881 5.37925C25.9044 6.33986 26.9753 7.72932 27.5436 9.34354C28.1118 10.9578 28.1475 12.7117 27.6453 14.3476C27.1431 15.9836 26.1295 17.4154 24.7534 18.4328C23.3774 19.4502 21.7113 19.9995 20 20ZM24 9.5C24 9.79667 23.912 10.0867 23.7472 10.3334C23.5824 10.58 23.3481 10.7723 23.074 10.8858C22.7999 10.9994 22.4983 11.0291 22.2074 10.9712C21.9164 10.9133 21.6491 10.7704 21.4393 10.5607C21.2296 10.3509 21.0867 10.0836 21.0288 9.79264C20.9709 9.50166 21.0007 9.20006 21.1142 8.92597C21.2277 8.65189 21.42 8.41762 21.6666 8.2528C21.9133 8.08797 22.2033 8 22.5 8C22.8978 8 23.2794 8.15804 23.5607 8.43934C23.842 8.72064 24 9.10218 24 9.5Z%27 fill=%27%23292929%27/%3E%3Cpath d=%27M68 2.5C66.4743 2.49965 64.971 2.86676 63.6172 3.57028C62.2634 4.2738 61.0989 5.29303 60.2223 6.54176C59.3458 7.79049 58.7828 9.23197 58.5811 10.7443C58.3795 12.2566 58.545 13.7952 59.0638 15.23L51.6463 22.6462C51.5998 22.6927 51.563 22.7479 51.5379 22.8086C51.5128 22.8693 51.4999 22.9343 51.5 23V28C51.5 28.1326 51.5527 28.2598 51.6464 28.3536C51.7402 28.4473 51.8674 28.5 52 28.5H57C57.1326 28.5 57.2598 28.4473 57.3536 28.3536C57.4473 28.2598 57.5 28.1326 57.5 28V25.5H60C60.1326 25.5 60.2598 25.4473 60.3536 25.3536C60.4473 25.2598 60.5 25.1326 60.5 25V22.5H63C63.0657 22.5001 63.1307 22.4872 63.1914 22.4621C63.2521 22.437 63.3073 22.4002 63.3538 22.3538L64.77 20.9363C66.0736 21.4065 67.4643 21.5859 68.8446 21.4618C70.2248 21.3377 71.5612 20.9132 72.76 20.2179C73.9588 19.5226 74.991 18.5735 75.7841 17.4371C76.5773 16.3006 77.1122 15.0045 77.3514 13.6394C77.5905 12.2744 77.5281 10.8735 77.1686 9.53516C76.809 8.19679 76.161 6.95328 75.2699 5.89188C74.3789 4.83047 73.2664 3.97686 72.0106 3.39092C70.7547 2.80497 69.3858 2.50089 68 2.5ZM68 20.5C66.9206 20.5021 65.8509 20.2971 64.8487 19.8962C64.7564 19.8553 64.6538 19.8433 64.5545 19.8619C64.4552 19.8804 64.3639 19.9285 64.2925 20L62.7925 21.5H60C59.8674 21.5 59.7402 21.5527 59.6464 21.6464C59.5527 21.7402 59.5 21.8674 59.5 22V24.5H57C56.8674 24.5 56.7402 24.5527 56.6464 24.6464C56.5527 24.7402 56.5 24.8674 56.5 25V27.5H52.5V23.2075L60 15.7075C60.0715 15.6361 60.1196 15.5448 60.1381 15.4455C60.1567 15.3462 60.1447 15.2436 60.1038 15.1512C59.4295 13.4621 59.3148 11.6012 59.7765 9.84198C60.2383 8.0828 61.2522 6.51811 62.6691 5.37786C64.0861 4.23762 65.8314 3.58194 67.6487 3.50718C69.4659 3.43243 71.2592 3.94254 72.765 4.96256C74.2709 5.98257 75.4098 7.4587 76.0145 9.17402C76.6192 10.8893 76.6577 12.7534 76.1245 14.4922C75.5912 16.2311 74.5142 17.753 73.0518 18.8344C71.5895 19.9158 69.8188 20.4996 68 20.5ZM71.5 9.5C71.5 9.69778 71.4414 9.89112 71.3315 10.0556C71.2216 10.22 71.0654 10.3482 70.8827 10.4239C70.7 10.4996 70.4989 10.5194 70.3049 10.4808C70.1109 10.4422 69.9327 10.347 69.7929 10.2071C69.653 10.0673 69.5578 9.88907 69.5192 9.69509C69.4806 9.50111 69.5004 9.30004 69.5761 9.11732C69.6518 8.93459 69.78 8.77841 69.9444 8.66853C70.1089 8.55865 70.3022 8.5 70.5 8.5C70.7652 8.5 71.0196 8.60536 71.2071 8.79289C71.3946 8.98043 71.5 9.23478 71.5 9.5Z%27 fill=%27%23292929%27/%3E%3Cpath d=%27M116 2.25C114.448 2.25098 112.919 2.62213 111.539 3.33262C110.16 4.04311 108.969 5.07245 108.067 6.33518C107.165 7.59791 106.578 9.0576 106.353 10.5931C106.128 12.1285 106.273 13.6954 106.775 15.1637L99.47 22.47C99.3293 22.6105 99.2502 22.8012 99.25 23V28C99.25 28.1989 99.329 28.3897 99.4697 28.5303C99.6103 28.671 99.8011 28.75 100 28.75H105C105.199 28.75 105.39 28.671 105.53 28.5303C105.671 28.3897 105.75 28.1989 105.75 28V25.75H108C108.199 25.75 108.39 25.671 108.53 25.5303C108.671 25.3897 108.75 25.1989 108.75 25V22.75H111C111.199 22.7498 111.389 22.6707 111.53 22.53L112.836 21.225C114.175 21.6832 115.598 21.8443 117.006 21.6972C118.414 21.55 119.773 21.0981 120.988 20.3728C122.204 19.6476 123.247 18.6664 124.045 17.4974C124.843 16.3284 125.377 14.9997 125.61 13.6035C125.843 12.2073 125.769 10.7772 125.393 9.41255C125.017 8.04787 124.349 6.78133 123.435 5.70095C122.52 4.62056 121.381 3.75223 120.098 3.15629C118.814 2.56035 117.415 2.25109 116 2.25ZM116 20.25C114.954 20.2518 113.918 20.0537 112.946 19.6663C112.808 19.6061 112.655 19.5889 112.507 19.617C112.359 19.6451 112.223 19.7172 112.116 19.8237L110.689 21.25H108C107.801 21.25 107.61 21.329 107.47 21.4697C107.329 21.6103 107.25 21.8011 107.25 22V24.25H105C104.801 24.25 104.61 24.329 104.47 24.4697C104.329 24.6103 104.25 24.8011 104.25 25V27.25H100.75V23.3113L108.176 15.8837C108.283 15.7772 108.355 15.6411 108.383 15.493C108.411 15.345 108.394 15.1919 108.334 15.0538C107.68 13.4141 107.57 11.6081 108.019 9.9011C108.468 8.19413 109.453 6.67618 110.829 5.57025C112.204 4.46432 113.898 3.82872 115.662 3.75684C117.425 3.68497 119.166 4.18059 120.627 5.17091C122.088 6.16122 123.193 7.59401 123.779 9.25878C124.366 10.9235 124.403 12.7325 123.885 14.4199C123.367 16.1073 122.322 17.5842 120.903 18.6336C119.483 19.683 117.765 20.2495 116 20.25ZM119.75 9.5C119.75 9.74723 119.677 9.9889 119.539 10.1945C119.402 10.4 119.207 10.5602 118.978 10.6548C118.75 10.7495 118.499 10.7742 118.256 10.726C118.014 10.6778 117.791 10.5587 117.616 10.3839C117.441 10.2091 117.322 9.98634 117.274 9.74386C117.226 9.50139 117.251 9.25005 117.345 9.02165C117.44 8.79324 117.6 8.59801 117.806 8.46066C118.011 8.32331 118.253 8.25 118.5 8.25C118.832 8.25 119.149 8.3817 119.384 8.61612C119.618 8.85054 119.75 9.16848 119.75 9.5Z%27 fill=%27%23292929%27/%3E%3Cpath d=%27M164 1.5C162.369 1.50095 160.76 1.88173 159.302 2.61218C157.843 3.34263 156.575 4.40269 155.597 5.70837C154.619 7.01406 153.958 8.52951 153.668 10.1347C153.377 11.7398 153.464 13.3906 153.923 14.9563L146.939 21.9387C146.799 22.0782 146.689 22.2436 146.614 22.4257C146.539 22.6078 146.5 22.803 146.5 23V28C146.5 28.3978 146.658 28.7794 146.939 29.0607C147.221 29.342 147.602 29.5 148 29.5H153C153.398 29.5 153.779 29.342 154.061 29.0607C154.342 28.7794 154.5 28.3978 154.5 28V26.5H156C156.398 26.5 156.779 26.342 157.061 26.0607C157.342 25.7794 157.5 25.3978 157.5 25V23.5H159C159.197 23.5002 159.392 23.4615 159.574 23.3862C159.756 23.3109 159.922 23.2005 160.061 23.0613L161.044 22.0775C162.488 22.5 164.005 22.6072 165.494 22.392C166.983 22.1768 168.409 21.6441 169.674 20.8301C170.939 20.0161 172.014 18.9397 172.827 17.6739C173.64 16.408 174.172 14.9823 174.386 13.4931C174.6 12.004 174.491 10.4863 174.067 9.04281C173.644 7.5993 172.915 6.26369 171.93 5.12643C170.945 3.98917 169.727 3.07681 168.359 2.45114C166.991 1.82547 165.504 1.5011 164 1.5ZM164 19.5C163.054 19.502 162.117 19.3238 161.237 18.975C160.962 18.8568 160.657 18.824 160.362 18.8808C160.068 18.9376 159.797 19.0815 159.585 19.2938L158.375 20.5H156C155.602 20.5 155.221 20.658 154.939 20.9393C154.658 21.2206 154.5 21.6022 154.5 22V23.5H153C152.602 23.5 152.221 23.658 151.939 23.9393C151.658 24.2206 151.5 24.6022 151.5 25V26.5H149.5V23.625L156.706 16.4188C156.918 16.2069 157.062 15.9363 157.119 15.642C157.176 15.3477 157.143 15.0431 157.025 14.7675C156.433 13.2766 156.335 11.6352 156.745 10.0843C157.154 8.53343 158.05 7.15477 159.301 6.15076C160.552 5.14674 162.092 4.57028 163.695 4.50602C165.298 4.44176 166.879 4.89308 168.207 5.79371C169.534 6.69434 170.538 7.99684 171.07 9.50995C171.603 11.0231 171.636 12.6671 171.166 14.2005C170.695 15.734 169.745 17.0762 168.455 18.0301C167.166 18.9839 165.604 19.4991 164 19.5ZM168.5 9.5C168.5 9.89556 168.383 10.2822 168.163 10.6111C167.943 10.94 167.631 11.1964 167.265 11.3478C166.9 11.4991 166.498 11.5387 166.11 11.4616C165.722 11.3844 165.365 11.1939 165.086 10.9142C164.806 10.6345 164.616 10.2781 164.538 9.89018C164.461 9.50222 164.501 9.10009 164.652 8.73463C164.804 8.36918 165.06 8.05682 165.389 7.83706C165.718 7.6173 166.104 7.5 166.5 7.5C167.03 7.5 167.539 7.71071 167.914 8.08579C168.289 8.46086 168.5 8.96957 168.5 9.5Z%27 fill=%27%23292929%27/%3E%3Cpath d=%27M212 2C210.422 2.00142 208.866 2.3761 207.46 3.09345C206.054 3.8108 204.838 4.85049 203.91 6.12763C202.983 7.40476 202.371 8.88314 202.124 10.442C201.877 12.0009 202.002 13.5962 202.489 15.0975L195.293 22.2925C195.2 22.3854 195.126 22.4958 195.076 22.6171C195.026 22.7385 195 22.8686 195 23V28C195 28.2652 195.105 28.5196 195.293 28.7071C195.48 28.8946 195.735 29 196 29H201C201.265 29 201.52 28.8946 201.707 28.7071C201.895 28.5196 202 28.2652 202 28V26H204C204.265 26 204.52 25.8946 204.707 25.7071C204.895 25.5196 205 25.2652 205 25V23H207C207.131 23.0001 207.261 22.9743 207.383 22.9241C207.504 22.8739 207.615 22.8003 207.708 22.7075L208.903 21.5112C210.277 21.9575 211.732 22.1005 213.167 21.9306C214.602 21.7606 215.983 21.2817 217.215 20.5268C218.447 19.7718 219.501 18.7588 220.304 17.5575C221.107 16.3562 221.64 14.9951 221.867 13.5679C222.093 12.1408 222.008 10.6814 221.616 9.29047C221.225 7.8995 220.537 6.6099 219.599 5.51048C218.661 4.41106 217.496 3.52794 216.184 2.92191C214.873 2.31589 213.445 2.00137 212 2ZM214.5 11.5C214.104 11.5 213.718 11.3827 213.389 11.1629C213.06 10.9432 212.804 10.6308 212.652 10.2654C212.501 9.89991 212.461 9.49778 212.538 9.10982C212.616 8.72186 212.806 8.36549 213.086 8.08579C213.365 7.80608 213.722 7.6156 214.11 7.53843C214.498 7.46126 214.9 7.50087 215.265 7.65224C215.631 7.80362 215.943 8.05996 216.163 8.38886C216.383 8.71776 216.5 9.10444 216.5 9.5C216.5 10.0304 216.289 10.5391 215.914 10.9142C215.539 11.2893 215.03 11.5 214.5 11.5Z%27 fill=%27%23292929%27/%3E%3Cpath opacity=%270.2%27 d=%27M269 12C269 13.472 268.64 14.9215 267.949 16.2217C267.259 17.5218 266.261 18.6329 265.041 19.4574C263.822 20.2819 262.419 20.7948 260.955 20.9511C259.492 21.1074 258.012 20.9023 256.646 20.3537L255 22H252V25H249V28H244V23L251.646 15.3537C251.153 14.1227 250.937 12.7979 251.016 11.474C251.094 10.1501 251.464 8.85979 252.099 7.69548C252.734 6.53117 253.618 5.52159 254.689 4.73897C255.76 3.95635 256.99 3.42003 258.292 3.16839C259.594 2.91674 260.936 2.95598 262.221 3.2833C263.506 3.61063 264.703 4.21794 265.727 5.0618C266.75 5.90566 267.574 6.96521 268.14 8.16465C268.705 9.36408 268.999 10.6738 269 12Z%27 fill=%27%23292929%27/%3E%3Cpath d=%27M260 2C258.422 2.00142 256.866 2.3761 255.46 3.09345C254.054 3.8108 252.838 4.85049 251.91 6.12763C250.983 7.40476 250.371 8.88314 250.124 10.442C249.877 12.0009 250.002 13.5962 250.489 15.0975L243.293 22.2925C243.2 22.3854 243.126 22.4958 243.076 22.6171C243.026 22.7385 243 22.8686 243 23V28C243 28.2652 243.105 28.5196 243.293 28.7071C243.48 28.8946 243.735 29 244 29H249C249.265 29 249.52 28.8946 249.707 28.7071C249.895 28.5196 250 28.2652 250 28V26H252C252.265 26 252.52 25.8946 252.707 25.7071C252.895 25.5196 253 25.2652 253 25V23H255C255.131 23.0001 255.261 22.9743 255.383 22.9241C255.504 22.8739 255.615 22.8003 255.708 22.7075L256.903 21.5112C258.277 21.9575 259.732 22.1005 261.167 21.9306C262.602 21.7606 263.983 21.2817 265.215 20.5268C266.447 19.7718 267.501 18.7588 268.304 17.5575C269.107 16.3562 269.64 14.9951 269.867 13.5679C270.093 12.1408 270.008 10.6814 269.616 9.29047C269.225 7.8995 268.537 6.6099 267.599 5.51048C266.661 4.41106 265.496 3.52794 264.184 2.92191C262.873 2.31589 261.445 2.00137 260 2ZM260 20C258.988 20.0017 257.984 19.8104 257.044 19.4363C256.86 19.3564 256.656 19.3337 256.459 19.3712C256.262 19.4086 256.081 19.5045 255.939 19.6462L254.586 21H252C251.735 21 251.48 21.1054 251.293 21.2929C251.105 21.4804 251 21.7348 251 22V24H249C248.735 24 248.48 24.1054 248.293 24.2929C248.105 24.4804 248 24.7348 248 25V27H245V23.4137L252.354 16.0613C252.496 15.9194 252.591 15.7381 252.629 15.5411C252.666 15.344 252.644 15.1403 252.564 14.9563C251.931 13.3661 251.826 11.615 252.262 9.96023C252.698 8.30547 253.654 6.83424 254.988 5.76263C256.322 4.69102 257.965 4.07551 259.675 4.00651C261.385 3.9375 263.072 4.41864 264.488 5.37925C265.904 6.33986 266.975 7.72932 267.544 9.34354C268.112 10.9578 268.147 12.7117 267.645 14.3476C267.143 15.9836 266.13 17.4154 264.753 18.4328C263.377 19.4502 261.711 19.9995 260 20ZM264 9.5C264 9.79667 263.912 10.0867 263.747 10.3334C263.582 10.58 263.348 10.7723 263.074 10.8858C262.8 10.9994 262.498 11.0291 262.207 10.9712C261.916 10.9133 261.649 10.7704 261.439 10.5607C261.23 10.3509 261.087 10.0836 261.029 9.79264C260.971 9.50166 261.001 9.20006 261.114 8.92597C261.228 8.65189 261.42 8.41762 261.667 8.2528C261.913 8.08797 262.203 8 262.5 8C262.898 8 263.279 8.15804 263.561 8.43934C263.842 8.72064 264 9.10218 264 9.5Z%27 fill=%27%23292929%27/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27clip0_275_26719%27%3E%3Crect width=%27272%27 height=%2732%27 rx=%275%27 fill=%27white%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
            }
body .icon.user {
                -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M16 3C13.4288 3 10.9154 3.76244 8.77759 5.1909C6.63975 6.61935 4.97351 8.64968 3.98957 11.0251C3.00563 13.4006 2.74819 16.0144 3.2498 18.5362C3.75141 21.0579 4.98953 23.3743 6.80762 25.1924C8.6257 27.0105 10.9421 28.2486 13.4638 28.7502C15.9856 29.2518 18.5995 28.9944 20.9749 28.0104C23.3503 27.0265 25.3807 25.3603 26.8091 23.2224C28.2376 21.0846 29 18.5712 29 16C28.9964 12.5533 27.6256 9.24882 25.1884 6.81163C22.7512 4.37445 19.4467 3.00364 16 3ZM9.26001 24.6875C9.98342 23.5561 10.98 22.625 12.1579 21.9801C13.3358 21.3351 14.6571 20.9971 16 20.9971C17.3429 20.9971 18.6642 21.3351 19.8421 21.9801C21.02 22.625 22.0166 23.5561 22.74 24.6875C20.8129 26.1862 18.4413 26.9999 16 26.9999C13.5587 26.9999 11.1871 26.1862 9.26001 24.6875ZM12 15C12 14.2089 12.2346 13.4355 12.6741 12.7777C13.1137 12.1199 13.7384 11.6072 14.4693 11.3045C15.2002 11.0017 16.0044 10.9225 16.7804 11.0769C17.5563 11.2312 18.269 11.6122 18.8284 12.1716C19.3878 12.731 19.7688 13.4437 19.9231 14.2196C20.0775 14.9956 19.9983 15.7998 19.6955 16.5307C19.3928 17.2616 18.8801 17.8864 18.2223 18.3259C17.5645 18.7654 16.7911 19 16 19C14.9391 19 13.9217 18.5786 13.1716 17.8284C12.4214 17.0783 12 16.0609 12 15ZM24.22 23.3013C23.1047 21.6851 21.5365 20.4348 19.7125 19.7075C20.6923 18.9358 21.4072 17.878 21.7579 16.6811C22.1086 15.4843 22.0776 14.2079 21.6693 13.0294C21.2609 11.851 20.4955 10.8291 19.4794 10.1059C18.4634 9.38262 17.2472 8.99397 16 8.99397C14.7528 8.99397 13.5366 9.38262 12.5206 10.1059C11.5045 10.8291 10.7391 11.851 10.3307 13.0294C9.92238 14.2079 9.8914 15.4843 10.2421 16.6811C10.5928 17.878 11.3077 18.9358 12.2875 19.7075C10.4635 20.4348 8.89529 21.6851 7.78001 23.3013C6.37072 21.7165 5.4496 19.7581 5.12756 17.6619C4.80553 15.5657 5.09631 13.4211 5.9649 11.4864C6.83349 9.55163 8.24285 7.90922 10.0233 6.75692C11.8037 5.60462 13.8792 4.99156 16 4.99156C18.1208 4.99156 20.1963 5.60462 21.9768 6.75692C23.7572 7.90922 25.1665 9.55163 26.0351 11.4864C26.9037 13.4211 27.1945 15.5657 26.8724 17.6619C26.5504 19.7581 25.6293 21.7165 24.22 23.3013Z%27 fill=%27%23292929%27/%3E%3C/svg%3E%0A");
                mask-image: url("data:image/svg+xml,%3Csvg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M16 3C13.4288 3 10.9154 3.76244 8.77759 5.1909C6.63975 6.61935 4.97351 8.64968 3.98957 11.0251C3.00563 13.4006 2.74819 16.0144 3.2498 18.5362C3.75141 21.0579 4.98953 23.3743 6.80762 25.1924C8.6257 27.0105 10.9421 28.2486 13.4638 28.7502C15.9856 29.2518 18.5995 28.9944 20.9749 28.0104C23.3503 27.0265 25.3807 25.3603 26.8091 23.2224C28.2376 21.0846 29 18.5712 29 16C28.9964 12.5533 27.6256 9.24882 25.1884 6.81163C22.7512 4.37445 19.4467 3.00364 16 3ZM9.26001 24.6875C9.98342 23.5561 10.98 22.625 12.1579 21.9801C13.3358 21.3351 14.6571 20.9971 16 20.9971C17.3429 20.9971 18.6642 21.3351 19.8421 21.9801C21.02 22.625 22.0166 23.5561 22.74 24.6875C20.8129 26.1862 18.4413 26.9999 16 26.9999C13.5587 26.9999 11.1871 26.1862 9.26001 24.6875ZM12 15C12 14.2089 12.2346 13.4355 12.6741 12.7777C13.1137 12.1199 13.7384 11.6072 14.4693 11.3045C15.2002 11.0017 16.0044 10.9225 16.7804 11.0769C17.5563 11.2312 18.269 11.6122 18.8284 12.1716C19.3878 12.731 19.7688 13.4437 19.9231 14.2196C20.0775 14.9956 19.9983 15.7998 19.6955 16.5307C19.3928 17.2616 18.8801 17.8864 18.2223 18.3259C17.5645 18.7654 16.7911 19 16 19C14.9391 19 13.9217 18.5786 13.1716 17.8284C12.4214 17.0783 12 16.0609 12 15ZM24.22 23.3013C23.1047 21.6851 21.5365 20.4348 19.7125 19.7075C20.6923 18.9358 21.4072 17.878 21.7579 16.6811C22.1086 15.4843 22.0776 14.2079 21.6693 13.0294C21.2609 11.851 20.4955 10.8291 19.4794 10.1059C18.4634 9.38262 17.2472 8.99397 16 8.99397C14.7528 8.99397 13.5366 9.38262 12.5206 10.1059C11.5045 10.8291 10.7391 11.851 10.3307 13.0294C9.92238 14.2079 9.8914 15.4843 10.2421 16.6811C10.5928 17.878 11.3077 18.9358 12.2875 19.7075C10.4635 20.4348 8.89529 21.6851 7.78001 23.3013C6.37072 21.7165 5.4496 19.7581 5.12756 17.6619C4.80553 15.5657 5.09631 13.4211 5.9649 11.4864C6.83349 9.55163 8.24285 7.90922 10.0233 6.75692C11.8037 5.60462 13.8792 4.99156 16 4.99156C18.1208 4.99156 20.1963 5.60462 21.9768 6.75692C23.7572 7.90922 25.1665 9.55163 26.0351 11.4864C26.9037 13.4211 27.1945 15.5657 26.8724 17.6619C26.5504 19.7581 25.6293 21.7165 24.22 23.3013Z%27 fill=%27%23292929%27/%3E%3C/svg%3E%0A");
            }
body .icon.document {
                -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M25 14C25 14.2652 24.8946 14.5196 24.7071 14.7071C24.5196 14.8946 24.2652 15 24 15H19C18.7348 15 18.4804 14.8946 18.2929 14.7071C18.1054 14.5196 18 14.2652 18 14C18 13.7348 18.1054 13.4804 18.2929 13.2929C18.4804 13.1054 18.7348 13 19 13H24C24.2652 13 24.5196 13.1054 24.7071 13.2929C24.8946 13.4804 25 13.7348 25 14ZM24 17H19C18.7348 17 18.4804 17.1054 18.2929 17.2929C18.1054 17.4804 18 17.7348 18 18C18 18.2652 18.1054 18.5196 18.2929 18.7071C18.4804 18.8946 18.7348 19 19 19H24C24.2652 19 24.5196 18.8946 24.7071 18.7071C24.8946 18.5196 25 18.2652 25 18C25 17.7348 24.8946 17.4804 24.7071 17.2929C24.5196 17.1054 24.2652 17 24 17ZM29 7V25C29 25.5304 28.7893 26.0391 28.4142 26.4142C28.0391 26.7893 27.5304 27 27 27H5C4.46957 27 3.96086 26.7893 3.58579 26.4142C3.21071 26.0391 3 25.5304 3 25V7C3 6.46957 3.21071 5.96086 3.58579 5.58579C3.96086 5.21071 4.46957 5 5 5H27C27.5304 5 28.0391 5.21071 28.4142 5.58579C28.7893 5.96086 29 6.46957 29 7ZM27 25V7H5V25H27ZM16.9675 20.75C17.0338 21.0069 16.9953 21.2797 16.8605 21.5082C16.7257 21.7368 16.5057 21.9024 16.2488 21.9688C15.9918 22.0351 15.7191 21.9966 15.4905 21.8618C15.262 21.727 15.0963 21.5069 15.03 21.25C14.7013 19.9675 13.3975 19 11.9987 19C10.6 19 9.2975 19.9675 8.9675 21.25C8.9012 21.5069 8.73554 21.727 8.50698 21.8618C8.27842 21.9966 8.00568 22.0351 7.74875 21.9688C7.49182 21.9024 7.27176 21.7368 7.13696 21.5082C7.00217 21.2797 6.9637 21.0069 7.03 20.75C7.3545 19.5422 8.12157 18.5007 9.17875 17.8325C8.61696 17.274 8.23363 16.5614 8.07736 15.7848C7.92109 15.0082 7.99891 14.2027 8.30096 13.4704C8.60301 12.7381 9.11568 12.112 9.774 11.6714C10.4323 11.2309 11.2066 10.9957 11.9987 10.9957C12.7909 10.9957 13.5652 11.2309 14.2235 11.6714C14.8818 12.112 15.3945 12.7381 15.6965 13.4704C15.9986 14.2027 16.0764 15.0082 15.9201 15.7848C15.7639 16.5614 15.3805 17.274 14.8188 17.8325C15.8771 18.4997 16.6448 19.5416 16.9688 20.75H16.9675ZM12 17C12.3956 17 12.7822 16.8827 13.1111 16.6629C13.44 16.4432 13.6964 16.1308 13.8478 15.7654C13.9991 15.3999 14.0387 14.9978 13.9616 14.6098C13.8844 14.2219 13.6939 13.8655 13.4142 13.5858C13.1345 13.3061 12.7781 13.1156 12.3902 13.0384C12.0022 12.9613 11.6001 13.0009 11.2346 13.1522C10.8692 13.3036 10.5568 13.56 10.3371 13.8889C10.1173 14.2178 10 14.6044 10 15C10 15.5304 10.2107 16.0391 10.5858 16.4142C10.9609 16.7893 11.4696 17 12 17Z%27 fill=%27%23292929%27/%3E%3C/svg%3E%0A");
                mask-image: url("data:image/svg+xml,%3Csvg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M25 14C25 14.2652 24.8946 14.5196 24.7071 14.7071C24.5196 14.8946 24.2652 15 24 15H19C18.7348 15 18.4804 14.8946 18.2929 14.7071C18.1054 14.5196 18 14.2652 18 14C18 13.7348 18.1054 13.4804 18.2929 13.2929C18.4804 13.1054 18.7348 13 19 13H24C24.2652 13 24.5196 13.1054 24.7071 13.2929C24.8946 13.4804 25 13.7348 25 14ZM24 17H19C18.7348 17 18.4804 17.1054 18.2929 17.2929C18.1054 17.4804 18 17.7348 18 18C18 18.2652 18.1054 18.5196 18.2929 18.7071C18.4804 18.8946 18.7348 19 19 19H24C24.2652 19 24.5196 18.8946 24.7071 18.7071C24.8946 18.5196 25 18.2652 25 18C25 17.7348 24.8946 17.4804 24.7071 17.2929C24.5196 17.1054 24.2652 17 24 17ZM29 7V25C29 25.5304 28.7893 26.0391 28.4142 26.4142C28.0391 26.7893 27.5304 27 27 27H5C4.46957 27 3.96086 26.7893 3.58579 26.4142C3.21071 26.0391 3 25.5304 3 25V7C3 6.46957 3.21071 5.96086 3.58579 5.58579C3.96086 5.21071 4.46957 5 5 5H27C27.5304 5 28.0391 5.21071 28.4142 5.58579C28.7893 5.96086 29 6.46957 29 7ZM27 25V7H5V25H27ZM16.9675 20.75C17.0338 21.0069 16.9953 21.2797 16.8605 21.5082C16.7257 21.7368 16.5057 21.9024 16.2488 21.9688C15.9918 22.0351 15.7191 21.9966 15.4905 21.8618C15.262 21.727 15.0963 21.5069 15.03 21.25C14.7013 19.9675 13.3975 19 11.9987 19C10.6 19 9.2975 19.9675 8.9675 21.25C8.9012 21.5069 8.73554 21.727 8.50698 21.8618C8.27842 21.9966 8.00568 22.0351 7.74875 21.9688C7.49182 21.9024 7.27176 21.7368 7.13696 21.5082C7.00217 21.2797 6.9637 21.0069 7.03 20.75C7.3545 19.5422 8.12157 18.5007 9.17875 17.8325C8.61696 17.274 8.23363 16.5614 8.07736 15.7848C7.92109 15.0082 7.99891 14.2027 8.30096 13.4704C8.60301 12.7381 9.11568 12.112 9.774 11.6714C10.4323 11.2309 11.2066 10.9957 11.9987 10.9957C12.7909 10.9957 13.5652 11.2309 14.2235 11.6714C14.8818 12.112 15.3945 12.7381 15.6965 13.4704C15.9986 14.2027 16.0764 15.0082 15.9201 15.7848C15.7639 16.5614 15.3805 17.274 14.8188 17.8325C15.8771 18.4997 16.6448 19.5416 16.9688 20.75H16.9675ZM12 17C12.3956 17 12.7822 16.8827 13.1111 16.6629C13.44 16.4432 13.6964 16.1308 13.8478 15.7654C13.9991 15.3999 14.0387 14.9978 13.9616 14.6098C13.8844 14.2219 13.6939 13.8655 13.4142 13.5858C13.1345 13.3061 12.7781 13.1156 12.3902 13.0384C12.0022 12.9613 11.6001 13.0009 11.2346 13.1522C10.8692 13.3036 10.5568 13.56 10.3371 13.8889C10.1173 14.2178 10 14.6044 10 15C10 15.5304 10.2107 16.0391 10.5858 16.4142C10.9609 16.7893 11.4696 17 12 17Z%27 fill=%27%23292929%27/%3E%3C/svg%3E%0A");
            }
body .icon.\!document {
                -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M25 14C25 14.2652 24.8946 14.5196 24.7071 14.7071C24.5196 14.8946 24.2652 15 24 15H19C18.7348 15 18.4804 14.8946 18.2929 14.7071C18.1054 14.5196 18 14.2652 18 14C18 13.7348 18.1054 13.4804 18.2929 13.2929C18.4804 13.1054 18.7348 13 19 13H24C24.2652 13 24.5196 13.1054 24.7071 13.2929C24.8946 13.4804 25 13.7348 25 14ZM24 17H19C18.7348 17 18.4804 17.1054 18.2929 17.2929C18.1054 17.4804 18 17.7348 18 18C18 18.2652 18.1054 18.5196 18.2929 18.7071C18.4804 18.8946 18.7348 19 19 19H24C24.2652 19 24.5196 18.8946 24.7071 18.7071C24.8946 18.5196 25 18.2652 25 18C25 17.7348 24.8946 17.4804 24.7071 17.2929C24.5196 17.1054 24.2652 17 24 17ZM29 7V25C29 25.5304 28.7893 26.0391 28.4142 26.4142C28.0391 26.7893 27.5304 27 27 27H5C4.46957 27 3.96086 26.7893 3.58579 26.4142C3.21071 26.0391 3 25.5304 3 25V7C3 6.46957 3.21071 5.96086 3.58579 5.58579C3.96086 5.21071 4.46957 5 5 5H27C27.5304 5 28.0391 5.21071 28.4142 5.58579C28.7893 5.96086 29 6.46957 29 7ZM27 25V7H5V25H27ZM16.9675 20.75C17.0338 21.0069 16.9953 21.2797 16.8605 21.5082C16.7257 21.7368 16.5057 21.9024 16.2488 21.9688C15.9918 22.0351 15.7191 21.9966 15.4905 21.8618C15.262 21.727 15.0963 21.5069 15.03 21.25C14.7013 19.9675 13.3975 19 11.9987 19C10.6 19 9.2975 19.9675 8.9675 21.25C8.9012 21.5069 8.73554 21.727 8.50698 21.8618C8.27842 21.9966 8.00568 22.0351 7.74875 21.9688C7.49182 21.9024 7.27176 21.7368 7.13696 21.5082C7.00217 21.2797 6.9637 21.0069 7.03 20.75C7.3545 19.5422 8.12157 18.5007 9.17875 17.8325C8.61696 17.274 8.23363 16.5614 8.07736 15.7848C7.92109 15.0082 7.99891 14.2027 8.30096 13.4704C8.60301 12.7381 9.11568 12.112 9.774 11.6714C10.4323 11.2309 11.2066 10.9957 11.9987 10.9957C12.7909 10.9957 13.5652 11.2309 14.2235 11.6714C14.8818 12.112 15.3945 12.7381 15.6965 13.4704C15.9986 14.2027 16.0764 15.0082 15.9201 15.7848C15.7639 16.5614 15.3805 17.274 14.8188 17.8325C15.8771 18.4997 16.6448 19.5416 16.9688 20.75H16.9675ZM12 17C12.3956 17 12.7822 16.8827 13.1111 16.6629C13.44 16.4432 13.6964 16.1308 13.8478 15.7654C13.9991 15.3999 14.0387 14.9978 13.9616 14.6098C13.8844 14.2219 13.6939 13.8655 13.4142 13.5858C13.1345 13.3061 12.7781 13.1156 12.3902 13.0384C12.0022 12.9613 11.6001 13.0009 11.2346 13.1522C10.8692 13.3036 10.5568 13.56 10.3371 13.8889C10.1173 14.2178 10 14.6044 10 15C10 15.5304 10.2107 16.0391 10.5858 16.4142C10.9609 16.7893 11.4696 17 12 17Z%27 fill=%27%23292929%27/%3E%3C/svg%3E%0A") !important;
                mask-image: url("data:image/svg+xml,%3Csvg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M25 14C25 14.2652 24.8946 14.5196 24.7071 14.7071C24.5196 14.8946 24.2652 15 24 15H19C18.7348 15 18.4804 14.8946 18.2929 14.7071C18.1054 14.5196 18 14.2652 18 14C18 13.7348 18.1054 13.4804 18.2929 13.2929C18.4804 13.1054 18.7348 13 19 13H24C24.2652 13 24.5196 13.1054 24.7071 13.2929C24.8946 13.4804 25 13.7348 25 14ZM24 17H19C18.7348 17 18.4804 17.1054 18.2929 17.2929C18.1054 17.4804 18 17.7348 18 18C18 18.2652 18.1054 18.5196 18.2929 18.7071C18.4804 18.8946 18.7348 19 19 19H24C24.2652 19 24.5196 18.8946 24.7071 18.7071C24.8946 18.5196 25 18.2652 25 18C25 17.7348 24.8946 17.4804 24.7071 17.2929C24.5196 17.1054 24.2652 17 24 17ZM29 7V25C29 25.5304 28.7893 26.0391 28.4142 26.4142C28.0391 26.7893 27.5304 27 27 27H5C4.46957 27 3.96086 26.7893 3.58579 26.4142C3.21071 26.0391 3 25.5304 3 25V7C3 6.46957 3.21071 5.96086 3.58579 5.58579C3.96086 5.21071 4.46957 5 5 5H27C27.5304 5 28.0391 5.21071 28.4142 5.58579C28.7893 5.96086 29 6.46957 29 7ZM27 25V7H5V25H27ZM16.9675 20.75C17.0338 21.0069 16.9953 21.2797 16.8605 21.5082C16.7257 21.7368 16.5057 21.9024 16.2488 21.9688C15.9918 22.0351 15.7191 21.9966 15.4905 21.8618C15.262 21.727 15.0963 21.5069 15.03 21.25C14.7013 19.9675 13.3975 19 11.9987 19C10.6 19 9.2975 19.9675 8.9675 21.25C8.9012 21.5069 8.73554 21.727 8.50698 21.8618C8.27842 21.9966 8.00568 22.0351 7.74875 21.9688C7.49182 21.9024 7.27176 21.7368 7.13696 21.5082C7.00217 21.2797 6.9637 21.0069 7.03 20.75C7.3545 19.5422 8.12157 18.5007 9.17875 17.8325C8.61696 17.274 8.23363 16.5614 8.07736 15.7848C7.92109 15.0082 7.99891 14.2027 8.30096 13.4704C8.60301 12.7381 9.11568 12.112 9.774 11.6714C10.4323 11.2309 11.2066 10.9957 11.9987 10.9957C12.7909 10.9957 13.5652 11.2309 14.2235 11.6714C14.8818 12.112 15.3945 12.7381 15.6965 13.4704C15.9986 14.2027 16.0764 15.0082 15.9201 15.7848C15.7639 16.5614 15.3805 17.274 14.8188 17.8325C15.8771 18.4997 16.6448 19.5416 16.9688 20.75H16.9675ZM12 17C12.3956 17 12.7822 16.8827 13.1111 16.6629C13.44 16.4432 13.6964 16.1308 13.8478 15.7654C13.9991 15.3999 14.0387 14.9978 13.9616 14.6098C13.8844 14.2219 13.6939 13.8655 13.4142 13.5858C13.1345 13.3061 12.7781 13.1156 12.3902 13.0384C12.0022 12.9613 11.6001 13.0009 11.2346 13.1522C10.8692 13.3036 10.5568 13.56 10.3371 13.8889C10.1173 14.2178 10 14.6044 10 15C10 15.5304 10.2107 16.0391 10.5858 16.4142C10.9609 16.7893 11.4696 17 12 17Z%27 fill=%27%23292929%27/%3E%3C/svg%3E%0A") !important;
            }
body .icon.home {
                -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M30 25.9999H28V14.4437C28 14.1669 27.9426 13.8931 27.8314 13.6396C27.7201 13.3862 27.5575 13.1586 27.3538 12.9712L17.3538 3.5362C17.3489 3.53193 17.3443 3.52734 17.34 3.52245C16.9718 3.18762 16.492 3.00208 15.9944 3.00208C15.4967 3.00208 15.0169 3.18762 14.6488 3.52245L14.635 3.5362L4.64625 12.9712C4.4425 13.1586 4.27985 13.3862 4.16861 13.6396C4.05737 13.8931 3.99996 14.1669 4 14.4437V25.9999H2C1.73478 25.9999 1.48043 26.1053 1.29289 26.2928C1.10536 26.4804 1 26.7347 1 26.9999C1 27.2652 1.10536 27.5195 1.29289 27.7071C1.48043 27.8946 1.73478 27.9999 2 27.9999H30C30.2652 27.9999 30.5196 27.8946 30.7071 27.7071C30.8946 27.5195 31 27.2652 31 26.9999C31 26.7347 30.8946 26.4804 30.7071 26.2928C30.5196 26.1053 30.2652 25.9999 30 25.9999ZM6 14.4437L6.01375 14.4312L16 4.99995L25.9875 14.4287L26.0012 14.4412V25.9999H20V19.9999C20 19.4695 19.7893 18.9608 19.4142 18.5857C19.0391 18.2107 18.5304 17.9999 18 17.9999H14C13.4696 17.9999 12.9609 18.2107 12.5858 18.5857C12.2107 18.9608 12 19.4695 12 19.9999V25.9999H6V14.4437ZM18 25.9999H14V19.9999H18V25.9999Z%27 fill=%27%23292929%27/%3E%3C/svg%3E%0A");
                mask-image: url("data:image/svg+xml,%3Csvg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M30 25.9999H28V14.4437C28 14.1669 27.9426 13.8931 27.8314 13.6396C27.7201 13.3862 27.5575 13.1586 27.3538 12.9712L17.3538 3.5362C17.3489 3.53193 17.3443 3.52734 17.34 3.52245C16.9718 3.18762 16.492 3.00208 15.9944 3.00208C15.4967 3.00208 15.0169 3.18762 14.6488 3.52245L14.635 3.5362L4.64625 12.9712C4.4425 13.1586 4.27985 13.3862 4.16861 13.6396C4.05737 13.8931 3.99996 14.1669 4 14.4437V25.9999H2C1.73478 25.9999 1.48043 26.1053 1.29289 26.2928C1.10536 26.4804 1 26.7347 1 26.9999C1 27.2652 1.10536 27.5195 1.29289 27.7071C1.48043 27.8946 1.73478 27.9999 2 27.9999H30C30.2652 27.9999 30.5196 27.8946 30.7071 27.7071C30.8946 27.5195 31 27.2652 31 26.9999C31 26.7347 30.8946 26.4804 30.7071 26.2928C30.5196 26.1053 30.2652 25.9999 30 25.9999ZM6 14.4437L6.01375 14.4312L16 4.99995L25.9875 14.4287L26.0012 14.4412V25.9999H20V19.9999C20 19.4695 19.7893 18.9608 19.4142 18.5857C19.0391 18.2107 18.5304 17.9999 18 17.9999H14C13.4696 17.9999 12.9609 18.2107 12.5858 18.5857C12.2107 18.9608 12 19.4695 12 19.9999V25.9999H6V14.4437ZM18 25.9999H14V19.9999H18V25.9999Z%27 fill=%27%23292929%27/%3E%3C/svg%3E%0A");
            }
body .icon.catalog {
                -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M27 8.99998H22.615C22.6637 8.95872 22.7137 8.91873 22.7612 8.87498C23.1409 8.5377 23.4468 8.12571 23.66 7.66479C23.8731 7.20387 23.9889 6.70392 24 6.19623C24.0164 5.64082 23.9191 5.08791 23.7142 4.57146C23.5092 4.055 23.2008 3.58589 22.8079 3.19293C22.4151 2.79997 21.9461 2.49145 21.4297 2.2863C20.9133 2.08116 20.3604 1.98372 19.805 1.99998C19.2971 2.01091 18.7969 2.12658 18.3358 2.33973C17.8746 2.55289 17.4624 2.85894 17.125 3.23873C16.6581 3.77984 16.2785 4.39053 16 5.04873C15.7215 4.39053 15.3419 3.77984 14.875 3.23873C14.5376 2.85894 14.1254 2.55289 13.6642 2.33973C13.2031 2.12658 12.7029 2.01091 12.195 1.99998C11.6396 1.98372 11.0867 2.08116 10.5703 2.2863C10.0539 2.49145 9.58491 2.79997 9.19206 3.19293C8.79922 3.58589 8.49083 4.055 8.28584 4.57146C8.08085 5.08791 7.98358 5.64082 8 6.19623C8.01111 6.70392 8.12686 7.20387 8.34001 7.66479C8.55315 8.12571 8.85911 8.5377 9.23875 8.87498C9.28625 8.91623 9.33625 8.95623 9.385 8.99998H5C4.46957 8.99998 3.96086 9.21069 3.58579 9.58576C3.21071 9.96083 3 10.4695 3 11V15C3 15.5304 3.21071 16.0391 3.58579 16.4142C3.96086 16.7893 4.46957 17 5 17V25C5 25.5304 5.21071 26.0391 5.58579 26.4142C5.96086 26.7893 6.46957 27 7 27H25C25.5304 27 26.0391 26.7893 26.4142 26.4142C26.7893 26.0391 27 25.5304 27 25V17C27.5304 17 28.0391 16.7893 28.4142 16.4142C28.7893 16.0391 29 15.5304 29 15V11C29 10.4695 28.7893 9.96083 28.4142 9.58576C28.0391 9.21069 27.5304 8.99998 27 8.99998ZM18.625 4.56372C18.7833 4.38888 18.9761 4.24865 19.1912 4.15185C19.4063 4.05505 19.6391 4.00377 19.875 4.00122H19.9363C20.2127 4.00295 20.486 4.05984 20.7402 4.16856C20.9944 4.27728 21.2244 4.43565 21.4166 4.63437C21.6088 4.83309 21.7594 5.06818 21.8596 5.32586C21.9597 5.58353 22.0075 5.85861 22 6.13498C21.9975 6.37085 21.9462 6.60365 21.8494 6.81876C21.7526 7.03387 21.6123 7.22664 21.4375 7.38498C20.2512 8.43498 18.2825 8.80498 17.0625 8.93498C17.2125 7.61123 17.625 5.68747 18.625 4.56372ZM10.6138 4.60873C11.0012 4.22134 11.5259 4.00256 12.0737 3.99998H12.135C12.3709 4.00252 12.6037 4.0538 12.8188 4.1506C13.0339 4.2474 13.2267 4.38763 13.385 4.56248C14.4338 5.74748 14.8038 7.71247 14.9338 8.92747C13.7188 8.80247 11.7537 8.42747 10.5688 7.37873C10.3939 7.22039 10.2537 7.02762 10.1569 6.81251C10.0601 6.5974 10.0088 6.3646 10.0063 6.12873C9.9985 5.84777 10.0479 5.56817 10.1515 5.30688C10.255 5.04559 10.4106 4.80807 10.6088 4.60873H10.6138ZM5 11H15V15H5V11ZM7 17H15V25H7V17ZM25 25H17V17H25V25ZM27 15H17V11H27V15Z%27 fill=%27%23292929%27/%3E%3C/svg%3E%0A");
                mask-image: url("data:image/svg+xml,%3Csvg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M27 8.99998H22.615C22.6637 8.95872 22.7137 8.91873 22.7612 8.87498C23.1409 8.5377 23.4468 8.12571 23.66 7.66479C23.8731 7.20387 23.9889 6.70392 24 6.19623C24.0164 5.64082 23.9191 5.08791 23.7142 4.57146C23.5092 4.055 23.2008 3.58589 22.8079 3.19293C22.4151 2.79997 21.9461 2.49145 21.4297 2.2863C20.9133 2.08116 20.3604 1.98372 19.805 1.99998C19.2971 2.01091 18.7969 2.12658 18.3358 2.33973C17.8746 2.55289 17.4624 2.85894 17.125 3.23873C16.6581 3.77984 16.2785 4.39053 16 5.04873C15.7215 4.39053 15.3419 3.77984 14.875 3.23873C14.5376 2.85894 14.1254 2.55289 13.6642 2.33973C13.2031 2.12658 12.7029 2.01091 12.195 1.99998C11.6396 1.98372 11.0867 2.08116 10.5703 2.2863C10.0539 2.49145 9.58491 2.79997 9.19206 3.19293C8.79922 3.58589 8.49083 4.055 8.28584 4.57146C8.08085 5.08791 7.98358 5.64082 8 6.19623C8.01111 6.70392 8.12686 7.20387 8.34001 7.66479C8.55315 8.12571 8.85911 8.5377 9.23875 8.87498C9.28625 8.91623 9.33625 8.95623 9.385 8.99998H5C4.46957 8.99998 3.96086 9.21069 3.58579 9.58576C3.21071 9.96083 3 10.4695 3 11V15C3 15.5304 3.21071 16.0391 3.58579 16.4142C3.96086 16.7893 4.46957 17 5 17V25C5 25.5304 5.21071 26.0391 5.58579 26.4142C5.96086 26.7893 6.46957 27 7 27H25C25.5304 27 26.0391 26.7893 26.4142 26.4142C26.7893 26.0391 27 25.5304 27 25V17C27.5304 17 28.0391 16.7893 28.4142 16.4142C28.7893 16.0391 29 15.5304 29 15V11C29 10.4695 28.7893 9.96083 28.4142 9.58576C28.0391 9.21069 27.5304 8.99998 27 8.99998ZM18.625 4.56372C18.7833 4.38888 18.9761 4.24865 19.1912 4.15185C19.4063 4.05505 19.6391 4.00377 19.875 4.00122H19.9363C20.2127 4.00295 20.486 4.05984 20.7402 4.16856C20.9944 4.27728 21.2244 4.43565 21.4166 4.63437C21.6088 4.83309 21.7594 5.06818 21.8596 5.32586C21.9597 5.58353 22.0075 5.85861 22 6.13498C21.9975 6.37085 21.9462 6.60365 21.8494 6.81876C21.7526 7.03387 21.6123 7.22664 21.4375 7.38498C20.2512 8.43498 18.2825 8.80498 17.0625 8.93498C17.2125 7.61123 17.625 5.68747 18.625 4.56372ZM10.6138 4.60873C11.0012 4.22134 11.5259 4.00256 12.0737 3.99998H12.135C12.3709 4.00252 12.6037 4.0538 12.8188 4.1506C13.0339 4.2474 13.2267 4.38763 13.385 4.56248C14.4338 5.74748 14.8038 7.71247 14.9338 8.92747C13.7188 8.80247 11.7537 8.42747 10.5688 7.37873C10.3939 7.22039 10.2537 7.02762 10.1569 6.81251C10.0601 6.5974 10.0088 6.3646 10.0063 6.12873C9.9985 5.84777 10.0479 5.56817 10.1515 5.30688C10.255 5.04559 10.4106 4.80807 10.6088 4.60873H10.6138ZM5 11H15V15H5V11ZM7 17H15V25H7V17ZM25 25H17V17H25V25ZM27 15H17V11H27V15Z%27 fill=%27%23292929%27/%3E%3C/svg%3E%0A");
            }
body .icon.back {
                -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M28 15.9999C28 16.2652 27.8946 16.5195 27.7071 16.7071C27.5196 16.8946 27.2652 16.9999 27 16.9999H7.41374L14.7075 24.2924C14.8004 24.3854 14.8741 24.4957 14.9244 24.6171C14.9747 24.7384 15.0005 24.8686 15.0005 24.9999C15.0005 25.1313 14.9747 25.2614 14.9244 25.3828C14.8741 25.5042 14.8004 25.6145 14.7075 25.7074C14.6146 25.8004 14.5043 25.8741 14.3829 25.9243C14.2615 25.9746 14.1314 26.0005 14 26.0005C13.8686 26.0005 13.7385 25.9746 13.6171 25.9243C13.4957 25.8741 13.3854 25.8004 13.2925 25.7074L4.29249 16.7074C4.19952 16.6146 4.12576 16.5043 4.07543 16.3829C4.02511 16.2615 3.99921 16.1314 3.99921 15.9999C3.99921 15.8685 4.02511 15.7384 4.07543 15.617C4.12576 15.4956 4.19952 15.3853 4.29249 15.2924L13.2925 6.29245C13.4801 6.1048 13.7346 5.99939 14 5.99939C14.2654 5.99939 14.5199 6.1048 14.7075 6.29245C14.8951 6.48009 15.0005 6.73458 15.0005 6.99995C15.0005 7.26531 14.8951 7.5198 14.7075 7.70745L7.41374 14.9999H27C27.2652 14.9999 27.5196 15.1053 27.7071 15.2928C27.8946 15.4804 28 15.7347 28 15.9999Z%27 fill=%27%23292929%27/%3E%3C/svg%3E%0A");
                mask-image: url("data:image/svg+xml,%3Csvg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M28 15.9999C28 16.2652 27.8946 16.5195 27.7071 16.7071C27.5196 16.8946 27.2652 16.9999 27 16.9999H7.41374L14.7075 24.2924C14.8004 24.3854 14.8741 24.4957 14.9244 24.6171C14.9747 24.7384 15.0005 24.8686 15.0005 24.9999C15.0005 25.1313 14.9747 25.2614 14.9244 25.3828C14.8741 25.5042 14.8004 25.6145 14.7075 25.7074C14.6146 25.8004 14.5043 25.8741 14.3829 25.9243C14.2615 25.9746 14.1314 26.0005 14 26.0005C13.8686 26.0005 13.7385 25.9746 13.6171 25.9243C13.4957 25.8741 13.3854 25.8004 13.2925 25.7074L4.29249 16.7074C4.19952 16.6146 4.12576 16.5043 4.07543 16.3829C4.02511 16.2615 3.99921 16.1314 3.99921 15.9999C3.99921 15.8685 4.02511 15.7384 4.07543 15.617C4.12576 15.4956 4.19952 15.3853 4.29249 15.2924L13.2925 6.29245C13.4801 6.1048 13.7346 5.99939 14 5.99939C14.2654 5.99939 14.5199 6.1048 14.7075 6.29245C14.8951 6.48009 15.0005 6.73458 15.0005 6.99995C15.0005 7.26531 14.8951 7.5198 14.7075 7.70745L7.41374 14.9999H27C27.2652 14.9999 27.5196 15.1053 27.7071 15.2928C27.8946 15.4804 28 15.7347 28 15.9999Z%27 fill=%27%23292929%27/%3E%3C/svg%3E%0A");
            }
body .icon.minus {
                -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M22 16C22 16.2652 21.8946 16.5196 21.7071 16.7071C21.5196 16.8946 21.2652 17 21 17H11C10.7348 17 10.4804 16.8946 10.2929 16.7071C10.1054 16.5196 10 16.2652 10 16C10 15.7348 10.1054 15.4804 10.2929 15.2929C10.4804 15.1054 10.7348 15 11 15H21C21.2652 15 21.5196 15.1054 21.7071 15.2929C21.8946 15.4804 22 15.7348 22 16ZM29 16C29 18.5712 28.2376 21.0846 26.8091 23.2224C25.3807 25.3603 23.3503 27.0265 20.9749 28.0104C18.5995 28.9944 15.9856 29.2518 13.4638 28.7502C10.9421 28.2486 8.6257 27.0105 6.80762 25.1924C4.98953 23.3743 3.75141 21.0579 3.2498 18.5362C2.74819 16.0144 3.00563 13.4006 3.98957 11.0251C4.97351 8.64968 6.63975 6.61935 8.77759 5.1909C10.9154 3.76244 13.4288 3 16 3C19.4467 3.00364 22.7512 4.37445 25.1884 6.81163C27.6256 9.24882 28.9964 12.5533 29 16ZM27 16C27 13.8244 26.3549 11.6977 25.1462 9.88873C23.9375 8.07979 22.2195 6.66989 20.2095 5.83733C18.1995 5.00476 15.9878 4.78692 13.854 5.21136C11.7202 5.6358 9.76021 6.68345 8.22183 8.22183C6.68345 9.7602 5.63581 11.7202 5.21137 13.854C4.78693 15.9878 5.00477 18.1995 5.83733 20.2095C6.66989 22.2195 8.07979 23.9375 9.88873 25.1462C11.6977 26.3549 13.8244 27 16 27C18.9164 26.9967 21.7123 25.8367 23.7745 23.7745C25.8367 21.7123 26.9967 18.9164 27 16Z%27 fill=%27%23292929%27/%3E%3C/svg%3E%0A");
                mask-image: url("data:image/svg+xml,%3Csvg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M22 16C22 16.2652 21.8946 16.5196 21.7071 16.7071C21.5196 16.8946 21.2652 17 21 17H11C10.7348 17 10.4804 16.8946 10.2929 16.7071C10.1054 16.5196 10 16.2652 10 16C10 15.7348 10.1054 15.4804 10.2929 15.2929C10.4804 15.1054 10.7348 15 11 15H21C21.2652 15 21.5196 15.1054 21.7071 15.2929C21.8946 15.4804 22 15.7348 22 16ZM29 16C29 18.5712 28.2376 21.0846 26.8091 23.2224C25.3807 25.3603 23.3503 27.0265 20.9749 28.0104C18.5995 28.9944 15.9856 29.2518 13.4638 28.7502C10.9421 28.2486 8.6257 27.0105 6.80762 25.1924C4.98953 23.3743 3.75141 21.0579 3.2498 18.5362C2.74819 16.0144 3.00563 13.4006 3.98957 11.0251C4.97351 8.64968 6.63975 6.61935 8.77759 5.1909C10.9154 3.76244 13.4288 3 16 3C19.4467 3.00364 22.7512 4.37445 25.1884 6.81163C27.6256 9.24882 28.9964 12.5533 29 16ZM27 16C27 13.8244 26.3549 11.6977 25.1462 9.88873C23.9375 8.07979 22.2195 6.66989 20.2095 5.83733C18.1995 5.00476 15.9878 4.78692 13.854 5.21136C11.7202 5.6358 9.76021 6.68345 8.22183 8.22183C6.68345 9.7602 5.63581 11.7202 5.21137 13.854C4.78693 15.9878 5.00477 18.1995 5.83733 20.2095C6.66989 22.2195 8.07979 23.9375 9.88873 25.1462C11.6977 26.3549 13.8244 27 16 27C18.9164 26.9967 21.7123 25.8367 23.7745 23.7745C25.8367 21.7123 26.9967 18.9164 27 16Z%27 fill=%27%23292929%27/%3E%3C/svg%3E%0A");
            }
body .icon.voucher {
                -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27%3E%3Cg id=%27icon-FileArrowDown%27%3E%3Cpath id=%27Vector%27 d=%27M13.3538 5.14625L9.85375 1.64625C9.80728 1.59983 9.75212 1.56303 9.69143 1.53793C9.63073 1.51284 9.56568 1.49995 9.5 1.5H3.5C3.23478 1.5 2.98043 1.60536 2.79289 1.79289C2.60536 1.98043 2.5 2.23478 2.5 2.5V13.5C2.5 13.7652 2.60536 14.0196 2.79289 14.2071C2.98043 14.3946 3.23478 14.5 3.5 14.5H12.5C12.7652 14.5 13.0196 14.3946 13.2071 14.2071C13.3946 14.0196 13.5 13.7652 13.5 13.5V5.5C13.5001 5.43432 13.4872 5.36927 13.4621 5.30858C13.437 5.24788 13.4002 5.19272 13.3538 5.14625ZM10 3.20688L11.7931 5H10V3.20688ZM12.5 13.5H3.5V2.5H9V5.5C9 5.63261 9.05268 5.75979 9.14645 5.85355C9.24021 5.94732 9.36739 6 9.5 6H12.5V13.5ZM9.85375 9.64625C9.90024 9.69269 9.93712 9.74783 9.96228 9.80853C9.98744 9.86923 10.0004 9.93429 10.0004 10C10.0004 10.0657 9.98744 10.1308 9.96228 10.1915C9.93712 10.2522 9.90024 10.3073 9.85375 10.3538L8.35375 11.8538C8.30731 11.9002 8.25217 11.9371 8.19147 11.9623C8.13077 11.9874 8.06571 12.0004 8 12.0004C7.93429 12.0004 7.86923 11.9874 7.80853 11.9623C7.74783 11.9371 7.69269 11.9002 7.64625 11.8538L6.14625 10.3538C6.05243 10.2599 5.99972 10.1327 5.99972 10C5.99972 9.86732 6.05243 9.74007 6.14625 9.64625C6.24007 9.55243 6.36732 9.49972 6.5 9.49972C6.63268 9.49972 6.75993 9.55243 6.85375 9.64625L7.5 10.2931V7.5C7.5 7.36739 7.55268 7.24021 7.64645 7.14645C7.74021 7.05268 7.86739 7 8 7C8.13261 7 8.25979 7.05268 8.35355 7.14645C8.44732 7.24021 8.5 7.36739 8.5 7.5V10.2931L9.14625 9.64625C9.19269 9.59976 9.24783 9.56288 9.30853 9.53772C9.36923 9.51256 9.43429 9.49961 9.5 9.49961C9.56571 9.49961 9.63077 9.51256 9.69147 9.53772C9.75217 9.56288 9.80731 9.59976 9.85375 9.64625Z%27 fill=%27%23525252%27/%3E%3C/g%3E%3C/svg%3E");
                mask-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27%3E%3Cg id=%27icon-FileArrowDown%27%3E%3Cpath id=%27Vector%27 d=%27M13.3538 5.14625L9.85375 1.64625C9.80728 1.59983 9.75212 1.56303 9.69143 1.53793C9.63073 1.51284 9.56568 1.49995 9.5 1.5H3.5C3.23478 1.5 2.98043 1.60536 2.79289 1.79289C2.60536 1.98043 2.5 2.23478 2.5 2.5V13.5C2.5 13.7652 2.60536 14.0196 2.79289 14.2071C2.98043 14.3946 3.23478 14.5 3.5 14.5H12.5C12.7652 14.5 13.0196 14.3946 13.2071 14.2071C13.3946 14.0196 13.5 13.7652 13.5 13.5V5.5C13.5001 5.43432 13.4872 5.36927 13.4621 5.30858C13.437 5.24788 13.4002 5.19272 13.3538 5.14625ZM10 3.20688L11.7931 5H10V3.20688ZM12.5 13.5H3.5V2.5H9V5.5C9 5.63261 9.05268 5.75979 9.14645 5.85355C9.24021 5.94732 9.36739 6 9.5 6H12.5V13.5ZM9.85375 9.64625C9.90024 9.69269 9.93712 9.74783 9.96228 9.80853C9.98744 9.86923 10.0004 9.93429 10.0004 10C10.0004 10.0657 9.98744 10.1308 9.96228 10.1915C9.93712 10.2522 9.90024 10.3073 9.85375 10.3538L8.35375 11.8538C8.30731 11.9002 8.25217 11.9371 8.19147 11.9623C8.13077 11.9874 8.06571 12.0004 8 12.0004C7.93429 12.0004 7.86923 11.9874 7.80853 11.9623C7.74783 11.9371 7.69269 11.9002 7.64625 11.8538L6.14625 10.3538C6.05243 10.2599 5.99972 10.1327 5.99972 10C5.99972 9.86732 6.05243 9.74007 6.14625 9.64625C6.24007 9.55243 6.36732 9.49972 6.5 9.49972C6.63268 9.49972 6.75993 9.55243 6.85375 9.64625L7.5 10.2931V7.5C7.5 7.36739 7.55268 7.24021 7.64645 7.14645C7.74021 7.05268 7.86739 7 8 7C8.13261 7 8.25979 7.05268 8.35355 7.14645C8.44732 7.24021 8.5 7.36739 8.5 7.5V10.2931L9.14625 9.64625C9.19269 9.59976 9.24783 9.56288 9.30853 9.53772C9.36923 9.51256 9.43429 9.49961 9.5 9.49961C9.56571 9.49961 9.63077 9.51256 9.69147 9.53772C9.75217 9.56288 9.80731 9.59976 9.85375 9.64625Z%27 fill=%27%23525252%27/%3E%3C/g%3E%3C/svg%3E");
            }
body .icon.filter {
                -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27%3E%3Cg id=%27icon-FunnelSimple%27%3E%3Cpath id=%27Vector%27 d=%27M12.75 8C12.75 8.19891 12.671 8.38968 12.5303 8.53033C12.3897 8.67098 12.1989 8.75 12 8.75H4C3.80109 8.75 3.61032 8.67098 3.46967 8.53033C3.32902 8.38968 3.25 8.19891 3.25 8C3.25 7.80109 3.32902 7.61032 3.46967 7.46967C3.61032 7.32902 3.80109 7.25 4 7.25H12C12.1989 7.25 12.3897 7.32902 12.5303 7.46967C12.671 7.61032 12.75 7.80109 12.75 8ZM14.5 4.25H1.5C1.30109 4.25 1.11032 4.32902 0.96967 4.46967C0.829018 4.61032 0.75 4.80109 0.75 5C0.75 5.19891 0.829018 5.38968 0.96967 5.53033C1.11032 5.67098 1.30109 5.75 1.5 5.75H14.5C14.6989 5.75 14.8897 5.67098 15.0303 5.53033C15.171 5.38968 15.25 5.19891 15.25 5C15.25 4.80109 15.171 4.61032 15.0303 4.46967C14.8897 4.32902 14.6989 4.25 14.5 4.25ZM9.5 10.25H6.5C6.30109 10.25 6.11032 10.329 5.96967 10.4697C5.82902 10.6103 5.75 10.8011 5.75 11C5.75 11.1989 5.82902 11.3897 5.96967 11.5303C6.11032 11.671 6.30109 11.75 6.5 11.75H9.5C9.69891 11.75 9.88968 11.671 10.0303 11.5303C10.171 11.3897 10.25 11.1989 10.25 11C10.25 10.8011 10.171 10.6103 10.0303 10.4697C9.88968 10.329 9.69891 10.25 9.5 10.25Z%27 fill=%27%23292929%27/%3E%3C/g%3E%3C/svg%3E");
                mask-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27%3E%3Cg id=%27icon-FunnelSimple%27%3E%3Cpath id=%27Vector%27 d=%27M12.75 8C12.75 8.19891 12.671 8.38968 12.5303 8.53033C12.3897 8.67098 12.1989 8.75 12 8.75H4C3.80109 8.75 3.61032 8.67098 3.46967 8.53033C3.32902 8.38968 3.25 8.19891 3.25 8C3.25 7.80109 3.32902 7.61032 3.46967 7.46967C3.61032 7.32902 3.80109 7.25 4 7.25H12C12.1989 7.25 12.3897 7.32902 12.5303 7.46967C12.671 7.61032 12.75 7.80109 12.75 8ZM14.5 4.25H1.5C1.30109 4.25 1.11032 4.32902 0.96967 4.46967C0.829018 4.61032 0.75 4.80109 0.75 5C0.75 5.19891 0.829018 5.38968 0.96967 5.53033C1.11032 5.67098 1.30109 5.75 1.5 5.75H14.5C14.6989 5.75 14.8897 5.67098 15.0303 5.53033C15.171 5.38968 15.25 5.19891 15.25 5C15.25 4.80109 15.171 4.61032 15.0303 4.46967C14.8897 4.32902 14.6989 4.25 14.5 4.25ZM9.5 10.25H6.5C6.30109 10.25 6.11032 10.329 5.96967 10.4697C5.82902 10.6103 5.75 10.8011 5.75 11C5.75 11.1989 5.82902 11.3897 5.96967 11.5303C6.11032 11.671 6.30109 11.75 6.5 11.75H9.5C9.69891 11.75 9.88968 11.671 10.0303 11.5303C10.171 11.3897 10.25 11.1989 10.25 11C10.25 10.8011 10.171 10.6103 10.0303 10.4697C9.88968 10.329 9.69891 10.25 9.5 10.25Z%27 fill=%27%23292929%27/%3E%3C/g%3E%3C/svg%3E");
            }
body .icon.present {
                -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27%3E%3Cg id=%27icon-Gift%27%3E%3Cpath id=%27Vector%27 d=%27M20.25 6.74984H16.9612C16.9978 6.71891 17.0353 6.68891 17.0709 6.65609C17.3557 6.40314 17.5851 6.09415 17.745 5.74846C17.9049 5.40276 17.9917 5.02781 18 4.64703C18.0123 4.23048 17.9394 3.8158 17.7856 3.42846C17.6319 3.04112 17.4006 2.68928 17.106 2.39456C16.8113 2.09984 16.4596 1.86845 16.0723 1.71459C15.685 1.56073 15.2703 1.48765 14.8538 1.49984C14.4728 1.50805 14.0977 1.5948 13.7518 1.75466C13.406 1.91453 13.0968 2.14406 12.8438 2.42891C12.4936 2.83474 12.2089 3.29276 12 3.78641C11.7911 3.29276 11.5064 2.83474 11.1562 2.42891C10.9032 2.14406 10.594 1.91453 10.2482 1.75466C9.90232 1.5948 9.52718 1.50805 9.14625 1.49984C8.72969 1.48765 8.31503 1.56073 7.92774 1.71459C7.54044 1.86845 7.18868 2.09984 6.89405 2.39456C6.59941 2.68928 6.36812 3.04112 6.21438 3.42846C6.06064 3.8158 5.98768 4.23048 6 4.64703C6.00833 5.02781 6.09514 5.40276 6.255 5.74846C6.41486 6.09415 6.64434 6.40314 6.92906 6.65609C6.96469 6.68703 7.00219 6.71703 7.03875 6.74984H3.75C3.35218 6.74984 2.97064 6.90788 2.68934 7.18918C2.40804 7.47049 2.25 7.85202 2.25 8.24984V11.2498C2.25 11.6477 2.40804 12.0292 2.68934 12.3105C2.97064 12.5918 3.35218 12.7498 3.75 12.7498V18.7498C3.75 19.1477 3.90804 19.5292 4.18934 19.8105C4.47064 20.0918 4.85218 20.2498 5.25 20.2498H18.75C19.1478 20.2498 19.5294 20.0918 19.8107 19.8105C20.092 19.5292 20.25 19.1477 20.25 18.7498V12.7498C20.6478 12.7498 21.0294 12.5918 21.3107 12.3105C21.592 12.0292 21.75 11.6477 21.75 11.2498V8.24984C21.75 7.85202 21.592 7.47049 21.3107 7.18918C21.0294 6.90788 20.6478 6.74984 20.25 6.74984ZM13.9688 3.42266C14.0875 3.29152 14.2321 3.18635 14.3934 3.11375C14.5547 3.04115 14.7293 3.00269 14.9062 3.00078H14.9522C15.1595 3.00208 15.3645 3.04475 15.5552 3.12629C15.7458 3.20783 15.9183 3.3266 16.0624 3.47564C16.2066 3.62468 16.3195 3.801 16.3947 3.99425C16.4698 4.18751 16.5056 4.39382 16.5 4.60109C16.4981 4.778 16.4596 4.9526 16.387 5.11393C16.3144 5.27526 16.2093 5.41984 16.0781 5.53859C15.1884 6.32609 13.7119 6.60359 12.7969 6.70109C12.9094 5.70828 13.2188 4.26547 13.9688 3.42266ZM7.96031 3.45641C8.25088 3.16587 8.64441 3.00179 9.05531 2.99984H9.10125C9.27815 3.00175 9.45275 3.04021 9.61409 3.11281C9.77542 3.18541 9.92 3.29058 10.0388 3.42172C10.8253 4.31047 11.1028 5.78422 11.2003 6.69547C10.2891 6.60172 8.81531 6.32047 7.92656 5.53391C7.79543 5.41516 7.69026 5.27057 7.61766 5.10924C7.54506 4.94791 7.5066 4.77331 7.50469 4.59641C7.49887 4.38569 7.53593 4.17599 7.61361 3.98002C7.69128 3.78406 7.80796 3.60592 7.95656 3.45641H7.96031ZM3.75 8.24984H11.25V11.2498H3.75V8.24984ZM5.25 12.7498H11.25V18.7498H5.25V12.7498ZM18.75 18.7498H12.75V12.7498H18.75V18.7498ZM20.25 11.2498H12.75V8.24984H20.25V11.2498Z%27 fill=%27%23FDFDFD%27/%3E%3C/g%3E%3C/svg%3E");
                mask-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27%3E%3Cg id=%27icon-Gift%27%3E%3Cpath id=%27Vector%27 d=%27M20.25 6.74984H16.9612C16.9978 6.71891 17.0353 6.68891 17.0709 6.65609C17.3557 6.40314 17.5851 6.09415 17.745 5.74846C17.9049 5.40276 17.9917 5.02781 18 4.64703C18.0123 4.23048 17.9394 3.8158 17.7856 3.42846C17.6319 3.04112 17.4006 2.68928 17.106 2.39456C16.8113 2.09984 16.4596 1.86845 16.0723 1.71459C15.685 1.56073 15.2703 1.48765 14.8538 1.49984C14.4728 1.50805 14.0977 1.5948 13.7518 1.75466C13.406 1.91453 13.0968 2.14406 12.8438 2.42891C12.4936 2.83474 12.2089 3.29276 12 3.78641C11.7911 3.29276 11.5064 2.83474 11.1562 2.42891C10.9032 2.14406 10.594 1.91453 10.2482 1.75466C9.90232 1.5948 9.52718 1.50805 9.14625 1.49984C8.72969 1.48765 8.31503 1.56073 7.92774 1.71459C7.54044 1.86845 7.18868 2.09984 6.89405 2.39456C6.59941 2.68928 6.36812 3.04112 6.21438 3.42846C6.06064 3.8158 5.98768 4.23048 6 4.64703C6.00833 5.02781 6.09514 5.40276 6.255 5.74846C6.41486 6.09415 6.64434 6.40314 6.92906 6.65609C6.96469 6.68703 7.00219 6.71703 7.03875 6.74984H3.75C3.35218 6.74984 2.97064 6.90788 2.68934 7.18918C2.40804 7.47049 2.25 7.85202 2.25 8.24984V11.2498C2.25 11.6477 2.40804 12.0292 2.68934 12.3105C2.97064 12.5918 3.35218 12.7498 3.75 12.7498V18.7498C3.75 19.1477 3.90804 19.5292 4.18934 19.8105C4.47064 20.0918 4.85218 20.2498 5.25 20.2498H18.75C19.1478 20.2498 19.5294 20.0918 19.8107 19.8105C20.092 19.5292 20.25 19.1477 20.25 18.7498V12.7498C20.6478 12.7498 21.0294 12.5918 21.3107 12.3105C21.592 12.0292 21.75 11.6477 21.75 11.2498V8.24984C21.75 7.85202 21.592 7.47049 21.3107 7.18918C21.0294 6.90788 20.6478 6.74984 20.25 6.74984ZM13.9688 3.42266C14.0875 3.29152 14.2321 3.18635 14.3934 3.11375C14.5547 3.04115 14.7293 3.00269 14.9062 3.00078H14.9522C15.1595 3.00208 15.3645 3.04475 15.5552 3.12629C15.7458 3.20783 15.9183 3.3266 16.0624 3.47564C16.2066 3.62468 16.3195 3.801 16.3947 3.99425C16.4698 4.18751 16.5056 4.39382 16.5 4.60109C16.4981 4.778 16.4596 4.9526 16.387 5.11393C16.3144 5.27526 16.2093 5.41984 16.0781 5.53859C15.1884 6.32609 13.7119 6.60359 12.7969 6.70109C12.9094 5.70828 13.2188 4.26547 13.9688 3.42266ZM7.96031 3.45641C8.25088 3.16587 8.64441 3.00179 9.05531 2.99984H9.10125C9.27815 3.00175 9.45275 3.04021 9.61409 3.11281C9.77542 3.18541 9.92 3.29058 10.0388 3.42172C10.8253 4.31047 11.1028 5.78422 11.2003 6.69547C10.2891 6.60172 8.81531 6.32047 7.92656 5.53391C7.79543 5.41516 7.69026 5.27057 7.61766 5.10924C7.54506 4.94791 7.5066 4.77331 7.50469 4.59641C7.49887 4.38569 7.53593 4.17599 7.61361 3.98002C7.69128 3.78406 7.80796 3.60592 7.95656 3.45641H7.96031ZM3.75 8.24984H11.25V11.2498H3.75V8.24984ZM5.25 12.7498H11.25V18.7498H5.25V12.7498ZM18.75 18.7498H12.75V12.7498H18.75V18.7498ZM20.25 11.2498H12.75V8.24984H20.25V11.2498Z%27 fill=%27%23FDFDFD%27/%3E%3C/g%3E%3C/svg%3E");
            }
body .icon.table {
                -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M28 6H4C3.73478 6 3.48043 6.10536 3.29289 6.29289C3.10536 6.48043 3 6.73478 3 7V24C3 24.5304 3.21071 25.0391 3.58579 25.4142C3.96086 25.7893 4.46957 26 5 26H27C27.5304 26 28.0391 25.7893 28.4142 25.4142C28.7893 25.0391 29 24.5304 29 24V7C29 6.73478 28.8946 6.48043 28.7071 6.29289C28.5196 6.10536 28.2652 6 28 6ZM5 14H10V18H5V14ZM12 14H27V18H12V14ZM27 8V12H5V8H27ZM5 20H10V24H5V20ZM27 24H12V20H27V24Z%27 fill=%27%23292929%27/%3E%3C/svg%3E%0A");
                mask-image: url("data:image/svg+xml,%3Csvg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M28 6H4C3.73478 6 3.48043 6.10536 3.29289 6.29289C3.10536 6.48043 3 6.73478 3 7V24C3 24.5304 3.21071 25.0391 3.58579 25.4142C3.96086 25.7893 4.46957 26 5 26H27C27.5304 26 28.0391 25.7893 28.4142 25.4142C28.7893 25.0391 29 24.5304 29 24V7C29 6.73478 28.8946 6.48043 28.7071 6.29289C28.5196 6.10536 28.2652 6 28 6ZM5 14H10V18H5V14ZM12 14H27V18H12V14ZM27 8V12H5V8H27ZM5 20H10V24H5V20ZM27 24H12V20H27V24Z%27 fill=%27%23292929%27/%3E%3C/svg%3E%0A");
            }
body .icon.car {
                -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M30 14H28.65L25.1775 6.1875C25.0204 5.83403 24.7641 5.53372 24.4397 5.32296C24.1153 5.11219 23.7368 5 23.35 5H8.65C8.26317 5 7.88465 5.11219 7.56029 5.32296C7.23593 5.53372 6.97965 5.83403 6.8225 6.1875L3.35 14H2C1.73478 14 1.48043 14.1054 1.29289 14.2929C1.10536 14.4804 1 14.7348 1 15C1 15.2652 1.10536 15.5196 1.29289 15.7071C1.48043 15.8946 1.73478 16 2 16H3V26C3 26.5304 3.21071 27.0391 3.58579 27.4142C3.96086 27.7893 4.46957 28 5 28H8C8.53043 28 9.03914 27.7893 9.41421 27.4142C9.78929 27.0391 10 26.5304 10 26V24H22V26C22 26.5304 22.2107 27.0391 22.5858 27.4142C22.9609 27.7893 23.4696 28 24 28H27C27.5304 28 28.0391 27.7893 28.4142 27.4142C28.7893 27.0391 29 26.5304 29 26V16H30C30.2652 16 30.5196 15.8946 30.7071 15.7071C30.8946 15.5196 31 15.2652 31 15C31 14.7348 30.8946 14.4804 30.7071 14.2929C30.5196 14.1054 30.2652 14 30 14ZM8.65 7H23.35L26.4613 14H5.53875L8.65 7ZM8 26H5V24H8V26ZM24 26V24H27V26H24ZM27 22H5V16H27V22ZM7 19C7 18.7348 7.10536 18.4804 7.29289 18.2929C7.48043 18.1054 7.73478 18 8 18H10C10.2652 18 10.5196 18.1054 10.7071 18.2929C10.8946 18.4804 11 18.7348 11 19C11 19.2652 10.8946 19.5196 10.7071 19.7071C10.5196 19.8946 10.2652 20 10 20H8C7.73478 20 7.48043 19.8946 7.29289 19.7071C7.10536 19.5196 7 19.2652 7 19ZM21 19C21 18.7348 21.1054 18.4804 21.2929 18.2929C21.4804 18.1054 21.7348 18 22 18H24C24.2652 18 24.5196 18.1054 24.7071 18.2929C24.8946 18.4804 25 18.7348 25 19C25 19.2652 24.8946 19.5196 24.7071 19.7071C24.5196 19.8946 24.2652 20 24 20H22C21.7348 20 21.4804 19.8946 21.2929 19.7071C21.1054 19.5196 21 19.2652 21 19Z%27 fill=%27%23FDFDFD%27/%3E%3C/svg%3E%0A");
                mask-image: url("data:image/svg+xml,%3Csvg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M30 14H28.65L25.1775 6.1875C25.0204 5.83403 24.7641 5.53372 24.4397 5.32296C24.1153 5.11219 23.7368 5 23.35 5H8.65C8.26317 5 7.88465 5.11219 7.56029 5.32296C7.23593 5.53372 6.97965 5.83403 6.8225 6.1875L3.35 14H2C1.73478 14 1.48043 14.1054 1.29289 14.2929C1.10536 14.4804 1 14.7348 1 15C1 15.2652 1.10536 15.5196 1.29289 15.7071C1.48043 15.8946 1.73478 16 2 16H3V26C3 26.5304 3.21071 27.0391 3.58579 27.4142C3.96086 27.7893 4.46957 28 5 28H8C8.53043 28 9.03914 27.7893 9.41421 27.4142C9.78929 27.0391 10 26.5304 10 26V24H22V26C22 26.5304 22.2107 27.0391 22.5858 27.4142C22.9609 27.7893 23.4696 28 24 28H27C27.5304 28 28.0391 27.7893 28.4142 27.4142C28.7893 27.0391 29 26.5304 29 26V16H30C30.2652 16 30.5196 15.8946 30.7071 15.7071C30.8946 15.5196 31 15.2652 31 15C31 14.7348 30.8946 14.4804 30.7071 14.2929C30.5196 14.1054 30.2652 14 30 14ZM8.65 7H23.35L26.4613 14H5.53875L8.65 7ZM8 26H5V24H8V26ZM24 26V24H27V26H24ZM27 22H5V16H27V22ZM7 19C7 18.7348 7.10536 18.4804 7.29289 18.2929C7.48043 18.1054 7.73478 18 8 18H10C10.2652 18 10.5196 18.1054 10.7071 18.2929C10.8946 18.4804 11 18.7348 11 19C11 19.2652 10.8946 19.5196 10.7071 19.7071C10.5196 19.8946 10.2652 20 10 20H8C7.73478 20 7.48043 19.8946 7.29289 19.7071C7.10536 19.5196 7 19.2652 7 19ZM21 19C21 18.7348 21.1054 18.4804 21.2929 18.2929C21.4804 18.1054 21.7348 18 22 18H24C24.2652 18 24.5196 18.1054 24.7071 18.2929C24.8946 18.4804 25 18.7348 25 19C25 19.2652 24.8946 19.5196 24.7071 19.7071C24.5196 19.8946 24.2652 20 24 20H22C21.7348 20 21.4804 19.8946 21.2929 19.7071C21.1054 19.5196 21 19.2652 21 19Z%27 fill=%27%23FDFDFD%27/%3E%3C/svg%3E%0A");
            }
body .icon.winter {
                -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=%2728%27 height=%2728%27 viewBox=%270 0 28 28%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M24.8993 16.3123C24.9821 16.6502 24.9274 17.0072 24.7471 17.3048C24.5668 17.6024 24.2757 17.8162 23.9378 17.8993L21.6771 18.4549L22.2677 20.6599C22.3579 20.9961 22.3109 21.3544 22.1369 21.6559C21.963 21.9574 21.6764 22.1775 21.3402 22.2677C21.004 22.3579 20.6457 22.3109 20.3442 22.137C20.0427 21.963 19.8226 21.6764 19.7324 21.3402L18.935 18.3652L15.3125 16.2729V20.4532L17.5525 22.6932C17.6746 22.8153 17.7715 22.9602 17.8375 23.1197C17.9036 23.2793 17.9376 23.4502 17.9376 23.6229C17.9376 23.7955 17.9036 23.9665 17.8375 24.126C17.7715 24.2855 17.6746 24.4305 17.5525 24.5526C17.4304 24.6747 17.2855 24.7715 17.126 24.8376C16.9665 24.9037 16.7955 24.9377 16.6228 24.9377C16.4502 24.9377 16.2792 24.9037 16.1197 24.8376C15.9602 24.7715 15.8152 24.6747 15.6932 24.5526L14 22.8594L12.3036 24.5569C12.1815 24.679 12.0366 24.7759 11.8771 24.842C11.7176 24.908 11.5466 24.942 11.3739 24.942C11.2013 24.942 11.0303 24.908 10.8708 24.842C10.7113 24.7759 10.5663 24.679 10.4443 24.5569C10.3222 24.4349 10.2253 24.2899 10.1592 24.1304C10.0932 23.9709 10.0592 23.7999 10.0592 23.6273C10.0592 23.4546 10.0932 23.2836 10.1592 23.1241C10.2253 22.9646 10.3222 22.8197 10.4443 22.6976L12.6875 20.4532V16.2729L9.06503 18.3652L8.26769 21.3402C8.17747 21.6764 7.9574 21.963 7.65587 22.137C7.35435 22.3109 6.99608 22.3579 6.65988 22.2677C6.32367 22.1775 6.03708 21.9574 5.86314 21.6559C5.6892 21.3544 5.64216 20.9961 5.73238 20.6599L6.323 18.4549L4.06222 17.8993C3.891 17.862 3.72899 17.7907 3.58575 17.6898C3.4425 17.5888 3.32092 17.4602 3.22818 17.3115C3.13543 17.1629 3.0734 16.9971 3.04575 16.8241C3.01809 16.651 3.02537 16.4742 3.06714 16.304C3.10892 16.1338 3.18436 15.9737 3.28901 15.8331C3.39365 15.6926 3.52539 15.5744 3.67644 15.4856C3.8275 15.3967 3.99481 15.339 4.16852 15.3159C4.34222 15.2928 4.51881 15.3046 4.68784 15.3509L7.73831 16.1001L11.375 14.0001L7.73831 11.9001L4.68784 12.6493C4.58553 12.6748 4.48048 12.6876 4.37503 12.6876C4.05464 12.6869 3.74557 12.569 3.50609 12.3561C3.2666 12.1433 3.11324 11.8502 3.07491 11.5321C3.03657 11.214 3.11592 10.8929 3.29798 10.6292C3.48005 10.3656 3.75226 10.1777 4.06331 10.1009L6.32409 9.54523L5.73347 7.34023C5.64325 7.00402 5.69029 6.64575 5.86423 6.34423C6.03817 6.0427 6.32477 5.82263 6.66097 5.73241C6.99717 5.6422 7.35544 5.68923 7.65697 5.86317C7.95849 6.03711 8.17857 6.32371 8.26878 6.65991L9.06613 9.63491L12.6875 11.7262V7.54695L10.4475 5.30257C10.3254 5.18048 10.2286 5.03554 10.1625 4.87603C10.0965 4.71651 10.0624 4.54554 10.0624 4.37288C10.0624 4.02418 10.201 3.68976 10.4475 3.44319C10.6941 3.19663 11.0285 3.05811 11.3772 3.05811C11.5499 3.05811 11.7208 3.09211 11.8804 3.15819C12.0399 3.22426 12.1848 3.32111 12.3069 3.44319L14 5.14069L15.6964 3.44319C15.8185 3.32111 15.9635 3.22426 16.123 3.15819C16.2825 3.09211 16.4535 3.05811 16.6261 3.05811C16.7988 3.05811 16.9698 3.09211 17.1293 3.15819C17.2888 3.22426 17.4337 3.32111 17.5558 3.44319C17.6779 3.56528 17.7747 3.71022 17.8408 3.86974C17.9069 4.02926 17.9409 4.20022 17.9409 4.37288C17.9409 4.54554 17.9069 4.71651 17.8408 4.87603C17.7747 5.03554 17.6779 5.18048 17.5558 5.30257L15.3125 7.54695V11.7294L18.935 9.6382L19.7324 6.66319C19.8226 6.32699 20.0427 6.0404 20.3442 5.86646C20.6457 5.69252 21.004 5.64548 21.3402 5.73569C21.6764 5.82591 21.963 6.04599 22.1369 6.34751C22.3109 6.64903 22.3579 7.0073 22.2677 7.34351L21.6771 9.54851L23.9378 10.1041C24.2461 10.1835 24.5149 10.3722 24.6944 10.635C24.8739 10.8979 24.9517 11.217 24.9135 11.5329C24.8752 11.8489 24.7234 12.1402 24.4864 12.3526C24.2494 12.565 23.9433 12.684 23.625 12.6876C23.5192 12.6877 23.4138 12.6749 23.3111 12.6493L20.2607 11.9001L16.625 14.0001L20.2618 16.1001L23.3122 15.3509C23.6502 15.268 24.0072 15.3227 24.3048 15.503C24.6023 15.6833 24.8162 15.9744 24.8993 16.3123Z%27 fill=%27%23525252%27/%3E%3C/svg%3E%0A");
                mask-image: url("data:image/svg+xml,%3Csvg width=%2728%27 height=%2728%27 viewBox=%270 0 28 28%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M24.8993 16.3123C24.9821 16.6502 24.9274 17.0072 24.7471 17.3048C24.5668 17.6024 24.2757 17.8162 23.9378 17.8993L21.6771 18.4549L22.2677 20.6599C22.3579 20.9961 22.3109 21.3544 22.1369 21.6559C21.963 21.9574 21.6764 22.1775 21.3402 22.2677C21.004 22.3579 20.6457 22.3109 20.3442 22.137C20.0427 21.963 19.8226 21.6764 19.7324 21.3402L18.935 18.3652L15.3125 16.2729V20.4532L17.5525 22.6932C17.6746 22.8153 17.7715 22.9602 17.8375 23.1197C17.9036 23.2793 17.9376 23.4502 17.9376 23.6229C17.9376 23.7955 17.9036 23.9665 17.8375 24.126C17.7715 24.2855 17.6746 24.4305 17.5525 24.5526C17.4304 24.6747 17.2855 24.7715 17.126 24.8376C16.9665 24.9037 16.7955 24.9377 16.6228 24.9377C16.4502 24.9377 16.2792 24.9037 16.1197 24.8376C15.9602 24.7715 15.8152 24.6747 15.6932 24.5526L14 22.8594L12.3036 24.5569C12.1815 24.679 12.0366 24.7759 11.8771 24.842C11.7176 24.908 11.5466 24.942 11.3739 24.942C11.2013 24.942 11.0303 24.908 10.8708 24.842C10.7113 24.7759 10.5663 24.679 10.4443 24.5569C10.3222 24.4349 10.2253 24.2899 10.1592 24.1304C10.0932 23.9709 10.0592 23.7999 10.0592 23.6273C10.0592 23.4546 10.0932 23.2836 10.1592 23.1241C10.2253 22.9646 10.3222 22.8197 10.4443 22.6976L12.6875 20.4532V16.2729L9.06503 18.3652L8.26769 21.3402C8.17747 21.6764 7.9574 21.963 7.65587 22.137C7.35435 22.3109 6.99608 22.3579 6.65988 22.2677C6.32367 22.1775 6.03708 21.9574 5.86314 21.6559C5.6892 21.3544 5.64216 20.9961 5.73238 20.6599L6.323 18.4549L4.06222 17.8993C3.891 17.862 3.72899 17.7907 3.58575 17.6898C3.4425 17.5888 3.32092 17.4602 3.22818 17.3115C3.13543 17.1629 3.0734 16.9971 3.04575 16.8241C3.01809 16.651 3.02537 16.4742 3.06714 16.304C3.10892 16.1338 3.18436 15.9737 3.28901 15.8331C3.39365 15.6926 3.52539 15.5744 3.67644 15.4856C3.8275 15.3967 3.99481 15.339 4.16852 15.3159C4.34222 15.2928 4.51881 15.3046 4.68784 15.3509L7.73831 16.1001L11.375 14.0001L7.73831 11.9001L4.68784 12.6493C4.58553 12.6748 4.48048 12.6876 4.37503 12.6876C4.05464 12.6869 3.74557 12.569 3.50609 12.3561C3.2666 12.1433 3.11324 11.8502 3.07491 11.5321C3.03657 11.214 3.11592 10.8929 3.29798 10.6292C3.48005 10.3656 3.75226 10.1777 4.06331 10.1009L6.32409 9.54523L5.73347 7.34023C5.64325 7.00402 5.69029 6.64575 5.86423 6.34423C6.03817 6.0427 6.32477 5.82263 6.66097 5.73241C6.99717 5.6422 7.35544 5.68923 7.65697 5.86317C7.95849 6.03711 8.17857 6.32371 8.26878 6.65991L9.06613 9.63491L12.6875 11.7262V7.54695L10.4475 5.30257C10.3254 5.18048 10.2286 5.03554 10.1625 4.87603C10.0965 4.71651 10.0624 4.54554 10.0624 4.37288C10.0624 4.02418 10.201 3.68976 10.4475 3.44319C10.6941 3.19663 11.0285 3.05811 11.3772 3.05811C11.5499 3.05811 11.7208 3.09211 11.8804 3.15819C12.0399 3.22426 12.1848 3.32111 12.3069 3.44319L14 5.14069L15.6964 3.44319C15.8185 3.32111 15.9635 3.22426 16.123 3.15819C16.2825 3.09211 16.4535 3.05811 16.6261 3.05811C16.7988 3.05811 16.9698 3.09211 17.1293 3.15819C17.2888 3.22426 17.4337 3.32111 17.5558 3.44319C17.6779 3.56528 17.7747 3.71022 17.8408 3.86974C17.9069 4.02926 17.9409 4.20022 17.9409 4.37288C17.9409 4.54554 17.9069 4.71651 17.8408 4.87603C17.7747 5.03554 17.6779 5.18048 17.5558 5.30257L15.3125 7.54695V11.7294L18.935 9.6382L19.7324 6.66319C19.8226 6.32699 20.0427 6.0404 20.3442 5.86646C20.6457 5.69252 21.004 5.64548 21.3402 5.73569C21.6764 5.82591 21.963 6.04599 22.1369 6.34751C22.3109 6.64903 22.3579 7.0073 22.2677 7.34351L21.6771 9.54851L23.9378 10.1041C24.2461 10.1835 24.5149 10.3722 24.6944 10.635C24.8739 10.8979 24.9517 11.217 24.9135 11.5329C24.8752 11.8489 24.7234 12.1402 24.4864 12.3526C24.2494 12.565 23.9433 12.684 23.625 12.6876C23.5192 12.6877 23.4138 12.6749 23.3111 12.6493L20.2607 11.9001L16.625 14.0001L20.2618 16.1001L23.3122 15.3509C23.6502 15.268 24.0072 15.3227 24.3048 15.503C24.6023 15.6833 24.8162 15.9744 24.8993 16.3123Z%27 fill=%27%23525252%27/%3E%3C/svg%3E%0A");
            }
body .icon.summer {
                -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=%2728%27 height=%2728%27 viewBox=%270 0 28 28%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M12.6875 3.5V1.75C12.6875 1.4019 12.8258 1.06806 13.0719 0.821922C13.3181 0.575781 13.6519 0.4375 14 0.4375C14.3481 0.4375 14.6819 0.575781 14.9281 0.821922C15.1742 1.06806 15.3125 1.4019 15.3125 1.75V3.5C15.3125 3.8481 15.1742 4.18194 14.9281 4.42808C14.6819 4.67422 14.3481 4.8125 14 4.8125C13.6519 4.8125 13.3181 4.67422 13.0719 4.42808C12.8258 4.18194 12.6875 3.8481 12.6875 3.5ZM21.4375 14C21.4375 15.471 21.0013 16.909 20.1841 18.1321C19.3668 19.3551 18.2052 20.3084 16.8462 20.8714C15.4872 21.4343 13.9917 21.5816 12.549 21.2946C11.1063 21.0076 9.78105 20.2993 8.74089 19.2591C7.70074 18.219 6.99239 16.8937 6.70541 15.451C6.41843 14.0083 6.56572 12.5128 7.12865 11.1538C7.69157 9.79477 8.64486 8.63319 9.86795 7.81594C11.091 6.9987 12.529 6.5625 14 6.5625C15.9719 6.56453 17.8625 7.34877 19.2569 8.74313C20.6512 10.1375 21.4355 12.0281 21.4375 14ZM18.8125 14C18.8125 13.0482 18.5303 12.1177 18.0014 11.3263C17.4726 10.5349 16.721 9.91808 15.8417 9.55383C14.9623 9.18958 13.9947 9.09428 13.0611 9.27997C12.1276 9.46566 11.2701 9.92401 10.597 10.597C9.92401 11.2701 9.46566 12.1276 9.27997 13.0611C9.09428 13.9947 9.18958 14.9623 9.55383 15.8417C9.91808 16.721 10.5349 17.4726 11.3263 18.0014C12.1177 18.5303 13.0482 18.8125 14 18.8125C15.2759 18.8111 16.4991 18.3036 17.4014 17.4014C18.3036 16.4991 18.8111 15.2759 18.8125 14ZM5.63391 7.49109C5.75599 7.61318 5.90093 7.71003 6.06045 7.7761C6.21997 7.84218 6.39093 7.87618 6.56359 7.87618C6.73625 7.87618 6.90722 7.84218 7.06674 7.7761C7.22625 7.71003 7.37119 7.61318 7.49328 7.49109C7.61537 7.36901 7.71222 7.22407 7.77829 7.06455C7.84436 6.90503 7.87837 6.73407 7.87837 6.56141C7.87837 6.38875 7.84436 6.21778 7.77829 6.05826C7.71222 5.89875 7.61537 5.75381 7.49328 5.63172L6.18078 4.31922C5.93421 4.07265 5.59979 3.93413 5.25109 3.93413C4.90239 3.93413 4.56797 4.07265 4.32141 4.31922C4.07484 4.56579 3.93632 4.90021 3.93632 5.24891C3.93632 5.59761 4.07484 5.93203 4.32141 6.17859L5.63391 7.49109ZM5.63391 20.5067L4.32141 21.8192C4.19932 21.9413 4.10247 22.0862 4.0364 22.2458C3.97032 22.4053 3.93632 22.5762 3.93632 22.7489C3.93632 22.9216 3.97032 23.0925 4.0364 23.252C4.10247 23.4116 4.19932 23.5565 4.32141 23.6786C4.56797 23.9252 4.90239 24.0637 5.25109 24.0637C5.42375 24.0637 5.59472 24.0297 5.75424 23.9636C5.91375 23.8975 6.05869 23.8007 6.18078 23.6786L7.49328 22.3661C7.73985 22.1195 7.87837 21.7851 7.87837 21.4364C7.87837 21.0877 7.73985 20.7533 7.49328 20.5067C7.24671 20.2602 6.91229 20.1216 6.56359 20.1216C6.21489 20.1216 5.88047 20.2602 5.63391 20.5067ZM21.4375 7.875C21.6099 7.87514 21.7807 7.8413 21.94 7.77543C22.0993 7.70956 22.2441 7.61294 22.3661 7.49109L23.6786 6.17859C23.8007 6.05651 23.8975 5.91157 23.9636 5.75205C24.0297 5.59253 24.0637 5.42157 24.0637 5.24891C24.0637 5.07625 24.0297 4.90528 23.9636 4.74576C23.8975 4.58625 23.8007 4.44131 23.6786 4.31922C23.5565 4.19713 23.4116 4.10028 23.252 4.03421C23.0925 3.96814 22.9216 3.93413 22.7489 3.93413C22.5762 3.93413 22.4053 3.96814 22.2458 4.03421C22.0862 4.10028 21.9413 4.19713 21.8192 4.31922L20.5067 5.63172C20.3221 5.81529 20.1962 6.04964 20.1451 6.30496C20.094 6.56027 20.12 6.82502 20.2198 7.06551C20.3196 7.30601 20.4886 7.51139 20.7055 7.65554C20.9223 7.79968 21.1771 7.87608 21.4375 7.875ZM22.3661 20.5089C22.1195 20.2623 21.7851 20.1238 21.4364 20.1238C21.0877 20.1238 20.7533 20.2623 20.5067 20.5089C20.2602 20.7555 20.1216 21.0899 20.1216 21.4386C20.1216 21.7873 20.2602 22.1217 20.5067 22.3683L21.8192 23.6808C22.0658 23.9273 22.4002 24.0659 22.7489 24.0659C23.0976 24.0659 23.432 23.9273 23.6786 23.6808C23.9252 23.4342 24.0637 23.0998 24.0637 22.7511C24.0637 22.4024 23.9252 22.068 23.6786 21.8214L22.3661 20.5089ZM4.8125 14C4.8125 13.6519 4.67422 13.3181 4.42808 13.0719C4.18194 12.8258 3.8481 12.6875 3.5 12.6875H1.75C1.4019 12.6875 1.06806 12.8258 0.821922 13.0719C0.575781 13.3181 0.4375 13.6519 0.4375 14C0.4375 14.3481 0.575781 14.6819 0.821922 14.9281C1.06806 15.1742 1.4019 15.3125 1.75 15.3125H3.5C3.8481 15.3125 4.18194 15.1742 4.42808 14.9281C4.67422 14.6819 4.8125 14.3481 4.8125 14ZM14 23.1875C13.6519 23.1875 13.3181 23.3258 13.0719 23.5719C12.8258 23.8181 12.6875 24.1519 12.6875 24.5V26.25C12.6875 26.5981 12.8258 26.9319 13.0719 27.1781C13.3181 27.4242 13.6519 27.5625 14 27.5625C14.3481 27.5625 14.6819 27.4242 14.9281 27.1781C15.1742 26.9319 15.3125 26.5981 15.3125 26.25V24.5C15.3125 24.1519 15.1742 23.8181 14.9281 23.5719C14.6819 23.3258 14.3481 23.1875 14 23.1875ZM26.25 12.6875H24.5C24.1519 12.6875 23.8181 12.8258 23.5719 13.0719C23.3258 13.3181 23.1875 13.6519 23.1875 14C23.1875 14.3481 23.3258 14.6819 23.5719 14.9281C23.8181 15.1742 24.1519 15.3125 24.5 15.3125H26.25C26.5981 15.3125 26.9319 15.1742 27.1781 14.9281C27.4242 14.6819 27.5625 14.3481 27.5625 14C27.5625 13.6519 27.4242 13.3181 27.1781 13.0719C26.9319 12.8258 26.5981 12.6875 26.25 12.6875Z%27 fill=%27%23525252%27/%3E%3C/svg%3E%0A");
                mask-image: url("data:image/svg+xml,%3Csvg width=%2728%27 height=%2728%27 viewBox=%270 0 28 28%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M12.6875 3.5V1.75C12.6875 1.4019 12.8258 1.06806 13.0719 0.821922C13.3181 0.575781 13.6519 0.4375 14 0.4375C14.3481 0.4375 14.6819 0.575781 14.9281 0.821922C15.1742 1.06806 15.3125 1.4019 15.3125 1.75V3.5C15.3125 3.8481 15.1742 4.18194 14.9281 4.42808C14.6819 4.67422 14.3481 4.8125 14 4.8125C13.6519 4.8125 13.3181 4.67422 13.0719 4.42808C12.8258 4.18194 12.6875 3.8481 12.6875 3.5ZM21.4375 14C21.4375 15.471 21.0013 16.909 20.1841 18.1321C19.3668 19.3551 18.2052 20.3084 16.8462 20.8714C15.4872 21.4343 13.9917 21.5816 12.549 21.2946C11.1063 21.0076 9.78105 20.2993 8.74089 19.2591C7.70074 18.219 6.99239 16.8937 6.70541 15.451C6.41843 14.0083 6.56572 12.5128 7.12865 11.1538C7.69157 9.79477 8.64486 8.63319 9.86795 7.81594C11.091 6.9987 12.529 6.5625 14 6.5625C15.9719 6.56453 17.8625 7.34877 19.2569 8.74313C20.6512 10.1375 21.4355 12.0281 21.4375 14ZM18.8125 14C18.8125 13.0482 18.5303 12.1177 18.0014 11.3263C17.4726 10.5349 16.721 9.91808 15.8417 9.55383C14.9623 9.18958 13.9947 9.09428 13.0611 9.27997C12.1276 9.46566 11.2701 9.92401 10.597 10.597C9.92401 11.2701 9.46566 12.1276 9.27997 13.0611C9.09428 13.9947 9.18958 14.9623 9.55383 15.8417C9.91808 16.721 10.5349 17.4726 11.3263 18.0014C12.1177 18.5303 13.0482 18.8125 14 18.8125C15.2759 18.8111 16.4991 18.3036 17.4014 17.4014C18.3036 16.4991 18.8111 15.2759 18.8125 14ZM5.63391 7.49109C5.75599 7.61318 5.90093 7.71003 6.06045 7.7761C6.21997 7.84218 6.39093 7.87618 6.56359 7.87618C6.73625 7.87618 6.90722 7.84218 7.06674 7.7761C7.22625 7.71003 7.37119 7.61318 7.49328 7.49109C7.61537 7.36901 7.71222 7.22407 7.77829 7.06455C7.84436 6.90503 7.87837 6.73407 7.87837 6.56141C7.87837 6.38875 7.84436 6.21778 7.77829 6.05826C7.71222 5.89875 7.61537 5.75381 7.49328 5.63172L6.18078 4.31922C5.93421 4.07265 5.59979 3.93413 5.25109 3.93413C4.90239 3.93413 4.56797 4.07265 4.32141 4.31922C4.07484 4.56579 3.93632 4.90021 3.93632 5.24891C3.93632 5.59761 4.07484 5.93203 4.32141 6.17859L5.63391 7.49109ZM5.63391 20.5067L4.32141 21.8192C4.19932 21.9413 4.10247 22.0862 4.0364 22.2458C3.97032 22.4053 3.93632 22.5762 3.93632 22.7489C3.93632 22.9216 3.97032 23.0925 4.0364 23.252C4.10247 23.4116 4.19932 23.5565 4.32141 23.6786C4.56797 23.9252 4.90239 24.0637 5.25109 24.0637C5.42375 24.0637 5.59472 24.0297 5.75424 23.9636C5.91375 23.8975 6.05869 23.8007 6.18078 23.6786L7.49328 22.3661C7.73985 22.1195 7.87837 21.7851 7.87837 21.4364C7.87837 21.0877 7.73985 20.7533 7.49328 20.5067C7.24671 20.2602 6.91229 20.1216 6.56359 20.1216C6.21489 20.1216 5.88047 20.2602 5.63391 20.5067ZM21.4375 7.875C21.6099 7.87514 21.7807 7.8413 21.94 7.77543C22.0993 7.70956 22.2441 7.61294 22.3661 7.49109L23.6786 6.17859C23.8007 6.05651 23.8975 5.91157 23.9636 5.75205C24.0297 5.59253 24.0637 5.42157 24.0637 5.24891C24.0637 5.07625 24.0297 4.90528 23.9636 4.74576C23.8975 4.58625 23.8007 4.44131 23.6786 4.31922C23.5565 4.19713 23.4116 4.10028 23.252 4.03421C23.0925 3.96814 22.9216 3.93413 22.7489 3.93413C22.5762 3.93413 22.4053 3.96814 22.2458 4.03421C22.0862 4.10028 21.9413 4.19713 21.8192 4.31922L20.5067 5.63172C20.3221 5.81529 20.1962 6.04964 20.1451 6.30496C20.094 6.56027 20.12 6.82502 20.2198 7.06551C20.3196 7.30601 20.4886 7.51139 20.7055 7.65554C20.9223 7.79968 21.1771 7.87608 21.4375 7.875ZM22.3661 20.5089C22.1195 20.2623 21.7851 20.1238 21.4364 20.1238C21.0877 20.1238 20.7533 20.2623 20.5067 20.5089C20.2602 20.7555 20.1216 21.0899 20.1216 21.4386C20.1216 21.7873 20.2602 22.1217 20.5067 22.3683L21.8192 23.6808C22.0658 23.9273 22.4002 24.0659 22.7489 24.0659C23.0976 24.0659 23.432 23.9273 23.6786 23.6808C23.9252 23.4342 24.0637 23.0998 24.0637 22.7511C24.0637 22.4024 23.9252 22.068 23.6786 21.8214L22.3661 20.5089ZM4.8125 14C4.8125 13.6519 4.67422 13.3181 4.42808 13.0719C4.18194 12.8258 3.8481 12.6875 3.5 12.6875H1.75C1.4019 12.6875 1.06806 12.8258 0.821922 13.0719C0.575781 13.3181 0.4375 13.6519 0.4375 14C0.4375 14.3481 0.575781 14.6819 0.821922 14.9281C1.06806 15.1742 1.4019 15.3125 1.75 15.3125H3.5C3.8481 15.3125 4.18194 15.1742 4.42808 14.9281C4.67422 14.6819 4.8125 14.3481 4.8125 14ZM14 23.1875C13.6519 23.1875 13.3181 23.3258 13.0719 23.5719C12.8258 23.8181 12.6875 24.1519 12.6875 24.5V26.25C12.6875 26.5981 12.8258 26.9319 13.0719 27.1781C13.3181 27.4242 13.6519 27.5625 14 27.5625C14.3481 27.5625 14.6819 27.4242 14.9281 27.1781C15.1742 26.9319 15.3125 26.5981 15.3125 26.25V24.5C15.3125 24.1519 15.1742 23.8181 14.9281 23.5719C14.6819 23.3258 14.3481 23.1875 14 23.1875ZM26.25 12.6875H24.5C24.1519 12.6875 23.8181 12.8258 23.5719 13.0719C23.3258 13.3181 23.1875 13.6519 23.1875 14C23.1875 14.3481 23.3258 14.6819 23.5719 14.9281C23.8181 15.1742 24.1519 15.3125 24.5 15.3125H26.25C26.5981 15.3125 26.9319 15.1742 27.1781 14.9281C27.4242 14.6819 27.5625 14.3481 27.5625 14C27.5625 13.6519 27.4242 13.3181 27.1781 13.0719C26.9319 12.8258 26.5981 12.6875 26.25 12.6875Z%27 fill=%27%23525252%27/%3E%3C/svg%3E%0A");
            }
body .icon.autumn {
                -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=%2728%27 height=%2728%27 viewBox=%270 0 28 28%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M26.25 16.1874H22.3005C22.3081 16.042 22.3125 15.8965 22.3125 15.7499C22.3125 13.5453 21.4367 11.431 19.8778 9.87212C18.3189 8.31322 16.2046 7.43744 14 7.43744C11.7954 7.43744 9.68107 8.31322 8.12218 9.87212C6.56328 11.431 5.6875 13.5453 5.6875 15.7499C5.6875 15.8965 5.6875 16.042 5.69953 16.1874H1.75C1.4019 16.1874 1.06806 16.3257 0.821922 16.5719C0.575781 16.818 0.4375 17.1518 0.4375 17.4999C0.4375 17.848 0.575781 18.1819 0.821922 18.428C1.06806 18.6742 1.4019 18.8124 1.75 18.8124H26.25C26.5981 18.8124 26.9319 18.6742 27.1781 18.428C27.4242 18.1819 27.5625 17.848 27.5625 17.4999C27.5625 17.1518 27.4242 16.818 27.1781 16.5719C26.9319 16.3257 26.5981 16.1874 26.25 16.1874ZM8.3125 15.7499C8.3125 14.2415 8.91172 12.7949 9.97833 11.7283C11.0449 10.6617 12.4916 10.0624 14 10.0624C15.5084 10.0624 16.9551 10.6617 18.0217 11.7283C19.0883 12.7949 19.6875 14.2415 19.6875 15.7499C19.6875 15.8965 19.6798 16.042 19.6689 16.1874H8.33109C8.32016 16.042 8.3125 15.8965 8.3125 15.7499ZM24.0625 21.8749C24.0625 22.223 23.9242 22.5569 23.6781 22.803C23.4319 23.0492 23.0981 23.1874 22.75 23.1874H5.25C4.9019 23.1874 4.56806 23.0492 4.32192 22.803C4.07578 22.5569 3.9375 22.223 3.9375 21.8749C3.9375 21.5268 4.07578 21.193 4.32192 20.9469C4.56806 20.7007 4.9019 20.5624 5.25 20.5624H22.75C23.0981 20.5624 23.4319 20.7007 23.6781 20.9469C23.9242 21.193 24.0625 21.5268 24.0625 21.8749ZM1.38031 10.0854C1.49039 9.7554 1.72698 9.48258 2.0381 9.32692C2.34922 9.17126 2.70942 9.14548 3.03953 9.25526L4.35203 9.69276C4.51733 9.74575 4.67047 9.83102 4.80259 9.9436C4.93471 10.0562 5.04318 10.1939 5.12173 10.3487C5.20028 10.5035 5.24734 10.6723 5.26019 10.8454C5.27305 11.0185 5.25143 11.1924 5.19661 11.3571C5.14178 11.5218 5.05483 11.674 4.94079 11.8049C4.82674 11.9358 4.68787 12.0427 4.53222 12.1195C4.37656 12.1964 4.20721 12.2415 4.03397 12.2525C3.86074 12.2634 3.68705 12.2399 3.52297 12.1832L2.21047 11.7457C2.04694 11.6912 1.89574 11.605 1.76551 11.4921C1.63529 11.3792 1.52858 11.2417 1.45149 11.0875C1.37441 10.9333 1.32844 10.7655 1.31623 10.5935C1.30402 10.4216 1.32579 10.2489 1.38031 10.0854ZM7.50531 4.79057C7.44568 4.62586 7.41962 4.45087 7.42867 4.27593C7.43772 4.10099 7.4817 3.92963 7.55802 3.77195C7.63433 3.61427 7.74144 3.47347 7.87303 3.35783C8.00462 3.2422 8.15802 3.15408 8.3242 3.09866C8.49038 3.04324 8.66597 3.02165 8.84063 3.03516C9.01528 3.04867 9.18546 3.097 9.34115 3.17731C9.49683 3.25762 9.63486 3.36829 9.7471 3.50278C9.85934 3.63727 9.94352 3.79287 9.99469 3.96041L10.4322 5.27291C10.4918 5.43762 10.5179 5.61261 10.5088 5.78755C10.4998 5.96249 10.4558 6.13385 10.3795 6.29153C10.3032 6.44921 10.1961 6.59001 10.0645 6.70565C9.93288 6.82128 9.77948 6.9094 9.6133 6.96482C9.44712 7.02024 9.27153 7.04183 9.09687 7.02832C8.92222 7.01481 8.75204 6.96648 8.59635 6.88617C8.44067 6.80586 8.30264 6.69519 8.1904 6.5607C8.07816 6.42621 7.99398 6.27061 7.94281 6.10307L7.50531 4.79057ZM22.8178 11.3531C22.7633 11.1895 22.7415 11.0169 22.7537 10.8449C22.7659 10.673 22.8119 10.5051 22.889 10.351C22.9661 10.1968 23.0728 10.0593 23.203 9.94637C23.3332 9.83343 23.4844 9.74725 23.648 9.69276L24.9605 9.25526C25.2895 9.14974 25.647 9.17827 25.9551 9.33465C26.2633 9.49103 26.4974 9.76264 26.6065 10.0905C26.7157 10.4184 26.6911 10.7761 26.5381 11.086C26.3852 11.3959 26.1162 11.6329 25.7895 11.7457L24.477 12.1832C24.1469 12.293 23.7867 12.2672 23.4756 12.1116C23.1645 11.9559 22.9279 11.6831 22.8178 11.3531ZM17.5678 5.27291L18.0053 3.96041C18.0565 3.79287 18.1407 3.63727 18.2529 3.50278C18.3651 3.36829 18.5032 3.25762 18.6589 3.17731C18.8145 3.097 18.9847 3.04867 19.1594 3.03516C19.334 3.02165 19.5096 3.04324 19.6758 3.09866C19.842 3.15408 19.9954 3.2422 20.127 3.35783C20.2586 3.47347 20.3657 3.61427 20.442 3.77195C20.5183 3.92963 20.5623 4.10099 20.5713 4.27593C20.5804 4.45087 20.5543 4.62586 20.4947 4.79057L20.0572 6.10307C20.006 6.27061 19.9218 6.42621 19.8096 6.5607C19.6974 6.69519 19.5593 6.80586 19.4036 6.88617C19.248 6.96648 19.0778 7.01481 18.9031 7.02832C18.7285 7.04183 18.5529 7.02024 18.3867 6.96482C18.2205 6.9094 18.0671 6.82128 17.9355 6.70565C17.8039 6.59001 17.6968 6.44921 17.6205 6.29153C17.5442 6.13385 17.5002 5.96249 17.4912 5.78755C17.4821 5.61261 17.5082 5.43762 17.5678 5.27291Z%27 fill=%27%23525252%27/%3E%3C/svg%3E%0A");
                mask-image: url("data:image/svg+xml,%3Csvg width=%2728%27 height=%2728%27 viewBox=%270 0 28 28%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M26.25 16.1874H22.3005C22.3081 16.042 22.3125 15.8965 22.3125 15.7499C22.3125 13.5453 21.4367 11.431 19.8778 9.87212C18.3189 8.31322 16.2046 7.43744 14 7.43744C11.7954 7.43744 9.68107 8.31322 8.12218 9.87212C6.56328 11.431 5.6875 13.5453 5.6875 15.7499C5.6875 15.8965 5.6875 16.042 5.69953 16.1874H1.75C1.4019 16.1874 1.06806 16.3257 0.821922 16.5719C0.575781 16.818 0.4375 17.1518 0.4375 17.4999C0.4375 17.848 0.575781 18.1819 0.821922 18.428C1.06806 18.6742 1.4019 18.8124 1.75 18.8124H26.25C26.5981 18.8124 26.9319 18.6742 27.1781 18.428C27.4242 18.1819 27.5625 17.848 27.5625 17.4999C27.5625 17.1518 27.4242 16.818 27.1781 16.5719C26.9319 16.3257 26.5981 16.1874 26.25 16.1874ZM8.3125 15.7499C8.3125 14.2415 8.91172 12.7949 9.97833 11.7283C11.0449 10.6617 12.4916 10.0624 14 10.0624C15.5084 10.0624 16.9551 10.6617 18.0217 11.7283C19.0883 12.7949 19.6875 14.2415 19.6875 15.7499C19.6875 15.8965 19.6798 16.042 19.6689 16.1874H8.33109C8.32016 16.042 8.3125 15.8965 8.3125 15.7499ZM24.0625 21.8749C24.0625 22.223 23.9242 22.5569 23.6781 22.803C23.4319 23.0492 23.0981 23.1874 22.75 23.1874H5.25C4.9019 23.1874 4.56806 23.0492 4.32192 22.803C4.07578 22.5569 3.9375 22.223 3.9375 21.8749C3.9375 21.5268 4.07578 21.193 4.32192 20.9469C4.56806 20.7007 4.9019 20.5624 5.25 20.5624H22.75C23.0981 20.5624 23.4319 20.7007 23.6781 20.9469C23.9242 21.193 24.0625 21.5268 24.0625 21.8749ZM1.38031 10.0854C1.49039 9.7554 1.72698 9.48258 2.0381 9.32692C2.34922 9.17126 2.70942 9.14548 3.03953 9.25526L4.35203 9.69276C4.51733 9.74575 4.67047 9.83102 4.80259 9.9436C4.93471 10.0562 5.04318 10.1939 5.12173 10.3487C5.20028 10.5035 5.24734 10.6723 5.26019 10.8454C5.27305 11.0185 5.25143 11.1924 5.19661 11.3571C5.14178 11.5218 5.05483 11.674 4.94079 11.8049C4.82674 11.9358 4.68787 12.0427 4.53222 12.1195C4.37656 12.1964 4.20721 12.2415 4.03397 12.2525C3.86074 12.2634 3.68705 12.2399 3.52297 12.1832L2.21047 11.7457C2.04694 11.6912 1.89574 11.605 1.76551 11.4921C1.63529 11.3792 1.52858 11.2417 1.45149 11.0875C1.37441 10.9333 1.32844 10.7655 1.31623 10.5935C1.30402 10.4216 1.32579 10.2489 1.38031 10.0854ZM7.50531 4.79057C7.44568 4.62586 7.41962 4.45087 7.42867 4.27593C7.43772 4.10099 7.4817 3.92963 7.55802 3.77195C7.63433 3.61427 7.74144 3.47347 7.87303 3.35783C8.00462 3.2422 8.15802 3.15408 8.3242 3.09866C8.49038 3.04324 8.66597 3.02165 8.84063 3.03516C9.01528 3.04867 9.18546 3.097 9.34115 3.17731C9.49683 3.25762 9.63486 3.36829 9.7471 3.50278C9.85934 3.63727 9.94352 3.79287 9.99469 3.96041L10.4322 5.27291C10.4918 5.43762 10.5179 5.61261 10.5088 5.78755C10.4998 5.96249 10.4558 6.13385 10.3795 6.29153C10.3032 6.44921 10.1961 6.59001 10.0645 6.70565C9.93288 6.82128 9.77948 6.9094 9.6133 6.96482C9.44712 7.02024 9.27153 7.04183 9.09687 7.02832C8.92222 7.01481 8.75204 6.96648 8.59635 6.88617C8.44067 6.80586 8.30264 6.69519 8.1904 6.5607C8.07816 6.42621 7.99398 6.27061 7.94281 6.10307L7.50531 4.79057ZM22.8178 11.3531C22.7633 11.1895 22.7415 11.0169 22.7537 10.8449C22.7659 10.673 22.8119 10.5051 22.889 10.351C22.9661 10.1968 23.0728 10.0593 23.203 9.94637C23.3332 9.83343 23.4844 9.74725 23.648 9.69276L24.9605 9.25526C25.2895 9.14974 25.647 9.17827 25.9551 9.33465C26.2633 9.49103 26.4974 9.76264 26.6065 10.0905C26.7157 10.4184 26.6911 10.7761 26.5381 11.086C26.3852 11.3959 26.1162 11.6329 25.7895 11.7457L24.477 12.1832C24.1469 12.293 23.7867 12.2672 23.4756 12.1116C23.1645 11.9559 22.9279 11.6831 22.8178 11.3531ZM17.5678 5.27291L18.0053 3.96041C18.0565 3.79287 18.1407 3.63727 18.2529 3.50278C18.3651 3.36829 18.5032 3.25762 18.6589 3.17731C18.8145 3.097 18.9847 3.04867 19.1594 3.03516C19.334 3.02165 19.5096 3.04324 19.6758 3.09866C19.842 3.15408 19.9954 3.2422 20.127 3.35783C20.2586 3.47347 20.3657 3.61427 20.442 3.77195C20.5183 3.92963 20.5623 4.10099 20.5713 4.27593C20.5804 4.45087 20.5543 4.62586 20.4947 4.79057L20.0572 6.10307C20.006 6.27061 19.9218 6.42621 19.8096 6.5607C19.6974 6.69519 19.5593 6.80586 19.4036 6.88617C19.248 6.96648 19.0778 7.01481 18.9031 7.02832C18.7285 7.04183 18.5529 7.02024 18.3867 6.96482C18.2205 6.9094 18.0671 6.82128 17.9355 6.70565C17.8039 6.59001 17.6968 6.44921 17.6205 6.29153C17.5442 6.13385 17.5002 5.96249 17.4912 5.78755C17.4821 5.61261 17.5082 5.43762 17.5678 5.27291Z%27 fill=%27%23525252%27/%3E%3C/svg%3E%0A");
            }
body .icon.search {
                -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M28.7078 27.2923L22.449 21.0348C24.2631 18.8569 25.1676 16.0635 24.9746 13.2357C24.7815 10.4079 23.5057 7.76337 21.4125 5.85226C19.3193 3.94116 16.5698 2.91061 13.7362 2.97501C10.9025 3.03941 8.20274 4.1938 6.19851 6.19802C4.19429 8.20225 3.0399 10.902 2.9755 13.7357C2.9111 16.5694 3.94164 19.3188 5.85275 21.412C7.76385 23.5052 10.4084 24.781 13.2362 24.9741C16.064 25.1672 18.8574 24.2626 21.0353 22.4485L27.2928 28.7073C27.3857 28.8002 27.496 28.8739 27.6174 28.9242C27.7388 28.9745 27.8689 29.0004 28.0003 29.0004C28.1317 29.0004 28.2618 28.9745 28.3832 28.9242C28.5046 28.8739 28.6149 28.8002 28.7078 28.7073C28.8007 28.6144 28.8744 28.5041 28.9247 28.3827C28.975 28.2613 29.0008 28.1312 29.0008 27.9998C29.0008 27.8684 28.975 27.7383 28.9247 27.6169C28.8744 27.4955 28.8007 27.3852 28.7078 27.2923ZM5.00029 13.9998C5.00029 12.2198 5.52813 10.4797 6.51706 8.99966C7.50599 7.51962 8.9116 6.36607 10.5561 5.68488C12.2007 5.00369 14.0103 4.82546 15.7561 5.17273C17.5019 5.52 19.1056 6.37716 20.3642 7.63584C21.6229 8.89451 22.4801 10.4982 22.8274 12.244C23.1746 13.9898 22.9964 15.7994 22.3152 17.4439C21.634 19.0885 20.4805 20.4941 19.0004 21.483C17.5204 22.472 15.7803 22.9998 14.0003 22.9998C11.6141 22.9972 9.3265 22.0481 7.63925 20.3608C5.95199 18.6736 5.00293 16.3859 5.00029 13.9998Z%27 fill=%27%23FDFDFD%27/%3E%3C/svg%3E%0A");
                mask-image: url("data:image/svg+xml,%3Csvg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M28.7078 27.2923L22.449 21.0348C24.2631 18.8569 25.1676 16.0635 24.9746 13.2357C24.7815 10.4079 23.5057 7.76337 21.4125 5.85226C19.3193 3.94116 16.5698 2.91061 13.7362 2.97501C10.9025 3.03941 8.20274 4.1938 6.19851 6.19802C4.19429 8.20225 3.0399 10.902 2.9755 13.7357C2.9111 16.5694 3.94164 19.3188 5.85275 21.412C7.76385 23.5052 10.4084 24.781 13.2362 24.9741C16.064 25.1672 18.8574 24.2626 21.0353 22.4485L27.2928 28.7073C27.3857 28.8002 27.496 28.8739 27.6174 28.9242C27.7388 28.9745 27.8689 29.0004 28.0003 29.0004C28.1317 29.0004 28.2618 28.9745 28.3832 28.9242C28.5046 28.8739 28.6149 28.8002 28.7078 28.7073C28.8007 28.6144 28.8744 28.5041 28.9247 28.3827C28.975 28.2613 29.0008 28.1312 29.0008 27.9998C29.0008 27.8684 28.975 27.7383 28.9247 27.6169C28.8744 27.4955 28.8007 27.3852 28.7078 27.2923ZM5.00029 13.9998C5.00029 12.2198 5.52813 10.4797 6.51706 8.99966C7.50599 7.51962 8.9116 6.36607 10.5561 5.68488C12.2007 5.00369 14.0103 4.82546 15.7561 5.17273C17.5019 5.52 19.1056 6.37716 20.3642 7.63584C21.6229 8.89451 22.4801 10.4982 22.8274 12.244C23.1746 13.9898 22.9964 15.7994 22.3152 17.4439C21.634 19.0885 20.4805 20.4941 19.0004 21.483C17.5204 22.472 15.7803 22.9998 14.0003 22.9998C11.6141 22.9972 9.3265 22.0481 7.63925 20.3608C5.95199 18.6736 5.00293 16.3859 5.00029 13.9998Z%27 fill=%27%23FDFDFD%27/%3E%3C/svg%3E%0A");
            }
body .icon.purchase {
                -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M16.875 7.49999C16.8757 6.3414 16.5836 5.20143 16.0258 4.18595C15.468 3.17047 14.6626 2.31244 13.6844 1.69153C12.7062 1.07063 11.587 0.706997 10.4307 0.634416C9.27438 0.561835 8.11847 0.782656 7.07034 1.27637C6.02221 1.77008 5.11584 2.52068 4.43544 3.45843C3.75503 4.39619 3.32265 5.49068 3.17846 6.64027C3.03426 7.78985 3.18293 8.95723 3.61065 10.034C4.03837 11.1107 4.73128 12.0619 5.625 12.7992V18.75C5.62492 18.8566 5.65211 18.9614 5.70397 19.0545C5.75584 19.1477 5.83065 19.226 5.92131 19.282C6.01197 19.3381 6.11546 19.37 6.22195 19.3748C6.32843 19.3796 6.43437 19.3571 6.52969 19.3094L10 17.5781L13.4711 19.3133C13.5581 19.3549 13.6535 19.376 13.75 19.375C13.9158 19.375 14.0747 19.3091 14.1919 19.1919C14.3092 19.0747 14.375 18.9158 14.375 18.75V12.7992C15.157 12.1552 15.7867 11.346 16.2189 10.4298C16.6512 9.51358 16.8752 8.51305 16.875 7.49999ZM4.375 7.49999C4.375 6.38747 4.7049 5.29994 5.32298 4.37491C5.94107 3.44988 6.81957 2.72891 7.84741 2.30317C8.87524 1.87743 10.0062 1.76603 11.0974 1.98308C12.1885 2.20012 13.1908 2.73585 13.9775 3.52252C14.7641 4.30919 15.2999 5.31147 15.5169 6.40261C15.734 7.49375 15.6226 8.62475 15.1968 9.65259C14.7711 10.6804 14.0501 11.5589 13.1251 12.177C12.2001 12.7951 11.1125 13.125 10 13.125C8.50867 13.1233 7.07889 12.5302 6.02435 11.4756C4.96982 10.4211 4.37666 8.99133 4.375 7.49999ZM13.125 17.7391L10.2789 16.3164C10.1921 16.2729 10.0963 16.2503 9.99922 16.2503C9.90212 16.2503 9.80636 16.2729 9.71953 16.3164L6.875 17.7391V13.6226C7.84247 14.1171 8.91348 14.375 10 14.375C11.0865 14.375 12.1575 14.1171 13.125 13.6226V17.7391ZM10 11.875C10.8653 11.875 11.7112 11.6184 12.4306 11.1377C13.1501 10.6569 13.7108 9.97366 14.042 9.17423C14.3731 8.37481 14.4597 7.49514 14.2909 6.64647C14.1221 5.79781 13.7054 5.01826 13.0936 4.4064C12.4817 3.79455 11.7022 3.37787 10.8535 3.20906C10.0049 3.04025 9.12519 3.12689 8.32576 3.45802C7.52633 3.78915 6.84305 4.34991 6.36232 5.06937C5.88159 5.78884 5.625 6.6347 5.625 7.49999C5.62624 8.65993 6.08758 9.77201 6.90778 10.5922C7.72798 11.4124 8.84006 11.8738 10 11.875ZM10 4.37499C10.6181 4.37499 11.2223 4.55827 11.7362 4.90165C12.2501 5.24503 12.6506 5.73309 12.8871 6.30411C13.1236 6.87513 13.1855 7.50346 13.065 8.10965C12.9444 8.71584 12.6467 9.27266 12.2097 9.7097C11.7727 10.1467 11.2158 10.4444 10.6097 10.5649C10.0035 10.6855 9.37513 10.6236 8.80412 10.3871C8.2331 10.1506 7.74504 9.75005 7.40166 9.23615C7.05828 8.72225 6.875 8.11806 6.875 7.49999C6.875 6.67119 7.20424 5.87634 7.79029 5.29028C8.37634 4.70423 9.1712 4.37499 10 4.37499Z%27 fill=%27%23525252%27/%3E%3C/svg%3E%0A");
                mask-image: url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M16.875 7.49999C16.8757 6.3414 16.5836 5.20143 16.0258 4.18595C15.468 3.17047 14.6626 2.31244 13.6844 1.69153C12.7062 1.07063 11.587 0.706997 10.4307 0.634416C9.27438 0.561835 8.11847 0.782656 7.07034 1.27637C6.02221 1.77008 5.11584 2.52068 4.43544 3.45843C3.75503 4.39619 3.32265 5.49068 3.17846 6.64027C3.03426 7.78985 3.18293 8.95723 3.61065 10.034C4.03837 11.1107 4.73128 12.0619 5.625 12.7992V18.75C5.62492 18.8566 5.65211 18.9614 5.70397 19.0545C5.75584 19.1477 5.83065 19.226 5.92131 19.282C6.01197 19.3381 6.11546 19.37 6.22195 19.3748C6.32843 19.3796 6.43437 19.3571 6.52969 19.3094L10 17.5781L13.4711 19.3133C13.5581 19.3549 13.6535 19.376 13.75 19.375C13.9158 19.375 14.0747 19.3091 14.1919 19.1919C14.3092 19.0747 14.375 18.9158 14.375 18.75V12.7992C15.157 12.1552 15.7867 11.346 16.2189 10.4298C16.6512 9.51358 16.8752 8.51305 16.875 7.49999ZM4.375 7.49999C4.375 6.38747 4.7049 5.29994 5.32298 4.37491C5.94107 3.44988 6.81957 2.72891 7.84741 2.30317C8.87524 1.87743 10.0062 1.76603 11.0974 1.98308C12.1885 2.20012 13.1908 2.73585 13.9775 3.52252C14.7641 4.30919 15.2999 5.31147 15.5169 6.40261C15.734 7.49375 15.6226 8.62475 15.1968 9.65259C14.7711 10.6804 14.0501 11.5589 13.1251 12.177C12.2001 12.7951 11.1125 13.125 10 13.125C8.50867 13.1233 7.07889 12.5302 6.02435 11.4756C4.96982 10.4211 4.37666 8.99133 4.375 7.49999ZM13.125 17.7391L10.2789 16.3164C10.1921 16.2729 10.0963 16.2503 9.99922 16.2503C9.90212 16.2503 9.80636 16.2729 9.71953 16.3164L6.875 17.7391V13.6226C7.84247 14.1171 8.91348 14.375 10 14.375C11.0865 14.375 12.1575 14.1171 13.125 13.6226V17.7391ZM10 11.875C10.8653 11.875 11.7112 11.6184 12.4306 11.1377C13.1501 10.6569 13.7108 9.97366 14.042 9.17423C14.3731 8.37481 14.4597 7.49514 14.2909 6.64647C14.1221 5.79781 13.7054 5.01826 13.0936 4.4064C12.4817 3.79455 11.7022 3.37787 10.8535 3.20906C10.0049 3.04025 9.12519 3.12689 8.32576 3.45802C7.52633 3.78915 6.84305 4.34991 6.36232 5.06937C5.88159 5.78884 5.625 6.6347 5.625 7.49999C5.62624 8.65993 6.08758 9.77201 6.90778 10.5922C7.72798 11.4124 8.84006 11.8738 10 11.875ZM10 4.37499C10.6181 4.37499 11.2223 4.55827 11.7362 4.90165C12.2501 5.24503 12.6506 5.73309 12.8871 6.30411C13.1236 6.87513 13.1855 7.50346 13.065 8.10965C12.9444 8.71584 12.6467 9.27266 12.2097 9.7097C11.7727 10.1467 11.2158 10.4444 10.6097 10.5649C10.0035 10.6855 9.37513 10.6236 8.80412 10.3871C8.2331 10.1506 7.74504 9.75005 7.40166 9.23615C7.05828 8.72225 6.875 8.11806 6.875 7.49999C6.875 6.67119 7.20424 5.87634 7.79029 5.29028C8.37634 4.70423 9.1712 4.37499 10 4.37499Z%27 fill=%27%23525252%27/%3E%3C/svg%3E%0A");
            }
body .icon.continue {
                -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjg1MzggOC44NTM1NEw5LjM1Mzc1IDEzLjM1MzVDOS4yNTk5MyAxMy40NDc0IDkuMTMyNjggMTMuNTAwMSA5IDEzLjUwMDFDOC44NjczMiAxMy41MDAxIDguNzQwMDcgMTMuNDQ3NCA4LjY0NjI1IDEzLjM1MzVDOC41NTI0MyAxMy4yNTk3IDguNDk5NzIgMTMuMTMyNSA4LjQ5OTcyIDEyLjk5OThDOC40OTk3MiAxMi44NjcxIDguNTUyNDMgMTIuNzM5OSA4LjY0NjI1IDEyLjY0NkwxMi4yOTMxIDguOTk5NzlIMi41QzIuMzY3MzkgOC45OTk3OSAyLjI0MDIxIDguOTQ3MTEgMi4xNDY0NSA4Ljg1MzM0QzIuMDUyNjggOC43NTk1OCAyIDguNjMyNCAyIDguNDk5NzlDMiA4LjM2NzE4IDIuMDUyNjggOC4yNCAyLjE0NjQ1IDguMTQ2MjRDMi4yNDAyMSA4LjA1MjQ3IDIuMzY3MzkgNy45OTk3OSAyLjUgNy45OTk3OUgxMi4yOTMxTDguNjQ2MjUgNC4zNTM1NEM4LjU1MjQzIDQuMjU5NzIgOC40OTk3MiA0LjEzMjQ3IDguNDk5NzIgMy45OTk3OUM4LjQ5OTcyIDMuODY3MTEgOC41NTI0MyAzLjczOTg2IDguNjQ2MjUgMy42NDYwNEM4Ljc0MDA3IDMuNTUyMjIgOC44NjczMiAzLjQ5OTUxIDkgMy40OTk1MUM5LjEzMjY4IDMuNDk5NTEgOS4yNTk5MyAzLjU1MjIyIDkuMzUzNzUgMy42NDYwNEwxMy44NTM4IDguMTQ2MDRDMTMuOTAwMiA4LjE5MjQ4IDEzLjkzNzEgOC4yNDc2MiAxMy45NjIzIDguMzA4MzJDMTMuOTg3NCA4LjM2OTAyIDE0LjAwMDQgOC40MzQwOCAxNC4wMDA0IDguNDk5NzlDMTQuMDAwNCA4LjU2NTUgMTMuOTg3NCA4LjYzMDU2IDEzLjk2MjMgOC42OTEyNkMxMy45MzcxIDguNzUxOTYgMTMuOTAwMiA4LjgwNzEgMTMuODUzOCA4Ljg1MzU0WiIgZmlsbD0iIzFCMUIxQiIvPgo8L3N2Zz4K);
                mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjg1MzggOC44NTM1NEw5LjM1Mzc1IDEzLjM1MzVDOS4yNTk5MyAxMy40NDc0IDkuMTMyNjggMTMuNTAwMSA5IDEzLjUwMDFDOC44NjczMiAxMy41MDAxIDguNzQwMDcgMTMuNDQ3NCA4LjY0NjI1IDEzLjM1MzVDOC41NTI0MyAxMy4yNTk3IDguNDk5NzIgMTMuMTMyNSA4LjQ5OTcyIDEyLjk5OThDOC40OTk3MiAxMi44NjcxIDguNTUyNDMgMTIuNzM5OSA4LjY0NjI1IDEyLjY0NkwxMi4yOTMxIDguOTk5NzlIMi41QzIuMzY3MzkgOC45OTk3OSAyLjI0MDIxIDguOTQ3MTEgMi4xNDY0NSA4Ljg1MzM0QzIuMDUyNjggOC43NTk1OCAyIDguNjMyNCAyIDguNDk5NzlDMiA4LjM2NzE4IDIuMDUyNjggOC4yNCAyLjE0NjQ1IDguMTQ2MjRDMi4yNDAyMSA4LjA1MjQ3IDIuMzY3MzkgNy45OTk3OSAyLjUgNy45OTk3OUgxMi4yOTMxTDguNjQ2MjUgNC4zNTM1NEM4LjU1MjQzIDQuMjU5NzIgOC40OTk3MiA0LjEzMjQ3IDguNDk5NzIgMy45OTk3OUM4LjQ5OTcyIDMuODY3MTEgOC41NTI0MyAzLjczOTg2IDguNjQ2MjUgMy42NDYwNEM4Ljc0MDA3IDMuNTUyMjIgOC44NjczMiAzLjQ5OTUxIDkgMy40OTk1MUM5LjEzMjY4IDMuNDk5NTEgOS4yNTk5MyAzLjU1MjIyIDkuMzUzNzUgMy42NDYwNEwxMy44NTM4IDguMTQ2MDRDMTMuOTAwMiA4LjE5MjQ4IDEzLjkzNzEgOC4yNDc2MiAxMy45NjIzIDguMzA4MzJDMTMuOTg3NCA4LjM2OTAyIDE0LjAwMDQgOC40MzQwOCAxNC4wMDA0IDguNDk5NzlDMTQuMDAwNCA4LjU2NTUgMTMuOTg3NCA4LjYzMDU2IDEzLjk2MjMgOC42OTEyNkMxMy45MzcxIDguNzUxOTYgMTMuOTAwMiA4LjgwNzEgMTMuODUzOCA4Ljg1MzU0WiIgZmlsbD0iIzFCMUIxQiIvPgo8L3N2Zz4K);
            }
/* BUTTONS */
body .btn {
  display: inline-flex;
  height: 2.25rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-start-start-radius: 0.25rem;
  border-end-start-radius: 0.25rem;
  border-start-end-radius: 0.25rem;
  border-end-end-radius: 0.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}
/* FOOTER */
body #footer {
  display: inline-flex;
  width: 100%;
  flex-direction: column;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity, 1));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(253 253 253 / var(--tw-text-opacity, 1));
}
body #footer .footer-item {
  justify-content: center;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
body .alert-danger {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}
/* MODAL */
body .hs-overlay .modal-content {
  margin: 0.75rem;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  display: flex;
  height: calc(100% - 3.5rem);
  height: auto;
  min-height: calc(100% - 3.5rem);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@media (min-width: 640px) {

  body .hs-overlay .modal-content {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 32rem;
  }
}
@media (min-width: 1024px) {

  body .hs-overlay .modal-content.modal-content-small {
    max-width: 24rem;
  }

  body .hs-overlay .modal-content.modal-content-large {
    max-width: 56rem;
  }
}
body .hs-overlay .modal-content .modal-dialog {
  pointer-events: auto;
  display: flex;
  width: 100%;
  flex-direction: column;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity, 1));
  padding: 1.75rem;
  --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);
}
body .hs-overlay .modal-content .modal-dialog .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.25rem;
}
body .hs-overlay .modal-content .modal-dialog .modal-header .modal-title {
  display: inline-flex;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
body .hs-overlay .modal-content .modal-dialog .modal-body {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
body .hs-overlay .modal-content .modal-dialog .modal-body .modal-text p {
  margin-bottom: 1rem;
}
body .hs-overlay .modal-content .modal-dialog .modal-body .modal-text .hs-accordion-group {
  margin-bottom: 1.25rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.75rem;
}
body .hs-overlay .modal-content .modal-dialog .modal-body .modal-text .hs-accordion {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
  border-radius: 0.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
  padding: 0.875rem;
  --tw-shadow: 0px 1px 2px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
body .hs-overlay .modal-content .modal-dialog .modal-body .modal-text .hs-accordion .hs-accordion-toggle {
  display: inline-flex;
  width: 100%;
  text-align: start;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
body .hs-overlay .modal-content .modal-dialog .modal-body .modal-text .hs-accordion .hs-accordion-content {
  padding: 0px;
  padding-top: 0.75rem;
}
body .hs-overlay .modal-content .modal-dialog .modal-body .modal-text .hs-accordion .hs-accordion-content .cc-description {
  margin-bottom: 0px;
  font-size: 0.75rem;
  line-height: 1rem;
}
body .hs-overlay .modal-content .modal-dialog .modal-body .modal-text .hs-accordion .hs-accordion-content table thead tr th {
  padding: 0.75rem;
  text-align: start;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
body .hs-overlay .modal-content .modal-dialog .modal-body .modal-text .hs-accordion .hs-accordion-content table tbody tr {
  background-color: transparent;
}
body .hs-overlay .modal-content .modal-dialog .modal-body .modal-text .hs-accordion .hs-accordion-content table tbody tr td {
  white-space: nowrap;
  padding: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
body .hs-overlay .modal-content .modal-dialog .modal-body .modal-text .hs-accordion .hs-accordion-content table tbody tr td:first-of-type {
  font-weight: 700;
}
body .hs-overlay .modal-content .modal-dialog .modal-body .modal-text table thead tr th {
  padding: 0.75rem;
  text-align: start;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
body .hs-overlay .modal-content .modal-dialog .modal-body .modal-text table tbody tr:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
body .hs-overlay .modal-content .modal-dialog .modal-body .modal-text table tbody tr:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
body .hs-overlay .modal-content .modal-dialog .modal-body .modal-text table tbody tr td {
  white-space: nowrap;
  padding: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
body .hs-overlay .modal-content .modal-dialog .modal-body .modal-text table tbody tr td:first-of-type {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
body .hs-overlay .modal-content .modal-dialog .modal-footer {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1024px) {

  body .hs-overlay .modal-content .modal-dialog .modal-footer {
    flex-direction: row;
  }
}
body .hs-overlay .modal-content .modal-dialog .modal-footer form {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 1024px) {

  body .hs-overlay .modal-content .modal-dialog .modal-footer form {
    flex-direction: row;
  }
}
body .hs-overlay .modal-content .modal-dialog .modal-footer .btn.btn-secondary {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
body .hs-overlay .modal-content .modal-dialog .modal-footer .btn.btn-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
body .hs-overlay .modal-content .modal-dialog .modal-backdrop:hover {
                            background-color: rgba(0, 0, 0, 0.5);
                        }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.bottom-full {
  bottom: 100%;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.right-0 {
  right: 0px;
}
.start-0 {
  inset-inline-start: 0px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-\[10\%\] {
  top: 10%;
}
.top-full {
  top: 100%;
}
.z-\[80\] {
  z-index: 80;
}
.col-auto {
  grid-column: auto;
}
.float-end {
  float: inline-end;
}
.-m-1\.5 {
  margin: -0.375rem;
}
.m-0 {
  margin: 0px;
}
.m-3 {
  margin: 0.75rem;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.\!me-1 {
  margin-inline-end: 0.25rem !important;
}
.\!me-1\.5 {
  margin-inline-end: 0.375rem !important;
}
.\!ms-auto {
  margin-inline-start: auto !important;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.me-1 {
  margin-inline-end: 0.25rem;
}
.me-2 {
  margin-inline-end: 0.5rem;
}
.me-3 {
  margin-inline-end: 0.75rem;
}
.me-4 {
  margin-inline-end: 1rem;
}
.me-auto {
  margin-inline-end: auto;
}
.mr-2 {
  margin-right: 0.5rem;
}
.ms-0\.5 {
  margin-inline-start: 0.125rem;
}
.ms-2 {
  margin-inline-start: 0.5rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.size-3\.5 {
  width: 0.875rem;
  height: 0.875rem;
}
.size-4 {
  width: 1rem;
  height: 1rem;
}
.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}
.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}
.size-8 {
  width: 2rem;
  height: 2rem;
}
.size-full {
  width: 100%;
  height: 100%;
}
.\!h-2\.5 {
  height: 0.625rem !important;
}
.h-2 {
  height: 0.5rem;
}
.h-64 {
  height: 16rem;
}
.h-72 {
  height: 18rem;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-\[530px\] {
  max-height: 530px;
}
.max-h-\[560px\] {
  max-height: 560px;
}
.\!w-2\.5 {
  width: 0.625rem !important;
}
.w-10 {
  width: 2.5rem;
}
.w-\[55\%\] {
  width: 55%;
}
.w-\[62\%\] {
  width: 62%;
}
.w-\[calc\(100\%-2rem\)\] {
  width: calc(100% - 2rem);
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.min-w-full {
  min-width: 100%;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[650px\] {
  max-width: 650px;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.max-w-full {
  max-width: 100%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.-translate-x-1\/2 {
  --tw-translate-x: -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));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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;
}
.resize {
  resize: both;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.\!justify-between {
  justify-content: space-between !important;
}
.justify-between {
  justify-content: space-between;
}
.justify-evenly {
  justify-content: space-evenly;
}
.gap-0 {
  gap: 0px;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.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));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}
.self-center {
  align-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-nowrap {
  text-wrap: nowrap;
}
.\!rounded-sm {
  border-radius: 0.125rem !important;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-\[3px\] {
  border-width: 3px;
}
.border-solid {
  border-style: solid;
}
.\!border-gray-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
}
.border-current {
  border-color: currentColor;
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.border-t-transparent {
  border-top-color: transparent;
}
.\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.fill-black {
  fill: #000;
}
.p-0 {
  padding: 0px;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.\!py-0\.5 {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.ps-2 {
  padding-inline-start: 0.5rem;
}
.ps-3 {
  padding-inline-start: 0.75rem;
}
.ps-px {
  padding-inline-start: 1px;
}
.pt-0 {
  padding-top: 0px;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.text-center {
  text-align: center;
}
.text-start {
  text-align: start;
}
.text-end {
  text-align: end;
}
.align-middle {
  vertical-align: middle;
}
.align-bottom {
  vertical-align: bottom;
}
.\!text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.\!font-medium {
  font-weight: 500 !important;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.leading-normal {
  line-height: 1.5;
}
.text-\[\#FDBA74\] {
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity, 1));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.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-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);
}
.outline {
  outline-style: solid;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[height\] {
  transition-property: height;
  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-500 {
  transition-duration: 500ms;
}
.\[--overlay-backdrop\:static\] {
  --overlay-backdrop: static;
}
.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.focus\:bg-gray-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}
.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}
.open.hs-overlay-open\:mt-7 {
  margin-top: 1.75rem;
}
.open.hs-overlay-open\:opacity-100 {
  opacity: 1;
}
.open.hs-overlay-open\:duration-500 {
  transition-duration: 500ms;
}
.open .hs-overlay-open\:mt-7 {
  margin-top: 1.75rem;
}
.open .hs-overlay-open\:opacity-100 {
  opacity: 1;
}
.open .hs-overlay-open\:duration-500 {
  transition-duration: 500ms;
}
.selected .hs-combo-box-selected\:block {
  display: block;
}
.selected.hs-combo-box-selected\:block {
  display: block;
}
.complete .hs-file-upload-complete\:bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
.complete.hs-file-upload-complete\:bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
.dark\:\!border-neutral-700:is(.dark *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(64 64 64 / var(--tw-border-opacity, 1)) !important;
}
.dark\:border-neutral-600:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 82 / var(--tw-border-opacity, 1));
}
.dark\:border-neutral-700:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
}
.dark\:\!bg-neutral-800:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1)) !important;
}
.dark\:bg-blue-500:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.dark\:bg-neutral-700:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
}
.dark\:bg-neutral-800:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
}
.dark\:bg-neutral-900:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
}
.dark\:bg-opacity-80:is(.dark *) {
  --tw-bg-opacity: 0.8;
}
.dark\:fill-neutral-200:is(.dark *) {
  fill: #e5e5e5;
}
.dark\:text-blue-500:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.dark\:text-neutral-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity, 1));
}
.dark\:text-neutral-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}
.dark\:text-neutral-500:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
.dark\:text-white:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.dark\:hover\:bg-neutral-800:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
}
.dark\:hover\:text-neutral-200:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity, 1));
}
.dark\:focus\:bg-neutral-800:focus:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
}
@media (min-width: 768px) {

  .md\:h-\[500px\] {
    height: 500px;
  }
}
@media (min-width: 1024px) {

  .lg\:h-full {
    height: 100%;
  }

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

  .lg\:max-w-\[350px\] {
    max-width: 350px;
  }

  .lg\:max-w-\[450px\] {
    max-width: 450px;
  }

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

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

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

  .lg\:gap-9 {
    gap: 2.25rem;
  }
}

