@charset "UTF-8";
/*!
 * Bootstrap  v5.3.8 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(109.8, 168, 253.8);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(2.6, 22, 50.6);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(7.8, 66, 151.8);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(109.8, 168, 253.8);
  --bs-link-hover-color: rgb(138.84, 185.4, 254.04);
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .regular-6, .h6, h5, .regular-5, .h5, h4, .regular-4, .h4, h3, .regular-3, .h3, h2, .regular-2, .h2, h1, .regular-1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .regular-1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .regular-1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .regular-2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .regular-2, .h2 {
    font-size: 2rem;
  }
}

h3, .regular-3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .regular-3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .regular-4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .regular-4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .regular-5, .h5 {
  font-size: 1.25rem;
}

h6, .regular-6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale(1);
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1440px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 226, 254.6);
  --bs-table-border-color: rgb(165.28, 180.8, 203.68);
  --bs-table-striped-bg: rgb(196.27, 214.7, 241.87);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 203.4, 229.14);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 209.05, 235.505);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(225.6, 227.4, 229);
  --bs-table-border-color: rgb(180.48, 181.92, 183.2);
  --bs-table-striped-bg: rgb(214.32, 216.03, 217.55);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(203.04, 204.66, 206.1);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(208.68, 210.345, 211.825);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: rgb(209, 231, 220.8);
  --bs-table-border-color: rgb(167.2, 184.8, 176.64);
  --bs-table-striped-bg: rgb(198.55, 219.45, 209.76);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(188.1, 207.9, 198.72);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(193.325, 213.675, 204.24);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 244.4, 252);
  --bs-table-border-color: rgb(165.28, 195.52, 201.6);
  --bs-table-striped-bg: rgb(196.27, 232.18, 239.4);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 219.96, 226.8);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 226.07, 233.1);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: rgb(255, 242.6, 205.4);
  --bs-table-border-color: rgb(204, 194.08, 164.32);
  --bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(229.5, 218.34, 184.86);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: rgb(248, 214.6, 217.8);
  --bs-table-border-color: rgb(198.4, 171.68, 174.24);
  --bs-table-striped-bg: rgb(235.6, 203.87, 206.91);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 193.14, 196.02);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 198.505, 201.465);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: rgb(198.4, 199.2, 200);
  --bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 224.1, 225);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 230.325, 231.25);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: rgb(77.4, 80.6, 83.8);
  --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-scale {
  object-fit: scale-down !important;
}

.object-fit-none {
  object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

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

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

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

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

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

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

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

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

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

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

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

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

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

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

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

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

.mt-2 {
  margin-top: 0.5rem !important;
}

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

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

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

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

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

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

.mb-1 {
  margin-bottom: 0.25rem !important;
}

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

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

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

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

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

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

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  column-gap: 0 !important;
}

.column-gap-1 {
  column-gap: 0.25rem !important;
}

.column-gap-2 {
  column-gap: 0.5rem !important;
}

.column-gap-3 {
  column-gap: 1rem !important;
}

.column-gap-4 {
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/*!
 * Bootstrap Icons v1.13.1 (https://icons.getbootstrap.com/)
 * Copyright 2019-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */
@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("../fonts/bootstrap-icons.woff2?24e3eb84d0bcaf83d77f904c78ac1f47") format("woff2"), url("../fonts/bootstrap-icons.woff?24e3eb84d0bcaf83d77f904c78ac1f47") format("woff");
}
.bi::before,
[class^=bi-]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: "bootstrap-icons" !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-123::before {
  content: "\f67f";
}

.bi-alarm-fill::before {
  content: "\f101";
}

.bi-alarm::before {
  content: "\f102";
}

.bi-align-bottom::before {
  content: "\f103";
}

.bi-align-center::before {
  content: "\f104";
}

.bi-align-end::before {
  content: "\f105";
}

.bi-align-middle::before {
  content: "\f106";
}

.bi-align-start::before {
  content: "\f107";
}

.bi-align-top::before {
  content: "\f108";
}

.bi-alt::before {
  content: "\f109";
}

.bi-app-indicator::before {
  content: "\f10a";
}

.bi-app::before {
  content: "\f10b";
}

.bi-archive-fill::before {
  content: "\f10c";
}

.bi-archive::before {
  content: "\f10d";
}

.bi-arrow-90deg-down::before {
  content: "\f10e";
}

.bi-arrow-90deg-left::before {
  content: "\f10f";
}

.bi-arrow-90deg-right::before {
  content: "\f110";
}

.bi-arrow-90deg-up::before {
  content: "\f111";
}

.bi-arrow-bar-down::before {
  content: "\f112";
}

.bi-arrow-bar-left::before {
  content: "\f113";
}

.bi-arrow-bar-right::before {
  content: "\f114";
}

.bi-arrow-bar-up::before {
  content: "\f115";
}

.bi-arrow-clockwise::before {
  content: "\f116";
}

.bi-arrow-counterclockwise::before {
  content: "\f117";
}

.bi-arrow-down-circle-fill::before {
  content: "\f118";
}

.bi-arrow-down-circle::before {
  content: "\f119";
}

.bi-arrow-down-left-circle-fill::before {
  content: "\f11a";
}

.bi-arrow-down-left-circle::before {
  content: "\f11b";
}

.bi-arrow-down-left-square-fill::before {
  content: "\f11c";
}

.bi-arrow-down-left-square::before {
  content: "\f11d";
}

.bi-arrow-down-left::before {
  content: "\f11e";
}

.bi-arrow-down-right-circle-fill::before {
  content: "\f11f";
}

.bi-arrow-down-right-circle::before {
  content: "\f120";
}

.bi-arrow-down-right-square-fill::before {
  content: "\f121";
}

.bi-arrow-down-right-square::before {
  content: "\f122";
}

.bi-arrow-down-right::before {
  content: "\f123";
}

.bi-arrow-down-short::before {
  content: "\f124";
}

.bi-arrow-down-square-fill::before {
  content: "\f125";
}

.bi-arrow-down-square::before {
  content: "\f126";
}

.bi-arrow-down-up::before {
  content: "\f127";
}

.bi-arrow-down::before {
  content: "\f128";
}

.bi-arrow-left-circle-fill::before {
  content: "\f129";
}

.bi-arrow-left-circle::before {
  content: "\f12a";
}

.bi-arrow-left-right::before {
  content: "\f12b";
}

.bi-arrow-left-short::before {
  content: "\f12c";
}

.bi-arrow-left-square-fill::before {
  content: "\f12d";
}

.bi-arrow-left-square::before {
  content: "\f12e";
}

.bi-arrow-left::before {
  content: "\f12f";
}

.bi-arrow-repeat::before {
  content: "\f130";
}

.bi-arrow-return-left::before {
  content: "\f131";
}

.bi-arrow-return-right::before {
  content: "\f132";
}

.bi-arrow-right-circle-fill::before {
  content: "\f133";
}

.bi-arrow-right-circle::before {
  content: "\f134";
}

.bi-arrow-right-short::before {
  content: "\f135";
}

.bi-arrow-right-square-fill::before {
  content: "\f136";
}

.bi-arrow-right-square::before {
  content: "\f137";
}

.bi-arrow-right::before {
  content: "\f138";
}

.bi-arrow-up-circle-fill::before {
  content: "\f139";
}

.bi-arrow-up-circle::before {
  content: "\f13a";
}

.bi-arrow-up-left-circle-fill::before {
  content: "\f13b";
}

.bi-arrow-up-left-circle::before {
  content: "\f13c";
}

.bi-arrow-up-left-square-fill::before {
  content: "\f13d";
}

.bi-arrow-up-left-square::before {
  content: "\f13e";
}

.bi-arrow-up-left::before {
  content: "\f13f";
}

.bi-arrow-up-right-circle-fill::before {
  content: "\f140";
}

.bi-arrow-up-right-circle::before {
  content: "\f141";
}

.bi-arrow-up-right-square-fill::before {
  content: "\f142";
}

.bi-arrow-up-right-square::before {
  content: "\f143";
}

.bi-arrow-up-right::before {
  content: "\f144";
}

.bi-arrow-up-short::before {
  content: "\f145";
}

.bi-arrow-up-square-fill::before {
  content: "\f146";
}

.bi-arrow-up-square::before {
  content: "\f147";
}

.bi-arrow-up::before {
  content: "\f148";
}

.bi-arrows-angle-contract::before {
  content: "\f149";
}

.bi-arrows-angle-expand::before {
  content: "\f14a";
}

.bi-arrows-collapse::before {
  content: "\f14b";
}

.bi-arrows-expand::before {
  content: "\f14c";
}

.bi-arrows-fullscreen::before {
  content: "\f14d";
}

.bi-arrows-move::before {
  content: "\f14e";
}

.bi-aspect-ratio-fill::before {
  content: "\f14f";
}

.bi-aspect-ratio::before {
  content: "\f150";
}

.bi-asterisk::before {
  content: "\f151";
}

.bi-at::before {
  content: "\f152";
}

.bi-award-fill::before {
  content: "\f153";
}

.bi-award::before {
  content: "\f154";
}

.bi-back::before {
  content: "\f155";
}

.bi-backspace-fill::before {
  content: "\f156";
}

.bi-backspace-reverse-fill::before {
  content: "\f157";
}

.bi-backspace-reverse::before {
  content: "\f158";
}

.bi-backspace::before {
  content: "\f159";
}

.bi-badge-3d-fill::before {
  content: "\f15a";
}

.bi-badge-3d::before {
  content: "\f15b";
}

.bi-badge-4k-fill::before {
  content: "\f15c";
}

.bi-badge-4k::before {
  content: "\f15d";
}

.bi-badge-8k-fill::before {
  content: "\f15e";
}

.bi-badge-8k::before {
  content: "\f15f";
}

.bi-badge-ad-fill::before {
  content: "\f160";
}

.bi-badge-ad::before {
  content: "\f161";
}

.bi-badge-ar-fill::before {
  content: "\f162";
}

.bi-badge-ar::before {
  content: "\f163";
}

.bi-badge-cc-fill::before {
  content: "\f164";
}

.bi-badge-cc::before {
  content: "\f165";
}

.bi-badge-hd-fill::before {
  content: "\f166";
}

.bi-badge-hd::before {
  content: "\f167";
}

.bi-badge-tm-fill::before {
  content: "\f168";
}

.bi-badge-tm::before {
  content: "\f169";
}

.bi-badge-vo-fill::before {
  content: "\f16a";
}

.bi-badge-vo::before {
  content: "\f16b";
}

.bi-badge-vr-fill::before {
  content: "\f16c";
}

.bi-badge-vr::before {
  content: "\f16d";
}

.bi-badge-wc-fill::before {
  content: "\f16e";
}

.bi-badge-wc::before {
  content: "\f16f";
}

.bi-bag-check-fill::before {
  content: "\f170";
}

.bi-bag-check::before {
  content: "\f171";
}

.bi-bag-dash-fill::before {
  content: "\f172";
}

.bi-bag-dash::before {
  content: "\f173";
}

.bi-bag-fill::before {
  content: "\f174";
}

.bi-bag-plus-fill::before {
  content: "\f175";
}

.bi-bag-plus::before {
  content: "\f176";
}

.bi-bag-x-fill::before {
  content: "\f177";
}

.bi-bag-x::before {
  content: "\f178";
}

.bi-bag::before {
  content: "\f179";
}

.bi-bar-chart-fill::before {
  content: "\f17a";
}

.bi-bar-chart-line-fill::before {
  content: "\f17b";
}

.bi-bar-chart-line::before {
  content: "\f17c";
}

.bi-bar-chart-steps::before {
  content: "\f17d";
}

.bi-bar-chart::before {
  content: "\f17e";
}

.bi-basket-fill::before {
  content: "\f17f";
}

.bi-basket::before {
  content: "\f180";
}

.bi-basket2-fill::before {
  content: "\f181";
}

.bi-basket2::before {
  content: "\f182";
}

.bi-basket3-fill::before {
  content: "\f183";
}

.bi-basket3::before {
  content: "\f184";
}

.bi-battery-charging::before {
  content: "\f185";
}

.bi-battery-full::before {
  content: "\f186";
}

.bi-battery-half::before {
  content: "\f187";
}

.bi-battery::before {
  content: "\f188";
}

.bi-bell-fill::before {
  content: "\f189";
}

.bi-bell::before {
  content: "\f18a";
}

.bi-bezier::before {
  content: "\f18b";
}

.bi-bezier2::before {
  content: "\f18c";
}

.bi-bicycle::before {
  content: "\f18d";
}

.bi-binoculars-fill::before {
  content: "\f18e";
}

.bi-binoculars::before {
  content: "\f18f";
}

.bi-blockquote-left::before {
  content: "\f190";
}

.bi-blockquote-right::before {
  content: "\f191";
}

.bi-book-fill::before {
  content: "\f192";
}

.bi-book-half::before {
  content: "\f193";
}

.bi-book::before {
  content: "\f194";
}

.bi-bookmark-check-fill::before {
  content: "\f195";
}

.bi-bookmark-check::before {
  content: "\f196";
}

.bi-bookmark-dash-fill::before {
  content: "\f197";
}

.bi-bookmark-dash::before {
  content: "\f198";
}

.bi-bookmark-fill::before {
  content: "\f199";
}

.bi-bookmark-heart-fill::before {
  content: "\f19a";
}

.bi-bookmark-heart::before {
  content: "\f19b";
}

.bi-bookmark-plus-fill::before {
  content: "\f19c";
}

.bi-bookmark-plus::before {
  content: "\f19d";
}

.bi-bookmark-star-fill::before {
  content: "\f19e";
}

.bi-bookmark-star::before {
  content: "\f19f";
}

.bi-bookmark-x-fill::before {
  content: "\f1a0";
}

.bi-bookmark-x::before {
  content: "\f1a1";
}

.bi-bookmark::before {
  content: "\f1a2";
}

.bi-bookmarks-fill::before {
  content: "\f1a3";
}

.bi-bookmarks::before {
  content: "\f1a4";
}

.bi-bookshelf::before {
  content: "\f1a5";
}

.bi-bootstrap-fill::before {
  content: "\f1a6";
}

.bi-bootstrap-reboot::before {
  content: "\f1a7";
}

.bi-bootstrap::before {
  content: "\f1a8";
}

.bi-border-all::before {
  content: "\f1a9";
}

.bi-border-bottom::before {
  content: "\f1aa";
}

.bi-border-center::before {
  content: "\f1ab";
}

.bi-border-inner::before {
  content: "\f1ac";
}

.bi-border-left::before {
  content: "\f1ad";
}

.bi-border-middle::before {
  content: "\f1ae";
}

.bi-border-outer::before {
  content: "\f1af";
}

.bi-border-right::before {
  content: "\f1b0";
}

.bi-border-style::before {
  content: "\f1b1";
}

.bi-border-top::before {
  content: "\f1b2";
}

.bi-border-width::before {
  content: "\f1b3";
}

.bi-border::before {
  content: "\f1b4";
}

.bi-bounding-box-circles::before {
  content: "\f1b5";
}

.bi-bounding-box::before {
  content: "\f1b6";
}

.bi-box-arrow-down-left::before {
  content: "\f1b7";
}

.bi-box-arrow-down-right::before {
  content: "\f1b8";
}

.bi-box-arrow-down::before {
  content: "\f1b9";
}

.bi-box-arrow-in-down-left::before {
  content: "\f1ba";
}

.bi-box-arrow-in-down-right::before {
  content: "\f1bb";
}

.bi-box-arrow-in-down::before {
  content: "\f1bc";
}

.bi-box-arrow-in-left::before {
  content: "\f1bd";
}

.bi-box-arrow-in-right::before {
  content: "\f1be";
}

.bi-box-arrow-in-up-left::before {
  content: "\f1bf";
}

.bi-box-arrow-in-up-right::before {
  content: "\f1c0";
}

.bi-box-arrow-in-up::before {
  content: "\f1c1";
}

.bi-box-arrow-left::before {
  content: "\f1c2";
}

.bi-box-arrow-right::before {
  content: "\f1c3";
}

.bi-box-arrow-up-left::before {
  content: "\f1c4";
}

.bi-box-arrow-up-right::before {
  content: "\f1c5";
}

.bi-box-arrow-up::before {
  content: "\f1c6";
}

.bi-box-seam::before {
  content: "\f1c7";
}

.bi-box::before {
  content: "\f1c8";
}

.bi-braces::before {
  content: "\f1c9";
}

.bi-bricks::before {
  content: "\f1ca";
}

.bi-briefcase-fill::before {
  content: "\f1cb";
}

.bi-briefcase::before {
  content: "\f1cc";
}

.bi-brightness-alt-high-fill::before {
  content: "\f1cd";
}

.bi-brightness-alt-high::before {
  content: "\f1ce";
}

.bi-brightness-alt-low-fill::before {
  content: "\f1cf";
}

.bi-brightness-alt-low::before {
  content: "\f1d0";
}

.bi-brightness-high-fill::before {
  content: "\f1d1";
}

.bi-brightness-high::before {
  content: "\f1d2";
}

.bi-brightness-low-fill::before {
  content: "\f1d3";
}

.bi-brightness-low::before {
  content: "\f1d4";
}

.bi-broadcast-pin::before {
  content: "\f1d5";
}

.bi-broadcast::before {
  content: "\f1d6";
}

.bi-brush-fill::before {
  content: "\f1d7";
}

.bi-brush::before {
  content: "\f1d8";
}

.bi-bucket-fill::before {
  content: "\f1d9";
}

.bi-bucket::before {
  content: "\f1da";
}

.bi-bug-fill::before {
  content: "\f1db";
}

.bi-bug::before {
  content: "\f1dc";
}

.bi-building::before {
  content: "\f1dd";
}

.bi-bullseye::before {
  content: "\f1de";
}

.bi-calculator-fill::before {
  content: "\f1df";
}

.bi-calculator::before {
  content: "\f1e0";
}

.bi-calendar-check-fill::before {
  content: "\f1e1";
}

.bi-calendar-check::before {
  content: "\f1e2";
}

.bi-calendar-date-fill::before {
  content: "\f1e3";
}

.bi-calendar-date::before {
  content: "\f1e4";
}

.bi-calendar-day-fill::before {
  content: "\f1e5";
}

.bi-calendar-day::before {
  content: "\f1e6";
}

.bi-calendar-event-fill::before {
  content: "\f1e7";
}

.bi-calendar-event::before {
  content: "\f1e8";
}

.bi-calendar-fill::before {
  content: "\f1e9";
}

.bi-calendar-minus-fill::before {
  content: "\f1ea";
}

.bi-calendar-minus::before {
  content: "\f1eb";
}

.bi-calendar-month-fill::before {
  content: "\f1ec";
}

.bi-calendar-month::before {
  content: "\f1ed";
}

.bi-calendar-plus-fill::before {
  content: "\f1ee";
}

.bi-calendar-plus::before {
  content: "\f1ef";
}

.bi-calendar-range-fill::before {
  content: "\f1f0";
}

.bi-calendar-range::before {
  content: "\f1f1";
}

.bi-calendar-week-fill::before {
  content: "\f1f2";
}

.bi-calendar-week::before {
  content: "\f1f3";
}

.bi-calendar-x-fill::before {
  content: "\f1f4";
}

.bi-calendar-x::before {
  content: "\f1f5";
}

.bi-calendar::before {
  content: "\f1f6";
}

.bi-calendar2-check-fill::before {
  content: "\f1f7";
}

.bi-calendar2-check::before {
  content: "\f1f8";
}

.bi-calendar2-date-fill::before {
  content: "\f1f9";
}

.bi-calendar2-date::before {
  content: "\f1fa";
}

.bi-calendar2-day-fill::before {
  content: "\f1fb";
}

.bi-calendar2-day::before {
  content: "\f1fc";
}

.bi-calendar2-event-fill::before {
  content: "\f1fd";
}

.bi-calendar2-event::before {
  content: "\f1fe";
}

.bi-calendar2-fill::before {
  content: "\f1ff";
}

.bi-calendar2-minus-fill::before {
  content: "\f200";
}

.bi-calendar2-minus::before {
  content: "\f201";
}

.bi-calendar2-month-fill::before {
  content: "\f202";
}

.bi-calendar2-month::before {
  content: "\f203";
}

.bi-calendar2-plus-fill::before {
  content: "\f204";
}

.bi-calendar2-plus::before {
  content: "\f205";
}

.bi-calendar2-range-fill::before {
  content: "\f206";
}

.bi-calendar2-range::before {
  content: "\f207";
}

.bi-calendar2-week-fill::before {
  content: "\f208";
}

.bi-calendar2-week::before {
  content: "\f209";
}

.bi-calendar2-x-fill::before {
  content: "\f20a";
}

.bi-calendar2-x::before {
  content: "\f20b";
}

.bi-calendar2::before {
  content: "\f20c";
}

.bi-calendar3-event-fill::before {
  content: "\f20d";
}

.bi-calendar3-event::before {
  content: "\f20e";
}

.bi-calendar3-fill::before {
  content: "\f20f";
}

.bi-calendar3-range-fill::before {
  content: "\f210";
}

.bi-calendar3-range::before {
  content: "\f211";
}

.bi-calendar3-week-fill::before {
  content: "\f212";
}

.bi-calendar3-week::before {
  content: "\f213";
}

.bi-calendar3::before {
  content: "\f214";
}

.bi-calendar4-event::before {
  content: "\f215";
}

.bi-calendar4-range::before {
  content: "\f216";
}

.bi-calendar4-week::before {
  content: "\f217";
}

.bi-calendar4::before {
  content: "\f218";
}

.bi-camera-fill::before {
  content: "\f219";
}

.bi-camera-reels-fill::before {
  content: "\f21a";
}

.bi-camera-reels::before {
  content: "\f21b";
}

.bi-camera-video-fill::before {
  content: "\f21c";
}

.bi-camera-video-off-fill::before {
  content: "\f21d";
}

.bi-camera-video-off::before {
  content: "\f21e";
}

.bi-camera-video::before {
  content: "\f21f";
}

.bi-camera::before {
  content: "\f220";
}

.bi-camera2::before {
  content: "\f221";
}

.bi-capslock-fill::before {
  content: "\f222";
}

.bi-capslock::before {
  content: "\f223";
}

.bi-card-checklist::before {
  content: "\f224";
}

.bi-card-heading::before {
  content: "\f225";
}

.bi-card-image::before {
  content: "\f226";
}

.bi-card-list::before {
  content: "\f227";
}

.bi-card-text::before {
  content: "\f228";
}

.bi-caret-down-fill::before {
  content: "\f229";
}

.bi-caret-down-square-fill::before {
  content: "\f22a";
}

.bi-caret-down-square::before {
  content: "\f22b";
}

.bi-caret-down::before {
  content: "\f22c";
}

.bi-caret-left-fill::before {
  content: "\f22d";
}

.bi-caret-left-square-fill::before {
  content: "\f22e";
}

.bi-caret-left-square::before {
  content: "\f22f";
}

.bi-caret-left::before {
  content: "\f230";
}

.bi-caret-right-fill::before {
  content: "\f231";
}

.bi-caret-right-square-fill::before {
  content: "\f232";
}

.bi-caret-right-square::before {
  content: "\f233";
}

.bi-caret-right::before {
  content: "\f234";
}

.bi-caret-up-fill::before {
  content: "\f235";
}

.bi-caret-up-square-fill::before {
  content: "\f236";
}

.bi-caret-up-square::before {
  content: "\f237";
}

.bi-caret-up::before {
  content: "\f238";
}

.bi-cart-check-fill::before {
  content: "\f239";
}

.bi-cart-check::before {
  content: "\f23a";
}

.bi-cart-dash-fill::before {
  content: "\f23b";
}

.bi-cart-dash::before {
  content: "\f23c";
}

.bi-cart-fill::before {
  content: "\f23d";
}

.bi-cart-plus-fill::before {
  content: "\f23e";
}

.bi-cart-plus::before {
  content: "\f23f";
}

.bi-cart-x-fill::before {
  content: "\f240";
}

.bi-cart-x::before {
  content: "\f241";
}

.bi-cart::before {
  content: "\f242";
}

.bi-cart2::before {
  content: "\f243";
}

.bi-cart3::before {
  content: "\f244";
}

.bi-cart4::before {
  content: "\f245";
}

.bi-cash-stack::before {
  content: "\f246";
}

.bi-cash::before {
  content: "\f247";
}

.bi-cast::before {
  content: "\f248";
}

.bi-chat-dots-fill::before {
  content: "\f249";
}

.bi-chat-dots::before {
  content: "\f24a";
}

.bi-chat-fill::before {
  content: "\f24b";
}

.bi-chat-left-dots-fill::before {
  content: "\f24c";
}

.bi-chat-left-dots::before {
  content: "\f24d";
}

.bi-chat-left-fill::before {
  content: "\f24e";
}

.bi-chat-left-quote-fill::before {
  content: "\f24f";
}

.bi-chat-left-quote::before {
  content: "\f250";
}

.bi-chat-left-text-fill::before {
  content: "\f251";
}

.bi-chat-left-text::before {
  content: "\f252";
}

.bi-chat-left::before {
  content: "\f253";
}

.bi-chat-quote-fill::before {
  content: "\f254";
}

.bi-chat-quote::before {
  content: "\f255";
}

.bi-chat-right-dots-fill::before {
  content: "\f256";
}

.bi-chat-right-dots::before {
  content: "\f257";
}

.bi-chat-right-fill::before {
  content: "\f258";
}

.bi-chat-right-quote-fill::before {
  content: "\f259";
}

.bi-chat-right-quote::before {
  content: "\f25a";
}

.bi-chat-right-text-fill::before {
  content: "\f25b";
}

.bi-chat-right-text::before {
  content: "\f25c";
}

.bi-chat-right::before {
  content: "\f25d";
}

.bi-chat-square-dots-fill::before {
  content: "\f25e";
}

.bi-chat-square-dots::before {
  content: "\f25f";
}

.bi-chat-square-fill::before {
  content: "\f260";
}

.bi-chat-square-quote-fill::before {
  content: "\f261";
}

.bi-chat-square-quote::before {
  content: "\f262";
}

.bi-chat-square-text-fill::before {
  content: "\f263";
}

.bi-chat-square-text::before {
  content: "\f264";
}

.bi-chat-square::before {
  content: "\f265";
}

.bi-chat-text-fill::before {
  content: "\f266";
}

.bi-chat-text::before {
  content: "\f267";
}

.bi-chat::before {
  content: "\f268";
}

.bi-check-all::before {
  content: "\f269";
}

.bi-check-circle-fill::before {
  content: "\f26a";
}

.bi-check-circle::before {
  content: "\f26b";
}

.bi-check-square-fill::before {
  content: "\f26c";
}

.bi-check-square::before {
  content: "\f26d";
}

.bi-check::before {
  content: "\f26e";
}

.bi-check2-all::before {
  content: "\f26f";
}

.bi-check2-circle::before {
  content: "\f270";
}

.bi-check2-square::before {
  content: "\f271";
}

.bi-check2::before {
  content: "\f272";
}

.bi-chevron-bar-contract::before {
  content: "\f273";
}

.bi-chevron-bar-down::before {
  content: "\f274";
}

.bi-chevron-bar-expand::before {
  content: "\f275";
}

.bi-chevron-bar-left::before {
  content: "\f276";
}

.bi-chevron-bar-right::before {
  content: "\f277";
}

.bi-chevron-bar-up::before {
  content: "\f278";
}

.bi-chevron-compact-down::before {
  content: "\f279";
}

.bi-chevron-compact-left::before {
  content: "\f27a";
}

.bi-chevron-compact-right::before {
  content: "\f27b";
}

.bi-chevron-compact-up::before {
  content: "\f27c";
}

.bi-chevron-contract::before {
  content: "\f27d";
}

.bi-chevron-double-down::before {
  content: "\f27e";
}

.bi-chevron-double-left::before {
  content: "\f27f";
}

.bi-chevron-double-right::before {
  content: "\f280";
}

.bi-chevron-double-up::before {
  content: "\f281";
}

.bi-chevron-down::before {
  content: "\f282";
}

.bi-chevron-expand::before {
  content: "\f283";
}

.bi-chevron-left::before {
  content: "\f284";
}

.bi-chevron-right::before {
  content: "\f285";
}

.bi-chevron-up::before {
  content: "\f286";
}

.bi-circle-fill::before {
  content: "\f287";
}

.bi-circle-half::before {
  content: "\f288";
}

.bi-circle-square::before {
  content: "\f289";
}

.bi-circle::before {
  content: "\f28a";
}

.bi-clipboard-check::before {
  content: "\f28b";
}

.bi-clipboard-data::before {
  content: "\f28c";
}

.bi-clipboard-minus::before {
  content: "\f28d";
}

.bi-clipboard-plus::before {
  content: "\f28e";
}

.bi-clipboard-x::before {
  content: "\f28f";
}

.bi-clipboard::before {
  content: "\f290";
}

.bi-clock-fill::before {
  content: "\f291";
}

.bi-clock-history::before {
  content: "\f292";
}

.bi-clock::before {
  content: "\f293";
}

.bi-cloud-arrow-down-fill::before {
  content: "\f294";
}

.bi-cloud-arrow-down::before {
  content: "\f295";
}

.bi-cloud-arrow-up-fill::before {
  content: "\f296";
}

.bi-cloud-arrow-up::before {
  content: "\f297";
}

.bi-cloud-check-fill::before {
  content: "\f298";
}

.bi-cloud-check::before {
  content: "\f299";
}

.bi-cloud-download-fill::before {
  content: "\f29a";
}

.bi-cloud-download::before {
  content: "\f29b";
}

.bi-cloud-drizzle-fill::before {
  content: "\f29c";
}

.bi-cloud-drizzle::before {
  content: "\f29d";
}

.bi-cloud-fill::before {
  content: "\f29e";
}

.bi-cloud-fog-fill::before {
  content: "\f29f";
}

.bi-cloud-fog::before {
  content: "\f2a0";
}

.bi-cloud-fog2-fill::before {
  content: "\f2a1";
}

.bi-cloud-fog2::before {
  content: "\f2a2";
}

.bi-cloud-hail-fill::before {
  content: "\f2a3";
}

.bi-cloud-hail::before {
  content: "\f2a4";
}

.bi-cloud-haze-fill::before {
  content: "\f2a6";
}

.bi-cloud-haze::before {
  content: "\f2a7";
}

.bi-cloud-haze2-fill::before {
  content: "\f2a8";
}

.bi-cloud-lightning-fill::before {
  content: "\f2a9";
}

.bi-cloud-lightning-rain-fill::before {
  content: "\f2aa";
}

.bi-cloud-lightning-rain::before {
  content: "\f2ab";
}

.bi-cloud-lightning::before {
  content: "\f2ac";
}

.bi-cloud-minus-fill::before {
  content: "\f2ad";
}

.bi-cloud-minus::before {
  content: "\f2ae";
}

.bi-cloud-moon-fill::before {
  content: "\f2af";
}

.bi-cloud-moon::before {
  content: "\f2b0";
}

.bi-cloud-plus-fill::before {
  content: "\f2b1";
}

.bi-cloud-plus::before {
  content: "\f2b2";
}

.bi-cloud-rain-fill::before {
  content: "\f2b3";
}

.bi-cloud-rain-heavy-fill::before {
  content: "\f2b4";
}

.bi-cloud-rain-heavy::before {
  content: "\f2b5";
}

.bi-cloud-rain::before {
  content: "\f2b6";
}

.bi-cloud-slash-fill::before {
  content: "\f2b7";
}

.bi-cloud-slash::before {
  content: "\f2b8";
}

.bi-cloud-sleet-fill::before {
  content: "\f2b9";
}

.bi-cloud-sleet::before {
  content: "\f2ba";
}

.bi-cloud-snow-fill::before {
  content: "\f2bb";
}

.bi-cloud-snow::before {
  content: "\f2bc";
}

.bi-cloud-sun-fill::before {
  content: "\f2bd";
}

.bi-cloud-sun::before {
  content: "\f2be";
}

.bi-cloud-upload-fill::before {
  content: "\f2bf";
}

.bi-cloud-upload::before {
  content: "\f2c0";
}

.bi-cloud::before {
  content: "\f2c1";
}

.bi-clouds-fill::before {
  content: "\f2c2";
}

.bi-clouds::before {
  content: "\f2c3";
}

.bi-cloudy-fill::before {
  content: "\f2c4";
}

.bi-cloudy::before {
  content: "\f2c5";
}

.bi-code-slash::before {
  content: "\f2c6";
}

.bi-code-square::before {
  content: "\f2c7";
}

.bi-code::before {
  content: "\f2c8";
}

.bi-collection-fill::before {
  content: "\f2c9";
}

.bi-collection-play-fill::before {
  content: "\f2ca";
}

.bi-collection-play::before {
  content: "\f2cb";
}

.bi-collection::before {
  content: "\f2cc";
}

.bi-columns-gap::before {
  content: "\f2cd";
}

.bi-columns::before {
  content: "\f2ce";
}

.bi-command::before {
  content: "\f2cf";
}

.bi-compass-fill::before {
  content: "\f2d0";
}

.bi-compass::before {
  content: "\f2d1";
}

.bi-cone-striped::before {
  content: "\f2d2";
}

.bi-cone::before {
  content: "\f2d3";
}

.bi-controller::before {
  content: "\f2d4";
}

.bi-cpu-fill::before {
  content: "\f2d5";
}

.bi-cpu::before {
  content: "\f2d6";
}

.bi-credit-card-2-back-fill::before {
  content: "\f2d7";
}

.bi-credit-card-2-back::before {
  content: "\f2d8";
}

.bi-credit-card-2-front-fill::before {
  content: "\f2d9";
}

.bi-credit-card-2-front::before {
  content: "\f2da";
}

.bi-credit-card-fill::before {
  content: "\f2db";
}

.bi-credit-card::before {
  content: "\f2dc";
}

.bi-crop::before {
  content: "\f2dd";
}

.bi-cup-fill::before {
  content: "\f2de";
}

.bi-cup-straw::before {
  content: "\f2df";
}

.bi-cup::before {
  content: "\f2e0";
}

.bi-cursor-fill::before {
  content: "\f2e1";
}

.bi-cursor-text::before {
  content: "\f2e2";
}

.bi-cursor::before {
  content: "\f2e3";
}

.bi-dash-circle-dotted::before {
  content: "\f2e4";
}

.bi-dash-circle-fill::before {
  content: "\f2e5";
}

.bi-dash-circle::before {
  content: "\f2e6";
}

.bi-dash-square-dotted::before {
  content: "\f2e7";
}

.bi-dash-square-fill::before {
  content: "\f2e8";
}

.bi-dash-square::before {
  content: "\f2e9";
}

.bi-dash::before {
  content: "\f2ea";
}

.bi-diagram-2-fill::before {
  content: "\f2eb";
}

.bi-diagram-2::before {
  content: "\f2ec";
}

.bi-diagram-3-fill::before {
  content: "\f2ed";
}

.bi-diagram-3::before {
  content: "\f2ee";
}

.bi-diamond-fill::before {
  content: "\f2ef";
}

.bi-diamond-half::before {
  content: "\f2f0";
}

.bi-diamond::before {
  content: "\f2f1";
}

.bi-dice-1-fill::before {
  content: "\f2f2";
}

.bi-dice-1::before {
  content: "\f2f3";
}

.bi-dice-2-fill::before {
  content: "\f2f4";
}

.bi-dice-2::before {
  content: "\f2f5";
}

.bi-dice-3-fill::before {
  content: "\f2f6";
}

.bi-dice-3::before {
  content: "\f2f7";
}

.bi-dice-4-fill::before {
  content: "\f2f8";
}

.bi-dice-4::before {
  content: "\f2f9";
}

.bi-dice-5-fill::before {
  content: "\f2fa";
}

.bi-dice-5::before {
  content: "\f2fb";
}

.bi-dice-6-fill::before {
  content: "\f2fc";
}

.bi-dice-6::before {
  content: "\f2fd";
}

.bi-disc-fill::before {
  content: "\f2fe";
}

.bi-disc::before {
  content: "\f2ff";
}

.bi-discord::before {
  content: "\f300";
}

.bi-display-fill::before {
  content: "\f301";
}

.bi-display::before {
  content: "\f302";
}

.bi-distribute-horizontal::before {
  content: "\f303";
}

.bi-distribute-vertical::before {
  content: "\f304";
}

.bi-door-closed-fill::before {
  content: "\f305";
}

.bi-door-closed::before {
  content: "\f306";
}

.bi-door-open-fill::before {
  content: "\f307";
}

.bi-door-open::before {
  content: "\f308";
}

.bi-dot::before {
  content: "\f309";
}

.bi-download::before {
  content: "\f30a";
}

.bi-droplet-fill::before {
  content: "\f30b";
}

.bi-droplet-half::before {
  content: "\f30c";
}

.bi-droplet::before {
  content: "\f30d";
}

.bi-earbuds::before {
  content: "\f30e";
}

.bi-easel-fill::before {
  content: "\f30f";
}

.bi-easel::before {
  content: "\f310";
}

.bi-egg-fill::before {
  content: "\f311";
}

.bi-egg-fried::before {
  content: "\f312";
}

.bi-egg::before {
  content: "\f313";
}

.bi-eject-fill::before {
  content: "\f314";
}

.bi-eject::before {
  content: "\f315";
}

.bi-emoji-angry-fill::before {
  content: "\f316";
}

.bi-emoji-angry::before {
  content: "\f317";
}

.bi-emoji-dizzy-fill::before {
  content: "\f318";
}

.bi-emoji-dizzy::before {
  content: "\f319";
}

.bi-emoji-expressionless-fill::before {
  content: "\f31a";
}

.bi-emoji-expressionless::before {
  content: "\f31b";
}

.bi-emoji-frown-fill::before {
  content: "\f31c";
}

.bi-emoji-frown::before {
  content: "\f31d";
}

.bi-emoji-heart-eyes-fill::before {
  content: "\f31e";
}

.bi-emoji-heart-eyes::before {
  content: "\f31f";
}

.bi-emoji-laughing-fill::before {
  content: "\f320";
}

.bi-emoji-laughing::before {
  content: "\f321";
}

.bi-emoji-neutral-fill::before {
  content: "\f322";
}

.bi-emoji-neutral::before {
  content: "\f323";
}

.bi-emoji-smile-fill::before {
  content: "\f324";
}

.bi-emoji-smile-upside-down-fill::before {
  content: "\f325";
}

.bi-emoji-smile-upside-down::before {
  content: "\f326";
}

.bi-emoji-smile::before {
  content: "\f327";
}

.bi-emoji-sunglasses-fill::before {
  content: "\f328";
}

.bi-emoji-sunglasses::before {
  content: "\f329";
}

.bi-emoji-wink-fill::before {
  content: "\f32a";
}

.bi-emoji-wink::before {
  content: "\f32b";
}

.bi-envelope-fill::before {
  content: "\f32c";
}

.bi-envelope-open-fill::before {
  content: "\f32d";
}

.bi-envelope-open::before {
  content: "\f32e";
}

.bi-envelope::before {
  content: "\f32f";
}

.bi-eraser-fill::before {
  content: "\f330";
}

.bi-eraser::before {
  content: "\f331";
}

.bi-exclamation-circle-fill::before {
  content: "\f332";
}

.bi-exclamation-circle::before {
  content: "\f333";
}

.bi-exclamation-diamond-fill::before {
  content: "\f334";
}

.bi-exclamation-diamond::before {
  content: "\f335";
}

.bi-exclamation-octagon-fill::before {
  content: "\f336";
}

.bi-exclamation-octagon::before {
  content: "\f337";
}

.bi-exclamation-square-fill::before {
  content: "\f338";
}

.bi-exclamation-square::before {
  content: "\f339";
}

.bi-exclamation-triangle-fill::before {
  content: "\f33a";
}

.bi-exclamation-triangle::before {
  content: "\f33b";
}

.bi-exclamation::before {
  content: "\f33c";
}

.bi-exclude::before {
  content: "\f33d";
}

.bi-eye-fill::before {
  content: "\f33e";
}

.bi-eye-slash-fill::before {
  content: "\f33f";
}

.bi-eye-slash::before {
  content: "\f340";
}

.bi-eye::before {
  content: "\f341";
}

.bi-eyedropper::before {
  content: "\f342";
}

.bi-eyeglasses::before {
  content: "\f343";
}

.bi-facebook::before {
  content: "\f344";
}

.bi-file-arrow-down-fill::before {
  content: "\f345";
}

.bi-file-arrow-down::before {
  content: "\f346";
}

.bi-file-arrow-up-fill::before {
  content: "\f347";
}

.bi-file-arrow-up::before {
  content: "\f348";
}

.bi-file-bar-graph-fill::before {
  content: "\f349";
}

.bi-file-bar-graph::before {
  content: "\f34a";
}

.bi-file-binary-fill::before {
  content: "\f34b";
}

.bi-file-binary::before {
  content: "\f34c";
}

.bi-file-break-fill::before {
  content: "\f34d";
}

.bi-file-break::before {
  content: "\f34e";
}

.bi-file-check-fill::before {
  content: "\f34f";
}

.bi-file-check::before {
  content: "\f350";
}

.bi-file-code-fill::before {
  content: "\f351";
}

.bi-file-code::before {
  content: "\f352";
}

.bi-file-diff-fill::before {
  content: "\f353";
}

.bi-file-diff::before {
  content: "\f354";
}

.bi-file-earmark-arrow-down-fill::before {
  content: "\f355";
}

.bi-file-earmark-arrow-down::before {
  content: "\f356";
}

.bi-file-earmark-arrow-up-fill::before {
  content: "\f357";
}

.bi-file-earmark-arrow-up::before {
  content: "\f358";
}

.bi-file-earmark-bar-graph-fill::before {
  content: "\f359";
}

.bi-file-earmark-bar-graph::before {
  content: "\f35a";
}

.bi-file-earmark-binary-fill::before {
  content: "\f35b";
}

.bi-file-earmark-binary::before {
  content: "\f35c";
}

.bi-file-earmark-break-fill::before {
  content: "\f35d";
}

.bi-file-earmark-break::before {
  content: "\f35e";
}

.bi-file-earmark-check-fill::before {
  content: "\f35f";
}

.bi-file-earmark-check::before {
  content: "\f360";
}

.bi-file-earmark-code-fill::before {
  content: "\f361";
}

.bi-file-earmark-code::before {
  content: "\f362";
}

.bi-file-earmark-diff-fill::before {
  content: "\f363";
}

.bi-file-earmark-diff::before {
  content: "\f364";
}

.bi-file-earmark-easel-fill::before {
  content: "\f365";
}

.bi-file-earmark-easel::before {
  content: "\f366";
}

.bi-file-earmark-excel-fill::before {
  content: "\f367";
}

.bi-file-earmark-excel::before {
  content: "\f368";
}

.bi-file-earmark-fill::before {
  content: "\f369";
}

.bi-file-earmark-font-fill::before {
  content: "\f36a";
}

.bi-file-earmark-font::before {
  content: "\f36b";
}

.bi-file-earmark-image-fill::before {
  content: "\f36c";
}

.bi-file-earmark-image::before {
  content: "\f36d";
}

.bi-file-earmark-lock-fill::before {
  content: "\f36e";
}

.bi-file-earmark-lock::before {
  content: "\f36f";
}

.bi-file-earmark-lock2-fill::before {
  content: "\f370";
}

.bi-file-earmark-lock2::before {
  content: "\f371";
}

.bi-file-earmark-medical-fill::before {
  content: "\f372";
}

.bi-file-earmark-medical::before {
  content: "\f373";
}

.bi-file-earmark-minus-fill::before {
  content: "\f374";
}

.bi-file-earmark-minus::before {
  content: "\f375";
}

.bi-file-earmark-music-fill::before {
  content: "\f376";
}

.bi-file-earmark-music::before {
  content: "\f377";
}

.bi-file-earmark-person-fill::before {
  content: "\f378";
}

.bi-file-earmark-person::before {
  content: "\f379";
}

.bi-file-earmark-play-fill::before {
  content: "\f37a";
}

.bi-file-earmark-play::before {
  content: "\f37b";
}

.bi-file-earmark-plus-fill::before {
  content: "\f37c";
}

.bi-file-earmark-plus::before {
  content: "\f37d";
}

.bi-file-earmark-post-fill::before {
  content: "\f37e";
}

.bi-file-earmark-post::before {
  content: "\f37f";
}

.bi-file-earmark-ppt-fill::before {
  content: "\f380";
}

.bi-file-earmark-ppt::before {
  content: "\f381";
}

.bi-file-earmark-richtext-fill::before {
  content: "\f382";
}

.bi-file-earmark-richtext::before {
  content: "\f383";
}

.bi-file-earmark-ruled-fill::before {
  content: "\f384";
}

.bi-file-earmark-ruled::before {
  content: "\f385";
}

.bi-file-earmark-slides-fill::before {
  content: "\f386";
}

.bi-file-earmark-slides::before {
  content: "\f387";
}

.bi-file-earmark-spreadsheet-fill::before {
  content: "\f388";
}

.bi-file-earmark-spreadsheet::before {
  content: "\f389";
}

.bi-file-earmark-text-fill::before {
  content: "\f38a";
}

.bi-file-earmark-text::before {
  content: "\f38b";
}

.bi-file-earmark-word-fill::before {
  content: "\f38c";
}

.bi-file-earmark-word::before {
  content: "\f38d";
}

.bi-file-earmark-x-fill::before {
  content: "\f38e";
}

.bi-file-earmark-x::before {
  content: "\f38f";
}

.bi-file-earmark-zip-fill::before {
  content: "\f390";
}

.bi-file-earmark-zip::before {
  content: "\f391";
}

.bi-file-earmark::before {
  content: "\f392";
}

.bi-file-easel-fill::before {
  content: "\f393";
}

.bi-file-easel::before {
  content: "\f394";
}

.bi-file-excel-fill::before {
  content: "\f395";
}

.bi-file-excel::before {
  content: "\f396";
}

.bi-file-fill::before {
  content: "\f397";
}

.bi-file-font-fill::before {
  content: "\f398";
}

.bi-file-font::before {
  content: "\f399";
}

.bi-file-image-fill::before {
  content: "\f39a";
}

.bi-file-image::before {
  content: "\f39b";
}

.bi-file-lock-fill::before {
  content: "\f39c";
}

.bi-file-lock::before {
  content: "\f39d";
}

.bi-file-lock2-fill::before {
  content: "\f39e";
}

.bi-file-lock2::before {
  content: "\f39f";
}

.bi-file-medical-fill::before {
  content: "\f3a0";
}

.bi-file-medical::before {
  content: "\f3a1";
}

.bi-file-minus-fill::before {
  content: "\f3a2";
}

.bi-file-minus::before {
  content: "\f3a3";
}

.bi-file-music-fill::before {
  content: "\f3a4";
}

.bi-file-music::before {
  content: "\f3a5";
}

.bi-file-person-fill::before {
  content: "\f3a6";
}

.bi-file-person::before {
  content: "\f3a7";
}

.bi-file-play-fill::before {
  content: "\f3a8";
}

.bi-file-play::before {
  content: "\f3a9";
}

.bi-file-plus-fill::before {
  content: "\f3aa";
}

.bi-file-plus::before {
  content: "\f3ab";
}

.bi-file-post-fill::before {
  content: "\f3ac";
}

.bi-file-post::before {
  content: "\f3ad";
}

.bi-file-ppt-fill::before {
  content: "\f3ae";
}

.bi-file-ppt::before {
  content: "\f3af";
}

.bi-file-richtext-fill::before {
  content: "\f3b0";
}

.bi-file-richtext::before {
  content: "\f3b1";
}

.bi-file-ruled-fill::before {
  content: "\f3b2";
}

.bi-file-ruled::before {
  content: "\f3b3";
}

.bi-file-slides-fill::before {
  content: "\f3b4";
}

.bi-file-slides::before {
  content: "\f3b5";
}

.bi-file-spreadsheet-fill::before {
  content: "\f3b6";
}

.bi-file-spreadsheet::before {
  content: "\f3b7";
}

.bi-file-text-fill::before {
  content: "\f3b8";
}

.bi-file-text::before {
  content: "\f3b9";
}

.bi-file-word-fill::before {
  content: "\f3ba";
}

.bi-file-word::before {
  content: "\f3bb";
}

.bi-file-x-fill::before {
  content: "\f3bc";
}

.bi-file-x::before {
  content: "\f3bd";
}

.bi-file-zip-fill::before {
  content: "\f3be";
}

.bi-file-zip::before {
  content: "\f3bf";
}

.bi-file::before {
  content: "\f3c0";
}

.bi-files-alt::before {
  content: "\f3c1";
}

.bi-files::before {
  content: "\f3c2";
}

.bi-film::before {
  content: "\f3c3";
}

.bi-filter-circle-fill::before {
  content: "\f3c4";
}

.bi-filter-circle::before {
  content: "\f3c5";
}

.bi-filter-left::before {
  content: "\f3c6";
}

.bi-filter-right::before {
  content: "\f3c7";
}

.bi-filter-square-fill::before {
  content: "\f3c8";
}

.bi-filter-square::before {
  content: "\f3c9";
}

.bi-filter::before {
  content: "\f3ca";
}

.bi-flag-fill::before {
  content: "\f3cb";
}

.bi-flag::before {
  content: "\f3cc";
}

.bi-flower1::before {
  content: "\f3cd";
}

.bi-flower2::before {
  content: "\f3ce";
}

.bi-flower3::before {
  content: "\f3cf";
}

.bi-folder-check::before {
  content: "\f3d0";
}

.bi-folder-fill::before {
  content: "\f3d1";
}

.bi-folder-minus::before {
  content: "\f3d2";
}

.bi-folder-plus::before {
  content: "\f3d3";
}

.bi-folder-symlink-fill::before {
  content: "\f3d4";
}

.bi-folder-symlink::before {
  content: "\f3d5";
}

.bi-folder-x::before {
  content: "\f3d6";
}

.bi-folder::before {
  content: "\f3d7";
}

.bi-folder2-open::before {
  content: "\f3d8";
}

.bi-folder2::before {
  content: "\f3d9";
}

.bi-fonts::before {
  content: "\f3da";
}

.bi-forward-fill::before {
  content: "\f3db";
}

.bi-forward::before {
  content: "\f3dc";
}

.bi-front::before {
  content: "\f3dd";
}

.bi-fullscreen-exit::before {
  content: "\f3de";
}

.bi-fullscreen::before {
  content: "\f3df";
}

.bi-funnel-fill::before {
  content: "\f3e0";
}

.bi-funnel::before {
  content: "\f3e1";
}

.bi-gear-fill::before {
  content: "\f3e2";
}

.bi-gear-wide-connected::before {
  content: "\f3e3";
}

.bi-gear-wide::before {
  content: "\f3e4";
}

.bi-gear::before {
  content: "\f3e5";
}

.bi-gem::before {
  content: "\f3e6";
}

.bi-geo-alt-fill::before {
  content: "\f3e7";
}

.bi-geo-alt::before {
  content: "\f3e8";
}

.bi-geo-fill::before {
  content: "\f3e9";
}

.bi-geo::before {
  content: "\f3ea";
}

.bi-gift-fill::before {
  content: "\f3eb";
}

.bi-gift::before {
  content: "\f3ec";
}

.bi-github::before {
  content: "\f3ed";
}

.bi-globe::before {
  content: "\f3ee";
}

.bi-globe2::before {
  content: "\f3ef";
}

.bi-google::before {
  content: "\f3f0";
}

.bi-graph-down::before {
  content: "\f3f1";
}

.bi-graph-up::before {
  content: "\f3f2";
}

.bi-grid-1x2-fill::before {
  content: "\f3f3";
}

.bi-grid-1x2::before {
  content: "\f3f4";
}

.bi-grid-3x2-gap-fill::before {
  content: "\f3f5";
}

.bi-grid-3x2-gap::before {
  content: "\f3f6";
}

.bi-grid-3x2::before {
  content: "\f3f7";
}

.bi-grid-3x3-gap-fill::before {
  content: "\f3f8";
}

.bi-grid-3x3-gap::before {
  content: "\f3f9";
}

.bi-grid-3x3::before {
  content: "\f3fa";
}

.bi-grid-fill::before {
  content: "\f3fb";
}

.bi-grid::before {
  content: "\f3fc";
}

.bi-grip-horizontal::before {
  content: "\f3fd";
}

.bi-grip-vertical::before {
  content: "\f3fe";
}

.bi-hammer::before {
  content: "\f3ff";
}

.bi-hand-index-fill::before {
  content: "\f400";
}

.bi-hand-index-thumb-fill::before {
  content: "\f401";
}

.bi-hand-index-thumb::before {
  content: "\f402";
}

.bi-hand-index::before {
  content: "\f403";
}

.bi-hand-thumbs-down-fill::before {
  content: "\f404";
}

.bi-hand-thumbs-down::before {
  content: "\f405";
}

.bi-hand-thumbs-up-fill::before {
  content: "\f406";
}

.bi-hand-thumbs-up::before {
  content: "\f407";
}

.bi-handbag-fill::before {
  content: "\f408";
}

.bi-handbag::before {
  content: "\f409";
}

.bi-hash::before {
  content: "\f40a";
}

.bi-hdd-fill::before {
  content: "\f40b";
}

.bi-hdd-network-fill::before {
  content: "\f40c";
}

.bi-hdd-network::before {
  content: "\f40d";
}

.bi-hdd-rack-fill::before {
  content: "\f40e";
}

.bi-hdd-rack::before {
  content: "\f40f";
}

.bi-hdd-stack-fill::before {
  content: "\f410";
}

.bi-hdd-stack::before {
  content: "\f411";
}

.bi-hdd::before {
  content: "\f412";
}

.bi-headphones::before {
  content: "\f413";
}

.bi-headset::before {
  content: "\f414";
}

.bi-heart-fill::before {
  content: "\f415";
}

.bi-heart-half::before {
  content: "\f416";
}

.bi-heart::before {
  content: "\f417";
}

.bi-heptagon-fill::before {
  content: "\f418";
}

.bi-heptagon-half::before {
  content: "\f419";
}

.bi-heptagon::before {
  content: "\f41a";
}

.bi-hexagon-fill::before {
  content: "\f41b";
}

.bi-hexagon-half::before {
  content: "\f41c";
}

.bi-hexagon::before {
  content: "\f41d";
}

.bi-hourglass-bottom::before {
  content: "\f41e";
}

.bi-hourglass-split::before {
  content: "\f41f";
}

.bi-hourglass-top::before {
  content: "\f420";
}

.bi-hourglass::before {
  content: "\f421";
}

.bi-house-door-fill::before {
  content: "\f422";
}

.bi-house-door::before {
  content: "\f423";
}

.bi-house-fill::before {
  content: "\f424";
}

.bi-house::before {
  content: "\f425";
}

.bi-hr::before {
  content: "\f426";
}

.bi-hurricane::before {
  content: "\f427";
}

.bi-image-alt::before {
  content: "\f428";
}

.bi-image-fill::before {
  content: "\f429";
}

.bi-image::before {
  content: "\f42a";
}

.bi-images::before {
  content: "\f42b";
}

.bi-inbox-fill::before {
  content: "\f42c";
}

.bi-inbox::before {
  content: "\f42d";
}

.bi-inboxes-fill::before {
  content: "\f42e";
}

.bi-inboxes::before {
  content: "\f42f";
}

.bi-info-circle-fill::before {
  content: "\f430";
}

.bi-info-circle::before {
  content: "\f431";
}

.bi-info-square-fill::before {
  content: "\f432";
}

.bi-info-square::before {
  content: "\f433";
}

.bi-info::before {
  content: "\f434";
}

.bi-input-cursor-text::before {
  content: "\f435";
}

.bi-input-cursor::before {
  content: "\f436";
}

.bi-instagram::before {
  content: "\f437";
}

.bi-intersect::before {
  content: "\f438";
}

.bi-journal-album::before {
  content: "\f439";
}

.bi-journal-arrow-down::before {
  content: "\f43a";
}

.bi-journal-arrow-up::before {
  content: "\f43b";
}

.bi-journal-bookmark-fill::before {
  content: "\f43c";
}

.bi-journal-bookmark::before {
  content: "\f43d";
}

.bi-journal-check::before {
  content: "\f43e";
}

.bi-journal-code::before {
  content: "\f43f";
}

.bi-journal-medical::before {
  content: "\f440";
}

.bi-journal-minus::before {
  content: "\f441";
}

.bi-journal-plus::before {
  content: "\f442";
}

.bi-journal-richtext::before {
  content: "\f443";
}

.bi-journal-text::before {
  content: "\f444";
}

.bi-journal-x::before {
  content: "\f445";
}

.bi-journal::before {
  content: "\f446";
}

.bi-journals::before {
  content: "\f447";
}

.bi-joystick::before {
  content: "\f448";
}

.bi-justify-left::before {
  content: "\f449";
}

.bi-justify-right::before {
  content: "\f44a";
}

.bi-justify::before {
  content: "\f44b";
}

.bi-kanban-fill::before {
  content: "\f44c";
}

.bi-kanban::before {
  content: "\f44d";
}

.bi-key-fill::before {
  content: "\f44e";
}

.bi-key::before {
  content: "\f44f";
}

.bi-keyboard-fill::before {
  content: "\f450";
}

.bi-keyboard::before {
  content: "\f451";
}

.bi-ladder::before {
  content: "\f452";
}

.bi-lamp-fill::before {
  content: "\f453";
}

.bi-lamp::before {
  content: "\f454";
}

.bi-laptop-fill::before {
  content: "\f455";
}

.bi-laptop::before {
  content: "\f456";
}

.bi-layer-backward::before {
  content: "\f457";
}

.bi-layer-forward::before {
  content: "\f458";
}

.bi-layers-fill::before {
  content: "\f459";
}

.bi-layers-half::before {
  content: "\f45a";
}

.bi-layers::before {
  content: "\f45b";
}

.bi-layout-sidebar-inset-reverse::before {
  content: "\f45c";
}

.bi-layout-sidebar-inset::before {
  content: "\f45d";
}

.bi-layout-sidebar-reverse::before {
  content: "\f45e";
}

.bi-layout-sidebar::before {
  content: "\f45f";
}

.bi-layout-split::before {
  content: "\f460";
}

.bi-layout-text-sidebar-reverse::before {
  content: "\f461";
}

.bi-layout-text-sidebar::before {
  content: "\f462";
}

.bi-layout-text-window-reverse::before {
  content: "\f463";
}

.bi-layout-text-window::before {
  content: "\f464";
}

.bi-layout-three-columns::before {
  content: "\f465";
}

.bi-layout-wtf::before {
  content: "\f466";
}

.bi-life-preserver::before {
  content: "\f467";
}

.bi-lightbulb-fill::before {
  content: "\f468";
}

.bi-lightbulb-off-fill::before {
  content: "\f469";
}

.bi-lightbulb-off::before {
  content: "\f46a";
}

.bi-lightbulb::before {
  content: "\f46b";
}

.bi-lightning-charge-fill::before {
  content: "\f46c";
}

.bi-lightning-charge::before {
  content: "\f46d";
}

.bi-lightning-fill::before {
  content: "\f46e";
}

.bi-lightning::before {
  content: "\f46f";
}

.bi-link-45deg::before {
  content: "\f470";
}

.bi-link::before {
  content: "\f471";
}

.bi-linkedin::before {
  content: "\f472";
}

.bi-list-check::before {
  content: "\f473";
}

.bi-list-nested::before {
  content: "\f474";
}

.bi-list-ol::before {
  content: "\f475";
}

.bi-list-stars::before {
  content: "\f476";
}

.bi-list-task::before {
  content: "\f477";
}

.bi-list-ul::before {
  content: "\f478";
}

.bi-list::before {
  content: "\f479";
}

.bi-lock-fill::before {
  content: "\f47a";
}

.bi-lock::before {
  content: "\f47b";
}

.bi-mailbox::before {
  content: "\f47c";
}

.bi-mailbox2::before {
  content: "\f47d";
}

.bi-map-fill::before {
  content: "\f47e";
}

.bi-map::before {
  content: "\f47f";
}

.bi-markdown-fill::before {
  content: "\f480";
}

.bi-markdown::before {
  content: "\f481";
}

.bi-mask::before {
  content: "\f482";
}

.bi-megaphone-fill::before {
  content: "\f483";
}

.bi-megaphone::before {
  content: "\f484";
}

.bi-menu-app-fill::before {
  content: "\f485";
}

.bi-menu-app::before {
  content: "\f486";
}

.bi-menu-button-fill::before {
  content: "\f487";
}

.bi-menu-button-wide-fill::before {
  content: "\f488";
}

.bi-menu-button-wide::before {
  content: "\f489";
}

.bi-menu-button::before {
  content: "\f48a";
}

.bi-menu-down::before {
  content: "\f48b";
}

.bi-menu-up::before {
  content: "\f48c";
}

.bi-mic-fill::before {
  content: "\f48d";
}

.bi-mic-mute-fill::before {
  content: "\f48e";
}

.bi-mic-mute::before {
  content: "\f48f";
}

.bi-mic::before {
  content: "\f490";
}

.bi-minecart-loaded::before {
  content: "\f491";
}

.bi-minecart::before {
  content: "\f492";
}

.bi-moisture::before {
  content: "\f493";
}

.bi-moon-fill::before {
  content: "\f494";
}

.bi-moon-stars-fill::before {
  content: "\f495";
}

.bi-moon-stars::before {
  content: "\f496";
}

.bi-moon::before {
  content: "\f497";
}

.bi-mouse-fill::before {
  content: "\f498";
}

.bi-mouse::before {
  content: "\f499";
}

.bi-mouse2-fill::before {
  content: "\f49a";
}

.bi-mouse2::before {
  content: "\f49b";
}

.bi-mouse3-fill::before {
  content: "\f49c";
}

.bi-mouse3::before {
  content: "\f49d";
}

.bi-music-note-beamed::before {
  content: "\f49e";
}

.bi-music-note-list::before {
  content: "\f49f";
}

.bi-music-note::before {
  content: "\f4a0";
}

.bi-music-player-fill::before {
  content: "\f4a1";
}

.bi-music-player::before {
  content: "\f4a2";
}

.bi-newspaper::before {
  content: "\f4a3";
}

.bi-node-minus-fill::before {
  content: "\f4a4";
}

.bi-node-minus::before {
  content: "\f4a5";
}

.bi-node-plus-fill::before {
  content: "\f4a6";
}

.bi-node-plus::before {
  content: "\f4a7";
}

.bi-nut-fill::before {
  content: "\f4a8";
}

.bi-nut::before {
  content: "\f4a9";
}

.bi-octagon-fill::before {
  content: "\f4aa";
}

.bi-octagon-half::before {
  content: "\f4ab";
}

.bi-octagon::before {
  content: "\f4ac";
}

.bi-option::before {
  content: "\f4ad";
}

.bi-outlet::before {
  content: "\f4ae";
}

.bi-paint-bucket::before {
  content: "\f4af";
}

.bi-palette-fill::before {
  content: "\f4b0";
}

.bi-palette::before {
  content: "\f4b1";
}

.bi-palette2::before {
  content: "\f4b2";
}

.bi-paperclip::before {
  content: "\f4b3";
}

.bi-paragraph::before {
  content: "\f4b4";
}

.bi-patch-check-fill::before {
  content: "\f4b5";
}

.bi-patch-check::before {
  content: "\f4b6";
}

.bi-patch-exclamation-fill::before {
  content: "\f4b7";
}

.bi-patch-exclamation::before {
  content: "\f4b8";
}

.bi-patch-minus-fill::before {
  content: "\f4b9";
}

.bi-patch-minus::before {
  content: "\f4ba";
}

.bi-patch-plus-fill::before {
  content: "\f4bb";
}

.bi-patch-plus::before {
  content: "\f4bc";
}

.bi-patch-question-fill::before {
  content: "\f4bd";
}

.bi-patch-question::before {
  content: "\f4be";
}

.bi-pause-btn-fill::before {
  content: "\f4bf";
}

.bi-pause-btn::before {
  content: "\f4c0";
}

.bi-pause-circle-fill::before {
  content: "\f4c1";
}

.bi-pause-circle::before {
  content: "\f4c2";
}

.bi-pause-fill::before {
  content: "\f4c3";
}

.bi-pause::before {
  content: "\f4c4";
}

.bi-peace-fill::before {
  content: "\f4c5";
}

.bi-peace::before {
  content: "\f4c6";
}

.bi-pen-fill::before {
  content: "\f4c7";
}

.bi-pen::before {
  content: "\f4c8";
}

.bi-pencil-fill::before {
  content: "\f4c9";
}

.bi-pencil-square::before {
  content: "\f4ca";
}

.bi-pencil::before {
  content: "\f4cb";
}

.bi-pentagon-fill::before {
  content: "\f4cc";
}

.bi-pentagon-half::before {
  content: "\f4cd";
}

.bi-pentagon::before {
  content: "\f4ce";
}

.bi-people-fill::before {
  content: "\f4cf";
}

.bi-people::before {
  content: "\f4d0";
}

.bi-percent::before {
  content: "\f4d1";
}

.bi-person-badge-fill::before {
  content: "\f4d2";
}

.bi-person-badge::before {
  content: "\f4d3";
}

.bi-person-bounding-box::before {
  content: "\f4d4";
}

.bi-person-check-fill::before {
  content: "\f4d5";
}

.bi-person-check::before {
  content: "\f4d6";
}

.bi-person-circle::before {
  content: "\f4d7";
}

.bi-person-dash-fill::before {
  content: "\f4d8";
}

.bi-person-dash::before {
  content: "\f4d9";
}

.bi-person-fill::before {
  content: "\f4da";
}

.bi-person-lines-fill::before {
  content: "\f4db";
}

.bi-person-plus-fill::before {
  content: "\f4dc";
}

.bi-person-plus::before {
  content: "\f4dd";
}

.bi-person-square::before {
  content: "\f4de";
}

.bi-person-x-fill::before {
  content: "\f4df";
}

.bi-person-x::before {
  content: "\f4e0";
}

.bi-person::before {
  content: "\f4e1";
}

.bi-phone-fill::before {
  content: "\f4e2";
}

.bi-phone-landscape-fill::before {
  content: "\f4e3";
}

.bi-phone-landscape::before {
  content: "\f4e4";
}

.bi-phone-vibrate-fill::before {
  content: "\f4e5";
}

.bi-phone-vibrate::before {
  content: "\f4e6";
}

.bi-phone::before {
  content: "\f4e7";
}

.bi-pie-chart-fill::before {
  content: "\f4e8";
}

.bi-pie-chart::before {
  content: "\f4e9";
}

.bi-pin-angle-fill::before {
  content: "\f4ea";
}

.bi-pin-angle::before {
  content: "\f4eb";
}

.bi-pin-fill::before {
  content: "\f4ec";
}

.bi-pin::before {
  content: "\f4ed";
}

.bi-pip-fill::before {
  content: "\f4ee";
}

.bi-pip::before {
  content: "\f4ef";
}

.bi-play-btn-fill::before {
  content: "\f4f0";
}

.bi-play-btn::before {
  content: "\f4f1";
}

.bi-play-circle-fill::before {
  content: "\f4f2";
}

.bi-play-circle::before {
  content: "\f4f3";
}

.bi-play-fill::before {
  content: "\f4f4";
}

.bi-play::before {
  content: "\f4f5";
}

.bi-plug-fill::before {
  content: "\f4f6";
}

.bi-plug::before {
  content: "\f4f7";
}

.bi-plus-circle-dotted::before {
  content: "\f4f8";
}

.bi-plus-circle-fill::before {
  content: "\f4f9";
}

.bi-plus-circle::before {
  content: "\f4fa";
}

.bi-plus-square-dotted::before {
  content: "\f4fb";
}

.bi-plus-square-fill::before {
  content: "\f4fc";
}

.bi-plus-square::before {
  content: "\f4fd";
}

.bi-plus::before {
  content: "\f4fe";
}

.bi-power::before {
  content: "\f4ff";
}

.bi-printer-fill::before {
  content: "\f500";
}

.bi-printer::before {
  content: "\f501";
}

.bi-puzzle-fill::before {
  content: "\f502";
}

.bi-puzzle::before {
  content: "\f503";
}

.bi-question-circle-fill::before {
  content: "\f504";
}

.bi-question-circle::before {
  content: "\f505";
}

.bi-question-diamond-fill::before {
  content: "\f506";
}

.bi-question-diamond::before {
  content: "\f507";
}

.bi-question-octagon-fill::before {
  content: "\f508";
}

.bi-question-octagon::before {
  content: "\f509";
}

.bi-question-square-fill::before {
  content: "\f50a";
}

.bi-question-square::before {
  content: "\f50b";
}

.bi-question::before {
  content: "\f50c";
}

.bi-rainbow::before {
  content: "\f50d";
}

.bi-receipt-cutoff::before {
  content: "\f50e";
}

.bi-receipt::before {
  content: "\f50f";
}

.bi-reception-0::before {
  content: "\f510";
}

.bi-reception-1::before {
  content: "\f511";
}

.bi-reception-2::before {
  content: "\f512";
}

.bi-reception-3::before {
  content: "\f513";
}

.bi-reception-4::before {
  content: "\f514";
}

.bi-record-btn-fill::before {
  content: "\f515";
}

.bi-record-btn::before {
  content: "\f516";
}

.bi-record-circle-fill::before {
  content: "\f517";
}

.bi-record-circle::before {
  content: "\f518";
}

.bi-record-fill::before {
  content: "\f519";
}

.bi-record::before {
  content: "\f51a";
}

.bi-record2-fill::before {
  content: "\f51b";
}

.bi-record2::before {
  content: "\f51c";
}

.bi-reply-all-fill::before {
  content: "\f51d";
}

.bi-reply-all::before {
  content: "\f51e";
}

.bi-reply-fill::before {
  content: "\f51f";
}

.bi-reply::before {
  content: "\f520";
}

.bi-rss-fill::before {
  content: "\f521";
}

.bi-rss::before {
  content: "\f522";
}

.bi-rulers::before {
  content: "\f523";
}

.bi-save-fill::before {
  content: "\f524";
}

.bi-save::before {
  content: "\f525";
}

.bi-save2-fill::before {
  content: "\f526";
}

.bi-save2::before {
  content: "\f527";
}

.bi-scissors::before {
  content: "\f528";
}

.bi-screwdriver::before {
  content: "\f529";
}

.bi-search::before {
  content: "\f52a";
}

.bi-segmented-nav::before {
  content: "\f52b";
}

.bi-server::before {
  content: "\f52c";
}

.bi-share-fill::before {
  content: "\f52d";
}

.bi-share::before {
  content: "\f52e";
}

.bi-shield-check::before {
  content: "\f52f";
}

.bi-shield-exclamation::before {
  content: "\f530";
}

.bi-shield-fill-check::before {
  content: "\f531";
}

.bi-shield-fill-exclamation::before {
  content: "\f532";
}

.bi-shield-fill-minus::before {
  content: "\f533";
}

.bi-shield-fill-plus::before {
  content: "\f534";
}

.bi-shield-fill-x::before {
  content: "\f535";
}

.bi-shield-fill::before {
  content: "\f536";
}

.bi-shield-lock-fill::before {
  content: "\f537";
}

.bi-shield-lock::before {
  content: "\f538";
}

.bi-shield-minus::before {
  content: "\f539";
}

.bi-shield-plus::before {
  content: "\f53a";
}

.bi-shield-shaded::before {
  content: "\f53b";
}

.bi-shield-slash-fill::before {
  content: "\f53c";
}

.bi-shield-slash::before {
  content: "\f53d";
}

.bi-shield-x::before {
  content: "\f53e";
}

.bi-shield::before {
  content: "\f53f";
}

.bi-shift-fill::before {
  content: "\f540";
}

.bi-shift::before {
  content: "\f541";
}

.bi-shop-window::before {
  content: "\f542";
}

.bi-shop::before {
  content: "\f543";
}

.bi-shuffle::before {
  content: "\f544";
}

.bi-signpost-2-fill::before {
  content: "\f545";
}

.bi-signpost-2::before {
  content: "\f546";
}

.bi-signpost-fill::before {
  content: "\f547";
}

.bi-signpost-split-fill::before {
  content: "\f548";
}

.bi-signpost-split::before {
  content: "\f549";
}

.bi-signpost::before {
  content: "\f54a";
}

.bi-sim-fill::before {
  content: "\f54b";
}

.bi-sim::before {
  content: "\f54c";
}

.bi-skip-backward-btn-fill::before {
  content: "\f54d";
}

.bi-skip-backward-btn::before {
  content: "\f54e";
}

.bi-skip-backward-circle-fill::before {
  content: "\f54f";
}

.bi-skip-backward-circle::before {
  content: "\f550";
}

.bi-skip-backward-fill::before {
  content: "\f551";
}

.bi-skip-backward::before {
  content: "\f552";
}

.bi-skip-end-btn-fill::before {
  content: "\f553";
}

.bi-skip-end-btn::before {
  content: "\f554";
}

.bi-skip-end-circle-fill::before {
  content: "\f555";
}

.bi-skip-end-circle::before {
  content: "\f556";
}

.bi-skip-end-fill::before {
  content: "\f557";
}

.bi-skip-end::before {
  content: "\f558";
}

.bi-skip-forward-btn-fill::before {
  content: "\f559";
}

.bi-skip-forward-btn::before {
  content: "\f55a";
}

.bi-skip-forward-circle-fill::before {
  content: "\f55b";
}

.bi-skip-forward-circle::before {
  content: "\f55c";
}

.bi-skip-forward-fill::before {
  content: "\f55d";
}

.bi-skip-forward::before {
  content: "\f55e";
}

.bi-skip-start-btn-fill::before {
  content: "\f55f";
}

.bi-skip-start-btn::before {
  content: "\f560";
}

.bi-skip-start-circle-fill::before {
  content: "\f561";
}

.bi-skip-start-circle::before {
  content: "\f562";
}

.bi-skip-start-fill::before {
  content: "\f563";
}

.bi-skip-start::before {
  content: "\f564";
}

.bi-slack::before {
  content: "\f565";
}

.bi-slash-circle-fill::before {
  content: "\f566";
}

.bi-slash-circle::before {
  content: "\f567";
}

.bi-slash-square-fill::before {
  content: "\f568";
}

.bi-slash-square::before {
  content: "\f569";
}

.bi-slash::before {
  content: "\f56a";
}

.bi-sliders::before {
  content: "\f56b";
}

.bi-smartwatch::before {
  content: "\f56c";
}

.bi-snow::before {
  content: "\f56d";
}

.bi-snow2::before {
  content: "\f56e";
}

.bi-snow3::before {
  content: "\f56f";
}

.bi-sort-alpha-down-alt::before {
  content: "\f570";
}

.bi-sort-alpha-down::before {
  content: "\f571";
}

.bi-sort-alpha-up-alt::before {
  content: "\f572";
}

.bi-sort-alpha-up::before {
  content: "\f573";
}

.bi-sort-down-alt::before {
  content: "\f574";
}

.bi-sort-down::before {
  content: "\f575";
}

.bi-sort-numeric-down-alt::before {
  content: "\f576";
}

.bi-sort-numeric-down::before {
  content: "\f577";
}

.bi-sort-numeric-up-alt::before {
  content: "\f578";
}

.bi-sort-numeric-up::before {
  content: "\f579";
}

.bi-sort-up-alt::before {
  content: "\f57a";
}

.bi-sort-up::before {
  content: "\f57b";
}

.bi-soundwave::before {
  content: "\f57c";
}

.bi-speaker-fill::before {
  content: "\f57d";
}

.bi-speaker::before {
  content: "\f57e";
}

.bi-speedometer::before {
  content: "\f57f";
}

.bi-speedometer2::before {
  content: "\f580";
}

.bi-spellcheck::before {
  content: "\f581";
}

.bi-square-fill::before {
  content: "\f582";
}

.bi-square-half::before {
  content: "\f583";
}

.bi-square::before {
  content: "\f584";
}

.bi-stack::before {
  content: "\f585";
}

.bi-star-fill::before {
  content: "\f586";
}

.bi-star-half::before {
  content: "\f587";
}

.bi-star::before {
  content: "\f588";
}

.bi-stars::before {
  content: "\f589";
}

.bi-stickies-fill::before {
  content: "\f58a";
}

.bi-stickies::before {
  content: "\f58b";
}

.bi-sticky-fill::before {
  content: "\f58c";
}

.bi-sticky::before {
  content: "\f58d";
}

.bi-stop-btn-fill::before {
  content: "\f58e";
}

.bi-stop-btn::before {
  content: "\f58f";
}

.bi-stop-circle-fill::before {
  content: "\f590";
}

.bi-stop-circle::before {
  content: "\f591";
}

.bi-stop-fill::before {
  content: "\f592";
}

.bi-stop::before {
  content: "\f593";
}

.bi-stoplights-fill::before {
  content: "\f594";
}

.bi-stoplights::before {
  content: "\f595";
}

.bi-stopwatch-fill::before {
  content: "\f596";
}

.bi-stopwatch::before {
  content: "\f597";
}

.bi-subtract::before {
  content: "\f598";
}

.bi-suit-club-fill::before {
  content: "\f599";
}

.bi-suit-club::before {
  content: "\f59a";
}

.bi-suit-diamond-fill::before {
  content: "\f59b";
}

.bi-suit-diamond::before {
  content: "\f59c";
}

.bi-suit-heart-fill::before {
  content: "\f59d";
}

.bi-suit-heart::before {
  content: "\f59e";
}

.bi-suit-spade-fill::before {
  content: "\f59f";
}

.bi-suit-spade::before {
  content: "\f5a0";
}

.bi-sun-fill::before {
  content: "\f5a1";
}

.bi-sun::before {
  content: "\f5a2";
}

.bi-sunglasses::before {
  content: "\f5a3";
}

.bi-sunrise-fill::before {
  content: "\f5a4";
}

.bi-sunrise::before {
  content: "\f5a5";
}

.bi-sunset-fill::before {
  content: "\f5a6";
}

.bi-sunset::before {
  content: "\f5a7";
}

.bi-symmetry-horizontal::before {
  content: "\f5a8";
}

.bi-symmetry-vertical::before {
  content: "\f5a9";
}

.bi-table::before {
  content: "\f5aa";
}

.bi-tablet-fill::before {
  content: "\f5ab";
}

.bi-tablet-landscape-fill::before {
  content: "\f5ac";
}

.bi-tablet-landscape::before {
  content: "\f5ad";
}

.bi-tablet::before {
  content: "\f5ae";
}

.bi-tag-fill::before {
  content: "\f5af";
}

.bi-tag::before {
  content: "\f5b0";
}

.bi-tags-fill::before {
  content: "\f5b1";
}

.bi-tags::before {
  content: "\f5b2";
}

.bi-telegram::before {
  content: "\f5b3";
}

.bi-telephone-fill::before {
  content: "\f5b4";
}

.bi-telephone-forward-fill::before {
  content: "\f5b5";
}

.bi-telephone-forward::before {
  content: "\f5b6";
}

.bi-telephone-inbound-fill::before {
  content: "\f5b7";
}

.bi-telephone-inbound::before {
  content: "\f5b8";
}

.bi-telephone-minus-fill::before {
  content: "\f5b9";
}

.bi-telephone-minus::before {
  content: "\f5ba";
}

.bi-telephone-outbound-fill::before {
  content: "\f5bb";
}

.bi-telephone-outbound::before {
  content: "\f5bc";
}

.bi-telephone-plus-fill::before {
  content: "\f5bd";
}

.bi-telephone-plus::before {
  content: "\f5be";
}

.bi-telephone-x-fill::before {
  content: "\f5bf";
}

.bi-telephone-x::before {
  content: "\f5c0";
}

.bi-telephone::before {
  content: "\f5c1";
}

.bi-terminal-fill::before {
  content: "\f5c2";
}

.bi-terminal::before {
  content: "\f5c3";
}

.bi-text-center::before {
  content: "\f5c4";
}

.bi-text-indent-left::before {
  content: "\f5c5";
}

.bi-text-indent-right::before {
  content: "\f5c6";
}

.bi-text-left::before {
  content: "\f5c7";
}

.bi-text-paragraph::before {
  content: "\f5c8";
}

.bi-text-right::before {
  content: "\f5c9";
}

.bi-textarea-resize::before {
  content: "\f5ca";
}

.bi-textarea-t::before {
  content: "\f5cb";
}

.bi-textarea::before {
  content: "\f5cc";
}

.bi-thermometer-half::before {
  content: "\f5cd";
}

.bi-thermometer-high::before {
  content: "\f5ce";
}

.bi-thermometer-low::before {
  content: "\f5cf";
}

.bi-thermometer-snow::before {
  content: "\f5d0";
}

.bi-thermometer-sun::before {
  content: "\f5d1";
}

.bi-thermometer::before {
  content: "\f5d2";
}

.bi-three-dots-vertical::before {
  content: "\f5d3";
}

.bi-three-dots::before {
  content: "\f5d4";
}

.bi-toggle-off::before {
  content: "\f5d5";
}

.bi-toggle-on::before {
  content: "\f5d6";
}

.bi-toggle2-off::before {
  content: "\f5d7";
}

.bi-toggle2-on::before {
  content: "\f5d8";
}

.bi-toggles::before {
  content: "\f5d9";
}

.bi-toggles2::before {
  content: "\f5da";
}

.bi-tools::before {
  content: "\f5db";
}

.bi-tornado::before {
  content: "\f5dc";
}

.bi-trash-fill::before {
  content: "\f5dd";
}

.bi-trash::before {
  content: "\f5de";
}

.bi-trash2-fill::before {
  content: "\f5df";
}

.bi-trash2::before {
  content: "\f5e0";
}

.bi-tree-fill::before {
  content: "\f5e1";
}

.bi-tree::before {
  content: "\f5e2";
}

.bi-triangle-fill::before {
  content: "\f5e3";
}

.bi-triangle-half::before {
  content: "\f5e4";
}

.bi-triangle::before {
  content: "\f5e5";
}

.bi-trophy-fill::before {
  content: "\f5e6";
}

.bi-trophy::before {
  content: "\f5e7";
}

.bi-tropical-storm::before {
  content: "\f5e8";
}

.bi-truck-flatbed::before {
  content: "\f5e9";
}

.bi-truck::before {
  content: "\f5ea";
}

.bi-tsunami::before {
  content: "\f5eb";
}

.bi-tv-fill::before {
  content: "\f5ec";
}

.bi-tv::before {
  content: "\f5ed";
}

.bi-twitch::before {
  content: "\f5ee";
}

.bi-twitter::before {
  content: "\f5ef";
}

.bi-type-bold::before {
  content: "\f5f0";
}

.bi-type-h1::before {
  content: "\f5f1";
}

.bi-type-h2::before {
  content: "\f5f2";
}

.bi-type-h3::before {
  content: "\f5f3";
}

.bi-type-italic::before {
  content: "\f5f4";
}

.bi-type-strikethrough::before {
  content: "\f5f5";
}

.bi-type-underline::before {
  content: "\f5f6";
}

.bi-type::before {
  content: "\f5f7";
}

.bi-ui-checks-grid::before {
  content: "\f5f8";
}

.bi-ui-checks::before {
  content: "\f5f9";
}

.bi-ui-radios-grid::before {
  content: "\f5fa";
}

.bi-ui-radios::before {
  content: "\f5fb";
}

.bi-umbrella-fill::before {
  content: "\f5fc";
}

.bi-umbrella::before {
  content: "\f5fd";
}

.bi-union::before {
  content: "\f5fe";
}

.bi-unlock-fill::before {
  content: "\f5ff";
}

.bi-unlock::before {
  content: "\f600";
}

.bi-upc-scan::before {
  content: "\f601";
}

.bi-upc::before {
  content: "\f602";
}

.bi-upload::before {
  content: "\f603";
}

.bi-vector-pen::before {
  content: "\f604";
}

.bi-view-list::before {
  content: "\f605";
}

.bi-view-stacked::before {
  content: "\f606";
}

.bi-vinyl-fill::before {
  content: "\f607";
}

.bi-vinyl::before {
  content: "\f608";
}

.bi-voicemail::before {
  content: "\f609";
}

.bi-volume-down-fill::before {
  content: "\f60a";
}

.bi-volume-down::before {
  content: "\f60b";
}

.bi-volume-mute-fill::before {
  content: "\f60c";
}

.bi-volume-mute::before {
  content: "\f60d";
}

.bi-volume-off-fill::before {
  content: "\f60e";
}

.bi-volume-off::before {
  content: "\f60f";
}

.bi-volume-up-fill::before {
  content: "\f610";
}

.bi-volume-up::before {
  content: "\f611";
}

.bi-vr::before {
  content: "\f612";
}

.bi-wallet-fill::before {
  content: "\f613";
}

.bi-wallet::before {
  content: "\f614";
}

.bi-wallet2::before {
  content: "\f615";
}

.bi-watch::before {
  content: "\f616";
}

.bi-water::before {
  content: "\f617";
}

.bi-whatsapp::before {
  content: "\f618";
}

.bi-wifi-1::before {
  content: "\f619";
}

.bi-wifi-2::before {
  content: "\f61a";
}

.bi-wifi-off::before {
  content: "\f61b";
}

.bi-wifi::before {
  content: "\f61c";
}

.bi-wind::before {
  content: "\f61d";
}

.bi-window-dock::before {
  content: "\f61e";
}

.bi-window-sidebar::before {
  content: "\f61f";
}

.bi-window::before {
  content: "\f620";
}

.bi-wrench::before {
  content: "\f621";
}

.bi-x-circle-fill::before {
  content: "\f622";
}

.bi-x-circle::before {
  content: "\f623";
}

.bi-x-diamond-fill::before {
  content: "\f624";
}

.bi-x-diamond::before {
  content: "\f625";
}

.bi-x-octagon-fill::before {
  content: "\f626";
}

.bi-x-octagon::before {
  content: "\f627";
}

.bi-x-square-fill::before {
  content: "\f628";
}

.bi-x-square::before {
  content: "\f629";
}

.bi-x::before {
  content: "\f62a";
}

.bi-youtube::before {
  content: "\f62b";
}

.bi-zoom-in::before {
  content: "\f62c";
}

.bi-zoom-out::before {
  content: "\f62d";
}

.bi-bank::before {
  content: "\f62e";
}

.bi-bank2::before {
  content: "\f62f";
}

.bi-bell-slash-fill::before {
  content: "\f630";
}

.bi-bell-slash::before {
  content: "\f631";
}

.bi-cash-coin::before {
  content: "\f632";
}

.bi-check-lg::before {
  content: "\f633";
}

.bi-coin::before {
  content: "\f634";
}

.bi-currency-bitcoin::before {
  content: "\f635";
}

.bi-currency-dollar::before {
  content: "\f636";
}

.bi-currency-euro::before {
  content: "\f637";
}

.bi-currency-exchange::before {
  content: "\f638";
}

.bi-currency-pound::before {
  content: "\f639";
}

.bi-currency-yen::before {
  content: "\f63a";
}

.bi-dash-lg::before {
  content: "\f63b";
}

.bi-exclamation-lg::before {
  content: "\f63c";
}

.bi-file-earmark-pdf-fill::before {
  content: "\f63d";
}

.bi-file-earmark-pdf::before {
  content: "\f63e";
}

.bi-file-pdf-fill::before {
  content: "\f63f";
}

.bi-file-pdf::before {
  content: "\f640";
}

.bi-gender-ambiguous::before {
  content: "\f641";
}

.bi-gender-female::before {
  content: "\f642";
}

.bi-gender-male::before {
  content: "\f643";
}

.bi-gender-trans::before {
  content: "\f644";
}

.bi-headset-vr::before {
  content: "\f645";
}

.bi-info-lg::before {
  content: "\f646";
}

.bi-mastodon::before {
  content: "\f647";
}

.bi-messenger::before {
  content: "\f648";
}

.bi-piggy-bank-fill::before {
  content: "\f649";
}

.bi-piggy-bank::before {
  content: "\f64a";
}

.bi-pin-map-fill::before {
  content: "\f64b";
}

.bi-pin-map::before {
  content: "\f64c";
}

.bi-plus-lg::before {
  content: "\f64d";
}

.bi-question-lg::before {
  content: "\f64e";
}

.bi-recycle::before {
  content: "\f64f";
}

.bi-reddit::before {
  content: "\f650";
}

.bi-safe-fill::before {
  content: "\f651";
}

.bi-safe2-fill::before {
  content: "\f652";
}

.bi-safe2::before {
  content: "\f653";
}

.bi-sd-card-fill::before {
  content: "\f654";
}

.bi-sd-card::before {
  content: "\f655";
}

.bi-skype::before {
  content: "\f656";
}

.bi-slash-lg::before {
  content: "\f657";
}

.bi-translate::before {
  content: "\f658";
}

.bi-x-lg::before {
  content: "\f659";
}

.bi-safe::before {
  content: "\f65a";
}

.bi-apple::before {
  content: "\f65b";
}

.bi-microsoft::before {
  content: "\f65d";
}

.bi-windows::before {
  content: "\f65e";
}

.bi-behance::before {
  content: "\f65c";
}

.bi-dribbble::before {
  content: "\f65f";
}

.bi-line::before {
  content: "\f660";
}

.bi-medium::before {
  content: "\f661";
}

.bi-paypal::before {
  content: "\f662";
}

.bi-pinterest::before {
  content: "\f663";
}

.bi-signal::before {
  content: "\f664";
}

.bi-snapchat::before {
  content: "\f665";
}

.bi-spotify::before {
  content: "\f666";
}

.bi-stack-overflow::before {
  content: "\f667";
}

.bi-strava::before {
  content: "\f668";
}

.bi-wordpress::before {
  content: "\f669";
}

.bi-vimeo::before {
  content: "\f66a";
}

.bi-activity::before {
  content: "\f66b";
}

.bi-easel2-fill::before {
  content: "\f66c";
}

.bi-easel2::before {
  content: "\f66d";
}

.bi-easel3-fill::before {
  content: "\f66e";
}

.bi-easel3::before {
  content: "\f66f";
}

.bi-fan::before {
  content: "\f670";
}

.bi-fingerprint::before {
  content: "\f671";
}

.bi-graph-down-arrow::before {
  content: "\f672";
}

.bi-graph-up-arrow::before {
  content: "\f673";
}

.bi-hypnotize::before {
  content: "\f674";
}

.bi-magic::before {
  content: "\f675";
}

.bi-person-rolodex::before {
  content: "\f676";
}

.bi-person-video::before {
  content: "\f677";
}

.bi-person-video2::before {
  content: "\f678";
}

.bi-person-video3::before {
  content: "\f679";
}

.bi-person-workspace::before {
  content: "\f67a";
}

.bi-radioactive::before {
  content: "\f67b";
}

.bi-webcam-fill::before {
  content: "\f67c";
}

.bi-webcam::before {
  content: "\f67d";
}

.bi-yin-yang::before {
  content: "\f67e";
}

.bi-bandaid-fill::before {
  content: "\f680";
}

.bi-bandaid::before {
  content: "\f681";
}

.bi-bluetooth::before {
  content: "\f682";
}

.bi-body-text::before {
  content: "\f683";
}

.bi-boombox::before {
  content: "\f684";
}

.bi-boxes::before {
  content: "\f685";
}

.bi-dpad-fill::before {
  content: "\f686";
}

.bi-dpad::before {
  content: "\f687";
}

.bi-ear-fill::before {
  content: "\f688";
}

.bi-ear::before {
  content: "\f689";
}

.bi-envelope-check-fill::before {
  content: "\f68b";
}

.bi-envelope-check::before {
  content: "\f68c";
}

.bi-envelope-dash-fill::before {
  content: "\f68e";
}

.bi-envelope-dash::before {
  content: "\f68f";
}

.bi-envelope-exclamation-fill::before {
  content: "\f691";
}

.bi-envelope-exclamation::before {
  content: "\f692";
}

.bi-envelope-plus-fill::before {
  content: "\f693";
}

.bi-envelope-plus::before {
  content: "\f694";
}

.bi-envelope-slash-fill::before {
  content: "\f696";
}

.bi-envelope-slash::before {
  content: "\f697";
}

.bi-envelope-x-fill::before {
  content: "\f699";
}

.bi-envelope-x::before {
  content: "\f69a";
}

.bi-explicit-fill::before {
  content: "\f69b";
}

.bi-explicit::before {
  content: "\f69c";
}

.bi-git::before {
  content: "\f69d";
}

.bi-infinity::before {
  content: "\f69e";
}

.bi-list-columns-reverse::before {
  content: "\f69f";
}

.bi-list-columns::before {
  content: "\f6a0";
}

.bi-meta::before {
  content: "\f6a1";
}

.bi-nintendo-switch::before {
  content: "\f6a4";
}

.bi-pc-display-horizontal::before {
  content: "\f6a5";
}

.bi-pc-display::before {
  content: "\f6a6";
}

.bi-pc-horizontal::before {
  content: "\f6a7";
}

.bi-pc::before {
  content: "\f6a8";
}

.bi-playstation::before {
  content: "\f6a9";
}

.bi-plus-slash-minus::before {
  content: "\f6aa";
}

.bi-projector-fill::before {
  content: "\f6ab";
}

.bi-projector::before {
  content: "\f6ac";
}

.bi-qr-code-scan::before {
  content: "\f6ad";
}

.bi-qr-code::before {
  content: "\f6ae";
}

.bi-quora::before {
  content: "\f6af";
}

.bi-quote::before {
  content: "\f6b0";
}

.bi-robot::before {
  content: "\f6b1";
}

.bi-send-check-fill::before {
  content: "\f6b2";
}

.bi-send-check::before {
  content: "\f6b3";
}

.bi-send-dash-fill::before {
  content: "\f6b4";
}

.bi-send-dash::before {
  content: "\f6b5";
}

.bi-send-exclamation-fill::before {
  content: "\f6b7";
}

.bi-send-exclamation::before {
  content: "\f6b8";
}

.bi-send-fill::before {
  content: "\f6b9";
}

.bi-send-plus-fill::before {
  content: "\f6ba";
}

.bi-send-plus::before {
  content: "\f6bb";
}

.bi-send-slash-fill::before {
  content: "\f6bc";
}

.bi-send-slash::before {
  content: "\f6bd";
}

.bi-send-x-fill::before {
  content: "\f6be";
}

.bi-send-x::before {
  content: "\f6bf";
}

.bi-send::before {
  content: "\f6c0";
}

.bi-steam::before {
  content: "\f6c1";
}

.bi-terminal-dash::before {
  content: "\f6c3";
}

.bi-terminal-plus::before {
  content: "\f6c4";
}

.bi-terminal-split::before {
  content: "\f6c5";
}

.bi-ticket-detailed-fill::before {
  content: "\f6c6";
}

.bi-ticket-detailed::before {
  content: "\f6c7";
}

.bi-ticket-fill::before {
  content: "\f6c8";
}

.bi-ticket-perforated-fill::before {
  content: "\f6c9";
}

.bi-ticket-perforated::before {
  content: "\f6ca";
}

.bi-ticket::before {
  content: "\f6cb";
}

.bi-tiktok::before {
  content: "\f6cc";
}

.bi-window-dash::before {
  content: "\f6cd";
}

.bi-window-desktop::before {
  content: "\f6ce";
}

.bi-window-fullscreen::before {
  content: "\f6cf";
}

.bi-window-plus::before {
  content: "\f6d0";
}

.bi-window-split::before {
  content: "\f6d1";
}

.bi-window-stack::before {
  content: "\f6d2";
}

.bi-window-x::before {
  content: "\f6d3";
}

.bi-xbox::before {
  content: "\f6d4";
}

.bi-ethernet::before {
  content: "\f6d5";
}

.bi-hdmi-fill::before {
  content: "\f6d6";
}

.bi-hdmi::before {
  content: "\f6d7";
}

.bi-usb-c-fill::before {
  content: "\f6d8";
}

.bi-usb-c::before {
  content: "\f6d9";
}

.bi-usb-fill::before {
  content: "\f6da";
}

.bi-usb-plug-fill::before {
  content: "\f6db";
}

.bi-usb-plug::before {
  content: "\f6dc";
}

.bi-usb-symbol::before {
  content: "\f6dd";
}

.bi-usb::before {
  content: "\f6de";
}

.bi-boombox-fill::before {
  content: "\f6df";
}

.bi-displayport::before {
  content: "\f6e1";
}

.bi-gpu-card::before {
  content: "\f6e2";
}

.bi-memory::before {
  content: "\f6e3";
}

.bi-modem-fill::before {
  content: "\f6e4";
}

.bi-modem::before {
  content: "\f6e5";
}

.bi-motherboard-fill::before {
  content: "\f6e6";
}

.bi-motherboard::before {
  content: "\f6e7";
}

.bi-optical-audio-fill::before {
  content: "\f6e8";
}

.bi-optical-audio::before {
  content: "\f6e9";
}

.bi-pci-card::before {
  content: "\f6ea";
}

.bi-router-fill::before {
  content: "\f6eb";
}

.bi-router::before {
  content: "\f6ec";
}

.bi-thunderbolt-fill::before {
  content: "\f6ef";
}

.bi-thunderbolt::before {
  content: "\f6f0";
}

.bi-usb-drive-fill::before {
  content: "\f6f1";
}

.bi-usb-drive::before {
  content: "\f6f2";
}

.bi-usb-micro-fill::before {
  content: "\f6f3";
}

.bi-usb-micro::before {
  content: "\f6f4";
}

.bi-usb-mini-fill::before {
  content: "\f6f5";
}

.bi-usb-mini::before {
  content: "\f6f6";
}

.bi-cloud-haze2::before {
  content: "\f6f7";
}

.bi-device-hdd-fill::before {
  content: "\f6f8";
}

.bi-device-hdd::before {
  content: "\f6f9";
}

.bi-device-ssd-fill::before {
  content: "\f6fa";
}

.bi-device-ssd::before {
  content: "\f6fb";
}

.bi-displayport-fill::before {
  content: "\f6fc";
}

.bi-mortarboard-fill::before {
  content: "\f6fd";
}

.bi-mortarboard::before {
  content: "\f6fe";
}

.bi-terminal-x::before {
  content: "\f6ff";
}

.bi-arrow-through-heart-fill::before {
  content: "\f700";
}

.bi-arrow-through-heart::before {
  content: "\f701";
}

.bi-badge-sd-fill::before {
  content: "\f702";
}

.bi-badge-sd::before {
  content: "\f703";
}

.bi-bag-heart-fill::before {
  content: "\f704";
}

.bi-bag-heart::before {
  content: "\f705";
}

.bi-balloon-fill::before {
  content: "\f706";
}

.bi-balloon-heart-fill::before {
  content: "\f707";
}

.bi-balloon-heart::before {
  content: "\f708";
}

.bi-balloon::before {
  content: "\f709";
}

.bi-box2-fill::before {
  content: "\f70a";
}

.bi-box2-heart-fill::before {
  content: "\f70b";
}

.bi-box2-heart::before {
  content: "\f70c";
}

.bi-box2::before {
  content: "\f70d";
}

.bi-braces-asterisk::before {
  content: "\f70e";
}

.bi-calendar-heart-fill::before {
  content: "\f70f";
}

.bi-calendar-heart::before {
  content: "\f710";
}

.bi-calendar2-heart-fill::before {
  content: "\f711";
}

.bi-calendar2-heart::before {
  content: "\f712";
}

.bi-chat-heart-fill::before {
  content: "\f713";
}

.bi-chat-heart::before {
  content: "\f714";
}

.bi-chat-left-heart-fill::before {
  content: "\f715";
}

.bi-chat-left-heart::before {
  content: "\f716";
}

.bi-chat-right-heart-fill::before {
  content: "\f717";
}

.bi-chat-right-heart::before {
  content: "\f718";
}

.bi-chat-square-heart-fill::before {
  content: "\f719";
}

.bi-chat-square-heart::before {
  content: "\f71a";
}

.bi-clipboard-check-fill::before {
  content: "\f71b";
}

.bi-clipboard-data-fill::before {
  content: "\f71c";
}

.bi-clipboard-fill::before {
  content: "\f71d";
}

.bi-clipboard-heart-fill::before {
  content: "\f71e";
}

.bi-clipboard-heart::before {
  content: "\f71f";
}

.bi-clipboard-minus-fill::before {
  content: "\f720";
}

.bi-clipboard-plus-fill::before {
  content: "\f721";
}

.bi-clipboard-pulse::before {
  content: "\f722";
}

.bi-clipboard-x-fill::before {
  content: "\f723";
}

.bi-clipboard2-check-fill::before {
  content: "\f724";
}

.bi-clipboard2-check::before {
  content: "\f725";
}

.bi-clipboard2-data-fill::before {
  content: "\f726";
}

.bi-clipboard2-data::before {
  content: "\f727";
}

.bi-clipboard2-fill::before {
  content: "\f728";
}

.bi-clipboard2-heart-fill::before {
  content: "\f729";
}

.bi-clipboard2-heart::before {
  content: "\f72a";
}

.bi-clipboard2-minus-fill::before {
  content: "\f72b";
}

.bi-clipboard2-minus::before {
  content: "\f72c";
}

.bi-clipboard2-plus-fill::before {
  content: "\f72d";
}

.bi-clipboard2-plus::before {
  content: "\f72e";
}

.bi-clipboard2-pulse-fill::before {
  content: "\f72f";
}

.bi-clipboard2-pulse::before {
  content: "\f730";
}

.bi-clipboard2-x-fill::before {
  content: "\f731";
}

.bi-clipboard2-x::before {
  content: "\f732";
}

.bi-clipboard2::before {
  content: "\f733";
}

.bi-emoji-kiss-fill::before {
  content: "\f734";
}

.bi-emoji-kiss::before {
  content: "\f735";
}

.bi-envelope-heart-fill::before {
  content: "\f736";
}

.bi-envelope-heart::before {
  content: "\f737";
}

.bi-envelope-open-heart-fill::before {
  content: "\f738";
}

.bi-envelope-open-heart::before {
  content: "\f739";
}

.bi-envelope-paper-fill::before {
  content: "\f73a";
}

.bi-envelope-paper-heart-fill::before {
  content: "\f73b";
}

.bi-envelope-paper-heart::before {
  content: "\f73c";
}

.bi-envelope-paper::before {
  content: "\f73d";
}

.bi-filetype-aac::before {
  content: "\f73e";
}

.bi-filetype-ai::before {
  content: "\f73f";
}

.bi-filetype-bmp::before {
  content: "\f740";
}

.bi-filetype-cs::before {
  content: "\f741";
}

.bi-filetype-css::before {
  content: "\f742";
}

.bi-filetype-csv::before {
  content: "\f743";
}

.bi-filetype-doc::before {
  content: "\f744";
}

.bi-filetype-docx::before {
  content: "\f745";
}

.bi-filetype-exe::before {
  content: "\f746";
}

.bi-filetype-gif::before {
  content: "\f747";
}

.bi-filetype-heic::before {
  content: "\f748";
}

.bi-filetype-html::before {
  content: "\f749";
}

.bi-filetype-java::before {
  content: "\f74a";
}

.bi-filetype-jpg::before {
  content: "\f74b";
}

.bi-filetype-js::before {
  content: "\f74c";
}

.bi-filetype-jsx::before {
  content: "\f74d";
}

.bi-filetype-key::before {
  content: "\f74e";
}

.bi-filetype-m4p::before {
  content: "\f74f";
}

.bi-filetype-md::before {
  content: "\f750";
}

.bi-filetype-mdx::before {
  content: "\f751";
}

.bi-filetype-mov::before {
  content: "\f752";
}

.bi-filetype-mp3::before {
  content: "\f753";
}

.bi-filetype-mp4::before {
  content: "\f754";
}

.bi-filetype-otf::before {
  content: "\f755";
}

.bi-filetype-pdf::before {
  content: "\f756";
}

.bi-filetype-php::before {
  content: "\f757";
}

.bi-filetype-png::before {
  content: "\f758";
}

.bi-filetype-ppt::before {
  content: "\f75a";
}

.bi-filetype-psd::before {
  content: "\f75b";
}

.bi-filetype-py::before {
  content: "\f75c";
}

.bi-filetype-raw::before {
  content: "\f75d";
}

.bi-filetype-rb::before {
  content: "\f75e";
}

.bi-filetype-sass::before {
  content: "\f75f";
}

.bi-filetype-scss::before {
  content: "\f760";
}

.bi-filetype-sh::before {
  content: "\f761";
}

.bi-filetype-svg::before {
  content: "\f762";
}

.bi-filetype-tiff::before {
  content: "\f763";
}

.bi-filetype-tsx::before {
  content: "\f764";
}

.bi-filetype-ttf::before {
  content: "\f765";
}

.bi-filetype-txt::before {
  content: "\f766";
}

.bi-filetype-wav::before {
  content: "\f767";
}

.bi-filetype-woff::before {
  content: "\f768";
}

.bi-filetype-xls::before {
  content: "\f76a";
}

.bi-filetype-xml::before {
  content: "\f76b";
}

.bi-filetype-yml::before {
  content: "\f76c";
}

.bi-heart-arrow::before {
  content: "\f76d";
}

.bi-heart-pulse-fill::before {
  content: "\f76e";
}

.bi-heart-pulse::before {
  content: "\f76f";
}

.bi-heartbreak-fill::before {
  content: "\f770";
}

.bi-heartbreak::before {
  content: "\f771";
}

.bi-hearts::before {
  content: "\f772";
}

.bi-hospital-fill::before {
  content: "\f773";
}

.bi-hospital::before {
  content: "\f774";
}

.bi-house-heart-fill::before {
  content: "\f775";
}

.bi-house-heart::before {
  content: "\f776";
}

.bi-incognito::before {
  content: "\f777";
}

.bi-magnet-fill::before {
  content: "\f778";
}

.bi-magnet::before {
  content: "\f779";
}

.bi-person-heart::before {
  content: "\f77a";
}

.bi-person-hearts::before {
  content: "\f77b";
}

.bi-phone-flip::before {
  content: "\f77c";
}

.bi-plugin::before {
  content: "\f77d";
}

.bi-postage-fill::before {
  content: "\f77e";
}

.bi-postage-heart-fill::before {
  content: "\f77f";
}

.bi-postage-heart::before {
  content: "\f780";
}

.bi-postage::before {
  content: "\f781";
}

.bi-postcard-fill::before {
  content: "\f782";
}

.bi-postcard-heart-fill::before {
  content: "\f783";
}

.bi-postcard-heart::before {
  content: "\f784";
}

.bi-postcard::before {
  content: "\f785";
}

.bi-search-heart-fill::before {
  content: "\f786";
}

.bi-search-heart::before {
  content: "\f787";
}

.bi-sliders2-vertical::before {
  content: "\f788";
}

.bi-sliders2::before {
  content: "\f789";
}

.bi-trash3-fill::before {
  content: "\f78a";
}

.bi-trash3::before {
  content: "\f78b";
}

.bi-valentine::before {
  content: "\f78c";
}

.bi-valentine2::before {
  content: "\f78d";
}

.bi-wrench-adjustable-circle-fill::before {
  content: "\f78e";
}

.bi-wrench-adjustable-circle::before {
  content: "\f78f";
}

.bi-wrench-adjustable::before {
  content: "\f790";
}

.bi-filetype-json::before {
  content: "\f791";
}

.bi-filetype-pptx::before {
  content: "\f792";
}

.bi-filetype-xlsx::before {
  content: "\f793";
}

.bi-1-circle-fill::before {
  content: "\f796";
}

.bi-1-circle::before {
  content: "\f797";
}

.bi-1-square-fill::before {
  content: "\f798";
}

.bi-1-square::before {
  content: "\f799";
}

.bi-2-circle-fill::before {
  content: "\f79c";
}

.bi-2-circle::before {
  content: "\f79d";
}

.bi-2-square-fill::before {
  content: "\f79e";
}

.bi-2-square::before {
  content: "\f79f";
}

.bi-3-circle-fill::before {
  content: "\f7a2";
}

.bi-3-circle::before {
  content: "\f7a3";
}

.bi-3-square-fill::before {
  content: "\f7a4";
}

.bi-3-square::before {
  content: "\f7a5";
}

.bi-4-circle-fill::before {
  content: "\f7a8";
}

.bi-4-circle::before {
  content: "\f7a9";
}

.bi-4-square-fill::before {
  content: "\f7aa";
}

.bi-4-square::before {
  content: "\f7ab";
}

.bi-5-circle-fill::before {
  content: "\f7ae";
}

.bi-5-circle::before {
  content: "\f7af";
}

.bi-5-square-fill::before {
  content: "\f7b0";
}

.bi-5-square::before {
  content: "\f7b1";
}

.bi-6-circle-fill::before {
  content: "\f7b4";
}

.bi-6-circle::before {
  content: "\f7b5";
}

.bi-6-square-fill::before {
  content: "\f7b6";
}

.bi-6-square::before {
  content: "\f7b7";
}

.bi-7-circle-fill::before {
  content: "\f7ba";
}

.bi-7-circle::before {
  content: "\f7bb";
}

.bi-7-square-fill::before {
  content: "\f7bc";
}

.bi-7-square::before {
  content: "\f7bd";
}

.bi-8-circle-fill::before {
  content: "\f7c0";
}

.bi-8-circle::before {
  content: "\f7c1";
}

.bi-8-square-fill::before {
  content: "\f7c2";
}

.bi-8-square::before {
  content: "\f7c3";
}

.bi-9-circle-fill::before {
  content: "\f7c6";
}

.bi-9-circle::before {
  content: "\f7c7";
}

.bi-9-square-fill::before {
  content: "\f7c8";
}

.bi-9-square::before {
  content: "\f7c9";
}

.bi-airplane-engines-fill::before {
  content: "\f7ca";
}

.bi-airplane-engines::before {
  content: "\f7cb";
}

.bi-airplane-fill::before {
  content: "\f7cc";
}

.bi-airplane::before {
  content: "\f7cd";
}

.bi-alexa::before {
  content: "\f7ce";
}

.bi-alipay::before {
  content: "\f7cf";
}

.bi-android::before {
  content: "\f7d0";
}

.bi-android2::before {
  content: "\f7d1";
}

.bi-box-fill::before {
  content: "\f7d2";
}

.bi-box-seam-fill::before {
  content: "\f7d3";
}

.bi-browser-chrome::before {
  content: "\f7d4";
}

.bi-browser-edge::before {
  content: "\f7d5";
}

.bi-browser-firefox::before {
  content: "\f7d6";
}

.bi-browser-safari::before {
  content: "\f7d7";
}

.bi-c-circle-fill::before {
  content: "\f7da";
}

.bi-c-circle::before {
  content: "\f7db";
}

.bi-c-square-fill::before {
  content: "\f7dc";
}

.bi-c-square::before {
  content: "\f7dd";
}

.bi-capsule-pill::before {
  content: "\f7de";
}

.bi-capsule::before {
  content: "\f7df";
}

.bi-car-front-fill::before {
  content: "\f7e0";
}

.bi-car-front::before {
  content: "\f7e1";
}

.bi-cassette-fill::before {
  content: "\f7e2";
}

.bi-cassette::before {
  content: "\f7e3";
}

.bi-cc-circle-fill::before {
  content: "\f7e6";
}

.bi-cc-circle::before {
  content: "\f7e7";
}

.bi-cc-square-fill::before {
  content: "\f7e8";
}

.bi-cc-square::before {
  content: "\f7e9";
}

.bi-cup-hot-fill::before {
  content: "\f7ea";
}

.bi-cup-hot::before {
  content: "\f7eb";
}

.bi-currency-rupee::before {
  content: "\f7ec";
}

.bi-dropbox::before {
  content: "\f7ed";
}

.bi-escape::before {
  content: "\f7ee";
}

.bi-fast-forward-btn-fill::before {
  content: "\f7ef";
}

.bi-fast-forward-btn::before {
  content: "\f7f0";
}

.bi-fast-forward-circle-fill::before {
  content: "\f7f1";
}

.bi-fast-forward-circle::before {
  content: "\f7f2";
}

.bi-fast-forward-fill::before {
  content: "\f7f3";
}

.bi-fast-forward::before {
  content: "\f7f4";
}

.bi-filetype-sql::before {
  content: "\f7f5";
}

.bi-fire::before {
  content: "\f7f6";
}

.bi-google-play::before {
  content: "\f7f7";
}

.bi-h-circle-fill::before {
  content: "\f7fa";
}

.bi-h-circle::before {
  content: "\f7fb";
}

.bi-h-square-fill::before {
  content: "\f7fc";
}

.bi-h-square::before {
  content: "\f7fd";
}

.bi-indent::before {
  content: "\f7fe";
}

.bi-lungs-fill::before {
  content: "\f7ff";
}

.bi-lungs::before {
  content: "\f800";
}

.bi-microsoft-teams::before {
  content: "\f801";
}

.bi-p-circle-fill::before {
  content: "\f804";
}

.bi-p-circle::before {
  content: "\f805";
}

.bi-p-square-fill::before {
  content: "\f806";
}

.bi-p-square::before {
  content: "\f807";
}

.bi-pass-fill::before {
  content: "\f808";
}

.bi-pass::before {
  content: "\f809";
}

.bi-prescription::before {
  content: "\f80a";
}

.bi-prescription2::before {
  content: "\f80b";
}

.bi-r-circle-fill::before {
  content: "\f80e";
}

.bi-r-circle::before {
  content: "\f80f";
}

.bi-r-square-fill::before {
  content: "\f810";
}

.bi-r-square::before {
  content: "\f811";
}

.bi-repeat-1::before {
  content: "\f812";
}

.bi-repeat::before {
  content: "\f813";
}

.bi-rewind-btn-fill::before {
  content: "\f814";
}

.bi-rewind-btn::before {
  content: "\f815";
}

.bi-rewind-circle-fill::before {
  content: "\f816";
}

.bi-rewind-circle::before {
  content: "\f817";
}

.bi-rewind-fill::before {
  content: "\f818";
}

.bi-rewind::before {
  content: "\f819";
}

.bi-train-freight-front-fill::before {
  content: "\f81a";
}

.bi-train-freight-front::before {
  content: "\f81b";
}

.bi-train-front-fill::before {
  content: "\f81c";
}

.bi-train-front::before {
  content: "\f81d";
}

.bi-train-lightrail-front-fill::before {
  content: "\f81e";
}

.bi-train-lightrail-front::before {
  content: "\f81f";
}

.bi-truck-front-fill::before {
  content: "\f820";
}

.bi-truck-front::before {
  content: "\f821";
}

.bi-ubuntu::before {
  content: "\f822";
}

.bi-unindent::before {
  content: "\f823";
}

.bi-unity::before {
  content: "\f824";
}

.bi-universal-access-circle::before {
  content: "\f825";
}

.bi-universal-access::before {
  content: "\f826";
}

.bi-virus::before {
  content: "\f827";
}

.bi-virus2::before {
  content: "\f828";
}

.bi-wechat::before {
  content: "\f829";
}

.bi-yelp::before {
  content: "\f82a";
}

.bi-sign-stop-fill::before {
  content: "\f82b";
}

.bi-sign-stop-lights-fill::before {
  content: "\f82c";
}

.bi-sign-stop-lights::before {
  content: "\f82d";
}

.bi-sign-stop::before {
  content: "\f82e";
}

.bi-sign-turn-left-fill::before {
  content: "\f82f";
}

.bi-sign-turn-left::before {
  content: "\f830";
}

.bi-sign-turn-right-fill::before {
  content: "\f831";
}

.bi-sign-turn-right::before {
  content: "\f832";
}

.bi-sign-turn-slight-left-fill::before {
  content: "\f833";
}

.bi-sign-turn-slight-left::before {
  content: "\f834";
}

.bi-sign-turn-slight-right-fill::before {
  content: "\f835";
}

.bi-sign-turn-slight-right::before {
  content: "\f836";
}

.bi-sign-yield-fill::before {
  content: "\f837";
}

.bi-sign-yield::before {
  content: "\f838";
}

.bi-ev-station-fill::before {
  content: "\f839";
}

.bi-ev-station::before {
  content: "\f83a";
}

.bi-fuel-pump-diesel-fill::before {
  content: "\f83b";
}

.bi-fuel-pump-diesel::before {
  content: "\f83c";
}

.bi-fuel-pump-fill::before {
  content: "\f83d";
}

.bi-fuel-pump::before {
  content: "\f83e";
}

.bi-0-circle-fill::before {
  content: "\f83f";
}

.bi-0-circle::before {
  content: "\f840";
}

.bi-0-square-fill::before {
  content: "\f841";
}

.bi-0-square::before {
  content: "\f842";
}

.bi-rocket-fill::before {
  content: "\f843";
}

.bi-rocket-takeoff-fill::before {
  content: "\f844";
}

.bi-rocket-takeoff::before {
  content: "\f845";
}

.bi-rocket::before {
  content: "\f846";
}

.bi-stripe::before {
  content: "\f847";
}

.bi-subscript::before {
  content: "\f848";
}

.bi-superscript::before {
  content: "\f849";
}

.bi-trello::before {
  content: "\f84a";
}

.bi-envelope-at-fill::before {
  content: "\f84b";
}

.bi-envelope-at::before {
  content: "\f84c";
}

.bi-regex::before {
  content: "\f84d";
}

.bi-text-wrap::before {
  content: "\f84e";
}

.bi-sign-dead-end-fill::before {
  content: "\f84f";
}

.bi-sign-dead-end::before {
  content: "\f850";
}

.bi-sign-do-not-enter-fill::before {
  content: "\f851";
}

.bi-sign-do-not-enter::before {
  content: "\f852";
}

.bi-sign-intersection-fill::before {
  content: "\f853";
}

.bi-sign-intersection-side-fill::before {
  content: "\f854";
}

.bi-sign-intersection-side::before {
  content: "\f855";
}

.bi-sign-intersection-t-fill::before {
  content: "\f856";
}

.bi-sign-intersection-t::before {
  content: "\f857";
}

.bi-sign-intersection-y-fill::before {
  content: "\f858";
}

.bi-sign-intersection-y::before {
  content: "\f859";
}

.bi-sign-intersection::before {
  content: "\f85a";
}

.bi-sign-merge-left-fill::before {
  content: "\f85b";
}

.bi-sign-merge-left::before {
  content: "\f85c";
}

.bi-sign-merge-right-fill::before {
  content: "\f85d";
}

.bi-sign-merge-right::before {
  content: "\f85e";
}

.bi-sign-no-left-turn-fill::before {
  content: "\f85f";
}

.bi-sign-no-left-turn::before {
  content: "\f860";
}

.bi-sign-no-parking-fill::before {
  content: "\f861";
}

.bi-sign-no-parking::before {
  content: "\f862";
}

.bi-sign-no-right-turn-fill::before {
  content: "\f863";
}

.bi-sign-no-right-turn::before {
  content: "\f864";
}

.bi-sign-railroad-fill::before {
  content: "\f865";
}

.bi-sign-railroad::before {
  content: "\f866";
}

.bi-building-add::before {
  content: "\f867";
}

.bi-building-check::before {
  content: "\f868";
}

.bi-building-dash::before {
  content: "\f869";
}

.bi-building-down::before {
  content: "\f86a";
}

.bi-building-exclamation::before {
  content: "\f86b";
}

.bi-building-fill-add::before {
  content: "\f86c";
}

.bi-building-fill-check::before {
  content: "\f86d";
}

.bi-building-fill-dash::before {
  content: "\f86e";
}

.bi-building-fill-down::before {
  content: "\f86f";
}

.bi-building-fill-exclamation::before {
  content: "\f870";
}

.bi-building-fill-gear::before {
  content: "\f871";
}

.bi-building-fill-lock::before {
  content: "\f872";
}

.bi-building-fill-slash::before {
  content: "\f873";
}

.bi-building-fill-up::before {
  content: "\f874";
}

.bi-building-fill-x::before {
  content: "\f875";
}

.bi-building-fill::before {
  content: "\f876";
}

.bi-building-gear::before {
  content: "\f877";
}

.bi-building-lock::before {
  content: "\f878";
}

.bi-building-slash::before {
  content: "\f879";
}

.bi-building-up::before {
  content: "\f87a";
}

.bi-building-x::before {
  content: "\f87b";
}

.bi-buildings-fill::before {
  content: "\f87c";
}

.bi-buildings::before {
  content: "\f87d";
}

.bi-bus-front-fill::before {
  content: "\f87e";
}

.bi-bus-front::before {
  content: "\f87f";
}

.bi-ev-front-fill::before {
  content: "\f880";
}

.bi-ev-front::before {
  content: "\f881";
}

.bi-globe-americas::before {
  content: "\f882";
}

.bi-globe-asia-australia::before {
  content: "\f883";
}

.bi-globe-central-south-asia::before {
  content: "\f884";
}

.bi-globe-europe-africa::before {
  content: "\f885";
}

.bi-house-add-fill::before {
  content: "\f886";
}

.bi-house-add::before {
  content: "\f887";
}

.bi-house-check-fill::before {
  content: "\f888";
}

.bi-house-check::before {
  content: "\f889";
}

.bi-house-dash-fill::before {
  content: "\f88a";
}

.bi-house-dash::before {
  content: "\f88b";
}

.bi-house-down-fill::before {
  content: "\f88c";
}

.bi-house-down::before {
  content: "\f88d";
}

.bi-house-exclamation-fill::before {
  content: "\f88e";
}

.bi-house-exclamation::before {
  content: "\f88f";
}

.bi-house-gear-fill::before {
  content: "\f890";
}

.bi-house-gear::before {
  content: "\f891";
}

.bi-house-lock-fill::before {
  content: "\f892";
}

.bi-house-lock::before {
  content: "\f893";
}

.bi-house-slash-fill::before {
  content: "\f894";
}

.bi-house-slash::before {
  content: "\f895";
}

.bi-house-up-fill::before {
  content: "\f896";
}

.bi-house-up::before {
  content: "\f897";
}

.bi-house-x-fill::before {
  content: "\f898";
}

.bi-house-x::before {
  content: "\f899";
}

.bi-person-add::before {
  content: "\f89a";
}

.bi-person-down::before {
  content: "\f89b";
}

.bi-person-exclamation::before {
  content: "\f89c";
}

.bi-person-fill-add::before {
  content: "\f89d";
}

.bi-person-fill-check::before {
  content: "\f89e";
}

.bi-person-fill-dash::before {
  content: "\f89f";
}

.bi-person-fill-down::before {
  content: "\f8a0";
}

.bi-person-fill-exclamation::before {
  content: "\f8a1";
}

.bi-person-fill-gear::before {
  content: "\f8a2";
}

.bi-person-fill-lock::before {
  content: "\f8a3";
}

.bi-person-fill-slash::before {
  content: "\f8a4";
}

.bi-person-fill-up::before {
  content: "\f8a5";
}

.bi-person-fill-x::before {
  content: "\f8a6";
}

.bi-person-gear::before {
  content: "\f8a7";
}

.bi-person-lock::before {
  content: "\f8a8";
}

.bi-person-slash::before {
  content: "\f8a9";
}

.bi-person-up::before {
  content: "\f8aa";
}

.bi-scooter::before {
  content: "\f8ab";
}

.bi-taxi-front-fill::before {
  content: "\f8ac";
}

.bi-taxi-front::before {
  content: "\f8ad";
}

.bi-amd::before {
  content: "\f8ae";
}

.bi-database-add::before {
  content: "\f8af";
}

.bi-database-check::before {
  content: "\f8b0";
}

.bi-database-dash::before {
  content: "\f8b1";
}

.bi-database-down::before {
  content: "\f8b2";
}

.bi-database-exclamation::before {
  content: "\f8b3";
}

.bi-database-fill-add::before {
  content: "\f8b4";
}

.bi-database-fill-check::before {
  content: "\f8b5";
}

.bi-database-fill-dash::before {
  content: "\f8b6";
}

.bi-database-fill-down::before {
  content: "\f8b7";
}

.bi-database-fill-exclamation::before {
  content: "\f8b8";
}

.bi-database-fill-gear::before {
  content: "\f8b9";
}

.bi-database-fill-lock::before {
  content: "\f8ba";
}

.bi-database-fill-slash::before {
  content: "\f8bb";
}

.bi-database-fill-up::before {
  content: "\f8bc";
}

.bi-database-fill-x::before {
  content: "\f8bd";
}

.bi-database-fill::before {
  content: "\f8be";
}

.bi-database-gear::before {
  content: "\f8bf";
}

.bi-database-lock::before {
  content: "\f8c0";
}

.bi-database-slash::before {
  content: "\f8c1";
}

.bi-database-up::before {
  content: "\f8c2";
}

.bi-database-x::before {
  content: "\f8c3";
}

.bi-database::before {
  content: "\f8c4";
}

.bi-houses-fill::before {
  content: "\f8c5";
}

.bi-houses::before {
  content: "\f8c6";
}

.bi-nvidia::before {
  content: "\f8c7";
}

.bi-person-vcard-fill::before {
  content: "\f8c8";
}

.bi-person-vcard::before {
  content: "\f8c9";
}

.bi-sina-weibo::before {
  content: "\f8ca";
}

.bi-tencent-qq::before {
  content: "\f8cb";
}

.bi-wikipedia::before {
  content: "\f8cc";
}

.bi-alphabet-uppercase::before {
  content: "\f2a5";
}

.bi-alphabet::before {
  content: "\f68a";
}

.bi-amazon::before {
  content: "\f68d";
}

.bi-arrows-collapse-vertical::before {
  content: "\f690";
}

.bi-arrows-expand-vertical::before {
  content: "\f695";
}

.bi-arrows-vertical::before {
  content: "\f698";
}

.bi-arrows::before {
  content: "\f6a2";
}

.bi-ban-fill::before {
  content: "\f6a3";
}

.bi-ban::before {
  content: "\f6b6";
}

.bi-bing::before {
  content: "\f6c2";
}

.bi-cake::before {
  content: "\f6e0";
}

.bi-cake2::before {
  content: "\f6ed";
}

.bi-cookie::before {
  content: "\f6ee";
}

.bi-copy::before {
  content: "\f759";
}

.bi-crosshair::before {
  content: "\f769";
}

.bi-crosshair2::before {
  content: "\f794";
}

.bi-emoji-astonished-fill::before {
  content: "\f795";
}

.bi-emoji-astonished::before {
  content: "\f79a";
}

.bi-emoji-grimace-fill::before {
  content: "\f79b";
}

.bi-emoji-grimace::before {
  content: "\f7a0";
}

.bi-emoji-grin-fill::before {
  content: "\f7a1";
}

.bi-emoji-grin::before {
  content: "\f7a6";
}

.bi-emoji-surprise-fill::before {
  content: "\f7a7";
}

.bi-emoji-surprise::before {
  content: "\f7ac";
}

.bi-emoji-tear-fill::before {
  content: "\f7ad";
}

.bi-emoji-tear::before {
  content: "\f7b2";
}

.bi-envelope-arrow-down-fill::before {
  content: "\f7b3";
}

.bi-envelope-arrow-down::before {
  content: "\f7b8";
}

.bi-envelope-arrow-up-fill::before {
  content: "\f7b9";
}

.bi-envelope-arrow-up::before {
  content: "\f7be";
}

.bi-feather::before {
  content: "\f7bf";
}

.bi-feather2::before {
  content: "\f7c4";
}

.bi-floppy-fill::before {
  content: "\f7c5";
}

.bi-floppy::before {
  content: "\f7d8";
}

.bi-floppy2-fill::before {
  content: "\f7d9";
}

.bi-floppy2::before {
  content: "\f7e4";
}

.bi-gitlab::before {
  content: "\f7e5";
}

.bi-highlighter::before {
  content: "\f7f8";
}

.bi-marker-tip::before {
  content: "\f802";
}

.bi-nvme-fill::before {
  content: "\f803";
}

.bi-nvme::before {
  content: "\f80c";
}

.bi-opencollective::before {
  content: "\f80d";
}

.bi-pci-card-network::before {
  content: "\f8cd";
}

.bi-pci-card-sound::before {
  content: "\f8ce";
}

.bi-radar::before {
  content: "\f8cf";
}

.bi-send-arrow-down-fill::before {
  content: "\f8d0";
}

.bi-send-arrow-down::before {
  content: "\f8d1";
}

.bi-send-arrow-up-fill::before {
  content: "\f8d2";
}

.bi-send-arrow-up::before {
  content: "\f8d3";
}

.bi-sim-slash-fill::before {
  content: "\f8d4";
}

.bi-sim-slash::before {
  content: "\f8d5";
}

.bi-sourceforge::before {
  content: "\f8d6";
}

.bi-substack::before {
  content: "\f8d7";
}

.bi-threads-fill::before {
  content: "\f8d8";
}

.bi-threads::before {
  content: "\f8d9";
}

.bi-transparency::before {
  content: "\f8da";
}

.bi-twitter-x::before {
  content: "\f8db";
}

.bi-type-h4::before {
  content: "\f8dc";
}

.bi-type-h5::before {
  content: "\f8dd";
}

.bi-type-h6::before {
  content: "\f8de";
}

.bi-backpack-fill::before {
  content: "\f8df";
}

.bi-backpack::before {
  content: "\f8e0";
}

.bi-backpack2-fill::before {
  content: "\f8e1";
}

.bi-backpack2::before {
  content: "\f8e2";
}

.bi-backpack3-fill::before {
  content: "\f8e3";
}

.bi-backpack3::before {
  content: "\f8e4";
}

.bi-backpack4-fill::before {
  content: "\f8e5";
}

.bi-backpack4::before {
  content: "\f8e6";
}

.bi-brilliance::before {
  content: "\f8e7";
}

.bi-cake-fill::before {
  content: "\f8e8";
}

.bi-cake2-fill::before {
  content: "\f8e9";
}

.bi-duffle-fill::before {
  content: "\f8ea";
}

.bi-duffle::before {
  content: "\f8eb";
}

.bi-exposure::before {
  content: "\f8ec";
}

.bi-gender-neuter::before {
  content: "\f8ed";
}

.bi-highlights::before {
  content: "\f8ee";
}

.bi-luggage-fill::before {
  content: "\f8ef";
}

.bi-luggage::before {
  content: "\f8f0";
}

.bi-mailbox-flag::before {
  content: "\f8f1";
}

.bi-mailbox2-flag::before {
  content: "\f8f2";
}

.bi-noise-reduction::before {
  content: "\f8f3";
}

.bi-passport-fill::before {
  content: "\f8f4";
}

.bi-passport::before {
  content: "\f8f5";
}

.bi-person-arms-up::before {
  content: "\f8f6";
}

.bi-person-raised-hand::before {
  content: "\f8f7";
}

.bi-person-standing-dress::before {
  content: "\f8f8";
}

.bi-person-standing::before {
  content: "\f8f9";
}

.bi-person-walking::before {
  content: "\f8fa";
}

.bi-person-wheelchair::before {
  content: "\f8fb";
}

.bi-shadows::before {
  content: "\f8fc";
}

.bi-suitcase-fill::before {
  content: "\f8fd";
}

.bi-suitcase-lg-fill::before {
  content: "\f8fe";
}

.bi-suitcase-lg::before {
  content: "\f8ff";
}

.bi-suitcase::before {
  content: "豈";
}

.bi-suitcase2-fill::before {
  content: "更";
}

.bi-suitcase2::before {
  content: "車";
}

.bi-vignette::before {
  content: "賈";
}

.bi-bluesky::before {
  content: "\f7f9";
}

.bi-tux::before {
  content: "滑";
}

.bi-beaker-fill::before {
  content: "串";
}

.bi-beaker::before {
  content: "句";
}

.bi-flask-fill::before {
  content: "龜";
}

.bi-flask-florence-fill::before {
  content: "龜";
}

.bi-flask-florence::before {
  content: "契";
}

.bi-flask::before {
  content: "金";
}

.bi-leaf-fill::before {
  content: "喇";
}

.bi-leaf::before {
  content: "奈";
}

.bi-measuring-cup-fill::before {
  content: "懶";
}

.bi-measuring-cup::before {
  content: "癩";
}

.bi-unlock2-fill::before {
  content: "羅";
}

.bi-unlock2::before {
  content: "蘿";
}

.bi-battery-low::before {
  content: "螺";
}

.bi-anthropic::before {
  content: "裸";
}

.bi-apple-music::before {
  content: "邏";
}

.bi-claude::before {
  content: "樂";
}

.bi-openai::before {
  content: "洛";
}

.bi-perplexity::before {
  content: "烙";
}

.bi-css::before {
  content: "珞";
}

.bi-javascript::before {
  content: "落";
}

.bi-typescript::before {
  content: "酪";
}

.bi-fork-knife::before {
  content: "駱";
}

.bi-globe-americas-fill::before {
  content: "亂";
}

.bi-globe-asia-australia-fill::before {
  content: "卵";
}

.bi-globe-central-south-asia-fill::before {
  content: "欄";
}

.bi-globe-europe-africa-fill::before {
  content: "爛";
}

/**
 * Swiper 11.1.15
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 18, 2024
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI4Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-slide.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #ffffff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000000;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size));
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none;
}
.swiper.swiper-rtl .swiper-button-next svg,
.swiper.swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}
.swiper-button-prev, .swiper.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-prev:after, .swiper.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next, .swiper.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after, .swiper.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
.swiper-pagination-bullet:only-child {
  display: none;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper.swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

:root {
  --swiper-navigation-size: 44px;
}

#pr-box {
  font: 13px/16px sans-serif;
  position: absolute;
  inset: initial !important;
  left: 50% !important;
  top: 76px !important;
  transform: translateX(-50%);
  z-index: 1000;
  display: none;
  width: 100%;
  max-width: calc(100% - 22px);
}

@media only screen and (max-width: 768px) {
  #pr-box {
    top: 70px !important;
  }
}
#pr-box i {
  width: 0;
  height: 0;
  margin-left: 20px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #3a86f8;
}

#pr-box-inner {
  margin-top: 6px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

#pr-box p {
  padding: 13px;
  font-size: 14px;
  line-height: normal;
  text-align: left;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 8px 8px 0 0;
}

#pr-box ul {
  padding: 0 7px;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 8px 8px;
  list-style-type: none;
}

#pr-box ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  list-style: none;
  padding: 4px;
  font-size: 14px;
}

#pr-box ul li span {
  width: 10px;
  height: 10px;
  display: block;
  float: left;
  border-radius: 100%;
  margin-right: 15px;
}

#pr-box.light {
  color: #2d2f31;
}

#pr-box.light p {
  background-color: #3a86f8;
  color: #f1f1f1;
}

#pr-box.light ul, #pr-box.light ul li span {
  background-color: #f1f1f1;
}

#pr-box.light ul li span {
  border: 3px solid red;
}

#pr-box.light ul li span.pr-ok {
  background-color: green;
  border: 3px solid green;
}

#pr-box.dark {
  color: #f1f1f1;
}

#pr-box.dark p {
  background-color: #3a86f8;
}

#pr-box.dark ul, #pr-box.dark ul li span {
  background-color: #2d2f31;
}

#pr-box.dark ul li span {
  border: 3px solid #3a86f8;
}

#pr-box.dark ul li span.pr-ok {
  background-color: #3a86f8;
  border: 3px solid #3a86f8;
}

#pr-box ul li::before {
  display: none !important;
}

.xdsoft_datetimepicker {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #fff;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 2px 8px 8px 0;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

.xdsoft_datetimepicker.xdsoft_rtl {
  padding: 8px 0 8px 8px;
}

.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: 0 0;
  border: none;
}

.xdsoft_datetimepicker button {
  border: none !important;
}

.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.xdsoft_noselect::selection {
  background: 0 0;
}

.xdsoft_noselect::-moz-selection {
  background: 0 0;
}

.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}

.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker, .xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}

.xdsoft_datetimepicker .xdsoft_monthpicker {
  position: relative;
  text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i, .xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i {
  opacity: 0.5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0;
}

.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0;
}

.xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next, .xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev {
  float: none;
  margin-left: 0;
  margin-right: 14px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 16px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  padding: 8px 0;
  height: auto;
  line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_label:hover i, .xdsoft_datetimepicker .xdsoft_next:hover, .xdsoft_datetimepicker .xdsoft_prev:hover, .xdsoft_datetimepicker .xdsoft_today_button:hover {
  opacity: 1;
}

.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
  background: #3af;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
}

.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}

.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #666;
  font-size: 16px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1;
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #3af;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month, .xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
  cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit;
  background: inherit;
  box-shadow: inherit;
}

.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}

.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}

.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}

.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
  left: 0;
  right: auto;
}

.xdsoft_scroller_box {
  position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
  box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000;
  border-bottom: 1px solid #444;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  color: #ccc;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #c50;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_next, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e;
  color: #666;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #c50;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #007fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important;
}

.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333;
}

.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important;
}

.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #ddd !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px;
}

.xdsoft_datetimepicker .blue-gradient-button {
  font-family: museo-sans, "Book Antiqua", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #82878c;
  height: 28px;
  position: relative;
  padding: 4px 17px 4px 33px;
  border: 1px solid #d7d8da;
  background: -moz-linear-gradient(top, #fff 0, #f4f8fa 73%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(73%, #f4f8fa));
  background: -webkit-linear-gradient(top, #fff 0, #f4f8fa 73%);
  background: -o-linear-gradient(top, #fff 0, #f4f8fa 73%);
  background: -ms-linear-gradient(top, #fff 0, #f4f8fa 73%);
  background: linear-gradient(to bottom, #fff 0, #f4f8fa 73%);
}

.xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:focus span, .xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:hover span {
  color: #454551;
  background: -moz-linear-gradient(top, #f4f8fa 0, #fff 73%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f4f8fa), color-stop(73%, #fff));
  background: -webkit-linear-gradient(top, #f4f8fa 0, #fff 73%);
  background: -o-linear-gradient(top, #f4f8fa 0, #fff 73%);
  background: -ms-linear-gradient(top, #f4f8fa 0, #fff 73%);
  background: linear-gradient(to bottom, #f4f8fa 0, #fff 73%);
}

ul.wysihtml5-toolbar {
  margin: 0;
  padding: 0;
  display: block;
}

ul.wysihtml5-toolbar::after {
  clear: both;
  display: table;
  content: "";
}

ul.wysihtml5-toolbar > li {
  float: left;
  display: list-item;
  list-style: none;
  margin: 0 5px 10px 0;
}

ul.wysihtml5-toolbar a[data-wysihtml5-command=bold] {
  font-weight: bold;
}

ul.wysihtml5-toolbar a[data-wysihtml5-command=italic] {
  font-style: italic;
}

ul.wysihtml5-toolbar a[data-wysihtml5-command=underline] {
  text-decoration: underline;
}

ul.wysihtml5-toolbar a.btn.wysihtml5-command-active {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #E6E6E6;
  background-color: #D9D9D9;
  outline: 0;
}

ul.wysihtml5-commands-disabled .dropdown-menu {
  display: none !important;
}

ul.wysihtml5-toolbar div.wysihtml5-colors {
  display: block;
  width: 50px;
  height: 20px;
  margin-top: 2px;
  margin-left: 5px;
  position: absolute;
  pointer-events: none;
}

ul.wysihtml5-toolbar a.wysihtml5-colors-title {
  padding-left: 70px;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value=black] {
  background: black !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value=silver] {
  background: silver !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value=gray] {
  background: gray !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value=maroon] {
  background: maroon !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value=red] {
  background: red !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value=purple] {
  background: purple !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value=green] {
  background: green !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value=olive] {
  background: olive !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value=navy] {
  background: navy !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value=blue] {
  background: blue !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value=orange] {
  background: orange !important;
}

:root {
  --iti-hover-color: #e2e8f0;
  --iti-border-color: #ccc;
  --iti-dialcode-color: #999;
  --iti-dropdown-bg: white;
  --iti-search-icon-color: #999;
  --iti-spacer-horizontal: 8px;
  --iti-flag-height: 12px;
  --iti-flag-width: 16px;
  --iti-border-width: 1px;
  --iti-arrow-height: 4px;
  --iti-arrow-width: 7px;
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding: 7px;
  --iti-arrow-color: #555;
  --iti-path-flags-1x: url("/fileadmin/flags/flags.webp");
  --iti-path-flags-2x: url("/fileadmin/flags/flags@2x.webp");
  --iti-path-globe-1x: url("/fileadmin/flags/globe.webp");
  --iti-path-globe-2x: url("/fileadmin/flags/globe@2x.webp");
  --iti-flag-sprite-width: 3904px;
  --iti-flag-sprite-height: 12px;
  --iti-mobile-popup-margin: 30px;
}

.iti {
  position: relative;
  display: inline-block;
  width: 100%;
}
.iti * {
  box-sizing: border-box;
}

.iti__a11y-text {
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute;
}

.iti input.iti__tel-input,
.iti input.iti__tel-input[type=tel],
.iti input.iti__tel-input[type=text] {
  position: relative;
  z-index: 0;
  margin: 0 !important;
}

.iti__country-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding: var(--iti-border-width);
}
.iti__country-container .iti__country::before {
  display: none;
}

.iti__selected-country {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0 16px 0 16px;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border-radius: 16px 0 0 16px;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}
.iti__selected-country:hover {
  background-color: #e2e8f0;
}
.iti__selected-country > * {
  pointer-events: none;
}

.iti__selected-country-primary {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal);
  border-radius: 22px 0 0 22px;
  min-width: 61px;
  transition: all 0.3s ease;
}

.iti__arrow {
  margin-left: var(--iti-arrow-padding);
  width: 0;
  height: 0;
  border-left: var(--iti-triangle-border) solid transparent;
  border-right: var(--iti-triangle-border) solid transparent;
  border-top: var(--iti-arrow-height) solid #45556c;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: var(--iti-arrow-height) solid #45556c;
}

.iti__dropdown-content {
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
}

.iti--inline-dropdown .iti__dropdown-content {
  position: absolute;
  z-index: 2;
  margin-top: 3px;
  margin-left: calc(var(--iti-border-width) * -1);
  border: var(--iti-border-width) solid #e2e8f0;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.1) 3.1px 3.1px 2.6px;
}

.iti__search-input {
  width: 100%;
  border-width: 0;
  border-radius: 16px 16px 0 0;
  padding: 13px 28px 13px 30px;
  margin-bottom: 4px;
  border-bottom: 1px solid #e2e8f0;
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  color: rgb(78, 78, 78);
}
.iti__search-input:hover {
  background-color: #e2e8f0;
}
.iti__search-input::-webkit-search-cancel-button {
  appearance: none;
}

[dir=rtl] .iti__search-input {
  padding-left: inherit;
  padding-right: 30px;
  background-position: right 8px center;
}

.iti__search-input + .iti__country-list {
  border-top: 1px solid #cad5e2;
}

.iti__search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.iti__search-icon {
  position: absolute;
  left: 8px;
  top: 46%;
  width: 16px;
  height: 16px;
  display: flex;
  transform: translateY(-50%);
  pointer-events: none;
}

[dir=rtl] .iti__search-icon {
  left: auto;
  right: 8px;
}

.iti__search-icon-svg {
  stroke: #62748e;
  fill: none;
  stroke-width: 3;
  width: 100%;
  height: 100%;
}

.iti__search-clear {
  position: absolute;
  right: 4px;
  background: transparent;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.15s ease;
  width: 24px;
  height: 24px;
}
.iti__search-clear .iti__search-clear-x {
  stroke-width: 2;
}
.iti__search-clear .iti__search-clear-bg {
  fill: #62748e;
}
.iti__search-clear:focus-visible, .iti__search-clear:hover {
  background: #e2e8f0;
  outline: 0;
}

[dir=rtl] .iti__search-clear {
  right: auto;
  left: 4px;
}

.iti__no-results {
  text-align: center;
  padding: 30px 0;
  color: #62748e;
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.iti__country-list {
  list-style: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.iti--inline-dropdown .iti__country-list {
  max-height: 185px;
}

.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap;
}

@media (max-width: 500px) {
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal;
  }
}
.iti__country {
  display: flex;
  align-items: center;
  padding: 8px var(--iti-spacer-horizontal);
  outline: 0;
  color: rgb(78, 78, 78);
  transition: background-color 0.2s ease;
}
.iti__country.iti__highlight {
  background-color: #e2e8f0;
}

.iti__dial-code {
  color: #62748e;
}

.iti__country-list .iti__flag,
.iti__country-list .iti__country-name {
  margin-right: var(--iti-spacer-horizontal);
}

[dir=rtl] .iti__country-list .iti__flag,
[dir=rtl] .iti__country-list .iti__country-name {
  margin-right: 0;
  margin-left: var(--iti-spacer-horizontal);
}

.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) button.iti__selected-country {
  cursor: pointer;
}
.iti .iti__selected-dial-code {
  margin-left: -18px;
  color: #45556c;
}

.iti--container {
  position: fixed;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: var(--iti-border-width);
}
.iti--container:hover {
  cursor: pointer;
}

.iti--fullscreen-popup.iti--container {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: var(--iti-mobile-popup-margin);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.iti--fullscreen-popup .iti__dropdown-content {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  position: relative;
}
.iti--fullscreen-popup .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  --iti-flag-offset: 100px;
  height: var(--iti-flag-height);
  width: var(--iti-flag-width);
  border-radius: 1px;
  box-shadow: 0 0 1px 0 #90a1b9;
  background-image: var(--iti-path-flags-1x);
  background-repeat: no-repeat;
  background-position: var(--iti-flag-offset) 0;
  background-size: var(--iti-flag-sprite-width) var(--iti-flag-sprite-height);
}

.iti__globe {
  background-image: var(--iti-path-globe-1x);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='m255.313-.375 3.059.002C274.882-.333 290.798.575 307 4l3.157.666C357.062 14.896 399.507 37.68 434 71l1.881 1.815C443.783 80.479 451.328 88.22 458 97l1.263 1.637c7.683 9.995 14.425 20.455 20.737 31.363l1.195 2.052C496.135 158.028 505.528 187.438 510 217l.537 3.408c1.652 11.554 1.82 22.997 1.776 34.655l-.006 3.018c-.045 14.512-.502 28.642-3.307 42.919l-.488 2.714C499.588 353.044 475.711 398.066 441 434l-1.815 1.881C431.521 443.783 423.78 451.328 415 458l-1.637 1.263C403.368 466.946 392.908 473.688 382 480l-2.052 1.195C354.028 496.103 324.536 505.662 295 510l-3.65.537c-11.658 1.6-23.222 1.821-34.975 1.776l-2.94-.006c-14.35-.045-28.314-.55-42.435-3.307l-2.718-.488C146.65 497.36 88.152 461.687 51 411l-1.287-1.725C43.197 400.535 37.364 391.489 32 382l-1.219-2.143C17.756 356.722 9.007 331.55 3.688 305.562l-.447-2.178c-2.974-15.646-3.614-31.12-3.553-47.009l.006-3.085c.05-14.609.3-28.94 3.306-43.29l.602-2.954C13.722 158.664 35.64 114.676 70 79l1.916-1.998C81.06 67.514 90.357 58.774 101 51l3.453-2.574C112.643 42.388 121.145 37.006 130 32l2.143-1.219c23.135-13.025 48.307-21.774 74.295-27.093l2.178-.447C224.143.29 239.543-.407 255.312-.375' fill='%2365B1EF'/%3E%3Cpath d='m388 55 2.16.971A523 523 0 0 1 403 62c-.458 3.47-.891 6.674-2 10l2.113-.977c7.734-2.741 16.265-1.635 23.621 1.7 3.006 1.694 5.602 3.748 8.274 5.922 2.16 1.469 3.906 1.99 6.43 2.605C447.77 83.163 451.04 87.948 455 93l1.371 1.725C484.637 130.459 502.75 172.036 510 217l.355 2.057c2.201 12.913 1.848 25.888 1.645 38.943-1.609-2.937-2.477-5.62-3.148-8.895l-.602-2.874-.625-3.043c-4.054-23.42-4.054-23.42-18.625-41.188-2.54-1.563-5.1-3.084-7.684-4.574C479 196 479 196 476.375 193.625c-3.517-2.407-6.177-1.91-10.375-1.625-.869 2.249-.869 2.249-1 5 2.818 4.49 5.391 5.83 10.375 7.375 6.896 2.453 10.206 5.344 13.746 11.61 2.159 4.95 1.199 9.856-.683 14.702-3.093 6.294-7.775 8.677-14.063 11.25-4.49 1.866-6.594 4.116-9.375 8.063-2.921-2.525-4.269-5.285-5.898-8.758l-1.685-3.55-.885-1.887c-1.54-3.278-3.104-6.546-4.669-9.813l-.966-2.017c-3.234-6.726-6.632-13.36-10.084-19.975l-1.637-3.141c-2.793-5.343-2.793-5.343-5.841-10.543C432 188 432 188 432 186h-2c-.47 8.45-.139 14.593 4 22 3.453 6.228 6.183 11.542 7 18.688.773 6.477 2.975 10.288 7 15.312q1.47 1.999 2.938 4l3.062 4 1.758 2.395c4.21 5.891 4.21 5.891 10.242 9.605 4.424.388 7.148.116 11-2-2.098 6.546-4.483 12.94-7.027 19.324l-1.167 2.945-6.337 15.944-3.877 9.747a3136 3136 0 0 0-7.127 18.063c-14.532 37.098-14.532 37.098-25.176 52.559-2.007 3.766-2.335 7.62-2.84 11.813-.785 4.551-3.249 6.638-6.699 9.418L415 401l1 1c.344 2.995.567 5.104 0 8-3.366 3.275-6.77 4.263-11.187 5.688-7.83 2.709-13.298 8.108-19.329 13.605l-2.359 2.144-2.055 1.934c-3.83 3.014-7.249 3.905-12.07 3.629a340 340 0 0 1-5.812-16.488l-.773-2.376q-.804-2.47-1.603-4.943-1.211-3.734-2.43-7.464-1.902-5.85-3.748-11.717a819 819 0 0 0-1.677-5.244c-3.66-12.09-1.644-21.163 2.543-32.893 3.718-10.483 6.536-19.016 2.555-29.86-2.212-4.226-5.547-6.512-10.055-8.015.875-4.75.875-4.75 2-7h-5l1-2.937c1.217-4.35 1.705-8.579 1-13.063-1.794-2.87-2.983-4.491-6-6-3.05-.237-6.097-.382-9.152-.523C329 288 329 288 327.12 286.71 326 285 326 285 326 281a86 86 0 0 0-36.562 6.188c-10.793 4.325-10.793 4.325-16.438 2.812-5.232-2.349-9.114-5.823-13-10l-1.766-1.602c-8.354-7.729-17.322-19.448-18.504-31.043-.2-5.402.454-9.392 2.594-14.312 1.445-4.368 1.735-9.874-.308-14.059L241 217c-1.515-7.399.8-12.725 4.758-18.918 5.728-7.874 11.838-14.263 19.804-19.832 5.494-3.909 6.309-5.783 7.438-12.25 5.321-8.061 11.75-11.02 21-13 2.819-.44 5.643-.748 8.48-1.035l2.352-.253q3.677-.394 7.356-.774 3.693-.39 7.388-.785 2.286-.245 4.574-.481c3.666-.388 7.246-.9 10.85-1.672 6.849-.652 6.849-.652 9.875 1.063C346 151 346 151 346.813 154.375c1.17 3.576 2.274 5.419 5.269 7.71 3.12 1.487 6.316 1.374 9.723 1.552 2.195.363 2.195.363 4.007 2.675L367 169c4.533 4.826 10.837 6.152 17 8l-.187-3.687c-.021-3.89.814-6.15 3.187-9.313l1.25 1.207 1.75 1.606 1.688 1.582c6.605 4.585 13.028 5.027 20.812 5.105 6.884.07 12.159.715 18.5 3.5q-.636-4.409-1.312-8.812l-.358-2.526-.38-2.432-.334-2.237c-.746-2.414-1.63-3.453-3.616-4.993-2.994-.432-2.994-.432-6.312-.437-5.576-.31-8.618-.713-12.688-4.563a73 73 0 0 1-2-4c11.239-4.107 21.179-4.454 33-4l-1.828-2.781c-4.087-6.261-8.04-12.41-11.172-19.219l-3 8-1.187-1.687c-2.152-2.745-4.098-5.103-6.813-7.313-3.25.054-3.25.054-6 1-1.066 3.518-1.066 3.518 0 6.875 1.57 3.338.936 5.63 0 9.125-1.937 2.438-1.937 2.438-5 4-3.362.314-6.635.235-10 0l-1 9c-1.952-1.952-2.848-3.532-4-6l-2.5 1.063c-3.5-.063-3.5-.063-5.68-2A139 139 0 0 1 373 136l-2.25 2.063C368 140 368 140 366.056 139.796c-2.32-.898-3.807-1.988-5.7-3.597l-2.053-1.713-2.115-1.798c-10.639-9.042-10.639-9.042-24.133-11.125-9.45 1.353-16.09 7.313-22.055 14.437-1.98 2.962-3.35 5.487-4 9-19.67 3.845-19.67 3.845-25.172.797-3.709-3.035-6.404-6.085-7.164-10.945-.096-5.454.527-8.653 4.336-12.852 4.84-3.933 8.869-4.593 15-4a89 89 0 0 1 5 2c2.326.381 4.66.725 7 1-.91-6.868-2.063-11.063-7-16l-3-3q8.352-3.98 16.705-7.953 2.84-1.35 5.677-2.703 4.092-1.949 8.184-3.895l2.542-1.212A331 331 0 0 1 342 80c-.276-1.94-.276-1.94-1-4-3.71-2.473-6.274-2.358-10.625-2.559-2.803-.52-3.709-1.157-5.375-3.441-.562-3.375-.562-3.375 0-7 4.438-4.473 9.078-6.553 14.938-8.687l2.341-.893C359.12 47.085 371.921 47.684 388 55' fill='%23E8EEF3'/%3E%3Cpath d='m99 64 2 2c-.004 1.809-.004 1.809-1 4a68 68 0 0 1-5.937 5.063l-1.848 1.431c-6.479 4.904-13.391 9.064-20.38 13.194C69.093 91.313 66.492 92.997 64 95c.379 3.29.379 3.29 2 6q3.493.552 7 1l-1 10c3.058-2.687 3.058-2.687 4.125-5.625C78.859 101.455 82.729 97.647 87 94h2c1.141-2.201 2.042-4.156 2.688-6.562 1.65-3.067 3.334-3.349 6.503-4.489 2.786-1.462 4.059-3.693 5.668-6.328C105 75 105 75 108 73c2.625-.187 2.625-.187 5 0 1 1 1 1 1.063 3.563L114 79l2.52-.691 3.293-.871 3.269-.88C126 76 126 76 129 77l-2 3c.082 3.077.082 3.077 1 6 2.918 1.945 4.625 2.453 8 3-1.353 4.964-4.235 7.011-8.375 9.688l-1.75 1.181C118.192 105 118.192 105 114 105l1 4-3.867-.254-5.008-.308-2.55-.17-2.442-.147-2.254-.143c-1.971-.114-1.971-.114-3.879 1.022-.656 2.527-.656 2.527-1 5l2.375-1.5C99 111 99 111 101 111v6l7 1 1 3c-7.43 7.855-7.43 7.855-13.312 8.188L93 129v-6c-7.606 2.123-11.114 5.66-15 12.438-4.06 7.065-7.658 11.277-15.25 14.437-3.144 1.424-3.144 1.424-5.75 3.125-1.296 3.694-1.18 5.764-.625 9.563-.543 3.53-2.63 4.437-5.371 6.558-3.172 2.974-5.1 6.633-7.23 10.39-3.22 4.519-7.22 5.8-12.461 7.052-4.097.902-4.097.902-7.313 3.437-.648 2.57-.648 2.57-1 5l-5-1c-1.3 3.33-2.588 6.665-3.875 10l-1.105 2.832c-2.654 6.9-4.962 13.623-5.582 21.043-.208 2.436-.34 3.927-1.438 6.125 1.955-.124 1.955-.124 4-1 1.252-2.208 1.252-2.208 2.063-4.875 2.01-5.921 2.01-5.921 4.937-8.125h3c.072 3.746.091 7.306-.398 11.027l-.415 3.16-.457 2.981c-.016 3.06-.016 3.06 2.68 5.191 3.287 3.351 3.528 6.225 3.84 10.703.471 6.037.471 6.037 1.75 11.938 5.976-.611 10.007-1.647 14.563-5.687 2.989-2.5 4.73-3.858 8.687-3.563 11.624 2.468 20.88 6.733 27.813 16.438 4.176 5.720 8.688 6.794 15.437 8.25 5.601 1.226 10.18 2.27 13.637 7.175 1.269 3.508 1.072 6.96.988 10.637l-.027 2.258c-.024 1.83-.060 3.661-.098 5.492l-2.937.813L102 308l-1 3 2.188-1.562C106 308 106 308 108.688 308.188 111 309 111 309 113 311l2-1c5.691-.547 8.561.407 13 4l1 2c4.247 1.638 9.114 1.213 13.6 1.166 1.966.064 1.966.064 5.4.834 1.559 2.793 1.559 2.793 3 6 3.022 2.28 3.022 2.28 6.5 4.125 7.81 4.38 7.81 4.38 9.5 7.875-.173 4.844-2.044 8.262-4.375 12.438-4.902 9.289-6.482 18.873-7.062 29.312-.456 7.237-1.901 14.118-6.688 19.75-3.399 1.773-6.748 2.721-10.473 3.594-3.018 1.138-4.393 2.384-6.402 4.906-1.232 2.87-1.232 2.87-2.062 6.063l-1.012 3.46a155 155 0 0 0-1.633 6.704c-.612 2.712-1.182 5.223-2.293 7.773-3.187 1.688-3.187 1.688-6 2l1 1c.04 1.666.043 3.334 0 5l-3.375.813c-3.843.845-3.843.845-5.625 4.187-.903 7.524 2.086 13.043 6.063 19.188 3.683 4.16 9.032 6.39 13.937 8.812l-1 2c-10.693 0-19.663-9.837-26.945-16.816-15.442-15.556-25.62-35.336-31.055-56.372-3.38-12.847-7.962-20.941-17.172-30.407-7.099-7.485-10.554-16.229-14.39-25.717-2.49-6.138-5.796-11.389-9.93-16.551-2.378-3.03-3.485-4.968-4.008-8.824.528-3.496 1.371-4.629 3.5-7.313-.277-2.352-.943-3.887-2-6-.205-3.559-.225-6.364.973-9.742 1.173-3.72 1.472-7.267 1.652-11.133l.117-2.086q.138-2.52.258-5.039l-1.832-.809c-7.063-3.88-10.477-13.335-13.833-20.287-2.24-4.47-3.847-6.475-8.335-8.904-1.363-2.262-1.363-2.262-2.312-4.687l-.989-2.45L3 238H1c-3.01-52.913 25.989-108.502 59-148l1.758-2.559c2.53-2.754 4.751-3.778 8.093-5.32 3.833-2 6.993-4.833 10.274-7.621C93.68 63.113 93.68 63.113 99 64m184-47c-2.119 2.296-4.144 3.779-6.906 5.227l-2.254 1.187-2.34 1.211-2.34 1.234c-8.192 4.288-8.192 4.288-13.348 4.203L252 30c1.794 4.037 3.206 6.645 7 9-3.689 1.69-6.559 2.24-10.605 2.238l-3.233.05q-3.32.024-6.64.015c-9.204.171-15.372 2.856-22.897 7.947-3.176 1.92-5.762 1.895-9.437 1.938-7.593.36-11.123 4.582-16.188 9.812-4.464 3.813-7.883 4.76-13.652 4.516-2.618-.575-3.67-1.189-5.473-3.141-2.026-3.647-2.76-5.302-1.875-9.375 2.56-2.635 4.892-3.952 8.25-5.437 2.996-1.294 2.996-1.294 3.625-4.25L181 41l-3-2c-1.187-2.625-1.187-2.625-2-5l-3 .5c-4.027.585-7.935.571-12 .5 14.206-11.588 27.597-15.895 45.71-16.535l3.484-.13q5.59-.205 11.181-.398l3.816-.135c19.278-.682 38.52-1.1 57.809-.802' fill='%23E7EEF3'/%3E%3Cpath d='M466 345h2c2.712 3.224 4.932 6.496 5.125 10.75-1.47 2.94-3.551 4.241-6.125 6.25-2.684 4.953-2.352 10.186-2.39 15.674-.166 5.181-1.129 8.248-4.61 12.326-2.99 2.106-5.514 2.272-9.125 2.25l-2.633.016C446 392 446 392 444 390c-.427-3.52-.404-5.37 1.531-8.387l1.969-2.3c4.096-5.415 4.29-9.713 3.5-16.313l1.863-.988 2.45-1.325 2.425-1.3c3.047-1.868 4.872-3.138 5.957-6.614l.43-2.398c.792-4.292.792-4.292 1.875-5.375' fill='%23E6EDF3'/%3E%3Cpath d='m449 125 5 1 .438 1.938c.372 2.037.372 2.037 1.562 3.062.044 2 .04 4 0 6v4l2.3 1.172c.995.52 1.989 1.041 3.012 1.578.987.51 1.973 1.02 2.989 1.547 2.69 1.697 4.12 2.965 5.699 5.703v3l-2 1 .438 2.188L470 165c-2.062.875-2.062.875-5 1-3.236-2.091-6.262-4.524-8-8a222 222 0 0 1-.25-4.812c-.457-5.053-1.809-6.888-5.75-10.188-3.777-4.721-4.904-8.06-5-14 1.438-2.5 1.438-2.5 3-4' fill='%236AB3EF'/%3E%3Cpath d='m138.688 50.875 3.011.055L144 51c1.354 2.709 1.065 5.01 1 8h-7l.188 3.313C138 66 138 66 137 67.875c-2.599 1.462-5.13 1.682-8.07 1.93-2.026.136-2.026.136-4.243.945-1.687.25-1.687.25-3.5-.812C120 68 120 68 119.876 65L121 62a589 589 0 0 1 7-3c1.305-2.996 1.305-2.996 2-6 3.42-2.28 4.682-2.22 8.688-2.125M136 105v2c-1.645 1.254-1.645 1.254-3.812 2.563l-2.145 1.316c-4.063 2.23-7.462 2.53-12.043 2.121-1.937-2-1.937-2-3-4 6.82-5.805 12.383-6.224 21-4' fill='%23E3ECF3'/%3E%3Cpath d='M257 51c-.285 1.89-.285 1.89-1 4-6.06 3.085-11.285 3.372-18 3l-1-2a358 358 0 0 1 6.063-3.062l3.41-1.723c4.008-1.38 6.434-1.127 10.527-.215' fill='%23DCE9F3'/%3E%3Cpath d='m121 102 2 1c-2.25 2.5-2.25 2.5-5 5h-4v-3a136 136 0 0 1 7-3' fill='%2372B7EF'/%3E%3Cpath d='m64 85 3 1-7 7-2-1z' fill='%23BDE0F3'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: right;
  box-shadow: none;
  height: 19px;
}

@media (min-resolution: 2x) {
  .iti__flag {
    background-image: var(--iti-path-flags-2x);
  }
  .iti__globe {
    background-image: var(--iti-path-globe-2x);
  }
}
.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti__ac {
  --iti-flag-offset: 0px;
}

.iti__ad {
  --iti-flag-offset: -16px;
}

.iti__ae {
  --iti-flag-offset: -32px;
}

.iti__af {
  --iti-flag-offset: -48px;
}

.iti__ag {
  --iti-flag-offset: -64px;
}

.iti__ai {
  --iti-flag-offset: -80px;
}

.iti__al {
  --iti-flag-offset: -96px;
}

.iti__am {
  --iti-flag-offset: -112px;
}

.iti__ao {
  --iti-flag-offset: -128px;
}

.iti__ar {
  --iti-flag-offset: -144px;
}

.iti__as {
  --iti-flag-offset: -160px;
}

.iti__at {
  --iti-flag-offset: -176px;
}

.iti__au {
  --iti-flag-offset: -192px;
}

.iti__aw {
  --iti-flag-offset: -208px;
}

.iti__ax {
  --iti-flag-offset: -224px;
}

.iti__az {
  --iti-flag-offset: -240px;
}

.iti__ba {
  --iti-flag-offset: -256px;
}

.iti__bb {
  --iti-flag-offset: -272px;
}

.iti__bd {
  --iti-flag-offset: -288px;
}

.iti__be {
  --iti-flag-offset: -304px;
}

.iti__bf {
  --iti-flag-offset: -320px;
}

.iti__bg {
  --iti-flag-offset: -336px;
}

.iti__bh {
  --iti-flag-offset: -352px;
}

.iti__bi {
  --iti-flag-offset: -368px;
}

.iti__bj {
  --iti-flag-offset: -384px;
}

.iti__bl {
  --iti-flag-offset: -400px;
}

.iti__bm {
  --iti-flag-offset: -416px;
}

.iti__bn {
  --iti-flag-offset: -432px;
}

.iti__bo {
  --iti-flag-offset: -448px;
}

.iti__bq {
  --iti-flag-offset: -464px;
}

.iti__br {
  --iti-flag-offset: -480px;
}

.iti__bs {
  --iti-flag-offset: -496px;
}

.iti__bt {
  --iti-flag-offset: -512px;
}

.iti__bw {
  --iti-flag-offset: -528px;
}

.iti__by {
  --iti-flag-offset: -544px;
}

.iti__bz {
  --iti-flag-offset: -560px;
}

.iti__ca {
  --iti-flag-offset: -576px;
}

.iti__cc {
  --iti-flag-offset: -592px;
}

.iti__cd {
  --iti-flag-offset: -608px;
}

.iti__cf {
  --iti-flag-offset: -624px;
}

.iti__cg {
  --iti-flag-offset: -640px;
}

.iti__ch {
  --iti-flag-offset: -656px;
}

.iti__ci {
  --iti-flag-offset: -672px;
}

.iti__ck {
  --iti-flag-offset: -688px;
}

.iti__cl {
  --iti-flag-offset: -704px;
}

.iti__cm {
  --iti-flag-offset: -720px;
}

.iti__cn {
  --iti-flag-offset: -736px;
}

.iti__co {
  --iti-flag-offset: -752px;
}

.iti__cr {
  --iti-flag-offset: -768px;
}

.iti__cu {
  --iti-flag-offset: -784px;
}

.iti__cv {
  --iti-flag-offset: -800px;
}

.iti__cw {
  --iti-flag-offset: -816px;
}

.iti__cx {
  --iti-flag-offset: -832px;
}

.iti__cy {
  --iti-flag-offset: -848px;
}

.iti__cz {
  --iti-flag-offset: -864px;
}

.iti__de {
  --iti-flag-offset: -880px;
}

.iti__dj {
  --iti-flag-offset: -896px;
}

.iti__dk {
  --iti-flag-offset: -912px;
}

.iti__dm {
  --iti-flag-offset: -928px;
}

.iti__do {
  --iti-flag-offset: -944px;
}

.iti__dz {
  --iti-flag-offset: -960px;
}

.iti__ec {
  --iti-flag-offset: -976px;
}

.iti__ee {
  --iti-flag-offset: -992px;
}

.iti__eg {
  --iti-flag-offset: -1008px;
}

.iti__eh {
  --iti-flag-offset: -1024px;
}

.iti__er {
  --iti-flag-offset: -1040px;
}

.iti__es {
  --iti-flag-offset: -1056px;
}

.iti__et {
  --iti-flag-offset: -1072px;
}

.iti__fi {
  --iti-flag-offset: -1088px;
}

.iti__fj {
  --iti-flag-offset: -1104px;
}

.iti__fk {
  --iti-flag-offset: -1120px;
}

.iti__fm {
  --iti-flag-offset: -1136px;
}

.iti__fo {
  --iti-flag-offset: -1152px;
}

.iti__fr {
  --iti-flag-offset: -1168px;
}

.iti__ga {
  --iti-flag-offset: -1184px;
}

.iti__gb {
  --iti-flag-offset: -1200px;
}

.iti__gd {
  --iti-flag-offset: -1216px;
}

.iti__ge {
  --iti-flag-offset: -1232px;
}

.iti__gf {
  --iti-flag-offset: -1248px;
}

.iti__gg {
  --iti-flag-offset: -1264px;
}

.iti__gh {
  --iti-flag-offset: -1280px;
}

.iti__gi {
  --iti-flag-offset: -1296px;
}

.iti__gl {
  --iti-flag-offset: -1312px;
}

.iti__gm {
  --iti-flag-offset: -1328px;
}

.iti__gn {
  --iti-flag-offset: -1344px;
}

.iti__gp {
  --iti-flag-offset: -1360px;
}

.iti__gq {
  --iti-flag-offset: -1376px;
}

.iti__gr {
  --iti-flag-offset: -1392px;
}

.iti__gt {
  --iti-flag-offset: -1408px;
}

.iti__gu {
  --iti-flag-offset: -1424px;
}

.iti__gw {
  --iti-flag-offset: -1440px;
}

.iti__gy {
  --iti-flag-offset: -1456px;
}

.iti__hk {
  --iti-flag-offset: -1472px;
}

.iti__hn {
  --iti-flag-offset: -1488px;
}

.iti__hr {
  --iti-flag-offset: -1504px;
}

.iti__ht {
  --iti-flag-offset: -1520px;
}

.iti__hu {
  --iti-flag-offset: -1536px;
}

.iti__id {
  --iti-flag-offset: -1552px;
}

.iti__ie {
  --iti-flag-offset: -1568px;
}

.iti__il {
  --iti-flag-offset: -1584px;
}

.iti__im {
  --iti-flag-offset: -1600px;
}

.iti__in {
  --iti-flag-offset: -1616px;
}

.iti__io {
  --iti-flag-offset: -1632px;
}

.iti__iq {
  --iti-flag-offset: -1648px;
}

.iti__ir {
  --iti-flag-offset: -1664px;
}

.iti__is {
  --iti-flag-offset: -1680px;
}

.iti__it {
  --iti-flag-offset: -1696px;
}

.iti__je {
  --iti-flag-offset: -1712px;
}

.iti__jm {
  --iti-flag-offset: -1728px;
}

.iti__jo {
  --iti-flag-offset: -1744px;
}

.iti__jp {
  --iti-flag-offset: -1760px;
}

.iti__ke {
  --iti-flag-offset: -1776px;
}

.iti__kg {
  --iti-flag-offset: -1792px;
}

.iti__kh {
  --iti-flag-offset: -1808px;
}

.iti__ki {
  --iti-flag-offset: -1824px;
}

.iti__km {
  --iti-flag-offset: -1840px;
}

.iti__kn {
  --iti-flag-offset: -1856px;
}

.iti__kp {
  --iti-flag-offset: -1872px;
}

.iti__kr {
  --iti-flag-offset: -1888px;
}

.iti__kw {
  --iti-flag-offset: -1904px;
}

.iti__ky {
  --iti-flag-offset: -1920px;
}

.iti__kz {
  --iti-flag-offset: -1936px;
}

.iti__la {
  --iti-flag-offset: -1952px;
}

.iti__lb {
  --iti-flag-offset: -1968px;
}

.iti__lc {
  --iti-flag-offset: -1984px;
}

.iti__li {
  --iti-flag-offset: -2000px;
}

.iti__lk {
  --iti-flag-offset: -2016px;
}

.iti__lr {
  --iti-flag-offset: -2032px;
}

.iti__ls {
  --iti-flag-offset: -2048px;
}

.iti__lt {
  --iti-flag-offset: -2064px;
}

.iti__lu {
  --iti-flag-offset: -2080px;
}

.iti__lv {
  --iti-flag-offset: -2096px;
}

.iti__ly {
  --iti-flag-offset: -2112px;
}

.iti__ma {
  --iti-flag-offset: -2128px;
}

.iti__mc {
  --iti-flag-offset: -2144px;
}

.iti__md {
  --iti-flag-offset: -2160px;
}

.iti__me {
  --iti-flag-offset: -2176px;
}

.iti__mf {
  --iti-flag-offset: -2192px;
}

.iti__mg {
  --iti-flag-offset: -2208px;
}

.iti__mh {
  --iti-flag-offset: -2224px;
}

.iti__mk {
  --iti-flag-offset: -2240px;
}

.iti__ml {
  --iti-flag-offset: -2256px;
}

.iti__mm {
  --iti-flag-offset: -2272px;
}

.iti__mn {
  --iti-flag-offset: -2288px;
}

.iti__mo {
  --iti-flag-offset: -2304px;
}

.iti__mp {
  --iti-flag-offset: -2320px;
}

.iti__mq {
  --iti-flag-offset: -2336px;
}

.iti__mr {
  --iti-flag-offset: -2352px;
}

.iti__ms {
  --iti-flag-offset: -2368px;
}

.iti__mt {
  --iti-flag-offset: -2384px;
}

.iti__mu {
  --iti-flag-offset: -2400px;
}

.iti__mv {
  --iti-flag-offset: -2416px;
}

.iti__mw {
  --iti-flag-offset: -2432px;
}

.iti__mx {
  --iti-flag-offset: -2448px;
}

.iti__my {
  --iti-flag-offset: -2464px;
}

.iti__mz {
  --iti-flag-offset: -2480px;
}

.iti__na {
  --iti-flag-offset: -2496px;
}

.iti__nc {
  --iti-flag-offset: -2512px;
}

.iti__ne {
  --iti-flag-offset: -2528px;
}

.iti__nf {
  --iti-flag-offset: -2544px;
}

.iti__ng {
  --iti-flag-offset: -2560px;
}

.iti__ni {
  --iti-flag-offset: -2576px;
}

.iti__nl {
  --iti-flag-offset: -2592px;
}

.iti__no {
  --iti-flag-offset: -2608px;
}

.iti__np {
  --iti-flag-offset: -2624px;
}

.iti__nr {
  --iti-flag-offset: -2640px;
}

.iti__nu {
  --iti-flag-offset: -2656px;
}

.iti__nz {
  --iti-flag-offset: -2672px;
}

.iti__om {
  --iti-flag-offset: -2688px;
}

.iti__pa {
  --iti-flag-offset: -2704px;
}

.iti__pe {
  --iti-flag-offset: -2720px;
}

.iti__pf {
  --iti-flag-offset: -2736px;
}

.iti__pg {
  --iti-flag-offset: -2752px;
}

.iti__ph {
  --iti-flag-offset: -2768px;
}

.iti__pk {
  --iti-flag-offset: -2784px;
}

.iti__pl {
  --iti-flag-offset: -2800px;
}

.iti__pm {
  --iti-flag-offset: -2816px;
}

.iti__pr {
  --iti-flag-offset: -2832px;
}

.iti__ps {
  --iti-flag-offset: -2848px;
}

.iti__pt {
  --iti-flag-offset: -2864px;
}

.iti__pw {
  --iti-flag-offset: -2880px;
}

.iti__py {
  --iti-flag-offset: -2896px;
}

.iti__qa {
  --iti-flag-offset: -2912px;
}

.iti__re {
  --iti-flag-offset: -2928px;
}

.iti__ro {
  --iti-flag-offset: -2944px;
}

.iti__rs {
  --iti-flag-offset: -2960px;
}

.iti__ru {
  --iti-flag-offset: -2976px;
}

.iti__rw {
  --iti-flag-offset: -2992px;
}

.iti__sa {
  --iti-flag-offset: -3008px;
}

.iti__sb {
  --iti-flag-offset: -3024px;
}

.iti__sc {
  --iti-flag-offset: -3040px;
}

.iti__sd {
  --iti-flag-offset: -3056px;
}

.iti__se {
  --iti-flag-offset: -3072px;
}

.iti__sg {
  --iti-flag-offset: -3088px;
}

.iti__sh {
  --iti-flag-offset: -3104px;
}

.iti__si {
  --iti-flag-offset: -3120px;
}

.iti__sj {
  --iti-flag-offset: -3136px;
}

.iti__sk {
  --iti-flag-offset: -3152px;
}

.iti__sl {
  --iti-flag-offset: -3168px;
}

.iti__sm {
  --iti-flag-offset: -3184px;
}

.iti__sn {
  --iti-flag-offset: -3200px;
}

.iti__so {
  --iti-flag-offset: -3216px;
}

.iti__sr {
  --iti-flag-offset: -3232px;
}

.iti__ss {
  --iti-flag-offset: -3248px;
}

.iti__st {
  --iti-flag-offset: -3264px;
}

.iti__sv {
  --iti-flag-offset: -3280px;
}

.iti__sx {
  --iti-flag-offset: -3296px;
}

.iti__sy {
  --iti-flag-offset: -3312px;
}

.iti__sz {
  --iti-flag-offset: -3328px;
}

.iti__tc {
  --iti-flag-offset: -3344px;
}

.iti__td {
  --iti-flag-offset: -3360px;
}

.iti__tg {
  --iti-flag-offset: -3376px;
}

.iti__th {
  --iti-flag-offset: -3392px;
}

.iti__tj {
  --iti-flag-offset: -3408px;
}

.iti__tk {
  --iti-flag-offset: -3424px;
}

.iti__tl {
  --iti-flag-offset: -3440px;
}

.iti__tm {
  --iti-flag-offset: -3456px;
}

.iti__tn {
  --iti-flag-offset: -3472px;
}

.iti__to {
  --iti-flag-offset: -3488px;
}

.iti__tr {
  --iti-flag-offset: -3504px;
}

.iti__tt {
  --iti-flag-offset: -3520px;
}

.iti__tv {
  --iti-flag-offset: -3536px;
}

.iti__tw {
  --iti-flag-offset: -3552px;
}

.iti__tz {
  --iti-flag-offset: -3568px;
}

.iti__ua {
  --iti-flag-offset: -3584px;
}

.iti__ug {
  --iti-flag-offset: -3600px;
}

.iti__us {
  --iti-flag-offset: -3616px;
}

.iti__uy {
  --iti-flag-offset: -3632px;
}

.iti__uz {
  --iti-flag-offset: -3648px;
}

.iti__va {
  --iti-flag-offset: -3664px;
}

.iti__vc {
  --iti-flag-offset: -3680px;
}

.iti__ve {
  --iti-flag-offset: -3696px;
}

.iti__vg {
  --iti-flag-offset: -3712px;
}

.iti__vi {
  --iti-flag-offset: -3728px;
}

.iti__vn {
  --iti-flag-offset: -3744px;
}

.iti__vu {
  --iti-flag-offset: -3760px;
}

.iti__wf {
  --iti-flag-offset: -3776px;
}

.iti__ws {
  --iti-flag-offset: -3792px;
}

.iti__xk {
  --iti-flag-offset: -3808px;
}

.iti__ye {
  --iti-flag-offset: -3824px;
}

.iti__yt {
  --iti-flag-offset: -3840px;
}

.iti__za {
  --iti-flag-offset: -3856px;
}

.iti__zm {
  --iti-flag-offset: -3872px;
}

.iti__zw {
  --iti-flag-offset: -3888px;
}

.flatpickr-calendar {
  background: rgb(255, 255, 255);
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.1) 3.1px 3.1px 2.6px;
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  padding: 16px;
  width: 320px;
  opacity: 0;
  display: none;
  visibility: hidden;
  position: absolute;
  box-sizing: border-box;
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  visibility: visible;
  display: block;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  animation: fadeIn 200ms ease-out;
}

.flatpickr-months {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  position: relative;
}

.flatpickr-month {
  flex: 1;
  text-align: center;
}

.flatpickr-current-month {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
  color: #1d293d;
  position: static;
  width: 100%;
  height: auto;
  padding: 0;
  transform: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: none;
  background: transparent;
  border: none;
  font-size: 15px;
  font-weight: 600;
  color: #1d293d;
  cursor: pointer;
  padding: 4px 10px 4px 16px;
  border-radius: 6px;
  outline: none;
  margin: 0;
  background: #f6f7f9;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: #f6f7f9;
}

.flatpickr-current-month input.cur-year {
  font-size: 15px;
  font-weight: 600;
  color: #1d293d;
  background: transparent;
  border: none;
  padding: 4px 10px 4px 16px;
  margin: 0 0 0 4px;
  width: 60px;
  cursor: pointer;
  border-radius: 6px;
  background: #f6f7f9;
  box-sizing: border-box;
}
.flatpickr-current-month input.cur-year:hover {
  background: #f6f7f9;
}
.flatpickr-current-month input.cur-year:focus {
  outline: none;
  background: #f6f7f9;
}

.flatpickr-current-month .numInputWrapper {
  width: 70px;
  display: inline-block;
  position: relative;
}
.flatpickr-current-month .numInputWrapper input {
  width: 100%;
}
.flatpickr-current-month .numInputWrapper span.arrowUp,
.flatpickr-current-month .numInputWrapper span.arrowDown {
  position: absolute;
  right: 0;
  width: 16px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 150ms ease;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:hover,
.flatpickr-current-month .numInputWrapper span.arrowDown:hover {
  background: #f1f5f9;
  opacity: 1;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after,
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.flatpickr-current-month .numInputWrapper span.arrowUp {
  top: 0;
  border-radius: 0 6px 0 0;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom: 4px solid #45556c;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:hover:after {
  border-bottom-color: #1d293d;
}
.flatpickr-current-month .numInputWrapper span.arrowDown {
  bottom: 0;
  border-radius: 0 0 6px 0;
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top: 4px solid #45556c;
}
.flatpickr-current-month .numInputWrapper span.arrowDown:hover:after {
  border-top-color: #1d293d;
}
.flatpickr-current-month .numInputWrapper:hover span.arrowUp,
.flatpickr-current-month .numInputWrapper:hover span.arrowDown {
  opacity: 1;
}

.flatpickr-prev-month,
.flatpickr-next-month {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  background: transparent;
  color: #62748e;
  padding: 0;
  position: absolute;
  top: 0;
  transition: all 150ms ease;
}
.flatpickr-prev-month:hover,
.flatpickr-next-month:hover {
  background: #f6f7f9;
  color: #1d293d;
}
.flatpickr-prev-month svg,
.flatpickr-next-month svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.flatpickr-prev-month {
  left: 0;
}

.flatpickr-next-month {
  right: 0;
}

.flatpickr-weekdays {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.flatpickr-weekdaycontainer {
  display: flex;
  width: 100%;
}

.flatpickr-weekday {
  flex: 1;
  font-size: 12px;
  font-weight: 500;
  color: #62748e;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.flatpickr-days {
  display: flex;
  width: 100%;
}

.dayContainer {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  padding: 0;
  gap: 2px;
}

.flatpickr-day {
  flex-basis: calc(14.2857% - 2px);
  max-width: none;
  height: 36px;
  line-height: 36px;
  border-radius: 8px;
  border: none;
  background: transparent;
  color: #1d293d;
  font-weight: 300;
  cursor: pointer;
  text-align: center;
  transition: all 150ms ease;
  margin: 0;
}
.flatpickr-day:hover {
  background: #f6f7f9;
  color: #1d293d;
}
.flatpickr-day.today {
  background: #eff6ff;
  color: #2366ed;
  font-weight: 600;
}
.flatpickr-day.today:hover {
  background: #dbebfe;
  color: #2366ed;
}
.flatpickr-day.selected, .flatpickr-day.selected:hover, .flatpickr-day.selected:focus {
  background: #3a86f8;
  color: rgb(255, 255, 255);
  font-weight: 500;
  border: none;
  box-shadow: none;
}
.flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay {
  color: #cad5e2;
}
.flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover {
  background: #f6f7f9;
  color: #90a1b9;
}
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  color: #e2e8f0;
  background: transparent;
  cursor: not-allowed;
}

.flatpickr-day.inRange {
  background: #eff6ff;
  color: #2366ed;
  border-radius: 0;
  box-shadow: none;
}

.flatpickr-day.startRange,
.flatpickr-day.endRange {
  background: #3a86f8;
  color: rgb(255, 255, 255);
  font-weight: 500;
}

.flatpickr-day.startRange {
  border-radius: 8px 0 0 8px;
}

.flatpickr-day.endRange {
  border-radius: 0 8px 8px 0;
}

.flatpickr-day.startRange.endRange {
  border-radius: 8px;
}

.flatpickr-time {
  border-top: 1px solid #e2e8f0;
  margin-top: 12px;
  padding-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  max-height: none;
}
.flatpickr-time input {
  background: #f6f7f9;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  color: #1d293d;
  font-size: 16px;
  font-weight: 500;
  padding: 6px;
  text-align: center;
  margin: 0 4px;
}
.flatpickr-time input:hover {
  background: #f1f5f9;
  border-color: #cad5e2;
}
.flatpickr-time input:focus {
  outline: none;
  border-color: #3a86f8;
  background: rgb(255, 255, 255);
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  display: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*/////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////*/
@font-face {
  font-family: "Rounded Elegence";
  src: local("RoundedElegence Regular"), local("RoundedElegence-Regular"), url("../fonts/RoundedElegance-Regular.otf") format("opentype"), url("../fonts/RoundedElegance-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  font-feature-settings: "kern" 0;
  font-kerning: none;
}
/*///////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////*/
@font-face {
  font-family: "SourceSans3";
  src: local("SourceSans3 ExtraLight"), local("SourceSans3-ExtraLight"), url("../fonts/SourceSans3-ExtraLight.otf") format("opentype"), url("../fonts/SourceSans3-ExtraLight.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SourceSans3";
  src: local("SourceSans3 ExtraLightItalic"), local("SourceSans3-ExtraLightItalic"), url("../fonts/SourceSans3-ExtraLightItalic.otf") format("opentype"), url("../fonts/SourceSans3-ExtraLightItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SourceSans3";
  src: local("SourceSans3 Light"), local("SourceSans3-Light"), url("../fonts/SourceSans3-Light.otf") format("opentype"), url("../fonts/SourceSans3-Light.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SourceSans3";
  src: local("SourceSans3 LightItalic"), local("SourceSans3-LightItalic"), url("../fonts/SourceSans3-LightItalic.otf") format("opentype"), url("../fonts/SourceSans3-LightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SourceSans3";
  src: local("SourceSans3 Regular"), local("SourceSans3-Regular"), url("../fonts/SourceSans3-Regular.otf") format("opentype"), url("../fonts/SourceSans3-Regular.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SourceSans3";
  src: local("SourceSans3 Medium"), local("SourceSans3-Medium"), url("../fonts/SourceSans3-Medium.otf") format("opentype"), url("../fonts/SourceSans3-Medium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SourceSans3";
  src: local("SourceSans3 MediumItalic"), local("SourceSans3-MediumItalic"), url("../fonts/SourceSans3-MediumItalic.otf") format("opentype"), url("../fonts/SourceSans3-MediumItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SourceSans3";
  src: local("SourceSans3 SemiBold"), local("SourceSans3-SemiBold"), url("../fonts/SourceSans3-SemiBold.otf") format("opentype"), url("../fonts/SourceSans3-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SourceSans3";
  src: local("SourceSans3 SemiBoldItalic"), local("SourceSans3-SemiBoldItalic"), url("../fonts/SourceSans3-SemiBoldItalic.otf") format("opentype"), url("../fonts/SourceSans3-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SourceSans3";
  src: local("SourceSans3 Bold"), local("SourceSans3-Bold"), url("../fonts/SourceSans3-Bold.otf") format("opentype"), url("../fonts/SourceSans3-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SourceSans3";
  src: local("SourceSans3 BoldItalic"), local("SourceSans3-BoldItalic"), url("../fonts/SourceSans3-BoldItalic.otf") format("opentype"), url("../fonts/SourceSans3-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SourceSans3";
  src: local("SourceSans3 ExtraBoldItalic"), local("SourceSans3-ExtraBoldItalic"), url("../fonts/SourceSans3-ExtraBoldItalic.otf") format("opentype"), url("../fonts/SourceSans3-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SourceSans3";
  src: local("SourceSans3 Black"), local("SourceSans3-Black"), url("../fonts/SourceSans3-Black.otf") format("opentype"), url("../fonts/SourceSans3-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SourceSans3";
  src: local("SourceSans3 BlackItalic"), local("SourceSans3-BlackItalic"), url("../fonts/SourceSans3-BlackItalic.otf") format("opentype"), url("../fonts/SourceSans3-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
:root {
  --color-white: $RootWhite;
  --color-black: $RootBlack;
  --root-white: $RootWhite;
  --root-black: $RootBlack;
  --color-font-color: $RootFontColor;
  --color-validation: #fff;
  --bs-theme-color: $Primary;
  --bs-gradient: linear-gradient(180deg, rgba(255, 254, 254, 0.15), rgba(255, 254, 254, 0));
  --bs-font-neo-tech: "NeoTech", sans-serif;
  --ffamilyregular: "NeoTech", sans-serif;
  --bs-primary: $Primary;
  --secondary: $RootWhite;
  --bg-primary: $bg-default;
  --bs-body-font-weight: 300;
  --bs-theme-color: #007AB4;
  --bs-blue: #002147;
  --bs-indigo: #6237FF;
  --bs-purple: #A1B0FC;
  --bs-pink: #D42DA3;
  --bs-red: #EE4D47;
  --bs-orange: #F17228;
  --bs-yellow: #FDC800;
  --bs-green: #79B93C;
  --bs-teal: #53F283;
  --bs-cyan: #00B2B2;
  --bs-white: #FFFEFE;
  --bs-gray: #F0F4F9;
  --bs-gray-dark: #616161;
  --bs-primary: #FDC800;
  --bs-secondary: #002147;
  --bs-success: #79B93C;
  --bs-info: #00B2B2;
  --bs-warning: #FDC800;
  --bs-danger: #EE4D47;
  --bs-light: #F0F4F9;
  --bs-dark: #23242A;
  --bs-gradient: linear-gradient(180deg, rgba(255, 254, 254, 0.15), rgba(255, 254, 254, 0));
  --bs-font-neo-tech: "NeoTech", sans-serif;
  --ffamilyregular: "NeoTech", sans-serif;
  --root-white: white;
  --root-black: black;
  --bs-primary: #007AB4;
  --secondary: white;
  --bg-primary: #7F7F7F80;
}

html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

body {
  color: rgb(78, 78, 78);
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-size: 18px;
  position: relative;
  height: auto;
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

section {
  position: relative;
}

select {
  display: block;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
}
p a {
  text-decoration: none;
}
p a:hover, p a:focus {
  text-decoration: none;
}

a {
  text-decoration: none;
}

h1 a, .regular-1 a, .h1 a,
h2 a,
.regular-2 a,
.h2 a,
h3 a,
.regular-3 a,
.h3 a,
h4 a,
.regular-4 a,
.h4 a,
h5 a,
.regular-5 a,
.h5 a,
h6 a,
.regular-6 a,
.h6 a {
  text-decoration: none;
}
h1 a:hover, .regular-1 a:hover, .h1 a:hover, h1 a:focus, .regular-1 a:focus, .h1 a:focus,
h2 a:hover,
.regular-2 a:hover,
.h2 a:hover,
h2 a:focus,
.regular-2 a:focus,
.h2 a:focus,
h3 a:hover,
.regular-3 a:hover,
.h3 a:hover,
h3 a:focus,
.regular-3 a:focus,
.h3 a:focus,
h4 a:hover,
.regular-4 a:hover,
.h4 a:hover,
h4 a:focus,
.regular-4 a:focus,
.h4 a:focus,
h5 a:hover,
.regular-5 a:hover,
.h5 a:hover,
h5 a:focus,
.regular-5 a:focus,
.h5 a:focus,
h6 a:hover,
.regular-6 a:hover,
.h6 a:hover,
h6 a:focus,
.regular-6 a:focus,
.h6 a:focus {
  text-decoration: none;
  color: inherit;
}

a {
  color: rgb(78, 78, 78);
  transition: color 0.3s ease;
}
a:hover, a:focus {
  text-decoration: none;
  color: inherit;
}

:focus {
  outline: none;
}

*:focus {
  outline: 0 !important;
}

img {
  margin: 0;
  max-width: 100%;
  object-fit: cover;
}

figure {
  margin: 0;
  padding: 0;
}

form select::-ms-expand {
  display: none;
}

input,
select,
textarea {
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

input:invalid {
  outline: none;
}

textarea::-ms-clear,
input::-ms-clear {
  display: none;
}

.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-full {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
  .container-sm {
    max-width: 1020px;
  }
  .container-md {
    max-width: 1120px;
  }
  .container-lg {
    max-width: 1320px;
  }
  .container-xl {
    max-width: 90%;
  }
  .container-xxl {
    max-width: 100%;
  }
  .container-full {
    max-width: 100%;
  }
}
body::before, .sec-mail .container .mail-inner .mail-body .field:has(.dropdown)::after, .sec-mail .container::before, .sec-inbox-mail-detail .container::before, .sec-inbox .container::before, .MyDocuments-heading .heading-6::after, .candidate-info-wrap-block .candidate-info-wrap::before, .sec-profile-view .container .user-profile .profile-image::before, .sec-profile-view .container .user-profile .profile-image::after, .sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap::before, .sec-edit-profile .container .edit-profile-inner .edit-profile-wrap .profile-image::before, .sec-edit-profile .container .edit-profile-inner .edit-profile-wrap .profile-image::after, .sec-candidate-chat .container .candidate-chat-inner > .chat-content .chat-content-group .chat-content::before, .sec-candidate-chat .container .candidate-chat-inner .chat-header .chat-group .chat .img-wrap::before, .sec-addstudent .container #addstudent .step-1::before, .globalform-inner .step-1 .FormFieldBlocks:has(#type-candidate) .FormFieldBlocksItem::after, .globalform-inner .step-1 .FormFieldBlocks:has(#type-student) .FormFieldBlocksItem::after, .globalform-inner .step-1 .FormFieldBlocks:has(#type-company) .FormFieldBlocksItem::after, .globalform-inner .step-1 .FormFieldBlocks::before, .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr:has(.event-day) td.event-day::after, .sec-calender .container .calender-inner #calendar::before, .foryou-wrap .foryou .progress-wrap .progress-content form .progress::before, .foryou-wrap .foryou .progress-wrap .progress-content form .progress .field .img-wrap::before, .foryou-wrap .foryou .progress-wrap .progress-titles::before, .foryou-wrap .foryou .tab-content .tab-pane::before, .foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr:has(.event-day) td.event-day::after, .foryou-wrap .foryou .swiper .swiper-wrapper .swiper-slide .foryou-profile .img-wrap::before, .foryou-wrap .foryou .swiper .swiper-wrapper .swiper-slide .foryou-profile .img-wrap::after, .foryou-wrap .foryou .swiper .swiper-wrapper .swiper-slide .foryou-profile::before, .foryou-wrap .foryou .swiper::before, .foryou-wrap .foryou .swiper::after, .foryou-wrap::before, .sec-candidate-dashboard .container .dashboard-inner::before, .sec-registration-form .container .registration-form-inner::before, .sec-registration-form .container .registration-form-inner .formerrors .error::before, #Header .container .header-inner .header-right .list .langmenue::before, .RelocationsInfoWrap .RelocationsInfo li:not(.last-in-row)::after, .draggable-candidate.first::before, .draggable-candidate:not(:last-child)::after, .draggable-candidate:nth-child(2)::before, .CustomStatusHeading .indication .circle-indicator::after, .UserStatus .UserStatusList li .indication .circle-indicator::after, .UserStatus .UserStatusList li .indication .circle-indicator::before, .UserStatus .UserStatusList li .indication::after, .UserStatus .UserStatusList li .indication::before, .UserStatus .UserStatusList li p:last-of-type::before, .UserStatus .UserStatusList li::after, .nav-tabs .nav-item::after, .NotifyWrap .Notify::after, .sec-notification .container .notification-inner .notification-body .notification::before, .sec-notification .container .notification-inner::before, ul li::before, ul.yes li::before, [class*=icon-bg]::before, [class*=icon-]::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

ul.yes li::before, [class*=icon-bg]::before, [class*=icon-]::before {
  background-color: rgb(0, 0, 0);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: opacity 0.3s ease, background-color 0.3s ease;
}

input,
textarea {
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: rgb(0, 0, 0);
  border: 1px solid #e2e8f0;
  padding: 13px 20px;
  border-radius: 20px;
  width: 100%;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(99, 99, 99, 0) 0px 2px 8px 0px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 576px) {
  input,
  textarea {
    font-size: 13px;
    padding: 13px 16px 13px 13px;
  }
}
input::placeholder,
textarea::placeholder {
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-size: 16px;
  color: rgb(78, 78, 78);
}
@media (max-width: 992px) {
  input::placeholder,
  textarea::placeholder {
    font-size: 13px;
  }
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active {
  -webkit-text-fill-color: rgb(78, 78, 78) !important;
  background-color: rgb(255, 255, 255) !important;
  border: 1px solid #e2e8f0 !important;
  -webkit-box-shadow: 0 0 0 1000px rgb(255, 255, 255) inset !important;
  box-shadow: rgba(0, 0, 0, 0.1) 3.1px 3.1px 2.6px !important;
}
input:-moz-autofill,
textarea:-moz-autofill {
  background-color: rgb(255, 255, 255) !important;
  color: rgb(78, 78, 78) !important;
  border: 1px solid #e2e8f0 !important;
  box-shadow: rgba(0, 0, 0, 0.1) 3.1px 3.1px 2.6px !important;
}
input:hover,
textarea:hover {
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.1) 3.1px 3.1px 2.6px;
}
input:focus,
textarea:focus {
  background-color: #dbebfe;
  box-shadow: rgba(0, 0, 0, 0.1) 3.1px 3.1px 2.6px;
}

input[type=date]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 0.5;
}
input[type=date]:hover::-webkit-calendar-picker-indicator {
  opacity: 1;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=radio] {
  display: none;
}
input[type=checkbox] {
  display: none;
}

textarea {
  height: 100%;
  min-height: 52px;
  max-height: 52px;
}

textarea::-webkit-input-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder,
textarea:-ms-input-placeholder {
  color: rgb(78, 78, 78);
}

label {
  position: relative;
  margin: 0;
  width: 100%;
}
label:has(input[type=file]) .registration-input {
  display: none;
}
label:has(input[type=file]) .globalform-file {
  display: none;
}
label:has(input[type=file]) input {
  display: none;
}
label:has(input[type=file]) .input-upload {
  border: 1px solid #e2e8f0;
  padding: 10px 20px;
  border-radius: 20px;
  width: 100%;
  min-height: 40px;
  font-size: 16px;
  background-color: rgb(255, 255, 255);
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 576px) {
  label:has(input[type=file]) .input-upload {
    padding: 10px 16px 10px 13px;
    font-size: 13px;
    min-height: 42.94px;
  }
}
label:has(input[type=file]) .input-upload .uploaded {
  color: rgb(0, 0, 0);
  word-break: break-all;
}
label:has(input[type=file]) .input-upload:hover {
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.1) 3.1px 3.1px 2.6px;
}
label:has(input[type=radio]), label:has(input[type=checkbox]), label:has(input[type=file]) {
  cursor: pointer;
}
label:has(.error) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
label .error,
label .customerror {
  color: red;
  display: none;
  padding-left: 13px;
}
label .placeholder {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
  left: 16px;
  top: 49%;
  color: rgb(255, 255, 255);
  background-color: rgb(255, 255, 255);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  pointer-events: none;
  user-select: none;
}
@media (max-width: 576px) {
  label .placeholder {
    font-size: 14px;
    left: 13px;
  }
}
label .show-password {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 50%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
label .show-password::before {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background-color: #888888;
}
label:has(.placeholder) input {
  padding: 13px 16px 13px 40px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
label:has(.wysihtml5-toolbar) {
  padding-bottom: 22px;
}
label .wysihtml5-toolbar {
  display: flex;
  flex-direction: row;
  gap: 7px;
  flex-wrap: wrap;
  margin-top: 7px;
  padding: 0 7px;
}
label .wysihtml5-toolbar li {
  width: fit-content;
  padding-left: 0;
  margin: 0;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
label .wysihtml5-toolbar li::before {
  display: none;
}
label .wysihtml5-toolbar li .btn {
  font-size: 12px;
  background: none;
  background-color: rgb(255, 255, 255);
  color: #4E4E4E;
  padding: 7px 13px;
  min-height: 33px;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #e2e8f0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 768px) {
  label .wysihtml5-toolbar li .btn {
    padding: 7px 16px;
  }
}
label .wysihtml5-toolbar li .btn span {
  color: #4E4E4E;
  white-space: nowrap;
}
label .wysihtml5-toolbar li .btn.wysihtml5-command-active {
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #E6E6E6;
  background-color: #D9D9D9;
  outline: 0;
}
label .wysihtml5-toolbar li .dropdown-toggle {
  gap: 0;
  padding: 7px;
  min-height: 33px;
}
label .wysihtml5-toolbar li .dropdown-toggle .current-font {
  font-size: 12px;
}
label .wysihtml5-toolbar li.dropdown {
  min-width: fit-content;
}
label .wysihtml5-toolbar li .dropdown-menu {
  padding: 0;
  display: none;
  width: calc(100% - 20px);
  border-radius: 8px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
label .wysihtml5-toolbar li .dropdown-menu li {
  width: 100%;
  text-align: center;
  padding: 4px 0;
  font-size: 13px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
label .wysihtml5-toolbar li .dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #e2e8f0;
}
label .wysihtml5-toolbar li .dropdown-menu li:hover {
  background-color: #e2e8f0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
label .wysihtml5-toolbar li .btn-group {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 7px;
}
label .wysihtml5-toolbar li .btn-group .btn {
  padding: 7px 13px;
  background: none;
  background-color: rgb(255, 255, 255);
  color: #4E4E4E;
  min-height: 40px;
  font-weight: 400;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
label .wysihtml5-toolbar li .btn-group .btn[data-wysihtml5-command=bold] {
  font-weight: 700;
}
label .wysihtml5-toolbar li .btn-group .btn span {
  color: #4E4E4E;
}
label .wysihtml5-toolbar li .btn-group .btn i {
  width: 16px;
  height: 16px;
}

.i-frame {
  width: 22px;
  height: 22px;
  border-radius: 4px;
  padding: 0;
  border: 2px solid #e2e8f0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.i-frame .icon {
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.i-frame .icon::before {
  width: 15px;
  height: 15px;
  background-color: white !important;
}

input:checked ~ .i-frame {
  border: 2px solid #e2e8f0 !important;
  background-color: #3a86f8;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
input:checked ~ .i-frame .icon {
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.field {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 4px;
  position: relative;
  transition-property: z-index;
  transition-delay: 10s;
}
.field .error,
.field .customerror {
  color: red;
  font-size: 13px;
  display: none;
}
.field .heading {
  padding-left: 20px;
}
.field .heading:has(.icon) {
  display: flex;
  flex-direction: row;
  gap: 4px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.field .heading:has(.icon) .icon {
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.field .heading:has(.icon) .icon::before {
  background-color: #FF0000;
}
.field.required .heading:has(.icon) {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.field.required .heading:has(.icon) .icon {
  opacity: 1 !important;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.field.required label .i-frame {
  border: 2px solid red !important;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.UploadedFiles,
.mail-fileupload-name-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: 220px;
  overflow: auto;
}
.UploadedFiles .UploadedFile,
.UploadedFiles .CustomButton,
.mail-fileupload-name-group .UploadedFile,
.mail-fileupload-name-group .CustomButton {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 7px;
  position: relative;
  max-width: calc(100% - 22px);
  width: 100%;
  padding: 7px 20px;
  margin: auto;
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 300 !important;
  color: #3a86f8 !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 20px;
  transform: scale(1) !important;
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  -o-transform: scale(1) !important;
}
.UploadedFiles .UploadedFile:first-child,
.UploadedFiles .CustomButton:first-child,
.mail-fileupload-name-group .UploadedFile:first-child,
.mail-fileupload-name-group .CustomButton:first-child {
  margin-top: 10px;
}
.UploadedFiles .UploadedFile .icon,
.UploadedFiles .CustomButton .icon,
.mail-fileupload-name-group .UploadedFile .icon,
.mail-fileupload-name-group .CustomButton .icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: initial;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 31px;
  height: 100%;
  margin: 0;
  pointer-events: all;
}
.UploadedFiles .UploadedFile .icon::before,
.UploadedFiles .CustomButton .icon::before,
.mail-fileupload-name-group .UploadedFile .icon::before,
.mail-fileupload-name-group .CustomButton .icon::before {
  width: 10px;
  height: 10px;
  background-color: #FF0000 !important;
}
.UploadedFiles .UploadedFile:hover,
.UploadedFiles .CustomButton:hover,
.mail-fileupload-name-group .UploadedFile:hover,
.mail-fileupload-name-group .CustomButton:hover {
  color: #3a86f8 !important;
  background-color: #f1f5f9 !important;
  border: 1px solid #e2e8f0 !important;
  transform: scale(1) !important;
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  -o-transform: scale(1) !important;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #90a1b9 rgb(255, 255, 255);
}

/* WebKit browsers */
*::-webkit-scrollbar {
  width: 13px;
}

*::-webkit-scrollbar-thumb {
  background-color: #90a1b9;
  border-radius: 7px;
  border: 4px solid #000000;
}

[class*=icon-] {
  display: block;
  position: relative;
}
[class*=icon-]::before {
  background-color: rgb(78, 78, 78);
}

[class*=icon-bg] {
  display: block;
  position: relative;
}
[class*=icon-bg]::before {
  background-color: transparent;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.icon-chevron-right {
  width: 30px;
  height: 30px;
}
.icon-chevron-right::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10'%3E%3Cpath fill='rgba(51,51,51,0.95)' d='M6 5a1 1 0 0 1-.293.707l-4 4A1 1 0 1 1 .293 8.293L3.586 5 .293 1.707A1 1 0 1 1 1.707.293l4 4A1 1 0 0 1 6 5Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10'%3E%3Cpath fill='rgba(51,51,51,0.95)' d='M6 5a1 1 0 0 1-.293.707l-4 4A1 1 0 1 1 .293 8.293L3.586 5 .293 1.707A1 1 0 1 1 1.707.293l4 4A1 1 0 0 1 6 5Z'/%3E%3C/svg%3E");
}

.icon-chevron-left {
  width: 30px;
  height: 30px;
}
.icon-chevron-left::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10'%3E%3Cpath fill='rgba(51,51,51,0.95)' d='M6 5a1 1 0 0 1-.293.707l-4 4A1 1 0 1 1 .293 8.293L3.586 5 .293 1.707A1 1 0 1 1 1.707.293l4 4A1 1 0 0 1 6 5Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10'%3E%3Cpath fill='rgba(51,51,51,0.95)' d='M6 5a1 1 0 0 1-.293.707l-4 4A1 1 0 1 1 .293 8.293L3.586 5 .293 1.707A1 1 0 1 1 1.707.293l4 4A1 1 0 0 1 6 5Z'/%3E%3C/svg%3E");
}

.icon-chevron-down {
  width: 30px;
  height: 30px;
}
.icon-chevron-down::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M9.75 4.125 6 7.875l-3.75-3.75' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h12v12H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M9.75 4.125 6 7.875l-3.75-3.75' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h12v12H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.icon-img {
  width: 30px;
  height: 30px;
}
.icon-img::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='512' height='512'%3E%3Cpath d='M0 0 C1.41702674 -0.00489804 2.83404949 -0.01109204 4.25106555 -0.01845789 C8.11752519 -0.03476523 11.98377969 -0.0325584 15.85026157 -0.02708292 C20.03107915 -0.02440125 24.21184344 -0.03896587 28.39263916 -0.05117798 C36.57341634 -0.07218722 44.75412258 -0.07677539 52.93492355 -0.07499009 C59.58880433 -0.07368004 66.24266306 -0.07749899 72.89653969 -0.08491516 C74.81665335 -0.08701447 76.73676701 -0.08911207 78.65688068 -0.09120798 C79.61272769 -0.09225151 80.56857471 -0.09329504 81.55338679 -0.09437019 C99.61386988 -0.11325483 117.67431233 -0.11222798 135.73480121 -0.10540086 C152.2323988 -0.09982832 168.72984096 -0.12064169 185.22740223 -0.15376133 C202.19158725 -0.18755174 219.15569793 -0.2026599 236.11991721 -0.1980443 C245.63414747 -0.19580481 255.14823414 -0.20096622 264.66243553 -0.22593689 C272.76380379 -0.24701939 280.86494973 -0.25047354 288.96632733 -0.2316373 C293.09400295 -0.22252159 297.22126486 -0.22120717 301.34890747 -0.24199295 C326.24029902 -0.35900498 345.3521845 1.16390474 364.44013977 19.01159668 C377.81389826 32.95688331 382.19388457 49.05464316 382.1197052 67.88395691 C382.12460184 69.43297685 382.1307952 70.98199314 382.13816309 72.5310033 C382.1544881 76.76230794 382.15225992 80.99342536 382.14678812 85.2247504 C382.14410867 89.79820759 382.15866694 94.37161591 382.17088318 98.9450531 C382.19190159 107.89585989 382.19648006 116.84660186 382.19469529 125.79743042 C382.19338573 133.07678728 382.19720174 140.35612399 382.20462036 147.63547707 C382.20671965 149.73533418 382.20881725 151.83519129 382.21091318 153.9350484 C382.21247847 155.50298748 382.21247847 155.50298748 382.21407539 157.1026021 C382.23296367 176.85700815 382.23193204 196.61137704 382.22510606 216.36578838 C382.21953306 234.41534681 382.24034823 252.4647632 382.27346653 270.51428845 C382.30724712 289.06952978 382.32236632 307.62470316 382.3177495 326.17997581 C382.31550905 336.58846279 382.32068567 346.99681853 382.34564209 357.40527916 C382.36671182 366.2678756 382.3701912 375.13026886 382.3513425 383.99287381 C382.34221912 388.50938779 382.34093658 393.02552351 382.36169815 397.54200745 C382.38054012 401.68697285 382.37575869 405.83125371 382.35315233 409.97619412 C382.3489996 411.46537408 382.35305283 412.9546079 382.36674827 414.44373067 C382.53167174 433.70779966 376.30713368 448.99300738 363.10810852 463.10925293 C349.58013681 476.08279957 333.79759409 480.86716134 315.43040466 480.78208923 C314.01124047 480.78626977 312.59207961 480.79175121 311.17292488 480.79840904 C307.30066674 480.81278813 303.42862281 480.80864272 299.55635333 480.80124223 C295.36946317 480.79649407 291.18261825 480.80903493 286.9957428 480.81925964 C278.80393515 480.83642083 270.6122043 480.83729322 262.42038335 480.83204674 C255.75932659 480.82799878 249.09829247 480.82945603 242.43723679 480.834795 C241.48775631 480.83554342 240.53827583 480.83629184 239.56002321 480.83706294 C237.63090659 480.83859448 235.70178997 480.84013283 233.77267335 480.84167791 C215.69797122 480.85539328 197.62331241 480.84997206 179.54861127 480.8384927 C163.02960822 480.82856152 146.51071719 480.84150071 129.99173142 480.86542689 C113.01061241 480.88983623 96.02954554 480.89942124 79.04840934 480.89277416 C69.52256186 480.889286 59.99680051 480.89148739 50.47096634 480.90902519 C42.36184789 480.92377012 34.25287622 480.92435272 26.14376058 480.90695428 C22.01043782 480.89846071 17.87737702 480.89625426 13.74406815 480.91160583 C9.95275618 480.92551231 6.16192913 480.92061421 2.37064479 480.9013666 C0.36562945 480.8958656 -1.63941096 480.90982821 -3.64437854 480.9247207 C-21.58749711 480.78006758 -36.78184972 473.73789897 -49.47001648 461.23034668 C-62.5442783 447.16184442 -67.06517533 431.15727002 -66.90962219 412.30358887 C-66.91540034 410.75024889 -66.92335271 409.19691578 -66.93325841 407.64359665 C-66.95392299 403.42345357 -66.94391087 399.20388364 -66.92832732 394.98373985 C-66.91693314 390.41376448 -66.93451619 385.84388217 -66.94822693 381.27392578 C-66.97037841 372.34046182 -66.96569437 363.40720874 -66.95116372 354.47373676 C-66.9398395 347.20879204 -66.93835431 339.94390611 -66.94378281 332.67895508 C-66.94454897 331.64220666 -66.94531514 330.60545824 -66.94610452 329.5372932 C-66.94770326 327.43069742 -66.94932433 325.32410167 -66.95096748 323.21750593 C-66.96520128 303.49642573 -66.94886948 283.77546202 -66.92196564 264.05440092 C-66.89962904 247.15856412 -66.90350984 230.26289913 -66.92655945 213.36706543 C-66.95335936 193.71317851 -66.96382821 174.05939352 -66.94849813 154.40549088 C-66.9469055 152.30694836 -66.94533365 150.20840583 -66.94378281 148.10986328 C-66.94301143 147.07752902 -66.94224005 146.04519475 -66.9414453 144.98157763 C-66.93714087 137.73126435 -66.94438767 130.4810161 -66.95618057 123.23071289 C-66.97025076 114.38651916 -66.96631104 105.54254712 -66.93977685 96.69837856 C-66.92669923 92.19196827 -66.92138199 87.68592664 -66.93802261 83.17951965 C-66.95306197 79.04398611 -66.94450725 74.90915849 -66.91813485 70.77368784 C-66.91260847 69.28803014 -66.91525664 67.80231119 -66.92751379 66.31669378 C-67.07398424 47.06791544 -60.84594876 31.78448198 -47.65751648 17.67956543 C-34.13725777 4.71341568 -18.35726907 -0.07549504 0 0 Z ' fill='%23DCEAFC' transform='translate(98.27470397949219,15.6055908203125)'/%3E%3Cpath d='M0 0 C5.67900114 2.69940511 9.68404362 6.30801119 14.05796051 10.77417374 C15.17161987 11.88695694 15.17161987 11.88695694 16.3077774 13.02222061 C18.74127796 15.4584913 21.16032942 17.90858679 23.57944489 20.35913467 C25.27107348 22.0582294 26.96359173 23.75643882 28.65695953 25.4538002 C33.09796496 29.91003236 37.52682322 34.3781479 41.95322418 38.84888077 C46.4775792 43.41425183 51.01336736 47.96823262 55.54819489 52.52319717 C64.43439368 61.45221467 73.30819047 70.39345191 82.17319489 79.34350967 C86.10288979 77.52378727 88.78235203 74.98366783 91.78037262 71.9157753 C92.32887878 71.36274231 92.87738495 70.80970932 93.44251251 70.23991776 C94.63036252 69.04112728 95.81592796 67.8400697 96.99945641 66.63701248 C98.87374856 64.73252653 100.75466701 62.83482172 102.63756561 60.93884659 C107.98883127 55.54785204 113.32731135 50.14425907 118.66269684 44.73755264 C121.92887175 41.42864828 125.20233638 38.12709656 128.48018837 34.82976151 C129.72662402 33.57276405 130.97013617 32.3128606 132.21063805 31.05000687 C133.94586211 29.28356449 135.69013353 27.52653926 137.43662262 25.77124405 C138.19971992 24.98725487 138.19971992 24.98725487 138.97823334 24.18742752 C143.71483361 19.46298332 147.36254011 18.15775713 154.01303864 17.98022842 C160.60305908 19.08849588 164.89515559 23.57306563 169.48569489 28.03100967 C170.90878538 29.38917332 172.33196542 30.74724315 173.75522614 32.10522842 C174.48435211 32.80567276 175.21347809 33.5061171 175.96469879 34.22778702 C179.51063129 37.6247637 183.09346554 40.98223244 186.67319489 44.34350967 C188.10041689 45.68711238 189.52750037 47.03086226 190.95444489 48.37475967 C195.02217918 52.20321548 199.09673876 56.02434467 203.17319489 59.84350967 C209.39668601 65.67419663 215.60921448 71.51640973 221.81772614 77.36304092 C226.59705221 81.86277206 231.38295818 86.35539726 236.17319489 90.84350967 C238.84013116 93.34322219 241.50672382 95.84330092 244.17319489 98.34350967 C244.91730621 99.04105362 245.66141754 99.73859756 246.4280777 100.45727921 C248.71911711 102.60579297 251.00880821 104.75573504 253.29819489 106.90600967 C253.99686676 107.56085342 254.69553864 108.21569717 255.41538239 108.89038467 C256.41311676 109.82817764 256.41311676 109.82817764 257.43100739 110.78491592 C258.00995758 111.32833633 258.58890778 111.87175674 259.18540192 112.43164444 C259.8413736 113.06255997 260.49734528 113.69347549 261.17319489 114.34350967 C262.18850784 115.14639923 263.2038208 115.94928879 264.24990082 116.77650833 C267.74518617 120.31005571 267.89676375 123.37729972 267.97525787 128.21034622 C267.96154144 129.23897278 267.94782501 130.26759933 267.93369293 131.32739639 C267.94705437 132.97265053 267.94705437 132.97265053 267.96068573 134.65114212 C267.98198388 138.27576696 267.95963598 141.89861553 267.93491364 145.52319717 C267.93641692 148.05462195 267.93984906 150.58604624 267.94512177 153.11746597 C267.94945611 158.42874686 267.93323446 163.73940325 267.90048981 169.05054092 C267.86318904 175.15023766 267.86468963 181.24896633 267.88753098 187.3487128 C267.90866792 193.25198619 267.90098959 199.15490705 267.88121223 205.05817413 C267.87540516 207.55133942 267.87660085 210.04453211 267.88523674 212.53768921 C267.93834356 235.54456222 264.80319514 252.68212381 248.55600739 270.05835342 C235.02803568 283.03190006 219.24549296 287.81626183 200.87830353 287.73118973 C199.45913933 287.73537026 198.03997848 287.7408517 196.62082374 287.74750954 C192.74856561 287.76188863 188.87652168 287.75774322 185.0042522 287.75034273 C180.81736203 287.74559457 176.63051712 287.75813543 172.44364166 287.76836014 C164.25183402 287.78552133 156.06010316 287.78639372 147.86828221 287.78114723 C141.20722546 287.77709927 134.54619133 287.77855652 127.88513565 287.78389549 C126.93565517 287.78464391 125.98617469 287.78539234 125.00792208 287.78616344 C123.07880545 287.78769498 121.14968883 287.78923333 119.22057222 287.79077841 C101.14587008 287.80449377 83.07121127 287.79907255 64.99651013 287.78759319 C48.47750708 287.77766202 31.95861606 287.79060121 15.43963028 287.81452738 C-1.54148872 287.83893672 -18.5225556 287.84852173 -35.50369179 287.84187466 C-45.02953927 287.83838649 -54.55530062 287.84058788 -64.0811348 287.85812569 C-72.19025325 287.87287062 -80.29922491 287.87345321 -88.40834056 287.85605478 C-92.54166332 287.84756121 -96.67472411 287.84535475 -100.80803299 287.86070633 C-104.59934496 287.8746128 -108.390172 287.86971471 -112.18145634 287.85046709 C-114.18647169 287.84496609 -116.1915121 287.8589287 -118.19647968 287.8738212 C-136.13959825 287.72916808 -151.33395085 280.68699946 -164.02211761 268.17944717 C-173.09821314 258.41315427 -177.38681536 248.05115942 -180.82680511 235.34350967 C-181.10737007 234.3617778 -181.38793503 233.38004593 -181.67700195 232.36856461 C-187.4572255 211.39256811 -190.50032211 185.59524912 -179.38703728 165.77582932 C-161.25069071 137.15011262 -133.44027119 114.00693012 -108.73403683 91.14333951 C-101.14099568 84.1165801 -93.63640554 77.00696151 -86.2022934 69.81225967 C-85.70984455 69.33571709 -85.2173957 68.85917451 -84.71002416 68.36819124 C-82.72982366 66.45130942 -80.75021375 64.53382045 -78.77136644 62.6155417 C-63.68765932 47.99375529 -48.52743154 33.45227935 -33.16809082 19.11981583 C-31.57208977 17.63002647 -29.97812586 16.13805132 -28.38635635 14.64374161 C-26.21439379 12.60694783 -24.03395121 10.5797088 -21.85033417 8.55542374 C-21.2219138 7.96396687 -20.59349343 7.37250999 -19.94603002 6.76313019 C-14.20549191 1.48258186 -8.1183897 -2.91746736 0 0 Z ' fill='%235392F9' transform='translate(212.8268051147461,208.65649032592773)'/%3E%3Cpath d='M0 0 C4.04568268 2.39780705 7.15433496 5.32173652 10.515625 8.5859375 C11.9387155 9.94410115 13.36189553 11.30217098 14.78515625 12.66015625 C15.51428223 13.36060059 16.2434082 14.06104492 16.99462891 14.78271484 C20.54056141 18.17969153 24.12339566 21.53716026 27.703125 24.8984375 C29.13034701 26.24204021 30.55743049 27.58579008 31.984375 28.9296875 C36.05210929 32.7581433 40.12666888 36.57927249 44.203125 40.3984375 C50.42661613 46.22912445 56.63914459 52.07133755 62.84765625 57.91796875 C67.62698233 62.41769988 72.4128883 66.91032508 77.203125 71.3984375 C79.87006127 73.89815002 82.53665394 76.39822875 85.203125 78.8984375 C86.31929199 79.94475342 86.31929199 79.94475342 87.45800781 81.01220703 C89.74904722 83.16072079 92.03873832 85.31066286 94.328125 87.4609375 C95.02679688 88.11578125 95.72546875 88.770625 96.4453125 89.4453125 C97.44304687 90.38310547 97.44304687 90.38310547 98.4609375 91.33984375 C99.0398877 91.88326416 99.61883789 92.42668457 100.21533203 92.98657227 C100.87130371 93.61748779 101.52727539 94.24840332 102.203125 94.8984375 C103.21843796 95.70132706 104.23375092 96.50421661 105.27983093 97.33143616 C108.77511629 100.86498353 108.92669386 103.93222754 109.00518799 108.76527405 C108.99147156 109.7939006 108.97775513 110.82252716 108.96362305 111.88232422 C108.97698448 113.52757835 108.97698448 113.52757835 108.99061584 115.20606995 C109.01191399 118.83069479 108.9895661 122.45354335 108.96484375 126.078125 C108.96634703 128.60954977 108.96977918 131.14097407 108.97505188 133.6723938 C108.97938622 138.98367469 108.96316458 144.29433108 108.93041992 149.60546875 C108.89311915 155.70516548 108.89461975 161.80389415 108.9174611 167.90364063 C108.93859803 173.80691402 108.93091971 179.70983488 108.91114235 185.61310196 C108.90533527 188.10626725 108.90653096 190.59945994 108.91516685 193.09261703 C108.98988882 225.46357991 108.98988882 225.46357991 101.03398132 234.31051636 C100.42979874 234.83453033 99.82561615 235.35854431 99.203125 235.8984375 C94.23311084 231.73125678 89.5575885 227.39419462 84.9834137 222.79898071 C84.29139593 222.10781737 83.59937816 221.41665402 82.88639015 220.70454633 C80.58407202 218.40386631 78.28533005 216.09964713 75.98657227 213.79541016 C74.33060327 212.1391589 72.67441368 210.48312819 71.01802063 208.82730103 C66.53286541 204.34243227 62.05079634 199.85449078 57.56927991 195.36598635 C53.35652159 191.14760396 49.14145143 186.9315339 44.92639422 182.71544878 C36.58153859 174.36840826 28.23891538 166.01914022 19.89770508 157.66845703 C11.79829563 149.55985891 3.69782937 141.45231894 -4.40405273 133.34619141 C-4.90402893 132.84595249 -5.40400512 132.34571357 -5.91913211 131.8303159 C-8.4275444 129.32059851 -10.9359774 126.81090182 -13.4444207 124.30121541 C-34.23178342 103.50349757 -55.01548246 82.70212084 -75.796875 61.8984375 C-74.85491619 60.79088482 -73.91171126 59.68439189 -72.96799564 58.57833576 C-72.44288491 57.96204188 -71.91777418 57.34574799 -71.37675101 56.71077853 C-69.0996245 54.09859264 -66.68435571 51.63053632 -64.23803711 49.1784668 C-63.7184996 48.65396439 -63.1989621 48.12946198 -62.66368103 47.58906555 C-60.96991331 45.88086907 -59.27243322 44.17643135 -57.57421875 42.47265625 C-56.99020357 41.88581369 -56.40618839 41.29897114 -55.80447578 40.69434547 C-52.72154696 37.59651263 -49.63582173 34.50149907 -46.54760742 31.40893555 C-43.36439776 28.22021454 -40.19059228 25.02230015 -37.01883602 21.82219219 C-34.56945687 19.354192 -32.11339801 16.89292276 -29.65545845 14.4334507 C-28.48201756 13.25698804 -27.3110724 12.07803045 -26.14271355 10.89652061 C-24.51091897 9.24765645 -22.86990566 7.60853347 -21.22631836 5.97143555 C-20.29621445 5.037686 -19.36611053 4.10393646 -18.40782166 3.14189148 C-12.96435831 -1.53540036 -6.67519127 -2.62905578 0 0 Z ' fill='%234071F7' transform='translate(371.796875,228.1015625)'/%3E%3Cpath d='M0 0 C9.56227605 8.89782787 15.63532996 19.81468286 16.546875 32.86328125 C16.99994087 47.55307089 12.84985083 60.20834667 2.8359375 71.09375 C-7.83115081 81.19771902 -20.89506494 85.36406347 -35.390625 85.09375 C-49.01769482 84.05301913 -59.34570048 77.52722672 -68.6640625 67.84375 C-77.7690012 56.8866289 -80.52720055 43.78183118 -79.6640625 29.84375 C-77.59696185 16.81050523 -70.87028312 6.08723589 -60.6640625 -2.15625 C-41.52356775 -14.69977811 -18.19797169 -14.72915011 0 0 Z ' fill='%235392F9' transform='translate(335.6640625,139.15625)'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='512' height='512'%3E%3Cpath d='M0 0 C1.41702674 -0.00489804 2.83404949 -0.01109204 4.25106555 -0.01845789 C8.11752519 -0.03476523 11.98377969 -0.0325584 15.85026157 -0.02708292 C20.03107915 -0.02440125 24.21184344 -0.03896587 28.39263916 -0.05117798 C36.57341634 -0.07218722 44.75412258 -0.07677539 52.93492355 -0.07499009 C59.58880433 -0.07368004 66.24266306 -0.07749899 72.89653969 -0.08491516 C74.81665335 -0.08701447 76.73676701 -0.08911207 78.65688068 -0.09120798 C79.61272769 -0.09225151 80.56857471 -0.09329504 81.55338679 -0.09437019 C99.61386988 -0.11325483 117.67431233 -0.11222798 135.73480121 -0.10540086 C152.2323988 -0.09982832 168.72984096 -0.12064169 185.22740223 -0.15376133 C202.19158725 -0.18755174 219.15569793 -0.2026599 236.11991721 -0.1980443 C245.63414747 -0.19580481 255.14823414 -0.20096622 264.66243553 -0.22593689 C272.76380379 -0.24701939 280.86494973 -0.25047354 288.96632733 -0.2316373 C293.09400295 -0.22252159 297.22126486 -0.22120717 301.34890747 -0.24199295 C326.24029902 -0.35900498 345.3521845 1.16390474 364.44013977 19.01159668 C377.81389826 32.95688331 382.19388457 49.05464316 382.1197052 67.88395691 C382.12460184 69.43297685 382.1307952 70.98199314 382.13816309 72.5310033 C382.1544881 76.76230794 382.15225992 80.99342536 382.14678812 85.2247504 C382.14410867 89.79820759 382.15866694 94.37161591 382.17088318 98.9450531 C382.19190159 107.89585989 382.19648006 116.84660186 382.19469529 125.79743042 C382.19338573 133.07678728 382.19720174 140.35612399 382.20462036 147.63547707 C382.20671965 149.73533418 382.20881725 151.83519129 382.21091318 153.9350484 C382.21247847 155.50298748 382.21247847 155.50298748 382.21407539 157.1026021 C382.23296367 176.85700815 382.23193204 196.61137704 382.22510606 216.36578838 C382.21953306 234.41534681 382.24034823 252.4647632 382.27346653 270.51428845 C382.30724712 289.06952978 382.32236632 307.62470316 382.3177495 326.17997581 C382.31550905 336.58846279 382.32068567 346.99681853 382.34564209 357.40527916 C382.36671182 366.2678756 382.3701912 375.13026886 382.3513425 383.99287381 C382.34221912 388.50938779 382.34093658 393.02552351 382.36169815 397.54200745 C382.38054012 401.68697285 382.37575869 405.83125371 382.35315233 409.97619412 C382.3489996 411.46537408 382.35305283 412.9546079 382.36674827 414.44373067 C382.53167174 433.70779966 376.30713368 448.99300738 363.10810852 463.10925293 C349.58013681 476.08279957 333.79759409 480.86716134 315.43040466 480.78208923 C314.01124047 480.78626977 312.59207961 480.79175121 311.17292488 480.79840904 C307.30066674 480.81278813 303.42862281 480.80864272 299.55635333 480.80124223 C295.36946317 480.79649407 291.18261825 480.80903493 286.9957428 480.81925964 C278.80393515 480.83642083 270.6122043 480.83729322 262.42038335 480.83204674 C255.75932659 480.82799878 249.09829247 480.82945603 242.43723679 480.834795 C241.48775631 480.83554342 240.53827583 480.83629184 239.56002321 480.83706294 C237.63090659 480.83859448 235.70178997 480.84013283 233.77267335 480.84167791 C215.69797122 480.85539328 197.62331241 480.84997206 179.54861127 480.8384927 C163.02960822 480.82856152 146.51071719 480.84150071 129.99173142 480.86542689 C113.01061241 480.88983623 96.02954554 480.89942124 79.04840934 480.89277416 C69.52256186 480.889286 59.99680051 480.89148739 50.47096634 480.90902519 C42.36184789 480.92377012 34.25287622 480.92435272 26.14376058 480.90695428 C22.01043782 480.89846071 17.87737702 480.89625426 13.74406815 480.91160583 C9.95275618 480.92551231 6.16192913 480.92061421 2.37064479 480.9013666 C0.36562945 480.8958656 -1.63941096 480.90982821 -3.64437854 480.9247207 C-21.58749711 480.78006758 -36.78184972 473.73789897 -49.47001648 461.23034668 C-62.5442783 447.16184442 -67.06517533 431.15727002 -66.90962219 412.30358887 C-66.91540034 410.75024889 -66.92335271 409.19691578 -66.93325841 407.64359665 C-66.95392299 403.42345357 -66.94391087 399.20388364 -66.92832732 394.98373985 C-66.91693314 390.41376448 -66.93451619 385.84388217 -66.94822693 381.27392578 C-66.97037841 372.34046182 -66.96569437 363.40720874 -66.95116372 354.47373676 C-66.9398395 347.20879204 -66.93835431 339.94390611 -66.94378281 332.67895508 C-66.94454897 331.64220666 -66.94531514 330.60545824 -66.94610452 329.5372932 C-66.94770326 327.43069742 -66.94932433 325.32410167 -66.95096748 323.21750593 C-66.96520128 303.49642573 -66.94886948 283.77546202 -66.92196564 264.05440092 C-66.89962904 247.15856412 -66.90350984 230.26289913 -66.92655945 213.36706543 C-66.95335936 193.71317851 -66.96382821 174.05939352 -66.94849813 154.40549088 C-66.9469055 152.30694836 -66.94533365 150.20840583 -66.94378281 148.10986328 C-66.94301143 147.07752902 -66.94224005 146.04519475 -66.9414453 144.98157763 C-66.93714087 137.73126435 -66.94438767 130.4810161 -66.95618057 123.23071289 C-66.97025076 114.38651916 -66.96631104 105.54254712 -66.93977685 96.69837856 C-66.92669923 92.19196827 -66.92138199 87.68592664 -66.93802261 83.17951965 C-66.95306197 79.04398611 -66.94450725 74.90915849 -66.91813485 70.77368784 C-66.91260847 69.28803014 -66.91525664 67.80231119 -66.92751379 66.31669378 C-67.07398424 47.06791544 -60.84594876 31.78448198 -47.65751648 17.67956543 C-34.13725777 4.71341568 -18.35726907 -0.07549504 0 0 Z ' fill='%23DCEAFC' transform='translate(98.27470397949219,15.6055908203125)'/%3E%3Cpath d='M0 0 C5.67900114 2.69940511 9.68404362 6.30801119 14.05796051 10.77417374 C15.17161987 11.88695694 15.17161987 11.88695694 16.3077774 13.02222061 C18.74127796 15.4584913 21.16032942 17.90858679 23.57944489 20.35913467 C25.27107348 22.0582294 26.96359173 23.75643882 28.65695953 25.4538002 C33.09796496 29.91003236 37.52682322 34.3781479 41.95322418 38.84888077 C46.4775792 43.41425183 51.01336736 47.96823262 55.54819489 52.52319717 C64.43439368 61.45221467 73.30819047 70.39345191 82.17319489 79.34350967 C86.10288979 77.52378727 88.78235203 74.98366783 91.78037262 71.9157753 C92.32887878 71.36274231 92.87738495 70.80970932 93.44251251 70.23991776 C94.63036252 69.04112728 95.81592796 67.8400697 96.99945641 66.63701248 C98.87374856 64.73252653 100.75466701 62.83482172 102.63756561 60.93884659 C107.98883127 55.54785204 113.32731135 50.14425907 118.66269684 44.73755264 C121.92887175 41.42864828 125.20233638 38.12709656 128.48018837 34.82976151 C129.72662402 33.57276405 130.97013617 32.3128606 132.21063805 31.05000687 C133.94586211 29.28356449 135.69013353 27.52653926 137.43662262 25.77124405 C138.19971992 24.98725487 138.19971992 24.98725487 138.97823334 24.18742752 C143.71483361 19.46298332 147.36254011 18.15775713 154.01303864 17.98022842 C160.60305908 19.08849588 164.89515559 23.57306563 169.48569489 28.03100967 C170.90878538 29.38917332 172.33196542 30.74724315 173.75522614 32.10522842 C174.48435211 32.80567276 175.21347809 33.5061171 175.96469879 34.22778702 C179.51063129 37.6247637 183.09346554 40.98223244 186.67319489 44.34350967 C188.10041689 45.68711238 189.52750037 47.03086226 190.95444489 48.37475967 C195.02217918 52.20321548 199.09673876 56.02434467 203.17319489 59.84350967 C209.39668601 65.67419663 215.60921448 71.51640973 221.81772614 77.36304092 C226.59705221 81.86277206 231.38295818 86.35539726 236.17319489 90.84350967 C238.84013116 93.34322219 241.50672382 95.84330092 244.17319489 98.34350967 C244.91730621 99.04105362 245.66141754 99.73859756 246.4280777 100.45727921 C248.71911711 102.60579297 251.00880821 104.75573504 253.29819489 106.90600967 C253.99686676 107.56085342 254.69553864 108.21569717 255.41538239 108.89038467 C256.41311676 109.82817764 256.41311676 109.82817764 257.43100739 110.78491592 C258.00995758 111.32833633 258.58890778 111.87175674 259.18540192 112.43164444 C259.8413736 113.06255997 260.49734528 113.69347549 261.17319489 114.34350967 C262.18850784 115.14639923 263.2038208 115.94928879 264.24990082 116.77650833 C267.74518617 120.31005571 267.89676375 123.37729972 267.97525787 128.21034622 C267.96154144 129.23897278 267.94782501 130.26759933 267.93369293 131.32739639 C267.94705437 132.97265053 267.94705437 132.97265053 267.96068573 134.65114212 C267.98198388 138.27576696 267.95963598 141.89861553 267.93491364 145.52319717 C267.93641692 148.05462195 267.93984906 150.58604624 267.94512177 153.11746597 C267.94945611 158.42874686 267.93323446 163.73940325 267.90048981 169.05054092 C267.86318904 175.15023766 267.86468963 181.24896633 267.88753098 187.3487128 C267.90866792 193.25198619 267.90098959 199.15490705 267.88121223 205.05817413 C267.87540516 207.55133942 267.87660085 210.04453211 267.88523674 212.53768921 C267.93834356 235.54456222 264.80319514 252.68212381 248.55600739 270.05835342 C235.02803568 283.03190006 219.24549296 287.81626183 200.87830353 287.73118973 C199.45913933 287.73537026 198.03997848 287.7408517 196.62082374 287.74750954 C192.74856561 287.76188863 188.87652168 287.75774322 185.0042522 287.75034273 C180.81736203 287.74559457 176.63051712 287.75813543 172.44364166 287.76836014 C164.25183402 287.78552133 156.06010316 287.78639372 147.86828221 287.78114723 C141.20722546 287.77709927 134.54619133 287.77855652 127.88513565 287.78389549 C126.93565517 287.78464391 125.98617469 287.78539234 125.00792208 287.78616344 C123.07880545 287.78769498 121.14968883 287.78923333 119.22057222 287.79077841 C101.14587008 287.80449377 83.07121127 287.79907255 64.99651013 287.78759319 C48.47750708 287.77766202 31.95861606 287.79060121 15.43963028 287.81452738 C-1.54148872 287.83893672 -18.5225556 287.84852173 -35.50369179 287.84187466 C-45.02953927 287.83838649 -54.55530062 287.84058788 -64.0811348 287.85812569 C-72.19025325 287.87287062 -80.29922491 287.87345321 -88.40834056 287.85605478 C-92.54166332 287.84756121 -96.67472411 287.84535475 -100.80803299 287.86070633 C-104.59934496 287.8746128 -108.390172 287.86971471 -112.18145634 287.85046709 C-114.18647169 287.84496609 -116.1915121 287.8589287 -118.19647968 287.8738212 C-136.13959825 287.72916808 -151.33395085 280.68699946 -164.02211761 268.17944717 C-173.09821314 258.41315427 -177.38681536 248.05115942 -180.82680511 235.34350967 C-181.10737007 234.3617778 -181.38793503 233.38004593 -181.67700195 232.36856461 C-187.4572255 211.39256811 -190.50032211 185.59524912 -179.38703728 165.77582932 C-161.25069071 137.15011262 -133.44027119 114.00693012 -108.73403683 91.14333951 C-101.14099568 84.1165801 -93.63640554 77.00696151 -86.2022934 69.81225967 C-85.70984455 69.33571709 -85.2173957 68.85917451 -84.71002416 68.36819124 C-82.72982366 66.45130942 -80.75021375 64.53382045 -78.77136644 62.6155417 C-63.68765932 47.99375529 -48.52743154 33.45227935 -33.16809082 19.11981583 C-31.57208977 17.63002647 -29.97812586 16.13805132 -28.38635635 14.64374161 C-26.21439379 12.60694783 -24.03395121 10.5797088 -21.85033417 8.55542374 C-21.2219138 7.96396687 -20.59349343 7.37250999 -19.94603002 6.76313019 C-14.20549191 1.48258186 -8.1183897 -2.91746736 0 0 Z ' fill='%235392F9' transform='translate(212.8268051147461,208.65649032592773)'/%3E%3Cpath d='M0 0 C4.04568268 2.39780705 7.15433496 5.32173652 10.515625 8.5859375 C11.9387155 9.94410115 13.36189553 11.30217098 14.78515625 12.66015625 C15.51428223 13.36060059 16.2434082 14.06104492 16.99462891 14.78271484 C20.54056141 18.17969153 24.12339566 21.53716026 27.703125 24.8984375 C29.13034701 26.24204021 30.55743049 27.58579008 31.984375 28.9296875 C36.05210929 32.7581433 40.12666888 36.57927249 44.203125 40.3984375 C50.42661613 46.22912445 56.63914459 52.07133755 62.84765625 57.91796875 C67.62698233 62.41769988 72.4128883 66.91032508 77.203125 71.3984375 C79.87006127 73.89815002 82.53665394 76.39822875 85.203125 78.8984375 C86.31929199 79.94475342 86.31929199 79.94475342 87.45800781 81.01220703 C89.74904722 83.16072079 92.03873832 85.31066286 94.328125 87.4609375 C95.02679688 88.11578125 95.72546875 88.770625 96.4453125 89.4453125 C97.44304687 90.38310547 97.44304687 90.38310547 98.4609375 91.33984375 C99.0398877 91.88326416 99.61883789 92.42668457 100.21533203 92.98657227 C100.87130371 93.61748779 101.52727539 94.24840332 102.203125 94.8984375 C103.21843796 95.70132706 104.23375092 96.50421661 105.27983093 97.33143616 C108.77511629 100.86498353 108.92669386 103.93222754 109.00518799 108.76527405 C108.99147156 109.7939006 108.97775513 110.82252716 108.96362305 111.88232422 C108.97698448 113.52757835 108.97698448 113.52757835 108.99061584 115.20606995 C109.01191399 118.83069479 108.9895661 122.45354335 108.96484375 126.078125 C108.96634703 128.60954977 108.96977918 131.14097407 108.97505188 133.6723938 C108.97938622 138.98367469 108.96316458 144.29433108 108.93041992 149.60546875 C108.89311915 155.70516548 108.89461975 161.80389415 108.9174611 167.90364063 C108.93859803 173.80691402 108.93091971 179.70983488 108.91114235 185.61310196 C108.90533527 188.10626725 108.90653096 190.59945994 108.91516685 193.09261703 C108.98988882 225.46357991 108.98988882 225.46357991 101.03398132 234.31051636 C100.42979874 234.83453033 99.82561615 235.35854431 99.203125 235.8984375 C94.23311084 231.73125678 89.5575885 227.39419462 84.9834137 222.79898071 C84.29139593 222.10781737 83.59937816 221.41665402 82.88639015 220.70454633 C80.58407202 218.40386631 78.28533005 216.09964713 75.98657227 213.79541016 C74.33060327 212.1391589 72.67441368 210.48312819 71.01802063 208.82730103 C66.53286541 204.34243227 62.05079634 199.85449078 57.56927991 195.36598635 C53.35652159 191.14760396 49.14145143 186.9315339 44.92639422 182.71544878 C36.58153859 174.36840826 28.23891538 166.01914022 19.89770508 157.66845703 C11.79829563 149.55985891 3.69782937 141.45231894 -4.40405273 133.34619141 C-4.90402893 132.84595249 -5.40400512 132.34571357 -5.91913211 131.8303159 C-8.4275444 129.32059851 -10.9359774 126.81090182 -13.4444207 124.30121541 C-34.23178342 103.50349757 -55.01548246 82.70212084 -75.796875 61.8984375 C-74.85491619 60.79088482 -73.91171126 59.68439189 -72.96799564 58.57833576 C-72.44288491 57.96204188 -71.91777418 57.34574799 -71.37675101 56.71077853 C-69.0996245 54.09859264 -66.68435571 51.63053632 -64.23803711 49.1784668 C-63.7184996 48.65396439 -63.1989621 48.12946198 -62.66368103 47.58906555 C-60.96991331 45.88086907 -59.27243322 44.17643135 -57.57421875 42.47265625 C-56.99020357 41.88581369 -56.40618839 41.29897114 -55.80447578 40.69434547 C-52.72154696 37.59651263 -49.63582173 34.50149907 -46.54760742 31.40893555 C-43.36439776 28.22021454 -40.19059228 25.02230015 -37.01883602 21.82219219 C-34.56945687 19.354192 -32.11339801 16.89292276 -29.65545845 14.4334507 C-28.48201756 13.25698804 -27.3110724 12.07803045 -26.14271355 10.89652061 C-24.51091897 9.24765645 -22.86990566 7.60853347 -21.22631836 5.97143555 C-20.29621445 5.037686 -19.36611053 4.10393646 -18.40782166 3.14189148 C-12.96435831 -1.53540036 -6.67519127 -2.62905578 0 0 Z ' fill='%234071F7' transform='translate(371.796875,228.1015625)'/%3E%3Cpath d='M0 0 C9.56227605 8.89782787 15.63532996 19.81468286 16.546875 32.86328125 C16.99994087 47.55307089 12.84985083 60.20834667 2.8359375 71.09375 C-7.83115081 81.19771902 -20.89506494 85.36406347 -35.390625 85.09375 C-49.01769482 84.05301913 -59.34570048 77.52722672 -68.6640625 67.84375 C-77.7690012 56.8866289 -80.52720055 43.78183118 -79.6640625 29.84375 C-77.59696185 16.81050523 -70.87028312 6.08723589 -60.6640625 -2.15625 C-41.52356775 -14.69977811 -18.19797169 -14.72915011 0 0 Z ' fill='%235392F9' transform='translate(335.6640625,139.15625)'/%3E%3C/svg%3E");
}

.icon-archive {
  width: 30px;
  height: 30px;
}
.icon-archive::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='m126.714 25.74 3.49-.012c3.843-.01 7.686-.007 11.53-.003q4.142-.006 8.285-.015 10.07-.018 20.143-.012 8.19.002 16.379-.005l2.358-.001 4.744-.004q22.224-.014 44.447-.003c13.539.006 27.078-.006 40.618-.025q20.877-.03 41.756-.024 11.71.005 23.423-.014 9.97-.019 19.94-.002 5.082.01 10.163-.005c3.68-.01 7.361-.002 11.042.01l3.21-.022c13.85.1 24.162 4.352 33.885 14.171 3.576 4.25 5.823 9.21 8.251 14.172q.9 1.798 1.802 3.595a1823 1823 0 0 1 4.815 9.705c1.677 3.396 3.371 6.785 5.063 10.174q4.252 8.527 8.477 17.067a9795 9795 0 0 0 11.964 24.074q4.658 9.35 9.306 18.705l1.006 2.025q3.299 6.638 6.587 13.28l1.684 3.391 1.53 3.093 1.332 2.69c1.588 3.391 2.182 6.03 2.19 9.734l.014 2.796v3.076l.01 3.266q.015 5.443.019 10.888l.02 7.785c.02 7.805.03 15.61.039 23.414l.015 11.038a45971 45971 0 0 1 .044 46.253l.002 2.393c.008 12.767.033 25.533.066 38.3q.049 19.683.054 39.366c.002 7.361.01 14.723.036 22.084.025 6.935.028 13.87.018 20.804q0 3.805.02 7.61c.111 21.82-1.473 41.8-17.335 58.456-14.52 13.415-31.734 17.47-51.05 17.38q-2.19.006-4.38.016c-3.977.014-7.953.01-11.929.003-4.302-.005-8.604.008-12.906.018-8.414.017-16.829.018-25.243.013a14969 14969 0 0 0-23.489.005l-5.95.004c-18.576.014-37.153.009-55.729-.003-16.97-.01-33.939.003-50.908.027q-26.179.037-52.358.027c-9.787-.003-19.573 0-29.36.017q-12.498.022-24.996-.002c-4.245-.009-8.49-.011-12.735.004q-5.845.02-11.69-.01-2.099-.006-4.197.01c-18.302.127-35.69-4.452-49.244-17.36-16.614-17.983-17.448-38.517-17.507-61.686q-.026-3.877-.055-7.756c-.054-7.724-.08-15.45-.103-23.174q-.018-5.48-.04-10.96a15720 15720 0 0 1-.118-45.946l-.003-2.37a7084 7084 0 0 0-.177-37.954q-.134-19.557-.146-39.113c-.005-7.3-.028-14.6-.098-21.901-.065-6.878-.073-13.753-.044-20.63q.003-3.76-.053-7.518c-.24-16.944 2.702-29.03 11.046-43.818 1.634-2.917 3.074-5.887 4.504-8.909q1.293-2.628 2.59-5.254l1.468-2.98a9296 9296 0 0 1 13.13-26.508 4918 4918 0 0 0 8.75-17.685q4.266-8.669 8.577-17.314 1.623-3.267 3.227-6.542C91.435 33.597 91.435 33.597 106 28c6.92-2.007 13.545-2.286 20.714-2.26' fill='%234285f4'/%3E%3Cpath d='m126.714 25.74 3.49-.012c3.843-.01 7.686-.007 11.53-.003q4.142-.006 8.285-.015 10.07-.018 20.143-.012 8.19.002 16.379-.005l2.358-.001 4.744-.004q22.224-.014 44.447-.003c13.539.006 27.078-.006 40.618-.025q20.877-.03 41.756-.024 11.71.005 23.423-.014 9.97-.019 19.94-.002 5.082.01 10.163-.005c3.68-.01 7.361-.002 11.042.01l3.21-.022c13.854.1 24.16 4.354 33.885 14.175 3.567 4.231 5.82 9.165 8.251 14.105q.9 1.788 1.802 3.575a1669 1669 0 0 1 4.815 9.657c1.678 3.383 3.372 6.759 5.063 10.135q4.252 8.502 8.477 17.018a5457 5457 0 0 0 9.8 19.636 7982 7982 0 0 1 9.46 18.938 3490 3490 0 0 0 4.016 8.038c1.874 3.74 3.731 7.488 5.587 11.237l1.684 3.348 1.53 3.109 1.332 2.679C485 164 485 164 486 171H26c.767-5.369 1.139-7.903 3.375-12.413l1.52-3.1 1.675-3.338 1.76-3.565a2137 2137 0 0 1 4.793-9.633q2.012-4.03 4.016-8.066a7732 7732 0 0 1 9.504-19.043 4659 4659 0 0 0 9.742-19.588q4.18-8.445 8.398-16.87 2.514-5.02 4.999-10.052 2.34-4.742 4.728-9.461c.849-1.69 1.68-3.388 2.51-5.087C88.1 40.816 95.29 32.115 106 28c6.92-2.007 13.545-2.286 20.714-2.26' fill='%23aecaf8'/%3E%3Cpath d='M260 240c5.675 1.964 9.314 5.628 12 11 .123 2.928.186 5.835.205 8.764l.03 2.75q.046 4.512.081 9.025l.063 6.247q.082 8.23.153 16.463.077 8.394.161 16.79.162 16.48.307 32.961l1.384-1.391q7.125-7.157 14.26-14.307l5.322-5.343q3.82-3.838 7.647-7.67l2.406-2.421 2.244-2.244 1.972-1.979c4.497-4.19 7.92-4.068 13.816-3.961 3.954.424 6.043 1.628 8.949 4.316l2.375 2c2.563 4.732 2.545 9.745 1.625 15-2.882 4.898-6.432 8.718-10.45 12.708l-1.932 1.944q-3.147 3.156-6.305 6.301l-4.394 4.4q-4.595 4.598-9.2 9.188-5.9 5.886-11.782 11.79-4.53 4.538-9.07 9.069a2974 2974 0 0 0-4.343 4.349q-3.031 3.037-6.075 6.06l-1.807 1.82c-4.252 4.209-7.333 6.65-13.517 6.746l-2.492.086c-6.347-1.111-10.974-6.513-15.341-10.91l-1.944-1.933q-3.156-3.147-6.301-6.305l-4.4-4.394q-4.598-4.595-9.188-9.2-5.886-5.9-11.79-11.782-4.538-4.53-9.069-9.07a2974 2974 0 0 0-4.349-4.343q-3.037-3.031-6.06-6.075l-1.82-1.807c-4.57-4.617-6.665-7.78-6.871-14.454.072-5.392 1.093-8.11 4.895-11.883 3.649-2.966 5.779-3.622 10.417-3.68l3.083-.086c7.343 1.09 12.367 7.457 17.347 12.508l2.329 2.337c2.44 2.45 4.872 4.908 7.304 7.366l4.977 5.004Q232.932 337.87 239 344l.011-3.49q.056-16.29.173-32.576c.04-5.583.072-11.165.087-16.747q.025-8.083.097-16.165.023-3.083.024-6.164c.002-2.88.03-5.76.062-8.64l-.015-2.57c.094-5.352 1.03-8.39 4.561-12.648 5.416-4.771 8.909-5.647 16-5' fill='%23fefefe'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='m126.714 25.74 3.49-.012c3.843-.01 7.686-.007 11.53-.003q4.142-.006 8.285-.015 10.07-.018 20.143-.012 8.19.002 16.379-.005l2.358-.001 4.744-.004q22.224-.014 44.447-.003c13.539.006 27.078-.006 40.618-.025q20.877-.03 41.756-.024 11.71.005 23.423-.014 9.97-.019 19.94-.002 5.082.01 10.163-.005c3.68-.01 7.361-.002 11.042.01l3.21-.022c13.85.1 24.162 4.352 33.885 14.171 3.576 4.25 5.823 9.21 8.251 14.172q.9 1.798 1.802 3.595a1823 1823 0 0 1 4.815 9.705c1.677 3.396 3.371 6.785 5.063 10.174q4.252 8.527 8.477 17.067a9795 9795 0 0 0 11.964 24.074q4.658 9.35 9.306 18.705l1.006 2.025q3.299 6.638 6.587 13.28l1.684 3.391 1.53 3.093 1.332 2.69c1.588 3.391 2.182 6.03 2.19 9.734l.014 2.796v3.076l.01 3.266q.015 5.443.019 10.888l.02 7.785c.02 7.805.03 15.61.039 23.414l.015 11.038a45971 45971 0 0 1 .044 46.253l.002 2.393c.008 12.767.033 25.533.066 38.3q.049 19.683.054 39.366c.002 7.361.01 14.723.036 22.084.025 6.935.028 13.87.018 20.804q0 3.805.02 7.61c.111 21.82-1.473 41.8-17.335 58.456-14.52 13.415-31.734 17.47-51.05 17.38q-2.19.006-4.38.016c-3.977.014-7.953.01-11.929.003-4.302-.005-8.604.008-12.906.018-8.414.017-16.829.018-25.243.013a14969 14969 0 0 0-23.489.005l-5.95.004c-18.576.014-37.153.009-55.729-.003-16.97-.01-33.939.003-50.908.027q-26.179.037-52.358.027c-9.787-.003-19.573 0-29.36.017q-12.498.022-24.996-.002c-4.245-.009-8.49-.011-12.735.004q-5.845.02-11.69-.01-2.099-.006-4.197.01c-18.302.127-35.69-4.452-49.244-17.36-16.614-17.983-17.448-38.517-17.507-61.686q-.026-3.877-.055-7.756c-.054-7.724-.08-15.45-.103-23.174q-.018-5.48-.04-10.96a15720 15720 0 0 1-.118-45.946l-.003-2.37a7084 7084 0 0 0-.177-37.954q-.134-19.557-.146-39.113c-.005-7.3-.028-14.6-.098-21.901-.065-6.878-.073-13.753-.044-20.63q.003-3.76-.053-7.518c-.24-16.944 2.702-29.03 11.046-43.818 1.634-2.917 3.074-5.887 4.504-8.909q1.293-2.628 2.59-5.254l1.468-2.98a9296 9296 0 0 1 13.13-26.508 4918 4918 0 0 0 8.75-17.685q4.266-8.669 8.577-17.314 1.623-3.267 3.227-6.542C91.435 33.597 91.435 33.597 106 28c6.92-2.007 13.545-2.286 20.714-2.26' fill='%234285f4'/%3E%3Cpath d='m126.714 25.74 3.49-.012c3.843-.01 7.686-.007 11.53-.003q4.142-.006 8.285-.015 10.07-.018 20.143-.012 8.19.002 16.379-.005l2.358-.001 4.744-.004q22.224-.014 44.447-.003c13.539.006 27.078-.006 40.618-.025q20.877-.03 41.756-.024 11.71.005 23.423-.014 9.97-.019 19.94-.002 5.082.01 10.163-.005c3.68-.01 7.361-.002 11.042.01l3.21-.022c13.854.1 24.16 4.354 33.885 14.175 3.567 4.231 5.82 9.165 8.251 14.105q.9 1.788 1.802 3.575a1669 1669 0 0 1 4.815 9.657c1.678 3.383 3.372 6.759 5.063 10.135q4.252 8.502 8.477 17.018a5457 5457 0 0 0 9.8 19.636 7982 7982 0 0 1 9.46 18.938 3490 3490 0 0 0 4.016 8.038c1.874 3.74 3.731 7.488 5.587 11.237l1.684 3.348 1.53 3.109 1.332 2.679C485 164 485 164 486 171H26c.767-5.369 1.139-7.903 3.375-12.413l1.52-3.1 1.675-3.338 1.76-3.565a2137 2137 0 0 1 4.793-9.633q2.012-4.03 4.016-8.066a7732 7732 0 0 1 9.504-19.043 4659 4659 0 0 0 9.742-19.588q4.18-8.445 8.398-16.87 2.514-5.02 4.999-10.052 2.34-4.742 4.728-9.461c.849-1.69 1.68-3.388 2.51-5.087C88.1 40.816 95.29 32.115 106 28c6.92-2.007 13.545-2.286 20.714-2.26' fill='%23aecaf8'/%3E%3Cpath d='M260 240c5.675 1.964 9.314 5.628 12 11 .123 2.928.186 5.835.205 8.764l.03 2.75q.046 4.512.081 9.025l.063 6.247q.082 8.23.153 16.463.077 8.394.161 16.79.162 16.48.307 32.961l1.384-1.391q7.125-7.157 14.26-14.307l5.322-5.343q3.82-3.838 7.647-7.67l2.406-2.421 2.244-2.244 1.972-1.979c4.497-4.19 7.92-4.068 13.816-3.961 3.954.424 6.043 1.628 8.949 4.316l2.375 2c2.563 4.732 2.545 9.745 1.625 15-2.882 4.898-6.432 8.718-10.45 12.708l-1.932 1.944q-3.147 3.156-6.305 6.301l-4.394 4.4q-4.595 4.598-9.2 9.188-5.9 5.886-11.782 11.79-4.53 4.538-9.07 9.069a2974 2974 0 0 0-4.343 4.349q-3.031 3.037-6.075 6.06l-1.807 1.82c-4.252 4.209-7.333 6.65-13.517 6.746l-2.492.086c-6.347-1.111-10.974-6.513-15.341-10.91l-1.944-1.933q-3.156-3.147-6.301-6.305l-4.4-4.394q-4.598-4.595-9.188-9.2-5.886-5.9-11.79-11.782-4.538-4.53-9.069-9.07a2974 2974 0 0 0-4.349-4.343q-3.037-3.031-6.06-6.075l-1.82-1.807c-4.57-4.617-6.665-7.78-6.871-14.454.072-5.392 1.093-8.11 4.895-11.883 3.649-2.966 5.779-3.622 10.417-3.68l3.083-.086c7.343 1.09 12.367 7.457 17.347 12.508l2.329 2.337c2.44 2.45 4.872 4.908 7.304 7.366l4.977 5.004Q232.932 337.87 239 344l.011-3.49q.056-16.29.173-32.576c.04-5.583.072-11.165.087-16.747q.025-8.083.097-16.165.023-3.083.024-6.164c.002-2.88.03-5.76.062-8.64l-.015-2.57c.094-5.352 1.03-8.39 4.561-12.648 5.416-4.771 8.909-5.647 16-5' fill='%23fefefe'/%3E%3C/svg%3E");
}

.icon-click {
  width: 30px;
  height: 30px;
}
.icon-click::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='640' height='640'%3E%3Cpath d='M0 0h640v640H0z' fill='transparent'/%3E%3Cpath d='M318.746 169.059c6.513 4.052 10.677 9.858 12.555 17.32q.533 2.586 1.012 5.184l.593 3.014c3.176 16.521 5.842 33.146 8.627 49.737 1.487 8.84 3.025 17.672 4.592 26.499l.366 2.063 1.8 10.132q1.252 7.05 2.491 14.102a7241 7241 0 0 0 1.821 10.308 3967 3967 0 0 1 3.915 22.414q1.064 6.184 2.141 12.367.525 3.03 1.039 6.062c.481 2.836.974 5.67 1.47 8.505.14.845.28 1.69.426 2.561.83 4.67 1.905 8.558 4.406 12.673 2.3 1.15 3.815 1.232 6.375 1.313l2.336.113c3.183-.592 4.249-1.956 6.289-4.426 2.086-9.387-1.2-20.743-2.826-30.08-.484-2.78-.954-5.563-1.422-8.346-1.332-7.85-2.726-15.663-4.451-23.437-1.846-8.382-3.268-17.137.699-25.137 3.079-4.702 7.462-8.803 12.86-10.629 7.077-1.227 14-1.701 20.202 2.317 9.498 7.448 11.241 16.657 12.875 28.062 1.316 8.716 2.815 17.346 4.633 25.97.876 4.24 1.626 8.462 2.207 12.753l.373 2.739q.34 2.58.635 5.168c.685 5.243 1.854 8.496 5.215 12.62 3.1 1.55 5.579 1.29 9 1 2.753-1.796 4.526-3.053 6-6-.053-10.49-2.059-20.688-4.062-30.937a1409 1409 0 0 1-1.264-6.564q-.562-2.95-1.14-5.897C439.3 304.28 440.41 298.966 445 292c3.903-4.242 8.128-7.711 13.988-8.3 8.084-.03 12.72.745 19.637 4.863 7.039 7.223 8.562 16.758 10.063 26.375l.603 3.63q.589 3.538 1.16 7.078a689 689 0 0 0 1.611 9.452l.454 2.55c.988 4.799 2.009 9 5.734 12.414 3.732 1.273 5.973 1.037 9.75-.062 3.192-2.7 3.921-4.28 4.375-8.437-.252-5.113-1.169-10.17-1.918-15.227-1.155-8.433-.38-14.902 4.356-22.086 5.476-5.633 10.298-7.374 17.937-7.562 6.63.08 11.065 1.38 15.965 5.89 5.894 6.399 7.728 13.46 9.047 21.84l.459 2.767q.489 2.955.966 5.91c.86 5.319 1.75 10.633 2.637 15.948l.548 3.298c1.614 9.68 3.355 19.333 5.135 28.984 1.337 7.258 2.65 14.52 3.967 21.783q.825 4.53 1.655 9.06c.96 5.257 1.9 10.516 2.828 15.779q.532 2.99 1.082 5.977c3.146 17.101 4.202 33.615 1.649 50.889l-.406 3.022a1082 1082 0 0 1-1.702 12.036c-2.297 15.715-3.248 31.25-3.58 47.129a6391 6391 0 0 1-42.534 7.633l-9.836 1.732-23.876 4.207-21.942 3.865-3.138.554c-16.04 2.829-32.078 5.683-48.113 8.549q-5.37.96-10.743 1.918c-14.074 2.512-14.074 2.512-28.145 5.046q-4.812.869-9.626 1.73-2.136.385-4.272.775-2.86.521-5.72 1.03l-3.141.569c-3.065.412-5.83.675-8.914.392-1.937-2.454-3.337-4.6-4.812-7.312a645 645 0 0 0-2.61-4.434l-1.307-2.207c-2.938-4.731-6.603-8.875-10.271-13.047l-2.281-2.648c-3.965-4.522-8.029-8.694-12.621-12.575-2.412-2.043-4.754-4.155-7.098-6.277a428 428 0 0 0-8.937-7.875c-7.372-6.483-14.227-13.15-20-21.11l-1.405-1.926c-6.768-9.395-13.022-19.144-19.346-28.839-10.025-15.516-10.025-15.516-20.711-30.577-1.83-2.483-3.53-5.035-5.226-7.61-9.623-14.549-19.8-28.694-30.375-42.563 7.281-9.523 16.837-12.237 28.375-14.457 11.79-.96 24.03 7.362 32.625 14.457l3.074 2.535a648 648 0 0 1 8.208 6.986q2.645 2.274 5.304 4.534c5.328 4.539 10.619 9.1 15.789 13.82 7.243 7.061 7.243 7.061 16.313 10.75 3.84-.725 5.57-1.882 8.312-4.625 4.373-8.746-1.943-27.28-3.562-36.562l-1.08-6.272c-2.529-14.639-5.17-29.256-7.854-43.867-2.655-14.456-5.179-28.931-7.629-43.424l-.51-3.014-1.498-8.857-.486-2.876a3498 3498 0 0 0-4.026-23.303l-.704-4.003a1578 1578 0 0 0-4.237-23.18c-.752-3.948-1.494-7.899-2.236-11.85q-.543-2.865-1.103-5.73c-5.903-30.202-5.903-30.202-.512-39.25 7.425-9.202 18.753-13.16 30.183-8.753' fill='%23fefefe'/%3E%3Cpath d='M333.5 155c1.184.979 2.354 1.977 3.5 3l2.625 2.313c7.534 8.525 11.65 17.707 13.203 29.007 1.62 10.98 3.693 21.885 5.672 32.805l1.223 6.77Q362.352 243.449 365 258c3.348 0 3.977-.466 6.625-2.312 9.95-6.334 21.104-7.449 32.688-5 12.574 4.475 22.21 11.438 28.687 23.312l2.125-1.426c7.75-5.086 14.468-8.79 23.875-9.574l2.648-.23c10.418-.506 20.102 2.79 28.352 9.23l2.938 2.125C497.156 277.672 500 282.431 503 287l1.766-1.39c10.98-8.22 21.532-11.01 35.234-9.61 12.231 2.364 22.87 9.837 30 20 3.797 7.024 5.97 13.917 7.313 21.75l.6 3.293A1367 1367 0 0 1 580 333l.417 2.431q2.19 12.794 4.349 25.594c2.929 17.357 6.026 34.682 9.176 52q1.304 7.17 2.585 14.34.462 2.58.937 5.154c1.822 9.914 3.087 19.489 3.036 29.606l-.006 3.906c-.173 15.462-2.486 30.719-4.584 46.01-1.392 10.284-2.205 20.608-2.91 30.959-6.642 1.916-13.11 2.564-20 3-.772-17.658.814-34.37 3.475-51.779 1.63-10.57 1.63-10.57 2.525-21.221l.1-2.006c.636-14.704-1.473-28.562-4.1-42.994q-.62-3.508-1.234-7.017A3975 3975 0 0 0 570 400l-1.099-6.08a5156 5156 0 0 0-4.014-22.007 1216 1216 0 0 1-4.766-27.405l-.923-5.661a1157 1157 0 0 1-1.677-10.631C555.294 313.73 555.294 313.73 547 302c-6.54-4.36-12.291-4.655-20-4-6.24 1.444-10.214 5.384-13.75 10.563-3.544 6.911-2.373 13.998-1.25 21.437 2.06 14.073 2.06 14.073-1.062 18.438-3.505 3.056-5.315 3.645-9.938 3.562-4.222-1.727-6.057-3.928-8-8-1.491-4.746-2.456-9.374-3.148-14.297l-.61-4.156q-.465-3.214-.914-6.43C486.394 302.3 486.394 302.3 477 289l-2.062-1.75c-5.427-3.501-12.764-2.907-18.938-2.25-6.567 2.485-10.26 7.121-13.812 13-3.9 9.909.955 24.168 2.875 34.375q.839 4.48 1.66 8.96l.388 2.022c1.945 10.62 1.945 10.62-.134 14.604-4.702 4.919-4.702 4.919-9.29 5.351-4.306-.364-5.712-1.252-8.687-4.312-2.298-3.62-2.743-7.583-3.367-11.746l-.363-2.301a1484 1484 0 0 1-.757-4.87c-.648-4.212-1.32-8.419-1.99-12.626l-.397-2.5a601 601 0 0 0-3.376-19.207l-.457-2.369C415.668 286.456 415.668 286.456 405 274c-5.144-3.22-11.155-2.464-17-2-5.306 1.273-9.853 4.229-13.195 8.543-5.802 9.514-2.854 21.285-.66 31.507 1.777 8.312 3.272 16.662 4.694 25.041q.406 2.38.824 4.76c4.216 23.998 4.216 23.998.4 30.399-3.504 2.002-5.816 2.344-9.782 2.414-3.607-1.05-4.999-2.691-7.281-5.664-1.185-3.22-1.735-6.5-2.312-9.875l-.599-3.22c-.724-3.963-1.41-7.933-2.089-11.905l-.871-5.066a7150 7150 0 0 1-3.978-23.406c-2.406-14.294-4.95-28.557-7.579-42.812a2231 2231 0 0 1-6.54-37.207q-1.456-8.658-2.887-17.32c-1.583-9.519-3.212-19.014-5.27-28.443l-.471-2.19c-1.62-7.146-4.048-12.047-9.841-16.556-6.3-3.526-14.2-3.112-21.032-1.371-5.957 2.555-9.688 7.685-12.531 13.371-.844 11.431.762 22.142 2.96 33.32.95 4.827 1.85 9.663 2.759 14.496l.576 3.039c1.866 9.88 3.552 19.79 5.213 29.706a3036 3036 0 0 0 8.43 48.064c3.446 18.73 6.668 37.495 9.827 56.276 1.672 9.931 3.352 19.86 5.137 29.77l.437 2.433q.98 5.447 1.986 10.889l.679 3.75.588 3.182c1.149 8.656 1.149 8.656-.615 12.036-4.704 4.921-4.704 4.921-9.274 5.344-4.362-.36-5.72-1.313-8.953-4.18l-2.86-2.492L301 426l-2.766-2.508q-2.752-2.51-5.496-5.031c-3.496-3.143-7.127-6.093-10.789-9.04a248 248 0 0 1-6.367-5.405c-10.955-9.629-23.631-20.565-38.894-21.641-11.02.754-21.753 4.977-29.688 12.625 3.684 5.817 7.717 11.33 11.875 16.813 4.149 5.485 8.115 11.028 11.883 16.785 2.749 4.196 5.595 8.325 8.43 12.464 9.225 13.493 18.343 27.06 27.469 40.62Q271.819 489.347 277 497l1.397 2.069c4.089 6.042 8.135 11.937 13.166 17.243l1.397 1.484A525 525 0 0 0 297 522l2.195 2.281c3.738 3.811 7.627 7.39 11.672 10.871 3.277 2.839 6.48 5.756 9.692 8.668 1.491 1.332 3 2.645 4.539 3.922 5.77 4.795 10.304 10.35 14.902 16.258l1.691 2.133c3.816 4.921 7.81 10.148 10.309 15.867l-1 4-19 3-3.437-4.875c-9.21-12.623-20.508-24.124-32.407-34.258-4.67-4.043-9.174-8.272-13.683-12.493a366 366 0 0 0-3.664-3.362c-13.082-12.317-22.47-28.823-32.184-43.762-8.284-12.716-16.671-25.326-25.436-37.717-3.308-4.68-6.533-9.416-9.751-14.158A953 953 0 0 0 198.25 419.5c-.537-.75-1.074-1.5-1.628-2.271-3.128-4.316-6.414-8.355-9.935-12.354-4.282-5.183-4.282-5.183-4.625-9 2.503-10.343 10.689-17.897 19.313-23.562 4.732-2.882 9.427-5.39 14.625-7.313l2.406-.906c15.858-5.159 30.768-1.856 45.531 4.969 7.791 4.055 14.383 9.276 21.063 14.937l1.976 1.668c4.034 3.415 8.038 6.861 12.024 10.332-.477-9.841-2.216-19.361-4.037-29.02-.918-4.878-1.815-9.759-2.713-14.64l-.566-3.073c-2.015-10.989-3.888-22-5.747-33.017l-2.003-11.848-.494-2.917a5350 5350 0 0 0-4.94-28.673l-.422-2.415c-2.732-15.591-5.56-31.165-8.414-46.734Q268.322 216.333 267 209l-.66-3.658c-2.597-14.884-2.424-27.293 6.41-40.092 14.827-19.134 40.294-25.037 60.75-10.25' fill='%23030303'/%3E%3Cpath d='M275.93 59.813c26.782-.935 51.89 8.633 71.824 26.476 17.752 16.606 30.921 40.195 32.436 64.804.077 3.326.083 6.643.06 9.97l.023 3.392c-.015 6.478-.558 12.305-2.273 18.545l-.488 2.012C374.22 198.516 368.832 211.171 360 222a124 124 0 0 0-2 4 18798 18798 0 0 1-2.788-16.082q-.512-2.945-1.02-5.89l-.62-3.571A407 407 0 0 1 352 190h2c3.487-9.438 4.648-17.843 4.5-27.875l-.018-1.995c-.218-20.854-6.323-37.584-20.482-53.13l-1.86-2.14c-11.92-12.94-30.762-22.16-48.348-22.96-23.551-.758-44.528 3.482-62.48 19.787-14.538 13.737-25.01 31.564-25.71 51.934q-.012 3.408.023 6.816l-.035 3.409c.069 20.062 7.632 38.335 21.25 53.029C234.9 230.708 253.958 241 274 241l3 21c-23.678.623-46.314-8.272-64-24l-2.25-1.82C195.493 223.518 186.31 205.807 181 187l-.969-3.246c-6.53-25.18-1.177-52.623 11.8-74.808 14.324-23.415 37.005-39.953 63.52-46.495 6.938-1.607 13.477-2.3 20.579-2.639M611 542c3.563 3.108 5.292 5.312 5.688 10.063-.706 4.04-1.437 5.623-4.797 7.99-2.04 1.021-3.85 1.524-6.082 1.98l-2.407.498L601 563l-2.107.412a695 695 0 0 1-6.393 1.182l-2.447.446q-4.026.733-8.053 1.46l-2.869.52c-31.342 5.68-62.719 11.167-94.111 16.558l-3.729.64-14.787 2.54c-16.63 2.855-33.241 5.8-49.836 8.854-15.436 2.84-30.901 5.487-46.38 8.083-12.414 2.083-24.792 4.231-37.09 6.935-12.77 2.739-12.77 2.739-18.635-.567-2.902-3.468-3.588-5.483-3.801-9.91.372-3.365 1.759-4.942 4.238-7.153 4.229-2.64 8.56-2.421 13.418-2.656L331 590l1-2c1.826-.487 1.826-.487 4.184-.816.845-.125 1.69-.25 2.56-.377l2.693-.37q2.624-.373 5.247-.753l2.36-.327c2.026-.276 2.026-.276 3.956-1.357 1.713-.167 3.43-.291 5.148-.395 7.587-.583 15.003-1.923 22.477-3.293l4.52-.813q4.66-.837 9.32-1.682c6.168-1.114 12.34-2.193 18.513-3.275 14.662-2.572 29.31-5.211 43.96-7.855 22.796-4.113 45.605-8.153 68.42-12.165a8991 8991 0 0 0 18.138-3.21q10.154-1.807 20.315-3.58 4.498-.785 8.996-1.582 6.23-1.099 12.465-2.17 2.385-.412 4.766-.836a866 866 0 0 1 6.599-1.14l3.803-.662c3.784-.363 6.854-.173 10.56.658' fill='%2335cccc'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='640' height='640'%3E%3Cpath d='M0 0h640v640H0z' fill='transparent'/%3E%3Cpath d='M318.746 169.059c6.513 4.052 10.677 9.858 12.555 17.32q.533 2.586 1.012 5.184l.593 3.014c3.176 16.521 5.842 33.146 8.627 49.737 1.487 8.84 3.025 17.672 4.592 26.499l.366 2.063 1.8 10.132q1.252 7.05 2.491 14.102a7241 7241 0 0 0 1.821 10.308 3967 3967 0 0 1 3.915 22.414q1.064 6.184 2.141 12.367.525 3.03 1.039 6.062c.481 2.836.974 5.67 1.47 8.505.14.845.28 1.69.426 2.561.83 4.67 1.905 8.558 4.406 12.673 2.3 1.15 3.815 1.232 6.375 1.313l2.336.113c3.183-.592 4.249-1.956 6.289-4.426 2.086-9.387-1.2-20.743-2.826-30.08-.484-2.78-.954-5.563-1.422-8.346-1.332-7.85-2.726-15.663-4.451-23.437-1.846-8.382-3.268-17.137.699-25.137 3.079-4.702 7.462-8.803 12.86-10.629 7.077-1.227 14-1.701 20.202 2.317 9.498 7.448 11.241 16.657 12.875 28.062 1.316 8.716 2.815 17.346 4.633 25.97.876 4.24 1.626 8.462 2.207 12.753l.373 2.739q.34 2.58.635 5.168c.685 5.243 1.854 8.496 5.215 12.62 3.1 1.55 5.579 1.29 9 1 2.753-1.796 4.526-3.053 6-6-.053-10.49-2.059-20.688-4.062-30.937a1409 1409 0 0 1-1.264-6.564q-.562-2.95-1.14-5.897C439.3 304.28 440.41 298.966 445 292c3.903-4.242 8.128-7.711 13.988-8.3 8.084-.03 12.72.745 19.637 4.863 7.039 7.223 8.562 16.758 10.063 26.375l.603 3.63q.589 3.538 1.16 7.078a689 689 0 0 0 1.611 9.452l.454 2.55c.988 4.799 2.009 9 5.734 12.414 3.732 1.273 5.973 1.037 9.75-.062 3.192-2.7 3.921-4.28 4.375-8.437-.252-5.113-1.169-10.17-1.918-15.227-1.155-8.433-.38-14.902 4.356-22.086 5.476-5.633 10.298-7.374 17.937-7.562 6.63.08 11.065 1.38 15.965 5.89 5.894 6.399 7.728 13.46 9.047 21.84l.459 2.767q.489 2.955.966 5.91c.86 5.319 1.75 10.633 2.637 15.948l.548 3.298c1.614 9.68 3.355 19.333 5.135 28.984 1.337 7.258 2.65 14.52 3.967 21.783q.825 4.53 1.655 9.06c.96 5.257 1.9 10.516 2.828 15.779q.532 2.99 1.082 5.977c3.146 17.101 4.202 33.615 1.649 50.889l-.406 3.022a1082 1082 0 0 1-1.702 12.036c-2.297 15.715-3.248 31.25-3.58 47.129a6391 6391 0 0 1-42.534 7.633l-9.836 1.732-23.876 4.207-21.942 3.865-3.138.554c-16.04 2.829-32.078 5.683-48.113 8.549q-5.37.96-10.743 1.918c-14.074 2.512-14.074 2.512-28.145 5.046q-4.812.869-9.626 1.73-2.136.385-4.272.775-2.86.521-5.72 1.03l-3.141.569c-3.065.412-5.83.675-8.914.392-1.937-2.454-3.337-4.6-4.812-7.312a645 645 0 0 0-2.61-4.434l-1.307-2.207c-2.938-4.731-6.603-8.875-10.271-13.047l-2.281-2.648c-3.965-4.522-8.029-8.694-12.621-12.575-2.412-2.043-4.754-4.155-7.098-6.277a428 428 0 0 0-8.937-7.875c-7.372-6.483-14.227-13.15-20-21.11l-1.405-1.926c-6.768-9.395-13.022-19.144-19.346-28.839-10.025-15.516-10.025-15.516-20.711-30.577-1.83-2.483-3.53-5.035-5.226-7.61-9.623-14.549-19.8-28.694-30.375-42.563 7.281-9.523 16.837-12.237 28.375-14.457 11.79-.96 24.03 7.362 32.625 14.457l3.074 2.535a648 648 0 0 1 8.208 6.986q2.645 2.274 5.304 4.534c5.328 4.539 10.619 9.1 15.789 13.82 7.243 7.061 7.243 7.061 16.313 10.75 3.84-.725 5.57-1.882 8.312-4.625 4.373-8.746-1.943-27.28-3.562-36.562l-1.08-6.272c-2.529-14.639-5.17-29.256-7.854-43.867-2.655-14.456-5.179-28.931-7.629-43.424l-.51-3.014-1.498-8.857-.486-2.876a3498 3498 0 0 0-4.026-23.303l-.704-4.003a1578 1578 0 0 0-4.237-23.18c-.752-3.948-1.494-7.899-2.236-11.85q-.543-2.865-1.103-5.73c-5.903-30.202-5.903-30.202-.512-39.25 7.425-9.202 18.753-13.16 30.183-8.753' fill='%23fefefe'/%3E%3Cpath d='M333.5 155c1.184.979 2.354 1.977 3.5 3l2.625 2.313c7.534 8.525 11.65 17.707 13.203 29.007 1.62 10.98 3.693 21.885 5.672 32.805l1.223 6.77Q362.352 243.449 365 258c3.348 0 3.977-.466 6.625-2.312 9.95-6.334 21.104-7.449 32.688-5 12.574 4.475 22.21 11.438 28.687 23.312l2.125-1.426c7.75-5.086 14.468-8.79 23.875-9.574l2.648-.23c10.418-.506 20.102 2.79 28.352 9.23l2.938 2.125C497.156 277.672 500 282.431 503 287l1.766-1.39c10.98-8.22 21.532-11.01 35.234-9.61 12.231 2.364 22.87 9.837 30 20 3.797 7.024 5.97 13.917 7.313 21.75l.6 3.293A1367 1367 0 0 1 580 333l.417 2.431q2.19 12.794 4.349 25.594c2.929 17.357 6.026 34.682 9.176 52q1.304 7.17 2.585 14.34.462 2.58.937 5.154c1.822 9.914 3.087 19.489 3.036 29.606l-.006 3.906c-.173 15.462-2.486 30.719-4.584 46.01-1.392 10.284-2.205 20.608-2.91 30.959-6.642 1.916-13.11 2.564-20 3-.772-17.658.814-34.37 3.475-51.779 1.63-10.57 1.63-10.57 2.525-21.221l.1-2.006c.636-14.704-1.473-28.562-4.1-42.994q-.62-3.508-1.234-7.017A3975 3975 0 0 0 570 400l-1.099-6.08a5156 5156 0 0 0-4.014-22.007 1216 1216 0 0 1-4.766-27.405l-.923-5.661a1157 1157 0 0 1-1.677-10.631C555.294 313.73 555.294 313.73 547 302c-6.54-4.36-12.291-4.655-20-4-6.24 1.444-10.214 5.384-13.75 10.563-3.544 6.911-2.373 13.998-1.25 21.437 2.06 14.073 2.06 14.073-1.062 18.438-3.505 3.056-5.315 3.645-9.938 3.562-4.222-1.727-6.057-3.928-8-8-1.491-4.746-2.456-9.374-3.148-14.297l-.61-4.156q-.465-3.214-.914-6.43C486.394 302.3 486.394 302.3 477 289l-2.062-1.75c-5.427-3.501-12.764-2.907-18.938-2.25-6.567 2.485-10.26 7.121-13.812 13-3.9 9.909.955 24.168 2.875 34.375q.839 4.48 1.66 8.96l.388 2.022c1.945 10.62 1.945 10.62-.134 14.604-4.702 4.919-4.702 4.919-9.29 5.351-4.306-.364-5.712-1.252-8.687-4.312-2.298-3.62-2.743-7.583-3.367-11.746l-.363-2.301a1484 1484 0 0 1-.757-4.87c-.648-4.212-1.32-8.419-1.99-12.626l-.397-2.5a601 601 0 0 0-3.376-19.207l-.457-2.369C415.668 286.456 415.668 286.456 405 274c-5.144-3.22-11.155-2.464-17-2-5.306 1.273-9.853 4.229-13.195 8.543-5.802 9.514-2.854 21.285-.66 31.507 1.777 8.312 3.272 16.662 4.694 25.041q.406 2.38.824 4.76c4.216 23.998 4.216 23.998.4 30.399-3.504 2.002-5.816 2.344-9.782 2.414-3.607-1.05-4.999-2.691-7.281-5.664-1.185-3.22-1.735-6.5-2.312-9.875l-.599-3.22c-.724-3.963-1.41-7.933-2.089-11.905l-.871-5.066a7150 7150 0 0 1-3.978-23.406c-2.406-14.294-4.95-28.557-7.579-42.812a2231 2231 0 0 1-6.54-37.207q-1.456-8.658-2.887-17.32c-1.583-9.519-3.212-19.014-5.27-28.443l-.471-2.19c-1.62-7.146-4.048-12.047-9.841-16.556-6.3-3.526-14.2-3.112-21.032-1.371-5.957 2.555-9.688 7.685-12.531 13.371-.844 11.431.762 22.142 2.96 33.32.95 4.827 1.85 9.663 2.759 14.496l.576 3.039c1.866 9.88 3.552 19.79 5.213 29.706a3036 3036 0 0 0 8.43 48.064c3.446 18.73 6.668 37.495 9.827 56.276 1.672 9.931 3.352 19.86 5.137 29.77l.437 2.433q.98 5.447 1.986 10.889l.679 3.75.588 3.182c1.149 8.656 1.149 8.656-.615 12.036-4.704 4.921-4.704 4.921-9.274 5.344-4.362-.36-5.72-1.313-8.953-4.18l-2.86-2.492L301 426l-2.766-2.508q-2.752-2.51-5.496-5.031c-3.496-3.143-7.127-6.093-10.789-9.04a248 248 0 0 1-6.367-5.405c-10.955-9.629-23.631-20.565-38.894-21.641-11.02.754-21.753 4.977-29.688 12.625 3.684 5.817 7.717 11.33 11.875 16.813 4.149 5.485 8.115 11.028 11.883 16.785 2.749 4.196 5.595 8.325 8.43 12.464 9.225 13.493 18.343 27.06 27.469 40.62Q271.819 489.347 277 497l1.397 2.069c4.089 6.042 8.135 11.937 13.166 17.243l1.397 1.484A525 525 0 0 0 297 522l2.195 2.281c3.738 3.811 7.627 7.39 11.672 10.871 3.277 2.839 6.48 5.756 9.692 8.668 1.491 1.332 3 2.645 4.539 3.922 5.77 4.795 10.304 10.35 14.902 16.258l1.691 2.133c3.816 4.921 7.81 10.148 10.309 15.867l-1 4-19 3-3.437-4.875c-9.21-12.623-20.508-24.124-32.407-34.258-4.67-4.043-9.174-8.272-13.683-12.493a366 366 0 0 0-3.664-3.362c-13.082-12.317-22.47-28.823-32.184-43.762-8.284-12.716-16.671-25.326-25.436-37.717-3.308-4.68-6.533-9.416-9.751-14.158A953 953 0 0 0 198.25 419.5c-.537-.75-1.074-1.5-1.628-2.271-3.128-4.316-6.414-8.355-9.935-12.354-4.282-5.183-4.282-5.183-4.625-9 2.503-10.343 10.689-17.897 19.313-23.562 4.732-2.882 9.427-5.39 14.625-7.313l2.406-.906c15.858-5.159 30.768-1.856 45.531 4.969 7.791 4.055 14.383 9.276 21.063 14.937l1.976 1.668c4.034 3.415 8.038 6.861 12.024 10.332-.477-9.841-2.216-19.361-4.037-29.02-.918-4.878-1.815-9.759-2.713-14.64l-.566-3.073c-2.015-10.989-3.888-22-5.747-33.017l-2.003-11.848-.494-2.917a5350 5350 0 0 0-4.94-28.673l-.422-2.415c-2.732-15.591-5.56-31.165-8.414-46.734Q268.322 216.333 267 209l-.66-3.658c-2.597-14.884-2.424-27.293 6.41-40.092 14.827-19.134 40.294-25.037 60.75-10.25' fill='%23030303'/%3E%3Cpath d='M275.93 59.813c26.782-.935 51.89 8.633 71.824 26.476 17.752 16.606 30.921 40.195 32.436 64.804.077 3.326.083 6.643.06 9.97l.023 3.392c-.015 6.478-.558 12.305-2.273 18.545l-.488 2.012C374.22 198.516 368.832 211.171 360 222a124 124 0 0 0-2 4 18798 18798 0 0 1-2.788-16.082q-.512-2.945-1.02-5.89l-.62-3.571A407 407 0 0 1 352 190h2c3.487-9.438 4.648-17.843 4.5-27.875l-.018-1.995c-.218-20.854-6.323-37.584-20.482-53.13l-1.86-2.14c-11.92-12.94-30.762-22.16-48.348-22.96-23.551-.758-44.528 3.482-62.48 19.787-14.538 13.737-25.01 31.564-25.71 51.934q-.012 3.408.023 6.816l-.035 3.409c.069 20.062 7.632 38.335 21.25 53.029C234.9 230.708 253.958 241 274 241l3 21c-23.678.623-46.314-8.272-64-24l-2.25-1.82C195.493 223.518 186.31 205.807 181 187l-.969-3.246c-6.53-25.18-1.177-52.623 11.8-74.808 14.324-23.415 37.005-39.953 63.52-46.495 6.938-1.607 13.477-2.3 20.579-2.639M611 542c3.563 3.108 5.292 5.312 5.688 10.063-.706 4.04-1.437 5.623-4.797 7.99-2.04 1.021-3.85 1.524-6.082 1.98l-2.407.498L601 563l-2.107.412a695 695 0 0 1-6.393 1.182l-2.447.446q-4.026.733-8.053 1.46l-2.869.52c-31.342 5.68-62.719 11.167-94.111 16.558l-3.729.64-14.787 2.54c-16.63 2.855-33.241 5.8-49.836 8.854-15.436 2.84-30.901 5.487-46.38 8.083-12.414 2.083-24.792 4.231-37.09 6.935-12.77 2.739-12.77 2.739-18.635-.567-2.902-3.468-3.588-5.483-3.801-9.91.372-3.365 1.759-4.942 4.238-7.153 4.229-2.64 8.56-2.421 13.418-2.656L331 590l1-2c1.826-.487 1.826-.487 4.184-.816.845-.125 1.69-.25 2.56-.377l2.693-.37q2.624-.373 5.247-.753l2.36-.327c2.026-.276 2.026-.276 3.956-1.357 1.713-.167 3.43-.291 5.148-.395 7.587-.583 15.003-1.923 22.477-3.293l4.52-.813q4.66-.837 9.32-1.682c6.168-1.114 12.34-2.193 18.513-3.275 14.662-2.572 29.31-5.211 43.96-7.855 22.796-4.113 45.605-8.153 68.42-12.165a8991 8991 0 0 0 18.138-3.21q10.154-1.807 20.315-3.58 4.498-.785 8.996-1.582 6.23-1.099 12.465-2.17 2.385-.412 4.766-.836a866 866 0 0 1 6.599-1.14l3.803-.662c3.784-.363 6.854-.173 10.56.658' fill='%2335cccc'/%3E%3C/svg%3E");
}

.icon-register {
  width: 30px;
  height: 30px;
}
.icon-register::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M308 290c-2.335 3.028-4.614 5.693-7.562 8.125-27.848 24.09-44.381 58.035-47.184 94.734-2.112 35.823 10.143 70.706 33.203 98.055A268 268 0 0 0 293 498l2.438 2.625c3.356 3.11 6.937 5.897 10.55 8.703L308 511v1a64084 64084 0 0 1-121.753.275l-2.585.004c-13.814.021-27.628.06-41.441.107q-21.263.07-42.525.084-13.119.01-26.238.07-8.997.038-17.995.028c-3.46-.004-6.92.001-10.38.028-3.755.025-7.508.019-11.263.005l-3.302.044C23.74 512.58 19.234 511.42 14 507c-3.677-3.968-6.241-7.618-6.267-13.118l-.026-2.462.002-2.676-.02-2.84c-.019-3.106-.023-6.212-.025-9.318l-.02-6.512q-.017-6.843-.015-13.684c0-5.799-.027-11.597-.061-17.395a2523 2523 0 0 1-.025-13.477q-.004-3.202-.027-6.403c-.235-35.493 12.264-62.512 36.976-87.72 3.17-3.136 6.485-5.978 10.008-8.707l1.813-1.41C126.09 267.713 226.883 261.526 308 290M210.5-.375l2.136.002C224.14-.333 234.974.543 246 4l2.056.633c32.435 10.335 58.122 32.739 73.819 62.768 3.948 7.911 6.827 16.07 9.125 24.599l.54 1.995c7.732 30.394 2.004 64.445-13.407 91.505-17.966 30.193-46.325 49.744-79.871 58.473C206.88 251.057 172.23 244.996 145 228c-28.633-19.341-48.438-46.808-55.562-80.671-6.219-33.335.77-67.773 19.835-95.763C127.82 26.396 153.43 8.978 184 2l2.4-.558c8.007-1.667 15.945-1.84 24.1-1.817'/%3E%3Cpath d='M464.156 315.629C485.135 333.955 498.946 359.233 502 387c1.666 31.748-4.901 60.565-26 85l-1.79 2.227C460.583 490.64 441.195 501.052 421 507l-3.352 1.031c-26.809 6.781-58.154 2.485-82.023-11.367-25.737-16.316-45.891-41.795-53.121-71.717-6.555-29.87-1.423-59.909 14.496-85.947 2.756-4.194 5.818-8.122 9-12l1.734-2.195c17.368-21.09 45.586-33.807 72.32-36.493 30.76-2.436 60.58 7.412 84.102 27.317M381 342v48h-47v23h47v47h22v-47h47v-23h-47v-48z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M308 290c-2.335 3.028-4.614 5.693-7.562 8.125-27.848 24.09-44.381 58.035-47.184 94.734-2.112 35.823 10.143 70.706 33.203 98.055A268 268 0 0 0 293 498l2.438 2.625c3.356 3.11 6.937 5.897 10.55 8.703L308 511v1a64084 64084 0 0 1-121.753.275l-2.585.004c-13.814.021-27.628.06-41.441.107q-21.263.07-42.525.084-13.119.01-26.238.07-8.997.038-17.995.028c-3.46-.004-6.92.001-10.38.028-3.755.025-7.508.019-11.263.005l-3.302.044C23.74 512.58 19.234 511.42 14 507c-3.677-3.968-6.241-7.618-6.267-13.118l-.026-2.462.002-2.676-.02-2.84c-.019-3.106-.023-6.212-.025-9.318l-.02-6.512q-.017-6.843-.015-13.684c0-5.799-.027-11.597-.061-17.395a2523 2523 0 0 1-.025-13.477q-.004-3.202-.027-6.403c-.235-35.493 12.264-62.512 36.976-87.72 3.17-3.136 6.485-5.978 10.008-8.707l1.813-1.41C126.09 267.713 226.883 261.526 308 290M210.5-.375l2.136.002C224.14-.333 234.974.543 246 4l2.056.633c32.435 10.335 58.122 32.739 73.819 62.768 3.948 7.911 6.827 16.07 9.125 24.599l.54 1.995c7.732 30.394 2.004 64.445-13.407 91.505-17.966 30.193-46.325 49.744-79.871 58.473C206.88 251.057 172.23 244.996 145 228c-28.633-19.341-48.438-46.808-55.562-80.671-6.219-33.335.77-67.773 19.835-95.763C127.82 26.396 153.43 8.978 184 2l2.4-.558c8.007-1.667 15.945-1.84 24.1-1.817'/%3E%3Cpath d='M464.156 315.629C485.135 333.955 498.946 359.233 502 387c1.666 31.748-4.901 60.565-26 85l-1.79 2.227C460.583 490.64 441.195 501.052 421 507l-3.352 1.031c-26.809 6.781-58.154 2.485-82.023-11.367-25.737-16.316-45.891-41.795-53.121-71.717-6.555-29.87-1.423-59.909 14.496-85.947 2.756-4.194 5.818-8.122 9-12l1.734-2.195c17.368-21.09 45.586-33.807 72.32-36.493 30.76-2.436 60.58 7.412 84.102 27.317M381 342v48h-47v23h47v47h22v-47h47v-23h-47v-48z'/%3E%3C/svg%3E");
}

.icon-login {
  width: 30px;
  height: 30px;
}
.icon-login::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256' xml:space='preserve'%3E%3Cpath d='M219.8 10c7.3 0 13.6 2.5 18.6 7.6 5.1 5.1 7.6 11.3 7.6 18.6v183.6c0 7-2.5 13.1-7.6 18.3-5.1 5.3-11.3 7.9-18.6 7.9h-118c-7 0-13-2.6-18.1-7.9s-7.6-11.4-7.6-18.3v-26.2h25.7v26.2h118V36.2h-118v39.3H76.1V36.2c0-7.3 2.5-13.6 7.6-18.6S94.8 10 101.8 10zM128 185.7v-31.5H10v-39.3h118V83.4l52.5 50.9z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256' xml:space='preserve'%3E%3Cpath d='M219.8 10c7.3 0 13.6 2.5 18.6 7.6 5.1 5.1 7.6 11.3 7.6 18.6v183.6c0 7-2.5 13.1-7.6 18.3-5.1 5.3-11.3 7.9-18.6 7.9h-118c-7 0-13-2.6-18.1-7.9s-7.6-11.4-7.6-18.3v-26.2h25.7v26.2h118V36.2h-118v39.3H76.1V36.2c0-7.3 2.5-13.6 7.6-18.6S94.8 10 101.8 10zM128 185.7v-31.5H10v-39.3h118V83.4l52.5 50.9z'/%3E%3C/svg%3E");
}

.icon-dashboard {
  width: 30px;
  height: 30px;
}
.icon-dashboard::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='m217.562 20.467 2.792-.027c3.026-.022 6.05-.015 9.076-.006q3.176-.008 6.35-.02 6.645-.014 13.29.01c5.658.017 11.315-.007 16.973-.042 4.37-.022 8.74-.02 13.11-.012q3.127 0 6.255-.02C307.01 20.22 307.01 20.22 314 26c4.97 5.33 6.15 10.144 6.131 17.224l.007 2.256q.006 3.773.002 7.544l.01 5.44q.011 7.498.01 14.995.005 8.078.016 16.154.02 17.671.024 35.342l.012 22.056q.019 30.516.026 61.031v3.948l.002 11.895v3.978q.009 31.916.046 63.83.035 32.745.037 65.49-.001 18.394.025 36.788.023 15.66.012 31.321-.008 7.995.011 15.988.019 7.314 0 14.628-.004 2.65.01 5.3c.01 2.397.003 4.793-.01 7.19.009.69.016 1.379.024 2.09-.064 5.856-1.877 9.69-5.583 14.137-6.399 5.404-12.1 6.972-20.374 6.908-.921.01-1.843.018-2.792.027-3.026.022-6.05.015-9.076.006q-3.176.008-6.35.02-6.645.014-13.29-.01a1847 1847 0 0 0-16.973.042c-4.37.022-8.74.02-13.11.012q-3.127 0-6.255.02c-21.602.13-21.602.13-28.592-5.65-4.97-5.33-6.15-10.144-6.131-17.224l-.007-2.256q-.006-3.773-.002-7.544l-.01-5.44q-.011-7.498-.01-14.995-.005-8.078-.016-16.154-.02-17.671-.024-35.342l-.012-22.056q-.019-30.515-.026-61.031v-3.948l-.002-11.895v-3.978q-.009-31.916-.046-63.83-.035-32.745-.037-65.49.001-18.394-.025-36.788-.023-15.66-.012-31.321c.004-5.33.003-10.659-.011-15.988q-.019-7.314 0-14.628.004-2.65-.01-5.3c-.01-2.397-.003-4.793.01-7.19-.009-.69-.016-1.379-.024-2.09.064-5.856 1.877-9.69 5.582-14.137 6.4-5.404 12.102-6.972 20.375-6.908M381.2 127.74l2.514-.022 2.733.007 2.898-.015a1766 1766 0 0 1 9.49-.01l6.6-.014q6.917-.01 13.835-.002c5.907.006 11.813-.01 17.72-.034 4.544-.015 9.087-.016 13.63-.013q3.267 0 6.533-.015c3.048-.013 6.094-.006 9.141.006l2.721-.023c6.444.054 10.561 1.375 15.61 5.582 6.59 7.805 6.953 14.384 6.883 24.287q.006 2.05.019 4.1c.016 3.74.008 7.48-.004 11.221-.01 4.04.005 8.08.016 12.119.018 7.908.014 15.815.002 23.723q-.013 9.642-.006 19.283l.002 2.773.004 5.578c.011 17.43-.002 34.86-.023 52.291q-.025 22.428.003 44.855a26861 26861 0 0 1 .014 57.663l-.002 2.762q-.003 9.63.012 19.257.017 11.736-.013 23.471c-.01 3.991-.015 7.982-.001 11.973q.017 5.482-.016 10.966a540 540 0 0 0 .02 5.832c-.071 7.933-.947 13.501-6.281 19.682l-1.691 1.352-1.684 1.398c-5.302 3.461-10.083 3.524-16.224 3.518l-2.83.02c-3.084.019-6.167.023-9.25.025l-6.446.02q-6.754.017-13.51.015c-5.76 0-11.52.027-17.28.061-4.437.022-8.875.026-13.313.025a1029 1029 0 0 0-6.369.027c-2.975.02-5.949.014-8.924.002l-2.637.034c-7.37-.076-12.615-2.094-17.908-7.27-5.425-8.06-5.621-15.126-5.576-24.604q-.006-2.03-.016-4.06c-.014-3.704-.01-7.408-.003-11.113.005-4-.008-8.001-.018-12.002a8206 8206 0 0 1-.013-23.496 12953 12953 0 0 0-.005-21.847l-.004-5.525c-.014-17.267-.009-34.534.003-51.8.01-15.792-.003-31.583-.027-47.374q-.037-24.333-.027-48.665.007-13.656-.017-27.313-.022-11.625.002-23.25c.009-3.952.011-7.904-.004-11.857q-.02-5.431.01-10.864c.006-1.924-.008-3.847-.023-5.77.066-7.759.76-14.738 6.31-20.585 4.038-3.667 7.822-6.37 13.42-6.386M40.065 255.846l2.502-.026 2.735-.013 2.888-.025q4.74-.035 9.478-.055l3.271-.017q8.573-.039 17.145-.06a3039 3039 0 0 0 17.69-.112c4.54-.034 9.079-.046 13.618-.051q3.26-.01 6.52-.046a712 712 0 0 1 9.14-.024l2.703-.05c6.993.07 11.696 2.28 16.772 7.076 5.086 5.64 5.77 11.483 5.74 18.804l.014 2.469c.013 2.722.011 5.444.01 8.166q.008 2.933.02 5.865c.018 5.306.022 10.612.024 15.918q.001 4.976.01 9.951.028 17.369.026 34.737c-.002 10.782.02 21.564.051 32.347q.038 13.897.036 27.797c0 5.53.005 11.06.026 16.59q.029 7.806.005 15.611-.003 2.857.015 5.716c.128 21.514.128 21.514-6.254 28.502-5.998 5.629-11.647 6.383-19.595 6.375l-2.83.02c-3.084.019-6.167.023-9.25.025l-6.446.02q-6.754.017-13.51.015c-5.76 0-11.52.027-17.28.061-4.437.022-8.875.026-13.313.025q-3.184.005-6.369.027c-2.975.02-5.949.014-8.924.002l-2.637.034c-6.74-.07-11.975-1.826-17.12-6.266l-1.351-1.691-1.398-1.684c-3.189-4.884-3.52-9.41-3.501-15.12l-.016-2.503a1531 1531 0 0 1-.016-8.3l-.026-5.953c-.022-5.39-.03-10.782-.035-16.172q-.006-5.055-.017-10.109-.037-17.64-.042-35.28a9408 9408 0 0 0-.075-32.86q-.051-14.115-.05-28.23c-.002-5.618-.01-11.235-.039-16.853q-.037-7.93-.012-15.86.003-2.903-.02-5.807c-.152-19.57-.152-19.57 5.622-26.832 4.167-3.903 8.324-6.11 14.065-6.154'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='m217.562 20.467 2.792-.027c3.026-.022 6.05-.015 9.076-.006q3.176-.008 6.35-.02 6.645-.014 13.29.01c5.658.017 11.315-.007 16.973-.042 4.37-.022 8.74-.02 13.11-.012q3.127 0 6.255-.02C307.01 20.22 307.01 20.22 314 26c4.97 5.33 6.15 10.144 6.131 17.224l.007 2.256q.006 3.773.002 7.544l.01 5.44q.011 7.498.01 14.995.005 8.078.016 16.154.02 17.671.024 35.342l.012 22.056q.019 30.516.026 61.031v3.948l.002 11.895v3.978q.009 31.916.046 63.83.035 32.745.037 65.49-.001 18.394.025 36.788.023 15.66.012 31.321-.008 7.995.011 15.988.019 7.314 0 14.628-.004 2.65.01 5.3c.01 2.397.003 4.793-.01 7.19.009.69.016 1.379.024 2.09-.064 5.856-1.877 9.69-5.583 14.137-6.399 5.404-12.1 6.972-20.374 6.908-.921.01-1.843.018-2.792.027-3.026.022-6.05.015-9.076.006q-3.176.008-6.35.02-6.645.014-13.29-.01a1847 1847 0 0 0-16.973.042c-4.37.022-8.74.02-13.11.012q-3.127 0-6.255.02c-21.602.13-21.602.13-28.592-5.65-4.97-5.33-6.15-10.144-6.131-17.224l-.007-2.256q-.006-3.773-.002-7.544l-.01-5.44q-.011-7.498-.01-14.995-.005-8.078-.016-16.154-.02-17.671-.024-35.342l-.012-22.056q-.019-30.515-.026-61.031v-3.948l-.002-11.895v-3.978q-.009-31.916-.046-63.83-.035-32.745-.037-65.49.001-18.394-.025-36.788-.023-15.66-.012-31.321c.004-5.33.003-10.659-.011-15.988q-.019-7.314 0-14.628.004-2.65-.01-5.3c-.01-2.397-.003-4.793.01-7.19-.009-.69-.016-1.379-.024-2.09.064-5.856 1.877-9.69 5.582-14.137 6.4-5.404 12.102-6.972 20.375-6.908M381.2 127.74l2.514-.022 2.733.007 2.898-.015a1766 1766 0 0 1 9.49-.01l6.6-.014q6.917-.01 13.835-.002c5.907.006 11.813-.01 17.72-.034 4.544-.015 9.087-.016 13.63-.013q3.267 0 6.533-.015c3.048-.013 6.094-.006 9.141.006l2.721-.023c6.444.054 10.561 1.375 15.61 5.582 6.59 7.805 6.953 14.384 6.883 24.287q.006 2.05.019 4.1c.016 3.74.008 7.48-.004 11.221-.01 4.04.005 8.08.016 12.119.018 7.908.014 15.815.002 23.723q-.013 9.642-.006 19.283l.002 2.773.004 5.578c.011 17.43-.002 34.86-.023 52.291q-.025 22.428.003 44.855a26861 26861 0 0 1 .014 57.663l-.002 2.762q-.003 9.63.012 19.257.017 11.736-.013 23.471c-.01 3.991-.015 7.982-.001 11.973q.017 5.482-.016 10.966a540 540 0 0 0 .02 5.832c-.071 7.933-.947 13.501-6.281 19.682l-1.691 1.352-1.684 1.398c-5.302 3.461-10.083 3.524-16.224 3.518l-2.83.02c-3.084.019-6.167.023-9.25.025l-6.446.02q-6.754.017-13.51.015c-5.76 0-11.52.027-17.28.061-4.437.022-8.875.026-13.313.025a1029 1029 0 0 0-6.369.027c-2.975.02-5.949.014-8.924.002l-2.637.034c-7.37-.076-12.615-2.094-17.908-7.27-5.425-8.06-5.621-15.126-5.576-24.604q-.006-2.03-.016-4.06c-.014-3.704-.01-7.408-.003-11.113.005-4-.008-8.001-.018-12.002a8206 8206 0 0 1-.013-23.496 12953 12953 0 0 0-.005-21.847l-.004-5.525c-.014-17.267-.009-34.534.003-51.8.01-15.792-.003-31.583-.027-47.374q-.037-24.333-.027-48.665.007-13.656-.017-27.313-.022-11.625.002-23.25c.009-3.952.011-7.904-.004-11.857q-.02-5.431.01-10.864c.006-1.924-.008-3.847-.023-5.77.066-7.759.76-14.738 6.31-20.585 4.038-3.667 7.822-6.37 13.42-6.386M40.065 255.846l2.502-.026 2.735-.013 2.888-.025q4.74-.035 9.478-.055l3.271-.017q8.573-.039 17.145-.06a3039 3039 0 0 0 17.69-.112c4.54-.034 9.079-.046 13.618-.051q3.26-.01 6.52-.046a712 712 0 0 1 9.14-.024l2.703-.05c6.993.07 11.696 2.28 16.772 7.076 5.086 5.64 5.77 11.483 5.74 18.804l.014 2.469c.013 2.722.011 5.444.01 8.166q.008 2.933.02 5.865c.018 5.306.022 10.612.024 15.918q.001 4.976.01 9.951.028 17.369.026 34.737c-.002 10.782.02 21.564.051 32.347q.038 13.897.036 27.797c0 5.53.005 11.06.026 16.59q.029 7.806.005 15.611-.003 2.857.015 5.716c.128 21.514.128 21.514-6.254 28.502-5.998 5.629-11.647 6.383-19.595 6.375l-2.83.02c-3.084.019-6.167.023-9.25.025l-6.446.02q-6.754.017-13.51.015c-5.76 0-11.52.027-17.28.061-4.437.022-8.875.026-13.313.025q-3.184.005-6.369.027c-2.975.02-5.949.014-8.924.002l-2.637.034c-6.74-.07-11.975-1.826-17.12-6.266l-1.351-1.691-1.398-1.684c-3.189-4.884-3.52-9.41-3.501-15.12l-.016-2.503a1531 1531 0 0 1-.016-8.3l-.026-5.953c-.022-5.39-.03-10.782-.035-16.172q-.006-5.055-.017-10.109-.037-17.64-.042-35.28a9408 9408 0 0 0-.075-32.86q-.051-14.115-.05-28.23c-.002-5.618-.01-11.235-.039-16.853q-.037-7.93-.012-15.86.003-2.903-.02-5.807c-.152-19.57-.152-19.57 5.622-26.832 4.167-3.903 8.324-6.11 14.065-6.154'/%3E%3C/svg%3E");
}

.icon-icon_img {
  width: 30px;
  height: 30px;
}
.icon-icon_img::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='512' height='512'%3E%3Cpath d='M0 0 C1.41702674 -0.00489804 2.83404949 -0.01109204 4.25106555 -0.01845789 C8.11752519 -0.03476523 11.98377969 -0.0325584 15.85026157 -0.02708292 C20.03107915 -0.02440125 24.21184344 -0.03896587 28.39263916 -0.05117798 C36.57341634 -0.07218722 44.75412258 -0.07677539 52.93492355 -0.07499009 C59.58880433 -0.07368004 66.24266306 -0.07749899 72.89653969 -0.08491516 C74.81665335 -0.08701447 76.73676701 -0.08911207 78.65688068 -0.09120798 C79.61272769 -0.09225151 80.56857471 -0.09329504 81.55338679 -0.09437019 C99.61386988 -0.11325483 117.67431233 -0.11222798 135.73480121 -0.10540086 C152.2323988 -0.09982832 168.72984096 -0.12064169 185.22740223 -0.15376133 C202.19158725 -0.18755174 219.15569793 -0.2026599 236.11991721 -0.1980443 C245.63414747 -0.19580481 255.14823414 -0.20096622 264.66243553 -0.22593689 C272.76380379 -0.24701939 280.86494973 -0.25047354 288.96632733 -0.2316373 C293.09400295 -0.22252159 297.22126486 -0.22120717 301.34890747 -0.24199295 C326.24029902 -0.35900498 345.3521845 1.16390474 364.44013977 19.01159668 C377.81389826 32.95688331 382.19388457 49.05464316 382.1197052 67.88395691 C382.12460184 69.43297685 382.1307952 70.98199314 382.13816309 72.5310033 C382.1544881 76.76230794 382.15225992 80.99342536 382.14678812 85.2247504 C382.14410867 89.79820759 382.15866694 94.37161591 382.17088318 98.9450531 C382.19190159 107.89585989 382.19648006 116.84660186 382.19469529 125.79743042 C382.19338573 133.07678728 382.19720174 140.35612399 382.20462036 147.63547707 C382.20671965 149.73533418 382.20881725 151.83519129 382.21091318 153.9350484 C382.21247847 155.50298748 382.21247847 155.50298748 382.21407539 157.1026021 C382.23296367 176.85700815 382.23193204 196.61137704 382.22510606 216.36578838 C382.21953306 234.41534681 382.24034823 252.4647632 382.27346653 270.51428845 C382.30724712 289.06952978 382.32236632 307.62470316 382.3177495 326.17997581 C382.31550905 336.58846279 382.32068567 346.99681853 382.34564209 357.40527916 C382.36671182 366.2678756 382.3701912 375.13026886 382.3513425 383.99287381 C382.34221912 388.50938779 382.34093658 393.02552351 382.36169815 397.54200745 C382.38054012 401.68697285 382.37575869 405.83125371 382.35315233 409.97619412 C382.3489996 411.46537408 382.35305283 412.9546079 382.36674827 414.44373067 C382.53167174 433.70779966 376.30713368 448.99300738 363.10810852 463.10925293 C349.58013681 476.08279957 333.79759409 480.86716134 315.43040466 480.78208923 C314.01124047 480.78626977 312.59207961 480.79175121 311.17292488 480.79840904 C307.30066674 480.81278813 303.42862281 480.80864272 299.55635333 480.80124223 C295.36946317 480.79649407 291.18261825 480.80903493 286.9957428 480.81925964 C278.80393515 480.83642083 270.6122043 480.83729322 262.42038335 480.83204674 C255.75932659 480.82799878 249.09829247 480.82945603 242.43723679 480.834795 C241.48775631 480.83554342 240.53827583 480.83629184 239.56002321 480.83706294 C237.63090659 480.83859448 235.70178997 480.84013283 233.77267335 480.84167791 C215.69797122 480.85539328 197.62331241 480.84997206 179.54861127 480.8384927 C163.02960822 480.82856152 146.51071719 480.84150071 129.99173142 480.86542689 C113.01061241 480.88983623 96.02954554 480.89942124 79.04840934 480.89277416 C69.52256186 480.889286 59.99680051 480.89148739 50.47096634 480.90902519 C42.36184789 480.92377012 34.25287622 480.92435272 26.14376058 480.90695428 C22.01043782 480.89846071 17.87737702 480.89625426 13.74406815 480.91160583 C9.95275618 480.92551231 6.16192913 480.92061421 2.37064479 480.9013666 C0.36562945 480.8958656 -1.63941096 480.90982821 -3.64437854 480.9247207 C-21.58749711 480.78006758 -36.78184972 473.73789897 -49.47001648 461.23034668 C-62.5442783 447.16184442 -67.06517533 431.15727002 -66.90962219 412.30358887 C-66.91540034 410.75024889 -66.92335271 409.19691578 -66.93325841 407.64359665 C-66.95392299 403.42345357 -66.94391087 399.20388364 -66.92832732 394.98373985 C-66.91693314 390.41376448 -66.93451619 385.84388217 -66.94822693 381.27392578 C-66.97037841 372.34046182 -66.96569437 363.40720874 -66.95116372 354.47373676 C-66.9398395 347.20879204 -66.93835431 339.94390611 -66.94378281 332.67895508 C-66.94454897 331.64220666 -66.94531514 330.60545824 -66.94610452 329.5372932 C-66.94770326 327.43069742 -66.94932433 325.32410167 -66.95096748 323.21750593 C-66.96520128 303.49642573 -66.94886948 283.77546202 -66.92196564 264.05440092 C-66.89962904 247.15856412 -66.90350984 230.26289913 -66.92655945 213.36706543 C-66.95335936 193.71317851 -66.96382821 174.05939352 -66.94849813 154.40549088 C-66.9469055 152.30694836 -66.94533365 150.20840583 -66.94378281 148.10986328 C-66.94301143 147.07752902 -66.94224005 146.04519475 -66.9414453 144.98157763 C-66.93714087 137.73126435 -66.94438767 130.4810161 -66.95618057 123.23071289 C-66.97025076 114.38651916 -66.96631104 105.54254712 -66.93977685 96.69837856 C-66.92669923 92.19196827 -66.92138199 87.68592664 -66.93802261 83.17951965 C-66.95306197 79.04398611 -66.94450725 74.90915849 -66.91813485 70.77368784 C-66.91260847 69.28803014 -66.91525664 67.80231119 -66.92751379 66.31669378 C-67.07398424 47.06791544 -60.84594876 31.78448198 -47.65751648 17.67956543 C-34.13725777 4.71341568 -18.35726907 -0.07549504 0 0 Z ' fill='%23DCEAFC' transform='translate(98.27470397949219,15.6055908203125)'/%3E%3Cpath d='M0 0 C5.67900114 2.69940511 9.68404362 6.30801119 14.05796051 10.77417374 C15.17161987 11.88695694 15.17161987 11.88695694 16.3077774 13.02222061 C18.74127796 15.4584913 21.16032942 17.90858679 23.57944489 20.35913467 C25.27107348 22.0582294 26.96359173 23.75643882 28.65695953 25.4538002 C33.09796496 29.91003236 37.52682322 34.3781479 41.95322418 38.84888077 C46.4775792 43.41425183 51.01336736 47.96823262 55.54819489 52.52319717 C64.43439368 61.45221467 73.30819047 70.39345191 82.17319489 79.34350967 C86.10288979 77.52378727 88.78235203 74.98366783 91.78037262 71.9157753 C92.32887878 71.36274231 92.87738495 70.80970932 93.44251251 70.23991776 C94.63036252 69.04112728 95.81592796 67.8400697 96.99945641 66.63701248 C98.87374856 64.73252653 100.75466701 62.83482172 102.63756561 60.93884659 C107.98883127 55.54785204 113.32731135 50.14425907 118.66269684 44.73755264 C121.92887175 41.42864828 125.20233638 38.12709656 128.48018837 34.82976151 C129.72662402 33.57276405 130.97013617 32.3128606 132.21063805 31.05000687 C133.94586211 29.28356449 135.69013353 27.52653926 137.43662262 25.77124405 C138.19971992 24.98725487 138.19971992 24.98725487 138.97823334 24.18742752 C143.71483361 19.46298332 147.36254011 18.15775713 154.01303864 17.98022842 C160.60305908 19.08849588 164.89515559 23.57306563 169.48569489 28.03100967 C170.90878538 29.38917332 172.33196542 30.74724315 173.75522614 32.10522842 C174.48435211 32.80567276 175.21347809 33.5061171 175.96469879 34.22778702 C179.51063129 37.6247637 183.09346554 40.98223244 186.67319489 44.34350967 C188.10041689 45.68711238 189.52750037 47.03086226 190.95444489 48.37475967 C195.02217918 52.20321548 199.09673876 56.02434467 203.17319489 59.84350967 C209.39668601 65.67419663 215.60921448 71.51640973 221.81772614 77.36304092 C226.59705221 81.86277206 231.38295818 86.35539726 236.17319489 90.84350967 C238.84013116 93.34322219 241.50672382 95.84330092 244.17319489 98.34350967 C244.91730621 99.04105362 245.66141754 99.73859756 246.4280777 100.45727921 C248.71911711 102.60579297 251.00880821 104.75573504 253.29819489 106.90600967 C253.99686676 107.56085342 254.69553864 108.21569717 255.41538239 108.89038467 C256.41311676 109.82817764 256.41311676 109.82817764 257.43100739 110.78491592 C258.00995758 111.32833633 258.58890778 111.87175674 259.18540192 112.43164444 C259.8413736 113.06255997 260.49734528 113.69347549 261.17319489 114.34350967 C262.18850784 115.14639923 263.2038208 115.94928879 264.24990082 116.77650833 C267.74518617 120.31005571 267.89676375 123.37729972 267.97525787 128.21034622 C267.96154144 129.23897278 267.94782501 130.26759933 267.93369293 131.32739639 C267.94705437 132.97265053 267.94705437 132.97265053 267.96068573 134.65114212 C267.98198388 138.27576696 267.95963598 141.89861553 267.93491364 145.52319717 C267.93641692 148.05462195 267.93984906 150.58604624 267.94512177 153.11746597 C267.94945611 158.42874686 267.93323446 163.73940325 267.90048981 169.05054092 C267.86318904 175.15023766 267.86468963 181.24896633 267.88753098 187.3487128 C267.90866792 193.25198619 267.90098959 199.15490705 267.88121223 205.05817413 C267.87540516 207.55133942 267.87660085 210.04453211 267.88523674 212.53768921 C267.93834356 235.54456222 264.80319514 252.68212381 248.55600739 270.05835342 C235.02803568 283.03190006 219.24549296 287.81626183 200.87830353 287.73118973 C199.45913933 287.73537026 198.03997848 287.7408517 196.62082374 287.74750954 C192.74856561 287.76188863 188.87652168 287.75774322 185.0042522 287.75034273 C180.81736203 287.74559457 176.63051712 287.75813543 172.44364166 287.76836014 C164.25183402 287.78552133 156.06010316 287.78639372 147.86828221 287.78114723 C141.20722546 287.77709927 134.54619133 287.77855652 127.88513565 287.78389549 C126.93565517 287.78464391 125.98617469 287.78539234 125.00792208 287.78616344 C123.07880545 287.78769498 121.14968883 287.78923333 119.22057222 287.79077841 C101.14587008 287.80449377 83.07121127 287.79907255 64.99651013 287.78759319 C48.47750708 287.77766202 31.95861606 287.79060121 15.43963028 287.81452738 C-1.54148872 287.83893672 -18.5225556 287.84852173 -35.50369179 287.84187466 C-45.02953927 287.83838649 -54.55530062 287.84058788 -64.0811348 287.85812569 C-72.19025325 287.87287062 -80.29922491 287.87345321 -88.40834056 287.85605478 C-92.54166332 287.84756121 -96.67472411 287.84535475 -100.80803299 287.86070633 C-104.59934496 287.8746128 -108.390172 287.86971471 -112.18145634 287.85046709 C-114.18647169 287.84496609 -116.1915121 287.8589287 -118.19647968 287.8738212 C-136.13959825 287.72916808 -151.33395085 280.68699946 -164.02211761 268.17944717 C-173.09821314 258.41315427 -177.38681536 248.05115942 -180.82680511 235.34350967 C-181.10737007 234.3617778 -181.38793503 233.38004593 -181.67700195 232.36856461 C-187.4572255 211.39256811 -190.50032211 185.59524912 -179.38703728 165.77582932 C-161.25069071 137.15011262 -133.44027119 114.00693012 -108.73403683 91.14333951 C-101.14099568 84.1165801 -93.63640554 77.00696151 -86.2022934 69.81225967 C-85.70984455 69.33571709 -85.2173957 68.85917451 -84.71002416 68.36819124 C-82.72982366 66.45130942 -80.75021375 64.53382045 -78.77136644 62.6155417 C-63.68765932 47.99375529 -48.52743154 33.45227935 -33.16809082 19.11981583 C-31.57208977 17.63002647 -29.97812586 16.13805132 -28.38635635 14.64374161 C-26.21439379 12.60694783 -24.03395121 10.5797088 -21.85033417 8.55542374 C-21.2219138 7.96396687 -20.59349343 7.37250999 -19.94603002 6.76313019 C-14.20549191 1.48258186 -8.1183897 -2.91746736 0 0 Z ' fill='%235392F9' transform='translate(212.8268051147461,208.65649032592773)'/%3E%3Cpath d='M0 0 C4.04568268 2.39780705 7.15433496 5.32173652 10.515625 8.5859375 C11.9387155 9.94410115 13.36189553 11.30217098 14.78515625 12.66015625 C15.51428223 13.36060059 16.2434082 14.06104492 16.99462891 14.78271484 C20.54056141 18.17969153 24.12339566 21.53716026 27.703125 24.8984375 C29.13034701 26.24204021 30.55743049 27.58579008 31.984375 28.9296875 C36.05210929 32.7581433 40.12666888 36.57927249 44.203125 40.3984375 C50.42661613 46.22912445 56.63914459 52.07133755 62.84765625 57.91796875 C67.62698233 62.41769988 72.4128883 66.91032508 77.203125 71.3984375 C79.87006127 73.89815002 82.53665394 76.39822875 85.203125 78.8984375 C86.31929199 79.94475342 86.31929199 79.94475342 87.45800781 81.01220703 C89.74904722 83.16072079 92.03873832 85.31066286 94.328125 87.4609375 C95.02679688 88.11578125 95.72546875 88.770625 96.4453125 89.4453125 C97.44304687 90.38310547 97.44304687 90.38310547 98.4609375 91.33984375 C99.0398877 91.88326416 99.61883789 92.42668457 100.21533203 92.98657227 C100.87130371 93.61748779 101.52727539 94.24840332 102.203125 94.8984375 C103.21843796 95.70132706 104.23375092 96.50421661 105.27983093 97.33143616 C108.77511629 100.86498353 108.92669386 103.93222754 109.00518799 108.76527405 C108.99147156 109.7939006 108.97775513 110.82252716 108.96362305 111.88232422 C108.97698448 113.52757835 108.97698448 113.52757835 108.99061584 115.20606995 C109.01191399 118.83069479 108.9895661 122.45354335 108.96484375 126.078125 C108.96634703 128.60954977 108.96977918 131.14097407 108.97505188 133.6723938 C108.97938622 138.98367469 108.96316458 144.29433108 108.93041992 149.60546875 C108.89311915 155.70516548 108.89461975 161.80389415 108.9174611 167.90364063 C108.93859803 173.80691402 108.93091971 179.70983488 108.91114235 185.61310196 C108.90533527 188.10626725 108.90653096 190.59945994 108.91516685 193.09261703 C108.98988882 225.46357991 108.98988882 225.46357991 101.03398132 234.31051636 C100.42979874 234.83453033 99.82561615 235.35854431 99.203125 235.8984375 C94.23311084 231.73125678 89.5575885 227.39419462 84.9834137 222.79898071 C84.29139593 222.10781737 83.59937816 221.41665402 82.88639015 220.70454633 C80.58407202 218.40386631 78.28533005 216.09964713 75.98657227 213.79541016 C74.33060327 212.1391589 72.67441368 210.48312819 71.01802063 208.82730103 C66.53286541 204.34243227 62.05079634 199.85449078 57.56927991 195.36598635 C53.35652159 191.14760396 49.14145143 186.9315339 44.92639422 182.71544878 C36.58153859 174.36840826 28.23891538 166.01914022 19.89770508 157.66845703 C11.79829563 149.55985891 3.69782937 141.45231894 -4.40405273 133.34619141 C-4.90402893 132.84595249 -5.40400512 132.34571357 -5.91913211 131.8303159 C-8.4275444 129.32059851 -10.9359774 126.81090182 -13.4444207 124.30121541 C-34.23178342 103.50349757 -55.01548246 82.70212084 -75.796875 61.8984375 C-74.85491619 60.79088482 -73.91171126 59.68439189 -72.96799564 58.57833576 C-72.44288491 57.96204188 -71.91777418 57.34574799 -71.37675101 56.71077853 C-69.0996245 54.09859264 -66.68435571 51.63053632 -64.23803711 49.1784668 C-63.7184996 48.65396439 -63.1989621 48.12946198 -62.66368103 47.58906555 C-60.96991331 45.88086907 -59.27243322 44.17643135 -57.57421875 42.47265625 C-56.99020357 41.88581369 -56.40618839 41.29897114 -55.80447578 40.69434547 C-52.72154696 37.59651263 -49.63582173 34.50149907 -46.54760742 31.40893555 C-43.36439776 28.22021454 -40.19059228 25.02230015 -37.01883602 21.82219219 C-34.56945687 19.354192 -32.11339801 16.89292276 -29.65545845 14.4334507 C-28.48201756 13.25698804 -27.3110724 12.07803045 -26.14271355 10.89652061 C-24.51091897 9.24765645 -22.86990566 7.60853347 -21.22631836 5.97143555 C-20.29621445 5.037686 -19.36611053 4.10393646 -18.40782166 3.14189148 C-12.96435831 -1.53540036 -6.67519127 -2.62905578 0 0 Z ' fill='%234071F7' transform='translate(371.796875,228.1015625)'/%3E%3Cpath d='M0 0 C9.56227605 8.89782787 15.63532996 19.81468286 16.546875 32.86328125 C16.99994087 47.55307089 12.84985083 60.20834667 2.8359375 71.09375 C-7.83115081 81.19771902 -20.89506494 85.36406347 -35.390625 85.09375 C-49.01769482 84.05301913 -59.34570048 77.52722672 -68.6640625 67.84375 C-77.7690012 56.8866289 -80.52720055 43.78183118 -79.6640625 29.84375 C-77.59696185 16.81050523 -70.87028312 6.08723589 -60.6640625 -2.15625 C-41.52356775 -14.69977811 -18.19797169 -14.72915011 0 0 Z ' fill='%235392F9' transform='translate(335.6640625,139.15625)'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='512' height='512'%3E%3Cpath d='M0 0 C1.41702674 -0.00489804 2.83404949 -0.01109204 4.25106555 -0.01845789 C8.11752519 -0.03476523 11.98377969 -0.0325584 15.85026157 -0.02708292 C20.03107915 -0.02440125 24.21184344 -0.03896587 28.39263916 -0.05117798 C36.57341634 -0.07218722 44.75412258 -0.07677539 52.93492355 -0.07499009 C59.58880433 -0.07368004 66.24266306 -0.07749899 72.89653969 -0.08491516 C74.81665335 -0.08701447 76.73676701 -0.08911207 78.65688068 -0.09120798 C79.61272769 -0.09225151 80.56857471 -0.09329504 81.55338679 -0.09437019 C99.61386988 -0.11325483 117.67431233 -0.11222798 135.73480121 -0.10540086 C152.2323988 -0.09982832 168.72984096 -0.12064169 185.22740223 -0.15376133 C202.19158725 -0.18755174 219.15569793 -0.2026599 236.11991721 -0.1980443 C245.63414747 -0.19580481 255.14823414 -0.20096622 264.66243553 -0.22593689 C272.76380379 -0.24701939 280.86494973 -0.25047354 288.96632733 -0.2316373 C293.09400295 -0.22252159 297.22126486 -0.22120717 301.34890747 -0.24199295 C326.24029902 -0.35900498 345.3521845 1.16390474 364.44013977 19.01159668 C377.81389826 32.95688331 382.19388457 49.05464316 382.1197052 67.88395691 C382.12460184 69.43297685 382.1307952 70.98199314 382.13816309 72.5310033 C382.1544881 76.76230794 382.15225992 80.99342536 382.14678812 85.2247504 C382.14410867 89.79820759 382.15866694 94.37161591 382.17088318 98.9450531 C382.19190159 107.89585989 382.19648006 116.84660186 382.19469529 125.79743042 C382.19338573 133.07678728 382.19720174 140.35612399 382.20462036 147.63547707 C382.20671965 149.73533418 382.20881725 151.83519129 382.21091318 153.9350484 C382.21247847 155.50298748 382.21247847 155.50298748 382.21407539 157.1026021 C382.23296367 176.85700815 382.23193204 196.61137704 382.22510606 216.36578838 C382.21953306 234.41534681 382.24034823 252.4647632 382.27346653 270.51428845 C382.30724712 289.06952978 382.32236632 307.62470316 382.3177495 326.17997581 C382.31550905 336.58846279 382.32068567 346.99681853 382.34564209 357.40527916 C382.36671182 366.2678756 382.3701912 375.13026886 382.3513425 383.99287381 C382.34221912 388.50938779 382.34093658 393.02552351 382.36169815 397.54200745 C382.38054012 401.68697285 382.37575869 405.83125371 382.35315233 409.97619412 C382.3489996 411.46537408 382.35305283 412.9546079 382.36674827 414.44373067 C382.53167174 433.70779966 376.30713368 448.99300738 363.10810852 463.10925293 C349.58013681 476.08279957 333.79759409 480.86716134 315.43040466 480.78208923 C314.01124047 480.78626977 312.59207961 480.79175121 311.17292488 480.79840904 C307.30066674 480.81278813 303.42862281 480.80864272 299.55635333 480.80124223 C295.36946317 480.79649407 291.18261825 480.80903493 286.9957428 480.81925964 C278.80393515 480.83642083 270.6122043 480.83729322 262.42038335 480.83204674 C255.75932659 480.82799878 249.09829247 480.82945603 242.43723679 480.834795 C241.48775631 480.83554342 240.53827583 480.83629184 239.56002321 480.83706294 C237.63090659 480.83859448 235.70178997 480.84013283 233.77267335 480.84167791 C215.69797122 480.85539328 197.62331241 480.84997206 179.54861127 480.8384927 C163.02960822 480.82856152 146.51071719 480.84150071 129.99173142 480.86542689 C113.01061241 480.88983623 96.02954554 480.89942124 79.04840934 480.89277416 C69.52256186 480.889286 59.99680051 480.89148739 50.47096634 480.90902519 C42.36184789 480.92377012 34.25287622 480.92435272 26.14376058 480.90695428 C22.01043782 480.89846071 17.87737702 480.89625426 13.74406815 480.91160583 C9.95275618 480.92551231 6.16192913 480.92061421 2.37064479 480.9013666 C0.36562945 480.8958656 -1.63941096 480.90982821 -3.64437854 480.9247207 C-21.58749711 480.78006758 -36.78184972 473.73789897 -49.47001648 461.23034668 C-62.5442783 447.16184442 -67.06517533 431.15727002 -66.90962219 412.30358887 C-66.91540034 410.75024889 -66.92335271 409.19691578 -66.93325841 407.64359665 C-66.95392299 403.42345357 -66.94391087 399.20388364 -66.92832732 394.98373985 C-66.91693314 390.41376448 -66.93451619 385.84388217 -66.94822693 381.27392578 C-66.97037841 372.34046182 -66.96569437 363.40720874 -66.95116372 354.47373676 C-66.9398395 347.20879204 -66.93835431 339.94390611 -66.94378281 332.67895508 C-66.94454897 331.64220666 -66.94531514 330.60545824 -66.94610452 329.5372932 C-66.94770326 327.43069742 -66.94932433 325.32410167 -66.95096748 323.21750593 C-66.96520128 303.49642573 -66.94886948 283.77546202 -66.92196564 264.05440092 C-66.89962904 247.15856412 -66.90350984 230.26289913 -66.92655945 213.36706543 C-66.95335936 193.71317851 -66.96382821 174.05939352 -66.94849813 154.40549088 C-66.9469055 152.30694836 -66.94533365 150.20840583 -66.94378281 148.10986328 C-66.94301143 147.07752902 -66.94224005 146.04519475 -66.9414453 144.98157763 C-66.93714087 137.73126435 -66.94438767 130.4810161 -66.95618057 123.23071289 C-66.97025076 114.38651916 -66.96631104 105.54254712 -66.93977685 96.69837856 C-66.92669923 92.19196827 -66.92138199 87.68592664 -66.93802261 83.17951965 C-66.95306197 79.04398611 -66.94450725 74.90915849 -66.91813485 70.77368784 C-66.91260847 69.28803014 -66.91525664 67.80231119 -66.92751379 66.31669378 C-67.07398424 47.06791544 -60.84594876 31.78448198 -47.65751648 17.67956543 C-34.13725777 4.71341568 -18.35726907 -0.07549504 0 0 Z ' fill='%23DCEAFC' transform='translate(98.27470397949219,15.6055908203125)'/%3E%3Cpath d='M0 0 C5.67900114 2.69940511 9.68404362 6.30801119 14.05796051 10.77417374 C15.17161987 11.88695694 15.17161987 11.88695694 16.3077774 13.02222061 C18.74127796 15.4584913 21.16032942 17.90858679 23.57944489 20.35913467 C25.27107348 22.0582294 26.96359173 23.75643882 28.65695953 25.4538002 C33.09796496 29.91003236 37.52682322 34.3781479 41.95322418 38.84888077 C46.4775792 43.41425183 51.01336736 47.96823262 55.54819489 52.52319717 C64.43439368 61.45221467 73.30819047 70.39345191 82.17319489 79.34350967 C86.10288979 77.52378727 88.78235203 74.98366783 91.78037262 71.9157753 C92.32887878 71.36274231 92.87738495 70.80970932 93.44251251 70.23991776 C94.63036252 69.04112728 95.81592796 67.8400697 96.99945641 66.63701248 C98.87374856 64.73252653 100.75466701 62.83482172 102.63756561 60.93884659 C107.98883127 55.54785204 113.32731135 50.14425907 118.66269684 44.73755264 C121.92887175 41.42864828 125.20233638 38.12709656 128.48018837 34.82976151 C129.72662402 33.57276405 130.97013617 32.3128606 132.21063805 31.05000687 C133.94586211 29.28356449 135.69013353 27.52653926 137.43662262 25.77124405 C138.19971992 24.98725487 138.19971992 24.98725487 138.97823334 24.18742752 C143.71483361 19.46298332 147.36254011 18.15775713 154.01303864 17.98022842 C160.60305908 19.08849588 164.89515559 23.57306563 169.48569489 28.03100967 C170.90878538 29.38917332 172.33196542 30.74724315 173.75522614 32.10522842 C174.48435211 32.80567276 175.21347809 33.5061171 175.96469879 34.22778702 C179.51063129 37.6247637 183.09346554 40.98223244 186.67319489 44.34350967 C188.10041689 45.68711238 189.52750037 47.03086226 190.95444489 48.37475967 C195.02217918 52.20321548 199.09673876 56.02434467 203.17319489 59.84350967 C209.39668601 65.67419663 215.60921448 71.51640973 221.81772614 77.36304092 C226.59705221 81.86277206 231.38295818 86.35539726 236.17319489 90.84350967 C238.84013116 93.34322219 241.50672382 95.84330092 244.17319489 98.34350967 C244.91730621 99.04105362 245.66141754 99.73859756 246.4280777 100.45727921 C248.71911711 102.60579297 251.00880821 104.75573504 253.29819489 106.90600967 C253.99686676 107.56085342 254.69553864 108.21569717 255.41538239 108.89038467 C256.41311676 109.82817764 256.41311676 109.82817764 257.43100739 110.78491592 C258.00995758 111.32833633 258.58890778 111.87175674 259.18540192 112.43164444 C259.8413736 113.06255997 260.49734528 113.69347549 261.17319489 114.34350967 C262.18850784 115.14639923 263.2038208 115.94928879 264.24990082 116.77650833 C267.74518617 120.31005571 267.89676375 123.37729972 267.97525787 128.21034622 C267.96154144 129.23897278 267.94782501 130.26759933 267.93369293 131.32739639 C267.94705437 132.97265053 267.94705437 132.97265053 267.96068573 134.65114212 C267.98198388 138.27576696 267.95963598 141.89861553 267.93491364 145.52319717 C267.93641692 148.05462195 267.93984906 150.58604624 267.94512177 153.11746597 C267.94945611 158.42874686 267.93323446 163.73940325 267.90048981 169.05054092 C267.86318904 175.15023766 267.86468963 181.24896633 267.88753098 187.3487128 C267.90866792 193.25198619 267.90098959 199.15490705 267.88121223 205.05817413 C267.87540516 207.55133942 267.87660085 210.04453211 267.88523674 212.53768921 C267.93834356 235.54456222 264.80319514 252.68212381 248.55600739 270.05835342 C235.02803568 283.03190006 219.24549296 287.81626183 200.87830353 287.73118973 C199.45913933 287.73537026 198.03997848 287.7408517 196.62082374 287.74750954 C192.74856561 287.76188863 188.87652168 287.75774322 185.0042522 287.75034273 C180.81736203 287.74559457 176.63051712 287.75813543 172.44364166 287.76836014 C164.25183402 287.78552133 156.06010316 287.78639372 147.86828221 287.78114723 C141.20722546 287.77709927 134.54619133 287.77855652 127.88513565 287.78389549 C126.93565517 287.78464391 125.98617469 287.78539234 125.00792208 287.78616344 C123.07880545 287.78769498 121.14968883 287.78923333 119.22057222 287.79077841 C101.14587008 287.80449377 83.07121127 287.79907255 64.99651013 287.78759319 C48.47750708 287.77766202 31.95861606 287.79060121 15.43963028 287.81452738 C-1.54148872 287.83893672 -18.5225556 287.84852173 -35.50369179 287.84187466 C-45.02953927 287.83838649 -54.55530062 287.84058788 -64.0811348 287.85812569 C-72.19025325 287.87287062 -80.29922491 287.87345321 -88.40834056 287.85605478 C-92.54166332 287.84756121 -96.67472411 287.84535475 -100.80803299 287.86070633 C-104.59934496 287.8746128 -108.390172 287.86971471 -112.18145634 287.85046709 C-114.18647169 287.84496609 -116.1915121 287.8589287 -118.19647968 287.8738212 C-136.13959825 287.72916808 -151.33395085 280.68699946 -164.02211761 268.17944717 C-173.09821314 258.41315427 -177.38681536 248.05115942 -180.82680511 235.34350967 C-181.10737007 234.3617778 -181.38793503 233.38004593 -181.67700195 232.36856461 C-187.4572255 211.39256811 -190.50032211 185.59524912 -179.38703728 165.77582932 C-161.25069071 137.15011262 -133.44027119 114.00693012 -108.73403683 91.14333951 C-101.14099568 84.1165801 -93.63640554 77.00696151 -86.2022934 69.81225967 C-85.70984455 69.33571709 -85.2173957 68.85917451 -84.71002416 68.36819124 C-82.72982366 66.45130942 -80.75021375 64.53382045 -78.77136644 62.6155417 C-63.68765932 47.99375529 -48.52743154 33.45227935 -33.16809082 19.11981583 C-31.57208977 17.63002647 -29.97812586 16.13805132 -28.38635635 14.64374161 C-26.21439379 12.60694783 -24.03395121 10.5797088 -21.85033417 8.55542374 C-21.2219138 7.96396687 -20.59349343 7.37250999 -19.94603002 6.76313019 C-14.20549191 1.48258186 -8.1183897 -2.91746736 0 0 Z ' fill='%235392F9' transform='translate(212.8268051147461,208.65649032592773)'/%3E%3Cpath d='M0 0 C4.04568268 2.39780705 7.15433496 5.32173652 10.515625 8.5859375 C11.9387155 9.94410115 13.36189553 11.30217098 14.78515625 12.66015625 C15.51428223 13.36060059 16.2434082 14.06104492 16.99462891 14.78271484 C20.54056141 18.17969153 24.12339566 21.53716026 27.703125 24.8984375 C29.13034701 26.24204021 30.55743049 27.58579008 31.984375 28.9296875 C36.05210929 32.7581433 40.12666888 36.57927249 44.203125 40.3984375 C50.42661613 46.22912445 56.63914459 52.07133755 62.84765625 57.91796875 C67.62698233 62.41769988 72.4128883 66.91032508 77.203125 71.3984375 C79.87006127 73.89815002 82.53665394 76.39822875 85.203125 78.8984375 C86.31929199 79.94475342 86.31929199 79.94475342 87.45800781 81.01220703 C89.74904722 83.16072079 92.03873832 85.31066286 94.328125 87.4609375 C95.02679688 88.11578125 95.72546875 88.770625 96.4453125 89.4453125 C97.44304687 90.38310547 97.44304687 90.38310547 98.4609375 91.33984375 C99.0398877 91.88326416 99.61883789 92.42668457 100.21533203 92.98657227 C100.87130371 93.61748779 101.52727539 94.24840332 102.203125 94.8984375 C103.21843796 95.70132706 104.23375092 96.50421661 105.27983093 97.33143616 C108.77511629 100.86498353 108.92669386 103.93222754 109.00518799 108.76527405 C108.99147156 109.7939006 108.97775513 110.82252716 108.96362305 111.88232422 C108.97698448 113.52757835 108.97698448 113.52757835 108.99061584 115.20606995 C109.01191399 118.83069479 108.9895661 122.45354335 108.96484375 126.078125 C108.96634703 128.60954977 108.96977918 131.14097407 108.97505188 133.6723938 C108.97938622 138.98367469 108.96316458 144.29433108 108.93041992 149.60546875 C108.89311915 155.70516548 108.89461975 161.80389415 108.9174611 167.90364063 C108.93859803 173.80691402 108.93091971 179.70983488 108.91114235 185.61310196 C108.90533527 188.10626725 108.90653096 190.59945994 108.91516685 193.09261703 C108.98988882 225.46357991 108.98988882 225.46357991 101.03398132 234.31051636 C100.42979874 234.83453033 99.82561615 235.35854431 99.203125 235.8984375 C94.23311084 231.73125678 89.5575885 227.39419462 84.9834137 222.79898071 C84.29139593 222.10781737 83.59937816 221.41665402 82.88639015 220.70454633 C80.58407202 218.40386631 78.28533005 216.09964713 75.98657227 213.79541016 C74.33060327 212.1391589 72.67441368 210.48312819 71.01802063 208.82730103 C66.53286541 204.34243227 62.05079634 199.85449078 57.56927991 195.36598635 C53.35652159 191.14760396 49.14145143 186.9315339 44.92639422 182.71544878 C36.58153859 174.36840826 28.23891538 166.01914022 19.89770508 157.66845703 C11.79829563 149.55985891 3.69782937 141.45231894 -4.40405273 133.34619141 C-4.90402893 132.84595249 -5.40400512 132.34571357 -5.91913211 131.8303159 C-8.4275444 129.32059851 -10.9359774 126.81090182 -13.4444207 124.30121541 C-34.23178342 103.50349757 -55.01548246 82.70212084 -75.796875 61.8984375 C-74.85491619 60.79088482 -73.91171126 59.68439189 -72.96799564 58.57833576 C-72.44288491 57.96204188 -71.91777418 57.34574799 -71.37675101 56.71077853 C-69.0996245 54.09859264 -66.68435571 51.63053632 -64.23803711 49.1784668 C-63.7184996 48.65396439 -63.1989621 48.12946198 -62.66368103 47.58906555 C-60.96991331 45.88086907 -59.27243322 44.17643135 -57.57421875 42.47265625 C-56.99020357 41.88581369 -56.40618839 41.29897114 -55.80447578 40.69434547 C-52.72154696 37.59651263 -49.63582173 34.50149907 -46.54760742 31.40893555 C-43.36439776 28.22021454 -40.19059228 25.02230015 -37.01883602 21.82219219 C-34.56945687 19.354192 -32.11339801 16.89292276 -29.65545845 14.4334507 C-28.48201756 13.25698804 -27.3110724 12.07803045 -26.14271355 10.89652061 C-24.51091897 9.24765645 -22.86990566 7.60853347 -21.22631836 5.97143555 C-20.29621445 5.037686 -19.36611053 4.10393646 -18.40782166 3.14189148 C-12.96435831 -1.53540036 -6.67519127 -2.62905578 0 0 Z ' fill='%234071F7' transform='translate(371.796875,228.1015625)'/%3E%3Cpath d='M0 0 C9.56227605 8.89782787 15.63532996 19.81468286 16.546875 32.86328125 C16.99994087 47.55307089 12.84985083 60.20834667 2.8359375 71.09375 C-7.83115081 81.19771902 -20.89506494 85.36406347 -35.390625 85.09375 C-49.01769482 84.05301913 -59.34570048 77.52722672 -68.6640625 67.84375 C-77.7690012 56.8866289 -80.52720055 43.78183118 -79.6640625 29.84375 C-77.59696185 16.81050523 -70.87028312 6.08723589 -60.6640625 -2.15625 C-41.52356775 -14.69977811 -18.19797169 -14.72915011 0 0 Z ' fill='%235392F9' transform='translate(335.6640625,139.15625)'/%3E%3C/svg%3E");
}

.icon-message {
  width: 30px;
  height: 30px;
}
.icon-message::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chat-right-dots-fill' viewBox='0 0 16 16'%3E%3Cpath d='M16 2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h9.586a1 1 0 0 1 .707.293l2.853 2.853a.5.5 0 0 0 .854-.353zM5 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0m4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0m3 1a1 1 0 1 1 0-2 1 1 0 0 1 0 2'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chat-right-dots-fill' viewBox='0 0 16 16'%3E%3Cpath d='M16 2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h9.586a1 1 0 0 1 .707.293l2.853 2.853a.5.5 0 0 0 .854-.353zM5 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0m4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0m3 1a1 1 0 1 1 0-2 1 1 0 0 1 0 2'/%3E%3C/svg%3E");
}

.icon-facebook {
  width: 30px;
  height: 30px;
}
.icon-facebook::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M413 78c7.483 6.583 14.653 13.302 21 21l2.543 2.918c40.66 46.728 60.124 108.979 56.239 170.54-4.372 53.885-25.14 103.197-61.594 143.132-2.12 2.336-4.185 4.713-6.25 7.098-3.702 4.158-7.676 7.741-11.938 11.312l-2.937 2.563C398.279 446.805 385.529 455.26 372 463l-1.951 1.125c-54.02 30.838-119.38 35.99-178.936 20.379-35.638-9.935-67.491-28.477-94.703-53.317-2.336-2.12-4.713-4.184-7.097-6.25-4.16-3.7-7.743-7.674-11.313-11.937l-2.562-2.937C65.188 398.27 56.783 385.512 49 372l-1.992-3.406C16.896 314.9 11.81 250.004 27.53 191.109 39.524 148.507 64.576 106.382 99 78l2.918-2.543C176.482 10.575 286.331 1.86 413 78m-110.187 25.188-3.084.4c-31.26 4.09-31.26 4.09-56.729 21.412l-2.305 2.309c-10.467 11.029-18.37 23.523-20.32 38.754l-.378 2.834C218.04 183.96 217.873 198.833 218 214l-3.273.168q-6 .31-11.998.632-2.598.137-5.197.27-3.732.191-7.462.395l-2.355.117c-3.988.15-3.988.15-7.715 1.418v51h37l-.031 13.492c-.02 24.304.256 48.605.495 72.907l.18 18.87q.176 18.366.356 36.731 6.66.037 13.318.055 2.248.008 4.496.02c12.753.074 25.45-.406 38.186-1.075q.035-26.937.052-53.875.007-12.507.023-25.014.015-10.898.02-21.796 0-5.774.01-11.547.01-5.43.008-10.858.002-2.952.011-5.903l-.004-3.527.003-3.079c.037-2.415.037-2.415-1.123-4.401h60l1-52c-14.701-1.225-28.843-2.29-43.5-2.125q-2.437.016-4.875.027-5.812.034-11.625.098c-.349-38.532-.349-38.532 6.938-46.687 10.664-9.716 23.795-11.515 37.562-12.438l3.648-.262q4.425-.314 8.852-.613.288-10.626.537-21.252.087-3.618.187-7.235c.093-3.46.174-6.92.253-10.38l.097-3.283.061-3.033.068-2.678c.006-2.355.006-2.355-2.203-4.139-8.294-2.875-18.677-.927-27.187.188' fill='%23395797'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M413 78c7.483 6.583 14.653 13.302 21 21l2.543 2.918c40.66 46.728 60.124 108.979 56.239 170.54-4.372 53.885-25.14 103.197-61.594 143.132-2.12 2.336-4.185 4.713-6.25 7.098-3.702 4.158-7.676 7.741-11.938 11.312l-2.937 2.563C398.279 446.805 385.529 455.26 372 463l-1.951 1.125c-54.02 30.838-119.38 35.99-178.936 20.379-35.638-9.935-67.491-28.477-94.703-53.317-2.336-2.12-4.713-4.184-7.097-6.25-4.16-3.7-7.743-7.674-11.313-11.937l-2.562-2.937C65.188 398.27 56.783 385.512 49 372l-1.992-3.406C16.896 314.9 11.81 250.004 27.53 191.109 39.524 148.507 64.576 106.382 99 78l2.918-2.543C176.482 10.575 286.331 1.86 413 78m-110.187 25.188-3.084.4c-31.26 4.09-31.26 4.09-56.729 21.412l-2.305 2.309c-10.467 11.029-18.37 23.523-20.32 38.754l-.378 2.834C218.04 183.96 217.873 198.833 218 214l-3.273.168q-6 .31-11.998.632-2.598.137-5.197.27-3.732.191-7.462.395l-2.355.117c-3.988.15-3.988.15-7.715 1.418v51h37l-.031 13.492c-.02 24.304.256 48.605.495 72.907l.18 18.87q.176 18.366.356 36.731 6.66.037 13.318.055 2.248.008 4.496.02c12.753.074 25.45-.406 38.186-1.075q.035-26.937.052-53.875.007-12.507.023-25.014.015-10.898.02-21.796 0-5.774.01-11.547.01-5.43.008-10.858.002-2.952.011-5.903l-.004-3.527.003-3.079c.037-2.415.037-2.415-1.123-4.401h60l1-52c-14.701-1.225-28.843-2.29-43.5-2.125q-2.437.016-4.875.027-5.812.034-11.625.098c-.349-38.532-.349-38.532 6.938-46.687 10.664-9.716 23.795-11.515 37.562-12.438l3.648-.262q4.425-.314 8.852-.613.288-10.626.537-21.252.087-3.618.187-7.235c.093-3.46.174-6.92.253-10.38l.097-3.283.061-3.033.068-2.678c.006-2.355.006-2.355-2.203-4.139-8.294-2.875-18.677-.927-27.187.188' fill='%23395797'/%3E%3C/svg%3E");
}

.icon-instagram {
  width: 30px;
  height: 30px;
}
.icon-instagram::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M413 78c7.483 6.583 14.653 13.302 21 21l2.543 2.918C446.796 113.704 455.257 126.463 463 140l1.125 1.951C494.274 194.764 500.896 260.617 485 319c-10.476 36.434-28.269 68.607-53.812 96.59-2.12 2.336-4.185 4.713-6.25 7.098-3.702 4.158-7.676 7.741-11.938 11.312l-2.937 2.563C398.279 446.805 385.529 455.26 372 463l-1.951 1.125c-54.02 30.838-119.38 35.99-178.936 20.379-35.638-9.935-67.491-28.477-94.703-53.317-2.336-2.12-4.713-4.184-7.097-6.25-4.16-3.7-7.743-7.674-11.313-11.937l-2.562-2.937C65.188 398.27 56.783 385.512 49 372l-1.992-3.406C16.896 314.9 11.81 250.004 27.53 191.109 35.875 161.483 50.07 134.193 69 110l2.11-2.7C79.53 96.775 88.582 86.59 99 78l2.918-2.543C176.482 10.575 286.331 1.86 413 78m-197.062 39.375-3.422.191c-27.34 1.557-50.981 3.591-72.516 22.434l-1.969 1.715c-15.011 13.99-19.365 36.95-20.123 56.676a420 420 0 0 0-.037 7.3l-.006 2.764q-.004 4.483.002 8.967 0 3.162-.003 6.323-.002 6.623.006 13.244.006 8.39-.004 16.78-.004 6.536 0 13.071l-.002 6.176c-.01 10.592.107 21.163.566 31.747l.111 2.636c1.192 24.682 5.431 48.544 23.459 66.601l2.379 2.414c16.542 15.878 37.976 17.613 59.828 17.867l3.763.056q5.922.086 11.843.163c14.917.199 29.814.408 44.715 1.154 35.374 1.745 77.624 3.122 106.324-21.056 16.273-15.265 22.703-36.027 23.43-57.938.15-7.426.136-14.85.116-22.277q.002-4.128.01-8.254.007-8.61-.017-17.221c-.016-6.58-.01-13.158.006-19.737q.02-8.561.007-17.123a2546 2546 0 0 1 .005-10.149c.06-29.605-1.576-59.362-23.28-81.836-37.13-34.584-108.822-25.307-155.192-22.688' fill='%23D161D1'/%3E%3Cpath d='m276 141.813 2.665-.003c9.526 0 19.033.2 28.55.624l2.584.11c18.899.93 33.83 5.27 46.943 19.323 15.982 19.295 15.576 47.491 15.524 71.121l.005 6.588q.005 6.87-.01 13.74c-.012 5.815-.005 11.63.007 17.446q.009 6.795 0 13.588-.003 3.213.005 6.425c.08 46.98.08 46.98-13.523 62.85-18.776 16.215-45.283 17.41-69 17.5l-2.969.014c-6.407-.013-12.783-.219-19.183-.512a589 589 0 0 0-30.98-.62l-3.665.025c-4.947.036-9.894.078-14.842.14-38.433.445-38.433.445-54.423-11.422-20.639-21.118-22.842-53.76-22.856-81.687l-.01-4.592q-.009-4.795-.007-9.592 0-4.857-.02-9.715c-.175-41.945-.175-41.945 4.018-59.601.17-.738.342-1.476.518-2.235 3.378-13.892 9.917-29.542 21.669-38.328 11.737-7.006 22.098-9.237 35.64-9.633l3.698-.126q4.935-.163 9.87-.306 3.075-.09 6.152-.187c17.878-.555 35.752-.937 53.64-.935m42.813 31.437c-3.346 5.076-4.354 9.903-3.344 15.832 1.29 4.659 3.852 7.727 7.844 10.293 3.656 1.867 6.574 2.148 10.687 1.625 5.26-1.893 7.79-4.598 11-9 1.949-5.847 1.993-11.94-.687-17.5-4.414-4.771-8.423-6.29-14.75-6.75-5.026.353-7.293 1.944-10.75 5.5M206 205l-1.812 1.652c-13.298 13.565-19.298 35.984-19.223 54.399.55 19.796 8.894 36.496 23.16 50.074C224.313 324.846 244.033 330.257 265 329c17.875-2.17 32.899-12.285 44.313-25.812 11.886-15.925 19.39-33.817 17.062-54-3.24-19.274-11.806-36.96-27.375-49.188-28.447-19.977-67.023-19.191-93 5' fill='%23D161D1'/%3E%3Cpath d='M277.426 217.355c11.647 7.302 19.567 18.159 23.574 31.333 2.495 11.172 1.112 21.858-4.46 31.96A103 103 0 0 1 292 287l-1.75 2.625c-8.227 8.684-18.262 13.397-30.14 13.845-15.263.182-27.088-3.808-38.36-14.22-9.065-9.462-11.21-20.753-10.996-33.437.855-13.25 5.99-24.669 15.684-33.805 14.911-11.684 34.488-13.872 50.988-4.653' fill='%23D161D1'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M413 78c7.483 6.583 14.653 13.302 21 21l2.543 2.918C446.796 113.704 455.257 126.463 463 140l1.125 1.951C494.274 194.764 500.896 260.617 485 319c-10.476 36.434-28.269 68.607-53.812 96.59-2.12 2.336-4.185 4.713-6.25 7.098-3.702 4.158-7.676 7.741-11.938 11.312l-2.937 2.563C398.279 446.805 385.529 455.26 372 463l-1.951 1.125c-54.02 30.838-119.38 35.99-178.936 20.379-35.638-9.935-67.491-28.477-94.703-53.317-2.336-2.12-4.713-4.184-7.097-6.25-4.16-3.7-7.743-7.674-11.313-11.937l-2.562-2.937C65.188 398.27 56.783 385.512 49 372l-1.992-3.406C16.896 314.9 11.81 250.004 27.53 191.109 35.875 161.483 50.07 134.193 69 110l2.11-2.7C79.53 96.775 88.582 86.59 99 78l2.918-2.543C176.482 10.575 286.331 1.86 413 78m-197.062 39.375-3.422.191c-27.34 1.557-50.981 3.591-72.516 22.434l-1.969 1.715c-15.011 13.99-19.365 36.95-20.123 56.676a420 420 0 0 0-.037 7.3l-.006 2.764q-.004 4.483.002 8.967 0 3.162-.003 6.323-.002 6.623.006 13.244.006 8.39-.004 16.78-.004 6.536 0 13.071l-.002 6.176c-.01 10.592.107 21.163.566 31.747l.111 2.636c1.192 24.682 5.431 48.544 23.459 66.601l2.379 2.414c16.542 15.878 37.976 17.613 59.828 17.867l3.763.056q5.922.086 11.843.163c14.917.199 29.814.408 44.715 1.154 35.374 1.745 77.624 3.122 106.324-21.056 16.273-15.265 22.703-36.027 23.43-57.938.15-7.426.136-14.85.116-22.277q.002-4.128.01-8.254.007-8.61-.017-17.221c-.016-6.58-.01-13.158.006-19.737q.02-8.561.007-17.123a2546 2546 0 0 1 .005-10.149c.06-29.605-1.576-59.362-23.28-81.836-37.13-34.584-108.822-25.307-155.192-22.688' fill='%23D161D1'/%3E%3Cpath d='m276 141.813 2.665-.003c9.526 0 19.033.2 28.55.624l2.584.11c18.899.93 33.83 5.27 46.943 19.323 15.982 19.295 15.576 47.491 15.524 71.121l.005 6.588q.005 6.87-.01 13.74c-.012 5.815-.005 11.63.007 17.446q.009 6.795 0 13.588-.003 3.213.005 6.425c.08 46.98.08 46.98-13.523 62.85-18.776 16.215-45.283 17.41-69 17.5l-2.969.014c-6.407-.013-12.783-.219-19.183-.512a589 589 0 0 0-30.98-.62l-3.665.025c-4.947.036-9.894.078-14.842.14-38.433.445-38.433.445-54.423-11.422-20.639-21.118-22.842-53.76-22.856-81.687l-.01-4.592q-.009-4.795-.007-9.592 0-4.857-.02-9.715c-.175-41.945-.175-41.945 4.018-59.601.17-.738.342-1.476.518-2.235 3.378-13.892 9.917-29.542 21.669-38.328 11.737-7.006 22.098-9.237 35.64-9.633l3.698-.126q4.935-.163 9.87-.306 3.075-.09 6.152-.187c17.878-.555 35.752-.937 53.64-.935m42.813 31.437c-3.346 5.076-4.354 9.903-3.344 15.832 1.29 4.659 3.852 7.727 7.844 10.293 3.656 1.867 6.574 2.148 10.687 1.625 5.26-1.893 7.79-4.598 11-9 1.949-5.847 1.993-11.94-.687-17.5-4.414-4.771-8.423-6.29-14.75-6.75-5.026.353-7.293 1.944-10.75 5.5M206 205l-1.812 1.652c-13.298 13.565-19.298 35.984-19.223 54.399.55 19.796 8.894 36.496 23.16 50.074C224.313 324.846 244.033 330.257 265 329c17.875-2.17 32.899-12.285 44.313-25.812 11.886-15.925 19.39-33.817 17.062-54-3.24-19.274-11.806-36.96-27.375-49.188-28.447-19.977-67.023-19.191-93 5' fill='%23D161D1'/%3E%3Cpath d='M277.426 217.355c11.647 7.302 19.567 18.159 23.574 31.333 2.495 11.172 1.112 21.858-4.46 31.96A103 103 0 0 1 292 287l-1.75 2.625c-8.227 8.684-18.262 13.397-30.14 13.845-15.263.182-27.088-3.808-38.36-14.22-9.065-9.462-11.21-20.753-10.996-33.437.855-13.25 5.99-24.669 15.684-33.805 14.911-11.684 34.488-13.872 50.988-4.653' fill='%23D161D1'/%3E%3C/svg%3E");
}

.icon-linkedin {
  width: 30px;
  height: 30px;
}
.icon-linkedin::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M405.473 73.773C410.392 78.107 415.246 82.486 420 87l1.619 1.532C429.917 96.44 437.176 104.797 444 114l1.284 1.706C482.29 165 497.96 228.547 489.48 289.536 484.035 324.08 472.028 358.156 452 387l-1.57 2.271c-7.511 10.763-15.57 20.688-24.775 30.043a416 416 0 0 0-4.71 4.893C413.862 431.58 406.195 437.904 398 444l-1.71 1.289C365.597 468.328 329.767 482.666 292 489l-3.664.625C232.575 497.93 171.273 484.128 125 452l-2.271-1.57c-10.763-7.511-20.688-15.57-30.043-24.775a416 416 0 0 0-4.893-4.71C80.42 413.862 74.096 406.195 68 398l-1.289-1.71C43.681 365.61 29.245 329.77 23 292l-.39-2.191c-9.924-57.634 6.633-120.32 39.507-167.872A293 293 0 0 1 68 114l1.887-2.473C75.232 104.687 81.025 98.29 87 92l1.536-1.623C96.443 82.08 104.8 74.823 114 68l1.706-1.284C148.573 42.042 187.322 27.178 228 22l2.174-.29c61.706-7.278 127.813 11.821 175.299 52.063m-249.227 62.899c-5.401 5.883-6.8 11.534-6.617 19.45.859 6.662 3.88 12.052 9.059 16.315 7.496 4.984 15.954 6.786 24.75 5.094 7.105-1.82 12.773-4.724 17.167-10.722 3.68-6.42 4.568-12.52 3.395-19.809-2.283-7.437-6.257-12.195-13-16-11.998-5.25-25.254-3.383-34.754 5.672m128.348 75.398c-1.882 2.132-1.882 2.132-3.594 5.93l-1-21h-51v144h51l.078-19.187q.037-6.03.082-12.06c.048-6.374.093-12.75.111-19.125.015-5.142.05-10.283.097-15.425q.023-2.937.024-5.875c.002-2.75.03-5.5.062-8.25l-.015-2.435c.14-7.683 3.19-14.12 8.561-19.643 7.645-5.3 14.887-5.759 24-5 5.302 1.355 9.645 3.654 12.941 8.172 5.164 8.917 6.182 17.848 6.264 27.988l.03 2.339q.046 3.78.081 7.563l.063 5.28q.082 6.915.153 13.829.092 8.313.19 16.628c.098 8.4.187 16.8.278 25.201h51c.058-13.73.058-13.73.098-27.46.012-5.618.025-11.235.053-16.852q.032-6.807.039-13.616.004-2.571.021-5.142c.057-9.288-.208-18.455-1.114-27.704l-.242-2.484c-1.682-15.65-7.877-30.298-20.066-40.613-23.116-17.393-57.906-15.764-78.195 4.941M156 197v144h44V197z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M405.473 73.773C410.392 78.107 415.246 82.486 420 87l1.619 1.532C429.917 96.44 437.176 104.797 444 114l1.284 1.706C482.29 165 497.96 228.547 489.48 289.536 484.035 324.08 472.028 358.156 452 387l-1.57 2.271c-7.511 10.763-15.57 20.688-24.775 30.043a416 416 0 0 0-4.71 4.893C413.862 431.58 406.195 437.904 398 444l-1.71 1.289C365.597 468.328 329.767 482.666 292 489l-3.664.625C232.575 497.93 171.273 484.128 125 452l-2.271-1.57c-10.763-7.511-20.688-15.57-30.043-24.775a416 416 0 0 0-4.893-4.71C80.42 413.862 74.096 406.195 68 398l-1.289-1.71C43.681 365.61 29.245 329.77 23 292l-.39-2.191c-9.924-57.634 6.633-120.32 39.507-167.872A293 293 0 0 1 68 114l1.887-2.473C75.232 104.687 81.025 98.29 87 92l1.536-1.623C96.443 82.08 104.8 74.823 114 68l1.706-1.284C148.573 42.042 187.322 27.178 228 22l2.174-.29c61.706-7.278 127.813 11.821 175.299 52.063m-249.227 62.899c-5.401 5.883-6.8 11.534-6.617 19.45.859 6.662 3.88 12.052 9.059 16.315 7.496 4.984 15.954 6.786 24.75 5.094 7.105-1.82 12.773-4.724 17.167-10.722 3.68-6.42 4.568-12.52 3.395-19.809-2.283-7.437-6.257-12.195-13-16-11.998-5.25-25.254-3.383-34.754 5.672m128.348 75.398c-1.882 2.132-1.882 2.132-3.594 5.93l-1-21h-51v144h51l.078-19.187q.037-6.03.082-12.06c.048-6.374.093-12.75.111-19.125.015-5.142.05-10.283.097-15.425q.023-2.937.024-5.875c.002-2.75.03-5.5.062-8.25l-.015-2.435c.14-7.683 3.19-14.12 8.561-19.643 7.645-5.3 14.887-5.759 24-5 5.302 1.355 9.645 3.654 12.941 8.172 5.164 8.917 6.182 17.848 6.264 27.988l.03 2.339q.046 3.78.081 7.563l.063 5.28q.082 6.915.153 13.829.092 8.313.19 16.628c.098 8.4.187 16.8.278 25.201h51c.058-13.73.058-13.73.098-27.46.012-5.618.025-11.235.053-16.852q.032-6.807.039-13.616.004-2.571.021-5.142c.057-9.288-.208-18.455-1.114-27.704l-.242-2.484c-1.682-15.65-7.877-30.298-20.066-40.613-23.116-17.393-57.906-15.764-78.195 4.941M156 197v144h44V197z'/%3E%3C/svg%3E");
}

.icon-spam {
  width: 30px;
  height: 30px;
}
.icon-spam::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800px' height='800px' viewBox='0 0 24 24' role='img' aria-labelledby='spamIconTitle' stroke='%23000000' stroke-width='1' stroke-linecap='square' stroke-linejoin='miter' fill='none' color='%23000000'%3E%3Ctitle id='spamIconTitle'%3ESpam%3C/title%3E%3Cpolygon points='16 3 21 8 21 16 16 21 8 21 3 16 3 8 8 3'/%3E%3Cpath d='M12,8 L12,13'/%3E%3Cline x1='12' y1='16' x2='12' y2='16'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800px' height='800px' viewBox='0 0 24 24' role='img' aria-labelledby='spamIconTitle' stroke='%23000000' stroke-width='1' stroke-linecap='square' stroke-linejoin='miter' fill='none' color='%23000000'%3E%3Ctitle id='spamIconTitle'%3ESpam%3C/title%3E%3Cpolygon points='16 3 21 8 21 16 16 21 8 21 3 16 3 8 8 3'/%3E%3Cpath d='M12,8 L12,13'/%3E%3Cline x1='12' y1='16' x2='12' y2='16'/%3E%3C/svg%3E");
}

.icon-yes {
  width: 30px;
  height: 30px;
}
.icon-yes::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='31' height='31'%3E%3Cpath d='M5.268 10.732a2.501 2.501 0 0 0-3.536 3.536l4.645 4.645a3.71 3.71 0 0 0 5.246 0l.913-.913z'/%3E%3Cpath d='M22.268 4.732a2.5 2.5 0 0 0-3.536 0L9 14.464 12.536 18l9.732-9.732a2.5 2.5 0 0 0 0-3.536'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='31' height='31'%3E%3Cpath d='M5.268 10.732a2.501 2.501 0 0 0-3.536 3.536l4.645 4.645a3.71 3.71 0 0 0 5.246 0l.913-.913z'/%3E%3Cpath d='M22.268 4.732a2.5 2.5 0 0 0-3.536 0L9 14.464 12.536 18l9.732-9.732a2.5 2.5 0 0 0 0-3.536'/%3E%3C/svg%3E");
}

.icon-eye {
  width: 30px;
  height: 30px;
}
.icon-eye::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='m434 167 1.811 1.51c12.608 10.548 24.541 21.77 36.189 33.365l2.103 2.089c4.502 4.516 8.74 9.202 12.897 14.036q1.586 1.805 3.176 3.605c22.547 25.69 22.547 25.69 22.324 37.172-1.363 8.788-8.35 15.45-14.207 21.72-2.239 2.444-4.298 4.967-6.356 7.565-9.21 11.351-19.634 21.712-29.937 32.063l-2.064 2.079c-4.483 4.468-9.14 8.67-13.936 12.796a2129 2129 0 0 0-3.605 3.176c-7.339 6.442-14.765 12.677-22.61 18.498a653 653 0 0 0-3.73 2.793C397.872 373.149 378.424 384.97 358 395l-2.375 1.167c-53.67 25.996-114.316 31.134-171.025 11.767C145.125 393.759 110.037 371.846 78 345l-1.811-1.51C63.581 332.941 51.648 321.72 40 310.124l-2.103-2.089C33.395 303.52 29.157 298.834 25 294a2095 2095 0 0 0-3.176-3.605C-.723 264.705-.723 264.705-.5 253.223c1.363-8.788 8.35-15.45 14.207-21.72 2.239-2.444 4.298-4.967 6.355-7.565 9.212-11.351 19.635-21.712 29.938-32.063l2.064-2.079c4.483-4.468 9.14-8.67 13.936-12.796q1.805-1.586 3.605-3.176c7.343-6.445 14.774-12.683 22.623-18.507a560 560 0 0 0 3.67-2.752C188.457 82.682 295.87 73.707 434 167m-321 17-2.496 1.945C94.428 198.652 79.513 212.421 65 226.875l-2.391 2.377c-6.58 6.599-12.673 13.519-18.546 20.748l-2.34 2.875L40 255c1.5 5.075 4.597 8.109 8.188 11.813l5.09 5.337c1.714 1.841 3.357 3.729 4.995 5.64 4.482 5.16 9.323 9.952 14.164 14.772l2.737 2.749C80.288 300.417 85.497 305.317 91 310q1.695 1.477 3.387 2.957C118.322 333.725 144.284 351.504 173 365l1.955.92c45.878 21.383 94.55 25.008 142.565 8.193C347.129 363.324 374.189 347.367 399 328l2.496-1.945c16.076-12.707 30.991-26.476 45.504-40.93l2.391-2.377c6.58-6.599 12.673-13.519 18.546-20.748l2.34-2.875L472 257c-1.504-5.28-4.963-8.48-8.687-12.312a2562 2562 0 0 1-3.637-3.801l-1.857-1.94c-1.77-1.894-3.467-3.832-5.155-5.799-4.306-4.963-8.947-9.577-13.601-14.21l-2.592-2.604c-4.996-4.988-10.106-9.748-15.471-14.334q-1.572-1.388-3.14-2.781C403.524 186.624 388.13 175.19 372 165l-1.837-1.162c-8.805-5.525-17.847-10.399-27.216-14.897a394 394 0 0 1-5.552-2.75C259.707 108.152 178.06 133.216 113 184'/%3E%3Cpath d='M252.71 153.879c25.81-.588 49.272 7.909 69.29 24.121l1.984 1.52c19.408 15.445 30.939 41.525 33.766 65.73q.161 2.374.25 4.75l.121 2.71c.588 25.81-7.909 49.272-24.121 69.29l-1.52 1.984c-15.445 19.408-41.525 30.939-65.73 33.766q-2.374.161-4.75.25l-2.71.121c-25.81.588-49.272-7.909-69.29-24.121l-1.984-1.52c-19.408-15.445-30.939-41.525-33.766-65.73q-.161-2.374-.25-4.75l-.121-2.71c-.588-25.81 7.909-49.272 24.121-69.29l1.52-1.984c15.445-19.408 41.525-30.939 65.73-33.766 2.486-.17 4.971-.26 7.46-.371m-49.796 60.59c-11.138 14.98-16.16 33.065-13.637 51.56 3.108 18.217 12.765 33.818 27.598 44.846 16.124 10.444 34.258 14.936 53.183 11.096 17.415-4.09 32.632-14.21 42.419-29.319 9.878-17.199 13.606-35.412 8.494-54.713C315.98 221.162 305.272 206.772 290 198c-30.531-16.455-64.79-9.919-87.086 16.469'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='m434 167 1.811 1.51c12.608 10.548 24.541 21.77 36.189 33.365l2.103 2.089c4.502 4.516 8.74 9.202 12.897 14.036q1.586 1.805 3.176 3.605c22.547 25.69 22.547 25.69 22.324 37.172-1.363 8.788-8.35 15.45-14.207 21.72-2.239 2.444-4.298 4.967-6.356 7.565-9.21 11.351-19.634 21.712-29.937 32.063l-2.064 2.079c-4.483 4.468-9.14 8.67-13.936 12.796a2129 2129 0 0 0-3.605 3.176c-7.339 6.442-14.765 12.677-22.61 18.498a653 653 0 0 0-3.73 2.793C397.872 373.149 378.424 384.97 358 395l-2.375 1.167c-53.67 25.996-114.316 31.134-171.025 11.767C145.125 393.759 110.037 371.846 78 345l-1.811-1.51C63.581 332.941 51.648 321.72 40 310.124l-2.103-2.089C33.395 303.52 29.157 298.834 25 294a2095 2095 0 0 0-3.176-3.605C-.723 264.705-.723 264.705-.5 253.223c1.363-8.788 8.35-15.45 14.207-21.72 2.239-2.444 4.298-4.967 6.355-7.565 9.212-11.351 19.635-21.712 29.938-32.063l2.064-2.079c4.483-4.468 9.14-8.67 13.936-12.796q1.805-1.586 3.605-3.176c7.343-6.445 14.774-12.683 22.623-18.507a560 560 0 0 0 3.67-2.752C188.457 82.682 295.87 73.707 434 167m-321 17-2.496 1.945C94.428 198.652 79.513 212.421 65 226.875l-2.391 2.377c-6.58 6.599-12.673 13.519-18.546 20.748l-2.34 2.875L40 255c1.5 5.075 4.597 8.109 8.188 11.813l5.09 5.337c1.714 1.841 3.357 3.729 4.995 5.64 4.482 5.16 9.323 9.952 14.164 14.772l2.737 2.749C80.288 300.417 85.497 305.317 91 310q1.695 1.477 3.387 2.957C118.322 333.725 144.284 351.504 173 365l1.955.92c45.878 21.383 94.55 25.008 142.565 8.193C347.129 363.324 374.189 347.367 399 328l2.496-1.945c16.076-12.707 30.991-26.476 45.504-40.93l2.391-2.377c6.58-6.599 12.673-13.519 18.546-20.748l2.34-2.875L472 257c-1.504-5.28-4.963-8.48-8.687-12.312a2562 2562 0 0 1-3.637-3.801l-1.857-1.94c-1.77-1.894-3.467-3.832-5.155-5.799-4.306-4.963-8.947-9.577-13.601-14.21l-2.592-2.604c-4.996-4.988-10.106-9.748-15.471-14.334q-1.572-1.388-3.14-2.781C403.524 186.624 388.13 175.19 372 165l-1.837-1.162c-8.805-5.525-17.847-10.399-27.216-14.897a394 394 0 0 1-5.552-2.75C259.707 108.152 178.06 133.216 113 184'/%3E%3Cpath d='M252.71 153.879c25.81-.588 49.272 7.909 69.29 24.121l1.984 1.52c19.408 15.445 30.939 41.525 33.766 65.73q.161 2.374.25 4.75l.121 2.71c.588 25.81-7.909 49.272-24.121 69.29l-1.52 1.984c-15.445 19.408-41.525 30.939-65.73 33.766q-2.374.161-4.75.25l-2.71.121c-25.81.588-49.272-7.909-69.29-24.121l-1.984-1.52c-19.408-15.445-30.939-41.525-33.766-65.73q-.161-2.374-.25-4.75l-.121-2.71c-.588-25.81 7.909-49.272 24.121-69.29l1.52-1.984c15.445-19.408 41.525-30.939 65.73-33.766 2.486-.17 4.971-.26 7.46-.371m-49.796 60.59c-11.138 14.98-16.16 33.065-13.637 51.56 3.108 18.217 12.765 33.818 27.598 44.846 16.124 10.444 34.258 14.936 53.183 11.096 17.415-4.09 32.632-14.21 42.419-29.319 9.878-17.199 13.606-35.412 8.494-54.713C315.98 221.162 305.272 206.772 290 198c-30.531-16.455-64.79-9.919-87.086 16.469'/%3E%3C/svg%3E");
}

.icon-neye {
  width: 30px;
  height: 30px;
}
.icon-neye::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M435.375 70.688c3.576 3.15 7.364 6.524 7.828 11.484l.047 2.578.078 2.547c-.741 6.108-4.378 10.186-8.626 14.341l-1.597 1.599c-1.73 1.728-3.47 3.444-5.21 5.161l-3.62 3.607a3877 3877 0 0 1-9.513 9.44c-3.243 3.212-6.478 6.433-9.713 9.653A10912 10912 0 0 1 386 150c3.223 3.312 6.639 5.954 10.438 8.563C406.36 165.518 415.634 173.215 424 182l2.438 2.438L429 187l1.664 1.523c16.07 15.144 32.61 39.145 33.574 61.848.622 28.076-12.52 48.778-30.238 69.629l-1.84 2.215c-3.368 3.98-6.915 7.467-10.898 10.828a134 134 0 0 0-4.805 4.383C404.304 349.009 390.509 358.59 376 367l-1.917 1.142c-35.575 21.155-76.073 32.325-117.396 32.233l-2.795-.002c-30.752-.083-64.928-5.143-92.267-20.236-2.46-1.407-2.46-1.407-4.421-.564-3.08 1.995-5.534 4.521-8.087 7.13l-1.75 1.765a1563 1563 0 0 0-3.749 3.794 1965 1965 0 0 1-5.94 6 8603 8603 0 0 0-16.886 17.062 4379 4379 0 0 1-10.342 10.433q-1.97 1.986-3.932 3.98c-1.828 1.86-3.666 3.711-5.506 5.56l-1.627 1.669c-4.409 4.398-8.11 6.31-14.323 6.409-4.774-.106-7.41-1.157-11.062-4.375-3.542-4.02-5.153-6.413-5.25-11.75l-.078-2.547c.77-6.347 4.69-10.498 9.071-14.824.585-.589 1.17-1.177 1.771-1.784 1.963-1.974 3.937-3.937 5.91-5.9l4.267-4.281c3.91-3.923 7.83-7.836 11.751-11.748 4.227-4.22 8.444-8.448 12.663-12.675q11.684-11.702 23.384-23.387a39526 39526 0 0 0 28.863-28.861q27.27-27.28 54.558-54.543a77520 77520 0 0 0 48.478-48.479 110360 110360 0 0 1 60.252-60.262l1.443-1.443q10.799-10.793 21.587-21.595 12.266-12.279 24.55-24.54 6.271-6.257 12.53-12.529a4969 4969 0 0 1 11.465-11.454q2.081-2.075 4.153-4.158a1296 1296 0 0 1 5.637-5.623l1.635-1.656c6.406-6.31 14.476-8.403 22.735-4.273m-76.982 105.679-1.925 1.938-2.183 2.184-2.355 2.386-2.413 2.421a3918 3918 0 0 0-7.642 7.704q-2.587 2.603-5.176 5.203Q330.343 204.594 324 211c1.242 3.809 2.595 7.35 4.375 10.938 8.06 17.939 10.141 39.66 4.02 58.609C327.256 293.27 321.174 304.553 311 314l-1.781 1.797c-16.507 15.89-37.545 19.735-59.664 19.476-12.182-.35-22.1-4.09-32.63-9.98-3.196-1.413-3.79-1.457-6.925-.293a115 115 0 0 0-6.297 6.004l-1.799 1.812a1431 1431 0 0 0-5.654 5.747l-3.848 3.888Q187.69 347.215 183 352c2.742 2.225 5.148 3.591 8.5 4.684l2.655.866c53.253 16.613 106.058 11.633 155.658-13.863C359.735 338.46 369.08 332.797 378 326l1.928-1.45C401.461 308.215 422.26 288.223 431 262c1.754-16.013-7.006-29.301-16.428-41.55C402.979 206.004 389.124 193.612 374 183l-1.867-1.317c-6.567-5.78-6.567-5.78-13.74-5.316m-64.513 64.482-1.707 1.719-1.803 1.793a2114 2114 0 0 0-5.91 5.912l-4.093 4.089q-4.294 4.29-8.58 8.59c-3.67 3.682-7.349 7.354-11.03 11.024q-4.23 4.22-8.452 8.451a2608 2608 0 0 1-4.07 4.065q-2.839 2.835-5.667 5.681l-1.72 1.707c-2.923 2.578-2.923 2.578-3.848 6.12 13.682 4.542 26.113 5.214 39.664-.75 12.342-6.604 20.96-17.384 25.45-30.504 1.013-4.284 1.228-8.175 1.199-12.558l-.004-2.389c-.099-5.962-.974-11.267-3.309-16.799-2.984 0-4.1 1.85-6.12 3.849m-38.567-129.224h2.79c53.645.123 53.645.123 64.897 11.375.493 3.667.392 5.417-1.693 8.517a510 510 0 0 1-7.745 7.858l-2.662 2.809c-7.395 7.411-7.395 7.411-12.51 7.507-2.212-.263-2.212-.263-4.39-.691l-2.16-.303c-2.23-.327-4.437-.727-6.652-1.135-52.112-8.708-105.656 6.99-148.293 37.34C128.39 191.07 120.555 197.703 113 205l-3.02 2.828c-12.581 11.961-27.725 29.366-28.355 47.61.076 7.056 2.189 12.344 5.375 18.562l1.504 2.965c7.985 14.642 21.648 30.646 35.473 40.062C126 319 126 319 126.824 322.195c-1.25 5.776-4.816 8.7-9.011 12.68-.77.77-1.538 1.542-2.33 2.336-6.494 6.332-6.494 6.332-11.483 6.789-1.992-.969-1.992-.969-3.875-2.5l-2.074-1.684c-3.165-2.803-6.129-5.763-9.051-8.816l-2.375-2.375L84 326l-1.887-1.746c-16.315-15.495-33.364-39.387-34.351-62.625C47.14 233.6 60.252 212.789 78 192l2.063-2.437c3.676-4.25 7.48-8.089 11.777-11.708a121 121 0 0 0 4.476-4.054C109.662 161.148 125.143 151.2 141 142l1.843-1.088c33.705-19.751 73.643-29.37 112.47-29.287'/%3E%3Cpath d='M266 176c2 2 2 2 2.481 4.719-.66 4.502-3.056 6.719-6.184 9.781l-1.797 1.814a464 464 0 0 1-3.804 3.772 437 437 0 0 0-5.688 5.726c-6.375 6.395-12.148 11.382-20.52 15.063-7.348 3.324-12.117 9.957-15.433 17.07-4.063 7.733-9.582 13.494-15.79 19.571a404 404 0 0 0-5.482 5.521 1493 1493 0 0 1-3.537 3.514l-1.63 1.666c-2.628 2.533-4.225 3.727-7.881 4.249C178 268 178 268 176 266c-2.81-20.32 2.479-39.973 13.898-56.797A128 128 0 0 1 195 203l2.34-2.934C213.394 180.833 241.8 172.653 266 176'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M435.375 70.688c3.576 3.15 7.364 6.524 7.828 11.484l.047 2.578.078 2.547c-.741 6.108-4.378 10.186-8.626 14.341l-1.597 1.599c-1.73 1.728-3.47 3.444-5.21 5.161l-3.62 3.607a3877 3877 0 0 1-9.513 9.44c-3.243 3.212-6.478 6.433-9.713 9.653A10912 10912 0 0 1 386 150c3.223 3.312 6.639 5.954 10.438 8.563C406.36 165.518 415.634 173.215 424 182l2.438 2.438L429 187l1.664 1.523c16.07 15.144 32.61 39.145 33.574 61.848.622 28.076-12.52 48.778-30.238 69.629l-1.84 2.215c-3.368 3.98-6.915 7.467-10.898 10.828a134 134 0 0 0-4.805 4.383C404.304 349.009 390.509 358.59 376 367l-1.917 1.142c-35.575 21.155-76.073 32.325-117.396 32.233l-2.795-.002c-30.752-.083-64.928-5.143-92.267-20.236-2.46-1.407-2.46-1.407-4.421-.564-3.08 1.995-5.534 4.521-8.087 7.13l-1.75 1.765a1563 1563 0 0 0-3.749 3.794 1965 1965 0 0 1-5.94 6 8603 8603 0 0 0-16.886 17.062 4379 4379 0 0 1-10.342 10.433q-1.97 1.986-3.932 3.98c-1.828 1.86-3.666 3.711-5.506 5.56l-1.627 1.669c-4.409 4.398-8.11 6.31-14.323 6.409-4.774-.106-7.41-1.157-11.062-4.375-3.542-4.02-5.153-6.413-5.25-11.75l-.078-2.547c.77-6.347 4.69-10.498 9.071-14.824.585-.589 1.17-1.177 1.771-1.784 1.963-1.974 3.937-3.937 5.91-5.9l4.267-4.281c3.91-3.923 7.83-7.836 11.751-11.748 4.227-4.22 8.444-8.448 12.663-12.675q11.684-11.702 23.384-23.387a39526 39526 0 0 0 28.863-28.861q27.27-27.28 54.558-54.543a77520 77520 0 0 0 48.478-48.479 110360 110360 0 0 1 60.252-60.262l1.443-1.443q10.799-10.793 21.587-21.595 12.266-12.279 24.55-24.54 6.271-6.257 12.53-12.529a4969 4969 0 0 1 11.465-11.454q2.081-2.075 4.153-4.158a1296 1296 0 0 1 5.637-5.623l1.635-1.656c6.406-6.31 14.476-8.403 22.735-4.273m-76.982 105.679-1.925 1.938-2.183 2.184-2.355 2.386-2.413 2.421a3918 3918 0 0 0-7.642 7.704q-2.587 2.603-5.176 5.203Q330.343 204.594 324 211c1.242 3.809 2.595 7.35 4.375 10.938 8.06 17.939 10.141 39.66 4.02 58.609C327.256 293.27 321.174 304.553 311 314l-1.781 1.797c-16.507 15.89-37.545 19.735-59.664 19.476-12.182-.35-22.1-4.09-32.63-9.98-3.196-1.413-3.79-1.457-6.925-.293a115 115 0 0 0-6.297 6.004l-1.799 1.812a1431 1431 0 0 0-5.654 5.747l-3.848 3.888Q187.69 347.215 183 352c2.742 2.225 5.148 3.591 8.5 4.684l2.655.866c53.253 16.613 106.058 11.633 155.658-13.863C359.735 338.46 369.08 332.797 378 326l1.928-1.45C401.461 308.215 422.26 288.223 431 262c1.754-16.013-7.006-29.301-16.428-41.55C402.979 206.004 389.124 193.612 374 183l-1.867-1.317c-6.567-5.78-6.567-5.78-13.74-5.316m-64.513 64.482-1.707 1.719-1.803 1.793a2114 2114 0 0 0-5.91 5.912l-4.093 4.089q-4.294 4.29-8.58 8.59c-3.67 3.682-7.349 7.354-11.03 11.024q-4.23 4.22-8.452 8.451a2608 2608 0 0 1-4.07 4.065q-2.839 2.835-5.667 5.681l-1.72 1.707c-2.923 2.578-2.923 2.578-3.848 6.12 13.682 4.542 26.113 5.214 39.664-.75 12.342-6.604 20.96-17.384 25.45-30.504 1.013-4.284 1.228-8.175 1.199-12.558l-.004-2.389c-.099-5.962-.974-11.267-3.309-16.799-2.984 0-4.1 1.85-6.12 3.849m-38.567-129.224h2.79c53.645.123 53.645.123 64.897 11.375.493 3.667.392 5.417-1.693 8.517a510 510 0 0 1-7.745 7.858l-2.662 2.809c-7.395 7.411-7.395 7.411-12.51 7.507-2.212-.263-2.212-.263-4.39-.691l-2.16-.303c-2.23-.327-4.437-.727-6.652-1.135-52.112-8.708-105.656 6.99-148.293 37.34C128.39 191.07 120.555 197.703 113 205l-3.02 2.828c-12.581 11.961-27.725 29.366-28.355 47.61.076 7.056 2.189 12.344 5.375 18.562l1.504 2.965c7.985 14.642 21.648 30.646 35.473 40.062C126 319 126 319 126.824 322.195c-1.25 5.776-4.816 8.7-9.011 12.68-.77.77-1.538 1.542-2.33 2.336-6.494 6.332-6.494 6.332-11.483 6.789-1.992-.969-1.992-.969-3.875-2.5l-2.074-1.684c-3.165-2.803-6.129-5.763-9.051-8.816l-2.375-2.375L84 326l-1.887-1.746c-16.315-15.495-33.364-39.387-34.351-62.625C47.14 233.6 60.252 212.789 78 192l2.063-2.437c3.676-4.25 7.48-8.089 11.777-11.708a121 121 0 0 0 4.476-4.054C109.662 161.148 125.143 151.2 141 142l1.843-1.088c33.705-19.751 73.643-29.37 112.47-29.287'/%3E%3Cpath d='M266 176c2 2 2 2 2.481 4.719-.66 4.502-3.056 6.719-6.184 9.781l-1.797 1.814a464 464 0 0 1-3.804 3.772 437 437 0 0 0-5.688 5.726c-6.375 6.395-12.148 11.382-20.52 15.063-7.348 3.324-12.117 9.957-15.433 17.07-4.063 7.733-9.582 13.494-15.79 19.571a404 404 0 0 0-5.482 5.521 1493 1493 0 0 1-3.537 3.514l-1.63 1.666c-2.628 2.533-4.225 3.727-7.881 4.249C178 268 178 268 176 266c-2.81-20.32 2.479-39.973 13.898-56.797A128 128 0 0 1 195 203l2.34-2.934C213.394 180.833 241.8 172.653 266 176'/%3E%3C/svg%3E");
}

.icon-Rlist {
  width: 30px;
  height: 30px;
}
.icon-Rlist::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='m325.274 272.71 3.345-.02c3.632-.02 7.264-.024 10.897-.026l7.614-.02a6407 6407 0 0 1 15.948-.015c6.116.002 12.233-.02 18.35-.051 5.914-.03 11.829-.037 17.744-.035q3.753-.005 7.506-.027c3.51-.02 7.02-.014 10.53-.002l3.09-.034c13.536.117 25.37 5.606 35.39 14.582 14.678 15.776 14.771 34.031 14.71 54.313q.003 3.563.01 7.126.005 7.444-.017 14.888c-.017 6.334-.007 12.668.01 19.003.012 4.9.008 9.8 0 14.701q-.004 3.503.008 7.004c.046 19.555-.864 35.713-15.034 50.583-11.795 11.523-24.54 15.462-40.78 15.481l-3.136.015q-5.124.021-10.248.027l-7.152.017q-7.498.015-14.995.02c-6.382.006-12.763.03-19.145.058-4.926.019-9.852.024-14.778.026q-3.528.004-7.054.024c-20.324.106-36.32-1.18-51.798-15.871-9.78-10.582-13.926-22.99-13.79-37.237l-.017-3.356c-.012-3.62.004-7.24.022-10.86q0-3.807-.005-7.612 0-7.95.034-15.901c.027-6.103.029-12.206.017-18.31-.01-5.906-.004-11.812.01-17.719q.006-3.747 0-7.494c-.002-3.496.014-6.99.036-10.487l-.014-3.092c.135-13.116 5.037-26.028 14.418-35.409 12.24-9.865 22.551-14.304 38.274-14.29M317 320c-1.715 3.43-1.156 7.37-1.161 11.144l-.015 2.873q-.021 4.72-.027 9.44l-.017 6.547q-.015 6.871-.02 13.742a4700 4700 0 0 1-.058 17.614c-.019 4.51-.024 9.02-.026 13.53q-.004 3.246-.024 6.493a1169 1169 0 0 0-.008 9.085l-.028 2.713c.032 4.751.255 7.98 3.384 11.819 2.258 1.129 3.497 1.135 6.003 1.154l2.536.026 2.788.013 2.933.025q4.817.036 9.635.055l3.318.017q8.694.039 17.388.06c5.992.017 11.984.062 17.977.112 4.602.034 9.205.046 13.807.051q3.315.01 6.628.046c3.09.032 6.18.032 9.271.024l2.77.05c4.19-.041 6.405-.292 10.014-2.564 2.712-4.308 2.627-7.753 2.563-12.753l.022-2.938c.017-3.2-.003-6.4-.024-9.6q0-3.339.007-6.677.003-6.99-.04-13.983a2062 2062 0 0 1-.008-17.933c.01-4.594.001-9.188-.014-13.782q-.007-3.306.002-6.613a866 866 0 0 0-.043-9.236l.02-2.766c-.039-5.028-.039-5.028-2.461-9.323-4.283-3-8.16-2.627-13.236-2.642l-2.873-.02c-3.147-.02-6.293-.031-9.44-.041l-3.252-.013q-8.519-.03-17.037-.044c-5.872-.011-11.743-.046-17.614-.085-4.51-.026-9.02-.035-13.53-.038q-3.247-.008-6.493-.035a880 880 0 0 0-9.085-.017l-2.713-.039c-5.204.044-8.077.521-11.819 4.509M94.76 272.498l3.356-.016c3.62-.012 7.24.004 10.86.022q3.807 0 7.612-.005 7.95 0 15.901.034c6.103.027 12.206.029 18.31.017q8.859-.013 17.719.01 3.747.006 7.494 0c3.496-.002 6.99.014 10.487.036l3.092-.014c13.116.135 26.028 5.037 35.409 14.418 9.865 12.24 14.304 22.551 14.29 38.274l.02 3.345c.02 3.632.024 7.264.026 10.897l.02 7.614q.017 7.974.015 15.948c-.002 6.116.02 12.233.051 18.35.03 5.914.037 11.829.035 17.744q.004 3.753.027 7.506c.02 3.51.014 7.02.002 10.53l.034 3.09c-.117 13.536-5.606 25.37-14.583 35.39-15.775 14.678-34.03 14.771-54.312 14.71q-3.563.003-7.126.01-7.444.005-14.888-.017c-6.334-.017-12.668-.007-19.003.01-4.9.012-9.8.008-14.701 0q-3.503-.004-7.004.008c-19.555.046-35.713-.864-50.583-15.034-11.523-11.795-15.462-24.54-15.481-40.78l-.015-3.136q-.021-5.124-.027-10.248l-.017-7.152q-.015-7.498-.02-14.995a5311 5311 0 0 0-.058-19.145c-.019-4.926-.024-9.852-.026-14.778q-.004-3.528-.024-7.054c-.106-20.324 1.18-36.32 15.871-51.798 10.582-9.78 22.99-13.926 37.237-13.79M87 319c-1.129 2.258-1.135 3.497-1.154 6.003l-.026 2.536-.013 2.788-.025 2.933q-.036 4.817-.055 9.635l-.017 3.318q-.039 8.694-.06 17.388c-.017 5.992-.062 11.984-.112 17.977-.034 4.602-.046 9.205-.051 13.807q-.01 3.315-.046 6.628a716 716 0 0 0-.024 9.271l-.05 2.77c.041 4.19.292 6.405 2.564 10.014 4.308 2.712 7.753 2.627 12.753 2.563l2.938.022c3.2.017 6.4-.003 9.6-.024q3.338 0 6.677.007 6.99.003 13.983-.04a2062 2062 0 0 1 17.933-.008c4.594.01 9.188.001 13.782-.014q3.307-.007 6.613.002a866 866 0 0 0 9.236-.043l2.766.02c5.028-.039 5.028-.039 9.323-2.461 3-4.283 2.627-8.16 2.642-13.236l.02-2.873q.028-4.72.041-9.44l.013-3.252q.03-8.519.044-17.037c.011-5.872.046-11.743.085-17.614.026-4.51.035-9.02.038-13.53q.008-3.246.035-6.493c.025-3.029.024-6.056.017-9.085l.039-2.713c-.035-4.142-.163-6.269-2.413-9.852-4.023-3.776-7.991-3.122-13.24-3.128l-2.873-.015q-4.72-.021-9.44-.027l-6.547-.017q-6.871-.015-13.742-.02a4700 4700 0 0 1-17.614-.058c-4.51-.019-9.02-.024-13.53-.026q-3.246-.004-6.493-.024a1169 1169 0 0 0-9.085-.008l-2.713-.028c-4.751.032-7.98.255-11.819 3.384M341.375 41.602q3.563-.003 7.126-.01 7.444-.005 14.888.017c6.334.017 12.668.007 19.003-.01 4.9-.012 9.8-.008 14.701 0q3.503.004 7.004-.008c19.555-.046 35.713.864 50.583 15.034 11.523 11.795 15.462 24.54 15.481 40.78l.015 3.136q.021 5.124.027 10.248l.017 7.152q.015 7.498.02 14.995c.006 6.382.03 12.763.058 19.145.019 4.926.024 9.852.026 14.778q.004 3.528.024 7.054c.106 20.324-1.18 36.32-15.871 51.798-10.582 9.78-22.99 13.926-37.237 13.79l-3.356.017c-3.62.012-7.24-.004-10.86-.022q-3.807 0-7.612.005-7.95 0-15.901-.034a2865 2865 0 0 0-18.31-.017q-8.859.013-17.719-.01-3.747-.006-7.494 0c-3.496.002-6.99-.014-10.487-.036l-3.092.014C309.293 239.283 296.381 234.38 287 225c-7.698-9.308-14.083-19.51-14.147-31.886l-.022-2.9-.008-3.148-.02-3.343q-.028-5.472-.041-10.946l-.013-3.785q-.028-8.9-.041-17.8-.015-10.23-.077-20.46a3525 3525 0 0 1-.05-17.787q-.007-3.765-.034-7.532c-.025-3.524-.024-7.048-.017-10.573l-.039-3.104c.097-13.554 5.584-25.392 14.572-35.424 15.775-14.678 34.03-14.771 54.312-14.71M317 90c-1.715 3.43-1.166 7.369-1.177 11.144l-.02 2.873q-.028 4.72-.041 9.44l-.013 3.252q-.03 8.518-.044 17.037a3613 3613 0 0 1-.085 17.614c-.026 4.51-.035 9.02-.038 13.53q-.008 3.246-.035 6.493a880 880 0 0 0-.017 9.085l-.039 2.713c.035 4.142.163 6.269 2.413 9.852 4.023 3.776 7.991 3.122 13.24 3.128l2.873.015q4.72.021 9.44.027l6.547.017q6.871.015 13.742.02c5.872.006 11.743.03 17.614.058 4.51.019 9.02.024 13.53.026q3.247.004 6.493.024c3.029.017 6.057.015 9.085.008l2.713.028c4.751-.032 7.98-.255 11.819-3.384 1.129-2.258 1.135-3.497 1.154-6.003l.026-2.536.013-2.788.025-2.933q.036-4.817.055-9.635l.017-3.318q.039-8.694.06-17.388c.017-5.992.062-11.984.112-17.977.034-4.602.046-9.205.051-13.807q.01-3.315.046-6.628c.032-3.09.032-6.18.024-9.271l.05-2.77c-.041-4.19-.292-6.405-2.564-10.014-4.308-2.712-7.753-2.627-12.753-2.563l-2.938-.022c-3.2-.017-6.4.003-9.6.024q-3.338 0-6.677-.007-6.99-.003-13.983.04a2062 2062 0 0 1-17.933.008c-4.594-.01-9.188-.001-13.782.014q-3.307.007-6.613-.002a866 866 0 0 0-9.236.043l-2.766-.02c-4.954.075-7.745.21-10.788 4.553M97.405 41.839l3.136-.015q5.124-.021 10.248-.027l7.152-.017q7.498-.015 14.995-.02c6.382-.006 12.763-.03 19.145-.058 4.926-.019 9.852-.024 14.778-.026q3.528-.004 7.054-.024c20.324-.106 36.32 1.18 51.798 15.871 9.78 10.582 13.926 22.99 13.79 37.237l.017 3.356c.012 3.62-.004 7.24-.022 10.86q0 3.807.005 7.612 0 7.95-.034 15.901a2865 2865 0 0 0-.017 18.31q.013 8.859-.01 17.719-.006 3.747 0 7.494c.002 3.496-.014 6.99-.036 10.487l.014 3.092C239.283 202.707 234.38 215.619 225 225c-12.24 9.865-22.551 14.304-38.274 14.29l-3.345.02c-3.632.02-7.264.024-10.897.026l-7.614.02q-7.974.017-15.948.015c-6.116-.002-12.233.02-18.35.051-5.914.03-11.829.037-17.744.035q-3.753.004-7.506.027c-3.51.02-7.02.014-10.53.002l-3.09.034c-13.536-.117-25.37-5.606-35.39-14.583-14.678-15.775-14.771-34.03-14.71-54.312q-.003-3.563-.01-7.126-.005-7.444.017-14.888c.017-6.334.007-12.668-.01-19.003-.012-4.9-.008-9.8 0-14.701q.004-3.503-.008-7.004c-.046-19.555.864-35.713 15.034-50.583 11.795-11.523 24.54-15.462 40.78-15.481M87.932 87.93c-2.712 4.308-2.627 7.753-2.563 12.753l-.022 2.938c-.017 3.2.003 6.4.024 9.6q0 3.338-.007 6.677-.003 6.99.04 13.983a2062 2062 0 0 1 .008 17.933c-.01 4.594-.001 9.188.014 13.782q.007 3.307-.002 6.613a866 866 0 0 0 .043 9.236l-.02 2.766c.039 5.028.039 5.028 2.461 9.323 4.283 3 8.16 2.627 13.236 2.642l2.873.02q4.72.028 9.44.041l3.252.013q8.519.03 17.037.044c5.872.011 11.743.046 17.614.085 4.51.026 9.02.035 13.53.038q3.246.008 6.493.035c3.029.025 6.056.024 9.085.017l2.713.039c4.142-.035 6.269-.163 9.852-2.413 3.776-4.023 3.122-7.991 3.128-13.24l.015-2.873q.021-4.72.027-9.44l.017-6.547q.015-6.871.02-13.742c.006-5.872.03-11.743.058-17.614.019-4.51.024-9.02.026-13.53q.004-3.246.024-6.493c.017-3.029.015-6.057.008-9.085l.028-2.713c-.032-4.751-.255-7.98-3.384-11.819-2.258-1.129-3.497-1.135-6.003-1.154l-2.536-.026-2.788-.013-2.933-.025a2958 2958 0 0 0-9.635-.055l-3.318-.017q-8.694-.039-17.388-.06c-5.992-.017-11.984-.062-17.977-.112a2272 2272 0 0 0-13.807-.051q-3.315-.01-6.628-.046a716 716 0 0 0-9.271-.024l-2.77-.05c-4.19.041-6.405.292-10.014 2.564'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='m325.274 272.71 3.345-.02c3.632-.02 7.264-.024 10.897-.026l7.614-.02a6407 6407 0 0 1 15.948-.015c6.116.002 12.233-.02 18.35-.051 5.914-.03 11.829-.037 17.744-.035q3.753-.005 7.506-.027c3.51-.02 7.02-.014 10.53-.002l3.09-.034c13.536.117 25.37 5.606 35.39 14.582 14.678 15.776 14.771 34.031 14.71 54.313q.003 3.563.01 7.126.005 7.444-.017 14.888c-.017 6.334-.007 12.668.01 19.003.012 4.9.008 9.8 0 14.701q-.004 3.503.008 7.004c.046 19.555-.864 35.713-15.034 50.583-11.795 11.523-24.54 15.462-40.78 15.481l-3.136.015q-5.124.021-10.248.027l-7.152.017q-7.498.015-14.995.02c-6.382.006-12.763.03-19.145.058-4.926.019-9.852.024-14.778.026q-3.528.004-7.054.024c-20.324.106-36.32-1.18-51.798-15.871-9.78-10.582-13.926-22.99-13.79-37.237l-.017-3.356c-.012-3.62.004-7.24.022-10.86q0-3.807-.005-7.612 0-7.95.034-15.901c.027-6.103.029-12.206.017-18.31-.01-5.906-.004-11.812.01-17.719q.006-3.747 0-7.494c-.002-3.496.014-6.99.036-10.487l-.014-3.092c.135-13.116 5.037-26.028 14.418-35.409 12.24-9.865 22.551-14.304 38.274-14.29M317 320c-1.715 3.43-1.156 7.37-1.161 11.144l-.015 2.873q-.021 4.72-.027 9.44l-.017 6.547q-.015 6.871-.02 13.742a4700 4700 0 0 1-.058 17.614c-.019 4.51-.024 9.02-.026 13.53q-.004 3.246-.024 6.493a1169 1169 0 0 0-.008 9.085l-.028 2.713c.032 4.751.255 7.98 3.384 11.819 2.258 1.129 3.497 1.135 6.003 1.154l2.536.026 2.788.013 2.933.025q4.817.036 9.635.055l3.318.017q8.694.039 17.388.06c5.992.017 11.984.062 17.977.112 4.602.034 9.205.046 13.807.051q3.315.01 6.628.046c3.09.032 6.18.032 9.271.024l2.77.05c4.19-.041 6.405-.292 10.014-2.564 2.712-4.308 2.627-7.753 2.563-12.753l.022-2.938c.017-3.2-.003-6.4-.024-9.6q0-3.339.007-6.677.003-6.99-.04-13.983a2062 2062 0 0 1-.008-17.933c.01-4.594.001-9.188-.014-13.782q-.007-3.306.002-6.613a866 866 0 0 0-.043-9.236l.02-2.766c-.039-5.028-.039-5.028-2.461-9.323-4.283-3-8.16-2.627-13.236-2.642l-2.873-.02c-3.147-.02-6.293-.031-9.44-.041l-3.252-.013q-8.519-.03-17.037-.044c-5.872-.011-11.743-.046-17.614-.085-4.51-.026-9.02-.035-13.53-.038q-3.247-.008-6.493-.035a880 880 0 0 0-9.085-.017l-2.713-.039c-5.204.044-8.077.521-11.819 4.509M94.76 272.498l3.356-.016c3.62-.012 7.24.004 10.86.022q3.807 0 7.612-.005 7.95 0 15.901.034c6.103.027 12.206.029 18.31.017q8.859-.013 17.719.01 3.747.006 7.494 0c3.496-.002 6.99.014 10.487.036l3.092-.014c13.116.135 26.028 5.037 35.409 14.418 9.865 12.24 14.304 22.551 14.29 38.274l.02 3.345c.02 3.632.024 7.264.026 10.897l.02 7.614q.017 7.974.015 15.948c-.002 6.116.02 12.233.051 18.35.03 5.914.037 11.829.035 17.744q.004 3.753.027 7.506c.02 3.51.014 7.02.002 10.53l.034 3.09c-.117 13.536-5.606 25.37-14.583 35.39-15.775 14.678-34.03 14.771-54.312 14.71q-3.563.003-7.126.01-7.444.005-14.888-.017c-6.334-.017-12.668-.007-19.003.01-4.9.012-9.8.008-14.701 0q-3.503-.004-7.004.008c-19.555.046-35.713-.864-50.583-15.034-11.523-11.795-15.462-24.54-15.481-40.78l-.015-3.136q-.021-5.124-.027-10.248l-.017-7.152q-.015-7.498-.02-14.995a5311 5311 0 0 0-.058-19.145c-.019-4.926-.024-9.852-.026-14.778q-.004-3.528-.024-7.054c-.106-20.324 1.18-36.32 15.871-51.798 10.582-9.78 22.99-13.926 37.237-13.79M87 319c-1.129 2.258-1.135 3.497-1.154 6.003l-.026 2.536-.013 2.788-.025 2.933q-.036 4.817-.055 9.635l-.017 3.318q-.039 8.694-.06 17.388c-.017 5.992-.062 11.984-.112 17.977-.034 4.602-.046 9.205-.051 13.807q-.01 3.315-.046 6.628a716 716 0 0 0-.024 9.271l-.05 2.77c.041 4.19.292 6.405 2.564 10.014 4.308 2.712 7.753 2.627 12.753 2.563l2.938.022c3.2.017 6.4-.003 9.6-.024q3.338 0 6.677.007 6.99.003 13.983-.04a2062 2062 0 0 1 17.933-.008c4.594.01 9.188.001 13.782-.014q3.307-.007 6.613.002a866 866 0 0 0 9.236-.043l2.766.02c5.028-.039 5.028-.039 9.323-2.461 3-4.283 2.627-8.16 2.642-13.236l.02-2.873q.028-4.72.041-9.44l.013-3.252q.03-8.519.044-17.037c.011-5.872.046-11.743.085-17.614.026-4.51.035-9.02.038-13.53q.008-3.246.035-6.493c.025-3.029.024-6.056.017-9.085l.039-2.713c-.035-4.142-.163-6.269-2.413-9.852-4.023-3.776-7.991-3.122-13.24-3.128l-2.873-.015q-4.72-.021-9.44-.027l-6.547-.017q-6.871-.015-13.742-.02a4700 4700 0 0 1-17.614-.058c-4.51-.019-9.02-.024-13.53-.026q-3.246-.004-6.493-.024a1169 1169 0 0 0-9.085-.008l-2.713-.028c-4.751.032-7.98.255-11.819 3.384M341.375 41.602q3.563-.003 7.126-.01 7.444-.005 14.888.017c6.334.017 12.668.007 19.003-.01 4.9-.012 9.8-.008 14.701 0q3.503.004 7.004-.008c19.555-.046 35.713.864 50.583 15.034 11.523 11.795 15.462 24.54 15.481 40.78l.015 3.136q.021 5.124.027 10.248l.017 7.152q.015 7.498.02 14.995c.006 6.382.03 12.763.058 19.145.019 4.926.024 9.852.026 14.778q.004 3.528.024 7.054c.106 20.324-1.18 36.32-15.871 51.798-10.582 9.78-22.99 13.926-37.237 13.79l-3.356.017c-3.62.012-7.24-.004-10.86-.022q-3.807 0-7.612.005-7.95 0-15.901-.034a2865 2865 0 0 0-18.31-.017q-8.859.013-17.719-.01-3.747-.006-7.494 0c-3.496.002-6.99-.014-10.487-.036l-3.092.014C309.293 239.283 296.381 234.38 287 225c-7.698-9.308-14.083-19.51-14.147-31.886l-.022-2.9-.008-3.148-.02-3.343q-.028-5.472-.041-10.946l-.013-3.785q-.028-8.9-.041-17.8-.015-10.23-.077-20.46a3525 3525 0 0 1-.05-17.787q-.007-3.765-.034-7.532c-.025-3.524-.024-7.048-.017-10.573l-.039-3.104c.097-13.554 5.584-25.392 14.572-35.424 15.775-14.678 34.03-14.771 54.312-14.71M317 90c-1.715 3.43-1.166 7.369-1.177 11.144l-.02 2.873q-.028 4.72-.041 9.44l-.013 3.252q-.03 8.518-.044 17.037a3613 3613 0 0 1-.085 17.614c-.026 4.51-.035 9.02-.038 13.53q-.008 3.246-.035 6.493a880 880 0 0 0-.017 9.085l-.039 2.713c.035 4.142.163 6.269 2.413 9.852 4.023 3.776 7.991 3.122 13.24 3.128l2.873.015q4.72.021 9.44.027l6.547.017q6.871.015 13.742.02c5.872.006 11.743.03 17.614.058 4.51.019 9.02.024 13.53.026q3.247.004 6.493.024c3.029.017 6.057.015 9.085.008l2.713.028c4.751-.032 7.98-.255 11.819-3.384 1.129-2.258 1.135-3.497 1.154-6.003l.026-2.536.013-2.788.025-2.933q.036-4.817.055-9.635l.017-3.318q.039-8.694.06-17.388c.017-5.992.062-11.984.112-17.977.034-4.602.046-9.205.051-13.807q.01-3.315.046-6.628c.032-3.09.032-6.18.024-9.271l.05-2.77c-.041-4.19-.292-6.405-2.564-10.014-4.308-2.712-7.753-2.627-12.753-2.563l-2.938-.022c-3.2-.017-6.4.003-9.6.024q-3.338 0-6.677-.007-6.99-.003-13.983.04a2062 2062 0 0 1-17.933.008c-4.594-.01-9.188-.001-13.782.014q-3.307.007-6.613-.002a866 866 0 0 0-9.236.043l-2.766-.02c-4.954.075-7.745.21-10.788 4.553M97.405 41.839l3.136-.015q5.124-.021 10.248-.027l7.152-.017q7.498-.015 14.995-.02c6.382-.006 12.763-.03 19.145-.058 4.926-.019 9.852-.024 14.778-.026q3.528-.004 7.054-.024c20.324-.106 36.32 1.18 51.798 15.871 9.78 10.582 13.926 22.99 13.79 37.237l.017 3.356c.012 3.62-.004 7.24-.022 10.86q0 3.807.005 7.612 0 7.95-.034 15.901a2865 2865 0 0 0-.017 18.31q.013 8.859-.01 17.719-.006 3.747 0 7.494c.002 3.496-.014 6.99-.036 10.487l.014 3.092C239.283 202.707 234.38 215.619 225 225c-12.24 9.865-22.551 14.304-38.274 14.29l-3.345.02c-3.632.02-7.264.024-10.897.026l-7.614.02q-7.974.017-15.948.015c-6.116-.002-12.233.02-18.35.051-5.914.03-11.829.037-17.744.035q-3.753.004-7.506.027c-3.51.02-7.02.014-10.53.002l-3.09.034c-13.536-.117-25.37-5.606-35.39-14.583-14.678-15.775-14.771-34.03-14.71-54.312q-.003-3.563-.01-7.126-.005-7.444.017-14.888c.017-6.334.007-12.668-.01-19.003-.012-4.9-.008-9.8 0-14.701q.004-3.503-.008-7.004c-.046-19.555.864-35.713 15.034-50.583 11.795-11.523 24.54-15.462 40.78-15.481M87.932 87.93c-2.712 4.308-2.627 7.753-2.563 12.753l-.022 2.938c-.017 3.2.003 6.4.024 9.6q0 3.338-.007 6.677-.003 6.99.04 13.983a2062 2062 0 0 1 .008 17.933c-.01 4.594-.001 9.188.014 13.782q.007 3.307-.002 6.613a866 866 0 0 0 .043 9.236l-.02 2.766c.039 5.028.039 5.028 2.461 9.323 4.283 3 8.16 2.627 13.236 2.642l2.873.02q4.72.028 9.44.041l3.252.013q8.519.03 17.037.044c5.872.011 11.743.046 17.614.085 4.51.026 9.02.035 13.53.038q3.246.008 6.493.035c3.029.025 6.056.024 9.085.017l2.713.039c4.142-.035 6.269-.163 9.852-2.413 3.776-4.023 3.122-7.991 3.128-13.24l.015-2.873q.021-4.72.027-9.44l.017-6.547q.015-6.871.02-13.742c.006-5.872.03-11.743.058-17.614.019-4.51.024-9.02.026-13.53q.004-3.246.024-6.493c.017-3.029.015-6.057.008-9.085l.028-2.713c-.032-4.751-.255-7.98-3.384-11.819-2.258-1.129-3.497-1.135-6.003-1.154l-2.536-.026-2.788-.013-2.933-.025a2958 2958 0 0 0-9.635-.055l-3.318-.017q-8.694-.039-17.388-.06c-5.992-.017-11.984-.062-17.977-.112a2272 2272 0 0 0-13.807-.051q-3.315-.01-6.628-.046a716 716 0 0 0-9.271-.024l-2.77-.05c-4.19.041-6.405.292-10.014 2.564'/%3E%3C/svg%3E");
}

.icon-home {
  width: 30px;
  height: 30px;
}
.icon-home::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-house-fill' viewBox='0 0 16 16'%3E%3Cpath d='M8.707 1.5a1 1 0 0 0-1.414 0L.646 8.146a.5.5 0 0 0 .708.708L8 2.207l6.646 6.647a.5.5 0 0 0 .708-.708L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293z'/%3E%3Cpath d='m8 3.293 6 6V13.5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 13.5V9.293z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-house-fill' viewBox='0 0 16 16'%3E%3Cpath d='M8.707 1.5a1 1 0 0 0-1.414 0L.646 8.146a.5.5 0 0 0 .708.708L8 2.207l6.646 6.647a.5.5 0 0 0 .708-.708L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293z'/%3E%3Cpath d='m8 3.293 6 6V13.5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 13.5V9.293z'/%3E%3C/svg%3E");
}

.icon-folder {
  width: 30px;
  height: 30px;
}
.icon-folder::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23FFC107' viewBox='0 0 24 24'%3E%3Cpath d='M10 4H2C.9 4 0 4.9 0 6v12c0 1.1.9 2 2 2h20c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2H12z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23FFC107' viewBox='0 0 24 24'%3E%3Cpath d='M10 4H2C.9 4 0 4.9 0 6v12c0 1.1.9 2 2 2h20c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2H12z'/%3E%3C/svg%3E");
}

.icon-agent {
  width: 30px;
  height: 30px;
}
.icon-agent::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M250.655-.37c2.512-.005 5.022-.041 7.534-.08C284.285-.63 309.002 7.916 329 25a504 504 0 0 1 4.312 4.938c6.26 6.5 14.351 9.122 22.57 12.488C369.632 48.088 382.98 55.236 395 64l1.82 1.315C415.506 78.853 432.793 93.722 447 112l2.387 2.977C466.739 136.782 480.16 161.58 489 188l.846 2.525c2.995 9.104 5.482 18.273 7.404 27.663l.458 2.224c2.954 15.401 3.665 30.63 3.604 46.276l-.005 2.942c-.044 14.003-.458 27.619-3.307 41.37l-.488 2.573c-7.589 39.797-24.665 77.899-51.076 108.731-2.042 2.412-3.98 4.903-5.936 7.384-8.435 10.273-18.09 19.084-28.5 27.312l-2.602 2.2C396.71 469.921 382.676 478.301 368 486l-2.168 1.152C343.549 498.846 318.823 506.224 294 510l-3.535.553c-11.24 1.595-22.374 1.846-33.715 1.822l-2.922-.002C193.664 512.218 135.214 490.182 91 449a747 747 0 0 0-4.125-3.562c-6.784-5.942-12.766-12.3-18.398-19.344a357 357 0 0 0-5.329-6.5C55.404 410.29 48.944 400.538 43 390l-1.501-2.657C33.528 373.055 27.246 358.489 22 343l-.784-2.269c-6.648-19.54-10.31-40.893-10.42-61.524l-.02-2.729c-.23-37.757-.23-37.757 3.224-54.478l.602-2.979C26.11 163.694 56.012 110.969 101 76l2.977-2.387c18.537-14.752 39.52-27.651 62.078-35.062 9.255-2.672 9.255-2.672 16.308-8.711 1.151-3.265 1.893-6.464 2.637-9.84 5.078-9.336 15.235-12.191 24.785-15.187 13.583-3.821 26.803-5.186 40.87-5.184' fill='%235858F3'/%3E%3Cpath d='M181 33c.371 9.333-1.202 14.146-7.457 21.008-17.08 20.097-21.061 46.125-20.903 71.54.008 2.29-.013 4.58-.038 6.87l.04 2.09c-.06 3.897-.521 5.353-3.117 8.34L147 145c-2.773 5.547-1.502 14.164.063 20 5.37 15.387 15.16 28.611 29.937 36 .787 1.8.787 1.8 1.559 4.172l.901 2.672.977 2.906c5.732 16.333 13.856 36.829 27.167 48.677 2.467 2.78 1.885 6.533 1.9 10.08l.03 2.546q.022 2.67.022 5.342c.006 2.7.06 5.397.118 8.097.15 15.305.15 15.305-5.167 21.652-4.921 6.061-5.438 15.282-6.57 22.731l-.486 3.008A464 464 0 0 0 196 343l-.275 2.011c-1.764 13.267-2.035 26.431-1.986 39.803.01 3.418 0 6.835-.012 10.252-.01 14.414.76 28.602 2.273 42.934l.365 3.654c.29 2.807.608 5.607.947 8.409l.368 3.042c2.31 18.395 5.41 36.771 9.32 54.895-43.353-9.072-83.511-28.74-116-59a747 747 0 0 0-4.125-3.562c-6.784-5.942-12.766-12.3-18.398-19.344a357 357 0 0 0-5.329-6.5C55.404 410.29 48.944 400.538 43 390l-1.501-2.657C33.528 373.055 27.246 358.489 22 343l-.784-2.269c-6.648-19.54-10.31-40.893-10.42-61.524l-.02-2.729c-.23-37.757-.23-37.757 3.224-54.478l.602-2.979C26.11 163.694 56.012 110.969 101 76l2.977-2.387C122.854 58.591 156.202 33 181 33' fill='%235858F3'/%3E%3Cpath d='m242.582-.238 2.464-.025q2.577-.02 5.156-.032a484 484 0 0 0 5.162-.062c29.88-.515 56.752 9.278 78.761 29.982 11.83 12.286 18.92 27.044 23.625 43.313l.603 2.055c4.235 15.602 3.997 31.554 4.028 47.58.01 2.915.043 5.829.08 8.743l-.015 2.68c.088 5.565 1.058 8.476 4.554 13.004 2.142 13.29-3.02 24.996-10 36-4.962 6.476-11.423 14.32-19.523 16.76-2.655 1.002-2.655 1.002-3.479 3.486l-.557 2.746c-1.32 5.668-3.192 10.801-5.503 16.133l-1.182 2.73c-2.63 5.93-5.498 11.66-8.756 17.27l-1.11 1.93c-1.88 3.116-3.64 5.702-6.27 8.255-4.002 4.038-6.582 6.72-6.696 12.576q.259 2.166.596 4.321c1.752 12.034 3.396 24.196-3.555 34.938-6.138 8.207-13.578 15.357-21.027 22.355l-1.667 1.565A595 595 0 0 1 257 347c-10.016-4.501-18.245-14.13-26.187-21.625l-1.568-1.475c-22.262-21.094-22.262-21.094-23.307-37.199-.097-6.705.769-13.318 1.745-19.94.4-3.25.514-5.35-.92-8.337-1.803-1.998-3.721-3.675-5.763-5.424-2.001-2.698-3.712-5.557-5.437-8.437l-1.419-2.351C177 213.289 177 213.289 177 201l-2-.625c-4.152-1.903-7.483-4.484-11-7.375-.59-.48-1.18-.962-1.79-1.457-9.124-8.229-16.519-22.489-17.448-34.664-.25-11.128-.25-11.128 4.238-15.879l2-1 .044-2.959c.06-3.706.136-7.41.218-11.116q.05-2.382.084-4.764c.373-25.049 6.025-50.767 23.591-69.661 4.262-4.894 4.992-9.27 5.472-15.508.651-8.282 2.971-15.885 8.966-21.867 14.011-10.744 36-14.196 53.207-14.363' fill='%23F8B98E'/%3E%3Cpath d='M208 300c5.798 4.814 11.123 9.992 16.434 15.336l2.66 2.665q4.175 4.184 8.344 8.374l5.685 5.7Q248.065 339.032 255 346c3.532-1.507 5.796-3.554 8.493-6.266l2.669-2.67 2.854-2.884q1.47-1.476 2.942-2.951 3.863-3.876 7.713-7.763 3.938-3.966 7.884-7.923Q295.285 307.78 303 300c7.398 7.01 9.503 14.515 11.063 24.375l.49 3.039c.502 3.192.976 6.389 1.447 9.586l.466 2.975c4.927 32.15 3.56 65.738.534 98.025q-.185 2.28-.367 4.563c-.908 10.315-2.778 20.496-4.57 30.687l-.386 2.194c-1.93 10.906-3.92 21.825-6.677 32.556-31.877 6.575-66.123 6.575-98 0-3.146-10.877-5.321-21.697-7.062-32.875l-.779-4.901c-1.467-9.327-2.83-18.663-3.971-28.036l-.339-2.771c-1.779-15.596-2.063-31.16-2.09-46.84-.009-3.411-.04-6.822-.071-10.233C192.4 322.36 192.4 322.36 206 302z' fill='%23D1DBFA'/%3E%3Cpath d='m242.582-.238 2.464-.025q2.577-.02 5.156-.032a484 484 0 0 0 5.162-.062c29.88-.515 56.752 9.278 78.761 29.982 11.83 12.286 18.92 27.044 23.625 43.313l.603 2.055c4.025 14.828 3.903 29.719 3.772 44.945q-.016 3.076-.027 6.154-.035 7.455-.098 14.908l-3-1c-4.35-.43-7.905-.584-11.812 1.5-7.955 3.743-17.107 1.242-25.399-.366-8.704-1.543-17.485-1.534-26.307-1.491-9.73-.115-9.73-.115-12.787-2.944-2.151-3.425-2.084-5.728-1.695-9.699l-2.172-.82c-12.398-5.172-23.226-13.991-34.056-21.783C224 88.16 224 88.16 199 84c-9.767 2.56-16.666 8.145-21.851 16.703-2.03 4.06-2.88 8.308-3.774 12.734l-.62 2.89c-1.8 8.518-3.353 17.08-4.755 25.673l-2.375-1c-4.619-1.274-8.867-1.17-13.625-1q-.113-7.038-.165-14.075a659 659 0 0 0-.061-4.764c-.404-25.028 5.664-50.84 23.164-69.661 4.261-4.894 4.991-9.27 5.471-15.508.651-8.282 2.971-15.885 8.966-21.867 14.011-10.744 36-14.196 53.207-14.363' fill='%23AC7752'/%3E%3Cpath d='M313 317c8.533.498 16.663 1.768 25 3.625l3.649.801c80.637 17.915 80.637 17.915 94.914 38.699 7.513 12.141 12.963 25.726 18.125 39l.776 1.953c.886 2.377 1.556 4.431 1.45 6.985-8.21 17.401-27.475 35.068-42.18 46.761a231 231 0 0 0-5.343 4.383C396.702 469.924 382.674 478.304 368 486l-2.168 1.152c-10.353 5.433-21.078 9.514-32.144 13.223l-3.755 1.264c-8.24 2.687-16.428 4.712-24.933 6.361.673-5.922 1.66-11.717 2.813-17.562 3.36-17.41 6.63-34.764 8.187-52.438l.273-2.873c3.28-35.259 4.005-71.759-2.88-106.614-.605-3.872-.521-7.601-.393-11.513' fill='%2347477F'/%3E%3Cpath d='M200 316c-1.813 14.117-1.813 14.117-3 20.75-2.68 16.024-3.32 31.84-3.26 48.064.01 3.418 0 6.835-.013 10.252-.01 14.414.76 28.602 2.273 42.934l.365 3.654c.29 2.807.608 5.607.947 8.409l.368 3.042c2.31 18.395 5.41 36.771 9.32 54.895-43.353-9.072-83.511-28.74-116-59a747 747 0 0 0-4.125-3.562c-6.788-5.945-12.795-12.303-18.418-19.364a292 292 0 0 0-5.508-6.68l-3.074-3.707-1.509-1.74c-2.231-2.737-3.43-4.217-3.111-7.814 3.171-13.33 9.643-26.571 15.932-38.695l1.149-2.247c10.836-20.183 33.29-26.437 53.867-32.834C180.79 316 180.79 316 200 316' fill='%233B3868'/%3E%3Cpath d='M181 33c.37 9.3-1.167 14.148-7.441 20.965-3.02 3.581-5.243 7.32-7.496 11.41l-1.143 2.056c-1.525 2.798-2.86 5.385-3.861 8.42C160 78 160 78 157.78 79.064L155 80a164 164 0 0 0-6.5 4l-1.85 1.2c-11.087 7.296-21.06 15.646-30.65 24.8l-2.586 2.426C106.53 119.06 100.651 126.31 95 134l-1.265 1.72c-31.614 43.69-42.433 97.837-34.36 150.734C63.255 309.545 72.2 331.336 83 352l-1.18 1.3C68.674 368.9 62.068 389.159 55 408c-15.265-18.892-25.271-42.18-33-65l-.784-2.269c-6.648-19.54-10.31-40.893-10.42-61.524l-.02-2.729c-.23-37.757-.23-37.757 3.224-54.478l.602-2.979C26.11 163.694 56.012 110.969 101 76l2.977-2.387C122.854 58.591 156.202 33 181 33m158 3c8.095 2.09 15.43 5.293 22.938 8.938 1.185.574 2.37 1.15 3.593 1.741C396.66 61.956 425.668 84.556 447 112l2.387 2.977C466.739 136.782 480.16 161.58 489 188l.846 2.525c2.995 9.104 5.482 18.273 7.404 27.662l.458 2.225c2.954 15.401 3.665 30.63 3.604 46.275l-.005 2.943c-.044 14.003-.458 27.619-3.307 41.37l-.488 2.573C490.987 347.793 477.096 378.995 458 408c-2.3-2.3-2.943-4.072-4.102-7.102l-1.223-3.151-1.3-3.372C445.762 380.1 439.621 366.745 431 354l-2-3 1.54-2.754c4.88-8.862 8.934-17.769 12.46-27.246l1.375-3.633c4.992-13.52 7.445-26.825 9.31-41.06.26-1.907.567-3.807.885-5.705 5.927-49.676-10.695-101.026-40.57-140.414-5.021-6.372-10.403-12.324-16-18.188l-2.426-2.586c-4.489-4.658-9.202-8.895-14.262-12.914l-1.77-1.415c-3.073-2.388-6.124-4.469-9.562-6.3-7.069-3.865-11.316-6.867-13.744-14.807a350 350 0 0 1-1.92-7.85C351.721 55.152 345.534 45.079 339 36' fill='%23736AF8'/%3E%3Cpath d='m220 87 2 2h-2l-.55 1.836-.762 2.539-.836 2.793a879 879 0 0 1-1.579 5.195c-2.291 7.493-4.283 15.06-6.273 22.637l3.324-.176q2.182-.07 4.363-.136l2.186-.127c4.17-.096 5.695.11 9.143 2.732C231 129 231 129 231.063 132.625 230 136 230 136 228.512 137.699c-3.844 1.99-7.506 1.618-11.762 1.488l-2.547-.04A579 579 0 0 1 208 139v11l4.625-.25c4.923 0 7.625.875 11.375 4.25 2.34 3.19 2.413 6.115 2 10-1.187 1.875-1.187 1.875-3 3-3.748.469-4.767.155-8-2h-4c-.39 7.668.696 14.452 2.563 21.875l.803 3.27c3.508 17.103 3.508 17.103 11.634 31.855l1.808-2.465c3.328-3.299 6.62-3.124 11.127-3.153l3.131.06 3.246.006q3.39.015 6.78.065c3.462.05 6.921.061 10.383.067q3.296.02 6.591.049l3.138.016 2.923.049c.847.01 1.693.02 2.565.032 2.56.304 4.142.884 6.308 2.274 2.434 3.651 2.629 4.677 2 9-2.522 5.257-5.086 9.72-10 13l-1.54-1.023-2.085-1.352-2.04-1.336c-6.811-3.76-13.714-4.3-21.335-3.289-5.117 1.893-10.108 4.108-14 8 15.606 23.882 15.606 23.882 39 39 11.61-.742 21.208-11.18 29-19 3.23 12.613 5.32 26.709 0 39-6.227 9.643-14.673 17.62-23 25.438l-1.667 1.565A601 601 0 0 1 257 347c-10.016-4.501-18.245-14.13-26.187-21.625l-1.568-1.475c-22.262-21.094-22.262-21.094-23.307-37.199-.097-6.705.769-13.318 1.745-19.94.4-3.25.514-5.35-.92-8.337-1.803-1.998-3.721-3.675-5.763-5.424-2.001-2.698-3.712-5.557-5.437-8.437l-1.419-2.351C177 213.289 177 213.289 177 201l-2-.625c-4.152-1.903-7.483-4.484-11-7.375-.59-.48-1.18-.962-1.79-1.457-9.124-8.229-16.519-22.489-17.448-34.664-.225-10.06-.225-10.06 1.988-13.566 2.624-2.697 4.645-4.088 8.398-4.614l2.227-.012 2.21-.05c3.185.479 5.608 1.83 8.415 3.363l.262-2.945c.845-8.62 2.18-17.084 3.988-25.555l.546-2.747C175.033 100.751 180.523 92.812 189 87c10.851-5.925 19.844-4.769 31 0' fill='%23FBAC6D'/%3E%3Cpath d='M255 349c4.288 1.43 5.401 4.65 7.563 8.375 4.91 8.176 10.377 16.252 18.437 21.625a1062 1062 0 0 1-1.812 7.688l-.502 2.185c-1.005 4.149-2.075 7.653-4.686 11.127h-2l.37 2.21c5.571 33.373 5.571 33.373 7.59 49.914.533 4.292 1.141 8.535 1.958 12.782 1.459 7.797 2.417 15.666 3.424 23.531.35 2.717.708 5.433 1.066 8.149l.666 5.172.328 2.465c.242 1.92.426 3.849.598 5.777-3.229 3.229-13.033 2.122-17.497 2.139l-2.69-.006-2.857.003q-2.97 0-5.94-.006c-3.008-.005-6.016 0-9.024.007q-2.903 0-5.804-.004l-2.69.006c-15.416-.057-15.416-.057-17.498-2.139.158-10.078 1.917-20.126 3.398-30.078l.714-4.867q.745-5.073 1.498-10.145.952-6.425 1.893-12.851.736-5.02 1.477-10.039.35-2.364.696-4.73c1.833-12.475 3.797-24.934 6.324-37.29l-1.863-.61c-3.093-2.012-3.345-4.137-4.324-7.64l-.981-3.39L232 385l-.852-3.203C231 379 231 379 232.52 377.157l2.292-1.657c8.645-7.013 14.51-17.037 20.188-26.5' fill='%231AA9E8'/%3E%3Cpath d='M200 316c-1.813 14.117-1.813 14.117-3 20.75-2.68 16.024-3.32 31.84-3.26 48.064.01 3.418 0 6.835-.013 10.252-.01 14.414.76 28.602 2.273 42.934l.365 3.654c.29 2.807.608 5.607.947 8.409l.365 3.027c1.091 8.69 2.45 17.333 3.886 25.973l.635 3.838c.844 4.962 1.681 9.864 3.017 14.72.758 3.261.72 4.336-.215 7.379-32.357-52.945-61.414-113.524-60-177 10.799-3.228 21.665-5.894 32.688-8.25l3.65-.782C195.437 316 195.437 316 200 316' fill='%2347477F'/%3E%3Cpath d='M198 326h1l.559 3.016C202.725 344.725 209.835 367.94 222 379c3.444.786 6.479 1 10 1l.805 3.14 1.07 4.11.527 2.066c1.302 5.046 1.302 5.046 3.598 9.684l2 1c-.546 7.704-1.413 15.258-2.703 22.871-1.783 10.834-3.462 21.681-5.094 32.54l-.364 2.418q-1.108 7.363-2.213 14.728l-1.911 12.714Q225.855 497.636 224 510q-2.844-.214-5.687-.437l-3.2-.247A70 70 0 0 1 207 508c-3.146-10.877-5.321-21.697-7.062-32.875l-.779-4.901c-1.467-9.327-2.83-18.663-3.971-28.036l-.339-2.771c-1.779-15.596-2.063-31.16-2.09-46.84-.009-3.411-.04-6.822-.071-10.233-.092-18.994 1.305-37.747 5.312-56.344' fill='%23BDC7F6'/%3E%3Cpath d='M208 300c5.798 4.814 11.123 9.992 16.434 15.336l2.66 2.665q4.175 4.184 8.344 8.374l5.685 5.7Q248.065 339.032 255 346c3.532-1.507 5.796-3.554 8.493-6.266l2.669-2.67 2.854-2.884q1.47-1.476 2.942-2.951 3.863-3.876 7.713-7.763 3.938-3.966 7.884-7.923Q295.285 307.78 303 300c7.53 7.351 9.893 14.704 10.25 25.125-.31 17.803-10.376 38.217-20.687 52.5C290 380 290 380 286.688 381.25c-6.86-.465-10.993-5.343-15.563-10.125-4.238-4.885-7.524-10.337-10.8-15.892-1.06-1.775-2.186-3.508-3.325-5.233h-2a176 176 0 0 0-4.5 7.313c-5.665 9.363-11.894 18.016-21.5 23.687-3.437.313-3.437.313-7-1-5.663-5.753-9.257-12.817-12.625-20.062l-1.43-3.057c-6.598-14.368-12.524-28.977-7.257-44.818 1.873-4.54 4.25-8.236 7.312-12.063' fill='%23E8EEFE'/%3E%3Cpath d='M302 262h1c3.23 12.613 5.32 26.709 0 39-6.227 9.643-14.673 17.62-23 25.438l-1.667 1.565A601 601 0 0 1 257 347c-10.046-4.506-18.292-14.229-26.25-21.75l-1.567-1.477c-22.301-21.154-22.301-21.154-23.252-36.832-.05-8.105 1.105-16.093 3.069-23.941l5.16 4.418a514 514 0 0 1 4.219 3.672c13.543 11.46 26.97 15.789 44.621 14.91 11.476-1.091 21.423-7.704 30-15l2.04-1.672c2.837-2.36 4.889-4.221 6.96-7.328' fill='%23FC995B'/%3E%3Cpath d='M302 267h1c3.376 11.058 5.033 23.217 0 34-6.375 9.424-14.772 17.335-23 25.125l-1.667 1.579A704 704 0 0 1 257 347c-2.898-1.312-4.966-2.716-7.208-4.965-.6-.597-1.2-1.195-1.82-1.81l-1.925-1.948-2-2.002q-2.088-2.091-4.166-4.188a2095 2095 0 0 0-6.412-6.433l-4.047-4.064-1.95-1.954C223 315.116 223 315.116 223 314l1.781-.212c24.535-2.976 51.576-7.611 68.219-27.788 4.254-5.924 7.067-11.98 9-19' fill='%23FBAD6D'/%3E%3Cpath d='M179 46h1l.078 2.387C180.722 60.743 183.391 71.119 191 81l1.684 2.246L194 85l-1.723 1.031C182.308 92.29 177.314 98.726 174 110c-1.252 5.535-2.266 11.1-3.25 16.688l-.812 4.474Q168.955 136.58 168 142l-2.664-.992c-3.151-.952-5.451-1.221-8.711-1.133l-2.648.055L152 140q-.113-7.038-.165-14.075a659 659 0 0 0-.061-4.764C151.324 93.365 159.519 66.525 179 46' fill='%239B6643'/%3E%3Cpath d='M233 451c2.349 2.956 4.279 6.09 6.21 9.33 5.43 9.042 11.639 16.937 18.79 24.67l2.305 2.52c7.156 7.483 15.504 13.615 24.007 19.48l2.688 2v2c-6.436.82-12.703 1.148-19.187 1.133l-2.857.003q-2.97 0-5.94-.006-4.512-.005-9.024.007-2.903 0-5.804-.004l-2.69.006c-15.416-.057-15.416-.057-17.498-2.139.084-10.431 2.01-20.928 3.53-31.223.41-2.798.81-5.598 1.21-8.398l.787-5.379.357-2.516c.614-4.09 1.344-7.702 3.116-11.484' fill='%230A97C9'/%3E%3Cpath d='M255 349c4.288 1.43 5.401 4.65 7.563 8.375 4.91 8.176 10.377 16.252 18.437 21.625a1062 1062 0 0 1-1.812 7.688l-.502 2.185-.518 2.139-.46 1.952c-.98 2.816-1.763 4.727-3.708 7.036-2.883.519-5.176.702-8.062.664l-2.387.015q-2.498.005-4.993-.027c-2.55-.027-5.095 0-7.644.032q-2.425-.006-4.851-.02l-2.311.03c-2.154-.047-2.154-.047-5.752-.694-2.321-2.755-3.349-5.513-4.168-8.988l-.518-2.139-.501-2.185-.538-2.245A818 818 0 0 1 231 379l1.617-1.258c9.528-7.879 16.07-18.222 22.383-28.742' fill='%2343C3FB'/%3E%3Cpath d='M359 139c4.072 2.073 6.369 3.744 8 8 1.524 14.607-3.317 27.277-12.176 38.84C343.836 198.46 343.836 198.46 336 200c.446-4.64 1.209-8.938 2.438-13.437 1.237-4.824 2.094-9.623 2.687-14.563l.257-2.13c.447-4.097.67-8.143.716-12.265l.052-2.732q.038-2.637-.019-5.273c.088-5.825.088-5.825 2.32-8.04 4.71-2.862 9.14-3.543 14.549-2.56' fill='%23FAAC6E'/%3E%3Cpath d='M211 363c3.093 3.98 5.655 8.243 8.281 12.54 1.647 2.675 1.647 2.675 4.719 4.46 2.057.24 2.057.24 4.188.125L232 380l.805 3.14 1.07 4.11.527 2.066c1.302 5.046 1.302 5.046 3.598 9.684l2 1c-.57 8.272-1.577 16.385-2.937 24.563l-.514 3.17A959 959 0 0 1 233 448c-5.016-4.656-6.657-11.707-9-18l-1.324-3.48c-5.43-15.16-8.173-31.188-10.488-47.082l-.376-2.575c-.637-4.668-.932-9.152-.812-13.863' fill='%23D1DBFA'/%3E%3Cpath d='M168 138h1l-.105 3.82c-.378 19.944 1.766 40.163 8.105 59.18-5.111-1.597-8.92-4.647-13-8-.59-.48-1.18-.962-1.79-1.457-9.124-8.229-16.519-22.489-17.448-34.664-.225-10.06-.225-10.06 1.988-13.566 2.624-2.697 4.645-4.088 8.398-4.614 5.062-.026 8.422.575 12.852 3.301z' fill='%23FA985C'/%3E%3Cpath d='m242.066 216.441 3.246.007q3.39.015 6.78.065c3.462.05 6.921.061 10.383.067q3.296.02 6.591.049l3.138.016 2.923.049 2.565.032c2.56.304 4.142.884 6.308 2.274 2.434 3.651 2.629 4.677 2 9-2.522 5.257-5.086 9.72-10 13l-1.54-1.023-2.085-1.352-2.04-1.336c-6.802-3.754-13.723-4.318-21.335-3.289-3.371 1.33-6.405 2.873-9.54 4.688C237 240 237 240 234 240c-1.535-1.61-1.535-1.61-3.062-3.75l-1.536-2.11c-2.724-4.158-4.127-7.065-3.402-12.14 4.31-6.237 9.128-5.69 16.066-5.559' fill='%2333315A'/%3E%3Cpath d='M255.688 175.313c5.4 1.12 7.358 5.287 10.312 9.687l1.59 2.133c2.533 3.58 3.42 5.232 3.348 9.742C270 200 270 200 268 202c-3.96.483-7.952.37-11.937.375l-3.366.074-3.224.012-2.961.025C244 202 244 202 242.189 200.113c-1.562-2.777-1.759-3.953-1.189-7.113 1.408-2.719 3.114-5.187 4.875-7.687l1.395-2.05c4.828-7.032 4.828-7.032 8.417-7.95' fill='%23FC995B'/%3E%3Cpath d='M93 422c3.5-.312 3.5-.312 7 0 2.713 2.713 3.31 5.793 4.348 9.387l.657 2.228q.686 2.337 1.363 4.678c.687 2.37 1.386 4.737 2.087 7.103q.667 2.276 1.33 4.553l.628 2.125c1.237 4.302 2.05 8.481 2.587 12.926-4.62 0-6.87-2.852-10.281-5.781-2.6-2.256-2.6-2.256-5.375-3.688-3.181-1.973-4.546-3.193-6.344-6.531-1.248-7.98-2.607-20.09 2-27' fill='%232D2D59'/%3E%3Cpath d='M412 422c3.5-.375 3.5-.375 7 0 4.357 6.536 3.22 16.601 2.565 24.198-1.156 5.73-4.728 8.62-9.37 11.798L409 460a415 415 0 0 0-4.625 3.688C401.287 466 401.287 466 399 466c1.391-8.105 3.582-15.953 5.886-23.834.62-2.122 1.228-4.246 1.837-6.371l1.183-4.072 1.073-3.695C410 425 410 425 412 422' fill='%233B3868'/%3E%3Cpath d='m212.938 123.438 3.576-.073c9.64.017 9.64.017 12.798 2.944C231 129 231 129 231.063 132.625c-1.185 3.764-1.739 4.46-5.062 6.375-4.122.648-8.27.51-12.437.5l-3.432.086c-9.27.022-9.27.022-12.381-2.926-2.144-3.26-2.483-4.834-1.75-8.66 4.504-5.807 10.144-4.625 16.938-4.562' fill='%239C6742'/%3E%3Cpath d='m298.438 123.5 3.431-.086c9.27-.022 9.27-.022 12.381 2.926 2.144 3.26 2.483 4.834 1.75 8.66-2.126 2.74-3.32 3.869-6.761 4.533-3.394.036-6.783.06-10.176.03l-3.577.072c-9.64-.017-9.64-.017-12.798-2.944C281 134 281 134 280.938 130.375c2.628-8.349 10.095-6.892 17.5-6.875' fill='%239B6642'/%3E%3Cpath d='M271.637 236.516c2.56 1.608 3.34 2.684 4.363 5.484-7.225 5.372-14.938 8.125-24 7-6.111-1.278-11.037-3.213-16-7 1.302-3.905 2.663-4.286 6.25-6.187 10.368-4.914 19.067-3.726 29.387.703' fill='%23FB4356'/%3E%3Cpath d='M303 150c3.27 1.635 5.224 2.942 7.375 5.875.842 2.863.94 5.157.625 8.125-1.187 1.875-1.187 1.875-3 3-3.748.469-4.767.155-8-2-3.31.283-3.31.283-6 2-3.5-.312-3.5-.312-7-1-1.433-2.866-1.306-4.813-1-8 4.306-7.721 8.57-9.075 17-8' fill='%2332315A'/%3E%3Cpath d='M218 150c3.27 1.635 5.224 2.942 7.375 5.875.842 2.863.94 5.157.625 8.125-1.187 1.875-1.187 1.875-3 3-3.748.469-4.767.155-8-2-3.31.283-3.31.283-6 2-3.5-.312-3.5-.312-7-1-1.433-2.866-1.306-4.813-1-8 4.306-7.721 8.57-9.075 17-8' fill='%2332305A'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M250.655-.37c2.512-.005 5.022-.041 7.534-.08C284.285-.63 309.002 7.916 329 25a504 504 0 0 1 4.312 4.938c6.26 6.5 14.351 9.122 22.57 12.488C369.632 48.088 382.98 55.236 395 64l1.82 1.315C415.506 78.853 432.793 93.722 447 112l2.387 2.977C466.739 136.782 480.16 161.58 489 188l.846 2.525c2.995 9.104 5.482 18.273 7.404 27.663l.458 2.224c2.954 15.401 3.665 30.63 3.604 46.276l-.005 2.942c-.044 14.003-.458 27.619-3.307 41.37l-.488 2.573c-7.589 39.797-24.665 77.899-51.076 108.731-2.042 2.412-3.98 4.903-5.936 7.384-8.435 10.273-18.09 19.084-28.5 27.312l-2.602 2.2C396.71 469.921 382.676 478.301 368 486l-2.168 1.152C343.549 498.846 318.823 506.224 294 510l-3.535.553c-11.24 1.595-22.374 1.846-33.715 1.822l-2.922-.002C193.664 512.218 135.214 490.182 91 449a747 747 0 0 0-4.125-3.562c-6.784-5.942-12.766-12.3-18.398-19.344a357 357 0 0 0-5.329-6.5C55.404 410.29 48.944 400.538 43 390l-1.501-2.657C33.528 373.055 27.246 358.489 22 343l-.784-2.269c-6.648-19.54-10.31-40.893-10.42-61.524l-.02-2.729c-.23-37.757-.23-37.757 3.224-54.478l.602-2.979C26.11 163.694 56.012 110.969 101 76l2.977-2.387c18.537-14.752 39.52-27.651 62.078-35.062 9.255-2.672 9.255-2.672 16.308-8.711 1.151-3.265 1.893-6.464 2.637-9.84 5.078-9.336 15.235-12.191 24.785-15.187 13.583-3.821 26.803-5.186 40.87-5.184' fill='%235858F3'/%3E%3Cpath d='M181 33c.371 9.333-1.202 14.146-7.457 21.008-17.08 20.097-21.061 46.125-20.903 71.54.008 2.29-.013 4.58-.038 6.87l.04 2.09c-.06 3.897-.521 5.353-3.117 8.34L147 145c-2.773 5.547-1.502 14.164.063 20 5.37 15.387 15.16 28.611 29.937 36 .787 1.8.787 1.8 1.559 4.172l.901 2.672.977 2.906c5.732 16.333 13.856 36.829 27.167 48.677 2.467 2.78 1.885 6.533 1.9 10.08l.03 2.546q.022 2.67.022 5.342c.006 2.7.06 5.397.118 8.097.15 15.305.15 15.305-5.167 21.652-4.921 6.061-5.438 15.282-6.57 22.731l-.486 3.008A464 464 0 0 0 196 343l-.275 2.011c-1.764 13.267-2.035 26.431-1.986 39.803.01 3.418 0 6.835-.012 10.252-.01 14.414.76 28.602 2.273 42.934l.365 3.654c.29 2.807.608 5.607.947 8.409l.368 3.042c2.31 18.395 5.41 36.771 9.32 54.895-43.353-9.072-83.511-28.74-116-59a747 747 0 0 0-4.125-3.562c-6.784-5.942-12.766-12.3-18.398-19.344a357 357 0 0 0-5.329-6.5C55.404 410.29 48.944 400.538 43 390l-1.501-2.657C33.528 373.055 27.246 358.489 22 343l-.784-2.269c-6.648-19.54-10.31-40.893-10.42-61.524l-.02-2.729c-.23-37.757-.23-37.757 3.224-54.478l.602-2.979C26.11 163.694 56.012 110.969 101 76l2.977-2.387C122.854 58.591 156.202 33 181 33' fill='%235858F3'/%3E%3Cpath d='m242.582-.238 2.464-.025q2.577-.02 5.156-.032a484 484 0 0 0 5.162-.062c29.88-.515 56.752 9.278 78.761 29.982 11.83 12.286 18.92 27.044 23.625 43.313l.603 2.055c4.235 15.602 3.997 31.554 4.028 47.58.01 2.915.043 5.829.08 8.743l-.015 2.68c.088 5.565 1.058 8.476 4.554 13.004 2.142 13.29-3.02 24.996-10 36-4.962 6.476-11.423 14.32-19.523 16.76-2.655 1.002-2.655 1.002-3.479 3.486l-.557 2.746c-1.32 5.668-3.192 10.801-5.503 16.133l-1.182 2.73c-2.63 5.93-5.498 11.66-8.756 17.27l-1.11 1.93c-1.88 3.116-3.64 5.702-6.27 8.255-4.002 4.038-6.582 6.72-6.696 12.576q.259 2.166.596 4.321c1.752 12.034 3.396 24.196-3.555 34.938-6.138 8.207-13.578 15.357-21.027 22.355l-1.667 1.565A595 595 0 0 1 257 347c-10.016-4.501-18.245-14.13-26.187-21.625l-1.568-1.475c-22.262-21.094-22.262-21.094-23.307-37.199-.097-6.705.769-13.318 1.745-19.94.4-3.25.514-5.35-.92-8.337-1.803-1.998-3.721-3.675-5.763-5.424-2.001-2.698-3.712-5.557-5.437-8.437l-1.419-2.351C177 213.289 177 213.289 177 201l-2-.625c-4.152-1.903-7.483-4.484-11-7.375-.59-.48-1.18-.962-1.79-1.457-9.124-8.229-16.519-22.489-17.448-34.664-.25-11.128-.25-11.128 4.238-15.879l2-1 .044-2.959c.06-3.706.136-7.41.218-11.116q.05-2.382.084-4.764c.373-25.049 6.025-50.767 23.591-69.661 4.262-4.894 4.992-9.27 5.472-15.508.651-8.282 2.971-15.885 8.966-21.867 14.011-10.744 36-14.196 53.207-14.363' fill='%23F8B98E'/%3E%3Cpath d='M208 300c5.798 4.814 11.123 9.992 16.434 15.336l2.66 2.665q4.175 4.184 8.344 8.374l5.685 5.7Q248.065 339.032 255 346c3.532-1.507 5.796-3.554 8.493-6.266l2.669-2.67 2.854-2.884q1.47-1.476 2.942-2.951 3.863-3.876 7.713-7.763 3.938-3.966 7.884-7.923Q295.285 307.78 303 300c7.398 7.01 9.503 14.515 11.063 24.375l.49 3.039c.502 3.192.976 6.389 1.447 9.586l.466 2.975c4.927 32.15 3.56 65.738.534 98.025q-.185 2.28-.367 4.563c-.908 10.315-2.778 20.496-4.57 30.687l-.386 2.194c-1.93 10.906-3.92 21.825-6.677 32.556-31.877 6.575-66.123 6.575-98 0-3.146-10.877-5.321-21.697-7.062-32.875l-.779-4.901c-1.467-9.327-2.83-18.663-3.971-28.036l-.339-2.771c-1.779-15.596-2.063-31.16-2.09-46.84-.009-3.411-.04-6.822-.071-10.233C192.4 322.36 192.4 322.36 206 302z' fill='%23D1DBFA'/%3E%3Cpath d='m242.582-.238 2.464-.025q2.577-.02 5.156-.032a484 484 0 0 0 5.162-.062c29.88-.515 56.752 9.278 78.761 29.982 11.83 12.286 18.92 27.044 23.625 43.313l.603 2.055c4.025 14.828 3.903 29.719 3.772 44.945q-.016 3.076-.027 6.154-.035 7.455-.098 14.908l-3-1c-4.35-.43-7.905-.584-11.812 1.5-7.955 3.743-17.107 1.242-25.399-.366-8.704-1.543-17.485-1.534-26.307-1.491-9.73-.115-9.73-.115-12.787-2.944-2.151-3.425-2.084-5.728-1.695-9.699l-2.172-.82c-12.398-5.172-23.226-13.991-34.056-21.783C224 88.16 224 88.16 199 84c-9.767 2.56-16.666 8.145-21.851 16.703-2.03 4.06-2.88 8.308-3.774 12.734l-.62 2.89c-1.8 8.518-3.353 17.08-4.755 25.673l-2.375-1c-4.619-1.274-8.867-1.17-13.625-1q-.113-7.038-.165-14.075a659 659 0 0 0-.061-4.764c-.404-25.028 5.664-50.84 23.164-69.661 4.261-4.894 4.991-9.27 5.471-15.508.651-8.282 2.971-15.885 8.966-21.867 14.011-10.744 36-14.196 53.207-14.363' fill='%23AC7752'/%3E%3Cpath d='M313 317c8.533.498 16.663 1.768 25 3.625l3.649.801c80.637 17.915 80.637 17.915 94.914 38.699 7.513 12.141 12.963 25.726 18.125 39l.776 1.953c.886 2.377 1.556 4.431 1.45 6.985-8.21 17.401-27.475 35.068-42.18 46.761a231 231 0 0 0-5.343 4.383C396.702 469.924 382.674 478.304 368 486l-2.168 1.152c-10.353 5.433-21.078 9.514-32.144 13.223l-3.755 1.264c-8.24 2.687-16.428 4.712-24.933 6.361.673-5.922 1.66-11.717 2.813-17.562 3.36-17.41 6.63-34.764 8.187-52.438l.273-2.873c3.28-35.259 4.005-71.759-2.88-106.614-.605-3.872-.521-7.601-.393-11.513' fill='%2347477F'/%3E%3Cpath d='M200 316c-1.813 14.117-1.813 14.117-3 20.75-2.68 16.024-3.32 31.84-3.26 48.064.01 3.418 0 6.835-.013 10.252-.01 14.414.76 28.602 2.273 42.934l.365 3.654c.29 2.807.608 5.607.947 8.409l.368 3.042c2.31 18.395 5.41 36.771 9.32 54.895-43.353-9.072-83.511-28.74-116-59a747 747 0 0 0-4.125-3.562c-6.788-5.945-12.795-12.303-18.418-19.364a292 292 0 0 0-5.508-6.68l-3.074-3.707-1.509-1.74c-2.231-2.737-3.43-4.217-3.111-7.814 3.171-13.33 9.643-26.571 15.932-38.695l1.149-2.247c10.836-20.183 33.29-26.437 53.867-32.834C180.79 316 180.79 316 200 316' fill='%233B3868'/%3E%3Cpath d='M181 33c.37 9.3-1.167 14.148-7.441 20.965-3.02 3.581-5.243 7.32-7.496 11.41l-1.143 2.056c-1.525 2.798-2.86 5.385-3.861 8.42C160 78 160 78 157.78 79.064L155 80a164 164 0 0 0-6.5 4l-1.85 1.2c-11.087 7.296-21.06 15.646-30.65 24.8l-2.586 2.426C106.53 119.06 100.651 126.31 95 134l-1.265 1.72c-31.614 43.69-42.433 97.837-34.36 150.734C63.255 309.545 72.2 331.336 83 352l-1.18 1.3C68.674 368.9 62.068 389.159 55 408c-15.265-18.892-25.271-42.18-33-65l-.784-2.269c-6.648-19.54-10.31-40.893-10.42-61.524l-.02-2.729c-.23-37.757-.23-37.757 3.224-54.478l.602-2.979C26.11 163.694 56.012 110.969 101 76l2.977-2.387C122.854 58.591 156.202 33 181 33m158 3c8.095 2.09 15.43 5.293 22.938 8.938 1.185.574 2.37 1.15 3.593 1.741C396.66 61.956 425.668 84.556 447 112l2.387 2.977C466.739 136.782 480.16 161.58 489 188l.846 2.525c2.995 9.104 5.482 18.273 7.404 27.662l.458 2.225c2.954 15.401 3.665 30.63 3.604 46.275l-.005 2.943c-.044 14.003-.458 27.619-3.307 41.37l-.488 2.573C490.987 347.793 477.096 378.995 458 408c-2.3-2.3-2.943-4.072-4.102-7.102l-1.223-3.151-1.3-3.372C445.762 380.1 439.621 366.745 431 354l-2-3 1.54-2.754c4.88-8.862 8.934-17.769 12.46-27.246l1.375-3.633c4.992-13.52 7.445-26.825 9.31-41.06.26-1.907.567-3.807.885-5.705 5.927-49.676-10.695-101.026-40.57-140.414-5.021-6.372-10.403-12.324-16-18.188l-2.426-2.586c-4.489-4.658-9.202-8.895-14.262-12.914l-1.77-1.415c-3.073-2.388-6.124-4.469-9.562-6.3-7.069-3.865-11.316-6.867-13.744-14.807a350 350 0 0 1-1.92-7.85C351.721 55.152 345.534 45.079 339 36' fill='%23736AF8'/%3E%3Cpath d='m220 87 2 2h-2l-.55 1.836-.762 2.539-.836 2.793a879 879 0 0 1-1.579 5.195c-2.291 7.493-4.283 15.06-6.273 22.637l3.324-.176q2.182-.07 4.363-.136l2.186-.127c4.17-.096 5.695.11 9.143 2.732C231 129 231 129 231.063 132.625 230 136 230 136 228.512 137.699c-3.844 1.99-7.506 1.618-11.762 1.488l-2.547-.04A579 579 0 0 1 208 139v11l4.625-.25c4.923 0 7.625.875 11.375 4.25 2.34 3.19 2.413 6.115 2 10-1.187 1.875-1.187 1.875-3 3-3.748.469-4.767.155-8-2h-4c-.39 7.668.696 14.452 2.563 21.875l.803 3.27c3.508 17.103 3.508 17.103 11.634 31.855l1.808-2.465c3.328-3.299 6.62-3.124 11.127-3.153l3.131.06 3.246.006q3.39.015 6.78.065c3.462.05 6.921.061 10.383.067q3.296.02 6.591.049l3.138.016 2.923.049c.847.01 1.693.02 2.565.032 2.56.304 4.142.884 6.308 2.274 2.434 3.651 2.629 4.677 2 9-2.522 5.257-5.086 9.72-10 13l-1.54-1.023-2.085-1.352-2.04-1.336c-6.811-3.76-13.714-4.3-21.335-3.289-5.117 1.893-10.108 4.108-14 8 15.606 23.882 15.606 23.882 39 39 11.61-.742 21.208-11.18 29-19 3.23 12.613 5.32 26.709 0 39-6.227 9.643-14.673 17.62-23 25.438l-1.667 1.565A601 601 0 0 1 257 347c-10.016-4.501-18.245-14.13-26.187-21.625l-1.568-1.475c-22.262-21.094-22.262-21.094-23.307-37.199-.097-6.705.769-13.318 1.745-19.94.4-3.25.514-5.35-.92-8.337-1.803-1.998-3.721-3.675-5.763-5.424-2.001-2.698-3.712-5.557-5.437-8.437l-1.419-2.351C177 213.289 177 213.289 177 201l-2-.625c-4.152-1.903-7.483-4.484-11-7.375-.59-.48-1.18-.962-1.79-1.457-9.124-8.229-16.519-22.489-17.448-34.664-.225-10.06-.225-10.06 1.988-13.566 2.624-2.697 4.645-4.088 8.398-4.614l2.227-.012 2.21-.05c3.185.479 5.608 1.83 8.415 3.363l.262-2.945c.845-8.62 2.18-17.084 3.988-25.555l.546-2.747C175.033 100.751 180.523 92.812 189 87c10.851-5.925 19.844-4.769 31 0' fill='%23FBAC6D'/%3E%3Cpath d='M255 349c4.288 1.43 5.401 4.65 7.563 8.375 4.91 8.176 10.377 16.252 18.437 21.625a1062 1062 0 0 1-1.812 7.688l-.502 2.185c-1.005 4.149-2.075 7.653-4.686 11.127h-2l.37 2.21c5.571 33.373 5.571 33.373 7.59 49.914.533 4.292 1.141 8.535 1.958 12.782 1.459 7.797 2.417 15.666 3.424 23.531.35 2.717.708 5.433 1.066 8.149l.666 5.172.328 2.465c.242 1.92.426 3.849.598 5.777-3.229 3.229-13.033 2.122-17.497 2.139l-2.69-.006-2.857.003q-2.97 0-5.94-.006c-3.008-.005-6.016 0-9.024.007q-2.903 0-5.804-.004l-2.69.006c-15.416-.057-15.416-.057-17.498-2.139.158-10.078 1.917-20.126 3.398-30.078l.714-4.867q.745-5.073 1.498-10.145.952-6.425 1.893-12.851.736-5.02 1.477-10.039.35-2.364.696-4.73c1.833-12.475 3.797-24.934 6.324-37.29l-1.863-.61c-3.093-2.012-3.345-4.137-4.324-7.64l-.981-3.39L232 385l-.852-3.203C231 379 231 379 232.52 377.157l2.292-1.657c8.645-7.013 14.51-17.037 20.188-26.5' fill='%231AA9E8'/%3E%3Cpath d='M200 316c-1.813 14.117-1.813 14.117-3 20.75-2.68 16.024-3.32 31.84-3.26 48.064.01 3.418 0 6.835-.013 10.252-.01 14.414.76 28.602 2.273 42.934l.365 3.654c.29 2.807.608 5.607.947 8.409l.365 3.027c1.091 8.69 2.45 17.333 3.886 25.973l.635 3.838c.844 4.962 1.681 9.864 3.017 14.72.758 3.261.72 4.336-.215 7.379-32.357-52.945-61.414-113.524-60-177 10.799-3.228 21.665-5.894 32.688-8.25l3.65-.782C195.437 316 195.437 316 200 316' fill='%2347477F'/%3E%3Cpath d='M198 326h1l.559 3.016C202.725 344.725 209.835 367.94 222 379c3.444.786 6.479 1 10 1l.805 3.14 1.07 4.11.527 2.066c1.302 5.046 1.302 5.046 3.598 9.684l2 1c-.546 7.704-1.413 15.258-2.703 22.871-1.783 10.834-3.462 21.681-5.094 32.54l-.364 2.418q-1.108 7.363-2.213 14.728l-1.911 12.714Q225.855 497.636 224 510q-2.844-.214-5.687-.437l-3.2-.247A70 70 0 0 1 207 508c-3.146-10.877-5.321-21.697-7.062-32.875l-.779-4.901c-1.467-9.327-2.83-18.663-3.971-28.036l-.339-2.771c-1.779-15.596-2.063-31.16-2.09-46.84-.009-3.411-.04-6.822-.071-10.233-.092-18.994 1.305-37.747 5.312-56.344' fill='%23BDC7F6'/%3E%3Cpath d='M208 300c5.798 4.814 11.123 9.992 16.434 15.336l2.66 2.665q4.175 4.184 8.344 8.374l5.685 5.7Q248.065 339.032 255 346c3.532-1.507 5.796-3.554 8.493-6.266l2.669-2.67 2.854-2.884q1.47-1.476 2.942-2.951 3.863-3.876 7.713-7.763 3.938-3.966 7.884-7.923Q295.285 307.78 303 300c7.53 7.351 9.893 14.704 10.25 25.125-.31 17.803-10.376 38.217-20.687 52.5C290 380 290 380 286.688 381.25c-6.86-.465-10.993-5.343-15.563-10.125-4.238-4.885-7.524-10.337-10.8-15.892-1.06-1.775-2.186-3.508-3.325-5.233h-2a176 176 0 0 0-4.5 7.313c-5.665 9.363-11.894 18.016-21.5 23.687-3.437.313-3.437.313-7-1-5.663-5.753-9.257-12.817-12.625-20.062l-1.43-3.057c-6.598-14.368-12.524-28.977-7.257-44.818 1.873-4.54 4.25-8.236 7.312-12.063' fill='%23E8EEFE'/%3E%3Cpath d='M302 262h1c3.23 12.613 5.32 26.709 0 39-6.227 9.643-14.673 17.62-23 25.438l-1.667 1.565A601 601 0 0 1 257 347c-10.046-4.506-18.292-14.229-26.25-21.75l-1.567-1.477c-22.301-21.154-22.301-21.154-23.252-36.832-.05-8.105 1.105-16.093 3.069-23.941l5.16 4.418a514 514 0 0 1 4.219 3.672c13.543 11.46 26.97 15.789 44.621 14.91 11.476-1.091 21.423-7.704 30-15l2.04-1.672c2.837-2.36 4.889-4.221 6.96-7.328' fill='%23FC995B'/%3E%3Cpath d='M302 267h1c3.376 11.058 5.033 23.217 0 34-6.375 9.424-14.772 17.335-23 25.125l-1.667 1.579A704 704 0 0 1 257 347c-2.898-1.312-4.966-2.716-7.208-4.965-.6-.597-1.2-1.195-1.82-1.81l-1.925-1.948-2-2.002q-2.088-2.091-4.166-4.188a2095 2095 0 0 0-6.412-6.433l-4.047-4.064-1.95-1.954C223 315.116 223 315.116 223 314l1.781-.212c24.535-2.976 51.576-7.611 68.219-27.788 4.254-5.924 7.067-11.98 9-19' fill='%23FBAD6D'/%3E%3Cpath d='M179 46h1l.078 2.387C180.722 60.743 183.391 71.119 191 81l1.684 2.246L194 85l-1.723 1.031C182.308 92.29 177.314 98.726 174 110c-1.252 5.535-2.266 11.1-3.25 16.688l-.812 4.474Q168.955 136.58 168 142l-2.664-.992c-3.151-.952-5.451-1.221-8.711-1.133l-2.648.055L152 140q-.113-7.038-.165-14.075a659 659 0 0 0-.061-4.764C151.324 93.365 159.519 66.525 179 46' fill='%239B6643'/%3E%3Cpath d='M233 451c2.349 2.956 4.279 6.09 6.21 9.33 5.43 9.042 11.639 16.937 18.79 24.67l2.305 2.52c7.156 7.483 15.504 13.615 24.007 19.48l2.688 2v2c-6.436.82-12.703 1.148-19.187 1.133l-2.857.003q-2.97 0-5.94-.006-4.512-.005-9.024.007-2.903 0-5.804-.004l-2.69.006c-15.416-.057-15.416-.057-17.498-2.139.084-10.431 2.01-20.928 3.53-31.223.41-2.798.81-5.598 1.21-8.398l.787-5.379.357-2.516c.614-4.09 1.344-7.702 3.116-11.484' fill='%230A97C9'/%3E%3Cpath d='M255 349c4.288 1.43 5.401 4.65 7.563 8.375 4.91 8.176 10.377 16.252 18.437 21.625a1062 1062 0 0 1-1.812 7.688l-.502 2.185-.518 2.139-.46 1.952c-.98 2.816-1.763 4.727-3.708 7.036-2.883.519-5.176.702-8.062.664l-2.387.015q-2.498.005-4.993-.027c-2.55-.027-5.095 0-7.644.032q-2.425-.006-4.851-.02l-2.311.03c-2.154-.047-2.154-.047-5.752-.694-2.321-2.755-3.349-5.513-4.168-8.988l-.518-2.139-.501-2.185-.538-2.245A818 818 0 0 1 231 379l1.617-1.258c9.528-7.879 16.07-18.222 22.383-28.742' fill='%2343C3FB'/%3E%3Cpath d='M359 139c4.072 2.073 6.369 3.744 8 8 1.524 14.607-3.317 27.277-12.176 38.84C343.836 198.46 343.836 198.46 336 200c.446-4.64 1.209-8.938 2.438-13.437 1.237-4.824 2.094-9.623 2.687-14.563l.257-2.13c.447-4.097.67-8.143.716-12.265l.052-2.732q.038-2.637-.019-5.273c.088-5.825.088-5.825 2.32-8.04 4.71-2.862 9.14-3.543 14.549-2.56' fill='%23FAAC6E'/%3E%3Cpath d='M211 363c3.093 3.98 5.655 8.243 8.281 12.54 1.647 2.675 1.647 2.675 4.719 4.46 2.057.24 2.057.24 4.188.125L232 380l.805 3.14 1.07 4.11.527 2.066c1.302 5.046 1.302 5.046 3.598 9.684l2 1c-.57 8.272-1.577 16.385-2.937 24.563l-.514 3.17A959 959 0 0 1 233 448c-5.016-4.656-6.657-11.707-9-18l-1.324-3.48c-5.43-15.16-8.173-31.188-10.488-47.082l-.376-2.575c-.637-4.668-.932-9.152-.812-13.863' fill='%23D1DBFA'/%3E%3Cpath d='M168 138h1l-.105 3.82c-.378 19.944 1.766 40.163 8.105 59.18-5.111-1.597-8.92-4.647-13-8-.59-.48-1.18-.962-1.79-1.457-9.124-8.229-16.519-22.489-17.448-34.664-.225-10.06-.225-10.06 1.988-13.566 2.624-2.697 4.645-4.088 8.398-4.614 5.062-.026 8.422.575 12.852 3.301z' fill='%23FA985C'/%3E%3Cpath d='m242.066 216.441 3.246.007q3.39.015 6.78.065c3.462.05 6.921.061 10.383.067q3.296.02 6.591.049l3.138.016 2.923.049 2.565.032c2.56.304 4.142.884 6.308 2.274 2.434 3.651 2.629 4.677 2 9-2.522 5.257-5.086 9.72-10 13l-1.54-1.023-2.085-1.352-2.04-1.336c-6.802-3.754-13.723-4.318-21.335-3.289-3.371 1.33-6.405 2.873-9.54 4.688C237 240 237 240 234 240c-1.535-1.61-1.535-1.61-3.062-3.75l-1.536-2.11c-2.724-4.158-4.127-7.065-3.402-12.14 4.31-6.237 9.128-5.69 16.066-5.559' fill='%2333315A'/%3E%3Cpath d='M255.688 175.313c5.4 1.12 7.358 5.287 10.312 9.687l1.59 2.133c2.533 3.58 3.42 5.232 3.348 9.742C270 200 270 200 268 202c-3.96.483-7.952.37-11.937.375l-3.366.074-3.224.012-2.961.025C244 202 244 202 242.189 200.113c-1.562-2.777-1.759-3.953-1.189-7.113 1.408-2.719 3.114-5.187 4.875-7.687l1.395-2.05c4.828-7.032 4.828-7.032 8.417-7.95' fill='%23FC995B'/%3E%3Cpath d='M93 422c3.5-.312 3.5-.312 7 0 2.713 2.713 3.31 5.793 4.348 9.387l.657 2.228q.686 2.337 1.363 4.678c.687 2.37 1.386 4.737 2.087 7.103q.667 2.276 1.33 4.553l.628 2.125c1.237 4.302 2.05 8.481 2.587 12.926-4.62 0-6.87-2.852-10.281-5.781-2.6-2.256-2.6-2.256-5.375-3.688-3.181-1.973-4.546-3.193-6.344-6.531-1.248-7.98-2.607-20.09 2-27' fill='%232D2D59'/%3E%3Cpath d='M412 422c3.5-.375 3.5-.375 7 0 4.357 6.536 3.22 16.601 2.565 24.198-1.156 5.73-4.728 8.62-9.37 11.798L409 460a415 415 0 0 0-4.625 3.688C401.287 466 401.287 466 399 466c1.391-8.105 3.582-15.953 5.886-23.834.62-2.122 1.228-4.246 1.837-6.371l1.183-4.072 1.073-3.695C410 425 410 425 412 422' fill='%233B3868'/%3E%3Cpath d='m212.938 123.438 3.576-.073c9.64.017 9.64.017 12.798 2.944C231 129 231 129 231.063 132.625c-1.185 3.764-1.739 4.46-5.062 6.375-4.122.648-8.27.51-12.437.5l-3.432.086c-9.27.022-9.27.022-12.381-2.926-2.144-3.26-2.483-4.834-1.75-8.66 4.504-5.807 10.144-4.625 16.938-4.562' fill='%239C6742'/%3E%3Cpath d='m298.438 123.5 3.431-.086c9.27-.022 9.27-.022 12.381 2.926 2.144 3.26 2.483 4.834 1.75 8.66-2.126 2.74-3.32 3.869-6.761 4.533-3.394.036-6.783.06-10.176.03l-3.577.072c-9.64-.017-9.64-.017-12.798-2.944C281 134 281 134 280.938 130.375c2.628-8.349 10.095-6.892 17.5-6.875' fill='%239B6642'/%3E%3Cpath d='M271.637 236.516c2.56 1.608 3.34 2.684 4.363 5.484-7.225 5.372-14.938 8.125-24 7-6.111-1.278-11.037-3.213-16-7 1.302-3.905 2.663-4.286 6.25-6.187 10.368-4.914 19.067-3.726 29.387.703' fill='%23FB4356'/%3E%3Cpath d='M303 150c3.27 1.635 5.224 2.942 7.375 5.875.842 2.863.94 5.157.625 8.125-1.187 1.875-1.187 1.875-3 3-3.748.469-4.767.155-8-2-3.31.283-3.31.283-6 2-3.5-.312-3.5-.312-7-1-1.433-2.866-1.306-4.813-1-8 4.306-7.721 8.57-9.075 17-8' fill='%2332315A'/%3E%3Cpath d='M218 150c3.27 1.635 5.224 2.942 7.375 5.875.842 2.863.94 5.157.625 8.125-1.187 1.875-1.187 1.875-3 3-3.748.469-4.767.155-8-2-3.31.283-3.31.283-6 2-3.5-.312-3.5-.312-7-1-1.433-2.866-1.306-4.813-1-8 4.306-7.721 8.57-9.075 17-8' fill='%2332305A'/%3E%3C/svg%3E");
}

.icon-user {
  width: 30px;
  height: 30px;
}
.icon-user::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6'/%3E%3C/svg%3E");
}

.icon-tng {
  width: 30px;
  height: 30px;
}
.icon-tng::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40' height='70' viewBox='0 0 40 70'%3E%3Cimage data-name='Layer 0' x='1' y='4' width='38' height='61' xlink:href='data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAA9CAYAAADBLBv2AAADn0lEQVRoge2Yy27TQBSG/7FjJ71B1QahpmpKS7lViAUbULLtFiE2rNnwBIhFEEvUsGaNhPoGiC1iRyoeACEuooFKNBVt04qEtHFsDxrHNqntJPbYpijtL1Vx0/GZb/5z5nhcQilFRLpICPnUJVTgeRK8TISQyFbkJd9gnCCEF0zo8/dFBmRB5ZYPXAOy2azxubCwEBkU+uXeC+jn8xQ0LGK/sYN6vYF6veZ5q3XBW8MuMGfKLKgvz5awtfkWQBrANhvIZu0aNwwUOmtMVTUqSdav15FbXrUHrT5KGZ+ilIXWWkdCkqC2Wj0Dh93tRFGUtCzLW/CoIQtIkOagq3sg2DXMcE46MTmB6k4VmUwGGxsb4GkPTiWKxadbzi8tIKaRsWn8rpWN6/ZU7gkZFJMJFYmMlRFCmFvWjKQDzNeyE3IaFBPQlM8Ym72J2vd3pNP9UiEZmLVfu+gNJJ2FlLoEVdk2oJiu3HsdJqQtuxbyxWanO4StkjnJXJubX0R5rQJAMtciA1i3B2dyD5BdegxBShk1qOlso/xtGTyOdev8NF9s2oHLax9cA1jKLtxZgTw+BUGQ2u3D7BPsUqSguoBXlOJ2YCoHGHHWlFl/ZP7WCk1fzoGKwxClIRBmhyACxF0JLIAoAE0FmEnjXMWz//aXM7LnY2T6xl2IYzOQRiYhyMMGmBfUIToC6E1cKxWSD0OBWXVQKiRflArJ+/YclEKnxMqU/8AC0FCAZ2/UbR4wVyPMF5v2tQWbf9IM1C3ZGjQKnE4ANXMjBZWr+L2CCATGTgvimq4DQzJQUwIztef0MyglBQQztxHbrLzyBdbQzE3hI6HEdEuWgPFTZDNWMBiPHZDmftu1bsYZJyFWXxowmyb4WKFTsYMxyaMg7LSjmc6Rjh+mlgrolEEB33bpS14o8LyMJJIgEkAVFVD1ju9FYDQFHOggPzibaqd6npvM1nHoGWp+fr06Jcz/2tdxZpigegCUqzTUGd+pfo45qc2ejvPvK2271vfieYvjOfbE+j5pifc8FjtcmIMijRMw1AnWVCxw3P+7cChyuH6ORdoCgiiKVB4vsKhqLEoZ5ePHsX9ZZ/Zc/1MqDxlwUvx95CoXv2Bx1pln7KN2rOuCjxKsZxaCgEWZzr6xjsIxXwscmHYRNp2+7z9psEHFA8abzkD3DVwqYz8KHfviD+xwGLBY0zmwqYzNtYEu/lhci8qxXnBc4Meij0Wa0qgdc8LxwQL4A7J3Fu36YYuCAAAAAElFTkSuQmCC'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40' height='70' viewBox='0 0 40 70'%3E%3Cimage data-name='Layer 0' x='1' y='4' width='38' height='61' xlink:href='data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAA9CAYAAADBLBv2AAADn0lEQVRoge2Yy27TQBSG/7FjJ71B1QahpmpKS7lViAUbULLtFiE2rNnwBIhFEEvUsGaNhPoGiC1iRyoeACEuooFKNBVt04qEtHFsDxrHNqntJPbYpijtL1Vx0/GZb/5z5nhcQilFRLpICPnUJVTgeRK8TISQyFbkJd9gnCCEF0zo8/dFBmRB5ZYPXAOy2azxubCwEBkU+uXeC+jn8xQ0LGK/sYN6vYF6veZ5q3XBW8MuMGfKLKgvz5awtfkWQBrANhvIZu0aNwwUOmtMVTUqSdav15FbXrUHrT5KGZ+ilIXWWkdCkqC2Wj0Dh93tRFGUtCzLW/CoIQtIkOagq3sg2DXMcE46MTmB6k4VmUwGGxsb4GkPTiWKxadbzi8tIKaRsWn8rpWN6/ZU7gkZFJMJFYmMlRFCmFvWjKQDzNeyE3IaFBPQlM8Ym72J2vd3pNP9UiEZmLVfu+gNJJ2FlLoEVdk2oJiu3HsdJqQtuxbyxWanO4StkjnJXJubX0R5rQJAMtciA1i3B2dyD5BdegxBShk1qOlso/xtGTyOdev8NF9s2oHLax9cA1jKLtxZgTw+BUGQ2u3D7BPsUqSguoBXlOJ2YCoHGHHWlFl/ZP7WCk1fzoGKwxClIRBmhyACxF0JLIAoAE0FmEnjXMWz//aXM7LnY2T6xl2IYzOQRiYhyMMGmBfUIToC6E1cKxWSD0OBWXVQKiRflArJ+/YclEKnxMqU/8AC0FCAZ2/UbR4wVyPMF5v2tQWbf9IM1C3ZGjQKnE4ANXMjBZWr+L2CCATGTgvimq4DQzJQUwIztef0MyglBQQztxHbrLzyBdbQzE3hI6HEdEuWgPFTZDNWMBiPHZDmftu1bsYZJyFWXxowmyb4WKFTsYMxyaMg7LSjmc6Rjh+mlgrolEEB33bpS14o8LyMJJIgEkAVFVD1ju9FYDQFHOggPzibaqd6npvM1nHoGWp+fr06Jcz/2tdxZpigegCUqzTUGd+pfo45qc2ejvPvK2271vfieYvjOfbE+j5pifc8FjtcmIMijRMw1AnWVCxw3P+7cChyuH6ORdoCgiiKVB4vsKhqLEoZ5ePHsX9ZZ/Zc/1MqDxlwUvx95CoXv2Bx1pln7KN2rOuCjxKsZxaCgEWZzr6xjsIxXwscmHYRNp2+7z9psEHFA8abzkD3DVwqYz8KHfviD+xwGLBY0zmwqYzNtYEu/lhci8qxXnBc4Meij0Wa0qgdc8LxwQL4A7J3Fu36YYuCAAAAAElFTkSuQmCC'/%3E%3C/svg%3E");
}

.icon-phone {
  width: 10px;
  height: 10px;
}
.icon-phone::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(51,51,51,0.95)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(51,51,51,0.95)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
}

.icon-heart {
  width: 10px;
  height: 10px;
}
.icon-heart::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='100' height='100' viewBox='0 0 100 100'%3E%3Cimage x='8' y='12' width='84' height='74' xlink:href='data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAABKCAYAAAAlt3MqAAACkElEQVR4nO2cW3LCMAxF1Uy3AftfFyykHTqT1qSJI9tX0jXofHV4WTq18JDI/hAwl8vlS/uJ9/sdPr4ExzD8YS3B1xhNjCWO7jejEthDmxRDDFua32SZxJajpBhiOEL9Ys8kSrYJscRxRHhpzYRG6ukLUuYzZ1KrT6bMfWpSD59ImXWOpMJX0dvtpvpevl6vpv8wjzj2pP57oFemNoE9UHIjYthKHRY6ksSW3qQiY6gKbZGJTKKkNSGGOEqpv38wyFzRJGMdg3RKXVoH8UjkMUZtHI8YesdpFurJXkJeMnv5Eaotd/ZkLNDmvDpUz9AomeW4DDGc8RkRYCszVcaiKfd3LPUeHi6pFyUmtJMqhYJJoWBSKJhTobkg/aFxkTMUTAoFcyrU+sr6TGhc5AwFk0LBpFAwKRSMSmguTDoHj9sgi1XT67uSJa+gpULVQrPs6zzd9cyyP6Z1IjWVfM7Sc/I7tIJ2ApUVvuw9iBhkdnrz7JqhWfp/QLvvXvXic0+pr+R36IbR6hvuYH6lWdrbwlgC6bF/BakImYIq+dkXKWT80G01M87U0RbwLSYbv2YRi5YpllsT2aVayBTrzbOsUq1kSsui1HNFinGxso7JZb88y0ztkWm2X74kYrfdKB4yJeKIDG+pqC2HWkIOTvGS6i1TIk/FYdiNt0fYqTglbFKjZApKqDjtsT8jUuRK6MliJaNSGWSKhVAJkMoiU6yEygTHbFj1IpiutJZSGWWKtdAVpFhWkStuv1oQUtlliqdQmeDcOgTuFyu8pXo3woVd/bEWG9VRGHqd0kpqZHsmxYVfluN+EdDc8xmVytI0THcTrVUsW/c15V1JrVTGVnbqe+c1saz7Aug7PLZSqTdYiMg3sUCdyQnKpysAAAAASUVORK5CYII='/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='100' height='100' viewBox='0 0 100 100'%3E%3Cimage x='8' y='12' width='84' height='74' xlink:href='data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAABKCAYAAAAlt3MqAAACkElEQVR4nO2cW3LCMAxF1Uy3AftfFyykHTqT1qSJI9tX0jXofHV4WTq18JDI/hAwl8vlS/uJ9/sdPr4ExzD8YS3B1xhNjCWO7jejEthDmxRDDFua32SZxJajpBhiOEL9Ys8kSrYJscRxRHhpzYRG6ukLUuYzZ1KrT6bMfWpSD59ImXWOpMJX0dvtpvpevl6vpv8wjzj2pP57oFemNoE9UHIjYthKHRY6ksSW3qQiY6gKbZGJTKKkNSGGOEqpv38wyFzRJGMdg3RKXVoH8UjkMUZtHI8YesdpFurJXkJeMnv5Eaotd/ZkLNDmvDpUz9AomeW4DDGc8RkRYCszVcaiKfd3LPUeHi6pFyUmtJMqhYJJoWBSKJhTobkg/aFxkTMUTAoFcyrU+sr6TGhc5AwFk0LBpFAwKRSMSmguTDoHj9sgi1XT67uSJa+gpULVQrPs6zzd9cyyP6Z1IjWVfM7Sc/I7tIJ2ApUVvuw9iBhkdnrz7JqhWfp/QLvvXvXic0+pr+R36IbR6hvuYH6lWdrbwlgC6bF/BakImYIq+dkXKWT80G01M87U0RbwLSYbv2YRi5YpllsT2aVayBTrzbOsUq1kSsui1HNFinGxso7JZb88y0ztkWm2X74kYrfdKB4yJeKIDG+pqC2HWkIOTvGS6i1TIk/FYdiNt0fYqTglbFKjZApKqDjtsT8jUuRK6MliJaNSGWSKhVAJkMoiU6yEygTHbFj1IpiutJZSGWWKtdAVpFhWkStuv1oQUtlliqdQmeDcOgTuFyu8pXo3woVd/bEWG9VRGHqd0kpqZHsmxYVfluN+EdDc8xmVytI0THcTrVUsW/c15V1JrVTGVnbqe+c1saz7Aug7PLZSqTdYiMg3sUCdyQnKpysAAAAASUVORK5CYII='/%3E%3C/svg%3E");
}

.icon-heartsmall {
  width: 30px;
  height: 30px;
}
.icon-heartsmall::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%231D1D1D' fill-rule='evenodd' d='M15.316 18.799c-1.014.846-3.3 2.181-3.3 2.181s-2.342-1.357-3.309-2.172c-3.559-3-6.55-5.098-6.703-9.334-.192-5.323 6.057-7.502 9.607-3.16.1.122.397.688.397.688s.284-.575.378-.692c3.538-4.358 9.875-2.15 9.606 3.29-.202 4.094-4.604 7.472-6.676 9.199'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%231D1D1D' fill-rule='evenodd' d='M15.316 18.799c-1.014.846-3.3 2.181-3.3 2.181s-2.342-1.357-3.309-2.172c-3.559-3-6.55-5.098-6.703-9.334-.192-5.323 6.057-7.502 9.607-3.16.1.122.397.688.397.688s.284-.575.378-.692c3.538-4.358 9.875-2.15 9.606 3.29-.202 4.094-4.604 7.472-6.676 9.199'/%3E%3C/svg%3E");
}

.icon-favheart {
  width: 30px;
  height: 30px;
}
.icon-favheart::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M232.543 80.933c4.915 4.54 9.634 9.132 13.926 14.278 2.66 3.107 5.6 5.939 8.531 8.789 3.912-1.594 6.372-4.139 9.313-7.125l1.473-1.491a166 166 0 0 0 7.902-8.634c3.44-4.011 7.245-7.387 11.312-10.75l2.238-1.898c28.381-23.504 63.466-34.943 100.308-31.891 36.604 3.621 69.19 20.246 92.956 48.58 20.881 26.115 31.72 57.205 31.748 90.584l.002 2.176c-.016 10.775-.47 20.98-3.252 31.449l-.52 1.977c-3.625 13.448-8.92 26.247-16.167 38.148l-1.058 1.77c-9.591 15.126-23.422 27.495-36.067 39.98a6371 6371 0 0 0-7.888 7.816q-2.43 2.413-4.869 4.816l-2.247 2.227-1.942 1.918c-1.924 2.014-3.75 4.07-5.57 6.176-3.386 3.892-6.936 7.565-10.598 11.195l-1.979 1.975q-2.105 2.1-4.214 4.197-3.347 3.328-6.687 6.662-8.295 8.273-16.6 16.538-7.03 7-14.054 14.01a6372 6372 0 0 1-6.559 6.526l-4.055 4.046-1.817 1.801a174 174 0 0 0-8.603 9.216c-3.352 3.875-6.886 7.515-10.524 11.121l-2.008 2.004a3880 3880 0 0 1-4.279 4.26 5375 5375 0 0 0-6.787 6.764q-8.42 8.399-16.85 16.788-7.136 7.107-14.266 14.22a6570 6570 0 0 1-6.658 6.628q-2.06 2.052-4.116 4.106l-1.846 1.83c-3.698 3.697-7.195 7.52-10.606 11.484-2.29 2.633-4.683 5.125-7.128 7.613l-2.692 2.77c-4.137 3.643-8.047 5.845-13.621 5.918-.781.03-1.562.062-2.367.094-7.59-1.634-13.1-7.512-18.32-12.907-.932-.938-.932-.938-1.881-1.896a196 196 0 0 1-8.752-9.49c-3.435-3.93-7.026-7.651-10.73-11.324l-1.98-1.975q-2.105-2.1-4.214-4.197-3.347-3.328-6.687-6.662Q194.101 436.07 187 429a21590 21590 0 0 1-16.46-16.404 6372 6372 0 0 0-6.559-6.527l-4.055-4.046-1.817-1.801c-3.622-3.621-7.016-7.381-10.367-11.254-2.765-3.123-5.706-6.056-8.668-8.991l-1.979-1.975q-2.105-2.1-4.214-4.197-3.347-3.328-6.687-6.662Q119.102 360.07 112 353a21590 21590 0 0 1-16.46-16.404 6372 6372 0 0 0-6.559-6.527l-4.055-4.046-1.817-1.801c-3.68-3.68-7.14-7.498-10.544-11.433-1.785-2.04-3.647-3.973-5.582-5.872l-2.135-2.106-2.239-2.194-4.84-4.789a3307 3307 0 0 0-7.516-7.403C27.076 267.654 8.763 243.444 2 211l-.53-2.53C-.176 199.817-.4 191.273-.376 182.5l.002-2.269C-.333 168.093.582 156.707 4 145l.65-2.307c10.114-35.186 33.534-66.07 65.39-84.303C84.566 50.446 100.668 45.5 117 43l2.473-.395c42.386-5.452 81.966 10.068 113.07 38.328' fill='%23F44235'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M232.543 80.933c4.915 4.54 9.634 9.132 13.926 14.278 2.66 3.107 5.6 5.939 8.531 8.789 3.912-1.594 6.372-4.139 9.313-7.125l1.473-1.491a166 166 0 0 0 7.902-8.634c3.44-4.011 7.245-7.387 11.312-10.75l2.238-1.898c28.381-23.504 63.466-34.943 100.308-31.891 36.604 3.621 69.19 20.246 92.956 48.58 20.881 26.115 31.72 57.205 31.748 90.584l.002 2.176c-.016 10.775-.47 20.98-3.252 31.449l-.52 1.977c-3.625 13.448-8.92 26.247-16.167 38.148l-1.058 1.77c-9.591 15.126-23.422 27.495-36.067 39.98a6371 6371 0 0 0-7.888 7.816q-2.43 2.413-4.869 4.816l-2.247 2.227-1.942 1.918c-1.924 2.014-3.75 4.07-5.57 6.176-3.386 3.892-6.936 7.565-10.598 11.195l-1.979 1.975q-2.105 2.1-4.214 4.197-3.347 3.328-6.687 6.662-8.295 8.273-16.6 16.538-7.03 7-14.054 14.01a6372 6372 0 0 1-6.559 6.526l-4.055 4.046-1.817 1.801a174 174 0 0 0-8.603 9.216c-3.352 3.875-6.886 7.515-10.524 11.121l-2.008 2.004a3880 3880 0 0 1-4.279 4.26 5375 5375 0 0 0-6.787 6.764q-8.42 8.399-16.85 16.788-7.136 7.107-14.266 14.22a6570 6570 0 0 1-6.658 6.628q-2.06 2.052-4.116 4.106l-1.846 1.83c-3.698 3.697-7.195 7.52-10.606 11.484-2.29 2.633-4.683 5.125-7.128 7.613l-2.692 2.77c-4.137 3.643-8.047 5.845-13.621 5.918-.781.03-1.562.062-2.367.094-7.59-1.634-13.1-7.512-18.32-12.907-.932-.938-.932-.938-1.881-1.896a196 196 0 0 1-8.752-9.49c-3.435-3.93-7.026-7.651-10.73-11.324l-1.98-1.975q-2.105-2.1-4.214-4.197-3.347-3.328-6.687-6.662Q194.101 436.07 187 429a21590 21590 0 0 1-16.46-16.404 6372 6372 0 0 0-6.559-6.527l-4.055-4.046-1.817-1.801c-3.622-3.621-7.016-7.381-10.367-11.254-2.765-3.123-5.706-6.056-8.668-8.991l-1.979-1.975q-2.105-2.1-4.214-4.197-3.347-3.328-6.687-6.662Q119.102 360.07 112 353a21590 21590 0 0 1-16.46-16.404 6372 6372 0 0 0-6.559-6.527l-4.055-4.046-1.817-1.801c-3.68-3.68-7.14-7.498-10.544-11.433-1.785-2.04-3.647-3.973-5.582-5.872l-2.135-2.106-2.239-2.194-4.84-4.789a3307 3307 0 0 0-7.516-7.403C27.076 267.654 8.763 243.444 2 211l-.53-2.53C-.176 199.817-.4 191.273-.376 182.5l.002-2.269C-.333 168.093.582 156.707 4 145l.65-2.307c10.114-35.186 33.534-66.07 65.39-84.303C84.566 50.446 100.668 45.5 117 43l2.473-.395c42.386-5.452 81.966 10.068 113.07 38.328' fill='%23F44235'/%3E%3C/svg%3E");
}

.icon-lock {
  width: 30px;
  height: 30px;
}
.icon-lock::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-lock' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 0a4 4 0 0 1 4 4v2.05a2.5 2.5 0 0 1 2 2.45v5a2.5 2.5 0 0 1-2.5 2.5h-7A2.5 2.5 0 0 1 2 13.5v-5a2.5 2.5 0 0 1 2-2.45V4a4 4 0 0 1 4-4M4.5 7A1.5 1.5 0 0 0 3 8.5v5A1.5 1.5 0 0 0 4.5 15h7a1.5 1.5 0 0 0 1.5-1.5v-5A1.5 1.5 0 0 0 11.5 7zM8 1a3 3 0 0 0-3 3v2h6V4a3 3 0 0 0-3-3'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-lock' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 0a4 4 0 0 1 4 4v2.05a2.5 2.5 0 0 1 2 2.45v5a2.5 2.5 0 0 1-2.5 2.5h-7A2.5 2.5 0 0 1 2 13.5v-5a2.5 2.5 0 0 1 2-2.45V4a4 4 0 0 1 4-4M4.5 7A1.5 1.5 0 0 0 3 8.5v5A1.5 1.5 0 0 0 4.5 15h7a1.5 1.5 0 0 0 1.5-1.5v-5A1.5 1.5 0 0 0 11.5 7zM8 1a3 3 0 0 0-3 3v2h6V4a3 3 0 0 0-3-3'/%3E%3C/svg%3E");
}

.icon-unlock {
  width: 30px;
  height: 30px;
}
.icon-unlock::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-unlock' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M12 0a4 4 0 0 1 4 4v2.5h-1V4a3 3 0 1 0-6 0v2h.5A2.5 2.5 0 0 1 12 8.5v5A2.5 2.5 0 0 1 9.5 16h-7A2.5 2.5 0 0 1 0 13.5v-5A2.5 2.5 0 0 1 2.5 6H8V4a4 4 0 0 1 4-4M2.5 7A1.5 1.5 0 0 0 1 8.5v5A1.5 1.5 0 0 0 2.5 15h7a1.5 1.5 0 0 0 1.5-1.5v-5A1.5 1.5 0 0 0 9.5 7z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-unlock' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M12 0a4 4 0 0 1 4 4v2.5h-1V4a3 3 0 1 0-6 0v2h.5A2.5 2.5 0 0 1 12 8.5v5A2.5 2.5 0 0 1 9.5 16h-7A2.5 2.5 0 0 1 0 13.5v-5A2.5 2.5 0 0 1 2.5 6H8V4a4 4 0 0 1 4-4M2.5 7A1.5 1.5 0 0 0 1 8.5v5A1.5 1.5 0 0 0 2.5 15h7a1.5 1.5 0 0 0 1.5-1.5v-5A1.5 1.5 0 0 0 9.5 7z'/%3E%3C/svg%3E");
}

.icon-hold {
  width: 30px;
  height: 30px;
}
.icon-hold::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1686' height='2133'%3E%3Cpath d='M899.154-.652c3.673.029 7.345.012 11.018-.018a798 798 0 0 1 8.636 0c1.998.006 3.995-.01 5.993-.025 12.64.16 23.86 3.848 34.887 10.008l2.147 1.174C973.175 16.777 982.697 24.05 992 33l1.922 1.695c20.622 18.756 31.749 50.392 33.25 77.406.148 3.366.272 6.731.384 10.098l.128 3.817c.426 13.865.447 27.729.42 41.6-.007 3.836-.007 7.672-.008 11.508q-.003 10.035-.017 20.072-.018 14.923-.026 29.847-.014 23.589-.036 47.177-.034 37.427-.05 74.855l-.013 28.86-.001 3.238q-.019 38.071-.042 76.143l-.002 3.362q-.023 38.853-.057 77.706l-.003 3.38-.023 26.98a190287 190287 0 0 0-.072 126.983v3.123q-.011 24.855-.045 49.709-.03 24.966-.03 49.932.001 14.822-.029 29.645-.018 9.909-.007 19.818c.003 3.76.002 7.519-.012 11.278-.076 20.825 1.24 38.42 9.369 57.768l1.219 3.05c2.662 6.071 5.621 9.379 11.781 11.95 9.13 3.43 19.189 2.343 28.188-1 7.864-3.594 16.187-9.995 19.812-18 1.943-9.64 2.28-19.205 2.221-29.004v-4.406q-.003-4.773-.02-9.546c-.02-5.232-.026-10.464-.03-15.697q-.013-11.583-.042-23.166c-.03-12.608-.045-25.216-.056-37.824l-.003-3.292-.013-13.412-.02-20.864c-.067-58.202.018-116.404.111-174.605l.007-4.094a387364 387364 0 0 1 .162-95.059l.004-2.084q.06-34.086.104-68.17.045-35.738.114-71.474.042-20.794.064-41.587.017-16.629.056-33.259.021-8.436.025-16.872.003-7.734.03-15.467.008-2.77.004-5.542c-.04-39.015 5.357-81.604 32.54-111.873 3.979-3.89 8.348-7.299 12.742-10.703l2.664-2.07c24.479-18.414 59.895-31.298 90.861-27.065 2.167.343 4.32.728 6.475 1.135l2.118.388c22.486 4.28 42.88 13.49 60.882 27.612l2.73 2.113c2.815 2.235 5.549 4.54 8.27 6.887l2.75 2.277c24.065 21.638 30.896 61.034 32.562 91.858.738 15.909.835 31.807.827 47.73q0 5.722.008 11.443.009 9.992.01 19.982.001 14.858.014 29.714.017 23.48.027 46.957.017 37.26.052 74.519l.025 28.718.002 3.222q.033 37.905.06 75.81a293648 293648 0 0 1 .05 80.717l.014 30.216a189706 189706 0 0 0 .101 126.378l.003 3.109q.024 24.74.023 49.483.003 24.858.037 49.716.022 14.759.012 29.518-.005 9.867.019 19.734c.008 3.744.012 7.487.003 11.23-.409 25.802-.409 25.802 6.839 50.294l.869 1.941c3.116 6.788 5.493 11.555 12.693 14.247l3.125 1.207c7.674 2.617 18.025 3.87 25.813.918 10.029-6.346 17.233-15.593 21.062-26.938 1.045-4.995 1.143-9.792 1.133-14.868l.007-2.684q.007-4.466.005-8.932l.01-6.459q.014-8.886.016-17.772.008-9.58.023-19.16.022-16.612.036-33.223c.014-16.778.037-33.557.061-50.335l.03-20.213.002-2.268q.038-26.734.07-53.47l.003-2.363a288998 288998 0 0 0 .076-68.682l.002-2.356.005-4.707a144641 144641 0 0 1 .118-88.974l.003-2.193q.026-17.4.035-34.803.012-17.528.044-35.057.019-9.48.019-18.96 0-8.704.024-17.41.006-3.123.002-6.247c-.014-11.052.305-22.019 1.152-33.041l.229-3.04c2.899-34.427 16.703-66.916 43.278-89.72C1495.617 335.54 1522.64 325.225 1551 324l2.01-.099c33.68-1.466 67.74 12.066 92.644 34.596 26.037 24.044 36.337 56.767 38.346 91.503.178 6.133.135 12.27.126 18.406q0 2.794.004 5.589.005 7.674-.002 15.349-.002 8.352.004 16.703.005 14.638 0 29.275a88054 88054 0 0 0 .001 41.5q.008 37.65.003 75.303a442724 442724 0 0 0-.001 95.53l.002 51.277v2.36q0 37.208-.003 74.42v2.437l-.004 39.197a826765 826765 0 0 0 .004 194.326v2.431l.003 74.271v2.358l-.003 74.185q-.002 36.26.003 72.52a234865 234865 0 0 1-.006 83.287v2.01q-.002 16.575.003 33.152.002 14.495-.004 28.989-.004 8.23 0 16.46c.013 20.332-.06 40.653-.587 60.98l-.061 2.375c-2.31 87.033-16.608 173.396-82.482 310.31l-2.602 4.324c-9.698 15.976-20.63 31.168-32.398 45.676l-2.328 2.914c-4.587 5.694-9.38 11.149-14.332 16.527a278 278 0 0 0-5.902 6.684c-2.438 2.819-5.004 5.416-7.688 8-3.708 3.651-6.904 7.506-10.062 11.625-5.504 7.15-11.419 13.766-17.688 20.25l-1.913 1.98c-7.98 8.212-16.043 15.973-25.087 23.02a871 871 0 0 0-3.375 2.785c-62.455 51.514-144.424 79.734-278.125 108.59l-2.389.35c-31.178 4.507-62.092 5.74-93.547 5.678-5.233-.008-10.467 0-15.7.004q-13.17.008-26.337-.016a9218 9218 0 0 0-30.125.006q-13.102.02-26.205.007c-5.167-.004-10.335-.005-15.502.005-33.938.057-67.559-1.537-101.129-6.846l-2.282-.36c-95.619-15.325-189.406-46.259-312.655-122.328a1237 1237 0 0 0-7.57-5.348c-8.916-6.299-17.31-12.962-25.498-20.176-2.382-2.061-4.848-4.013-7.311-5.976-4.528-3.67-8.63-7.62-12.668-11.82a118 118 0 0 0-6.258-5.735c-5.95-5.155-11.38-10.832-16.902-16.437-3.759-3.793-7.508-7.527-11.563-11.004-4.15-3.562-7.886-7.44-11.609-11.441l-2.103-2.25A496 496 0 0 1 454 1893l-1.548-1.853c-8.938-10.72-17.309-21.813-25.452-33.147l-1.625-2.26c-15.988-22.338-31.02-45.4-45.913-68.476a4824 4824 0 0 0-7.712-11.889l-1.61-2.476c-11.309-17.394-22.689-34.741-34.061-52.094q-6.651-10.147-13.287-20.305c-18.472-28.273-37.058-56.47-55.636-84.672l-11.851-17.996a219620 219620 0 0 0-37.702-57.243c-5.518-8.378-11.037-16.756-16.61-25.097a2555 2555 0 0 1-11.294-17.07c-12.883-19.613-25.851-39.16-39.006-58.592-9.783-14.456-19.425-29-29.005-43.59A3530 3530 0 0 0 94.5 1355.5a4476 4476 0 0 1-29.937-44.812l-1.773-2.686a2270 2270 0 0 1-19.259-29.658l-1.71-2.68c-20.593-32.403-42.084-70.31-42.395-109.652l-.045-3.942c-.027-2.74-.04-5.481-.047-8.222a448 448 0 0 0-.102-8.262C-1.16 1127.079.659 1111.169 8 1094l1.16-2.734c6.75-15.71 15.628-29.358 26.84-42.266l2.398-2.805C44.093 1039.71 50.182 1034.272 57 1029l2.73-2.277c27.537-22.22 68.007-26.454 101.989-23.254 47.642 5.548 86.963 29.379 117.156 66.281l2.07 2.637c2.196 2.792 4.494 5.477 6.805 8.176 6.527 7.82 12.364 16.13 18.25 24.437l3.04 4.266a1401 1401 0 0 1 15.46 22.234c9.949 14.583 20.208 28.91 30.718 43.093 2.934 3.964 5.858 7.936 8.782 11.907l10.5 14.25 1.75 2.375 3.498 4.748q4.389 5.96 8.787 11.912a3022 3022 0 0 1 21.852 29.977q2.442 3.387 4.894 6.77c5.92 8.172 11.8 16.368 17.586 24.636a375 375 0 0 0 7.305 10.074l1.612 2.144L443 1295c.649-99.074 1.095-198.147 1.281-297.223l.007-3.762q.076-40.568.144-81.135a341955 341955 0 0 1 .212-114.223l.008-4.148.004-2.074.053-26.93.182-93.772q.112-58.09.207-116.18a157538 157538 0 0 1 .238-119.106q.046-21.294.07-42.587.026-20.941.084-41.882.034-12.137.039-24.273c.002-5.966.02-11.932.044-17.898q.01-3.57.005-7.138c-.035-29.35 4.282-56.22 17.422-82.669l1.042-2.153C469.122 207.488 474.91 200.082 484 193l1.743-1.385c30.509-24.047 65.913-34.871 104.563-30.345 30.248 4.071 61.123 18.124 80.484 42.413 28.788 37.901 29.653 83.331 29.867 128.953.024 4.542.058 9.084.091 13.626a13143 13143 0 0 1 .266 51.392c.127 34.56.165 69.12.187 103.681q.016 22.976.049 45.951l.022 17.311.005 4.36a298920 298920 0 0 1 .063 52.884q.039 36.03.063 72.058a86255 86255 0 0 0 .102 87.43c.017 11.069.022 22.137.023 33.206q.003 16.596.037 33.192c.012 5.98.02 11.961.013 17.942q-.006 8.207.023 16.413.007 2.966-.002 5.93c-.042 15.135.996 27.12 11.651 38.738 7.198 6.899 16.104 8.578 25.754 8.637 9.778-.209 19-4.585 25.996-11.387 7.355-9.965 4.167-29.124 4.19-40.991q.011-3.544.025-7.087.03-8.732.05-17.463.028-10.553.064-21.107.063-19.7.117-39.4.053-19.758.114-39.514l.008-2.504.031-10.09c.232-74.703.423-149.405.604-224.108l.103-41.964.063-25.744.024-9.62q.087-34.599.161-69.198c.335-154.6.335-154.6.826-216.711q.039-5.151.07-10.302.051-7.833.128-15.665.024-2.76.04-5.521c.055-9.297.394-18.493 1.301-27.75l.241-2.46c2.574-24.063 14.379-40.335 30.517-57.399a359 359 0 0 0 3.19-3.433c12.6-13.29 29.453-23.051 46.19-30.141a285 285 0 0 0 5.037-2.217c13.209-5.036 27.134-4.372 41.06-4.263' fill='%23020003'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1686' height='2133'%3E%3Cpath d='M899.154-.652c3.673.029 7.345.012 11.018-.018a798 798 0 0 1 8.636 0c1.998.006 3.995-.01 5.993-.025 12.64.16 23.86 3.848 34.887 10.008l2.147 1.174C973.175 16.777 982.697 24.05 992 33l1.922 1.695c20.622 18.756 31.749 50.392 33.25 77.406.148 3.366.272 6.731.384 10.098l.128 3.817c.426 13.865.447 27.729.42 41.6-.007 3.836-.007 7.672-.008 11.508q-.003 10.035-.017 20.072-.018 14.923-.026 29.847-.014 23.589-.036 47.177-.034 37.427-.05 74.855l-.013 28.86-.001 3.238q-.019 38.071-.042 76.143l-.002 3.362q-.023 38.853-.057 77.706l-.003 3.38-.023 26.98a190287 190287 0 0 0-.072 126.983v3.123q-.011 24.855-.045 49.709-.03 24.966-.03 49.932.001 14.822-.029 29.645-.018 9.909-.007 19.818c.003 3.76.002 7.519-.012 11.278-.076 20.825 1.24 38.42 9.369 57.768l1.219 3.05c2.662 6.071 5.621 9.379 11.781 11.95 9.13 3.43 19.189 2.343 28.188-1 7.864-3.594 16.187-9.995 19.812-18 1.943-9.64 2.28-19.205 2.221-29.004v-4.406q-.003-4.773-.02-9.546c-.02-5.232-.026-10.464-.03-15.697q-.013-11.583-.042-23.166c-.03-12.608-.045-25.216-.056-37.824l-.003-3.292-.013-13.412-.02-20.864c-.067-58.202.018-116.404.111-174.605l.007-4.094a387364 387364 0 0 1 .162-95.059l.004-2.084q.06-34.086.104-68.17.045-35.738.114-71.474.042-20.794.064-41.587.017-16.629.056-33.259.021-8.436.025-16.872.003-7.734.03-15.467.008-2.77.004-5.542c-.04-39.015 5.357-81.604 32.54-111.873 3.979-3.89 8.348-7.299 12.742-10.703l2.664-2.07c24.479-18.414 59.895-31.298 90.861-27.065 2.167.343 4.32.728 6.475 1.135l2.118.388c22.486 4.28 42.88 13.49 60.882 27.612l2.73 2.113c2.815 2.235 5.549 4.54 8.27 6.887l2.75 2.277c24.065 21.638 30.896 61.034 32.562 91.858.738 15.909.835 31.807.827 47.73q0 5.722.008 11.443.009 9.992.01 19.982.001 14.858.014 29.714.017 23.48.027 46.957.017 37.26.052 74.519l.025 28.718.002 3.222q.033 37.905.06 75.81a293648 293648 0 0 1 .05 80.717l.014 30.216a189706 189706 0 0 0 .101 126.378l.003 3.109q.024 24.74.023 49.483.003 24.858.037 49.716.022 14.759.012 29.518-.005 9.867.019 19.734c.008 3.744.012 7.487.003 11.23-.409 25.802-.409 25.802 6.839 50.294l.869 1.941c3.116 6.788 5.493 11.555 12.693 14.247l3.125 1.207c7.674 2.617 18.025 3.87 25.813.918 10.029-6.346 17.233-15.593 21.062-26.938 1.045-4.995 1.143-9.792 1.133-14.868l.007-2.684q.007-4.466.005-8.932l.01-6.459q.014-8.886.016-17.772.008-9.58.023-19.16.022-16.612.036-33.223c.014-16.778.037-33.557.061-50.335l.03-20.213.002-2.268q.038-26.734.07-53.47l.003-2.363a288998 288998 0 0 0 .076-68.682l.002-2.356.005-4.707a144641 144641 0 0 1 .118-88.974l.003-2.193q.026-17.4.035-34.803.012-17.528.044-35.057.019-9.48.019-18.96 0-8.704.024-17.41.006-3.123.002-6.247c-.014-11.052.305-22.019 1.152-33.041l.229-3.04c2.899-34.427 16.703-66.916 43.278-89.72C1495.617 335.54 1522.64 325.225 1551 324l2.01-.099c33.68-1.466 67.74 12.066 92.644 34.596 26.037 24.044 36.337 56.767 38.346 91.503.178 6.133.135 12.27.126 18.406q0 2.794.004 5.589.005 7.674-.002 15.349-.002 8.352.004 16.703.005 14.638 0 29.275a88054 88054 0 0 0 .001 41.5q.008 37.65.003 75.303a442724 442724 0 0 0-.001 95.53l.002 51.277v2.36q0 37.208-.003 74.42v2.437l-.004 39.197a826765 826765 0 0 0 .004 194.326v2.431l.003 74.271v2.358l-.003 74.185q-.002 36.26.003 72.52a234865 234865 0 0 1-.006 83.287v2.01q-.002 16.575.003 33.152.002 14.495-.004 28.989-.004 8.23 0 16.46c.013 20.332-.06 40.653-.587 60.98l-.061 2.375c-2.31 87.033-16.608 173.396-82.482 310.31l-2.602 4.324c-9.698 15.976-20.63 31.168-32.398 45.676l-2.328 2.914c-4.587 5.694-9.38 11.149-14.332 16.527a278 278 0 0 0-5.902 6.684c-2.438 2.819-5.004 5.416-7.688 8-3.708 3.651-6.904 7.506-10.062 11.625-5.504 7.15-11.419 13.766-17.688 20.25l-1.913 1.98c-7.98 8.212-16.043 15.973-25.087 23.02a871 871 0 0 0-3.375 2.785c-62.455 51.514-144.424 79.734-278.125 108.59l-2.389.35c-31.178 4.507-62.092 5.74-93.547 5.678-5.233-.008-10.467 0-15.7.004q-13.17.008-26.337-.016a9218 9218 0 0 0-30.125.006q-13.102.02-26.205.007c-5.167-.004-10.335-.005-15.502.005-33.938.057-67.559-1.537-101.129-6.846l-2.282-.36c-95.619-15.325-189.406-46.259-312.655-122.328a1237 1237 0 0 0-7.57-5.348c-8.916-6.299-17.31-12.962-25.498-20.176-2.382-2.061-4.848-4.013-7.311-5.976-4.528-3.67-8.63-7.62-12.668-11.82a118 118 0 0 0-6.258-5.735c-5.95-5.155-11.38-10.832-16.902-16.437-3.759-3.793-7.508-7.527-11.563-11.004-4.15-3.562-7.886-7.44-11.609-11.441l-2.103-2.25A496 496 0 0 1 454 1893l-1.548-1.853c-8.938-10.72-17.309-21.813-25.452-33.147l-1.625-2.26c-15.988-22.338-31.02-45.4-45.913-68.476a4824 4824 0 0 0-7.712-11.889l-1.61-2.476c-11.309-17.394-22.689-34.741-34.061-52.094q-6.651-10.147-13.287-20.305c-18.472-28.273-37.058-56.47-55.636-84.672l-11.851-17.996a219620 219620 0 0 0-37.702-57.243c-5.518-8.378-11.037-16.756-16.61-25.097a2555 2555 0 0 1-11.294-17.07c-12.883-19.613-25.851-39.16-39.006-58.592-9.783-14.456-19.425-29-29.005-43.59A3530 3530 0 0 0 94.5 1355.5a4476 4476 0 0 1-29.937-44.812l-1.773-2.686a2270 2270 0 0 1-19.259-29.658l-1.71-2.68c-20.593-32.403-42.084-70.31-42.395-109.652l-.045-3.942c-.027-2.74-.04-5.481-.047-8.222a448 448 0 0 0-.102-8.262C-1.16 1127.079.659 1111.169 8 1094l1.16-2.734c6.75-15.71 15.628-29.358 26.84-42.266l2.398-2.805C44.093 1039.71 50.182 1034.272 57 1029l2.73-2.277c27.537-22.22 68.007-26.454 101.989-23.254 47.642 5.548 86.963 29.379 117.156 66.281l2.07 2.637c2.196 2.792 4.494 5.477 6.805 8.176 6.527 7.82 12.364 16.13 18.25 24.437l3.04 4.266a1401 1401 0 0 1 15.46 22.234c9.949 14.583 20.208 28.91 30.718 43.093 2.934 3.964 5.858 7.936 8.782 11.907l10.5 14.25 1.75 2.375 3.498 4.748q4.389 5.96 8.787 11.912a3022 3022 0 0 1 21.852 29.977q2.442 3.387 4.894 6.77c5.92 8.172 11.8 16.368 17.586 24.636a375 375 0 0 0 7.305 10.074l1.612 2.144L443 1295c.649-99.074 1.095-198.147 1.281-297.223l.007-3.762q.076-40.568.144-81.135a341955 341955 0 0 1 .212-114.223l.008-4.148.004-2.074.053-26.93.182-93.772q.112-58.09.207-116.18a157538 157538 0 0 1 .238-119.106q.046-21.294.07-42.587.026-20.941.084-41.882.034-12.137.039-24.273c.002-5.966.02-11.932.044-17.898q.01-3.57.005-7.138c-.035-29.35 4.282-56.22 17.422-82.669l1.042-2.153C469.122 207.488 474.91 200.082 484 193l1.743-1.385c30.509-24.047 65.913-34.871 104.563-30.345 30.248 4.071 61.123 18.124 80.484 42.413 28.788 37.901 29.653 83.331 29.867 128.953.024 4.542.058 9.084.091 13.626a13143 13143 0 0 1 .266 51.392c.127 34.56.165 69.12.187 103.681q.016 22.976.049 45.951l.022 17.311.005 4.36a298920 298920 0 0 1 .063 52.884q.039 36.03.063 72.058a86255 86255 0 0 0 .102 87.43c.017 11.069.022 22.137.023 33.206q.003 16.596.037 33.192c.012 5.98.02 11.961.013 17.942q-.006 8.207.023 16.413.007 2.966-.002 5.93c-.042 15.135.996 27.12 11.651 38.738 7.198 6.899 16.104 8.578 25.754 8.637 9.778-.209 19-4.585 25.996-11.387 7.355-9.965 4.167-29.124 4.19-40.991q.011-3.544.025-7.087.03-8.732.05-17.463.028-10.553.064-21.107.063-19.7.117-39.4.053-19.758.114-39.514l.008-2.504.031-10.09c.232-74.703.423-149.405.604-224.108l.103-41.964.063-25.744.024-9.62q.087-34.599.161-69.198c.335-154.6.335-154.6.826-216.711q.039-5.151.07-10.302.051-7.833.128-15.665.024-2.76.04-5.521c.055-9.297.394-18.493 1.301-27.75l.241-2.46c2.574-24.063 14.379-40.335 30.517-57.399a359 359 0 0 0 3.19-3.433c12.6-13.29 29.453-23.051 46.19-30.141a285 285 0 0 0 5.037-2.217c13.209-5.036 27.134-4.372 41.06-4.263' fill='%23020003'/%3E%3C/svg%3E");
}

.icon-profile {
  width: 30px;
  height: 30px;
}
.icon-profile::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='m243.793 7.797 2.729-.022C284.356 7.546 284.356 7.546 301 11l3.011.618C360.718 23.611 415.728 54.011 451 101l1.487 1.976C459.963 112.963 466.909 123.11 473 134l1.206 2.125c18.248 32.403 29.8 70.305 29.997 107.668l.022 2.729c.229 37.834.229 37.834-3.225 54.478l-.618 3.011c-14.077 66.56-52.494 123.819-109.352 161.287-4.26 2.717-8.621 5.236-13.03 7.702l-2.125 1.206c-32.403 18.248-70.305 29.8-107.668 29.997l-2.729.022c-37.834.229-37.834.229-54.478-3.225l-3.011-.618C141.495 486.32 84.037 447.899 46.686 390.998 43.984 386.743 41.47 382.392 39 378l-1.091-1.897c-18.505-32.32-29.813-70.627-30.147-107.974l-.03-2.763C7.56 245.238 7.724 225.76 12 206l.65-3.082C20.83 165.051 37.747 130.18 62 100l1.431-1.782C74.511 84.578 86.927 71.564 101 61l1.976-1.487C112.966 52.035 123.124 45.118 134 39l1.897-1.091c32.24-18.46 70.617-29.916 107.896-30.112' fill='%23E5EBFF'/%3E%3Cpath d='m269 304 2.43.03c18.48.253 38.082 4.058 55.57 9.97l2.475.808C361.88 325.4 391.098 340.645 417 363l2.328 1.992c10.758 9.44 21.223 19.518 30.11 30.758l1.376 1.733c4.316 5.64 4.316 5.64 4.186 8.517a56.5 56.5 0 0 1-4.875 6.125l-1.538 1.746a487 487 0 0 1-3.122 3.501 359 359 0 0 0-3.746 4.245C423.497 442.355 402.097 459.523 378 473l-2.125 1.206c-32.403 18.248-70.305 29.8-107.668 29.997l-2.729.022c-37.834.229-37.834.229-54.478-3.225l-3.011-.618C150.45 488.214 97.513 457.599 61 411l-2.312-2.566C57 406 57 406 57.062 403.945c3.38-7.012 9.545-12.845 14.747-18.53 1.965-2.166 3.863-4.372 5.754-6.603 2.875-3.297 5.958-6.158 9.296-8.98 2.297-1.966 4.492-4.02 6.704-6.082C122.375 337.87 158.673 320.39 196 311l2.249-.584c23.331-6.002 46.759-6.973 70.751-6.416m15-220 3.563 1.063C302.385 89.827 314.15 98.026 325 109l2.426 2.395c17.55 18.277 25.132 42.822 25.066 67.763C351.806 205.29 340.078 227.661 322 246l-2.176 2.215c-9.728 9.251-22.078 15.81-34.824 19.785l-3.781 1.188C257.556 275.973 231.57 272.6 210 261c-8.194-4.74-15.17-10.48-22-17l-1.824-1.598c-15.628-14.243-24.983-37.83-26.319-58.621-1.077-26.915 5.607-50.66 23.706-71.093A823 823 0 0 1 188 108l1.598-1.824C212.493 81.056 252.655 73.732 284 84' fill='%234294FF'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='m243.793 7.797 2.729-.022C284.356 7.546 284.356 7.546 301 11l3.011.618C360.718 23.611 415.728 54.011 451 101l1.487 1.976C459.963 112.963 466.909 123.11 473 134l1.206 2.125c18.248 32.403 29.8 70.305 29.997 107.668l.022 2.729c.229 37.834.229 37.834-3.225 54.478l-.618 3.011c-14.077 66.56-52.494 123.819-109.352 161.287-4.26 2.717-8.621 5.236-13.03 7.702l-2.125 1.206c-32.403 18.248-70.305 29.8-107.668 29.997l-2.729.022c-37.834.229-37.834.229-54.478-3.225l-3.011-.618C141.495 486.32 84.037 447.899 46.686 390.998 43.984 386.743 41.47 382.392 39 378l-1.091-1.897c-18.505-32.32-29.813-70.627-30.147-107.974l-.03-2.763C7.56 245.238 7.724 225.76 12 206l.65-3.082C20.83 165.051 37.747 130.18 62 100l1.431-1.782C74.511 84.578 86.927 71.564 101 61l1.976-1.487C112.966 52.035 123.124 45.118 134 39l1.897-1.091c32.24-18.46 70.617-29.916 107.896-30.112' fill='%23E5EBFF'/%3E%3Cpath d='m269 304 2.43.03c18.48.253 38.082 4.058 55.57 9.97l2.475.808C361.88 325.4 391.098 340.645 417 363l2.328 1.992c10.758 9.44 21.223 19.518 30.11 30.758l1.376 1.733c4.316 5.64 4.316 5.64 4.186 8.517a56.5 56.5 0 0 1-4.875 6.125l-1.538 1.746a487 487 0 0 1-3.122 3.501 359 359 0 0 0-3.746 4.245C423.497 442.355 402.097 459.523 378 473l-2.125 1.206c-32.403 18.248-70.305 29.8-107.668 29.997l-2.729.022c-37.834.229-37.834.229-54.478-3.225l-3.011-.618C150.45 488.214 97.513 457.599 61 411l-2.312-2.566C57 406 57 406 57.062 403.945c3.38-7.012 9.545-12.845 14.747-18.53 1.965-2.166 3.863-4.372 5.754-6.603 2.875-3.297 5.958-6.158 9.296-8.98 2.297-1.966 4.492-4.02 6.704-6.082C122.375 337.87 158.673 320.39 196 311l2.249-.584c23.331-6.002 46.759-6.973 70.751-6.416m15-220 3.563 1.063C302.385 89.827 314.15 98.026 325 109l2.426 2.395c17.55 18.277 25.132 42.822 25.066 67.763C351.806 205.29 340.078 227.661 322 246l-2.176 2.215c-9.728 9.251-22.078 15.81-34.824 19.785l-3.781 1.188C257.556 275.973 231.57 272.6 210 261c-8.194-4.74-15.17-10.48-22-17l-1.824-1.598c-15.628-14.243-24.983-37.83-26.319-58.621-1.077-26.915 5.607-50.66 23.706-71.093A823 823 0 0 1 188 108l1.598-1.824C212.493 81.056 252.655 73.732 284 84' fill='%234294FF'/%3E%3C/svg%3E");
}

.icon-docx {
  width: 30px;
  height: 30px;
}
.icon-docx::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M122.348-.66q2.937-.03 5.873-.065a2413 2413 0 0 1 15.887-.109q4.972-.021 9.945-.052 15.588-.091 31.176-.123 17.94-.036 35.88-.23c9.27-.095 18.54-.14 27.81-.147 5.527-.005 11.05-.032 16.576-.11a741 741 0 0 1 15.605-.048q2.847.005 5.694-.06c10.565-.228 17.57.625 25.604 7.911a176 176 0 0 1 5.064 5.126c2.236 2.278 4.66 4.213 7.163 6.192 6.772 5.49 13.4 11.146 20.041 16.791 6.458 5.487 12.949 10.922 19.522 16.271 3.692 3.037 7.333 6.131 10.976 9.227A661 661 0 0 0 385.5 68.5c6.804 5.542 13.48 11.233 20.166 16.916 6.458 5.487 12.949 10.922 19.522 16.271 3.692 3.037 7.333 6.131 10.976 9.227A661 661 0 0 0 446.5 119.5a790 790 0 0 1 11.875 9.875l1.624 1.376q4.328 3.674 8.646 7.358l1.797 1.53q1.713 1.458 3.42 2.921c2.891 2.479 2.891 2.479 6.138 4.44a1035396 1035396 0 0 1 .427 110.822l.01 2.375q.071 18.779.145 37.558l.149 38.84q.04 10.845.084 21.689.09 22.167.149 44.335.03 11.966.088 23.932.043 9.345.066 18.688.014 5.59.045 11.181c.025 4.112.033 8.224.04 12.336l.03 3.673c-.007 11.91-1.937 21.491-10.053 30.618-9.004 8.53-18.712 9.544-30.679 9.46q-2.18.008-4.36.02c-3.971.016-7.943.008-11.914-.004-4.292-.01-8.584.005-12.876.016-8.398.018-16.797.014-25.196.002q-10.242-.013-20.482-.006l-2.948.002-5.928.004c-18.52.011-37.039-.002-55.558-.023q-23.82-.025-47.643.003a30321 30321 0 0 1-61.269.014l-2.935-.002q-10.226-.003-20.451.012-12.466.018-24.933-.013c-4.238-.01-8.476-.015-12.714-.001q-5.825.017-11.651-.016-2.102-.007-4.203.007c-11.76.076-20.696-1.885-29.393-10.104-6.259-7.393-9.181-15.736-9.16-25.31v-3.518l.015-3.766.005-3.88q.006-5.086.024-10.174.014-5.199.02-10.397.017-10.187.049-20.373l-3.21.063a1342 1342 0 0 1-11.841.157q-2.557.03-5.116.082c-2.457.049-4.914.071-7.372.089l-2.292.062c-5.184.002-8.023-1.09-12.169-4.453-4.197-4.487-4.125-9.442-4.14-15.356l-.018-3.887-.003-4.243-.015-4.485q-.019-6.084-.024-12.168l-.012-7.608q-.02-11.91-.027-23.822-.007-13.732-.05-27.466-.034-10.626-.034-21.254 0-6.34-.025-12.683-.023-5.968-.01-11.935.002-2.184-.013-4.368C30.58 264.19 30.552 257.8 34 251c4.995-4.87 9.258-5.144 15.95-5.098l2.34.005c2.466.005 4.932.018 7.398.03q2.508.008 5.017.014 6.148.017 12.295.049l-.008-3.361q-.1-40.5-.147-81c-.016-13.058-.037-26.115-.071-39.172q-.046-17.073-.056-34.146-.004-9.037-.035-18.076-.03-8.512-.022-17.025-.001-3.118-.019-6.237c-.015-2.848-.01-5.695-.003-8.542l-.026-2.47c.083-10.778 3.754-19.772 10.98-27.725C97.567-1.138 109.517-.62 122.349-.66' fill='%234DB2F1'/%3E%3Cpath d='M47.743 245.884h3.65l4.032.014 4.266.003q5.876.006 11.751.024 6.332.014 12.663.02 13.85.021 27.7.057l17.288.038c15.947.035 31.894.07 47.842.114l3.093.008 3.102.008 6.222.017 3.117.008q25.016.065 50.03.101 25.668.04 51.336.112c9.612.027 19.224.05 28.835.059q12.276.012 24.55.06c4.176.015 8.353.026 12.53.025q5.733-.002 11.465.033 2.077.009 4.153.003c1.88-.006 3.758.009 5.637.024l3.165.008c4.554.612 7.094 2.541 10.08 5.942 2.752 3.833 2.88 5.883 2.897 10.592l.022 3.98.008 4.394.02 4.607q.025 6.27.036 12.54.008 3.918.018 7.835.029 12.255.041 24.512.015 14.148.077 28.295.044 10.933.048 21.868c.002 4.353.011 8.707.036 13.06q.035 6.148.018 12.295 0 2.252.02 4.505c.125 14.585.125 14.585-4.491 19.955-6.527 5.03-12.894 4.562-20.899 4.508q-2.138.006-4.274.019c-3.907.017-7.813.008-11.719-.004-4.216-.01-8.432.005-12.648.016-8.256.018-16.511.014-24.767.002a10086 10086 0 0 0-23.02-.004l-5.819.004c-18.187.011-36.375-.002-54.562-.023q-23.412-.025-46.824.003a29252 29252 0 0 1-60.169.014l-2.88-.002q-10.053-.003-20.106.012-12.249.018-24.497-.013c-4.167-.01-8.334-.015-12.5-.001q-5.721.017-11.442-.016-2.07-.007-4.14.007c-12.77.083-12.77.083-17.734-4.522-4.197-4.487-4.125-9.442-4.14-15.356l-.018-3.887-.003-4.243-.015-4.485q-.019-6.084-.024-12.168l-.012-7.608q-.02-11.91-.027-23.822-.007-13.732-.05-27.466-.034-10.626-.034-21.254 0-6.34-.025-12.683-.023-5.968-.01-11.935.002-2.184-.013-4.368C30.58 264.19 30.552 257.8 34 251c4.378-4.268 7.763-5.126 13.743-5.116M302 0c3.86 1.816 6.863 4.28 10.063 7.063q1.75 1.503 3.503 3.003l1.759 1.509c2.363 2.01 4.766 3.97 7.175 5.925 6.804 5.542 13.48 11.233 20.166 16.916 6.458 5.487 12.949 10.922 19.522 16.272 3.692 3.036 7.333 6.13 10.976 9.226A661 661 0 0 0 385.5 68.5c6.804 5.542 13.48 11.233 20.166 16.916 6.458 5.487 12.949 10.922 19.522 16.272 3.692 3.036 7.333 6.13 10.976 9.226A661 661 0 0 0 446.5 119.5c5.098 4.153 10.124 8.385 15.133 12.645q3.51 2.98 7.047 5.93l1.81 1.515q1.728 1.446 3.46 2.882c3.938 3.303 3.938 3.303 5.05 5.528H303c-1.347-2.693-1.123-4.767-1.12-7.783l-.004-3.731.01-4.115v-4.316q.001-5.87.013-11.74.007-6.13.008-12.26.005-11.612.021-23.225.016-13.218.022-26.437.016-27.196.05-54.393' fill='%2307C'/%3E%3Cpath d='m167.875 297.75 2.414.02c10.578.187 20.117 2.407 28.266 9.62 9.685 10.785 10.374 23.301 9.688 37.077-.825 8.613-4.65 16.847-11.243 22.533-10.679 8.562-23.887 9.063-37 8-8.934-1.367-16.724-5.791-22.375-12.875-7.62-11.02-7.78-24.215-6.625-37.125 2.352-9.874 7.439-16.943 15.938-22.312 6.765-4.016 13.224-5.032 20.937-4.938' fill='%23FBFDFE'/%3E%3Cpath d='m52 299 20.5-.125 6.424-.055q2.553-.009 5.107-.015l2.624-.031c9.707-.003 17.47 2.048 24.97 8.476 10.211 11.823 10.278 23.91 9.609 38.974-.73 8.662-4.646 15.34-11.054 21.155-8.2 6.098-16.834 6.778-26.735 6.719l-2.424-.003c-2.965-.006-5.93-.02-8.896-.033L52 374z' fill='%23F9FCFD'/%3E%3Cpath d='M297 299h26c5.938 10.438 5.938 10.438 7.808 13.732l1.47 2.577 1.507 2.65c1.056 1.964 1.056 1.964 2.215 3.041l12-22h25c-1.415 3.538-2.581 6.142-4.574 9.258l-1.515 2.38-1.599 2.487-1.623 2.559c-2.32 3.649-4.651 7.284-7.072 10.867l-1.93 2.887-1.675 2.433c-1.259 2.648-.927 3.4-.012 6.129 1.034 1.99 1.034 1.99 2.336 3.984l1.462 2.313c.52.81 1.04 1.62 1.577 2.453l1.608 2.527a540 540 0 0 0 12.714 18.91C376 372.905 376 372.905 376 374c-4.207.262-8.412.421-12.625.563l-3.605.228c-8.634.217-8.634.217-11.795-2.588-1.567-2.333-2.787-4.66-3.975-7.203a165 165 0 0 0-2.266-3.687 5768 5768 0 0 1-4-6.688c-1.47-2.701-1.47-2.701-3.734-3.625l-.75 1.918L332 356l-.777 2.1c-2.343 5.986-4.941 11.992-10.223 15.9-8.406 2.279-17.466 1.102-26 0 1.597-4.748 4.23-8.47 7.078-12.531l3.016-4.395q2.368-3.447 4.767-6.872a674 674 0 0 0 4.592-6.67l1.47-2.062c1.507-2.145 1.507-2.145 3.077-5.47-.403-2.76-.403-2.76-2-5l-1.202-2.121-1.337-2.102-1.5-2.365-1.586-2.474-1.618-2.545a686 686 0 0 0-11.429-17.338C297 300 297 300 297 299m-42.125-1.375 2.677.03c10.038.24 18.124 2.084 25.448 9.345 3.595 4.441 6.127 8.29 7 14q-3.591 1.01-7.187 2l-2.042.578c-7.217 1.972-7.217 1.972-10.771 1.422-1.441-1.46-1.441-1.46-2.562-3.375-1.79-3.01-3.125-4.38-6.438-5.625-4.514-.706-8.116-.383-12.312 1.438-5.63 5.368-6.935 10.888-7.125 18.562.218 6.976.973 13.014 5.5 18.5 4.081 3.16 7.93 2.986 12.937 2.5 3.732-1.623 5.911-3.519 8-7a100 100 0 0 0 2-6c4.988.61 9.602 1.635 14.438 3.063l3.746 1.097L291 349c-1.447 8.559-5.235 15.188-12.02 20.598-9.654 6.836-22.131 6.593-33.48 4.87-10.017-2.303-16.538-7.104-22.5-15.468-5.669-11.728-7.208-25.92-3.375-38.437 3.766-9.777 9.64-15.883 19.1-20.383 5.415-2.292 10.313-2.652 16.15-2.555' fill='%23FBFDFE'/%3E%3Cpath d='M177.813 317.25c3.488 2.791 5.77 5.499 7.187 9.75 1.055 19.184 1.055 19.184-3 26-3.99 3.893-6.758 5.17-12.25 5.313-5.105-.08-8.014-.577-11.75-4.313-5.35-7.328-4.726-16.378-4-25 .824-4.589 2.491-7.83 6-10.937 5.768-3.966 11.523-3.608 17.813-.813' fill='%230379CC'/%3E%3Cpath d='M76 316c11.828 0 11.828 0 17 3 5.333 5.613 5.208 10.48 5.25 17.813l.063 2.697c.03 5.268-.355 8.938-3.313 13.49-5.972 5.412-10.233 4-19 4z' fill='%230378CC'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M122.348-.66q2.937-.03 5.873-.065a2413 2413 0 0 1 15.887-.109q4.972-.021 9.945-.052 15.588-.091 31.176-.123 17.94-.036 35.88-.23c9.27-.095 18.54-.14 27.81-.147 5.527-.005 11.05-.032 16.576-.11a741 741 0 0 1 15.605-.048q2.847.005 5.694-.06c10.565-.228 17.57.625 25.604 7.911a176 176 0 0 1 5.064 5.126c2.236 2.278 4.66 4.213 7.163 6.192 6.772 5.49 13.4 11.146 20.041 16.791 6.458 5.487 12.949 10.922 19.522 16.271 3.692 3.037 7.333 6.131 10.976 9.227A661 661 0 0 0 385.5 68.5c6.804 5.542 13.48 11.233 20.166 16.916 6.458 5.487 12.949 10.922 19.522 16.271 3.692 3.037 7.333 6.131 10.976 9.227A661 661 0 0 0 446.5 119.5a790 790 0 0 1 11.875 9.875l1.624 1.376q4.328 3.674 8.646 7.358l1.797 1.53q1.713 1.458 3.42 2.921c2.891 2.479 2.891 2.479 6.138 4.44a1035396 1035396 0 0 1 .427 110.822l.01 2.375q.071 18.779.145 37.558l.149 38.84q.04 10.845.084 21.689.09 22.167.149 44.335.03 11.966.088 23.932.043 9.345.066 18.688.014 5.59.045 11.181c.025 4.112.033 8.224.04 12.336l.03 3.673c-.007 11.91-1.937 21.491-10.053 30.618-9.004 8.53-18.712 9.544-30.679 9.46q-2.18.008-4.36.02c-3.971.016-7.943.008-11.914-.004-4.292-.01-8.584.005-12.876.016-8.398.018-16.797.014-25.196.002q-10.242-.013-20.482-.006l-2.948.002-5.928.004c-18.52.011-37.039-.002-55.558-.023q-23.82-.025-47.643.003a30321 30321 0 0 1-61.269.014l-2.935-.002q-10.226-.003-20.451.012-12.466.018-24.933-.013c-4.238-.01-8.476-.015-12.714-.001q-5.825.017-11.651-.016-2.102-.007-4.203.007c-11.76.076-20.696-1.885-29.393-10.104-6.259-7.393-9.181-15.736-9.16-25.31v-3.518l.015-3.766.005-3.88q.006-5.086.024-10.174.014-5.199.02-10.397.017-10.187.049-20.373l-3.21.063a1342 1342 0 0 1-11.841.157q-2.557.03-5.116.082c-2.457.049-4.914.071-7.372.089l-2.292.062c-5.184.002-8.023-1.09-12.169-4.453-4.197-4.487-4.125-9.442-4.14-15.356l-.018-3.887-.003-4.243-.015-4.485q-.019-6.084-.024-12.168l-.012-7.608q-.02-11.91-.027-23.822-.007-13.732-.05-27.466-.034-10.626-.034-21.254 0-6.34-.025-12.683-.023-5.968-.01-11.935.002-2.184-.013-4.368C30.58 264.19 30.552 257.8 34 251c4.995-4.87 9.258-5.144 15.95-5.098l2.34.005c2.466.005 4.932.018 7.398.03q2.508.008 5.017.014 6.148.017 12.295.049l-.008-3.361q-.1-40.5-.147-81c-.016-13.058-.037-26.115-.071-39.172q-.046-17.073-.056-34.146-.004-9.037-.035-18.076-.03-8.512-.022-17.025-.001-3.118-.019-6.237c-.015-2.848-.01-5.695-.003-8.542l-.026-2.47c.083-10.778 3.754-19.772 10.98-27.725C97.567-1.138 109.517-.62 122.349-.66' fill='%234DB2F1'/%3E%3Cpath d='M47.743 245.884h3.65l4.032.014 4.266.003q5.876.006 11.751.024 6.332.014 12.663.02 13.85.021 27.7.057l17.288.038c15.947.035 31.894.07 47.842.114l3.093.008 3.102.008 6.222.017 3.117.008q25.016.065 50.03.101 25.668.04 51.336.112c9.612.027 19.224.05 28.835.059q12.276.012 24.55.06c4.176.015 8.353.026 12.53.025q5.733-.002 11.465.033 2.077.009 4.153.003c1.88-.006 3.758.009 5.637.024l3.165.008c4.554.612 7.094 2.541 10.08 5.942 2.752 3.833 2.88 5.883 2.897 10.592l.022 3.98.008 4.394.02 4.607q.025 6.27.036 12.54.008 3.918.018 7.835.029 12.255.041 24.512.015 14.148.077 28.295.044 10.933.048 21.868c.002 4.353.011 8.707.036 13.06q.035 6.148.018 12.295 0 2.252.02 4.505c.125 14.585.125 14.585-4.491 19.955-6.527 5.03-12.894 4.562-20.899 4.508q-2.138.006-4.274.019c-3.907.017-7.813.008-11.719-.004-4.216-.01-8.432.005-12.648.016-8.256.018-16.511.014-24.767.002a10086 10086 0 0 0-23.02-.004l-5.819.004c-18.187.011-36.375-.002-54.562-.023q-23.412-.025-46.824.003a29252 29252 0 0 1-60.169.014l-2.88-.002q-10.053-.003-20.106.012-12.249.018-24.497-.013c-4.167-.01-8.334-.015-12.5-.001q-5.721.017-11.442-.016-2.07-.007-4.14.007c-12.77.083-12.77.083-17.734-4.522-4.197-4.487-4.125-9.442-4.14-15.356l-.018-3.887-.003-4.243-.015-4.485q-.019-6.084-.024-12.168l-.012-7.608q-.02-11.91-.027-23.822-.007-13.732-.05-27.466-.034-10.626-.034-21.254 0-6.34-.025-12.683-.023-5.968-.01-11.935.002-2.184-.013-4.368C30.58 264.19 30.552 257.8 34 251c4.378-4.268 7.763-5.126 13.743-5.116M302 0c3.86 1.816 6.863 4.28 10.063 7.063q1.75 1.503 3.503 3.003l1.759 1.509c2.363 2.01 4.766 3.97 7.175 5.925 6.804 5.542 13.48 11.233 20.166 16.916 6.458 5.487 12.949 10.922 19.522 16.272 3.692 3.036 7.333 6.13 10.976 9.226A661 661 0 0 0 385.5 68.5c6.804 5.542 13.48 11.233 20.166 16.916 6.458 5.487 12.949 10.922 19.522 16.272 3.692 3.036 7.333 6.13 10.976 9.226A661 661 0 0 0 446.5 119.5c5.098 4.153 10.124 8.385 15.133 12.645q3.51 2.98 7.047 5.93l1.81 1.515q1.728 1.446 3.46 2.882c3.938 3.303 3.938 3.303 5.05 5.528H303c-1.347-2.693-1.123-4.767-1.12-7.783l-.004-3.731.01-4.115v-4.316q.001-5.87.013-11.74.007-6.13.008-12.26.005-11.612.021-23.225.016-13.218.022-26.437.016-27.196.05-54.393' fill='%2307C'/%3E%3Cpath d='m167.875 297.75 2.414.02c10.578.187 20.117 2.407 28.266 9.62 9.685 10.785 10.374 23.301 9.688 37.077-.825 8.613-4.65 16.847-11.243 22.533-10.679 8.562-23.887 9.063-37 8-8.934-1.367-16.724-5.791-22.375-12.875-7.62-11.02-7.78-24.215-6.625-37.125 2.352-9.874 7.439-16.943 15.938-22.312 6.765-4.016 13.224-5.032 20.937-4.938' fill='%23FBFDFE'/%3E%3Cpath d='m52 299 20.5-.125 6.424-.055q2.553-.009 5.107-.015l2.624-.031c9.707-.003 17.47 2.048 24.97 8.476 10.211 11.823 10.278 23.91 9.609 38.974-.73 8.662-4.646 15.34-11.054 21.155-8.2 6.098-16.834 6.778-26.735 6.719l-2.424-.003c-2.965-.006-5.93-.02-8.896-.033L52 374z' fill='%23F9FCFD'/%3E%3Cpath d='M297 299h26c5.938 10.438 5.938 10.438 7.808 13.732l1.47 2.577 1.507 2.65c1.056 1.964 1.056 1.964 2.215 3.041l12-22h25c-1.415 3.538-2.581 6.142-4.574 9.258l-1.515 2.38-1.599 2.487-1.623 2.559c-2.32 3.649-4.651 7.284-7.072 10.867l-1.93 2.887-1.675 2.433c-1.259 2.648-.927 3.4-.012 6.129 1.034 1.99 1.034 1.99 2.336 3.984l1.462 2.313c.52.81 1.04 1.62 1.577 2.453l1.608 2.527a540 540 0 0 0 12.714 18.91C376 372.905 376 372.905 376 374c-4.207.262-8.412.421-12.625.563l-3.605.228c-8.634.217-8.634.217-11.795-2.588-1.567-2.333-2.787-4.66-3.975-7.203a165 165 0 0 0-2.266-3.687 5768 5768 0 0 1-4-6.688c-1.47-2.701-1.47-2.701-3.734-3.625l-.75 1.918L332 356l-.777 2.1c-2.343 5.986-4.941 11.992-10.223 15.9-8.406 2.279-17.466 1.102-26 0 1.597-4.748 4.23-8.47 7.078-12.531l3.016-4.395q2.368-3.447 4.767-6.872a674 674 0 0 0 4.592-6.67l1.47-2.062c1.507-2.145 1.507-2.145 3.077-5.47-.403-2.76-.403-2.76-2-5l-1.202-2.121-1.337-2.102-1.5-2.365-1.586-2.474-1.618-2.545a686 686 0 0 0-11.429-17.338C297 300 297 300 297 299m-42.125-1.375 2.677.03c10.038.24 18.124 2.084 25.448 9.345 3.595 4.441 6.127 8.29 7 14q-3.591 1.01-7.187 2l-2.042.578c-7.217 1.972-7.217 1.972-10.771 1.422-1.441-1.46-1.441-1.46-2.562-3.375-1.79-3.01-3.125-4.38-6.438-5.625-4.514-.706-8.116-.383-12.312 1.438-5.63 5.368-6.935 10.888-7.125 18.562.218 6.976.973 13.014 5.5 18.5 4.081 3.16 7.93 2.986 12.937 2.5 3.732-1.623 5.911-3.519 8-7a100 100 0 0 0 2-6c4.988.61 9.602 1.635 14.438 3.063l3.746 1.097L291 349c-1.447 8.559-5.235 15.188-12.02 20.598-9.654 6.836-22.131 6.593-33.48 4.87-10.017-2.303-16.538-7.104-22.5-15.468-5.669-11.728-7.208-25.92-3.375-38.437 3.766-9.777 9.64-15.883 19.1-20.383 5.415-2.292 10.313-2.652 16.15-2.555' fill='%23FBFDFE'/%3E%3Cpath d='M177.813 317.25c3.488 2.791 5.77 5.499 7.187 9.75 1.055 19.184 1.055 19.184-3 26-3.99 3.893-6.758 5.17-12.25 5.313-5.105-.08-8.014-.577-11.75-4.313-5.35-7.328-4.726-16.378-4-25 .824-4.589 2.491-7.83 6-10.937 5.768-3.966 11.523-3.608 17.813-.813' fill='%230379CC'/%3E%3Cpath d='M76 316c11.828 0 11.828 0 17 3 5.333 5.613 5.208 10.48 5.25 17.813l.063 2.697c.03 5.268-.355 8.938-3.313 13.49-5.972 5.412-10.233 4-19 4z' fill='%230378CC'/%3E%3C/svg%3E");
}

.icon-img {
  width: 30px;
  height: 30px;
}
.icon-img::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='512' height='512'%3E%3Cpath d='M0 0 C1.41702674 -0.00489804 2.83404949 -0.01109204 4.25106555 -0.01845789 C8.11752519 -0.03476523 11.98377969 -0.0325584 15.85026157 -0.02708292 C20.03107915 -0.02440125 24.21184344 -0.03896587 28.39263916 -0.05117798 C36.57341634 -0.07218722 44.75412258 -0.07677539 52.93492355 -0.07499009 C59.58880433 -0.07368004 66.24266306 -0.07749899 72.89653969 -0.08491516 C74.81665335 -0.08701447 76.73676701 -0.08911207 78.65688068 -0.09120798 C79.61272769 -0.09225151 80.56857471 -0.09329504 81.55338679 -0.09437019 C99.61386988 -0.11325483 117.67431233 -0.11222798 135.73480121 -0.10540086 C152.2323988 -0.09982832 168.72984096 -0.12064169 185.22740223 -0.15376133 C202.19158725 -0.18755174 219.15569793 -0.2026599 236.11991721 -0.1980443 C245.63414747 -0.19580481 255.14823414 -0.20096622 264.66243553 -0.22593689 C272.76380379 -0.24701939 280.86494973 -0.25047354 288.96632733 -0.2316373 C293.09400295 -0.22252159 297.22126486 -0.22120717 301.34890747 -0.24199295 C326.24029902 -0.35900498 345.3521845 1.16390474 364.44013977 19.01159668 C377.81389826 32.95688331 382.19388457 49.05464316 382.1197052 67.88395691 C382.12460184 69.43297685 382.1307952 70.98199314 382.13816309 72.5310033 C382.1544881 76.76230794 382.15225992 80.99342536 382.14678812 85.2247504 C382.14410867 89.79820759 382.15866694 94.37161591 382.17088318 98.9450531 C382.19190159 107.89585989 382.19648006 116.84660186 382.19469529 125.79743042 C382.19338573 133.07678728 382.19720174 140.35612399 382.20462036 147.63547707 C382.20671965 149.73533418 382.20881725 151.83519129 382.21091318 153.9350484 C382.21247847 155.50298748 382.21247847 155.50298748 382.21407539 157.1026021 C382.23296367 176.85700815 382.23193204 196.61137704 382.22510606 216.36578838 C382.21953306 234.41534681 382.24034823 252.4647632 382.27346653 270.51428845 C382.30724712 289.06952978 382.32236632 307.62470316 382.3177495 326.17997581 C382.31550905 336.58846279 382.32068567 346.99681853 382.34564209 357.40527916 C382.36671182 366.2678756 382.3701912 375.13026886 382.3513425 383.99287381 C382.34221912 388.50938779 382.34093658 393.02552351 382.36169815 397.54200745 C382.38054012 401.68697285 382.37575869 405.83125371 382.35315233 409.97619412 C382.3489996 411.46537408 382.35305283 412.9546079 382.36674827 414.44373067 C382.53167174 433.70779966 376.30713368 448.99300738 363.10810852 463.10925293 C349.58013681 476.08279957 333.79759409 480.86716134 315.43040466 480.78208923 C314.01124047 480.78626977 312.59207961 480.79175121 311.17292488 480.79840904 C307.30066674 480.81278813 303.42862281 480.80864272 299.55635333 480.80124223 C295.36946317 480.79649407 291.18261825 480.80903493 286.9957428 480.81925964 C278.80393515 480.83642083 270.6122043 480.83729322 262.42038335 480.83204674 C255.75932659 480.82799878 249.09829247 480.82945603 242.43723679 480.834795 C241.48775631 480.83554342 240.53827583 480.83629184 239.56002321 480.83706294 C237.63090659 480.83859448 235.70178997 480.84013283 233.77267335 480.84167791 C215.69797122 480.85539328 197.62331241 480.84997206 179.54861127 480.8384927 C163.02960822 480.82856152 146.51071719 480.84150071 129.99173142 480.86542689 C113.01061241 480.88983623 96.02954554 480.89942124 79.04840934 480.89277416 C69.52256186 480.889286 59.99680051 480.89148739 50.47096634 480.90902519 C42.36184789 480.92377012 34.25287622 480.92435272 26.14376058 480.90695428 C22.01043782 480.89846071 17.87737702 480.89625426 13.74406815 480.91160583 C9.95275618 480.92551231 6.16192913 480.92061421 2.37064479 480.9013666 C0.36562945 480.8958656 -1.63941096 480.90982821 -3.64437854 480.9247207 C-21.58749711 480.78006758 -36.78184972 473.73789897 -49.47001648 461.23034668 C-62.5442783 447.16184442 -67.06517533 431.15727002 -66.90962219 412.30358887 C-66.91540034 410.75024889 -66.92335271 409.19691578 -66.93325841 407.64359665 C-66.95392299 403.42345357 -66.94391087 399.20388364 -66.92832732 394.98373985 C-66.91693314 390.41376448 -66.93451619 385.84388217 -66.94822693 381.27392578 C-66.97037841 372.34046182 -66.96569437 363.40720874 -66.95116372 354.47373676 C-66.9398395 347.20879204 -66.93835431 339.94390611 -66.94378281 332.67895508 C-66.94454897 331.64220666 -66.94531514 330.60545824 -66.94610452 329.5372932 C-66.94770326 327.43069742 -66.94932433 325.32410167 -66.95096748 323.21750593 C-66.96520128 303.49642573 -66.94886948 283.77546202 -66.92196564 264.05440092 C-66.89962904 247.15856412 -66.90350984 230.26289913 -66.92655945 213.36706543 C-66.95335936 193.71317851 -66.96382821 174.05939352 -66.94849813 154.40549088 C-66.9469055 152.30694836 -66.94533365 150.20840583 -66.94378281 148.10986328 C-66.94301143 147.07752902 -66.94224005 146.04519475 -66.9414453 144.98157763 C-66.93714087 137.73126435 -66.94438767 130.4810161 -66.95618057 123.23071289 C-66.97025076 114.38651916 -66.96631104 105.54254712 -66.93977685 96.69837856 C-66.92669923 92.19196827 -66.92138199 87.68592664 -66.93802261 83.17951965 C-66.95306197 79.04398611 -66.94450725 74.90915849 -66.91813485 70.77368784 C-66.91260847 69.28803014 -66.91525664 67.80231119 -66.92751379 66.31669378 C-67.07398424 47.06791544 -60.84594876 31.78448198 -47.65751648 17.67956543 C-34.13725777 4.71341568 -18.35726907 -0.07549504 0 0 Z ' fill='%23DCEAFC' transform='translate(98.27470397949219,15.6055908203125)'/%3E%3Cpath d='M0 0 C5.67900114 2.69940511 9.68404362 6.30801119 14.05796051 10.77417374 C15.17161987 11.88695694 15.17161987 11.88695694 16.3077774 13.02222061 C18.74127796 15.4584913 21.16032942 17.90858679 23.57944489 20.35913467 C25.27107348 22.0582294 26.96359173 23.75643882 28.65695953 25.4538002 C33.09796496 29.91003236 37.52682322 34.3781479 41.95322418 38.84888077 C46.4775792 43.41425183 51.01336736 47.96823262 55.54819489 52.52319717 C64.43439368 61.45221467 73.30819047 70.39345191 82.17319489 79.34350967 C86.10288979 77.52378727 88.78235203 74.98366783 91.78037262 71.9157753 C92.32887878 71.36274231 92.87738495 70.80970932 93.44251251 70.23991776 C94.63036252 69.04112728 95.81592796 67.8400697 96.99945641 66.63701248 C98.87374856 64.73252653 100.75466701 62.83482172 102.63756561 60.93884659 C107.98883127 55.54785204 113.32731135 50.14425907 118.66269684 44.73755264 C121.92887175 41.42864828 125.20233638 38.12709656 128.48018837 34.82976151 C129.72662402 33.57276405 130.97013617 32.3128606 132.21063805 31.05000687 C133.94586211 29.28356449 135.69013353 27.52653926 137.43662262 25.77124405 C138.19971992 24.98725487 138.19971992 24.98725487 138.97823334 24.18742752 C143.71483361 19.46298332 147.36254011 18.15775713 154.01303864 17.98022842 C160.60305908 19.08849588 164.89515559 23.57306563 169.48569489 28.03100967 C170.90878538 29.38917332 172.33196542 30.74724315 173.75522614 32.10522842 C174.48435211 32.80567276 175.21347809 33.5061171 175.96469879 34.22778702 C179.51063129 37.6247637 183.09346554 40.98223244 186.67319489 44.34350967 C188.10041689 45.68711238 189.52750037 47.03086226 190.95444489 48.37475967 C195.02217918 52.20321548 199.09673876 56.02434467 203.17319489 59.84350967 C209.39668601 65.67419663 215.60921448 71.51640973 221.81772614 77.36304092 C226.59705221 81.86277206 231.38295818 86.35539726 236.17319489 90.84350967 C238.84013116 93.34322219 241.50672382 95.84330092 244.17319489 98.34350967 C244.91730621 99.04105362 245.66141754 99.73859756 246.4280777 100.45727921 C248.71911711 102.60579297 251.00880821 104.75573504 253.29819489 106.90600967 C253.99686676 107.56085342 254.69553864 108.21569717 255.41538239 108.89038467 C256.41311676 109.82817764 256.41311676 109.82817764 257.43100739 110.78491592 C258.00995758 111.32833633 258.58890778 111.87175674 259.18540192 112.43164444 C259.8413736 113.06255997 260.49734528 113.69347549 261.17319489 114.34350967 C262.18850784 115.14639923 263.2038208 115.94928879 264.24990082 116.77650833 C267.74518617 120.31005571 267.89676375 123.37729972 267.97525787 128.21034622 C267.96154144 129.23897278 267.94782501 130.26759933 267.93369293 131.32739639 C267.94705437 132.97265053 267.94705437 132.97265053 267.96068573 134.65114212 C267.98198388 138.27576696 267.95963598 141.89861553 267.93491364 145.52319717 C267.93641692 148.05462195 267.93984906 150.58604624 267.94512177 153.11746597 C267.94945611 158.42874686 267.93323446 163.73940325 267.90048981 169.05054092 C267.86318904 175.15023766 267.86468963 181.24896633 267.88753098 187.3487128 C267.90866792 193.25198619 267.90098959 199.15490705 267.88121223 205.05817413 C267.87540516 207.55133942 267.87660085 210.04453211 267.88523674 212.53768921 C267.93834356 235.54456222 264.80319514 252.68212381 248.55600739 270.05835342 C235.02803568 283.03190006 219.24549296 287.81626183 200.87830353 287.73118973 C199.45913933 287.73537026 198.03997848 287.7408517 196.62082374 287.74750954 C192.74856561 287.76188863 188.87652168 287.75774322 185.0042522 287.75034273 C180.81736203 287.74559457 176.63051712 287.75813543 172.44364166 287.76836014 C164.25183402 287.78552133 156.06010316 287.78639372 147.86828221 287.78114723 C141.20722546 287.77709927 134.54619133 287.77855652 127.88513565 287.78389549 C126.93565517 287.78464391 125.98617469 287.78539234 125.00792208 287.78616344 C123.07880545 287.78769498 121.14968883 287.78923333 119.22057222 287.79077841 C101.14587008 287.80449377 83.07121127 287.79907255 64.99651013 287.78759319 C48.47750708 287.77766202 31.95861606 287.79060121 15.43963028 287.81452738 C-1.54148872 287.83893672 -18.5225556 287.84852173 -35.50369179 287.84187466 C-45.02953927 287.83838649 -54.55530062 287.84058788 -64.0811348 287.85812569 C-72.19025325 287.87287062 -80.29922491 287.87345321 -88.40834056 287.85605478 C-92.54166332 287.84756121 -96.67472411 287.84535475 -100.80803299 287.86070633 C-104.59934496 287.8746128 -108.390172 287.86971471 -112.18145634 287.85046709 C-114.18647169 287.84496609 -116.1915121 287.8589287 -118.19647968 287.8738212 C-136.13959825 287.72916808 -151.33395085 280.68699946 -164.02211761 268.17944717 C-173.09821314 258.41315427 -177.38681536 248.05115942 -180.82680511 235.34350967 C-181.10737007 234.3617778 -181.38793503 233.38004593 -181.67700195 232.36856461 C-187.4572255 211.39256811 -190.50032211 185.59524912 -179.38703728 165.77582932 C-161.25069071 137.15011262 -133.44027119 114.00693012 -108.73403683 91.14333951 C-101.14099568 84.1165801 -93.63640554 77.00696151 -86.2022934 69.81225967 C-85.70984455 69.33571709 -85.2173957 68.85917451 -84.71002416 68.36819124 C-82.72982366 66.45130942 -80.75021375 64.53382045 -78.77136644 62.6155417 C-63.68765932 47.99375529 -48.52743154 33.45227935 -33.16809082 19.11981583 C-31.57208977 17.63002647 -29.97812586 16.13805132 -28.38635635 14.64374161 C-26.21439379 12.60694783 -24.03395121 10.5797088 -21.85033417 8.55542374 C-21.2219138 7.96396687 -20.59349343 7.37250999 -19.94603002 6.76313019 C-14.20549191 1.48258186 -8.1183897 -2.91746736 0 0 Z ' fill='%235392F9' transform='translate(212.8268051147461,208.65649032592773)'/%3E%3Cpath d='M0 0 C4.04568268 2.39780705 7.15433496 5.32173652 10.515625 8.5859375 C11.9387155 9.94410115 13.36189553 11.30217098 14.78515625 12.66015625 C15.51428223 13.36060059 16.2434082 14.06104492 16.99462891 14.78271484 C20.54056141 18.17969153 24.12339566 21.53716026 27.703125 24.8984375 C29.13034701 26.24204021 30.55743049 27.58579008 31.984375 28.9296875 C36.05210929 32.7581433 40.12666888 36.57927249 44.203125 40.3984375 C50.42661613 46.22912445 56.63914459 52.07133755 62.84765625 57.91796875 C67.62698233 62.41769988 72.4128883 66.91032508 77.203125 71.3984375 C79.87006127 73.89815002 82.53665394 76.39822875 85.203125 78.8984375 C86.31929199 79.94475342 86.31929199 79.94475342 87.45800781 81.01220703 C89.74904722 83.16072079 92.03873832 85.31066286 94.328125 87.4609375 C95.02679688 88.11578125 95.72546875 88.770625 96.4453125 89.4453125 C97.44304687 90.38310547 97.44304687 90.38310547 98.4609375 91.33984375 C99.0398877 91.88326416 99.61883789 92.42668457 100.21533203 92.98657227 C100.87130371 93.61748779 101.52727539 94.24840332 102.203125 94.8984375 C103.21843796 95.70132706 104.23375092 96.50421661 105.27983093 97.33143616 C108.77511629 100.86498353 108.92669386 103.93222754 109.00518799 108.76527405 C108.99147156 109.7939006 108.97775513 110.82252716 108.96362305 111.88232422 C108.97698448 113.52757835 108.97698448 113.52757835 108.99061584 115.20606995 C109.01191399 118.83069479 108.9895661 122.45354335 108.96484375 126.078125 C108.96634703 128.60954977 108.96977918 131.14097407 108.97505188 133.6723938 C108.97938622 138.98367469 108.96316458 144.29433108 108.93041992 149.60546875 C108.89311915 155.70516548 108.89461975 161.80389415 108.9174611 167.90364063 C108.93859803 173.80691402 108.93091971 179.70983488 108.91114235 185.61310196 C108.90533527 188.10626725 108.90653096 190.59945994 108.91516685 193.09261703 C108.98988882 225.46357991 108.98988882 225.46357991 101.03398132 234.31051636 C100.42979874 234.83453033 99.82561615 235.35854431 99.203125 235.8984375 C94.23311084 231.73125678 89.5575885 227.39419462 84.9834137 222.79898071 C84.29139593 222.10781737 83.59937816 221.41665402 82.88639015 220.70454633 C80.58407202 218.40386631 78.28533005 216.09964713 75.98657227 213.79541016 C74.33060327 212.1391589 72.67441368 210.48312819 71.01802063 208.82730103 C66.53286541 204.34243227 62.05079634 199.85449078 57.56927991 195.36598635 C53.35652159 191.14760396 49.14145143 186.9315339 44.92639422 182.71544878 C36.58153859 174.36840826 28.23891538 166.01914022 19.89770508 157.66845703 C11.79829563 149.55985891 3.69782937 141.45231894 -4.40405273 133.34619141 C-4.90402893 132.84595249 -5.40400512 132.34571357 -5.91913211 131.8303159 C-8.4275444 129.32059851 -10.9359774 126.81090182 -13.4444207 124.30121541 C-34.23178342 103.50349757 -55.01548246 82.70212084 -75.796875 61.8984375 C-74.85491619 60.79088482 -73.91171126 59.68439189 -72.96799564 58.57833576 C-72.44288491 57.96204188 -71.91777418 57.34574799 -71.37675101 56.71077853 C-69.0996245 54.09859264 -66.68435571 51.63053632 -64.23803711 49.1784668 C-63.7184996 48.65396439 -63.1989621 48.12946198 -62.66368103 47.58906555 C-60.96991331 45.88086907 -59.27243322 44.17643135 -57.57421875 42.47265625 C-56.99020357 41.88581369 -56.40618839 41.29897114 -55.80447578 40.69434547 C-52.72154696 37.59651263 -49.63582173 34.50149907 -46.54760742 31.40893555 C-43.36439776 28.22021454 -40.19059228 25.02230015 -37.01883602 21.82219219 C-34.56945687 19.354192 -32.11339801 16.89292276 -29.65545845 14.4334507 C-28.48201756 13.25698804 -27.3110724 12.07803045 -26.14271355 10.89652061 C-24.51091897 9.24765645 -22.86990566 7.60853347 -21.22631836 5.97143555 C-20.29621445 5.037686 -19.36611053 4.10393646 -18.40782166 3.14189148 C-12.96435831 -1.53540036 -6.67519127 -2.62905578 0 0 Z ' fill='%234071F7' transform='translate(371.796875,228.1015625)'/%3E%3Cpath d='M0 0 C9.56227605 8.89782787 15.63532996 19.81468286 16.546875 32.86328125 C16.99994087 47.55307089 12.84985083 60.20834667 2.8359375 71.09375 C-7.83115081 81.19771902 -20.89506494 85.36406347 -35.390625 85.09375 C-49.01769482 84.05301913 -59.34570048 77.52722672 -68.6640625 67.84375 C-77.7690012 56.8866289 -80.52720055 43.78183118 -79.6640625 29.84375 C-77.59696185 16.81050523 -70.87028312 6.08723589 -60.6640625 -2.15625 C-41.52356775 -14.69977811 -18.19797169 -14.72915011 0 0 Z ' fill='%235392F9' transform='translate(335.6640625,139.15625)'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='512' height='512'%3E%3Cpath d='M0 0 C1.41702674 -0.00489804 2.83404949 -0.01109204 4.25106555 -0.01845789 C8.11752519 -0.03476523 11.98377969 -0.0325584 15.85026157 -0.02708292 C20.03107915 -0.02440125 24.21184344 -0.03896587 28.39263916 -0.05117798 C36.57341634 -0.07218722 44.75412258 -0.07677539 52.93492355 -0.07499009 C59.58880433 -0.07368004 66.24266306 -0.07749899 72.89653969 -0.08491516 C74.81665335 -0.08701447 76.73676701 -0.08911207 78.65688068 -0.09120798 C79.61272769 -0.09225151 80.56857471 -0.09329504 81.55338679 -0.09437019 C99.61386988 -0.11325483 117.67431233 -0.11222798 135.73480121 -0.10540086 C152.2323988 -0.09982832 168.72984096 -0.12064169 185.22740223 -0.15376133 C202.19158725 -0.18755174 219.15569793 -0.2026599 236.11991721 -0.1980443 C245.63414747 -0.19580481 255.14823414 -0.20096622 264.66243553 -0.22593689 C272.76380379 -0.24701939 280.86494973 -0.25047354 288.96632733 -0.2316373 C293.09400295 -0.22252159 297.22126486 -0.22120717 301.34890747 -0.24199295 C326.24029902 -0.35900498 345.3521845 1.16390474 364.44013977 19.01159668 C377.81389826 32.95688331 382.19388457 49.05464316 382.1197052 67.88395691 C382.12460184 69.43297685 382.1307952 70.98199314 382.13816309 72.5310033 C382.1544881 76.76230794 382.15225992 80.99342536 382.14678812 85.2247504 C382.14410867 89.79820759 382.15866694 94.37161591 382.17088318 98.9450531 C382.19190159 107.89585989 382.19648006 116.84660186 382.19469529 125.79743042 C382.19338573 133.07678728 382.19720174 140.35612399 382.20462036 147.63547707 C382.20671965 149.73533418 382.20881725 151.83519129 382.21091318 153.9350484 C382.21247847 155.50298748 382.21247847 155.50298748 382.21407539 157.1026021 C382.23296367 176.85700815 382.23193204 196.61137704 382.22510606 216.36578838 C382.21953306 234.41534681 382.24034823 252.4647632 382.27346653 270.51428845 C382.30724712 289.06952978 382.32236632 307.62470316 382.3177495 326.17997581 C382.31550905 336.58846279 382.32068567 346.99681853 382.34564209 357.40527916 C382.36671182 366.2678756 382.3701912 375.13026886 382.3513425 383.99287381 C382.34221912 388.50938779 382.34093658 393.02552351 382.36169815 397.54200745 C382.38054012 401.68697285 382.37575869 405.83125371 382.35315233 409.97619412 C382.3489996 411.46537408 382.35305283 412.9546079 382.36674827 414.44373067 C382.53167174 433.70779966 376.30713368 448.99300738 363.10810852 463.10925293 C349.58013681 476.08279957 333.79759409 480.86716134 315.43040466 480.78208923 C314.01124047 480.78626977 312.59207961 480.79175121 311.17292488 480.79840904 C307.30066674 480.81278813 303.42862281 480.80864272 299.55635333 480.80124223 C295.36946317 480.79649407 291.18261825 480.80903493 286.9957428 480.81925964 C278.80393515 480.83642083 270.6122043 480.83729322 262.42038335 480.83204674 C255.75932659 480.82799878 249.09829247 480.82945603 242.43723679 480.834795 C241.48775631 480.83554342 240.53827583 480.83629184 239.56002321 480.83706294 C237.63090659 480.83859448 235.70178997 480.84013283 233.77267335 480.84167791 C215.69797122 480.85539328 197.62331241 480.84997206 179.54861127 480.8384927 C163.02960822 480.82856152 146.51071719 480.84150071 129.99173142 480.86542689 C113.01061241 480.88983623 96.02954554 480.89942124 79.04840934 480.89277416 C69.52256186 480.889286 59.99680051 480.89148739 50.47096634 480.90902519 C42.36184789 480.92377012 34.25287622 480.92435272 26.14376058 480.90695428 C22.01043782 480.89846071 17.87737702 480.89625426 13.74406815 480.91160583 C9.95275618 480.92551231 6.16192913 480.92061421 2.37064479 480.9013666 C0.36562945 480.8958656 -1.63941096 480.90982821 -3.64437854 480.9247207 C-21.58749711 480.78006758 -36.78184972 473.73789897 -49.47001648 461.23034668 C-62.5442783 447.16184442 -67.06517533 431.15727002 -66.90962219 412.30358887 C-66.91540034 410.75024889 -66.92335271 409.19691578 -66.93325841 407.64359665 C-66.95392299 403.42345357 -66.94391087 399.20388364 -66.92832732 394.98373985 C-66.91693314 390.41376448 -66.93451619 385.84388217 -66.94822693 381.27392578 C-66.97037841 372.34046182 -66.96569437 363.40720874 -66.95116372 354.47373676 C-66.9398395 347.20879204 -66.93835431 339.94390611 -66.94378281 332.67895508 C-66.94454897 331.64220666 -66.94531514 330.60545824 -66.94610452 329.5372932 C-66.94770326 327.43069742 -66.94932433 325.32410167 -66.95096748 323.21750593 C-66.96520128 303.49642573 -66.94886948 283.77546202 -66.92196564 264.05440092 C-66.89962904 247.15856412 -66.90350984 230.26289913 -66.92655945 213.36706543 C-66.95335936 193.71317851 -66.96382821 174.05939352 -66.94849813 154.40549088 C-66.9469055 152.30694836 -66.94533365 150.20840583 -66.94378281 148.10986328 C-66.94301143 147.07752902 -66.94224005 146.04519475 -66.9414453 144.98157763 C-66.93714087 137.73126435 -66.94438767 130.4810161 -66.95618057 123.23071289 C-66.97025076 114.38651916 -66.96631104 105.54254712 -66.93977685 96.69837856 C-66.92669923 92.19196827 -66.92138199 87.68592664 -66.93802261 83.17951965 C-66.95306197 79.04398611 -66.94450725 74.90915849 -66.91813485 70.77368784 C-66.91260847 69.28803014 -66.91525664 67.80231119 -66.92751379 66.31669378 C-67.07398424 47.06791544 -60.84594876 31.78448198 -47.65751648 17.67956543 C-34.13725777 4.71341568 -18.35726907 -0.07549504 0 0 Z ' fill='%23DCEAFC' transform='translate(98.27470397949219,15.6055908203125)'/%3E%3Cpath d='M0 0 C5.67900114 2.69940511 9.68404362 6.30801119 14.05796051 10.77417374 C15.17161987 11.88695694 15.17161987 11.88695694 16.3077774 13.02222061 C18.74127796 15.4584913 21.16032942 17.90858679 23.57944489 20.35913467 C25.27107348 22.0582294 26.96359173 23.75643882 28.65695953 25.4538002 C33.09796496 29.91003236 37.52682322 34.3781479 41.95322418 38.84888077 C46.4775792 43.41425183 51.01336736 47.96823262 55.54819489 52.52319717 C64.43439368 61.45221467 73.30819047 70.39345191 82.17319489 79.34350967 C86.10288979 77.52378727 88.78235203 74.98366783 91.78037262 71.9157753 C92.32887878 71.36274231 92.87738495 70.80970932 93.44251251 70.23991776 C94.63036252 69.04112728 95.81592796 67.8400697 96.99945641 66.63701248 C98.87374856 64.73252653 100.75466701 62.83482172 102.63756561 60.93884659 C107.98883127 55.54785204 113.32731135 50.14425907 118.66269684 44.73755264 C121.92887175 41.42864828 125.20233638 38.12709656 128.48018837 34.82976151 C129.72662402 33.57276405 130.97013617 32.3128606 132.21063805 31.05000687 C133.94586211 29.28356449 135.69013353 27.52653926 137.43662262 25.77124405 C138.19971992 24.98725487 138.19971992 24.98725487 138.97823334 24.18742752 C143.71483361 19.46298332 147.36254011 18.15775713 154.01303864 17.98022842 C160.60305908 19.08849588 164.89515559 23.57306563 169.48569489 28.03100967 C170.90878538 29.38917332 172.33196542 30.74724315 173.75522614 32.10522842 C174.48435211 32.80567276 175.21347809 33.5061171 175.96469879 34.22778702 C179.51063129 37.6247637 183.09346554 40.98223244 186.67319489 44.34350967 C188.10041689 45.68711238 189.52750037 47.03086226 190.95444489 48.37475967 C195.02217918 52.20321548 199.09673876 56.02434467 203.17319489 59.84350967 C209.39668601 65.67419663 215.60921448 71.51640973 221.81772614 77.36304092 C226.59705221 81.86277206 231.38295818 86.35539726 236.17319489 90.84350967 C238.84013116 93.34322219 241.50672382 95.84330092 244.17319489 98.34350967 C244.91730621 99.04105362 245.66141754 99.73859756 246.4280777 100.45727921 C248.71911711 102.60579297 251.00880821 104.75573504 253.29819489 106.90600967 C253.99686676 107.56085342 254.69553864 108.21569717 255.41538239 108.89038467 C256.41311676 109.82817764 256.41311676 109.82817764 257.43100739 110.78491592 C258.00995758 111.32833633 258.58890778 111.87175674 259.18540192 112.43164444 C259.8413736 113.06255997 260.49734528 113.69347549 261.17319489 114.34350967 C262.18850784 115.14639923 263.2038208 115.94928879 264.24990082 116.77650833 C267.74518617 120.31005571 267.89676375 123.37729972 267.97525787 128.21034622 C267.96154144 129.23897278 267.94782501 130.26759933 267.93369293 131.32739639 C267.94705437 132.97265053 267.94705437 132.97265053 267.96068573 134.65114212 C267.98198388 138.27576696 267.95963598 141.89861553 267.93491364 145.52319717 C267.93641692 148.05462195 267.93984906 150.58604624 267.94512177 153.11746597 C267.94945611 158.42874686 267.93323446 163.73940325 267.90048981 169.05054092 C267.86318904 175.15023766 267.86468963 181.24896633 267.88753098 187.3487128 C267.90866792 193.25198619 267.90098959 199.15490705 267.88121223 205.05817413 C267.87540516 207.55133942 267.87660085 210.04453211 267.88523674 212.53768921 C267.93834356 235.54456222 264.80319514 252.68212381 248.55600739 270.05835342 C235.02803568 283.03190006 219.24549296 287.81626183 200.87830353 287.73118973 C199.45913933 287.73537026 198.03997848 287.7408517 196.62082374 287.74750954 C192.74856561 287.76188863 188.87652168 287.75774322 185.0042522 287.75034273 C180.81736203 287.74559457 176.63051712 287.75813543 172.44364166 287.76836014 C164.25183402 287.78552133 156.06010316 287.78639372 147.86828221 287.78114723 C141.20722546 287.77709927 134.54619133 287.77855652 127.88513565 287.78389549 C126.93565517 287.78464391 125.98617469 287.78539234 125.00792208 287.78616344 C123.07880545 287.78769498 121.14968883 287.78923333 119.22057222 287.79077841 C101.14587008 287.80449377 83.07121127 287.79907255 64.99651013 287.78759319 C48.47750708 287.77766202 31.95861606 287.79060121 15.43963028 287.81452738 C-1.54148872 287.83893672 -18.5225556 287.84852173 -35.50369179 287.84187466 C-45.02953927 287.83838649 -54.55530062 287.84058788 -64.0811348 287.85812569 C-72.19025325 287.87287062 -80.29922491 287.87345321 -88.40834056 287.85605478 C-92.54166332 287.84756121 -96.67472411 287.84535475 -100.80803299 287.86070633 C-104.59934496 287.8746128 -108.390172 287.86971471 -112.18145634 287.85046709 C-114.18647169 287.84496609 -116.1915121 287.8589287 -118.19647968 287.8738212 C-136.13959825 287.72916808 -151.33395085 280.68699946 -164.02211761 268.17944717 C-173.09821314 258.41315427 -177.38681536 248.05115942 -180.82680511 235.34350967 C-181.10737007 234.3617778 -181.38793503 233.38004593 -181.67700195 232.36856461 C-187.4572255 211.39256811 -190.50032211 185.59524912 -179.38703728 165.77582932 C-161.25069071 137.15011262 -133.44027119 114.00693012 -108.73403683 91.14333951 C-101.14099568 84.1165801 -93.63640554 77.00696151 -86.2022934 69.81225967 C-85.70984455 69.33571709 -85.2173957 68.85917451 -84.71002416 68.36819124 C-82.72982366 66.45130942 -80.75021375 64.53382045 -78.77136644 62.6155417 C-63.68765932 47.99375529 -48.52743154 33.45227935 -33.16809082 19.11981583 C-31.57208977 17.63002647 -29.97812586 16.13805132 -28.38635635 14.64374161 C-26.21439379 12.60694783 -24.03395121 10.5797088 -21.85033417 8.55542374 C-21.2219138 7.96396687 -20.59349343 7.37250999 -19.94603002 6.76313019 C-14.20549191 1.48258186 -8.1183897 -2.91746736 0 0 Z ' fill='%235392F9' transform='translate(212.8268051147461,208.65649032592773)'/%3E%3Cpath d='M0 0 C4.04568268 2.39780705 7.15433496 5.32173652 10.515625 8.5859375 C11.9387155 9.94410115 13.36189553 11.30217098 14.78515625 12.66015625 C15.51428223 13.36060059 16.2434082 14.06104492 16.99462891 14.78271484 C20.54056141 18.17969153 24.12339566 21.53716026 27.703125 24.8984375 C29.13034701 26.24204021 30.55743049 27.58579008 31.984375 28.9296875 C36.05210929 32.7581433 40.12666888 36.57927249 44.203125 40.3984375 C50.42661613 46.22912445 56.63914459 52.07133755 62.84765625 57.91796875 C67.62698233 62.41769988 72.4128883 66.91032508 77.203125 71.3984375 C79.87006127 73.89815002 82.53665394 76.39822875 85.203125 78.8984375 C86.31929199 79.94475342 86.31929199 79.94475342 87.45800781 81.01220703 C89.74904722 83.16072079 92.03873832 85.31066286 94.328125 87.4609375 C95.02679688 88.11578125 95.72546875 88.770625 96.4453125 89.4453125 C97.44304687 90.38310547 97.44304687 90.38310547 98.4609375 91.33984375 C99.0398877 91.88326416 99.61883789 92.42668457 100.21533203 92.98657227 C100.87130371 93.61748779 101.52727539 94.24840332 102.203125 94.8984375 C103.21843796 95.70132706 104.23375092 96.50421661 105.27983093 97.33143616 C108.77511629 100.86498353 108.92669386 103.93222754 109.00518799 108.76527405 C108.99147156 109.7939006 108.97775513 110.82252716 108.96362305 111.88232422 C108.97698448 113.52757835 108.97698448 113.52757835 108.99061584 115.20606995 C109.01191399 118.83069479 108.9895661 122.45354335 108.96484375 126.078125 C108.96634703 128.60954977 108.96977918 131.14097407 108.97505188 133.6723938 C108.97938622 138.98367469 108.96316458 144.29433108 108.93041992 149.60546875 C108.89311915 155.70516548 108.89461975 161.80389415 108.9174611 167.90364063 C108.93859803 173.80691402 108.93091971 179.70983488 108.91114235 185.61310196 C108.90533527 188.10626725 108.90653096 190.59945994 108.91516685 193.09261703 C108.98988882 225.46357991 108.98988882 225.46357991 101.03398132 234.31051636 C100.42979874 234.83453033 99.82561615 235.35854431 99.203125 235.8984375 C94.23311084 231.73125678 89.5575885 227.39419462 84.9834137 222.79898071 C84.29139593 222.10781737 83.59937816 221.41665402 82.88639015 220.70454633 C80.58407202 218.40386631 78.28533005 216.09964713 75.98657227 213.79541016 C74.33060327 212.1391589 72.67441368 210.48312819 71.01802063 208.82730103 C66.53286541 204.34243227 62.05079634 199.85449078 57.56927991 195.36598635 C53.35652159 191.14760396 49.14145143 186.9315339 44.92639422 182.71544878 C36.58153859 174.36840826 28.23891538 166.01914022 19.89770508 157.66845703 C11.79829563 149.55985891 3.69782937 141.45231894 -4.40405273 133.34619141 C-4.90402893 132.84595249 -5.40400512 132.34571357 -5.91913211 131.8303159 C-8.4275444 129.32059851 -10.9359774 126.81090182 -13.4444207 124.30121541 C-34.23178342 103.50349757 -55.01548246 82.70212084 -75.796875 61.8984375 C-74.85491619 60.79088482 -73.91171126 59.68439189 -72.96799564 58.57833576 C-72.44288491 57.96204188 -71.91777418 57.34574799 -71.37675101 56.71077853 C-69.0996245 54.09859264 -66.68435571 51.63053632 -64.23803711 49.1784668 C-63.7184996 48.65396439 -63.1989621 48.12946198 -62.66368103 47.58906555 C-60.96991331 45.88086907 -59.27243322 44.17643135 -57.57421875 42.47265625 C-56.99020357 41.88581369 -56.40618839 41.29897114 -55.80447578 40.69434547 C-52.72154696 37.59651263 -49.63582173 34.50149907 -46.54760742 31.40893555 C-43.36439776 28.22021454 -40.19059228 25.02230015 -37.01883602 21.82219219 C-34.56945687 19.354192 -32.11339801 16.89292276 -29.65545845 14.4334507 C-28.48201756 13.25698804 -27.3110724 12.07803045 -26.14271355 10.89652061 C-24.51091897 9.24765645 -22.86990566 7.60853347 -21.22631836 5.97143555 C-20.29621445 5.037686 -19.36611053 4.10393646 -18.40782166 3.14189148 C-12.96435831 -1.53540036 -6.67519127 -2.62905578 0 0 Z ' fill='%234071F7' transform='translate(371.796875,228.1015625)'/%3E%3Cpath d='M0 0 C9.56227605 8.89782787 15.63532996 19.81468286 16.546875 32.86328125 C16.99994087 47.55307089 12.84985083 60.20834667 2.8359375 71.09375 C-7.83115081 81.19771902 -20.89506494 85.36406347 -35.390625 85.09375 C-49.01769482 84.05301913 -59.34570048 77.52722672 -68.6640625 67.84375 C-77.7690012 56.8866289 -80.52720055 43.78183118 -79.6640625 29.84375 C-77.59696185 16.81050523 -70.87028312 6.08723589 -60.6640625 -2.15625 C-41.52356775 -14.69977811 -18.19797169 -14.72915011 0 0 Z ' fill='%235392F9' transform='translate(335.6640625,139.15625)'/%3E%3C/svg%3E");
}

.icon-filter {
  width: 30px;
  height: 30px;
}
.icon-filter::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='m66.958 105.746 2.022-.01c2.228-.008 4.455-.003 6.683.003l4.85-.011c4.436-.01 8.872-.008 13.308-.004 4.787.002 9.574-.007 14.36-.014q14.063-.018 28.127-.012 11.43.002 22.861-.005l3.286-.001 6.609-.004q30.991-.013 61.983-.003c18.902.006 37.804-.006 56.705-.025q29.113-.03 58.225-.024c10.896.002 21.792 0 32.689-.014q13.914-.019 27.828-.002 7.098.011 14.196-.005 6.501-.015 13.002.007 2.349.004 4.698-.008c18.089-.086 18.089-.086 24.95 5.183 4.879 5.964 7.19 11.176 6.898 19.098-.837 7.4-3.269 11.845-8.91 16.695-5.096 3.087-10.432 3.66-16.286 3.664l-2.022.01c-2.228.008-4.455.003-6.683-.003l-4.85.011c-4.436.01-8.872.008-13.308.004-4.787-.002-9.574.007-14.36.014q-14.063.018-28.127.012-11.43-.002-22.861.005l-3.286.001-6.609.004q-30.992.013-61.983.003c-18.902-.006-37.804.006-56.705.025q-29.113.03-58.225.024-16.344-.005-32.689.014-13.914.019-27.828.002c-4.732-.006-9.464-.007-14.196.005q-6.501.014-13.002-.007-2.349-.004-4.698.008c-18.089.086-18.089.086-24.95-5.183-4.879-5.964-7.19-11.176-6.898-19.098.837-7.4 3.269-11.845 8.91-16.695 5.096-3.087 10.432-3.66 16.286-3.664m67.846 127.994 3.265-.012c3.606-.01 7.212-.007 10.817-.003l7.762-.015q9.444-.018 18.886-.012 7.678.002 15.356-.005l2.21-.001 4.443-.004q20.828-.013 41.657-.003c12.694.006 25.387-.006 38.081-.025q19.566-.03 39.132-.024 10.979.005 21.958-.014 10.324-.019 20.65.002 3.787.004 7.573-.009c3.45-.01 6.899-.002 10.348.01l3.02-.022c6.98.054 13.698.832 19.378 5.194 4.879 5.964 7.19 11.176 6.898 19.098-.837 7.4-3.269 11.845-8.91 16.695-6.34 3.84-12.939 3.698-20.132 3.67l-3.265.012c-3.606.01-7.212.007-10.817.003l-7.762.015q-9.444.018-18.886.012-7.678-.002-15.356.005l-2.21.001-4.443.004q-20.829.013-41.657.003c-12.694-.006-25.387.006-38.081.025q-19.566.03-39.132.024c-7.32-.002-14.638 0-21.958.014q-10.324.018-20.65-.002-3.786-.004-7.573.009c-3.45.01-6.899.002-10.348-.01l-3.02.022c-6.98-.054-13.698-.832-19.378-5.194-4.879-5.964-7.19-11.176-6.898-19.098.837-7.4 3.269-11.845 8.91-16.695 6.34-3.84 12.939-3.698 20.132-3.67m66.332 127.985 3.98-.015c3.586-.013 7.173-.014 10.76-.012q4.502 0 9.005-.008 10.629-.016 21.258-.006a5837 5837 0 0 0 21.88-.027 5655 5655 0 0 1 18.83-.02c3.743.001 7.485-.001 11.227-.015 4.176-.015 8.352-.006 12.529.006l3.722-.023c7.587.046 14.805.424 21.013 5.192 4.879 5.964 7.19 11.176 6.898 19.098-.837 7.4-3.269 11.845-8.91 16.695-6.986 4.232-14.55 3.7-22.464 3.685l-3.98.015c-3.586.013-7.173.014-10.76.012q-4.502 0-9.005.008-10.629.016-21.258.006a5911 5911 0 0 0-21.88.027q-9.414.026-18.83.02c-3.743-.001-7.485.001-11.227.015-4.176.015-8.352.006-12.529-.006l-3.722.023c-7.587-.046-14.805-.424-21.013-5.192-4.879-5.964-7.19-11.176-6.898-19.098.837-7.4 3.269-11.845 8.91-16.695 6.986-4.232 14.55-3.7 22.464-3.685'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='m66.958 105.746 2.022-.01c2.228-.008 4.455-.003 6.683.003l4.85-.011c4.436-.01 8.872-.008 13.308-.004 4.787.002 9.574-.007 14.36-.014q14.063-.018 28.127-.012 11.43.002 22.861-.005l3.286-.001 6.609-.004q30.991-.013 61.983-.003c18.902.006 37.804-.006 56.705-.025q29.113-.03 58.225-.024c10.896.002 21.792 0 32.689-.014q13.914-.019 27.828-.002 7.098.011 14.196-.005 6.501-.015 13.002.007 2.349.004 4.698-.008c18.089-.086 18.089-.086 24.95 5.183 4.879 5.964 7.19 11.176 6.898 19.098-.837 7.4-3.269 11.845-8.91 16.695-5.096 3.087-10.432 3.66-16.286 3.664l-2.022.01c-2.228.008-4.455.003-6.683-.003l-4.85.011c-4.436.01-8.872.008-13.308.004-4.787-.002-9.574.007-14.36.014q-14.063.018-28.127.012-11.43-.002-22.861.005l-3.286.001-6.609.004q-30.992.013-61.983.003c-18.902-.006-37.804.006-56.705.025q-29.113.03-58.225.024-16.344-.005-32.689.014-13.914.019-27.828.002c-4.732-.006-9.464-.007-14.196.005q-6.501.014-13.002-.007-2.349-.004-4.698.008c-18.089.086-18.089.086-24.95-5.183-4.879-5.964-7.19-11.176-6.898-19.098.837-7.4 3.269-11.845 8.91-16.695 5.096-3.087 10.432-3.66 16.286-3.664m67.846 127.994 3.265-.012c3.606-.01 7.212-.007 10.817-.003l7.762-.015q9.444-.018 18.886-.012 7.678.002 15.356-.005l2.21-.001 4.443-.004q20.828-.013 41.657-.003c12.694.006 25.387-.006 38.081-.025q19.566-.03 39.132-.024 10.979.005 21.958-.014 10.324-.019 20.65.002 3.787.004 7.573-.009c3.45-.01 6.899-.002 10.348.01l3.02-.022c6.98.054 13.698.832 19.378 5.194 4.879 5.964 7.19 11.176 6.898 19.098-.837 7.4-3.269 11.845-8.91 16.695-6.34 3.84-12.939 3.698-20.132 3.67l-3.265.012c-3.606.01-7.212.007-10.817.003l-7.762.015q-9.444.018-18.886.012-7.678-.002-15.356.005l-2.21.001-4.443.004q-20.829.013-41.657.003c-12.694-.006-25.387.006-38.081.025q-19.566.03-39.132.024c-7.32-.002-14.638 0-21.958.014q-10.324.018-20.65-.002-3.786-.004-7.573.009c-3.45.01-6.899.002-10.348-.01l-3.02.022c-6.98-.054-13.698-.832-19.378-5.194-4.879-5.964-7.19-11.176-6.898-19.098.837-7.4 3.269-11.845 8.91-16.695 6.34-3.84 12.939-3.698 20.132-3.67m66.332 127.985 3.98-.015c3.586-.013 7.173-.014 10.76-.012q4.502 0 9.005-.008 10.629-.016 21.258-.006a5837 5837 0 0 0 21.88-.027 5655 5655 0 0 1 18.83-.02c3.743.001 7.485-.001 11.227-.015 4.176-.015 8.352-.006 12.529.006l3.722-.023c7.587.046 14.805.424 21.013 5.192 4.879 5.964 7.19 11.176 6.898 19.098-.837 7.4-3.269 11.845-8.91 16.695-6.986 4.232-14.55 3.7-22.464 3.685l-3.98.015c-3.586.013-7.173.014-10.76.012q-4.502 0-9.005.008-10.629.016-21.258.006a5911 5911 0 0 0-21.88.027q-9.414.026-18.83.02c-3.743-.001-7.485.001-11.227.015-4.176.015-8.352.006-12.529-.006l-3.722.023c-7.587-.046-14.805-.424-21.013-5.192-4.879-5.964-7.19-11.176-6.898-19.098.837-7.4 3.269-11.845 8.91-16.695 6.986-4.232 14.55-3.7 22.464-3.685'/%3E%3C/svg%3E");
}

.icon-applications {
  width: 30px;
  height: 30px;
}
.icon-applications::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='m67.108 31.866 3.298-.014h3.652l3.858-.01q5.318-.014 10.635-.017 5.728-.007 11.456-.022c9.227-.02 18.455-.03 27.682-.039l13.026-.015a63901 63901 0 0 1 54.517-.044l2.82-.002c15.09-.008 30.18-.033 45.27-.066q23.222-.049 46.445-.054c8.697-.002 17.393-.011 26.09-.036q11.107-.034 22.213-.02c3.78.004 7.56.002 11.339-.017 4.093-.021 8.186-.011 12.279.002l3.639-.033 3.314.026 2.864-.003c3.26.65 4.456 1.923 6.495 4.498.508 2.788.508 2.788.519 6.062l.042 3.764-.015 4.122q.014 2.174.031 4.347c.028 3.931.031 7.863.03 11.794.004 4.11.03 8.219.052 12.328.041 7.78.061 15.561.074 23.342.016 8.859.055 17.717.095 26.576q.121 27.332.172 54.665a55737 55737 0 0 0 9.843-23.483c5.282-12.596 10.54-25.2 15.616-37.882 3.197-7.899 8.011-15.475 16.107-19.01 6.658-1.71 14.488-1.912 20.871.875 5.613 3.391 10.913 9.066 12.563 15.5 2.155 9.16-.9 17.57-4.535 25.941l-1.061 2.51c-1.147 2.707-2.307 5.41-3.467 8.112q-1.224 2.883-2.445 5.768a6816 6816 0 0 1-3.775 8.903 2835 2835 0 0 0-11.066 26.471q-2.611 6.316-5.23 12.63l-1.072 2.59c-4.476 10.802-8.975 21.594-13.474 32.388l-1.274 3.056a72213 72213 0 0 1-18.934 45.394l-1.698 4.073-1.455 3.486L383 304l-1.006 1.986c-3.683 7.819-3.543 15.507-3.476 23.957a2185 2185 0 0 1-.012 4.773q-.012 5.11.008 10.22c.02 5.388.01 10.775-.004 16.162-.027 11.426-.02 22.851-.01 34.277.011 12.357.016 24.715-.017 37.072q-.02 8.034.013 16.068c.009 3.327.002 6.652-.01 9.978q-.004 2.316.014 4.63c.016 2.105.007 4.208-.008 6.313l.005 3.57c-.616 3.709-1.594 4.67-4.497 6.994-2.493.5-2.493.5-5.354.5l-3.31.03-3.635-.029-3.862.017c-3.541.015-7.081.005-10.622-.01-3.817-.01-7.635.001-11.452.01-7.48.014-14.958.006-22.438-.009-8.705-.016-17.411-.013-26.117-.01-15.53.006-31.062-.008-46.593-.032q-22.617-.036-45.234-.021a31256 31256 0 0 1-54.478-.006l-2.609-.002q-9.107-.006-18.214.001-11.096.009-22.191-.02-5.663-.017-11.327-.008c-4.088.009-8.177-.006-12.265-.023l-3.635.018-3.31-.026-2.861-.003c-2.98-.45-4.335-1.3-6.493-3.377-1.156-3.468-1.14-6.559-1.131-10.164l-.007-2.237q-.006-3.74-.002-7.478l-.01-5.393q-.011-7.431-.01-14.864c-.002-5.337-.01-10.675-.016-16.012q-.02-17.517-.024-35.033l-.012-21.86q-.019-30.245-.026-60.488v-7.834l-.002-7.868v-3.942q-.009-31.635-.046-63.27-.035-32.456-.037-64.91.001-18.233-.025-36.465-.023-15.52-.012-31.043c.004-5.283.003-10.565-.011-15.848q-.019-7.248 0-14.496a865 865 0 0 0-.01-5.255 733 733 0 0 1 .01-7.124c-.009-.685-.016-1.371-.024-2.077.047-4.266.8-6.939 3.395-10.339 2.53-1.265 4.275-1.129 7.108-1.134' fill='%2378909C'/%3E%3Cpath d='m120.034 95.499 2.761-.017c3.055-.014 6.11.001 9.164.016q3.285-.005 6.569-.016c5.948-.014 11.896-.003 17.844.014 6.222.013 12.443.007 18.664.003q15.671-.002 31.342.034 16.122.036 32.244.021 19.431-.019 38.862.006 7.42.008 14.841 0 8.738-.005 17.473.028 3.21.008 6.419 0a1160 1160 0 0 1 8.75.024l2.574-.018c4.634.05 7.698.392 11.459 3.406 1.25 2.5 1.14 4.216 1.161 7.013l.03 3.166.012 3.434.017 3.52q.014 3.694.02 7.387c.01 3.767.04 7.532.072 11.298q.01 3.585.016 7.17l.038 3.416-.01 3.195.011 2.801c-.448 3.173-1.454 5.044-3.367 7.6-3.935 1.312-7.69 1.152-11.793 1.154l-2.757.013c-3.06.014-6.121.02-9.182.026l-6.568.025c-7.2.026-14.399.041-21.598.055l-7.429.017a30664 30664 0 0 1-40.912.062c-10.76.013-21.52.046-32.28.088a9955 9955 0 0 1-33.138.071c-6.203.004-12.405.016-18.607.048q-8.749.044-17.498.025-3.213 0-6.428.025c-2.921.023-5.841.015-8.763-.001l-2.579.042c-4.326-.058-5.973-.262-9.494-3.022-2.27-3.022-2.605-4.442-2.621-8.181l-.048-3.297.03-3.529-.014-3.65q-.004-3.813.027-7.627c.027-3.896 0-7.79-.032-11.686q.005-3.705.02-7.412l-.03-3.535c.015-1.085.03-2.17.047-3.287l.012-2.889c1.822-7.277 8.486-7.106 14.669-7.036' fill='%23FEFEFE'/%3E%3Cpath d='M441.438 103.5c5.612 3.391 10.912 9.066 12.562 15.5 2.155 9.16-.9 17.57-4.535 25.941l-1.061 2.51c-1.147 2.707-2.307 5.41-3.466 8.112q-1.225 2.883-2.446 5.768a6816 6816 0 0 1-3.775 8.903 2835 2835 0 0 0-11.066 26.471q-2.611 6.317-5.23 12.63l-1.072 2.59a18679 18679 0 0 1-16.015 38.48l-2.502 6.001-1.235 2.962q-4.019 9.641-8.023 19.288l-3.054 7.35-1.877 4.527c-3.058 7.38-6.165 14.725-9.506 21.983-1.817 3.968-3.542 7.974-5.262 11.984l-1.146 2.64a366 366 0 0 0-6.44 16.012l-1.406 3.664a366 366 0 0 0-2.637 7.122c-3.004 7.782-5.928 11.22-13.246 15.062q-3.017 1.816-6.023 3.648a2647 2647 0 0 1-6.352 3.727l-3.27 1.941-3.128 1.832-2.826 1.662C325 383 325 383 322 383a2604 2604 0 0 1-3.9-15.051q-.66-2.56-1.33-5.116a1034 1034 0 0 1-1.899-7.372l-.612-2.292c-1.928-7.704-.066-13.164 2.96-20.282l.998-2.392c1.088-2.605 2.186-5.206 3.283-7.808q1.16-2.768 2.317-5.538 2.404-5.748 4.813-11.49c3.243-7.736 6.448-15.486 9.654-23.236q7.41-17.91 14.88-35.794c10.645-25.41 10.645-25.41 20.965-50.952 6.315-15.918 12.929-31.718 19.5-47.533a1559 1559 0 0 0 6.017-14.677c1.191-2.951 2.4-5.896 3.604-8.842l1.19-3.015c3.25-7.872 8.027-15.448 16.126-18.985 6.658-1.71 14.488-1.912 20.872.875' fill='%23FECA29'/%3E%3Cpath d='m117.3 351.499 3.85-.03 4.2.03q2.22-.006 4.44-.017c4.015-.014 8.03-.003 12.044.014 4.203.013 8.406.007 12.609.003q10.587-.002 21.174.034c8.157.027 16.315.029 24.472.017q11.776-.014 23.552.01 5.01.007 10.019 0 5.9-.006 11.8.028 2.163.008 4.328 0c1.97-.005 3.941.009 5.912.024l3.34.008c3.36.431 5.25 1.38 7.96 3.38 1.25 2.5 1.14 4.216 1.161 7.013l.03 3.166.012 3.434.017 3.52q.014 3.694.02 7.387c.01 3.767.04 7.532.072 11.298q.01 3.585.016 7.17l.038 3.416-.01 3.195.011 2.801c-.448 3.173-1.454 5.044-3.367 7.6-3.252 1.084-5.637 1.137-9.06 1.154l-3.84.026-4.223.013-4.44.025c-4.861.026-9.723.041-14.585.055l-5.021.017q-10.442.033-20.882.051-14.967.023-29.932.107-10.522.056-21.045.063c-4.19.004-8.38.016-12.57.048q-5.913.044-11.825.025-2.169 0-4.338.025c-1.975.023-3.95.012-5.925-.001l-3.349.01c-3.944-.822-5.454-2.541-7.965-5.618-.635-2.662-.635-2.662-.647-5.553l-.048-3.297.03-3.529-.014-3.65q-.004-3.813.027-7.627c.027-3.896 0-7.79-.032-11.686q.006-3.705.02-7.412l-.03-3.535c.015-1.085.03-2.17.047-3.287l.012-2.889c1.487-5.938 6.445-7.035 11.935-7.036m0-128 3.85-.03 4.2.03q2.22-.006 4.44-.017c4.015-.014 8.03-.003 12.044.014 4.203.013 8.406.007 12.609.003q10.587-.002 21.174.034c8.157.027 16.315.029 24.472.017q11.776-.014 23.552.01 5.01.008 10.019 0 5.9-.006 11.8.028 2.163.008 4.328 0c1.97-.005 3.941.009 5.912.024l3.34.008c3.36.431 5.25 1.38 7.96 3.38 1.25 2.5 1.14 4.216 1.161 7.013l.03 3.166.012 3.434.017 3.52q.014 3.694.02 7.387c.01 3.767.04 7.532.072 11.298q.01 3.585.016 7.17l.038 3.416-.01 3.195.011 2.801c-.448 3.173-1.454 5.044-3.367 7.6-3.252 1.084-5.637 1.137-9.06 1.154l-3.84.026-4.223.013-4.44.025c-4.861.026-9.723.041-14.585.055l-5.021.017q-10.442.033-20.882.051-14.967.023-29.932.107-10.522.056-21.045.063c-4.19.004-8.38.016-12.57.048q-5.913.044-11.825.025-2.169 0-4.338.025c-1.975.023-3.95.012-5.925-.001l-3.349.01c-3.944-.822-5.454-2.541-7.965-5.618-.635-2.662-.635-2.662-.647-5.553l-.048-3.297.03-3.529-.014-3.65q-.004-3.813.027-7.627c.027-3.896 0-7.79-.032-11.686q.006-3.705.02-7.412l-.03-3.535c.015-1.085.03-2.17.047-3.287l.012-2.889c1.487-5.938 6.445-7.035 11.935-7.036' fill='%23FEFEFE'/%3E%3Cpath d='M325 316c14.958 5.296 29.454 11.68 44 18-2.112 6.431-4.27 12.84-6.625 19.188l-.887 2.615c-2.628 6.954-6.1 9.659-12.488 13.197q-3.014 1.821-6.023 3.648a2647 2647 0 0 1-6.352 3.727l-3.27 1.941-3.128 1.832-2.826 1.662C325 383 325 383 322 383a2604 2604 0 0 1-3.9-15.051q-.66-2.56-1.33-5.116a1034 1034 0 0 1-1.899-7.372l-.612-2.292c-1.694-6.77-.718-11.535 1.991-17.97l1.344-3.209 1.406-3.303 1.406-3.36c3.446-8.179 3.446-8.179 4.594-9.327' fill='%23F89F1B'/%3E%3Cpath d='M443.254 104.598c6.086 4.888 9.716 10.023 11.496 17.59.59 9-2.745 16.86-6.375 24.937l-1.273 2.898Q445.563 153.517 444 157a209 209 0 0 1-17.754-6.574l-2.383-.996a4302 4302 0 0 1-7.425-3.118l-5.08-2.126Q405.176 141.596 399 139c.854-5.95 2.795-10.933 5.125-16.437l1.11-2.776c3.118-7.389 7.026-12.421 13.827-16.725 7.368-2.666 17.413-2.561 24.192 1.536' fill='%23F9A01B'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='m67.108 31.866 3.298-.014h3.652l3.858-.01q5.318-.014 10.635-.017 5.728-.007 11.456-.022c9.227-.02 18.455-.03 27.682-.039l13.026-.015a63901 63901 0 0 1 54.517-.044l2.82-.002c15.09-.008 30.18-.033 45.27-.066q23.222-.049 46.445-.054c8.697-.002 17.393-.011 26.09-.036q11.107-.034 22.213-.02c3.78.004 7.56.002 11.339-.017 4.093-.021 8.186-.011 12.279.002l3.639-.033 3.314.026 2.864-.003c3.26.65 4.456 1.923 6.495 4.498.508 2.788.508 2.788.519 6.062l.042 3.764-.015 4.122q.014 2.174.031 4.347c.028 3.931.031 7.863.03 11.794.004 4.11.03 8.219.052 12.328.041 7.78.061 15.561.074 23.342.016 8.859.055 17.717.095 26.576q.121 27.332.172 54.665a55737 55737 0 0 0 9.843-23.483c5.282-12.596 10.54-25.2 15.616-37.882 3.197-7.899 8.011-15.475 16.107-19.01 6.658-1.71 14.488-1.912 20.871.875 5.613 3.391 10.913 9.066 12.563 15.5 2.155 9.16-.9 17.57-4.535 25.941l-1.061 2.51c-1.147 2.707-2.307 5.41-3.467 8.112q-1.224 2.883-2.445 5.768a6816 6816 0 0 1-3.775 8.903 2835 2835 0 0 0-11.066 26.471q-2.611 6.316-5.23 12.63l-1.072 2.59c-4.476 10.802-8.975 21.594-13.474 32.388l-1.274 3.056a72213 72213 0 0 1-18.934 45.394l-1.698 4.073-1.455 3.486L383 304l-1.006 1.986c-3.683 7.819-3.543 15.507-3.476 23.957a2185 2185 0 0 1-.012 4.773q-.012 5.11.008 10.22c.02 5.388.01 10.775-.004 16.162-.027 11.426-.02 22.851-.01 34.277.011 12.357.016 24.715-.017 37.072q-.02 8.034.013 16.068c.009 3.327.002 6.652-.01 9.978q-.004 2.316.014 4.63c.016 2.105.007 4.208-.008 6.313l.005 3.57c-.616 3.709-1.594 4.67-4.497 6.994-2.493.5-2.493.5-5.354.5l-3.31.03-3.635-.029-3.862.017c-3.541.015-7.081.005-10.622-.01-3.817-.01-7.635.001-11.452.01-7.48.014-14.958.006-22.438-.009-8.705-.016-17.411-.013-26.117-.01-15.53.006-31.062-.008-46.593-.032q-22.617-.036-45.234-.021a31256 31256 0 0 1-54.478-.006l-2.609-.002q-9.107-.006-18.214.001-11.096.009-22.191-.02-5.663-.017-11.327-.008c-4.088.009-8.177-.006-12.265-.023l-3.635.018-3.31-.026-2.861-.003c-2.98-.45-4.335-1.3-6.493-3.377-1.156-3.468-1.14-6.559-1.131-10.164l-.007-2.237q-.006-3.74-.002-7.478l-.01-5.393q-.011-7.431-.01-14.864c-.002-5.337-.01-10.675-.016-16.012q-.02-17.517-.024-35.033l-.012-21.86q-.019-30.245-.026-60.488v-7.834l-.002-7.868v-3.942q-.009-31.635-.046-63.27-.035-32.456-.037-64.91.001-18.233-.025-36.465-.023-15.52-.012-31.043c.004-5.283.003-10.565-.011-15.848q-.019-7.248 0-14.496a865 865 0 0 0-.01-5.255 733 733 0 0 1 .01-7.124c-.009-.685-.016-1.371-.024-2.077.047-4.266.8-6.939 3.395-10.339 2.53-1.265 4.275-1.129 7.108-1.134' fill='%2378909C'/%3E%3Cpath d='m120.034 95.499 2.761-.017c3.055-.014 6.11.001 9.164.016q3.285-.005 6.569-.016c5.948-.014 11.896-.003 17.844.014 6.222.013 12.443.007 18.664.003q15.671-.002 31.342.034 16.122.036 32.244.021 19.431-.019 38.862.006 7.42.008 14.841 0 8.738-.005 17.473.028 3.21.008 6.419 0a1160 1160 0 0 1 8.75.024l2.574-.018c4.634.05 7.698.392 11.459 3.406 1.25 2.5 1.14 4.216 1.161 7.013l.03 3.166.012 3.434.017 3.52q.014 3.694.02 7.387c.01 3.767.04 7.532.072 11.298q.01 3.585.016 7.17l.038 3.416-.01 3.195.011 2.801c-.448 3.173-1.454 5.044-3.367 7.6-3.935 1.312-7.69 1.152-11.793 1.154l-2.757.013c-3.06.014-6.121.02-9.182.026l-6.568.025c-7.2.026-14.399.041-21.598.055l-7.429.017a30664 30664 0 0 1-40.912.062c-10.76.013-21.52.046-32.28.088a9955 9955 0 0 1-33.138.071c-6.203.004-12.405.016-18.607.048q-8.749.044-17.498.025-3.213 0-6.428.025c-2.921.023-5.841.015-8.763-.001l-2.579.042c-4.326-.058-5.973-.262-9.494-3.022-2.27-3.022-2.605-4.442-2.621-8.181l-.048-3.297.03-3.529-.014-3.65q-.004-3.813.027-7.627c.027-3.896 0-7.79-.032-11.686q.005-3.705.02-7.412l-.03-3.535c.015-1.085.03-2.17.047-3.287l.012-2.889c1.822-7.277 8.486-7.106 14.669-7.036' fill='%23FEFEFE'/%3E%3Cpath d='M441.438 103.5c5.612 3.391 10.912 9.066 12.562 15.5 2.155 9.16-.9 17.57-4.535 25.941l-1.061 2.51c-1.147 2.707-2.307 5.41-3.466 8.112q-1.225 2.883-2.446 5.768a6816 6816 0 0 1-3.775 8.903 2835 2835 0 0 0-11.066 26.471q-2.611 6.317-5.23 12.63l-1.072 2.59a18679 18679 0 0 1-16.015 38.48l-2.502 6.001-1.235 2.962q-4.019 9.641-8.023 19.288l-3.054 7.35-1.877 4.527c-3.058 7.38-6.165 14.725-9.506 21.983-1.817 3.968-3.542 7.974-5.262 11.984l-1.146 2.64a366 366 0 0 0-6.44 16.012l-1.406 3.664a366 366 0 0 0-2.637 7.122c-3.004 7.782-5.928 11.22-13.246 15.062q-3.017 1.816-6.023 3.648a2647 2647 0 0 1-6.352 3.727l-3.27 1.941-3.128 1.832-2.826 1.662C325 383 325 383 322 383a2604 2604 0 0 1-3.9-15.051q-.66-2.56-1.33-5.116a1034 1034 0 0 1-1.899-7.372l-.612-2.292c-1.928-7.704-.066-13.164 2.96-20.282l.998-2.392c1.088-2.605 2.186-5.206 3.283-7.808q1.16-2.768 2.317-5.538 2.404-5.748 4.813-11.49c3.243-7.736 6.448-15.486 9.654-23.236q7.41-17.91 14.88-35.794c10.645-25.41 10.645-25.41 20.965-50.952 6.315-15.918 12.929-31.718 19.5-47.533a1559 1559 0 0 0 6.017-14.677c1.191-2.951 2.4-5.896 3.604-8.842l1.19-3.015c3.25-7.872 8.027-15.448 16.126-18.985 6.658-1.71 14.488-1.912 20.872.875' fill='%23FECA29'/%3E%3Cpath d='m117.3 351.499 3.85-.03 4.2.03q2.22-.006 4.44-.017c4.015-.014 8.03-.003 12.044.014 4.203.013 8.406.007 12.609.003q10.587-.002 21.174.034c8.157.027 16.315.029 24.472.017q11.776-.014 23.552.01 5.01.007 10.019 0 5.9-.006 11.8.028 2.163.008 4.328 0c1.97-.005 3.941.009 5.912.024l3.34.008c3.36.431 5.25 1.38 7.96 3.38 1.25 2.5 1.14 4.216 1.161 7.013l.03 3.166.012 3.434.017 3.52q.014 3.694.02 7.387c.01 3.767.04 7.532.072 11.298q.01 3.585.016 7.17l.038 3.416-.01 3.195.011 2.801c-.448 3.173-1.454 5.044-3.367 7.6-3.252 1.084-5.637 1.137-9.06 1.154l-3.84.026-4.223.013-4.44.025c-4.861.026-9.723.041-14.585.055l-5.021.017q-10.442.033-20.882.051-14.967.023-29.932.107-10.522.056-21.045.063c-4.19.004-8.38.016-12.57.048q-5.913.044-11.825.025-2.169 0-4.338.025c-1.975.023-3.95.012-5.925-.001l-3.349.01c-3.944-.822-5.454-2.541-7.965-5.618-.635-2.662-.635-2.662-.647-5.553l-.048-3.297.03-3.529-.014-3.65q-.004-3.813.027-7.627c.027-3.896 0-7.79-.032-11.686q.006-3.705.02-7.412l-.03-3.535c.015-1.085.03-2.17.047-3.287l.012-2.889c1.487-5.938 6.445-7.035 11.935-7.036m0-128 3.85-.03 4.2.03q2.22-.006 4.44-.017c4.015-.014 8.03-.003 12.044.014 4.203.013 8.406.007 12.609.003q10.587-.002 21.174.034c8.157.027 16.315.029 24.472.017q11.776-.014 23.552.01 5.01.008 10.019 0 5.9-.006 11.8.028 2.163.008 4.328 0c1.97-.005 3.941.009 5.912.024l3.34.008c3.36.431 5.25 1.38 7.96 3.38 1.25 2.5 1.14 4.216 1.161 7.013l.03 3.166.012 3.434.017 3.52q.014 3.694.02 7.387c.01 3.767.04 7.532.072 11.298q.01 3.585.016 7.17l.038 3.416-.01 3.195.011 2.801c-.448 3.173-1.454 5.044-3.367 7.6-3.252 1.084-5.637 1.137-9.06 1.154l-3.84.026-4.223.013-4.44.025c-4.861.026-9.723.041-14.585.055l-5.021.017q-10.442.033-20.882.051-14.967.023-29.932.107-10.522.056-21.045.063c-4.19.004-8.38.016-12.57.048q-5.913.044-11.825.025-2.169 0-4.338.025c-1.975.023-3.95.012-5.925-.001l-3.349.01c-3.944-.822-5.454-2.541-7.965-5.618-.635-2.662-.635-2.662-.647-5.553l-.048-3.297.03-3.529-.014-3.65q-.004-3.813.027-7.627c.027-3.896 0-7.79-.032-11.686q.006-3.705.02-7.412l-.03-3.535c.015-1.085.03-2.17.047-3.287l.012-2.889c1.487-5.938 6.445-7.035 11.935-7.036' fill='%23FEFEFE'/%3E%3Cpath d='M325 316c14.958 5.296 29.454 11.68 44 18-2.112 6.431-4.27 12.84-6.625 19.188l-.887 2.615c-2.628 6.954-6.1 9.659-12.488 13.197q-3.014 1.821-6.023 3.648a2647 2647 0 0 1-6.352 3.727l-3.27 1.941-3.128 1.832-2.826 1.662C325 383 325 383 322 383a2604 2604 0 0 1-3.9-15.051q-.66-2.56-1.33-5.116a1034 1034 0 0 1-1.899-7.372l-.612-2.292c-1.694-6.77-.718-11.535 1.991-17.97l1.344-3.209 1.406-3.303 1.406-3.36c3.446-8.179 3.446-8.179 4.594-9.327' fill='%23F89F1B'/%3E%3Cpath d='M443.254 104.598c6.086 4.888 9.716 10.023 11.496 17.59.59 9-2.745 16.86-6.375 24.937l-1.273 2.898Q445.563 153.517 444 157a209 209 0 0 1-17.754-6.574l-2.383-.996a4302 4302 0 0 1-7.425-3.118l-5.08-2.126Q405.176 141.596 399 139c.854-5.95 2.795-10.933 5.125-16.437l1.11-2.776c3.118-7.389 7.026-12.421 13.827-16.725 7.368-2.666 17.413-2.561 24.192 1.536' fill='%23F9A01B'/%3E%3C/svg%3E");
}

.icon-dustbin {
  width: 30px;
  height: 30px;
}
.icon-dustbin::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M113 176h286c-4.616 49.624-4.616 49.624-6.518 68.852l-.667 6.773a66205 66205 0 0 1-6.978 70.395q-1.61 16.214-3.204 32.429-1.651 16.788-3.326 33.575a9680 9680 0 0 0-1.853 18.744 5932 5932 0 0 1-1.74 17.528q-.321 3.206-.63 6.414-.426 4.384-.877 8.765l-.236 2.544c-.718 6.8-1.57 14.346-7.034 18.981-4.568 3.11-7.708 3.148-13.11 3.147l-2.59.011a3432 3432 0 0 1-8.646.019l-6.179.02q-8.411.025-16.822.036-5.253.007-10.504.018-16.424.029-32.847.041-18.975.015-37.95.077-14.654.044-29.309.048c-5.839.002-11.677.011-17.516.036q-8.238.035-16.478.018-3.024 0-6.049.02c-2.752.017-5.504.01-8.257-.003l-2.418.033c-5.198-.06-8.2-1.004-12.262-4.521-3.272-4.053-4.542-7.132-5.087-12.28l-.216-1.925c-.25-2.264-.473-4.529-.697-6.795l-.584-5.505c-.703-6.67-1.366-13.344-2.03-20.017q-.383-3.84-.77-7.677-.93-9.29-1.855-18.58-1.08-10.827-2.164-21.653a133199 133199 0 0 1-3.856-38.619q-1.869-18.731-3.742-37.463-2.045-20.432-4.085-40.865l-.218-2.18-5.722-57.31-.303-3.009-.27-2.734-.237-2.366C113 179 113 179 113 176m-9.715-64.508q2.055-.007 4.111-.019c3.76-.017 7.52-.008 11.28.004 4.058.01 8.115-.005 12.173-.016 7.946-.018 15.892-.014 23.838-.002q9.686.013 19.373.006l2.785-.002 5.6-.004c17.505-.011 35.011.002 52.517.023q22.534.025 45.07-.003a27096 27096 0 0 1 57.908-.014l2.773.002q9.675.003 19.351-.012 11.79-.017 23.58.013c4.011.01 8.022.015 12.033.001q5.506-.017 11.014.016c1.958.007 3.915-.006 5.873-.02 6.424.058 10.604.107 15.436 4.535 3.628 3.82 4.31 6.883 4.5 12-.19 5.117-.872 8.18-4.5 12-5.736 5.257-11.808 4.56-19.285 4.508q-2.055.006-4.111.019c-3.76.017-7.52.008-11.28-.004-4.058-.01-8.115.005-12.173.016-7.946.018-15.892.014-23.838.002q-9.686-.013-19.373-.006l-2.785.002-5.6.004c-17.505.011-35.011-.002-52.517-.023q-22.534-.025-45.07.003a27096 27096 0 0 1-57.908.014l-2.773-.002q-9.675-.003-19.351.012-11.79.018-23.58-.013c-4.011-.01-8.022-.015-12.033-.001q-5.506.017-11.014-.016c-1.958-.007-3.915.006-5.873.02-6.424-.058-10.604-.107-15.436-4.535-3.628-3.82-4.31-6.883-4.5-12 .19-5.117.872-8.18 4.5-12 5.736-5.257 11.808-4.56 19.285-4.508m122.278-64.01 2.22-.02c2.406-.018 4.81-.007 7.217.007l5.043-.012q5.276-.008 10.55.022c4.5.022 8.998.01 13.498-.015 3.469-.014 6.938-.01 10.408 0q2.488.005 4.975-.01c2.322-.01 4.642.006 6.964.028l3.996.01c4.258.606 6.29 1.744 9.566 4.508 4 6 4 6 4 28h-96c0-22 0-22 4-28 4.524-3.816 7.704-4.503 13.563-4.518'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M113 176h286c-4.616 49.624-4.616 49.624-6.518 68.852l-.667 6.773a66205 66205 0 0 1-6.978 70.395q-1.61 16.214-3.204 32.429-1.651 16.788-3.326 33.575a9680 9680 0 0 0-1.853 18.744 5932 5932 0 0 1-1.74 17.528q-.321 3.206-.63 6.414-.426 4.384-.877 8.765l-.236 2.544c-.718 6.8-1.57 14.346-7.034 18.981-4.568 3.11-7.708 3.148-13.11 3.147l-2.59.011a3432 3432 0 0 1-8.646.019l-6.179.02q-8.411.025-16.822.036-5.253.007-10.504.018-16.424.029-32.847.041-18.975.015-37.95.077-14.654.044-29.309.048c-5.839.002-11.677.011-17.516.036q-8.238.035-16.478.018-3.024 0-6.049.02c-2.752.017-5.504.01-8.257-.003l-2.418.033c-5.198-.06-8.2-1.004-12.262-4.521-3.272-4.053-4.542-7.132-5.087-12.28l-.216-1.925c-.25-2.264-.473-4.529-.697-6.795l-.584-5.505c-.703-6.67-1.366-13.344-2.03-20.017q-.383-3.84-.77-7.677-.93-9.29-1.855-18.58-1.08-10.827-2.164-21.653a133199 133199 0 0 1-3.856-38.619q-1.869-18.731-3.742-37.463-2.045-20.432-4.085-40.865l-.218-2.18-5.722-57.31-.303-3.009-.27-2.734-.237-2.366C113 179 113 179 113 176m-9.715-64.508q2.055-.007 4.111-.019c3.76-.017 7.52-.008 11.28.004 4.058.01 8.115-.005 12.173-.016 7.946-.018 15.892-.014 23.838-.002q9.686.013 19.373.006l2.785-.002 5.6-.004c17.505-.011 35.011.002 52.517.023q22.534.025 45.07-.003a27096 27096 0 0 1 57.908-.014l2.773.002q9.675.003 19.351-.012 11.79-.017 23.58.013c4.011.01 8.022.015 12.033.001q5.506-.017 11.014.016c1.958.007 3.915-.006 5.873-.02 6.424.058 10.604.107 15.436 4.535 3.628 3.82 4.31 6.883 4.5 12-.19 5.117-.872 8.18-4.5 12-5.736 5.257-11.808 4.56-19.285 4.508q-2.055.006-4.111.019c-3.76.017-7.52.008-11.28-.004-4.058-.01-8.115.005-12.173.016-7.946.018-15.892.014-23.838.002q-9.686-.013-19.373-.006l-2.785.002-5.6.004c-17.505.011-35.011-.002-52.517-.023q-22.534-.025-45.07.003a27096 27096 0 0 1-57.908.014l-2.773-.002q-9.675-.003-19.351.012-11.79.018-23.58-.013c-4.011-.01-8.022-.015-12.033-.001q-5.506.017-11.014-.016c-1.958-.007-3.915.006-5.873.02-6.424-.058-10.604-.107-15.436-4.535-3.628-3.82-4.31-6.883-4.5-12 .19-5.117.872-8.18 4.5-12 5.736-5.257 11.808-4.56 19.285-4.508m122.278-64.01 2.22-.02c2.406-.018 4.81-.007 7.217.007l5.043-.012q5.276-.008 10.55.022c4.5.022 8.998.01 13.498-.015 3.469-.014 6.938-.01 10.408 0q2.488.005 4.975-.01c2.322-.01 4.642.006 6.964.028l3.996.01c4.258.606 6.29 1.744 9.566 4.508 4 6 4 6 4 28h-96c0-22 0-22 4-28 4.524-3.816 7.704-4.503 13.563-4.518'/%3E%3C/svg%3E");
}

.icon-indent-right {
  width: 30px;
  height: 30px;
}
.icon-indent-right::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='m85.313 148.625 2.675-.086c8.714 1.334 14.198 7.074 20.134 13.082l2.65 2.632q3.566 3.554 7.114 7.129c2.485 2.499 4.98 4.988 7.475 7.478q6.275 6.272 12.53 12.564a5155 5155 0 0 0 14.475 14.492q6.992 6.977 13.964 13.974 2.96 2.97 5.93 5.93c2.763 2.758 5.515 5.529 8.265 8.3l2.48 2.466c5.907 5.987 9.417 10.586 9.495 19.289l.094 3.492c-1.421 8.695-8.207 14.683-14.22 20.664l-2.6 2.619q-3.502 3.524-7.022 7.034c-1.964 1.96-3.923 3.926-5.882 5.89a7153 7153 0 0 1-13.888 13.89q-7.155 7.141-14.282 14.311a5096 5096 0 0 1-12.3 12.324 2462 2462 0 0 0-7.33 7.346c-2.717 2.735-5.45 5.454-8.185 8.171l-2.422 2.452c-5.672 5.598-10.591 9.357-18.9 9.37-6.255-.206-10.775-1.762-15.317-6.122-4.471-5.01-6.54-8.717-6.621-15.566l-.086-3.266c1.062-8.024 5.723-13.326 11.34-18.818l2.072-2.072a1484 1484 0 0 1 6.752-6.688q2.347-2.336 4.691-4.674a4881 4881 0 0 1 12.33-12.23c4.203-4.163 8.395-8.337 12.588-12.51A13738 13738 0 0 1 138 257c-1.273-2.79-2.582-4.829-4.757-6.984l-1.7-1.699-1.857-1.826-1.962-1.953a1916 1916 0 0 0-4.221-4.186q-3.348-3.311-6.683-6.634c-5.527-5.5-11.065-10.99-16.603-16.48q-7.017-6.957-14.02-13.928-3.285-3.263-6.58-6.518l-4.044-4.024-1.846-1.814c-6.094-6.093-9.833-11.316-10.102-20.142.065-7.249 1.868-11.232 6.867-16.335 4.5-4.034 8.825-5.765 14.82-5.852M198.013 361.74c.993-.005 1.985-.008 3.008-.012 3.318-.01 6.636-.007 9.953-.003l7.147-.015a7021 7021 0 0 1 17.38-.012q7.066.002 14.132-.005l2.034-.001 4.09-.004q19.169-.014 38.336-.003c11.683.006 23.365-.006 35.047-.025q18.009-.03 36.017-.024c6.736.002 13.472 0 20.209-.014q9.501-.019 19.002.002 3.485.004 6.97-.009c3.174-.01 6.348-.002 9.522.01l2.78-.022c8.576.072 15.21 2.248 21.36 8.397 4.083 6.736 3.731 13.342 3 21-1.6 5.966-4.937 9.625-10 13-5.736 2.083-10.941 2.286-17.006 2.26-.992.005-1.984.008-3.006.012-3.316.01-6.631.007-9.946.003l-7.142.015q-8.685.017-17.37.012-7.062-.002-14.124.005l-2.033.001-4.089.004q-19.161.013-38.322.003c-11.675-.006-23.35.006-35.025.025q-18 .03-36 .024-10.098-.005-20.197.014-9.497.018-18.995-.002-3.482-.004-6.964.009c-3.174.01-6.347.002-9.52-.01l-2.772.022c-6.768-.057-13.336-.976-18.829-5.194-4.879-5.964-7.19-11.176-6.898-19.098.837-7.4 3.269-11.845 8.91-16.695 6.108-3.7 12.408-3.7 19.341-3.67m0-256c.993-.005 1.985-.008 3.008-.012 3.318-.01 6.636-.007 9.953-.003l7.147-.015a7021 7021 0 0 1 17.38-.012 11023 11023 0 0 0 20.256-.01q19.169-.014 38.336-.003c11.683.006 23.365-.006 35.047-.025q18.009-.03 36.017-.024 10.104.005 20.209-.014 9.501-.018 19.002.002 3.485.004 6.97-.009c3.174-.01 6.348-.002 9.522.01l2.78-.022c8.576.072 15.21 2.248 21.36 8.397 4.083 6.736 3.731 13.342 3 21-1.6 5.966-4.937 9.625-10 13-5.736 2.083-10.941 2.286-17.006 2.26-.992.005-1.984.008-3.006.012-3.316.01-6.631.007-9.946.003l-7.142.015q-8.685.017-17.37.012-7.062-.002-14.124.005l-2.033.001-4.089.004q-19.161.013-38.322.003c-11.675-.006-23.35.006-35.025.025q-18 .03-36 .024-10.098-.005-20.197.014-9.497.019-18.995-.002-3.482-.004-6.964.009c-3.174.01-6.347.002-9.52-.01l-2.772.022c-6.768-.057-13.336-.976-18.829-5.194-4.879-5.964-7.19-11.176-6.898-19.098.837-7.4 3.269-11.845 8.91-16.695 6.108-3.7 12.408-3.7 19.341-3.67m81.773 128c.646-.005 1.291-.008 1.956-.012 2.144-.01 4.286-.007 6.43-.003l4.634-.015c4.182-.014 8.363-.014 12.545-.012q5.245 0 10.49-.008 12.375-.016 24.753-.006c8.5.006 17-.006 25.501-.027q10.965-.026 21.93-.02c4.36.001 8.721-.001 13.082-.015q6.152-.018 12.305.002 2.25.004 4.503-.009c9.077-.046 16.86.012 24.398 5.697 4.88 4.88 6.117 9.239 6.125 16.063-.16 7.098-1.048 11.834-5.793 17.14-5.257 4.905-11.499 5.733-18.431 5.746l-1.956.011c-2.144.01-4.286.007-6.43.003l-4.634.015c-4.182.014-8.363.014-12.545.012q-5.245 0-10.49.008-12.375.016-24.753.006c-8.5-.006-17 .006-25.501.027q-10.965.026-21.93.02c-4.36-.001-8.721.001-13.082.015q-6.152.018-12.305-.002-2.25-.004-4.503.009c-9.067.046-16.82-.045-24.397-5.635-5.326-5.449-5.907-9.733-6.188-17.188.171-8.238 2.195-12.257 7.875-17.937 5.156-3.192 10.438-3.875 16.411-3.886'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='m85.313 148.625 2.675-.086c8.714 1.334 14.198 7.074 20.134 13.082l2.65 2.632q3.566 3.554 7.114 7.129c2.485 2.499 4.98 4.988 7.475 7.478q6.275 6.272 12.53 12.564a5155 5155 0 0 0 14.475 14.492q6.992 6.977 13.964 13.974 2.96 2.97 5.93 5.93c2.763 2.758 5.515 5.529 8.265 8.3l2.48 2.466c5.907 5.987 9.417 10.586 9.495 19.289l.094 3.492c-1.421 8.695-8.207 14.683-14.22 20.664l-2.6 2.619q-3.502 3.524-7.022 7.034c-1.964 1.96-3.923 3.926-5.882 5.89a7153 7153 0 0 1-13.888 13.89q-7.155 7.141-14.282 14.311a5096 5096 0 0 1-12.3 12.324 2462 2462 0 0 0-7.33 7.346c-2.717 2.735-5.45 5.454-8.185 8.171l-2.422 2.452c-5.672 5.598-10.591 9.357-18.9 9.37-6.255-.206-10.775-1.762-15.317-6.122-4.471-5.01-6.54-8.717-6.621-15.566l-.086-3.266c1.062-8.024 5.723-13.326 11.34-18.818l2.072-2.072a1484 1484 0 0 1 6.752-6.688q2.347-2.336 4.691-4.674a4881 4881 0 0 1 12.33-12.23c4.203-4.163 8.395-8.337 12.588-12.51A13738 13738 0 0 1 138 257c-1.273-2.79-2.582-4.829-4.757-6.984l-1.7-1.699-1.857-1.826-1.962-1.953a1916 1916 0 0 0-4.221-4.186q-3.348-3.311-6.683-6.634c-5.527-5.5-11.065-10.99-16.603-16.48q-7.017-6.957-14.02-13.928-3.285-3.263-6.58-6.518l-4.044-4.024-1.846-1.814c-6.094-6.093-9.833-11.316-10.102-20.142.065-7.249 1.868-11.232 6.867-16.335 4.5-4.034 8.825-5.765 14.82-5.852M198.013 361.74c.993-.005 1.985-.008 3.008-.012 3.318-.01 6.636-.007 9.953-.003l7.147-.015a7021 7021 0 0 1 17.38-.012q7.066.002 14.132-.005l2.034-.001 4.09-.004q19.169-.014 38.336-.003c11.683.006 23.365-.006 35.047-.025q18.009-.03 36.017-.024c6.736.002 13.472 0 20.209-.014q9.501-.019 19.002.002 3.485.004 6.97-.009c3.174-.01 6.348-.002 9.522.01l2.78-.022c8.576.072 15.21 2.248 21.36 8.397 4.083 6.736 3.731 13.342 3 21-1.6 5.966-4.937 9.625-10 13-5.736 2.083-10.941 2.286-17.006 2.26-.992.005-1.984.008-3.006.012-3.316.01-6.631.007-9.946.003l-7.142.015q-8.685.017-17.37.012-7.062-.002-14.124.005l-2.033.001-4.089.004q-19.161.013-38.322.003c-11.675-.006-23.35.006-35.025.025q-18 .03-36 .024-10.098-.005-20.197.014-9.497.018-18.995-.002-3.482-.004-6.964.009c-3.174.01-6.347.002-9.52-.01l-2.772.022c-6.768-.057-13.336-.976-18.829-5.194-4.879-5.964-7.19-11.176-6.898-19.098.837-7.4 3.269-11.845 8.91-16.695 6.108-3.7 12.408-3.7 19.341-3.67m0-256c.993-.005 1.985-.008 3.008-.012 3.318-.01 6.636-.007 9.953-.003l7.147-.015a7021 7021 0 0 1 17.38-.012 11023 11023 0 0 0 20.256-.01q19.169-.014 38.336-.003c11.683.006 23.365-.006 35.047-.025q18.009-.03 36.017-.024 10.104.005 20.209-.014 9.501-.018 19.002.002 3.485.004 6.97-.009c3.174-.01 6.348-.002 9.522.01l2.78-.022c8.576.072 15.21 2.248 21.36 8.397 4.083 6.736 3.731 13.342 3 21-1.6 5.966-4.937 9.625-10 13-5.736 2.083-10.941 2.286-17.006 2.26-.992.005-1.984.008-3.006.012-3.316.01-6.631.007-9.946.003l-7.142.015q-8.685.017-17.37.012-7.062-.002-14.124.005l-2.033.001-4.089.004q-19.161.013-38.322.003c-11.675-.006-23.35.006-35.025.025q-18 .03-36 .024-10.098-.005-20.197.014-9.497.019-18.995-.002-3.482-.004-6.964.009c-3.174.01-6.347.002-9.52-.01l-2.772.022c-6.768-.057-13.336-.976-18.829-5.194-4.879-5.964-7.19-11.176-6.898-19.098.837-7.4 3.269-11.845 8.91-16.695 6.108-3.7 12.408-3.7 19.341-3.67m81.773 128c.646-.005 1.291-.008 1.956-.012 2.144-.01 4.286-.007 6.43-.003l4.634-.015c4.182-.014 8.363-.014 12.545-.012q5.245 0 10.49-.008 12.375-.016 24.753-.006c8.5.006 17-.006 25.501-.027q10.965-.026 21.93-.02c4.36.001 8.721-.001 13.082-.015q6.152-.018 12.305.002 2.25.004 4.503-.009c9.077-.046 16.86.012 24.398 5.697 4.88 4.88 6.117 9.239 6.125 16.063-.16 7.098-1.048 11.834-5.793 17.14-5.257 4.905-11.499 5.733-18.431 5.746l-1.956.011c-2.144.01-4.286.007-6.43.003l-4.634.015c-4.182.014-8.363.014-12.545.012q-5.245 0-10.49.008-12.375.016-24.753.006c-8.5-.006-17 .006-25.501.027q-10.965.026-21.93.02c-4.36-.001-8.721.001-13.082.015q-6.152.018-12.305-.002-2.25-.004-4.503.009c-9.067.046-16.82-.045-24.397-5.635-5.326-5.449-5.907-9.733-6.188-17.188.171-8.238 2.195-12.257 7.875-17.937 5.156-3.192 10.438-3.875 16.411-3.886'/%3E%3C/svg%3E");
}

.icon-indent-left {
  width: 30px;
  height: 30px;
}
.icon-indent-left::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' transform='matrix(-1,0,0,1,0,0)'%3E%3Cpath d='m85.313 148.625 2.675-.086c8.714 1.334 14.198 7.074 20.134 13.082l2.65 2.632q3.566 3.554 7.114 7.129c2.485 2.499 4.98 4.988 7.475 7.478q6.275 6.272 12.53 12.564a5155 5155 0 0 0 14.475 14.492q6.992 6.977 13.964 13.974 2.96 2.97 5.93 5.93c2.763 2.758 5.515 5.529 8.265 8.3l2.48 2.466c5.907 5.987 9.417 10.586 9.495 19.289l.094 3.492c-1.421 8.695-8.207 14.683-14.22 20.664l-2.6 2.619q-3.502 3.524-7.022 7.034c-1.964 1.96-3.923 3.926-5.882 5.89a7153 7153 0 0 1-13.888 13.89q-7.155 7.141-14.282 14.311a5096 5096 0 0 1-12.3 12.324 2462 2462 0 0 0-7.33 7.346c-2.717 2.735-5.45 5.454-8.185 8.171l-2.422 2.452c-5.672 5.598-10.591 9.357-18.9 9.37-6.255-.206-10.775-1.762-15.317-6.122-4.471-5.01-6.54-8.717-6.621-15.566l-.086-3.266c1.062-8.024 5.723-13.326 11.34-18.818l2.072-2.072a1484 1484 0 0 1 6.752-6.688q2.347-2.336 4.691-4.674a4881 4881 0 0 1 12.33-12.23c4.203-4.163 8.395-8.337 12.588-12.51A13738 13738 0 0 1 138 257c-1.273-2.79-2.582-4.829-4.757-6.984l-1.7-1.699-1.857-1.826-1.962-1.953a1916 1916 0 0 0-4.221-4.186q-3.348-3.311-6.683-6.634c-5.527-5.5-11.065-10.99-16.603-16.48q-7.017-6.957-14.02-13.928-3.285-3.263-6.58-6.518l-4.044-4.024-1.846-1.814c-6.094-6.093-9.833-11.316-10.102-20.142.065-7.249 1.868-11.232 6.867-16.335 4.5-4.034 8.825-5.765 14.82-5.852M198.013 361.74c.993-.005 1.985-.008 3.008-.012 3.318-.01 6.636-.007 9.953-.003l7.147-.015a7021 7021 0 0 1 17.38-.012q7.066.002 14.132-.005l2.034-.001 4.09-.004q19.169-.014 38.336-.003c11.683.006 23.365-.006 35.047-.025q18.009-.03 36.017-.024c6.736.002 13.472 0 20.209-.014q9.501-.019 19.002.002 3.485.004 6.97-.009c3.174-.01 6.348-.002 9.522.01l2.78-.022c8.576.072 15.21 2.248 21.36 8.397 4.083 6.736 3.731 13.342 3 21-1.6 5.966-4.937 9.625-10 13-5.736 2.083-10.941 2.286-17.006 2.26-.992.005-1.984.008-3.006.012-3.316.01-6.631.007-9.946.003l-7.142.015q-8.685.017-17.37.012-7.062-.002-14.124.005l-2.033.001-4.089.004q-19.161.013-38.322.003c-11.675-.006-23.35.006-35.025.025q-18 .03-36 .024-10.098-.005-20.197.014-9.497.018-18.995-.002-3.482-.004-6.964.009c-3.174.01-6.347.002-9.52-.01l-2.772.022c-6.768-.057-13.336-.976-18.829-5.194-4.879-5.964-7.19-11.176-6.898-19.098.837-7.4 3.269-11.845 8.91-16.695 6.108-3.7 12.408-3.7 19.341-3.67m0-256c.993-.005 1.985-.008 3.008-.012 3.318-.01 6.636-.007 9.953-.003l7.147-.015a7021 7021 0 0 1 17.38-.012 11023 11023 0 0 0 20.256-.01q19.169-.014 38.336-.003c11.683.006 23.365-.006 35.047-.025q18.009-.03 36.017-.024 10.104.005 20.209-.014 9.501-.018 19.002.002 3.485.004 6.97-.009c3.174-.01 6.348-.002 9.522.01l2.78-.022c8.576.072 15.21 2.248 21.36 8.397 4.083 6.736 3.731 13.342 3 21-1.6 5.966-4.937 9.625-10 13-5.736 2.083-10.941 2.286-17.006 2.26-.992.005-1.984.008-3.006.012-3.316.01-6.631.007-9.946.003l-7.142.015q-8.685.017-17.37.012-7.062-.002-14.124.005l-2.033.001-4.089.004q-19.161.013-38.322.003c-11.675-.006-23.35.006-35.025.025q-18 .03-36 .024-10.098-.005-20.197.014-9.497.019-18.995-.002-3.482-.004-6.964.009c-3.174.01-6.347.002-9.52-.01l-2.772.022c-6.768-.057-13.336-.976-18.829-5.194-4.879-5.964-7.19-11.176-6.898-19.098.837-7.4 3.269-11.845 8.91-16.695 6.108-3.7 12.408-3.7 19.341-3.67m81.773 128c.646-.005 1.291-.008 1.956-.012 2.144-.01 4.286-.007 6.43-.003l4.634-.015c4.182-.014 8.363-.014 12.545-.012q5.245 0 10.49-.008 12.375-.016 24.753-.006c8.5.006 17-.006 25.501-.027q10.965-.026 21.93-.02c4.36.001 8.721-.001 13.082-.015q6.152-.018 12.305.002 2.25.004 4.503-.009c9.077-.046 16.86.012 24.398 5.697 4.88 4.88 6.117 9.239 6.125 16.063-.16 7.098-1.048 11.834-5.793 17.14-5.257 4.905-11.499 5.733-18.431 5.746l-1.956.011c-2.144.01-4.286.007-6.43.003l-4.634.015c-4.182.014-8.363.014-12.545.012q-5.245 0-10.49.008-12.375.016-24.753.006c-8.5-.006-17 .006-25.501.027q-10.965.026-21.93.02c-4.36-.001-8.721.001-13.082.015q-6.152.018-12.305-.002-2.25-.004-4.503.009c-9.067.046-16.82-.045-24.397-5.635-5.326-5.449-5.907-9.733-6.188-17.188.171-8.238 2.195-12.257 7.875-17.937 5.156-3.192 10.438-3.875 16.411-3.886'%3E%3C/path%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' transform='matrix(-1,0,0,1,0,0)'%3E%3Cpath d='m85.313 148.625 2.675-.086c8.714 1.334 14.198 7.074 20.134 13.082l2.65 2.632q3.566 3.554 7.114 7.129c2.485 2.499 4.98 4.988 7.475 7.478q6.275 6.272 12.53 12.564a5155 5155 0 0 0 14.475 14.492q6.992 6.977 13.964 13.974 2.96 2.97 5.93 5.93c2.763 2.758 5.515 5.529 8.265 8.3l2.48 2.466c5.907 5.987 9.417 10.586 9.495 19.289l.094 3.492c-1.421 8.695-8.207 14.683-14.22 20.664l-2.6 2.619q-3.502 3.524-7.022 7.034c-1.964 1.96-3.923 3.926-5.882 5.89a7153 7153 0 0 1-13.888 13.89q-7.155 7.141-14.282 14.311a5096 5096 0 0 1-12.3 12.324 2462 2462 0 0 0-7.33 7.346c-2.717 2.735-5.45 5.454-8.185 8.171l-2.422 2.452c-5.672 5.598-10.591 9.357-18.9 9.37-6.255-.206-10.775-1.762-15.317-6.122-4.471-5.01-6.54-8.717-6.621-15.566l-.086-3.266c1.062-8.024 5.723-13.326 11.34-18.818l2.072-2.072a1484 1484 0 0 1 6.752-6.688q2.347-2.336 4.691-4.674a4881 4881 0 0 1 12.33-12.23c4.203-4.163 8.395-8.337 12.588-12.51A13738 13738 0 0 1 138 257c-1.273-2.79-2.582-4.829-4.757-6.984l-1.7-1.699-1.857-1.826-1.962-1.953a1916 1916 0 0 0-4.221-4.186q-3.348-3.311-6.683-6.634c-5.527-5.5-11.065-10.99-16.603-16.48q-7.017-6.957-14.02-13.928-3.285-3.263-6.58-6.518l-4.044-4.024-1.846-1.814c-6.094-6.093-9.833-11.316-10.102-20.142.065-7.249 1.868-11.232 6.867-16.335 4.5-4.034 8.825-5.765 14.82-5.852M198.013 361.74c.993-.005 1.985-.008 3.008-.012 3.318-.01 6.636-.007 9.953-.003l7.147-.015a7021 7021 0 0 1 17.38-.012q7.066.002 14.132-.005l2.034-.001 4.09-.004q19.169-.014 38.336-.003c11.683.006 23.365-.006 35.047-.025q18.009-.03 36.017-.024c6.736.002 13.472 0 20.209-.014q9.501-.019 19.002.002 3.485.004 6.97-.009c3.174-.01 6.348-.002 9.522.01l2.78-.022c8.576.072 15.21 2.248 21.36 8.397 4.083 6.736 3.731 13.342 3 21-1.6 5.966-4.937 9.625-10 13-5.736 2.083-10.941 2.286-17.006 2.26-.992.005-1.984.008-3.006.012-3.316.01-6.631.007-9.946.003l-7.142.015q-8.685.017-17.37.012-7.062-.002-14.124.005l-2.033.001-4.089.004q-19.161.013-38.322.003c-11.675-.006-23.35.006-35.025.025q-18 .03-36 .024-10.098-.005-20.197.014-9.497.018-18.995-.002-3.482-.004-6.964.009c-3.174.01-6.347.002-9.52-.01l-2.772.022c-6.768-.057-13.336-.976-18.829-5.194-4.879-5.964-7.19-11.176-6.898-19.098.837-7.4 3.269-11.845 8.91-16.695 6.108-3.7 12.408-3.7 19.341-3.67m0-256c.993-.005 1.985-.008 3.008-.012 3.318-.01 6.636-.007 9.953-.003l7.147-.015a7021 7021 0 0 1 17.38-.012 11023 11023 0 0 0 20.256-.01q19.169-.014 38.336-.003c11.683.006 23.365-.006 35.047-.025q18.009-.03 36.017-.024 10.104.005 20.209-.014 9.501-.018 19.002.002 3.485.004 6.97-.009c3.174-.01 6.348-.002 9.522.01l2.78-.022c8.576.072 15.21 2.248 21.36 8.397 4.083 6.736 3.731 13.342 3 21-1.6 5.966-4.937 9.625-10 13-5.736 2.083-10.941 2.286-17.006 2.26-.992.005-1.984.008-3.006.012-3.316.01-6.631.007-9.946.003l-7.142.015q-8.685.017-17.37.012-7.062-.002-14.124.005l-2.033.001-4.089.004q-19.161.013-38.322.003c-11.675-.006-23.35.006-35.025.025q-18 .03-36 .024-10.098-.005-20.197.014-9.497.019-18.995-.002-3.482-.004-6.964.009c-3.174.01-6.347.002-9.52-.01l-2.772.022c-6.768-.057-13.336-.976-18.829-5.194-4.879-5.964-7.19-11.176-6.898-19.098.837-7.4 3.269-11.845 8.91-16.695 6.108-3.7 12.408-3.7 19.341-3.67m81.773 128c.646-.005 1.291-.008 1.956-.012 2.144-.01 4.286-.007 6.43-.003l4.634-.015c4.182-.014 8.363-.014 12.545-.012q5.245 0 10.49-.008 12.375-.016 24.753-.006c8.5.006 17-.006 25.501-.027q10.965-.026 21.93-.02c4.36.001 8.721-.001 13.082-.015q6.152-.018 12.305.002 2.25.004 4.503-.009c9.077-.046 16.86.012 24.398 5.697 4.88 4.88 6.117 9.239 6.125 16.063-.16 7.098-1.048 11.834-5.793 17.14-5.257 4.905-11.499 5.733-18.431 5.746l-1.956.011c-2.144.01-4.286.007-6.43.003l-4.634.015c-4.182.014-8.363.014-12.545.012q-5.245 0-10.49.008-12.375.016-24.753.006c-8.5-.006-17 .006-25.501.027q-10.965.026-21.93.02c-4.36-.001-8.721.001-13.082.015q-6.152.018-12.305-.002-2.25-.004-4.503.009c-9.067.046-16.82-.045-24.397-5.635-5.326-5.449-5.907-9.733-6.188-17.188.171-8.238 2.195-12.257 7.875-17.937 5.156-3.192 10.438-3.875 16.411-3.886'%3E%3C/path%3E%3C/svg%3E");
}

.icon-th-list {
  width: 30px;
  height: 30px;
}
.icon-th-list::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='m155.127 421.62 3.756-.026 4.117.018 4.38-.016c4.014-.014 8.027-.01 12.04-.003 4.329.005 8.656-.008 12.984-.018a9609 9609 0 0 1 25.437-.013q10.337.006 20.672-.002l2.97-.003 5.973-.004c18.677-.014 37.354-.009 56.032.003 17.093.01 34.186-.003 51.279-.027q26.318-.037 52.634-.027 14.779.006 29.558-.017a6563 6563 0 0 1 25.162.002c4.28.009 8.56.011 12.84-.004q5.876-.02 11.753.01 2.126.006 4.253-.01c13.176-.09 13.176-.09 18.033 4.517 4.056 5.223 3.774 10.653 3 17-2.184 4.611-4.491 6.742-9 9-2.884.377-2.884.377-6.127.38l-3.756.026-4.117-.018q-2.19.006-4.38.016c-4.014.014-8.027.01-12.04.003-4.329-.005-8.656.008-12.984.018-8.48.017-16.958.018-25.437.013q-10.337-.006-20.672.002l-2.97.003-5.973.004c-18.677.014-37.354.009-56.032-.003-17.093-.01-34.186.003-51.279.027q-26.318.037-52.634.027-14.779-.007-29.558.017-12.58.022-25.162-.002c-4.28-.009-8.56-.011-12.84.004q-5.877.02-11.753-.01-2.126-.005-4.253.01c-13.176.09-13.176.09-18.033-4.517-4.056-5.223-3.774-10.653-3-17 3.235-6.829 7.694-9.373 15.127-9.38m0-181 3.756-.026 4.117.018q2.19-.006 4.38-.016c4.014-.014 8.027-.01 12.04-.003 4.329.005 8.656-.008 12.984-.018a9609 9609 0 0 1 25.437-.013q10.337.006 20.672-.002l2.97-.003 5.973-.004c18.677-.014 37.354-.009 56.032.003 17.093.01 34.186-.003 51.279-.027q26.318-.037 52.634-.027c9.853.003 19.705 0 29.558-.017a6563 6563 0 0 1 25.162.002c4.28.009 8.56.011 12.84-.004q5.876-.02 11.753.01 2.126.006 4.253-.01c13.176-.09 13.176-.09 18.033 4.517 4.056 5.223 3.774 10.653 3 17-2.184 4.611-4.491 6.742-9 9-2.884.377-2.884.377-6.127.38l-3.756.026-4.117-.018q-2.19.006-4.38.016c-4.014.014-8.027.01-12.04.003-4.329-.005-8.656.008-12.984.018-8.48.017-16.958.018-25.437.013q-10.337-.006-20.672.002l-2.97.003-5.973.004c-18.677.014-37.354.009-56.032-.003-17.093-.01-34.186.003-51.279.027q-26.318.037-52.634.027c-9.853-.003-19.705 0-29.558.017q-12.58.022-25.162-.002c-4.28-.009-8.56-.011-12.84.004q-5.877.02-11.753-.01-2.126-.005-4.253.01c-13.176.09-13.176.09-18.033-4.517-4.056-5.223-3.774-10.653-3-17 3.235-6.829 7.694-9.373 15.127-9.38m0-181 3.756-.026 4.117.018q2.19-.006 4.38-.016c4.014-.014 8.027-.01 12.04-.003 4.329.005 8.656-.008 12.984-.018a9609 9609 0 0 1 25.437-.013q10.337.006 20.672-.002l2.97-.003 5.973-.004c18.677-.014 37.354-.009 56.032.003 17.093.01 34.186-.003 51.279-.027q26.318-.037 52.634-.027 14.779.006 29.558-.017a6563 6563 0 0 1 25.162.002c4.28.009 8.56.011 12.84-.004q5.876-.02 11.753.01 2.126.006 4.253-.01c13.176-.09 13.176-.09 18.033 4.517 4.056 5.223 3.774 10.653 3 17-2.184 4.611-4.491 6.742-9 9-2.884.377-2.884.377-6.127.38l-3.756.026-4.117-.018-4.38.016c-4.014.014-8.027.01-12.04.003-4.329-.005-8.656.008-12.984.018-8.48.017-16.958.018-25.437.013q-10.337-.006-20.672.002l-2.97.003-5.973.004c-18.677.014-37.354.009-56.032-.003-17.093-.01-34.186.003-51.279.027q-26.318.037-52.634.027-14.779-.006-29.558.017-12.58.022-25.162-.002c-4.28-.009-8.56-.011-12.84.004q-5.877.02-11.753-.01-2.126-.005-4.253.01c-13.176.09-13.176.09-18.033-4.517-4.056-5.223-3.774-10.653-3-17 3.235-6.829 7.694-9.373 15.127-9.38M65 376c10.596 6.282 17.455 14.324 21.277 26.09 2.65 10.674 2.62 21.978-2.886 31.773a99 99 0 0 1-3.38 4.918c-1.296 2.218-1.296 2.218-.335 4.707L81 446l1.219 2.324 1.281 2.363c5.441 10.915 5.664 22.329 1.938 33.938-4.984 12.253-13.387 20.468-25.376 25.813-10.301 3.385-23.76 3.276-33.71-1.114-11.443-6.443-18.787-15.412-23.602-27.449-1.276-6.593-2.815-15.585 1-21.562 4.159-4.275 6.97-6.163 13.063-6.563 5.483.1 8.784 2.01 12.875 5.625 3.133 3.94 3.574 8.748 4.343 13.602 1.213 3.785 2.603 4.978 5.969 7.023 4.427 1.03 8.016.565 11.938-1.687 3.053-3.424 4.13-5.698 3.937-10.313-1.047-3.591-2.263-5.32-4.875-8-3.296-1.311-3.296-1.311-6.937-2.062-6.288-1.46-10.254-3.194-13.876-8.688-1.671-4.576-2.143-8.586-.496-13.176C31.936 431.69 34.54 429.23 39 427q3.052-.764 6.125-1.437c3.8-.876 5.568-1.299 8.563-3.875 1.51-3.092 2.242-5.234 2.312-8.688-1.514-4.065-3.01-7.11-7-9-4.362-.663-7.821-.576-11.812 1.375-2.163 2.595-2.937 4.37-4.063 7.5-1.919 5.175-4.193 8.49-9.125 11.125-4.627 1.441-8.1 1.255-12.75-.062C6.643 421.19 3.735 418.206 2 413c-.875-8.228 1.984-16.659 6.813-23.312A129 129 0 0 1 12 386l1.59-1.867C25.85 370.69 49.09 367.145 65 376m1.258-183.613c9.2 6.384 15.594 15.115 18.355 26.039 3.373 22.452-8.087 39.784-20.785 57.033l-3.27 4.416C56.921 284.835 53.477 289.93 50 295l2.367-.048c3.565-.062 7.13-.101 10.696-.14l3.724-.076c8.283-.067 13.726.156 20.088 5.827 3.026 4.051 3.5 8.489 3.125 13.437-1.212 4.627-2.899 7.15-6.695 10.08-5.766 3.196-12.374 2.474-18.778 2.416q-2.115 0-4.231.005-4.419 0-8.838-.034c-3.765-.029-7.53-.026-11.294-.013-2.91.007-5.818-.001-8.728-.014a686 686 0 0 0-4.163 0c-1.943.002-3.885-.016-5.828-.036l-3.34-.016c-4.78-.597-8.056-2.28-11.355-5.763-3.27-4.904-4.273-8.372-3.387-14.203 2.348-8.929 9.51-16.228 15.114-23.332 5.617-7.135 10.85-14.494 16.024-21.955a440 440 0 0 1 4.737-6.592C49.71 241.106 49.71 241.106 53 225c-1.668-3.494-2.74-4.827-6-7-2.148-.316-2.148-.316-4.437-.25l-2.31-.016c-2.575.304-4.105.807-6.253 2.266-1.196 1.957-1.196 1.957-2 4.25-2.71 6.494-5.169 11.176-11.785 14.121-5.344 1.518-9.763.382-14.59-2.121-3.427-2.937-5.35-5.494-6.059-10.012C-.449 214.728 3.1 206.383 11 198c15.48-14.319 37.231-16.685 55.258-5.613M27.934-.434l2.29-.015Q32.612-.46 35-.446c2.426.008 4.849-.02 7.274-.052q2.33-.003 4.659.002l2.178-.034C54.205-.46 57.06.832 61 4c3.293 3.747 4.123 6.879 4.14 11.8l.018 2.995.003 3.282.015 3.46q.021 5.679.027 11.358l.017 7.88q.015 7.212.019 14.422.007 10.605.05 21.21c.025 6.127.033 12.255.035 18.383q.004 3.908.024 7.814c.017 3.644.015 7.287.008 10.93l.028 3.264c-.03 5.477-.22 9.511-3.384 14.202-5.177 4.672-8.394 5.348-15.234 5.285-4.813-.496-7.481-2.823-10.578-6.347-1.869-3.05-2.313-5.562-2.308-9.057l-.004-2.537.01-2.772v-2.928c0-3.198.009-6.395.016-9.593l.005-6.646q.006-8.753.024-17.504.014-8.928.02-17.856Q33.967 47.523 34 30l-2.933.06-3.837.045-3.807.06C18.82 29.943 17.22 29.22 14 26c-3.88-5.454-3.791-10.51-3-17 3.645-7.695 8.81-9.467 16.934-9.434'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='m155.127 421.62 3.756-.026 4.117.018 4.38-.016c4.014-.014 8.027-.01 12.04-.003 4.329.005 8.656-.008 12.984-.018a9609 9609 0 0 1 25.437-.013q10.337.006 20.672-.002l2.97-.003 5.973-.004c18.677-.014 37.354-.009 56.032.003 17.093.01 34.186-.003 51.279-.027q26.318-.037 52.634-.027 14.779.006 29.558-.017a6563 6563 0 0 1 25.162.002c4.28.009 8.56.011 12.84-.004q5.876-.02 11.753.01 2.126.006 4.253-.01c13.176-.09 13.176-.09 18.033 4.517 4.056 5.223 3.774 10.653 3 17-2.184 4.611-4.491 6.742-9 9-2.884.377-2.884.377-6.127.38l-3.756.026-4.117-.018q-2.19.006-4.38.016c-4.014.014-8.027.01-12.04.003-4.329-.005-8.656.008-12.984.018-8.48.017-16.958.018-25.437.013q-10.337-.006-20.672.002l-2.97.003-5.973.004c-18.677.014-37.354.009-56.032-.003-17.093-.01-34.186.003-51.279.027q-26.318.037-52.634.027-14.779-.007-29.558.017-12.58.022-25.162-.002c-4.28-.009-8.56-.011-12.84.004q-5.877.02-11.753-.01-2.126-.005-4.253.01c-13.176.09-13.176.09-18.033-4.517-4.056-5.223-3.774-10.653-3-17 3.235-6.829 7.694-9.373 15.127-9.38m0-181 3.756-.026 4.117.018q2.19-.006 4.38-.016c4.014-.014 8.027-.01 12.04-.003 4.329.005 8.656-.008 12.984-.018a9609 9609 0 0 1 25.437-.013q10.337.006 20.672-.002l2.97-.003 5.973-.004c18.677-.014 37.354-.009 56.032.003 17.093.01 34.186-.003 51.279-.027q26.318-.037 52.634-.027c9.853.003 19.705 0 29.558-.017a6563 6563 0 0 1 25.162.002c4.28.009 8.56.011 12.84-.004q5.876-.02 11.753.01 2.126.006 4.253-.01c13.176-.09 13.176-.09 18.033 4.517 4.056 5.223 3.774 10.653 3 17-2.184 4.611-4.491 6.742-9 9-2.884.377-2.884.377-6.127.38l-3.756.026-4.117-.018q-2.19.006-4.38.016c-4.014.014-8.027.01-12.04.003-4.329-.005-8.656.008-12.984.018-8.48.017-16.958.018-25.437.013q-10.337-.006-20.672.002l-2.97.003-5.973.004c-18.677.014-37.354.009-56.032-.003-17.093-.01-34.186.003-51.279.027q-26.318.037-52.634.027c-9.853-.003-19.705 0-29.558.017q-12.58.022-25.162-.002c-4.28-.009-8.56-.011-12.84.004q-5.877.02-11.753-.01-2.126-.005-4.253.01c-13.176.09-13.176.09-18.033-4.517-4.056-5.223-3.774-10.653-3-17 3.235-6.829 7.694-9.373 15.127-9.38m0-181 3.756-.026 4.117.018q2.19-.006 4.38-.016c4.014-.014 8.027-.01 12.04-.003 4.329.005 8.656-.008 12.984-.018a9609 9609 0 0 1 25.437-.013q10.337.006 20.672-.002l2.97-.003 5.973-.004c18.677-.014 37.354-.009 56.032.003 17.093.01 34.186-.003 51.279-.027q26.318-.037 52.634-.027 14.779.006 29.558-.017a6563 6563 0 0 1 25.162.002c4.28.009 8.56.011 12.84-.004q5.876-.02 11.753.01 2.126.006 4.253-.01c13.176-.09 13.176-.09 18.033 4.517 4.056 5.223 3.774 10.653 3 17-2.184 4.611-4.491 6.742-9 9-2.884.377-2.884.377-6.127.38l-3.756.026-4.117-.018-4.38.016c-4.014.014-8.027.01-12.04.003-4.329-.005-8.656.008-12.984.018-8.48.017-16.958.018-25.437.013q-10.337-.006-20.672.002l-2.97.003-5.973.004c-18.677.014-37.354.009-56.032-.003-17.093-.01-34.186.003-51.279.027q-26.318.037-52.634.027-14.779-.006-29.558.017-12.58.022-25.162-.002c-4.28-.009-8.56-.011-12.84.004q-5.877.02-11.753-.01-2.126-.005-4.253.01c-13.176.09-13.176.09-18.033-4.517-4.056-5.223-3.774-10.653-3-17 3.235-6.829 7.694-9.373 15.127-9.38M65 376c10.596 6.282 17.455 14.324 21.277 26.09 2.65 10.674 2.62 21.978-2.886 31.773a99 99 0 0 1-3.38 4.918c-1.296 2.218-1.296 2.218-.335 4.707L81 446l1.219 2.324 1.281 2.363c5.441 10.915 5.664 22.329 1.938 33.938-4.984 12.253-13.387 20.468-25.376 25.813-10.301 3.385-23.76 3.276-33.71-1.114-11.443-6.443-18.787-15.412-23.602-27.449-1.276-6.593-2.815-15.585 1-21.562 4.159-4.275 6.97-6.163 13.063-6.563 5.483.1 8.784 2.01 12.875 5.625 3.133 3.94 3.574 8.748 4.343 13.602 1.213 3.785 2.603 4.978 5.969 7.023 4.427 1.03 8.016.565 11.938-1.687 3.053-3.424 4.13-5.698 3.937-10.313-1.047-3.591-2.263-5.32-4.875-8-3.296-1.311-3.296-1.311-6.937-2.062-6.288-1.46-10.254-3.194-13.876-8.688-1.671-4.576-2.143-8.586-.496-13.176C31.936 431.69 34.54 429.23 39 427q3.052-.764 6.125-1.437c3.8-.876 5.568-1.299 8.563-3.875 1.51-3.092 2.242-5.234 2.312-8.688-1.514-4.065-3.01-7.11-7-9-4.362-.663-7.821-.576-11.812 1.375-2.163 2.595-2.937 4.37-4.063 7.5-1.919 5.175-4.193 8.49-9.125 11.125-4.627 1.441-8.1 1.255-12.75-.062C6.643 421.19 3.735 418.206 2 413c-.875-8.228 1.984-16.659 6.813-23.312A129 129 0 0 1 12 386l1.59-1.867C25.85 370.69 49.09 367.145 65 376m1.258-183.613c9.2 6.384 15.594 15.115 18.355 26.039 3.373 22.452-8.087 39.784-20.785 57.033l-3.27 4.416C56.921 284.835 53.477 289.93 50 295l2.367-.048c3.565-.062 7.13-.101 10.696-.14l3.724-.076c8.283-.067 13.726.156 20.088 5.827 3.026 4.051 3.5 8.489 3.125 13.437-1.212 4.627-2.899 7.15-6.695 10.08-5.766 3.196-12.374 2.474-18.778 2.416q-2.115 0-4.231.005-4.419 0-8.838-.034c-3.765-.029-7.53-.026-11.294-.013-2.91.007-5.818-.001-8.728-.014a686 686 0 0 0-4.163 0c-1.943.002-3.885-.016-5.828-.036l-3.34-.016c-4.78-.597-8.056-2.28-11.355-5.763-3.27-4.904-4.273-8.372-3.387-14.203 2.348-8.929 9.51-16.228 15.114-23.332 5.617-7.135 10.85-14.494 16.024-21.955a440 440 0 0 1 4.737-6.592C49.71 241.106 49.71 241.106 53 225c-1.668-3.494-2.74-4.827-6-7-2.148-.316-2.148-.316-4.437-.25l-2.31-.016c-2.575.304-4.105.807-6.253 2.266-1.196 1.957-1.196 1.957-2 4.25-2.71 6.494-5.169 11.176-11.785 14.121-5.344 1.518-9.763.382-14.59-2.121-3.427-2.937-5.35-5.494-6.059-10.012C-.449 214.728 3.1 206.383 11 198c15.48-14.319 37.231-16.685 55.258-5.613M27.934-.434l2.29-.015Q32.612-.46 35-.446c2.426.008 4.849-.02 7.274-.052q2.33-.003 4.659.002l2.178-.034C54.205-.46 57.06.832 61 4c3.293 3.747 4.123 6.879 4.14 11.8l.018 2.995.003 3.282.015 3.46q.021 5.679.027 11.358l.017 7.88q.015 7.212.019 14.422.007 10.605.05 21.21c.025 6.127.033 12.255.035 18.383q.004 3.908.024 7.814c.017 3.644.015 7.287.008 10.93l.028 3.264c-.03 5.477-.22 9.511-3.384 14.202-5.177 4.672-8.394 5.348-15.234 5.285-4.813-.496-7.481-2.823-10.578-6.347-1.869-3.05-2.313-5.562-2.308-9.057l-.004-2.537.01-2.772v-2.928c0-3.198.009-6.395.016-9.593l.005-6.646q.006-8.753.024-17.504.014-8.928.02-17.856Q33.967 47.523 34 30l-2.933.06-3.837.045-3.807.06C18.82 29.943 17.22 29.22 14 26c-3.88-5.454-3.791-10.51-3-17 3.645-7.695 8.81-9.467 16.934-9.434'/%3E%3C/svg%3E");
}

.icon-mgw {
  width: 30px;
  height: 30px;
}
.icon-mgw::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' transform='scale(-1 1)'%3E%3C!-- Define the gradient --%3E%3Cdefs%3E%3ClinearGradient id='gradient-fill' x1='0%25' y1='0%25' x2='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='rgba(61,134,236,1)' /%3E%3Cstop offset='100%25' stop-color='rgba(43,242,209,1)' /%3E%3C/linearGradient%3E%3C/defs%3E%3C!-- Apply the gradient to the path --%3E%3Cpath fill='url(%23gradient-fill)' d='M210 80q1.692 1.424 3.387 2.844 3.283 2.762 6.547 5.55c3.626 3.092 7.316 6.104 11.011 9.114 4.468 3.645 8.916 7.314 13.366 10.98q5.547 4.575 11.103 9.137c7.086 5.82 14.143 11.67 21.126 17.614 3.893 3.305 7.864 6.497 11.866 9.667 3.648 2.945 7.209 5.989 10.778 9.028A371 371 0 0 0 309 162c4.48 3.549 8.833 7.23 13.184 10.934A371 371 0 0 0 332 181c3.901 3.09 7.71 6.274 11.5 9.5 4.49 3.82 9.034 7.554 13.652 11.219 9.59 7.682 19.03 15.554 28.386 23.519 3.894 3.305 7.865 6.497 11.868 9.668 3.648 2.945 7.209 5.989 10.778 9.028A371 371 0 0 0 418 252c28.436 22.638 28.436 22.638 30.27 37.139.93 12.133-.699 21.995-8.27 31.861-6.34 6.827-14.245 13.471-23.952 14.133l-2.08.012-2.402.02-2.61.009-2.771.02q-2.98.021-5.959.036-4.733.026-9.464.065-13.455.104-26.91.182-8.235.049-16.47.12-3.122.024-6.245.037c-26.667.112-50.383 3.56-70.607 22.784-4.777 4.94-8.718 10.627-12.756 16.168-3.153 4.29-6.41 8.5-9.649 12.726a2890 2890 0 0 0-15.812 20.938l-3.708 4.938a1599 1599 0 0 0-7.117 9.562C213.045 434.101 204.743 445.226 190 448c-13.429.86-24.293-.1-35-9.086-8.515-8.15-12.797-17.919-13.377-29.62l-.177-3.47-.183-3.794-.203-4.039q-.278-5.538-.547-11.077-.292-5.954-.592-11.907-.712-14.31-1.413-28.62-.33-6.728-.663-13.454l-.134-2.704-1.08-21.926q-.415-8.4-.827-16.8-1.742-35.477-3.567-70.948-.83-16.172-1.642-32.343-.652-12.948-1.332-25.894a5722 5722 0 0 1-.9-17.694q-.249-5.067-.522-10.135c-2.14-39.757-2.14-39.757 10.128-56.114C159.1 55.035 188.65 61.751 210 80'/%3E%3C/svg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' transform='scale(-1 1)'%3E%3C!-- Define the gradient --%3E%3Cdefs%3E%3ClinearGradient id='gradient-fill' x1='0%25' y1='0%25' x2='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='rgba(61,134,236,1)' /%3E%3Cstop offset='100%25' stop-color='rgba(43,242,209,1)' /%3E%3C/linearGradient%3E%3C/defs%3E%3C!-- Apply the gradient to the path --%3E%3Cpath fill='url(%23gradient-fill)' d='M210 80q1.692 1.424 3.387 2.844 3.283 2.762 6.547 5.55c3.626 3.092 7.316 6.104 11.011 9.114 4.468 3.645 8.916 7.314 13.366 10.98q5.547 4.575 11.103 9.137c7.086 5.82 14.143 11.67 21.126 17.614 3.893 3.305 7.864 6.497 11.866 9.667 3.648 2.945 7.209 5.989 10.778 9.028A371 371 0 0 0 309 162c4.48 3.549 8.833 7.23 13.184 10.934A371 371 0 0 0 332 181c3.901 3.09 7.71 6.274 11.5 9.5 4.49 3.82 9.034 7.554 13.652 11.219 9.59 7.682 19.03 15.554 28.386 23.519 3.894 3.305 7.865 6.497 11.868 9.668 3.648 2.945 7.209 5.989 10.778 9.028A371 371 0 0 0 418 252c28.436 22.638 28.436 22.638 30.27 37.139.93 12.133-.699 21.995-8.27 31.861-6.34 6.827-14.245 13.471-23.952 14.133l-2.08.012-2.402.02-2.61.009-2.771.02q-2.98.021-5.959.036-4.733.026-9.464.065-13.455.104-26.91.182-8.235.049-16.47.12-3.122.024-6.245.037c-26.667.112-50.383 3.56-70.607 22.784-4.777 4.94-8.718 10.627-12.756 16.168-3.153 4.29-6.41 8.5-9.649 12.726a2890 2890 0 0 0-15.812 20.938l-3.708 4.938a1599 1599 0 0 0-7.117 9.562C213.045 434.101 204.743 445.226 190 448c-13.429.86-24.293-.1-35-9.086-8.515-8.15-12.797-17.919-13.377-29.62l-.177-3.47-.183-3.794-.203-4.039q-.278-5.538-.547-11.077-.292-5.954-.592-11.907-.712-14.31-1.413-28.62-.33-6.728-.663-13.454l-.134-2.704-1.08-21.926q-.415-8.4-.827-16.8-1.742-35.477-3.567-70.948-.83-16.172-1.642-32.343-.652-12.948-1.332-25.894a5722 5722 0 0 1-.9-17.694q-.249-5.067-.522-10.135c-2.14-39.757-2.14-39.757 10.128-56.114C159.1 55.035 188.65 61.751 210 80'/%3E%3C/svg%3E%0A");
}

.icon-edit {
  width: 30px;
  height: 30px;
}
.icon-edit::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M72.278 85.58q2.727-.01 5.454-.026c4.905-.022 9.81-.025 14.714-.023q6.159-.002 12.316-.017 14.532-.027 29.062-.015c9.975.007 19.95-.016 29.924-.053a6389 6389 0 0 1 25.759-.038 2954 2954 0 0 0 15.356-.028c4.812-.023 9.623-.02 14.435 0q2.64.005 5.28-.016c17.921-.136 17.921-.136 25.422 5.636 5.682 6.041 6.367 11.704 6.27 19.703-.46 5.618-2.053 9.262-6.211 13.078-5.44 4.248-9.157 5.343-16.117 5.357l-2.19.009q-3.645.011-7.29.01l-5.218.016q-5.625.017-11.251.026c-5.934.01-11.868.031-17.802.053-16.876.062-33.751.116-50.627.15q-13.976.027-27.951.087c-4.93.021-9.859.037-14.788.04q-6.962.002-13.922.044-2.55.01-5.098.005c-11.057-.018-20.403.151-29.297 7.434-5.15 6.791-4.936 14.333-4.889 22.475l-.014 3.778c-.01 3.444-.006 6.888.003 10.332.007 3.72-.004 7.441-.012 11.162-.013 7.282-.01 14.564-.002 21.846a10466 10466 0 0 1 .003 20.313q0 2.569-.003 5.138c-.008 16.054.002 32.108.018 48.162q.018 20.655-.003 41.308a30382 30382 0 0 0-.01 53.111l.001 2.544q.003 8.866-.009 17.733-.013 10.807.01 21.616.013 5.513.001 11.025c-.01 3.986.002 7.972.017 11.958l-.02 3.509c.056 7.664.657 13.729 5.776 19.79 5.513 4.595 9.743 6.31 16.858 6.32l3.229.011 3.544-.003 3.768.01q5.18.01 10.359.01 5.584.005 11.17.016 12.214.02 24.427.024 7.628.005 15.254.012 21.115.019 42.231.026h5.467l5.49.002h2.751q22.064.009 44.127.046 22.652.035 45.305.037 12.718-.001 25.437.025 10.83.023 21.66.012 5.524-.008 11.049.011c3.995.015 7.99.007 11.985-.004l3.517.025c7.228-.044 13.317-.558 19.24-5.119l1.632-1.898 1.68-1.852c4.89-8.538 3.719-19.243 3.685-28.758q0-2.613.006-5.226.006-5.606-.002-11.21a4768 4768 0 0 1 .017-17.74c.038-16.81.056-33.62.044-50.43q-.01-13.943.037-27.884.026-8.812-.004-17.624c-.007-3.657.007-7.314.027-10.971q.007-2.538-.011-5.075c-.116-16.587-.116-16.587 5.646-22.605 6.27-5.811 11.088-6.467 19.516-6.3 4.644.4 7.95 1.2 11.484 4.3 5.124 6.239 7.15 11.251 7.14 19.297l.01 2.269q.01 3.776.011 7.55l.015 5.407q.019 7.355.024 14.71l.012 9.2q.02 14.401.027 28.804.007 16.602.05 33.204.034 12.843.034 25.687 0 7.665.025 15.328.023 7.223.01 14.444-.002 2.639.013 5.276c.107 20.162-3.947 37.77-18.371 52.824-9.192 8.807-22.86 17.239-35.877 17.257l-3.51.02-3.827-.01-4.087.014c-3.74.012-7.479.012-11.218.01-4.035 0-8.07.01-12.105.02q-11.855.023-23.71.023-9.64.001-19.28.012-27.337.026-54.676.025h-5.957c-15.936-.001-31.871.018-47.807.046q-24.553.043-49.105.04c-9.187 0-18.374.006-27.562.027q-11.734.029-23.47.009a2076 2076 0 0 0-11.967.01q-5.487.024-10.972-.004a552 552 0 0 0-5.815.027c-7.777-.061-13.95-1.367-21.055-4.526l-3.059-1.316C18.301 498.49 8.125 485.447 2 469c-2.21-7.074-2.286-13.715-2.267-21.092l-.014-3.976c-.012-3.626-.012-7.252-.01-10.878 0-3.917-.01-7.834-.02-11.751q-.023-11.504-.023-23.008-.002-9.356-.012-18.711-.026-26.551-.025-53.102v-5.783c.001-15.464-.018-30.929-.046-46.393q-.043-23.842-.04-47.686c0-8.917-.005-17.834-.027-26.751a5441 5441 0 0 1-.009-22.783c.006-3.87.007-7.74-.01-11.61-.017-3.552-.013-7.104.004-10.656.004-1.874-.01-3.748-.027-5.622C-.386 131.794 6.204 116.684 18 104c15.538-14.942 33.543-18.46 54.278-18.42' fill='%235F7C8B'/%3E%3Cpath d='m368 68 3.315 2.82 1.864 1.588c2.687 2.35 5.191 4.857 7.692 7.4l1.594 1.606q3.322 3.35 6.635 6.706 2.446 2.472 4.896 4.939l1.466 1.49a146 146 0 0 0 8.359 7.774c4.558 3.95 8.805 8.176 13.054 12.454l2.454 2.459q3.839 3.848 7.671 7.701l5.238 5.252Q438.623 136.591 445 143c-1.291 2.835-2.649 4.901-4.842 7.108l-1.767 1.791-1.942 1.94-2.063 2.083a3106 3106 0 0 1-6.876 6.906q-2.46 2.476-4.918 4.953-6.688 6.732-13.39 13.45l-8.369 8.398a27719 27719 0 0 1-24.692 24.76l-1.504 1.505-3.016 3.02-1.511 1.514a12732 12732 0 0 0-24.19 24.3q-12.412 12.498-24.863 24.955c-4.658 4.661-9.31 9.328-13.948 14.01a2773 2773 0 0 1-13.14 13.165 881 881 0 0 0-4.805 4.84 759 759 0 0 1-6.597 6.59l-1.888 1.946c-4.734 4.615-9.274 6.35-15.679 7.766l-3.85.899-3.692.743-2.069.42q-3.324.67-6.65 1.329l-4.683.936q-4.88.972-9.76 1.936c-4.158.821-8.313 1.658-12.467 2.498q-4.823.97-9.65 1.92-2.298.456-4.596.924c-2.14.434-4.285.854-6.43 1.271l-3.683.733c-5.184.584-9.058.404-13.345-2.671-3.352-4.634-3.322-9.204-2.696-14.707q.376-1.968.787-3.929l.428-2.19c.466-2.366.95-4.727 1.434-7.089q.498-2.482.992-4.967 1.038-5.19 2.098-10.373c.904-4.42 1.788-8.844 2.667-13.268q1.021-5.124 2.059-10.244.494-2.445.98-4.891.686-3.423 1.393-6.841l.397-2.022c1.701-8.105 5.378-12.897 11.113-18.554l2.099-2.107c2.319-2.324 4.648-4.637 6.978-6.95l4.997-4.998q6.781-6.78 13.58-13.542 6.378-6.359 12.748-12.726 12.618-12.607 25.252-25.197 12.27-12.229 24.53-24.468l1.527-1.525 7.585-7.574Q336.523 99.375 368 68' fill='%2341A5F5'/%3E%3Cpath d='M487.813 8.25c11.418 7.822 19.808 18.42 23.527 31.895 2.697 15.753 1.282 30.7-7.528 44.296-6.72 9.492-15.64 17.513-23.875 25.684l-3.49 3.477q-4.22 4.202-8.447 8.398c-2.923-1.32-4.993-2.744-7.252-5.012l-1.878-1.87-2.025-2.046-2.16-2.159a3292 3292 0 0 1-7.044-7.077l-4.893-4.902q-6.437-6.451-12.863-12.911-6.561-6.59-13.131-13.171Q403.869 59.934 391 47c1.35-2.794 2.624-4.881 4.806-7.097l1.712-1.75 1.853-1.86 1.93-1.95q2.028-2.043 4.063-4.078a1055 1055 0 0 0 6.103-6.181c20.858-21.04 48.522-32.422 76.346-15.834' fill='%2342A5F5'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M72.278 85.58q2.727-.01 5.454-.026c4.905-.022 9.81-.025 14.714-.023q6.159-.002 12.316-.017 14.532-.027 29.062-.015c9.975.007 19.95-.016 29.924-.053a6389 6389 0 0 1 25.759-.038 2954 2954 0 0 0 15.356-.028c4.812-.023 9.623-.02 14.435 0q2.64.005 5.28-.016c17.921-.136 17.921-.136 25.422 5.636 5.682 6.041 6.367 11.704 6.27 19.703-.46 5.618-2.053 9.262-6.211 13.078-5.44 4.248-9.157 5.343-16.117 5.357l-2.19.009q-3.645.011-7.29.01l-5.218.016q-5.625.017-11.251.026c-5.934.01-11.868.031-17.802.053-16.876.062-33.751.116-50.627.15q-13.976.027-27.951.087c-4.93.021-9.859.037-14.788.04q-6.962.002-13.922.044-2.55.01-5.098.005c-11.057-.018-20.403.151-29.297 7.434-5.15 6.791-4.936 14.333-4.889 22.475l-.014 3.778c-.01 3.444-.006 6.888.003 10.332.007 3.72-.004 7.441-.012 11.162-.013 7.282-.01 14.564-.002 21.846a10466 10466 0 0 1 .003 20.313q0 2.569-.003 5.138c-.008 16.054.002 32.108.018 48.162q.018 20.655-.003 41.308a30382 30382 0 0 0-.01 53.111l.001 2.544q.003 8.866-.009 17.733-.013 10.807.01 21.616.013 5.513.001 11.025c-.01 3.986.002 7.972.017 11.958l-.02 3.509c.056 7.664.657 13.729 5.776 19.79 5.513 4.595 9.743 6.31 16.858 6.32l3.229.011 3.544-.003 3.768.01q5.18.01 10.359.01 5.584.005 11.17.016 12.214.02 24.427.024 7.628.005 15.254.012 21.115.019 42.231.026h5.467l5.49.002h2.751q22.064.009 44.127.046 22.652.035 45.305.037 12.718-.001 25.437.025 10.83.023 21.66.012 5.524-.008 11.049.011c3.995.015 7.99.007 11.985-.004l3.517.025c7.228-.044 13.317-.558 19.24-5.119l1.632-1.898 1.68-1.852c4.89-8.538 3.719-19.243 3.685-28.758q0-2.613.006-5.226.006-5.606-.002-11.21a4768 4768 0 0 1 .017-17.74c.038-16.81.056-33.62.044-50.43q-.01-13.943.037-27.884.026-8.812-.004-17.624c-.007-3.657.007-7.314.027-10.971q.007-2.538-.011-5.075c-.116-16.587-.116-16.587 5.646-22.605 6.27-5.811 11.088-6.467 19.516-6.3 4.644.4 7.95 1.2 11.484 4.3 5.124 6.239 7.15 11.251 7.14 19.297l.01 2.269q.01 3.776.011 7.55l.015 5.407q.019 7.355.024 14.71l.012 9.2q.02 14.401.027 28.804.007 16.602.05 33.204.034 12.843.034 25.687 0 7.665.025 15.328.023 7.223.01 14.444-.002 2.639.013 5.276c.107 20.162-3.947 37.77-18.371 52.824-9.192 8.807-22.86 17.239-35.877 17.257l-3.51.02-3.827-.01-4.087.014c-3.74.012-7.479.012-11.218.01-4.035 0-8.07.01-12.105.02q-11.855.023-23.71.023-9.64.001-19.28.012-27.337.026-54.676.025h-5.957c-15.936-.001-31.871.018-47.807.046q-24.553.043-49.105.04c-9.187 0-18.374.006-27.562.027q-11.734.029-23.47.009a2076 2076 0 0 0-11.967.01q-5.487.024-10.972-.004a552 552 0 0 0-5.815.027c-7.777-.061-13.95-1.367-21.055-4.526l-3.059-1.316C18.301 498.49 8.125 485.447 2 469c-2.21-7.074-2.286-13.715-2.267-21.092l-.014-3.976c-.012-3.626-.012-7.252-.01-10.878 0-3.917-.01-7.834-.02-11.751q-.023-11.504-.023-23.008-.002-9.356-.012-18.711-.026-26.551-.025-53.102v-5.783c.001-15.464-.018-30.929-.046-46.393q-.043-23.842-.04-47.686c0-8.917-.005-17.834-.027-26.751a5441 5441 0 0 1-.009-22.783c.006-3.87.007-7.74-.01-11.61-.017-3.552-.013-7.104.004-10.656.004-1.874-.01-3.748-.027-5.622C-.386 131.794 6.204 116.684 18 104c15.538-14.942 33.543-18.46 54.278-18.42' fill='%235F7C8B'/%3E%3Cpath d='m368 68 3.315 2.82 1.864 1.588c2.687 2.35 5.191 4.857 7.692 7.4l1.594 1.606q3.322 3.35 6.635 6.706 2.446 2.472 4.896 4.939l1.466 1.49a146 146 0 0 0 8.359 7.774c4.558 3.95 8.805 8.176 13.054 12.454l2.454 2.459q3.839 3.848 7.671 7.701l5.238 5.252Q438.623 136.591 445 143c-1.291 2.835-2.649 4.901-4.842 7.108l-1.767 1.791-1.942 1.94-2.063 2.083a3106 3106 0 0 1-6.876 6.906q-2.46 2.476-4.918 4.953-6.688 6.732-13.39 13.45l-8.369 8.398a27719 27719 0 0 1-24.692 24.76l-1.504 1.505-3.016 3.02-1.511 1.514a12732 12732 0 0 0-24.19 24.3q-12.412 12.498-24.863 24.955c-4.658 4.661-9.31 9.328-13.948 14.01a2773 2773 0 0 1-13.14 13.165 881 881 0 0 0-4.805 4.84 759 759 0 0 1-6.597 6.59l-1.888 1.946c-4.734 4.615-9.274 6.35-15.679 7.766l-3.85.899-3.692.743-2.069.42q-3.324.67-6.65 1.329l-4.683.936q-4.88.972-9.76 1.936c-4.158.821-8.313 1.658-12.467 2.498q-4.823.97-9.65 1.92-2.298.456-4.596.924c-2.14.434-4.285.854-6.43 1.271l-3.683.733c-5.184.584-9.058.404-13.345-2.671-3.352-4.634-3.322-9.204-2.696-14.707q.376-1.968.787-3.929l.428-2.19c.466-2.366.95-4.727 1.434-7.089q.498-2.482.992-4.967 1.038-5.19 2.098-10.373c.904-4.42 1.788-8.844 2.667-13.268q1.021-5.124 2.059-10.244.494-2.445.98-4.891.686-3.423 1.393-6.841l.397-2.022c1.701-8.105 5.378-12.897 11.113-18.554l2.099-2.107c2.319-2.324 4.648-4.637 6.978-6.95l4.997-4.998q6.781-6.78 13.58-13.542 6.378-6.359 12.748-12.726 12.618-12.607 25.252-25.197 12.27-12.229 24.53-24.468l1.527-1.525 7.585-7.574Q336.523 99.375 368 68' fill='%2341A5F5'/%3E%3Cpath d='M487.813 8.25c11.418 7.822 19.808 18.42 23.527 31.895 2.697 15.753 1.282 30.7-7.528 44.296-6.72 9.492-15.64 17.513-23.875 25.684l-3.49 3.477q-4.22 4.202-8.447 8.398c-2.923-1.32-4.993-2.744-7.252-5.012l-1.878-1.87-2.025-2.046-2.16-2.159a3292 3292 0 0 1-7.044-7.077l-4.893-4.902q-6.437-6.451-12.863-12.911-6.561-6.59-13.131-13.171Q403.869 59.934 391 47c1.35-2.794 2.624-4.881 4.806-7.097l1.712-1.75 1.853-1.86 1.93-1.95q2.028-2.043 4.063-4.078a1055 1055 0 0 0 6.103-6.181c20.858-21.04 48.522-32.422 76.346-15.834' fill='%2342A5F5'/%3E%3C/svg%3E");
}

.icon-file {
  width: 30px;
  height: 30px;
}
.icon-file::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='512' height='512'%3E%3Cpath d='M0 0 C0.80165055 -0.09131571 1.60330111 -0.18263142 2.4292441 -0.27671427 C5.11204856 -0.5768356 7.79602427 -0.86355862 10.48060608 -1.14732361 C11.42401226 -1.24864782 12.36741844 -1.34997204 13.33941269 -1.45436668 C32.4186759 -3.47966942 51.52721111 -4.69688435 70.68741512 -5.64930058 C82.83169532 -6.26940065 94.85981766 -7.10917694 106.93128967 -8.5955658 C162.95639274 -15.33063318 206.51120514 -6.2898548 250.86513027 28.46525704 C298.85471436 66.73786606 339.18515281 112.35534594 346.31166659 175.11029412 C350.5898418 215.73489407 348.11330973 256.88230586 345.26857013 297.51656371 C344.2626997 312.05800023 343.6074827 326.58728541 343.17298889 341.15663147 C343.14188462 342.19648236 343.11078035 343.23633325 343.07873353 344.30769478 C342.92409307 349.53124222 342.77454878 354.75492222 342.62691534 359.97867179 C341.72730984 391.5053965 340.47066915 423.00549645 338.51560652 454.48516798 C338.36606685 456.9228378 338.2226998 459.36079997 338.08093262 461.79893303 C337.86056858 465.56305523 337.62179504 469.32554838 337.36749283 473.08752669 C337.23575168 475.08335081 337.11922272 477.08016133 337.00332421 479.07696807 C336.29748758 488.8696399 333.80624223 497.79981577 326.89491272 505.09510803 C320.57760152 510.17235444 314.4283374 513.34034003 306.18420696 513.35237694 C305.06312438 513.35882583 303.94204179 513.36527472 302.78698701 513.37191904 C301.56549968 513.36882183 300.34401235 513.36572463 299.08551025 513.36253357 C297.12724044 513.36933024 297.12724044 513.36933024 295.12940961 513.37626421 C291.5118121 513.38848533 287.89430714 513.38823481 284.2766937 513.38587546 C280.3726906 513.38546707 276.46871708 513.39650856 272.56472778 513.4059906 C264.91836364 513.42259661 257.27203033 513.42809996 249.62564965 513.42921536 C243.40971323 513.430166 237.19378698 513.43427713 230.97785378 513.44061661 C213.35087938 513.4582278 195.72392934 513.46745565 178.09694608 513.46595566 C177.14686443 513.46587575 176.19678277 513.46579583 175.21791077 513.4657135 C174.26666784 513.46563174 173.31542492 513.46554998 172.33535645 513.46546574 C156.9191104 513.46465284 141.50296206 513.48379191 126.08674427 513.51199023 C110.25390015 513.5407219 94.42110367 513.55453038 78.58823282 513.55280268 C69.70070889 513.55213889 60.8132874 513.55762663 51.92578697 513.57915878 C44.35881675 513.59737428 36.7919954 513.6017149 29.22501274 513.58813994 C25.36561901 513.58161216 21.50651084 513.58148596 17.64714432 513.59884644 C13.45963573 513.61748896 9.27278764 513.60501783 5.08526611 513.58958435 C3.87047095 513.59987148 2.65567579 513.6101586 1.40406865 513.62075746 C-8.33553963 513.54140546 -16.90039367 510.92060724 -24.10508728 504.09510803 C-29.87907193 496.9108875 -32.41480532 490.39984245 -32.36235619 481.13550091 C-32.36586226 480.34786882 -32.36936834 479.56023673 -32.37298065 478.74873701 C-32.38229602 476.10539054 -32.37737098 473.46226433 -32.37251282 470.81890869 C-32.376249 468.9062354 -32.3808504 466.99356363 -32.38624346 465.08089429 C-32.39849271 459.82147819 -32.39821073 454.56212561 -32.39585471 449.30269849 C-32.39544703 443.63181218 -32.40648098 437.96094637 -32.41596985 432.29006958 C-32.43259121 421.17856754 -32.4380799 410.06708671 -32.4391946 398.95557328 C-32.44014451 389.92499248 -32.44425191 380.89441869 -32.45059586 371.8638401 C-32.46534416 350.43401505 -32.47764526 329.00419691 -32.47659874 307.57436657 C-32.47656758 306.88904247 -32.47653642 306.20371837 -32.47650432 305.49762688 C-32.47633811 302.02412463 -32.47614003 298.55062239 -32.47593491 295.07712015 C-32.47589502 294.38727096 -32.47585513 293.69742177 -32.47581403 292.98666806 C-32.47573315 291.59162494 -32.47564956 290.19658182 -32.47556324 288.8015387 C-32.47433771 267.0965526 -32.48935135 245.39162899 -32.51670837 223.68666077 C-32.54743172 199.30082205 -32.56461539 174.91503482 -32.56278193 150.52917367 C-32.56211751 137.61748531 -32.56763253 124.70586741 -32.58913803 111.79419518 C-32.60732947 100.80168486 -32.61171386 89.80927696 -32.59811918 78.81675812 C-32.59157939 73.20756667 -32.59150899 67.59857183 -32.60882568 61.98939896 C-32.62451642 56.85412319 -32.62173356 51.71920057 -32.60425742 46.58393363 C-32.60117873 44.72662845 -32.60485252 42.86929717 -32.61597757 41.01202276 C-32.71507292 23.29447036 -32.71507292 23.29447036 -28.10508728 16.09510803 C-27.72682088 15.4477984 -27.34855448 14.80048877 -26.95882547 14.1335637 C-21.12123061 4.4571707 -10.64164783 1.16164325 0 0 Z ' fill='%23E1E6EF' transform='translate(104.10508728027344,-1.0951080322265625)'/%3E%3Cpath d='M0 0 C0.91207623 0.8082296 1.82415247 1.6164592 2.76386738 2.4491806 C6.8493077 5.95090265 11.14483611 9.13400972 15.46303779 12.34103346 C64.56792497 48.8673339 126.44651097 95.39002895 136.61543465 159.37191772 C139.37221209 178.6568887 140.01219185 198.01257093 139.95703125 217.46875 C139.95526672 218.45055929 139.95350218 219.43236858 139.95168418 220.44392967 C139.87827975 244.65362533 138.74915533 268.77568163 137.14476703 292.92751956 C136.10871536 308.52522391 135.39020052 324.10607963 134.94848633 339.73193359 C134.9189584 340.77336083 134.88943047 341.81478806 134.85900775 342.88777369 C134.71221092 348.11895649 134.57024651 353.35025853 134.43006098 358.58162212 C133.57515156 390.17232471 132.38000653 421.73950779 130.5182184 453.28758454 C130.37585475 455.73250788 130.23973537 458.17770617 130.10527039 460.62307549 C129.89624139 464.39848316 129.66879094 468.17232077 129.42585643 471.94569498 C129.30021158 473.94779417 129.19000611 475.95084407 129.08043891 477.95388746 C128.40545903 487.76827736 125.92480349 496.6904852 119 504 C110.12455267 511.13322989 102.59385813 512.29484697 91.43374634 512.24050903 C89.51495401 512.24307231 89.51495401 512.24307231 87.5573982 512.24568737 C84.01361776 512.25015373 80.46995849 512.24216703 76.92619348 512.23213124 C73.10213241 512.22348878 69.2780781 512.22641747 65.45401001 512.22793579 C58.8308208 512.22898414 52.20767102 512.22271278 45.58449173 512.21146011 C36.00850943 512.19520128 26.43254618 512.18999671 16.85655157 512.18748413 C1.31988425 512.18310763 -14.21676206 512.16979975 -29.75341797 512.15087891 C-44.84521377 512.13251894 -59.93700387 512.11836301 -75.02880859 512.10986328 C-75.95917487 512.10933783 -76.88954115 512.10881239 -77.84810035 512.10827102 C-82.51550674 512.10566093 -87.18291317 512.10313352 -91.85031962 512.10064721 C-130.56689446 512.07991612 -169.28344584 512.0446918 -208 512 C-207.3452031 506.05754211 -206.34590991 503.24933413 -202 499 C-196.33055837 495.16034138 -190.72031136 495.58107259 -184.12623596 495.62145996 C-182.92140043 495.61692983 -181.71656489 495.6123997 -180.47521919 495.6077323 C-177.13864859 495.59812512 -173.80257678 495.60187862 -170.46603763 495.61123729 C-166.86472984 495.6180395 -163.26346862 495.60749809 -159.66217041 495.59895325 C-153.4236868 495.58639109 -147.18527249 495.58441232 -140.94677925 495.58930969 C-131.91937188 495.59611891 -122.89206898 495.58359827 -113.86468028 495.56580251 C-99.20788714 495.53715618 -84.55110527 495.51964065 -69.89428711 495.51123047 C-68.57878385 495.5104697 -68.57878385 495.5104697 -67.23670476 495.50969356 C-61.01196998 495.50616654 -54.78723503 495.50303719 -48.5625 495.5 C-41.4536945 495.4965312 -34.34488915 495.49288204 -27.23608398 495.48876953 C-25.92263969 495.48801561 -25.92263969 495.48801561 -24.58266116 495.48724645 C-9.98152556 495.47850194 4.61957126 495.458065 19.22068077 495.42928743 C28.22510592 495.41210898 37.22942135 495.40552193 46.23386074 495.41259348 C52.40348824 495.41677304 58.57304656 495.41042229 64.74265795 495.39579475 C68.30201774 495.38773764 71.86120596 495.38462414 75.42056465 495.39461708 C79.28021921 495.40536264 83.13960564 495.39303338 86.99925232 495.37854004 C88.12259946 495.38543397 89.2459466 495.39232791 90.40333456 495.39943075 C96.37920409 495.35563289 100.7517886 494.94911344 106 492 C110.2325993 487.65601651 111.12245953 484.18713211 111.13142776 478.27664375 C111.13526891 477.32489616 111.13911005 476.37314856 111.1430676 475.39256012 C111.14176787 473.82866935 111.14176787 473.82866935 111.14044189 472.23318481 C111.14341302 471.12327427 111.14638414 470.01336372 111.1494453 468.86981952 C111.15814185 465.13732654 111.15964135 461.4048656 111.16113281 457.67236328 C111.16576024 455.00173796 111.17076413 452.33111556 111.17617798 449.66049194 C111.18975523 442.39609648 111.19578484 435.13170655 111.20018864 427.86730051 C111.20295163 423.33173792 111.20718905 418.79617746 111.21169281 414.2606163 C111.22388382 401.70346523 111.23418403 389.14631587 111.2375679 376.58915901 C111.23778747 375.78561861 111.23800703 374.9820782 111.23823325 374.15418809 C111.23845153 373.34872739 111.23866981 372.5432667 111.2388947 371.7133981 C111.23933817 370.08123024 111.23978473 368.44906239 111.24023438 366.81689453 C111.2404558 366.00728318 111.24067723 365.19767183 111.24090537 364.36352681 C111.24485461 351.24076015 111.26231318 338.11804898 111.2855939 324.99530376 C111.30930171 311.5231381 111.32176946 298.0510003 111.32293582 284.57881343 C111.32385281 277.01431498 111.32961129 269.44988885 111.34775543 261.88541031 C111.36314861 255.44517103 111.36828148 249.00502644 111.36001733 242.56477226 C111.35610823 239.27893673 111.35868217 235.99333203 111.37107468 232.7075119 C111.38372427 229.14510339 111.37795504 225.58318711 111.36749268 222.02078247 C111.37554908 220.98265006 111.38360548 219.94451765 111.39190602 218.87492669 C111.25695292 199.27732592 86.1039622 181.60668987 73.17019367 168.5181284 C69.35079244 164.65242153 65.54293829 160.7766782 61.76000977 156.87524414 C58.07173856 153.07195657 54.35674624 149.29674832 50.62184715 145.53925896 C49.21416171 144.1139001 47.81596161 142.67910244 46.42806435 141.23446846 C36.10850525 130.50088433 36.10850525 130.50088433 22.10392761 126.49864197 C15.39419137 125.42073149 10.1993396 120.75249343 6.05859375 115.5703125 C0.64545773 107.19625629 -0.30585693 98.68138214 -0.22705078 88.89038086 C-0.22734283 87.92346313 -0.22763489 86.95654541 -0.22793579 85.96032715 C-0.22655321 82.79507163 -0.21104278 79.63005766 -0.1953125 76.46484375 C-0.19157856 74.25810372 -0.18873339 72.05136203 -0.18673706 69.84461975 C-0.17913063 64.05949257 -0.15950797 58.2744671 -0.1373291 52.48937988 C-0.11680607 46.57691829 -0.10772157 40.66444013 -0.09765625 34.75195312 C-0.07625914 23.16792426 -0.04215951 11.58397062 0 0 Z ' fill='%23C9D5E3' transform='translate(312,0)'/%3E%3Cpath d='M0 0 C6.70997913 5.51238019 12.77511176 11.63397087 18.90209961 17.77270508 C20.0950287 18.9642774 21.28817004 20.15563726 22.48150635 21.34680176 C25.70439858 24.56515543 28.92414437 27.78663945 32.14317775 31.00885224 C35.5142449 34.38245798 38.88775885 37.75361557 42.26087952 41.12516785 C47.91733678 46.77980929 53.57168957 52.43654866 59.22485352 58.09448242 C65.76859828 64.64368448 72.31595907 71.18925498 78.865179 77.7329815 C84.48919258 83.35246601 90.11126634 88.97388567 95.73170477 94.59694594 C99.08851751 97.95532057 102.44600916 101.31300896 105.80525017 104.66895485 C108.95691735 107.81774578 112.10615199 110.96894904 115.253479 114.12207794 C116.4120389 115.28196609 117.57146169 116.44099302 118.73178291 117.59911919 C120.30799324 119.17262096 121.88112918 120.74913124 123.45347595 122.32649231 C124.33667983 123.21007321 125.21988371 124.09365412 126.12985134 125.0040102 C128 127 128 127 128 128 C115.26472586 128.04643414 102.52947202 128.08192544 89.79413033 128.10362434 C83.87997563 128.11404111 77.96587906 128.1281618 72.05175781 128.15087891 C66.3394298 128.17268243 60.62715754 128.18458446 54.91479111 128.18975449 C52.74041746 128.19343678 50.56604671 128.20062725 48.39169693 128.21146011 C45.33544682 128.22607482 42.27942421 128.22797378 39.22314453 128.22705078 C38.33337418 128.23424133 37.44360382 128.24143188 36.52687073 128.24884033 C24.98536921 128.21136592 16.57557717 126.06400427 8 118 C0.94982219 109.23301242 -0.31512401 99.83273936 -0.22705078 88.89038086 C-0.22734283 87.92346313 -0.22763489 86.95654541 -0.22793579 85.96032715 C-0.22655321 82.79507163 -0.21104278 79.63005766 -0.1953125 76.46484375 C-0.19157856 74.25810372 -0.18873339 72.05136203 -0.18673706 69.84461975 C-0.17913063 64.05949257 -0.15950797 58.2744671 -0.1373291 52.48937988 C-0.11680607 46.57691829 -0.10772157 40.66444013 -0.09765625 34.75195312 C-0.07625914 23.16792426 -0.04215951 11.58397062 0 0 Z ' fill='%239DACBA' transform='translate(312,0)'/%3E%3Cpath d='M0 0 C0.93996134 -0.00779995 1.87992268 -0.01559991 2.84836769 -0.02363622 C6.00005843 -0.04359019 9.15054626 -0.0277779 12.30224609 -0.01205444 C14.56085923 -0.01882902 16.81946684 -0.02773125 19.07806396 -0.03860474 C25.21440897 -0.06142331 31.35033425 -0.05255086 37.48668671 -0.03670931 C43.90389652 -0.02406373 50.32107004 -0.0357867 56.73828125 -0.04364014 C68.20616137 -0.05332375 79.67380872 -0.0377708 91.14164948 -0.01234345 C101.53837537 0.0099953 111.93482212 0.00611512 122.33154297 -0.01693726 C134.40642315 -0.04369806 146.48109248 -0.05365333 158.55601311 -0.03887594 C164.94734272 -0.03107467 171.33848005 -0.03005861 177.72979736 -0.04655838 C183.73815328 -0.0609856 189.74598129 -0.05101265 195.75428009 -0.0220871 C197.96137871 -0.01546703 200.16852164 -0.01738956 202.37560272 -0.02840042 C205.38479376 -0.04203055 208.39228498 -0.02496986 211.40136719 0 C212.27831049 -0.01115361 213.15525379 -0.02230722 214.05877113 -0.03379881 C218.42827327 0.03670746 220.17646131 0.22959022 223.74282837 2.9871006 C225.70068359 5.63491821 225.70068359 5.63491821 226.32568359 8.63491821 C225.46336055 12.77406881 224.03814808 14.05439501 220.70068359 16.63491821 C217.59987057 17.36181564 214.57493303 17.31020017 211.40136719 17.26983643 C209.99142518 17.28153636 209.99142518 17.28153636 208.5529995 17.29347265 C205.40130876 17.31342661 202.25082093 17.29761433 199.09912109 17.28189087 C196.84050796 17.28866545 194.58190034 17.29756767 192.32330322 17.30844116 C186.18695822 17.33125974 180.05103294 17.32238729 173.91468048 17.30654573 C167.49747066 17.29390016 161.08029714 17.30562312 154.66308594 17.31347656 C143.19520582 17.32316018 131.72755847 17.30760722 120.2597177 17.28217988 C109.86299182 17.25984113 99.46654507 17.2637213 89.06982422 17.28677368 C76.99494404 17.31353448 64.92027471 17.32348976 52.84535408 17.30871236 C46.45402447 17.3009111 40.06288713 17.29989504 33.67156982 17.31639481 C27.6632139 17.33082202 21.6553859 17.32084908 15.6470871 17.29192352 C13.43998848 17.28530346 11.23284555 17.28722598 9.02576447 17.29823685 C6.01657343 17.31186697 3.00908221 17.29480628 0 17.26983643 C-0.8769433 17.28099003 -1.7538866 17.29214364 -2.65740395 17.30363524 C-7.02690608 17.23312897 -8.77509412 17.0402462 -12.34146118 14.28273582 C-14.29931641 11.63491821 -14.29931641 11.63491821 -14.92431641 8.63491821 C-13.20239704 0.36970525 -7.12669531 -0.09064254 0 0 Z ' fill='%239DACBA' transform='translate(150.29931640625,375.3650817871094)'/%3E%3Cpath d='M0 0 C0.93996134 -0.00779995 1.87992268 -0.01559991 2.84836769 -0.02363622 C6.00005843 -0.04359019 9.15054626 -0.0277779 12.30224609 -0.01205444 C14.56085923 -0.01882902 16.81946684 -0.02773125 19.07806396 -0.03860474 C25.21440897 -0.06142331 31.35033425 -0.05255086 37.48668671 -0.03670931 C43.90389652 -0.02406373 50.32107004 -0.0357867 56.73828125 -0.04364014 C68.20616137 -0.05332375 79.67380872 -0.0377708 91.14164948 -0.01234345 C101.53837537 0.0099953 111.93482212 0.00611512 122.33154297 -0.01693726 C134.40642315 -0.04369806 146.48109248 -0.05365333 158.55601311 -0.03887594 C164.94734272 -0.03107467 171.33848005 -0.03005861 177.72979736 -0.04655838 C183.73815328 -0.0609856 189.74598129 -0.05101265 195.75428009 -0.0220871 C197.96137871 -0.01546703 200.16852164 -0.01738956 202.37560272 -0.02840042 C205.38479376 -0.04203055 208.39228498 -0.02496986 211.40136719 0 C212.27831049 -0.01115361 213.15525379 -0.02230722 214.05877113 -0.03379881 C218.42827327 0.03670746 220.17646131 0.22959022 223.74282837 2.9871006 C225.70068359 5.63491821 225.70068359 5.63491821 226.32568359 8.63491821 C225.46336055 12.77406881 224.03814808 14.05439501 220.70068359 16.63491821 C217.59987057 17.36181564 214.57493303 17.31020017 211.40136719 17.26983643 C209.99142518 17.28153636 209.99142518 17.28153636 208.5529995 17.29347265 C205.40130876 17.31342661 202.25082093 17.29761433 199.09912109 17.28189087 C196.84050796 17.28866545 194.58190034 17.29756767 192.32330322 17.30844116 C186.18695822 17.33125974 180.05103294 17.32238729 173.91468048 17.30654573 C167.49747066 17.29390016 161.08029714 17.30562312 154.66308594 17.31347656 C143.19520582 17.32316018 131.72755847 17.30760722 120.2597177 17.28217988 C109.86299182 17.25984113 99.46654507 17.2637213 89.06982422 17.28677368 C76.99494404 17.31353448 64.92027471 17.32348976 52.84535408 17.30871236 C46.45402447 17.3009111 40.06288713 17.29989504 33.67156982 17.31639481 C27.6632139 17.33082202 21.6553859 17.32084908 15.6470871 17.29192352 C13.43998848 17.28530346 11.23284555 17.28722598 9.02576447 17.29823685 C6.01657343 17.31186697 3.00908221 17.29480628 0 17.26983643 C-0.8769433 17.28099003 -1.7538866 17.29214364 -2.65740395 17.30363524 C-7.02690608 17.23312897 -8.77509412 17.0402462 -12.34146118 14.28273582 C-14.29931641 11.63491821 -14.29931641 11.63491821 -14.92431641 8.63491821 C-13.20239704 0.36970525 -7.12669531 -0.09064254 0 0 Z ' fill='%239DACBA' transform='translate(150.29931640625,327.3650817871094)'/%3E%3Cpath d='M0 0 C0.93996134 -0.00779995 1.87992268 -0.01559991 2.84836769 -0.02363622 C6.00005843 -0.04359019 9.15054626 -0.0277779 12.30224609 -0.01205444 C14.56085923 -0.01882902 16.81946684 -0.02773125 19.07806396 -0.03860474 C25.21440897 -0.06142331 31.35033425 -0.05255086 37.48668671 -0.03670931 C43.90389652 -0.02406373 50.32107004 -0.0357867 56.73828125 -0.04364014 C68.20616137 -0.05332375 79.67380872 -0.0377708 91.14164948 -0.01234345 C101.53837537 0.0099953 111.93482212 0.00611512 122.33154297 -0.01693726 C134.40642315 -0.04369806 146.48109248 -0.05365333 158.55601311 -0.03887594 C164.94734272 -0.03107467 171.33848005 -0.03005861 177.72979736 -0.04655838 C183.73815328 -0.0609856 189.74598129 -0.05101265 195.75428009 -0.0220871 C197.96137871 -0.01546703 200.16852164 -0.01738956 202.37560272 -0.02840042 C205.38479376 -0.04203055 208.39228498 -0.02496986 211.40136719 0 C212.27831049 -0.01115361 213.15525379 -0.02230722 214.05877113 -0.03379881 C218.42827327 0.03670746 220.17646131 0.22959022 223.74282837 2.9871006 C225.70068359 5.63491821 225.70068359 5.63491821 226.32568359 8.63491821 C225.46336055 12.77406881 224.03814808 14.05439501 220.70068359 16.63491821 C217.59987057 17.36181564 214.57493303 17.31020017 211.40136719 17.26983643 C209.99142518 17.28153636 209.99142518 17.28153636 208.5529995 17.29347265 C205.40130876 17.31342661 202.25082093 17.29761433 199.09912109 17.28189087 C196.84050796 17.28866545 194.58190034 17.29756767 192.32330322 17.30844116 C186.18695822 17.33125974 180.05103294 17.32238729 173.91468048 17.30654573 C167.49747066 17.29390016 161.08029714 17.30562312 154.66308594 17.31347656 C143.19520582 17.32316018 131.72755847 17.30760722 120.2597177 17.28217988 C109.86299182 17.25984113 99.46654507 17.2637213 89.06982422 17.28677368 C76.99494404 17.31353448 64.92027471 17.32348976 52.84535408 17.30871236 C46.45402447 17.3009111 40.06288713 17.29989504 33.67156982 17.31639481 C27.6632139 17.33082202 21.6553859 17.32084908 15.6470871 17.29192352 C13.43998848 17.28530346 11.23284555 17.28722598 9.02576447 17.29823685 C6.01657343 17.31186697 3.00908221 17.29480628 0 17.26983643 C-0.8769433 17.28099003 -1.7538866 17.29214364 -2.65740395 17.30363524 C-7.02690608 17.23312897 -8.77509412 17.0402462 -12.34146118 14.28273582 C-14.29931641 11.63491821 -14.29931641 11.63491821 -14.92431641 8.63491821 C-13.20239704 0.36970525 -7.12669531 -0.09064254 0 0 Z ' fill='%239DACBA' transform='translate(150.29931640625,279.3650817871094)'/%3E%3Cpath d='M0 0 C0.93996134 -0.00779995 1.87992268 -0.01559991 2.84836769 -0.02363622 C6.00005843 -0.04359019 9.15054626 -0.0277779 12.30224609 -0.01205444 C14.56085923 -0.01882902 16.81946684 -0.02773125 19.07806396 -0.03860474 C25.21440897 -0.06142331 31.35033425 -0.05255086 37.48668671 -0.03670931 C43.90389652 -0.02406373 50.32107004 -0.0357867 56.73828125 -0.04364014 C68.20616137 -0.05332375 79.67380872 -0.0377708 91.14164948 -0.01234345 C101.53837537 0.0099953 111.93482212 0.00611512 122.33154297 -0.01693726 C134.40642315 -0.04369806 146.48109248 -0.05365333 158.55601311 -0.03887594 C164.94734272 -0.03107467 171.33848005 -0.03005861 177.72979736 -0.04655838 C183.73815328 -0.0609856 189.74598129 -0.05101265 195.75428009 -0.0220871 C197.96137871 -0.01546703 200.16852164 -0.01738956 202.37560272 -0.02840042 C205.38479376 -0.04203055 208.39228498 -0.02496986 211.40136719 0 C212.27831049 -0.01115361 213.15525379 -0.02230722 214.05877113 -0.03379881 C218.42827327 0.03670746 220.17646131 0.22959022 223.74282837 2.9871006 C225.70068359 5.63491821 225.70068359 5.63491821 226.32568359 8.63491821 C225.46336055 12.77406881 224.03814808 14.05439501 220.70068359 16.63491821 C217.59987057 17.36181564 214.57493303 17.31020017 211.40136719 17.26983643 C209.99142518 17.28153636 209.99142518 17.28153636 208.5529995 17.29347265 C205.40130876 17.31342661 202.25082093 17.29761433 199.09912109 17.28189087 C196.84050796 17.28866545 194.58190034 17.29756767 192.32330322 17.30844116 C186.18695822 17.33125974 180.05103294 17.32238729 173.91468048 17.30654573 C167.49747066 17.29390016 161.08029714 17.30562312 154.66308594 17.31347656 C143.19520582 17.32316018 131.72755847 17.30760722 120.2597177 17.28217988 C109.86299182 17.25984113 99.46654507 17.2637213 89.06982422 17.28677368 C76.99494404 17.31353448 64.92027471 17.32348976 52.84535408 17.30871236 C46.45402447 17.3009111 40.06288713 17.29989504 33.67156982 17.31639481 C27.6632139 17.33082202 21.6553859 17.32084908 15.6470871 17.29192352 C13.43998848 17.28530346 11.23284555 17.28722598 9.02576447 17.29823685 C6.01657343 17.31186697 3.00908221 17.29480628 0 17.26983643 C-0.8769433 17.28099003 -1.7538866 17.29214364 -2.65740395 17.30363524 C-7.02690608 17.23312897 -8.77509412 17.0402462 -12.34146118 14.28273582 C-14.29931641 11.63491821 -14.29931641 11.63491821 -14.92431641 8.63491821 C-13.20239704 0.36970525 -7.12669531 -0.09064254 0 0 Z ' fill='%239DACBA' transform='translate(150.29931640625,231.36508178710938)'/%3E%3Cpath d='M0 0 C1.94951569 -0.0131424 1.94951569 -0.0131424 3.93841553 -0.02655029 C7.49643086 -0.0493129 11.05371998 -0.04052065 14.61174774 -0.02465487 C18.33835277 -0.01197976 22.06489639 -0.02374043 25.79150391 -0.03158569 C32.049267 -0.04067763 38.30673487 -0.02870657 44.56445312 -0.00488281 C51.79524456 0.02232795 59.02533107 0.01351344 66.25610542 -0.01401484 C72.46860849 -0.03671816 78.68089956 -0.03990013 84.89343071 -0.02682149 C88.60202461 -0.01903356 92.31028735 -0.01796685 96.01885986 -0.03450394 C100.15362165 -0.05165418 104.28717175 -0.02787354 108.421875 0 C110.26262604 -0.01518173 110.26262604 -0.01518173 112.14056396 -0.03067017 C121.36978666 0.08477552 121.36978666 0.08477552 124.47119141 2.99990845 C126.2109375 5.64697266 126.2109375 5.64697266 126.8359375 8.64697266 C126.19325027 11.73187135 125.38767314 13.43259946 123.08575439 15.59626389 C118.72578891 18.03973129 113.27531349 17.33397441 108.421875 17.29394531 C107.12219788 17.30270691 105.82252075 17.31146851 104.48345947 17.32049561 C100.92544414 17.34325821 97.36815502 17.33446596 93.81012726 17.31860018 C90.08352223 17.30592507 86.35697861 17.31768574 82.63037109 17.32553101 C76.372608 17.33462295 70.11514013 17.32265188 63.85742188 17.29882812 C56.62663044 17.27161736 49.39654393 17.28043187 42.16576958 17.30796015 C35.95326651 17.33066347 29.74097544 17.33384544 23.52844429 17.32076681 C19.81985039 17.31297887 16.11158765 17.31191217 12.40301514 17.32844925 C8.26825335 17.34559949 4.13470325 17.32181885 0 17.29394531 C-1.22716736 17.30406647 -2.45433472 17.31418762 -3.71868896 17.32461548 C-12.94791166 17.2091698 -12.94791166 17.2091698 -16.04931641 14.29403687 C-17.7890625 11.64697266 -17.7890625 11.64697266 -18.4140625 8.64697266 C-17.77137527 5.56207397 -16.96579814 3.86134586 -14.66387939 1.69768143 C-10.30391391 -0.74578598 -4.85343849 -0.0400291 0 0 Z ' fill='%239DACBA' transform='translate(153.7890625,423.35302734375)'/%3E%3Cpath d='M0 0 C1.94951569 -0.0131424 1.94951569 -0.0131424 3.93841553 -0.02655029 C7.49643086 -0.0493129 11.05371998 -0.04052065 14.61174774 -0.02465487 C18.33835277 -0.01197976 22.06489639 -0.02374043 25.79150391 -0.03158569 C32.049267 -0.04067763 38.30673487 -0.02870657 44.56445312 -0.00488281 C51.79524456 0.02232795 59.02533107 0.01351344 66.25610542 -0.01401484 C72.46860849 -0.03671816 78.68089956 -0.03990013 84.89343071 -0.02682149 C88.60202461 -0.01903356 92.31028735 -0.01796685 96.01885986 -0.03450394 C100.15362165 -0.05165418 104.28717175 -0.02787354 108.421875 0 C110.26262604 -0.01518173 110.26262604 -0.01518173 112.14056396 -0.03067017 C121.36978666 0.08477552 121.36978666 0.08477552 124.47119141 2.99990845 C126.2109375 5.64697266 126.2109375 5.64697266 126.8359375 8.64697266 C126.19325027 11.73187135 125.38767314 13.43259946 123.08575439 15.59626389 C118.72578891 18.03973129 113.27531349 17.33397441 108.421875 17.29394531 C107.12219788 17.30270691 105.82252075 17.31146851 104.48345947 17.32049561 C100.92544414 17.34325821 97.36815502 17.33446596 93.81012726 17.31860018 C90.08352223 17.30592507 86.35697861 17.31768574 82.63037109 17.32553101 C76.372608 17.33462295 70.11514013 17.32265188 63.85742188 17.29882812 C56.62663044 17.27161736 49.39654393 17.28043187 42.16576958 17.30796015 C35.95326651 17.33066347 29.74097544 17.33384544 23.52844429 17.32076681 C19.81985039 17.31297887 16.11158765 17.31191217 12.40301514 17.32844925 C8.26825335 17.34559949 4.13470325 17.32181885 0 17.29394531 C-1.22716736 17.30406647 -2.45433472 17.31418762 -3.71868896 17.32461548 C-12.94791166 17.2091698 -12.94791166 17.2091698 -16.04931641 14.29403687 C-17.7890625 11.64697266 -17.7890625 11.64697266 -18.4140625 8.64697266 C-17.77137527 5.56207397 -16.96579814 3.86134586 -14.66387939 1.69768143 C-10.30391391 -0.74578598 -4.85343849 -0.0400291 0 0 Z ' fill='%239DACBA' transform='translate(201.7890625,159.35302734375)'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='512' height='512'%3E%3Cpath d='M0 0 C0.80165055 -0.09131571 1.60330111 -0.18263142 2.4292441 -0.27671427 C5.11204856 -0.5768356 7.79602427 -0.86355862 10.48060608 -1.14732361 C11.42401226 -1.24864782 12.36741844 -1.34997204 13.33941269 -1.45436668 C32.4186759 -3.47966942 51.52721111 -4.69688435 70.68741512 -5.64930058 C82.83169532 -6.26940065 94.85981766 -7.10917694 106.93128967 -8.5955658 C162.95639274 -15.33063318 206.51120514 -6.2898548 250.86513027 28.46525704 C298.85471436 66.73786606 339.18515281 112.35534594 346.31166659 175.11029412 C350.5898418 215.73489407 348.11330973 256.88230586 345.26857013 297.51656371 C344.2626997 312.05800023 343.6074827 326.58728541 343.17298889 341.15663147 C343.14188462 342.19648236 343.11078035 343.23633325 343.07873353 344.30769478 C342.92409307 349.53124222 342.77454878 354.75492222 342.62691534 359.97867179 C341.72730984 391.5053965 340.47066915 423.00549645 338.51560652 454.48516798 C338.36606685 456.9228378 338.2226998 459.36079997 338.08093262 461.79893303 C337.86056858 465.56305523 337.62179504 469.32554838 337.36749283 473.08752669 C337.23575168 475.08335081 337.11922272 477.08016133 337.00332421 479.07696807 C336.29748758 488.8696399 333.80624223 497.79981577 326.89491272 505.09510803 C320.57760152 510.17235444 314.4283374 513.34034003 306.18420696 513.35237694 C305.06312438 513.35882583 303.94204179 513.36527472 302.78698701 513.37191904 C301.56549968 513.36882183 300.34401235 513.36572463 299.08551025 513.36253357 C297.12724044 513.36933024 297.12724044 513.36933024 295.12940961 513.37626421 C291.5118121 513.38848533 287.89430714 513.38823481 284.2766937 513.38587546 C280.3726906 513.38546707 276.46871708 513.39650856 272.56472778 513.4059906 C264.91836364 513.42259661 257.27203033 513.42809996 249.62564965 513.42921536 C243.40971323 513.430166 237.19378698 513.43427713 230.97785378 513.44061661 C213.35087938 513.4582278 195.72392934 513.46745565 178.09694608 513.46595566 C177.14686443 513.46587575 176.19678277 513.46579583 175.21791077 513.4657135 C174.26666784 513.46563174 173.31542492 513.46554998 172.33535645 513.46546574 C156.9191104 513.46465284 141.50296206 513.48379191 126.08674427 513.51199023 C110.25390015 513.5407219 94.42110367 513.55453038 78.58823282 513.55280268 C69.70070889 513.55213889 60.8132874 513.55762663 51.92578697 513.57915878 C44.35881675 513.59737428 36.7919954 513.6017149 29.22501274 513.58813994 C25.36561901 513.58161216 21.50651084 513.58148596 17.64714432 513.59884644 C13.45963573 513.61748896 9.27278764 513.60501783 5.08526611 513.58958435 C3.87047095 513.59987148 2.65567579 513.6101586 1.40406865 513.62075746 C-8.33553963 513.54140546 -16.90039367 510.92060724 -24.10508728 504.09510803 C-29.87907193 496.9108875 -32.41480532 490.39984245 -32.36235619 481.13550091 C-32.36586226 480.34786882 -32.36936834 479.56023673 -32.37298065 478.74873701 C-32.38229602 476.10539054 -32.37737098 473.46226433 -32.37251282 470.81890869 C-32.376249 468.9062354 -32.3808504 466.99356363 -32.38624346 465.08089429 C-32.39849271 459.82147819 -32.39821073 454.56212561 -32.39585471 449.30269849 C-32.39544703 443.63181218 -32.40648098 437.96094637 -32.41596985 432.29006958 C-32.43259121 421.17856754 -32.4380799 410.06708671 -32.4391946 398.95557328 C-32.44014451 389.92499248 -32.44425191 380.89441869 -32.45059586 371.8638401 C-32.46534416 350.43401505 -32.47764526 329.00419691 -32.47659874 307.57436657 C-32.47656758 306.88904247 -32.47653642 306.20371837 -32.47650432 305.49762688 C-32.47633811 302.02412463 -32.47614003 298.55062239 -32.47593491 295.07712015 C-32.47589502 294.38727096 -32.47585513 293.69742177 -32.47581403 292.98666806 C-32.47573315 291.59162494 -32.47564956 290.19658182 -32.47556324 288.8015387 C-32.47433771 267.0965526 -32.48935135 245.39162899 -32.51670837 223.68666077 C-32.54743172 199.30082205 -32.56461539 174.91503482 -32.56278193 150.52917367 C-32.56211751 137.61748531 -32.56763253 124.70586741 -32.58913803 111.79419518 C-32.60732947 100.80168486 -32.61171386 89.80927696 -32.59811918 78.81675812 C-32.59157939 73.20756667 -32.59150899 67.59857183 -32.60882568 61.98939896 C-32.62451642 56.85412319 -32.62173356 51.71920057 -32.60425742 46.58393363 C-32.60117873 44.72662845 -32.60485252 42.86929717 -32.61597757 41.01202276 C-32.71507292 23.29447036 -32.71507292 23.29447036 -28.10508728 16.09510803 C-27.72682088 15.4477984 -27.34855448 14.80048877 -26.95882547 14.1335637 C-21.12123061 4.4571707 -10.64164783 1.16164325 0 0 Z ' fill='%23E1E6EF' transform='translate(104.10508728027344,-1.0951080322265625)'/%3E%3Cpath d='M0 0 C0.91207623 0.8082296 1.82415247 1.6164592 2.76386738 2.4491806 C6.8493077 5.95090265 11.14483611 9.13400972 15.46303779 12.34103346 C64.56792497 48.8673339 126.44651097 95.39002895 136.61543465 159.37191772 C139.37221209 178.6568887 140.01219185 198.01257093 139.95703125 217.46875 C139.95526672 218.45055929 139.95350218 219.43236858 139.95168418 220.44392967 C139.87827975 244.65362533 138.74915533 268.77568163 137.14476703 292.92751956 C136.10871536 308.52522391 135.39020052 324.10607963 134.94848633 339.73193359 C134.9189584 340.77336083 134.88943047 341.81478806 134.85900775 342.88777369 C134.71221092 348.11895649 134.57024651 353.35025853 134.43006098 358.58162212 C133.57515156 390.17232471 132.38000653 421.73950779 130.5182184 453.28758454 C130.37585475 455.73250788 130.23973537 458.17770617 130.10527039 460.62307549 C129.89624139 464.39848316 129.66879094 468.17232077 129.42585643 471.94569498 C129.30021158 473.94779417 129.19000611 475.95084407 129.08043891 477.95388746 C128.40545903 487.76827736 125.92480349 496.6904852 119 504 C110.12455267 511.13322989 102.59385813 512.29484697 91.43374634 512.24050903 C89.51495401 512.24307231 89.51495401 512.24307231 87.5573982 512.24568737 C84.01361776 512.25015373 80.46995849 512.24216703 76.92619348 512.23213124 C73.10213241 512.22348878 69.2780781 512.22641747 65.45401001 512.22793579 C58.8308208 512.22898414 52.20767102 512.22271278 45.58449173 512.21146011 C36.00850943 512.19520128 26.43254618 512.18999671 16.85655157 512.18748413 C1.31988425 512.18310763 -14.21676206 512.16979975 -29.75341797 512.15087891 C-44.84521377 512.13251894 -59.93700387 512.11836301 -75.02880859 512.10986328 C-75.95917487 512.10933783 -76.88954115 512.10881239 -77.84810035 512.10827102 C-82.51550674 512.10566093 -87.18291317 512.10313352 -91.85031962 512.10064721 C-130.56689446 512.07991612 -169.28344584 512.0446918 -208 512 C-207.3452031 506.05754211 -206.34590991 503.24933413 -202 499 C-196.33055837 495.16034138 -190.72031136 495.58107259 -184.12623596 495.62145996 C-182.92140043 495.61692983 -181.71656489 495.6123997 -180.47521919 495.6077323 C-177.13864859 495.59812512 -173.80257678 495.60187862 -170.46603763 495.61123729 C-166.86472984 495.6180395 -163.26346862 495.60749809 -159.66217041 495.59895325 C-153.4236868 495.58639109 -147.18527249 495.58441232 -140.94677925 495.58930969 C-131.91937188 495.59611891 -122.89206898 495.58359827 -113.86468028 495.56580251 C-99.20788714 495.53715618 -84.55110527 495.51964065 -69.89428711 495.51123047 C-68.57878385 495.5104697 -68.57878385 495.5104697 -67.23670476 495.50969356 C-61.01196998 495.50616654 -54.78723503 495.50303719 -48.5625 495.5 C-41.4536945 495.4965312 -34.34488915 495.49288204 -27.23608398 495.48876953 C-25.92263969 495.48801561 -25.92263969 495.48801561 -24.58266116 495.48724645 C-9.98152556 495.47850194 4.61957126 495.458065 19.22068077 495.42928743 C28.22510592 495.41210898 37.22942135 495.40552193 46.23386074 495.41259348 C52.40348824 495.41677304 58.57304656 495.41042229 64.74265795 495.39579475 C68.30201774 495.38773764 71.86120596 495.38462414 75.42056465 495.39461708 C79.28021921 495.40536264 83.13960564 495.39303338 86.99925232 495.37854004 C88.12259946 495.38543397 89.2459466 495.39232791 90.40333456 495.39943075 C96.37920409 495.35563289 100.7517886 494.94911344 106 492 C110.2325993 487.65601651 111.12245953 484.18713211 111.13142776 478.27664375 C111.13526891 477.32489616 111.13911005 476.37314856 111.1430676 475.39256012 C111.14176787 473.82866935 111.14176787 473.82866935 111.14044189 472.23318481 C111.14341302 471.12327427 111.14638414 470.01336372 111.1494453 468.86981952 C111.15814185 465.13732654 111.15964135 461.4048656 111.16113281 457.67236328 C111.16576024 455.00173796 111.17076413 452.33111556 111.17617798 449.66049194 C111.18975523 442.39609648 111.19578484 435.13170655 111.20018864 427.86730051 C111.20295163 423.33173792 111.20718905 418.79617746 111.21169281 414.2606163 C111.22388382 401.70346523 111.23418403 389.14631587 111.2375679 376.58915901 C111.23778747 375.78561861 111.23800703 374.9820782 111.23823325 374.15418809 C111.23845153 373.34872739 111.23866981 372.5432667 111.2388947 371.7133981 C111.23933817 370.08123024 111.23978473 368.44906239 111.24023438 366.81689453 C111.2404558 366.00728318 111.24067723 365.19767183 111.24090537 364.36352681 C111.24485461 351.24076015 111.26231318 338.11804898 111.2855939 324.99530376 C111.30930171 311.5231381 111.32176946 298.0510003 111.32293582 284.57881343 C111.32385281 277.01431498 111.32961129 269.44988885 111.34775543 261.88541031 C111.36314861 255.44517103 111.36828148 249.00502644 111.36001733 242.56477226 C111.35610823 239.27893673 111.35868217 235.99333203 111.37107468 232.7075119 C111.38372427 229.14510339 111.37795504 225.58318711 111.36749268 222.02078247 C111.37554908 220.98265006 111.38360548 219.94451765 111.39190602 218.87492669 C111.25695292 199.27732592 86.1039622 181.60668987 73.17019367 168.5181284 C69.35079244 164.65242153 65.54293829 160.7766782 61.76000977 156.87524414 C58.07173856 153.07195657 54.35674624 149.29674832 50.62184715 145.53925896 C49.21416171 144.1139001 47.81596161 142.67910244 46.42806435 141.23446846 C36.10850525 130.50088433 36.10850525 130.50088433 22.10392761 126.49864197 C15.39419137 125.42073149 10.1993396 120.75249343 6.05859375 115.5703125 C0.64545773 107.19625629 -0.30585693 98.68138214 -0.22705078 88.89038086 C-0.22734283 87.92346313 -0.22763489 86.95654541 -0.22793579 85.96032715 C-0.22655321 82.79507163 -0.21104278 79.63005766 -0.1953125 76.46484375 C-0.19157856 74.25810372 -0.18873339 72.05136203 -0.18673706 69.84461975 C-0.17913063 64.05949257 -0.15950797 58.2744671 -0.1373291 52.48937988 C-0.11680607 46.57691829 -0.10772157 40.66444013 -0.09765625 34.75195312 C-0.07625914 23.16792426 -0.04215951 11.58397062 0 0 Z ' fill='%23C9D5E3' transform='translate(312,0)'/%3E%3Cpath d='M0 0 C6.70997913 5.51238019 12.77511176 11.63397087 18.90209961 17.77270508 C20.0950287 18.9642774 21.28817004 20.15563726 22.48150635 21.34680176 C25.70439858 24.56515543 28.92414437 27.78663945 32.14317775 31.00885224 C35.5142449 34.38245798 38.88775885 37.75361557 42.26087952 41.12516785 C47.91733678 46.77980929 53.57168957 52.43654866 59.22485352 58.09448242 C65.76859828 64.64368448 72.31595907 71.18925498 78.865179 77.7329815 C84.48919258 83.35246601 90.11126634 88.97388567 95.73170477 94.59694594 C99.08851751 97.95532057 102.44600916 101.31300896 105.80525017 104.66895485 C108.95691735 107.81774578 112.10615199 110.96894904 115.253479 114.12207794 C116.4120389 115.28196609 117.57146169 116.44099302 118.73178291 117.59911919 C120.30799324 119.17262096 121.88112918 120.74913124 123.45347595 122.32649231 C124.33667983 123.21007321 125.21988371 124.09365412 126.12985134 125.0040102 C128 127 128 127 128 128 C115.26472586 128.04643414 102.52947202 128.08192544 89.79413033 128.10362434 C83.87997563 128.11404111 77.96587906 128.1281618 72.05175781 128.15087891 C66.3394298 128.17268243 60.62715754 128.18458446 54.91479111 128.18975449 C52.74041746 128.19343678 50.56604671 128.20062725 48.39169693 128.21146011 C45.33544682 128.22607482 42.27942421 128.22797378 39.22314453 128.22705078 C38.33337418 128.23424133 37.44360382 128.24143188 36.52687073 128.24884033 C24.98536921 128.21136592 16.57557717 126.06400427 8 118 C0.94982219 109.23301242 -0.31512401 99.83273936 -0.22705078 88.89038086 C-0.22734283 87.92346313 -0.22763489 86.95654541 -0.22793579 85.96032715 C-0.22655321 82.79507163 -0.21104278 79.63005766 -0.1953125 76.46484375 C-0.19157856 74.25810372 -0.18873339 72.05136203 -0.18673706 69.84461975 C-0.17913063 64.05949257 -0.15950797 58.2744671 -0.1373291 52.48937988 C-0.11680607 46.57691829 -0.10772157 40.66444013 -0.09765625 34.75195312 C-0.07625914 23.16792426 -0.04215951 11.58397062 0 0 Z ' fill='%239DACBA' transform='translate(312,0)'/%3E%3Cpath d='M0 0 C0.93996134 -0.00779995 1.87992268 -0.01559991 2.84836769 -0.02363622 C6.00005843 -0.04359019 9.15054626 -0.0277779 12.30224609 -0.01205444 C14.56085923 -0.01882902 16.81946684 -0.02773125 19.07806396 -0.03860474 C25.21440897 -0.06142331 31.35033425 -0.05255086 37.48668671 -0.03670931 C43.90389652 -0.02406373 50.32107004 -0.0357867 56.73828125 -0.04364014 C68.20616137 -0.05332375 79.67380872 -0.0377708 91.14164948 -0.01234345 C101.53837537 0.0099953 111.93482212 0.00611512 122.33154297 -0.01693726 C134.40642315 -0.04369806 146.48109248 -0.05365333 158.55601311 -0.03887594 C164.94734272 -0.03107467 171.33848005 -0.03005861 177.72979736 -0.04655838 C183.73815328 -0.0609856 189.74598129 -0.05101265 195.75428009 -0.0220871 C197.96137871 -0.01546703 200.16852164 -0.01738956 202.37560272 -0.02840042 C205.38479376 -0.04203055 208.39228498 -0.02496986 211.40136719 0 C212.27831049 -0.01115361 213.15525379 -0.02230722 214.05877113 -0.03379881 C218.42827327 0.03670746 220.17646131 0.22959022 223.74282837 2.9871006 C225.70068359 5.63491821 225.70068359 5.63491821 226.32568359 8.63491821 C225.46336055 12.77406881 224.03814808 14.05439501 220.70068359 16.63491821 C217.59987057 17.36181564 214.57493303 17.31020017 211.40136719 17.26983643 C209.99142518 17.28153636 209.99142518 17.28153636 208.5529995 17.29347265 C205.40130876 17.31342661 202.25082093 17.29761433 199.09912109 17.28189087 C196.84050796 17.28866545 194.58190034 17.29756767 192.32330322 17.30844116 C186.18695822 17.33125974 180.05103294 17.32238729 173.91468048 17.30654573 C167.49747066 17.29390016 161.08029714 17.30562312 154.66308594 17.31347656 C143.19520582 17.32316018 131.72755847 17.30760722 120.2597177 17.28217988 C109.86299182 17.25984113 99.46654507 17.2637213 89.06982422 17.28677368 C76.99494404 17.31353448 64.92027471 17.32348976 52.84535408 17.30871236 C46.45402447 17.3009111 40.06288713 17.29989504 33.67156982 17.31639481 C27.6632139 17.33082202 21.6553859 17.32084908 15.6470871 17.29192352 C13.43998848 17.28530346 11.23284555 17.28722598 9.02576447 17.29823685 C6.01657343 17.31186697 3.00908221 17.29480628 0 17.26983643 C-0.8769433 17.28099003 -1.7538866 17.29214364 -2.65740395 17.30363524 C-7.02690608 17.23312897 -8.77509412 17.0402462 -12.34146118 14.28273582 C-14.29931641 11.63491821 -14.29931641 11.63491821 -14.92431641 8.63491821 C-13.20239704 0.36970525 -7.12669531 -0.09064254 0 0 Z ' fill='%239DACBA' transform='translate(150.29931640625,375.3650817871094)'/%3E%3Cpath d='M0 0 C0.93996134 -0.00779995 1.87992268 -0.01559991 2.84836769 -0.02363622 C6.00005843 -0.04359019 9.15054626 -0.0277779 12.30224609 -0.01205444 C14.56085923 -0.01882902 16.81946684 -0.02773125 19.07806396 -0.03860474 C25.21440897 -0.06142331 31.35033425 -0.05255086 37.48668671 -0.03670931 C43.90389652 -0.02406373 50.32107004 -0.0357867 56.73828125 -0.04364014 C68.20616137 -0.05332375 79.67380872 -0.0377708 91.14164948 -0.01234345 C101.53837537 0.0099953 111.93482212 0.00611512 122.33154297 -0.01693726 C134.40642315 -0.04369806 146.48109248 -0.05365333 158.55601311 -0.03887594 C164.94734272 -0.03107467 171.33848005 -0.03005861 177.72979736 -0.04655838 C183.73815328 -0.0609856 189.74598129 -0.05101265 195.75428009 -0.0220871 C197.96137871 -0.01546703 200.16852164 -0.01738956 202.37560272 -0.02840042 C205.38479376 -0.04203055 208.39228498 -0.02496986 211.40136719 0 C212.27831049 -0.01115361 213.15525379 -0.02230722 214.05877113 -0.03379881 C218.42827327 0.03670746 220.17646131 0.22959022 223.74282837 2.9871006 C225.70068359 5.63491821 225.70068359 5.63491821 226.32568359 8.63491821 C225.46336055 12.77406881 224.03814808 14.05439501 220.70068359 16.63491821 C217.59987057 17.36181564 214.57493303 17.31020017 211.40136719 17.26983643 C209.99142518 17.28153636 209.99142518 17.28153636 208.5529995 17.29347265 C205.40130876 17.31342661 202.25082093 17.29761433 199.09912109 17.28189087 C196.84050796 17.28866545 194.58190034 17.29756767 192.32330322 17.30844116 C186.18695822 17.33125974 180.05103294 17.32238729 173.91468048 17.30654573 C167.49747066 17.29390016 161.08029714 17.30562312 154.66308594 17.31347656 C143.19520582 17.32316018 131.72755847 17.30760722 120.2597177 17.28217988 C109.86299182 17.25984113 99.46654507 17.2637213 89.06982422 17.28677368 C76.99494404 17.31353448 64.92027471 17.32348976 52.84535408 17.30871236 C46.45402447 17.3009111 40.06288713 17.29989504 33.67156982 17.31639481 C27.6632139 17.33082202 21.6553859 17.32084908 15.6470871 17.29192352 C13.43998848 17.28530346 11.23284555 17.28722598 9.02576447 17.29823685 C6.01657343 17.31186697 3.00908221 17.29480628 0 17.26983643 C-0.8769433 17.28099003 -1.7538866 17.29214364 -2.65740395 17.30363524 C-7.02690608 17.23312897 -8.77509412 17.0402462 -12.34146118 14.28273582 C-14.29931641 11.63491821 -14.29931641 11.63491821 -14.92431641 8.63491821 C-13.20239704 0.36970525 -7.12669531 -0.09064254 0 0 Z ' fill='%239DACBA' transform='translate(150.29931640625,327.3650817871094)'/%3E%3Cpath d='M0 0 C0.93996134 -0.00779995 1.87992268 -0.01559991 2.84836769 -0.02363622 C6.00005843 -0.04359019 9.15054626 -0.0277779 12.30224609 -0.01205444 C14.56085923 -0.01882902 16.81946684 -0.02773125 19.07806396 -0.03860474 C25.21440897 -0.06142331 31.35033425 -0.05255086 37.48668671 -0.03670931 C43.90389652 -0.02406373 50.32107004 -0.0357867 56.73828125 -0.04364014 C68.20616137 -0.05332375 79.67380872 -0.0377708 91.14164948 -0.01234345 C101.53837537 0.0099953 111.93482212 0.00611512 122.33154297 -0.01693726 C134.40642315 -0.04369806 146.48109248 -0.05365333 158.55601311 -0.03887594 C164.94734272 -0.03107467 171.33848005 -0.03005861 177.72979736 -0.04655838 C183.73815328 -0.0609856 189.74598129 -0.05101265 195.75428009 -0.0220871 C197.96137871 -0.01546703 200.16852164 -0.01738956 202.37560272 -0.02840042 C205.38479376 -0.04203055 208.39228498 -0.02496986 211.40136719 0 C212.27831049 -0.01115361 213.15525379 -0.02230722 214.05877113 -0.03379881 C218.42827327 0.03670746 220.17646131 0.22959022 223.74282837 2.9871006 C225.70068359 5.63491821 225.70068359 5.63491821 226.32568359 8.63491821 C225.46336055 12.77406881 224.03814808 14.05439501 220.70068359 16.63491821 C217.59987057 17.36181564 214.57493303 17.31020017 211.40136719 17.26983643 C209.99142518 17.28153636 209.99142518 17.28153636 208.5529995 17.29347265 C205.40130876 17.31342661 202.25082093 17.29761433 199.09912109 17.28189087 C196.84050796 17.28866545 194.58190034 17.29756767 192.32330322 17.30844116 C186.18695822 17.33125974 180.05103294 17.32238729 173.91468048 17.30654573 C167.49747066 17.29390016 161.08029714 17.30562312 154.66308594 17.31347656 C143.19520582 17.32316018 131.72755847 17.30760722 120.2597177 17.28217988 C109.86299182 17.25984113 99.46654507 17.2637213 89.06982422 17.28677368 C76.99494404 17.31353448 64.92027471 17.32348976 52.84535408 17.30871236 C46.45402447 17.3009111 40.06288713 17.29989504 33.67156982 17.31639481 C27.6632139 17.33082202 21.6553859 17.32084908 15.6470871 17.29192352 C13.43998848 17.28530346 11.23284555 17.28722598 9.02576447 17.29823685 C6.01657343 17.31186697 3.00908221 17.29480628 0 17.26983643 C-0.8769433 17.28099003 -1.7538866 17.29214364 -2.65740395 17.30363524 C-7.02690608 17.23312897 -8.77509412 17.0402462 -12.34146118 14.28273582 C-14.29931641 11.63491821 -14.29931641 11.63491821 -14.92431641 8.63491821 C-13.20239704 0.36970525 -7.12669531 -0.09064254 0 0 Z ' fill='%239DACBA' transform='translate(150.29931640625,279.3650817871094)'/%3E%3Cpath d='M0 0 C0.93996134 -0.00779995 1.87992268 -0.01559991 2.84836769 -0.02363622 C6.00005843 -0.04359019 9.15054626 -0.0277779 12.30224609 -0.01205444 C14.56085923 -0.01882902 16.81946684 -0.02773125 19.07806396 -0.03860474 C25.21440897 -0.06142331 31.35033425 -0.05255086 37.48668671 -0.03670931 C43.90389652 -0.02406373 50.32107004 -0.0357867 56.73828125 -0.04364014 C68.20616137 -0.05332375 79.67380872 -0.0377708 91.14164948 -0.01234345 C101.53837537 0.0099953 111.93482212 0.00611512 122.33154297 -0.01693726 C134.40642315 -0.04369806 146.48109248 -0.05365333 158.55601311 -0.03887594 C164.94734272 -0.03107467 171.33848005 -0.03005861 177.72979736 -0.04655838 C183.73815328 -0.0609856 189.74598129 -0.05101265 195.75428009 -0.0220871 C197.96137871 -0.01546703 200.16852164 -0.01738956 202.37560272 -0.02840042 C205.38479376 -0.04203055 208.39228498 -0.02496986 211.40136719 0 C212.27831049 -0.01115361 213.15525379 -0.02230722 214.05877113 -0.03379881 C218.42827327 0.03670746 220.17646131 0.22959022 223.74282837 2.9871006 C225.70068359 5.63491821 225.70068359 5.63491821 226.32568359 8.63491821 C225.46336055 12.77406881 224.03814808 14.05439501 220.70068359 16.63491821 C217.59987057 17.36181564 214.57493303 17.31020017 211.40136719 17.26983643 C209.99142518 17.28153636 209.99142518 17.28153636 208.5529995 17.29347265 C205.40130876 17.31342661 202.25082093 17.29761433 199.09912109 17.28189087 C196.84050796 17.28866545 194.58190034 17.29756767 192.32330322 17.30844116 C186.18695822 17.33125974 180.05103294 17.32238729 173.91468048 17.30654573 C167.49747066 17.29390016 161.08029714 17.30562312 154.66308594 17.31347656 C143.19520582 17.32316018 131.72755847 17.30760722 120.2597177 17.28217988 C109.86299182 17.25984113 99.46654507 17.2637213 89.06982422 17.28677368 C76.99494404 17.31353448 64.92027471 17.32348976 52.84535408 17.30871236 C46.45402447 17.3009111 40.06288713 17.29989504 33.67156982 17.31639481 C27.6632139 17.33082202 21.6553859 17.32084908 15.6470871 17.29192352 C13.43998848 17.28530346 11.23284555 17.28722598 9.02576447 17.29823685 C6.01657343 17.31186697 3.00908221 17.29480628 0 17.26983643 C-0.8769433 17.28099003 -1.7538866 17.29214364 -2.65740395 17.30363524 C-7.02690608 17.23312897 -8.77509412 17.0402462 -12.34146118 14.28273582 C-14.29931641 11.63491821 -14.29931641 11.63491821 -14.92431641 8.63491821 C-13.20239704 0.36970525 -7.12669531 -0.09064254 0 0 Z ' fill='%239DACBA' transform='translate(150.29931640625,231.36508178710938)'/%3E%3Cpath d='M0 0 C1.94951569 -0.0131424 1.94951569 -0.0131424 3.93841553 -0.02655029 C7.49643086 -0.0493129 11.05371998 -0.04052065 14.61174774 -0.02465487 C18.33835277 -0.01197976 22.06489639 -0.02374043 25.79150391 -0.03158569 C32.049267 -0.04067763 38.30673487 -0.02870657 44.56445312 -0.00488281 C51.79524456 0.02232795 59.02533107 0.01351344 66.25610542 -0.01401484 C72.46860849 -0.03671816 78.68089956 -0.03990013 84.89343071 -0.02682149 C88.60202461 -0.01903356 92.31028735 -0.01796685 96.01885986 -0.03450394 C100.15362165 -0.05165418 104.28717175 -0.02787354 108.421875 0 C110.26262604 -0.01518173 110.26262604 -0.01518173 112.14056396 -0.03067017 C121.36978666 0.08477552 121.36978666 0.08477552 124.47119141 2.99990845 C126.2109375 5.64697266 126.2109375 5.64697266 126.8359375 8.64697266 C126.19325027 11.73187135 125.38767314 13.43259946 123.08575439 15.59626389 C118.72578891 18.03973129 113.27531349 17.33397441 108.421875 17.29394531 C107.12219788 17.30270691 105.82252075 17.31146851 104.48345947 17.32049561 C100.92544414 17.34325821 97.36815502 17.33446596 93.81012726 17.31860018 C90.08352223 17.30592507 86.35697861 17.31768574 82.63037109 17.32553101 C76.372608 17.33462295 70.11514013 17.32265188 63.85742188 17.29882812 C56.62663044 17.27161736 49.39654393 17.28043187 42.16576958 17.30796015 C35.95326651 17.33066347 29.74097544 17.33384544 23.52844429 17.32076681 C19.81985039 17.31297887 16.11158765 17.31191217 12.40301514 17.32844925 C8.26825335 17.34559949 4.13470325 17.32181885 0 17.29394531 C-1.22716736 17.30406647 -2.45433472 17.31418762 -3.71868896 17.32461548 C-12.94791166 17.2091698 -12.94791166 17.2091698 -16.04931641 14.29403687 C-17.7890625 11.64697266 -17.7890625 11.64697266 -18.4140625 8.64697266 C-17.77137527 5.56207397 -16.96579814 3.86134586 -14.66387939 1.69768143 C-10.30391391 -0.74578598 -4.85343849 -0.0400291 0 0 Z ' fill='%239DACBA' transform='translate(153.7890625,423.35302734375)'/%3E%3Cpath d='M0 0 C1.94951569 -0.0131424 1.94951569 -0.0131424 3.93841553 -0.02655029 C7.49643086 -0.0493129 11.05371998 -0.04052065 14.61174774 -0.02465487 C18.33835277 -0.01197976 22.06489639 -0.02374043 25.79150391 -0.03158569 C32.049267 -0.04067763 38.30673487 -0.02870657 44.56445312 -0.00488281 C51.79524456 0.02232795 59.02533107 0.01351344 66.25610542 -0.01401484 C72.46860849 -0.03671816 78.68089956 -0.03990013 84.89343071 -0.02682149 C88.60202461 -0.01903356 92.31028735 -0.01796685 96.01885986 -0.03450394 C100.15362165 -0.05165418 104.28717175 -0.02787354 108.421875 0 C110.26262604 -0.01518173 110.26262604 -0.01518173 112.14056396 -0.03067017 C121.36978666 0.08477552 121.36978666 0.08477552 124.47119141 2.99990845 C126.2109375 5.64697266 126.2109375 5.64697266 126.8359375 8.64697266 C126.19325027 11.73187135 125.38767314 13.43259946 123.08575439 15.59626389 C118.72578891 18.03973129 113.27531349 17.33397441 108.421875 17.29394531 C107.12219788 17.30270691 105.82252075 17.31146851 104.48345947 17.32049561 C100.92544414 17.34325821 97.36815502 17.33446596 93.81012726 17.31860018 C90.08352223 17.30592507 86.35697861 17.31768574 82.63037109 17.32553101 C76.372608 17.33462295 70.11514013 17.32265188 63.85742188 17.29882812 C56.62663044 17.27161736 49.39654393 17.28043187 42.16576958 17.30796015 C35.95326651 17.33066347 29.74097544 17.33384544 23.52844429 17.32076681 C19.81985039 17.31297887 16.11158765 17.31191217 12.40301514 17.32844925 C8.26825335 17.34559949 4.13470325 17.32181885 0 17.29394531 C-1.22716736 17.30406647 -2.45433472 17.31418762 -3.71868896 17.32461548 C-12.94791166 17.2091698 -12.94791166 17.2091698 -16.04931641 14.29403687 C-17.7890625 11.64697266 -17.7890625 11.64697266 -18.4140625 8.64697266 C-17.77137527 5.56207397 -16.96579814 3.86134586 -14.66387939 1.69768143 C-10.30391391 -0.74578598 -4.85343849 -0.0400291 0 0 Z ' fill='%239DACBA' transform='translate(201.7890625,159.35302734375)'/%3E%3C/svg%3E");
}

.icon-plus {
  width: 30px;
  height: 30px;
}
.icon-plus::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z'/%3E%3C/svg%3E");
}

.icon-snap {
  width: 30px;
  height: 30px;
}
.icon-snap::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M0 16h512v360H306l18 71c4 16 4 16 4 19h63v30H121v-30h63l2-11a350 350 0 0 1 1.955-8.178l.558-2.236q.898-3.59 1.803-7.18l1.263-5.043q1.314-5.25 2.635-10.499 1.692-6.73 3.376-13.46a20289 20289 0 0 1 5.584-22.261l.518-2.069c.689-2.73 1.417-5.402 2.308-8.074H0zm30 30v300h452V46zm208 330-6.203 24.457-8.04 31.702q-1.354 5.332-2.7 10.666-1.1 4.35-2.216 8.691l-1.112 4.365-.527 2.037C216.496 460.705 216 463.11 216 466h80c-1.18-6.489-2.342-12.813-3.955-19.178l-.558-2.236q-.898-3.59-1.803-7.18l-1.263-5.043q-1.314-5.25-2.635-10.499-1.692-6.73-3.376-13.46a20289 20289 0 0 0-5.584-22.261l-.518-2.069c-.689-2.73-1.417-5.402-2.308-8.074z'/%3E%3Cpath d='m288 200 3.344 1.063c27.198 9.506 48.334 29.527 60.906 55.25 5.106 11.576 8.902 24.135 8.848 36.835l-.008 3.646-.027 4.581L361 316h-30c-.812-12.75-.812-12.75-1.046-16.69-.752-10.883-2.649-20.864-7.767-30.56l-1.06-2.062c-2.597-4.946-5.508-9.423-9.127-13.688l-1.902-2.469c-11.738-14.163-30.733-21.452-48.536-23.406-20.816-1.049-40.294 5.908-56.07 19.512C185.256 265.827 182.587 289.422 181 316h-30c-.598-33.328-.598-33.328 4-47l1.063-3.344c9.516-27.227 29.5-48.304 55.25-60.906 23.5-10.364 52.142-13.004 76.687-4.75m36-122c3.363 1.457 5.545 3.311 8.11 5.914l2.285 2.305 2.355 2.406 2.402 2.43Q342.082 94.02 345 97c3.363-1.457 5.545-3.311 8.11-5.914l2.285-2.305 2.355-2.406 2.402-2.43Q363.082 80.98 366 78c3.568 1.514 5.837 3.605 8.547 6.352l2.558 2.578 2.645 2.695 2.691 2.719Q385.727 95.665 389 99c-1.457 3.363-3.311 5.545-5.914 8.11l-2.305 2.285-2.406 2.355-2.43 2.402Q372.98 117.082 370 120c1.457 3.363 3.311 5.545 5.914 8.11l2.305 2.285 2.406 2.355 2.43 2.402q2.966 2.93 5.945 5.848c-1.514 3.568-3.605 5.837-6.352 8.547l-2.578 2.558-2.695 2.645-2.719 2.691Q371.335 160.727 368 164c-3.363-1.457-5.545-3.311-8.11-5.914l-2.285-2.305-2.355-2.406-2.402-2.43Q349.918 147.98 347 145c-3.363 1.457-5.545 3.311-8.11 5.914l-2.285 2.305-2.355 2.406-2.402 2.43Q328.918 161.02 326 164c-3.568-1.514-5.837-3.605-8.547-6.352l-2.558-2.578-2.645-2.695-2.691-2.719Q306.273 146.335 303 143c1.457-3.363 3.311-5.545 5.914-8.11l2.305-2.285 2.406-2.355 2.43-2.402q2.966-2.93 5.945-5.848c-1.457-3.363-3.311-5.545-5.914-8.11l-2.305-2.285-2.406-2.355-2.43-2.402Q305.98 103.918 303 101c1.514-3.568 3.605-5.837 6.352-8.547l2.578-2.558 2.695-2.645 2.719-2.691Q320.665 81.273 324 78m-180 0c3.363 1.457 5.545 3.311 8.11 5.914l2.285 2.305 2.355 2.406 2.402 2.43Q162.082 94.02 165 97c3.363-1.457 5.545-3.311 8.11-5.914l2.285-2.305 2.355-2.406 2.402-2.43Q183.082 80.98 186 78c3.568 1.514 5.837 3.605 8.547 6.352l2.558 2.578 2.645 2.695 2.691 2.719Q205.727 95.665 209 99c-1.457 3.363-3.311 5.545-5.914 8.11l-2.305 2.285-2.406 2.355-2.43 2.402Q192.98 117.082 190 120c1.457 3.363 3.311 5.545 5.914 8.11l2.305 2.285 2.406 2.355 2.43 2.402q2.966 2.93 5.945 5.848c-1.514 3.568-3.605 5.837-6.352 8.547l-2.578 2.558-2.695 2.645-2.719 2.691Q191.335 160.727 188 164c-3.363-1.457-5.545-3.311-8.11-5.914l-2.285-2.305-2.355-2.406-2.402-2.43Q169.918 147.98 167 145c-3.363 1.457-5.545 3.311-8.11 5.914l-2.285 2.305-2.355 2.406-2.402 2.43Q148.918 161.02 146 164c-3.568-1.514-5.837-3.605-8.547-6.352l-2.558-2.578-2.645-2.695-2.691-2.719Q126.273 146.335 123 143c1.457-3.363 3.311-5.545 5.914-8.11l2.305-2.285 2.406-2.355 2.43-2.402q2.966-2.93 5.945-5.848c-1.457-3.363-3.311-5.545-5.914-8.11l-2.305-2.285-2.406-2.355-2.43-2.402Q125.98 103.918 123 101c1.514-3.568 3.605-5.837 6.352-8.547l2.578-2.558 2.695-2.645 2.719-2.691Q140.665 81.273 144 78'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M0 16h512v360H306l18 71c4 16 4 16 4 19h63v30H121v-30h63l2-11a350 350 0 0 1 1.955-8.178l.558-2.236q.898-3.59 1.803-7.18l1.263-5.043q1.314-5.25 2.635-10.499 1.692-6.73 3.376-13.46a20289 20289 0 0 1 5.584-22.261l.518-2.069c.689-2.73 1.417-5.402 2.308-8.074H0zm30 30v300h452V46zm208 330-6.203 24.457-8.04 31.702q-1.354 5.332-2.7 10.666-1.1 4.35-2.216 8.691l-1.112 4.365-.527 2.037C216.496 460.705 216 463.11 216 466h80c-1.18-6.489-2.342-12.813-3.955-19.178l-.558-2.236q-.898-3.59-1.803-7.18l-1.263-5.043q-1.314-5.25-2.635-10.499-1.692-6.73-3.376-13.46a20289 20289 0 0 0-5.584-22.261l-.518-2.069c-.689-2.73-1.417-5.402-2.308-8.074z'/%3E%3Cpath d='m288 200 3.344 1.063c27.198 9.506 48.334 29.527 60.906 55.25 5.106 11.576 8.902 24.135 8.848 36.835l-.008 3.646-.027 4.581L361 316h-30c-.812-12.75-.812-12.75-1.046-16.69-.752-10.883-2.649-20.864-7.767-30.56l-1.06-2.062c-2.597-4.946-5.508-9.423-9.127-13.688l-1.902-2.469c-11.738-14.163-30.733-21.452-48.536-23.406-20.816-1.049-40.294 5.908-56.07 19.512C185.256 265.827 182.587 289.422 181 316h-30c-.598-33.328-.598-33.328 4-47l1.063-3.344c9.516-27.227 29.5-48.304 55.25-60.906 23.5-10.364 52.142-13.004 76.687-4.75m36-122c3.363 1.457 5.545 3.311 8.11 5.914l2.285 2.305 2.355 2.406 2.402 2.43Q342.082 94.02 345 97c3.363-1.457 5.545-3.311 8.11-5.914l2.285-2.305 2.355-2.406 2.402-2.43Q363.082 80.98 366 78c3.568 1.514 5.837 3.605 8.547 6.352l2.558 2.578 2.645 2.695 2.691 2.719Q385.727 95.665 389 99c-1.457 3.363-3.311 5.545-5.914 8.11l-2.305 2.285-2.406 2.355-2.43 2.402Q372.98 117.082 370 120c1.457 3.363 3.311 5.545 5.914 8.11l2.305 2.285 2.406 2.355 2.43 2.402q2.966 2.93 5.945 5.848c-1.514 3.568-3.605 5.837-6.352 8.547l-2.578 2.558-2.695 2.645-2.719 2.691Q371.335 160.727 368 164c-3.363-1.457-5.545-3.311-8.11-5.914l-2.285-2.305-2.355-2.406-2.402-2.43Q349.918 147.98 347 145c-3.363 1.457-5.545 3.311-8.11 5.914l-2.285 2.305-2.355 2.406-2.402 2.43Q328.918 161.02 326 164c-3.568-1.514-5.837-3.605-8.547-6.352l-2.558-2.578-2.645-2.695-2.691-2.719Q306.273 146.335 303 143c1.457-3.363 3.311-5.545 5.914-8.11l2.305-2.285 2.406-2.355 2.43-2.402q2.966-2.93 5.945-5.848c-1.457-3.363-3.311-5.545-5.914-8.11l-2.305-2.285-2.406-2.355-2.43-2.402Q305.98 103.918 303 101c1.514-3.568 3.605-5.837 6.352-8.547l2.578-2.558 2.695-2.645 2.719-2.691Q320.665 81.273 324 78m-180 0c3.363 1.457 5.545 3.311 8.11 5.914l2.285 2.305 2.355 2.406 2.402 2.43Q162.082 94.02 165 97c3.363-1.457 5.545-3.311 8.11-5.914l2.285-2.305 2.355-2.406 2.402-2.43Q183.082 80.98 186 78c3.568 1.514 5.837 3.605 8.547 6.352l2.558 2.578 2.645 2.695 2.691 2.719Q205.727 95.665 209 99c-1.457 3.363-3.311 5.545-5.914 8.11l-2.305 2.285-2.406 2.355-2.43 2.402Q192.98 117.082 190 120c1.457 3.363 3.311 5.545 5.914 8.11l2.305 2.285 2.406 2.355 2.43 2.402q2.966 2.93 5.945 5.848c-1.514 3.568-3.605 5.837-6.352 8.547l-2.578 2.558-2.695 2.645-2.719 2.691Q191.335 160.727 188 164c-3.363-1.457-5.545-3.311-8.11-5.914l-2.285-2.305-2.355-2.406-2.402-2.43Q169.918 147.98 167 145c-3.363 1.457-5.545 3.311-8.11 5.914l-2.285 2.305-2.355 2.406-2.402 2.43Q148.918 161.02 146 164c-3.568-1.514-5.837-3.605-8.547-6.352l-2.558-2.578-2.645-2.695-2.691-2.719Q126.273 146.335 123 143c1.457-3.363 3.311-5.545 5.914-8.11l2.305-2.285 2.406-2.355 2.43-2.402q2.966-2.93 5.945-5.848c-1.457-3.363-3.311-5.545-5.914-8.11l-2.305-2.285-2.406-2.355-2.43-2.402Q125.98 103.918 123 101c1.514-3.568 3.605-5.837 6.352-8.547l2.578-2.558 2.695-2.645 2.719-2.691Q140.665 81.273 144 78'/%3E%3C/svg%3E");
}

.icon-list {
  width: 30px;
  height: 30px;
}
.icon-list::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='m149.18 237.871 3.271-.01 3.607.005 3.82-.007q5.26-.008 10.52-.004c3.78 0 7.56-.006 11.338-.01q11.11-.012 22.22-.012 9.03 0 18.058-.006 25.584-.013 51.169-.012h5.578q22.398-.002 44.794-.023 22.982-.023 45.965-.02 12.909.001 25.818-.014 10.99-.014 21.98-.005 5.608.007 11.217-.005c4.051-.01 8.102-.003 12.153.005l3.593-.016 3.286.014h2.834c3.81.365 6.65 1.309 9.384 4.017 2.44 4.482 1.683 9.748 1.653 14.732l.06 3.457-.002 3.324.006 3.033c-.64 3.43-1.763 4.581-4.502 6.686-3.126 1.035-6.023 1.127-9.301 1.131l-3.275.012-3.595-.003-3.822.01q-5.253.011-10.507.01-5.665.005-11.33.016-12.387.02-24.774.024l-15.466.012q-21.407.019-42.813.026h-5.542l-5.566.002h-2.789q-22.375.009-44.751.046-22.968.035-45.936.037-12.898-.001-25.795.025-10.98.023-21.962.012-5.602-.008-11.206.011c-4.048.015-8.096.007-12.145-.004l-3.582.025C142.7 274.33 142.7 274.33 138 271c-3.1-4.649-2.409-9.405-2.437-14.875l-.1-3.3c-.054-8.018-.054-8.018 2.877-12.02 3.747-2.542 6.42-2.93 10.84-2.934m-1.798 119.869 3.33-.021 3.656.007 3.885-.016c3.562-.014 7.123-.016 10.684-.015 3.84-.002 7.68-.015 11.52-.027 8.397-.022 16.793-.03 25.19-.035q7.86-.006 15.723-.017a37899 37899 0 0 1 51.981-.041h2.831l2.835-.001c15.167-.004 30.334-.03 45.5-.068q23.35-.057 46.699-.058c8.742 0 17.484-.009 26.226-.038a4202 4202 0 0 1 22.326-.017c3.798.008 7.596.007 11.394-.016 4.115-.024 8.228-.01 12.343.008l3.65-.04c8.983.092 8.983.092 12.086 3.02 2.046 3.065 2.402 4.752 2.423 8.416l.02 3.301c-.02 1.128-.04 2.256-.059 3.418l.059 3.418-.037 6.299c-.684 2.942-1.59 4.647-3.793 6.726-4.263 2.43-9.58 1.732-14.342 1.685l-3.888.022c-3.56.019-7.118.006-10.678-.011-3.839-.013-7.678.002-11.517.014-7.52.018-15.04.01-22.56-.008q-9.168-.02-18.334-.015l-2.634.002-5.298.003c-15.62.008-31.24-.008-46.86-.038q-22.743-.044-45.485-.02a23847 23847 0 0 1-57.417-.006q-9.156-.006-18.314.005-11.157.011-22.314-.024c-3.796-.013-7.592-.02-11.388-.008-4.113.012-8.224-.007-12.337-.03l-3.648.026c-8.066-.081-8.066-.081-12.058-2.447-3.933-4.62-2.966-9.65-2.97-15.468l-.037-3.195-.005-3.078-.013-2.818c.262-2.73.688-4.28 2.243-6.534 3.176-1.999 5.666-2.252 9.382-2.26m-.246-238.877 3.317-.015 3.675-.002 3.88-.013q5.348-.017 10.697-.022 5.763-.01 11.524-.029 13.923-.034 27.847-.052l7.861-.011a62000 62000 0 0 1 62.933-.071c15.18-.013 30.36-.046 45.54-.088q23.362-.063 46.725-.071a7918 7918 0 0 0 26.246-.048q11.174-.044 22.348-.028c3.802.005 7.604.002 11.406-.022 4.12-.027 8.237-.015 12.357.001l3.654-.042c8.993.086 8.993.086 12.095 3.014 2.046 3.066 2.402 4.753 2.423 8.417l.02 3.301c-.02 1.128-.04 2.256-.059 3.418l.059 3.418-.02 3.3-.017 2.999c-.684 2.942-1.59 4.647-3.793 6.726-4.263 2.43-9.58 1.732-14.342 1.685l-3.888.022c-3.56.019-7.118.006-10.678-.011-3.839-.013-7.678.002-11.517.014-7.52.018-15.04.01-22.56-.008q-9.168-.02-18.334-.015l-2.634.002-5.298.003c-15.62.008-31.24-.008-46.86-.038q-22.743-.044-45.485-.02a23847 23847 0 0 1-54.793-.003l-2.624-.003q-9.156-.007-18.314.005-11.157.011-22.314-.024c-3.796-.013-7.592-.02-11.388-.008-4.113.012-8.224-.007-12.337-.03l-3.648.026c-8.066-.081-8.066-.081-12.058-2.447-3.913-4.596-3.042-9.61-3.095-15.405l-.087-3.17c-.064-7.741-.064-7.741 2.295-11.686 3.236-2.816 5.03-2.959 9.241-2.969M90.742 233.387C96.912 237.795 101.454 243.49 103 251c1.069 8.124-.612 15.41-5.508 22.043-4.835 5.274-10.294 8.413-17.418 9.336-8.577.338-14.258-1.884-21.324-6.504-5.661-5.919-8.053-11.664-8.375-19.875.335-8.32 2.823-14.702 8.938-20.437 9.369-7.098 21.134-8.052 31.43-2.176m1.253 120.105c6.145 4.624 9.48 9.965 11.004 17.508.985 7.905-.69 15.373-5.562 21.75-4.959 5.29-12.105 8.843-19.376 9.313-9.682-.294-15.774-3.543-22.374-10.5C50.796 384.135 50.054 377.854 51 369c1.705-6.74 5.53-11.78 11-16 9.49-5.503 20.744-5.3 29.996.492M96 118c5.518 5.883 7.487 12.674 7.242 20.676C102.4 146.758 99.052 152.617 93 158c-6.362 4.654-13.936 5.71-21.645 4.629-7.12-1.76-12.463-5.539-16.703-11.535-4.079-6.9-4.423-13.236-3.652-21.094 2.207-7.477 6.685-12.583 13-17 10.73-5.758 23.212-2.71 32 5'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='m149.18 237.871 3.271-.01 3.607.005 3.82-.007q5.26-.008 10.52-.004c3.78 0 7.56-.006 11.338-.01q11.11-.012 22.22-.012 9.03 0 18.058-.006 25.584-.013 51.169-.012h5.578q22.398-.002 44.794-.023 22.982-.023 45.965-.02 12.909.001 25.818-.014 10.99-.014 21.98-.005 5.608.007 11.217-.005c4.051-.01 8.102-.003 12.153.005l3.593-.016 3.286.014h2.834c3.81.365 6.65 1.309 9.384 4.017 2.44 4.482 1.683 9.748 1.653 14.732l.06 3.457-.002 3.324.006 3.033c-.64 3.43-1.763 4.581-4.502 6.686-3.126 1.035-6.023 1.127-9.301 1.131l-3.275.012-3.595-.003-3.822.01q-5.253.011-10.507.01-5.665.005-11.33.016-12.387.02-24.774.024l-15.466.012q-21.407.019-42.813.026h-5.542l-5.566.002h-2.789q-22.375.009-44.751.046-22.968.035-45.936.037-12.898-.001-25.795.025-10.98.023-21.962.012-5.602-.008-11.206.011c-4.048.015-8.096.007-12.145-.004l-3.582.025C142.7 274.33 142.7 274.33 138 271c-3.1-4.649-2.409-9.405-2.437-14.875l-.1-3.3c-.054-8.018-.054-8.018 2.877-12.02 3.747-2.542 6.42-2.93 10.84-2.934m-1.798 119.869 3.33-.021 3.656.007 3.885-.016c3.562-.014 7.123-.016 10.684-.015 3.84-.002 7.68-.015 11.52-.027 8.397-.022 16.793-.03 25.19-.035q7.86-.006 15.723-.017a37899 37899 0 0 1 51.981-.041h2.831l2.835-.001c15.167-.004 30.334-.03 45.5-.068q23.35-.057 46.699-.058c8.742 0 17.484-.009 26.226-.038a4202 4202 0 0 1 22.326-.017c3.798.008 7.596.007 11.394-.016 4.115-.024 8.228-.01 12.343.008l3.65-.04c8.983.092 8.983.092 12.086 3.02 2.046 3.065 2.402 4.752 2.423 8.416l.02 3.301c-.02 1.128-.04 2.256-.059 3.418l.059 3.418-.037 6.299c-.684 2.942-1.59 4.647-3.793 6.726-4.263 2.43-9.58 1.732-14.342 1.685l-3.888.022c-3.56.019-7.118.006-10.678-.011-3.839-.013-7.678.002-11.517.014-7.52.018-15.04.01-22.56-.008q-9.168-.02-18.334-.015l-2.634.002-5.298.003c-15.62.008-31.24-.008-46.86-.038q-22.743-.044-45.485-.02a23847 23847 0 0 1-57.417-.006q-9.156-.006-18.314.005-11.157.011-22.314-.024c-3.796-.013-7.592-.02-11.388-.008-4.113.012-8.224-.007-12.337-.03l-3.648.026c-8.066-.081-8.066-.081-12.058-2.447-3.933-4.62-2.966-9.65-2.97-15.468l-.037-3.195-.005-3.078-.013-2.818c.262-2.73.688-4.28 2.243-6.534 3.176-1.999 5.666-2.252 9.382-2.26m-.246-238.877 3.317-.015 3.675-.002 3.88-.013q5.348-.017 10.697-.022 5.763-.01 11.524-.029 13.923-.034 27.847-.052l7.861-.011a62000 62000 0 0 1 62.933-.071c15.18-.013 30.36-.046 45.54-.088q23.362-.063 46.725-.071a7918 7918 0 0 0 26.246-.048q11.174-.044 22.348-.028c3.802.005 7.604.002 11.406-.022 4.12-.027 8.237-.015 12.357.001l3.654-.042c8.993.086 8.993.086 12.095 3.014 2.046 3.066 2.402 4.753 2.423 8.417l.02 3.301c-.02 1.128-.04 2.256-.059 3.418l.059 3.418-.02 3.3-.017 2.999c-.684 2.942-1.59 4.647-3.793 6.726-4.263 2.43-9.58 1.732-14.342 1.685l-3.888.022c-3.56.019-7.118.006-10.678-.011-3.839-.013-7.678.002-11.517.014-7.52.018-15.04.01-22.56-.008q-9.168-.02-18.334-.015l-2.634.002-5.298.003c-15.62.008-31.24-.008-46.86-.038q-22.743-.044-45.485-.02a23847 23847 0 0 1-54.793-.003l-2.624-.003q-9.156-.007-18.314.005-11.157.011-22.314-.024c-3.796-.013-7.592-.02-11.388-.008-4.113.012-8.224-.007-12.337-.03l-3.648.026c-8.066-.081-8.066-.081-12.058-2.447-3.913-4.596-3.042-9.61-3.095-15.405l-.087-3.17c-.064-7.741-.064-7.741 2.295-11.686 3.236-2.816 5.03-2.959 9.241-2.969M90.742 233.387C96.912 237.795 101.454 243.49 103 251c1.069 8.124-.612 15.41-5.508 22.043-4.835 5.274-10.294 8.413-17.418 9.336-8.577.338-14.258-1.884-21.324-6.504-5.661-5.919-8.053-11.664-8.375-19.875.335-8.32 2.823-14.702 8.938-20.437 9.369-7.098 21.134-8.052 31.43-2.176m1.253 120.105c6.145 4.624 9.48 9.965 11.004 17.508.985 7.905-.69 15.373-5.562 21.75-4.959 5.29-12.105 8.843-19.376 9.313-9.682-.294-15.774-3.543-22.374-10.5C50.796 384.135 50.054 377.854 51 369c1.705-6.74 5.53-11.78 11-16 9.49-5.503 20.744-5.3 29.996.492M96 118c5.518 5.883 7.487 12.674 7.242 20.676C102.4 146.758 99.052 152.617 93 158c-6.362 4.654-13.936 5.71-21.645 4.629-7.12-1.76-12.463-5.539-16.703-11.535-4.079-6.9-4.423-13.236-3.652-21.094 2.207-7.477 6.685-12.583 13-17 10.73-5.758 23.212-2.71 32 5'/%3E%3C/svg%3E");
}

.icon-wplus {
  width: 30px;
  height: 30px;
}
.icon-wplus::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M268.5 74c6.363 3.684 10.137 9.124 12.5 16 .246 2.817.246 2.817.24 5.954l.009 3.616-.022 3.941v4.17c.002 3.766-.01 7.532-.024 11.298-.013 3.938-.014 7.877-.016 11.815-.006 7.455-.023 14.91-.043 22.365-.022 8.488-.033 16.977-.043 25.465Q281.069 204.812 281 231l2.174-.014q26.23-.166 52.46-.245c8.457-.026 16.913-.06 25.37-.118q11.06-.076 22.121-.093c3.902-.007 7.803-.022 11.705-.059a975 975 0 0 1 11.036-.037c1.98-.002 3.961-.028 5.942-.056 7.725.044 13.814 1.031 20.192 5.622 6.755 7.143 8.545 13.66 8.371 23.418-.65 6.269-2.762 11.057-7.308 15.457-5.365 4.227-10.11 6.378-17.017 6.366l-3.616.008-3.941-.022h-4.17c-3.766.002-7.532-.01-11.298-.024-3.938-.013-7.877-.014-11.815-.016-7.455-.006-14.91-.023-22.365-.043-8.488-.022-16.977-.033-25.465-.043Q307.188 281.068 281 281l.014 2.174q.166 26.23.245 52.46c.026 8.457.06 16.913.118 25.37q.076 11.06.093 22.121c.007 3.902.022 7.803.059 11.705a975 975 0 0 1 .037 11.036c.002 1.98.028 3.961.056 5.942-.044 7.725-1.031 13.814-5.622 20.192-7.143 6.755-13.66 8.545-23.418 8.371-6.269-.65-11.057-2.762-15.457-7.308-4.227-5.365-6.378-10.11-6.366-17.017l-.008-3.616.022-3.941v-4.17c-.002-3.766.01-7.532.024-11.298.013-3.938.014-7.877.016-11.815q.011-11.182.043-22.365c.022-8.488.033-16.977.043-25.465q.033-26.188.101-52.376l-2.174.014q-26.23.166-52.46.245c-8.457.026-16.913.06-25.37.118q-11.06.076-22.121.093c-3.902.007-7.803.022-11.705.059a975 975 0 0 1-11.036.037c-1.98.002-3.961.028-5.942.056-7.725-.044-13.814-1.031-20.192-5.622-6.755-7.143-8.545-13.66-8.371-23.418.65-6.269 2.762-11.057 7.308-15.457 5.365-4.227 10.11-6.378 17.017-6.366l3.616-.008 3.941.022h4.17c3.766-.002 7.532.01 11.298.024 3.938.013 7.877.014 11.815.016q11.183.011 22.365.043c8.488.022 16.977.033 25.465.043q26.188.033 52.376.101l-.014-2.174q-.166-26.23-.245-52.46a6794 6794 0 0 0-.118-25.37q-.076-11.06-.093-22.121c-.007-3.902-.022-7.803-.059-11.705a975 975 0 0 1-.037-11.036c-.002-1.98-.028-3.961-.056-5.942.044-7.725 1.031-13.814 5.622-20.192 8.944-8.458 20.935-11.212 32.5-6'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M268.5 74c6.363 3.684 10.137 9.124 12.5 16 .246 2.817.246 2.817.24 5.954l.009 3.616-.022 3.941v4.17c.002 3.766-.01 7.532-.024 11.298-.013 3.938-.014 7.877-.016 11.815-.006 7.455-.023 14.91-.043 22.365-.022 8.488-.033 16.977-.043 25.465Q281.069 204.812 281 231l2.174-.014q26.23-.166 52.46-.245c8.457-.026 16.913-.06 25.37-.118q11.06-.076 22.121-.093c3.902-.007 7.803-.022 11.705-.059a975 975 0 0 1 11.036-.037c1.98-.002 3.961-.028 5.942-.056 7.725.044 13.814 1.031 20.192 5.622 6.755 7.143 8.545 13.66 8.371 23.418-.65 6.269-2.762 11.057-7.308 15.457-5.365 4.227-10.11 6.378-17.017 6.366l-3.616.008-3.941-.022h-4.17c-3.766.002-7.532-.01-11.298-.024-3.938-.013-7.877-.014-11.815-.016-7.455-.006-14.91-.023-22.365-.043-8.488-.022-16.977-.033-25.465-.043Q307.188 281.068 281 281l.014 2.174q.166 26.23.245 52.46c.026 8.457.06 16.913.118 25.37q.076 11.06.093 22.121c.007 3.902.022 7.803.059 11.705a975 975 0 0 1 .037 11.036c.002 1.98.028 3.961.056 5.942-.044 7.725-1.031 13.814-5.622 20.192-7.143 6.755-13.66 8.545-23.418 8.371-6.269-.65-11.057-2.762-15.457-7.308-4.227-5.365-6.378-10.11-6.366-17.017l-.008-3.616.022-3.941v-4.17c-.002-3.766.01-7.532.024-11.298.013-3.938.014-7.877.016-11.815q.011-11.182.043-22.365c.022-8.488.033-16.977.043-25.465q.033-26.188.101-52.376l-2.174.014q-26.23.166-52.46.245c-8.457.026-16.913.06-25.37.118q-11.06.076-22.121.093c-3.902.007-7.803.022-11.705.059a975 975 0 0 1-11.036.037c-1.98.002-3.961.028-5.942.056-7.725-.044-13.814-1.031-20.192-5.622-6.755-7.143-8.545-13.66-8.371-23.418.65-6.269 2.762-11.057 7.308-15.457 5.365-4.227 10.11-6.378 17.017-6.366l3.616-.008 3.941.022h4.17c3.766-.002 7.532.01 11.298.024 3.938.013 7.877.014 11.815.016q11.183.011 22.365.043c8.488.022 16.977.033 25.465.043q26.188.033 52.376.101l-.014-2.174q-.166-26.23-.245-52.46a6794 6794 0 0 0-.118-25.37q-.076-11.06-.093-22.121c-.007-3.902-.022-7.803-.059-11.705a975 975 0 0 1-.037-11.036c-.002-1.98-.028-3.961-.056-5.942.044-7.725 1.031-13.814 5.622-20.192 8.944-8.458 20.935-11.212 32.5-6'/%3E%3C/svg%3E");
}

.icon-logout {
  width: 30px;
  height: 30px;
}
.icon-logout::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='m49.229 11.497 3.225-.032 3.541.027 3.764-.019c3.45-.013 6.898-.008 10.348.004 3.719.01 7.438-.005 11.157-.016 7.287-.018 14.574-.014 21.86-.002a7859 7859 0 0 0 20.315.004l5.13-.004c16.048-.011 32.094.002 48.14.023q20.664.025 41.326-.003a22767 22767 0 0 1 53.078-.014l2.541.002q8.872.003 17.746-.012 10.81-.017 21.62.013c3.678.01 7.356.015 11.035.001 3.983-.014 7.966.003 11.95.023l3.54-.027c1.065.01 2.13.02 3.226.032.92 0 1.84 0 2.788.002 3.22.66 4.422 1.959 6.441 4.501.492 2.835.492 2.835.481 6.176l.017 3.84-.044 4.208q-.001 2.217.002 4.435a1661 1661 0 0 1-.05 12.036c-.025 4.193-.028 8.387-.033 12.58-.012 7.94-.045 15.88-.085 23.82-.045 9.04-.067 18.08-.087 27.12-.042 18.595-.115 37.19-.201 55.785h-31V44l-213 1c37.38 18.63 37.38 18.63 74.765 37.247l10.602 5.293q3.546 1.77 7.094 3.532a4197 4197 0 0 1 10.734 5.355l3.203 1.585 2.913 1.463 2.54 1.266c2.183 1.279 3.559 2.298 5.149 4.259.373 2.136.373 2.136.37 4.664l.017 2.92-.026 3.217.008 3.41c.004 3.792-.012 7.583-.028 11.374-.003 2.71 0 5.42 0 8.129q.002 8.766-.024 17.532c-.024 8.45-.032 16.9-.036 25.349q-.01 20.562-.055 41.124-.041 19.977-.061 39.953l-.003 2.487-.011 12.35c-.031 34.164-.086 68.327-.151 102.491h96v-92h31c.068 15.299.123 30.598.155 45.897q.022 10.656.071 21.31c.033 6.854.05 13.708.059 20.561q.008 3.926.032 7.85c.022 3.661.025 7.321.024 10.982l.032 3.29-.012 3.029.008 2.623c-.474 3.154-1.364 4.977-3.369 7.458-2.306.615-2.306.615-5.068.601l-3.174.021-3.481-.054-3.667.002c-3.318-.003-6.635-.028-9.953-.063-3.468-.031-6.935-.034-10.402-.04-6.567-.016-13.132-.057-19.698-.107-7.476-.056-14.95-.083-22.426-.108-15.377-.053-30.754-.14-46.131-.252l.034 3.155q.151 14.72.225 29.443c.026 5.045.062 10.09.118 15.136.055 4.87.084 9.739.097 14.608a583 583 0 0 0 .055 5.573c.036 2.603.04 5.204.039 7.806l.054 2.326c-.037 3.878-.536 5.83-2.782 9.033-2.84 1.92-2.84 1.92-5.57 1.748-3.737-.946-7.001-2.416-10.418-4.148l-2.111-1.046c-2.325-1.155-4.645-2.32-6.964-3.487q-2.504-1.248-5.008-2.493-6.79-3.384-13.574-6.788-7.1-3.556-14.208-7.1a20141 20141 0 0 1-23.852-11.938q-13.785-6.907-27.583-13.787-11.846-5.91-23.684-11.838-7.07-3.54-14.145-7.069-6.651-3.317-13.292-6.656-2.439-1.223-4.881-2.438-3.333-1.659-6.655-3.339l-1.957-.965C45.326 414.9 42.533 413.176 40 410c-.501-3.019-.501-3.019-.503-6.634l-.018-2.026c-.015-2.251 0-4.501.013-6.752q-.006-2.439-.019-4.877c-.017-4.476-.008-8.951.004-13.427.01-4.823-.005-9.647-.016-14.47-.018-9.452-.014-18.905-.002-28.357q.013-11.52.006-23.04l-.002-3.309-.004-6.653c-.011-20.811.002-41.622.023-62.433q.026-26.802-.003-53.605a38293 38293 0 0 1-.014-68.834l.002-3.294q.003-11.511-.012-23.021-.018-14.022.013-28.043c.01-4.772.015-9.544.001-14.316q-.017-6.548.016-13.094.007-2.374-.007-4.748c-.012-2.145 0-4.288.019-6.433 0-1.193 0-2.386.002-3.615C40 16 40 16 41.705 13.617c2.756-1.941 4.175-2.118 7.524-2.12' fill='%2383CF8F'/%3E%3Cpath d='M390.017 143.299c4.158 1.47 6.982 4.872 10.014 7.955l2.333 2.302c2.537 2.51 5.052 5.043 7.566 7.577q2.636 2.631 5.276 5.259a3489 3489 0 0 1 12.427 12.47q4.944 4.974 9.924 9.912a3251 3251 0 0 1 13.698 13.678q2.605 2.61 5.223 5.208c2.437 2.422 4.855 4.863 7.268 7.31l2.194 2.157c3.116 3.196 4.874 5.278 6.228 9.6-.202 3.93-.838 4.933-3.595 7.679L466.036 237l-1.457 1.436a333 333 0 0 0-5.095 5.187c-8.952 9.24-18.044 18.342-27.113 27.466a2640 2640 0 0 0-10.003 10.126 2399 2399 0 0 1-12.15 12.27 834 834 0 0 0-4.604 4.672 725 725 0 0 1-6.445 6.484l-1.892 1.964c-3.123 3.065-4.596 4.29-9.038 4.98-3.441-.622-4.22-.873-6.239-3.585-.36-2.259-.36-2.259-.34-4.93v-3.033l.047-3.267.013-3.35c.017-3.537.054-7.072.092-10.607q.024-3.593.042-7.186.05-8.813.146-17.627l-1.866.011q-22.458.133-44.917.196c-7.24.02-14.48.049-21.721.095q-9.465.06-18.93.074c-3.342.006-6.683.018-10.025.047-3.729.029-7.456.033-11.185.031l-3.367.044-3.073-.017-2.673.011C262 258 262 258 260.217 256.124c-1.503-2.622-1.61-4.35-1.637-7.364l-.048-3.166v-3.403l-.024-3.511q-.015-3.675-.009-7.351c.001-3.75-.04-7.496-.085-11.245q-.008-3.57-.008-7.143l-.05-3.396.029-3.176-.006-2.783c.95-3.953 2.274-5.262 5.621-7.586 3.772-.713 7.48-.632 11.308-.568l3.46-.002c3.772.004 7.542.043 11.314.082q3.924.013 7.848.021c6.18.016 12.36.057 18.54.107 7.037.056 14.075.083 21.112.108 14.473.053 28.946.14 43.418.252l-.013-1.75q-.066-9.028-.097-18.056-.015-3.367-.04-6.736c-.025-3.23-.036-6.459-.045-9.688l-.032-3.038v-2.85l-.014-2.496c.28-2.78 1.01-4.884 2.241-7.386 2.473-1.237 4.318-1.15 7.017-.701' fill='%2383CE8F'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='m49.229 11.497 3.225-.032 3.541.027 3.764-.019c3.45-.013 6.898-.008 10.348.004 3.719.01 7.438-.005 11.157-.016 7.287-.018 14.574-.014 21.86-.002a7859 7859 0 0 0 20.315.004l5.13-.004c16.048-.011 32.094.002 48.14.023q20.664.025 41.326-.003a22767 22767 0 0 1 53.078-.014l2.541.002q8.872.003 17.746-.012 10.81-.017 21.62.013c3.678.01 7.356.015 11.035.001 3.983-.014 7.966.003 11.95.023l3.54-.027c1.065.01 2.13.02 3.226.032.92 0 1.84 0 2.788.002 3.22.66 4.422 1.959 6.441 4.501.492 2.835.492 2.835.481 6.176l.017 3.84-.044 4.208q-.001 2.217.002 4.435a1661 1661 0 0 1-.05 12.036c-.025 4.193-.028 8.387-.033 12.58-.012 7.94-.045 15.88-.085 23.82-.045 9.04-.067 18.08-.087 27.12-.042 18.595-.115 37.19-.201 55.785h-31V44l-213 1c37.38 18.63 37.38 18.63 74.765 37.247l10.602 5.293q3.546 1.77 7.094 3.532a4197 4197 0 0 1 10.734 5.355l3.203 1.585 2.913 1.463 2.54 1.266c2.183 1.279 3.559 2.298 5.149 4.259.373 2.136.373 2.136.37 4.664l.017 2.92-.026 3.217.008 3.41c.004 3.792-.012 7.583-.028 11.374-.003 2.71 0 5.42 0 8.129q.002 8.766-.024 17.532c-.024 8.45-.032 16.9-.036 25.349q-.01 20.562-.055 41.124-.041 19.977-.061 39.953l-.003 2.487-.011 12.35c-.031 34.164-.086 68.327-.151 102.491h96v-92h31c.068 15.299.123 30.598.155 45.897q.022 10.656.071 21.31c.033 6.854.05 13.708.059 20.561q.008 3.926.032 7.85c.022 3.661.025 7.321.024 10.982l.032 3.29-.012 3.029.008 2.623c-.474 3.154-1.364 4.977-3.369 7.458-2.306.615-2.306.615-5.068.601l-3.174.021-3.481-.054-3.667.002c-3.318-.003-6.635-.028-9.953-.063-3.468-.031-6.935-.034-10.402-.04-6.567-.016-13.132-.057-19.698-.107-7.476-.056-14.95-.083-22.426-.108-15.377-.053-30.754-.14-46.131-.252l.034 3.155q.151 14.72.225 29.443c.026 5.045.062 10.09.118 15.136.055 4.87.084 9.739.097 14.608a583 583 0 0 0 .055 5.573c.036 2.603.04 5.204.039 7.806l.054 2.326c-.037 3.878-.536 5.83-2.782 9.033-2.84 1.92-2.84 1.92-5.57 1.748-3.737-.946-7.001-2.416-10.418-4.148l-2.111-1.046c-2.325-1.155-4.645-2.32-6.964-3.487q-2.504-1.248-5.008-2.493-6.79-3.384-13.574-6.788-7.1-3.556-14.208-7.1a20141 20141 0 0 1-23.852-11.938q-13.785-6.907-27.583-13.787-11.846-5.91-23.684-11.838-7.07-3.54-14.145-7.069-6.651-3.317-13.292-6.656-2.439-1.223-4.881-2.438-3.333-1.659-6.655-3.339l-1.957-.965C45.326 414.9 42.533 413.176 40 410c-.501-3.019-.501-3.019-.503-6.634l-.018-2.026c-.015-2.251 0-4.501.013-6.752q-.006-2.439-.019-4.877c-.017-4.476-.008-8.951.004-13.427.01-4.823-.005-9.647-.016-14.47-.018-9.452-.014-18.905-.002-28.357q.013-11.52.006-23.04l-.002-3.309-.004-6.653c-.011-20.811.002-41.622.023-62.433q.026-26.802-.003-53.605a38293 38293 0 0 1-.014-68.834l.002-3.294q.003-11.511-.012-23.021-.018-14.022.013-28.043c.01-4.772.015-9.544.001-14.316q-.017-6.548.016-13.094.007-2.374-.007-4.748c-.012-2.145 0-4.288.019-6.433 0-1.193 0-2.386.002-3.615C40 16 40 16 41.705 13.617c2.756-1.941 4.175-2.118 7.524-2.12' fill='%2383CF8F'/%3E%3Cpath d='M390.017 143.299c4.158 1.47 6.982 4.872 10.014 7.955l2.333 2.302c2.537 2.51 5.052 5.043 7.566 7.577q2.636 2.631 5.276 5.259a3489 3489 0 0 1 12.427 12.47q4.944 4.974 9.924 9.912a3251 3251 0 0 1 13.698 13.678q2.605 2.61 5.223 5.208c2.437 2.422 4.855 4.863 7.268 7.31l2.194 2.157c3.116 3.196 4.874 5.278 6.228 9.6-.202 3.93-.838 4.933-3.595 7.679L466.036 237l-1.457 1.436a333 333 0 0 0-5.095 5.187c-8.952 9.24-18.044 18.342-27.113 27.466a2640 2640 0 0 0-10.003 10.126 2399 2399 0 0 1-12.15 12.27 834 834 0 0 0-4.604 4.672 725 725 0 0 1-6.445 6.484l-1.892 1.964c-3.123 3.065-4.596 4.29-9.038 4.98-3.441-.622-4.22-.873-6.239-3.585-.36-2.259-.36-2.259-.34-4.93v-3.033l.047-3.267.013-3.35c.017-3.537.054-7.072.092-10.607q.024-3.593.042-7.186.05-8.813.146-17.627l-1.866.011q-22.458.133-44.917.196c-7.24.02-14.48.049-21.721.095q-9.465.06-18.93.074c-3.342.006-6.683.018-10.025.047-3.729.029-7.456.033-11.185.031l-3.367.044-3.073-.017-2.673.011C262 258 262 258 260.217 256.124c-1.503-2.622-1.61-4.35-1.637-7.364l-.048-3.166v-3.403l-.024-3.511q-.015-3.675-.009-7.351c.001-3.75-.04-7.496-.085-11.245q-.008-3.57-.008-7.143l-.05-3.396.029-3.176-.006-2.783c.95-3.953 2.274-5.262 5.621-7.586 3.772-.713 7.48-.632 11.308-.568l3.46-.002c3.772.004 7.542.043 11.314.082q3.924.013 7.848.021c6.18.016 12.36.057 18.54.107 7.037.056 14.075.083 21.112.108 14.473.053 28.946.14 43.418.252l-.013-1.75q-.066-9.028-.097-18.056-.015-3.367-.04-6.736c-.025-3.23-.036-6.459-.045-9.688l-.032-3.038v-2.85l-.014-2.496c.28-2.78 1.01-4.884 2.241-7.386 2.473-1.237 4.318-1.15 7.017-.701' fill='%2383CE8F'/%3E%3C/svg%3E");
}

.icon-todo {
  width: 30px;
  height: 30px;
}
.icon-todo::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='m168.78-.635 2.354-.024c2.6-.02 5.197-.004 7.796.012q2.797-.01 5.593-.027c5.062-.022 10.124-.013 15.186.002 5.296.013 10.592.001 15.888-.007 8.894-.009 17.788.003 26.682.027 10.285.027 20.569.019 30.853-.009q13.242-.034 26.485-.013c5.273.008 10.546.009 15.82-.007q7.437-.021 14.873.024 2.73.01 5.46-.006c2.484-.014 4.966.003 7.45.028l2.185-.034c3.864.076 5.489.584 8.546 3.03 2.453 3.16 2.639 4.642 2.537 8.596l-.049 3.37-.127 3.485-.068 3.545A562 562 0 0 1 356 30l2.204-.027q10.347-.12 20.695-.18 5.319-.03 10.636-.095c4.089-.052 8.177-.071 12.266-.089l3.805-.062C417.447 29.544 426.669 32.709 436 40l1.867 1.45C445.834 48.477 450.51 59.657 452 70c.284 5.269.264 10.53.243 15.805l.006 4.827c.004 4.41-.003 8.82-.013 13.23-.01 4.77-.006 9.541-.005 14.312 0 9.361-.012 18.723-.028 28.084q-.019 11.433-.029 22.865c-.027 28.977-.082 57.954-.15 86.931q-.029 12.844-.053 25.689a49883 49883 0 0 1-.249 90.533q-.042 12.15-.068 24.302-.032 14.837-.102 29.672-.038 7.585-.05 15.17a2612 2612 0 0 1-.056 13.916 802 802 0 0 0-.011 5.03c.011 15.394-2.627 28.051-13.36 39.716-10.737 9.928-22.103 12.377-36.314 12.306l-3.95.016c-3.593.014-7.186.01-10.78.003-3.885-.005-7.77.008-11.654.018-7.601.017-15.202.018-22.803.013q-9.27-.006-18.54.002l-2.67.003-5.368.004c-16.768.014-33.535.009-50.303-.003-15.327-.01-30.654.003-45.982.027q-23.63.037-47.261.027-13.258-.007-26.515.017-11.285.022-22.57-.002c-3.835-.009-7.67-.011-11.506.004-4.164.017-8.328.002-12.493-.016l-3.644.03C94.223 512.43 85.052 509.071 76 502l-1.867-1.45C66.17 493.528 61.476 482.34 60 472c-.285-5.407-.264-10.807-.243-16.22l-.006-4.96q-.004-6.793.013-13.588c.01-4.893.006-9.787.005-14.681q.001-14.383.027-28.767.02-11.698.03-23.397.041-38.711.128-77.422.052-23.857.083-47.715a37621 37621 0 0 1 .174-74.973l.01-3.423q.035-11.934.05-23.868.018-14.557.083-29.116c.023-4.954.039-9.907.038-14.861q0-6.813.05-13.624.013-2.46.004-4.918c-.043-14.185 2.708-26.883 12.59-37.694 7.947-7.485 18.051-13.047 29.153-13h3.639l3.883.032 4.01.008q5.252.014 10.505.05c3.58.02 7.16.03 10.739.04q10.517.032 21.035.097l-.08-2.216a828 828 0 0 1-.233-9.972l-.126-3.486-.05-3.369c-.025-1.021-.052-2.042-.079-3.094 1.431-7.217 6.806-8.6 13.349-8.498' fill='%23C1DBFB'/%3E%3Cpath d='M102.189 29.773h3.639l3.883.032 4.01.008q5.252.014 10.505.05c3.58.02 7.16.03 10.739.04 7.012.02 14.023.055 21.035.097l.06 1.94c.096 2.916.205 5.832.315 8.747.03 1.008.062 2.015.094 3.053l.117 2.96.095 2.713c.353 2.863 1.016 5.014 2.319 7.587 26.916 17.944 64.653 2.656 97 3v452c-167.202 0-167.202 0-180-10l-1.867-1.45C66.17 493.528 61.476 482.34 60 472c-.285-5.407-.264-10.807-.243-16.22l-.006-4.96q-.004-6.793.013-13.588c.01-4.893.006-9.787.005-14.681q.001-14.383.027-28.767.02-11.698.03-23.397.041-38.711.128-77.422.052-23.857.083-47.715a37621 37621 0 0 1 .174-74.973l.01-3.423q.035-11.934.05-23.868.018-14.557.083-29.116c.023-4.954.039-9.907.038-14.861q0-6.813.05-13.624.013-2.46.004-4.918c-.043-14.185 2.708-26.883 12.59-37.694 7.947-7.485 18.051-13.047 29.153-13' fill='%23E3F3FD'/%3E%3Cpath d='m168.78-.635 2.354-.024c2.6-.02 5.197-.004 7.796.012q2.797-.01 5.593-.027c5.062-.022 10.124-.013 15.186.002 5.296.013 10.592.001 15.888-.007 8.894-.009 17.788.003 26.682.027 10.285.027 20.569.019 30.853-.009q13.242-.034 26.485-.013c5.273.008 10.546.009 15.82-.007q7.437-.021 14.873.024 2.73.01 5.46-.006c2.484-.014 4.966.003 7.45.028l2.185-.034c3.883.076 5.484.579 8.542 3.057 2.247 2.859 2.683 4.026 2.7 7.598l.048 2.923-.03 3.122.014 3.239q.005 3.384-.027 6.768c-.027 3.45 0 6.898.032 10.349q-.006 3.291-.02 6.582l.03 3.122c-.117 7.18-.117 7.18-3.173 11.036L351 59l-1 1c-2.417.109-4.806.152-7.224.154l-2.318.013c-2.583.014-5.167.02-7.75.026l-5.533.025c-6.074.026-12.148.041-18.222.055l-6.263.017q-13.024.033-26.05.051-18.689.023-37.377.107-13.128.056-26.255.063c-5.231.004-10.462.016-15.693.048q-7.383.044-14.764.025-2.711 0-5.422.025c-2.466.023-4.93.015-7.397-.001l-2.17.042c-3.845-.061-5.449-.559-8.483-3-2.72-3.468-3.204-5.948-3.272-10.226l-.049-2.802c-.044-4.218-.085-8.436-.108-12.654q-.025-3.338-.082-6.675a754 754 0 0 1-.091-9.629l-.07-3.009.01-2.82-.025-2.47c1.764-6.86 7.105-8.097 13.389-8' fill='%236E79DE'/%3E%3Cpath d='m170.288-.568 2.81-.002c3.058.004 6.114.043 9.172.082q3.183.014 6.368.021c5.581.02 11.162.068 16.744.124 6.7.06 13.4.083 20.099.112C235.654-.183 245.826-.087 256 0v60c-23.259.2-23.259.2-33.17.244-6.764.03-13.528.065-20.292.133-5.453.055-10.905.084-16.359.097q-3.12.015-6.242.055a660 660 0 0 1-8.74.039l-2.61.054c-4.348-.037-6.059-.21-9.6-2.97-2.61-3.482-3.113-5.996-3.18-10.228l-.049-2.802c-.044-4.218-.085-8.436-.108-12.654q-.025-3.337-.082-6.675a754 754 0 0 1-.091-9.629l-.07-3.009.01-2.82-.025-2.47c2.022-7.865 8.08-8.073 14.896-7.933' fill='%237B87E1'/%3E%3Cpath d='m278.133 379.482 3.333-.02c3.625-.018 7.249-.007 10.874.007q3.79-.004 7.58-.012 7.938-.008 15.875.022c6.101.021 12.202.014 18.304-.008 5.888-.02 11.777-.018 17.666-.006q3.746.004 7.49-.01c3.495-.01 6.989.005 10.483.027l3.11-.024c6.126.072 11.123.828 16.152 4.542 2.765 3.147 3.895 6.279 4.5 10.437-.615 4.38-1.549 8.187-4.5 11.563-6.548 4.015-11.657 4.582-19.246 4.533l-3.334.027c-3.62.022-7.238.015-10.858.006q-3.787.008-7.575.02-7.93.014-15.857-.01c-6.094-.017-12.188 0-18.282.032-5.884.03-11.768.032-17.652.022q-3.741 0-7.482.02c-3.49.018-6.978.004-10.468-.019l-3.105.036c-6.493-.086-11.228-1.226-16.141-5.667-2.785-4.7-3.678-8.577-3-14 1.75-4.946 4.163-7.55 8.812-10.134 4.296-1.7 8.76-1.42 13.32-1.384m.124-200 3.373-.02c3.667-.018 7.333-.007 11 .007l7.662-.012q8.02-.008 16.04.022c6.173.021 12.344.014 18.516-.008 5.952-.02 11.904-.018 17.855-.006q3.79.004 7.58-.01c3.53-.01 7.06.005 10.591.027l3.16-.024c7.579.088 10.657 1.667 16.342 6.604 2.515 4.548 2.357 8.862 1.625 13.938-2.195 4.642-5.253 7.952-10 10-3.71.582-7.377.547-11.127.518l-3.367.02c-3.668.018-7.335.007-11.002-.007l-7.659.012q-8.024.008-16.046-.022a2657 2657 0 0 0-18.514.008c-5.951.02-11.902.018-17.854.006q-3.788-.004-7.577.01c-3.533.01-7.065-.005-10.598-.027l-3.154.024C268.86 210.47 265.1 209.675 260 206c-2.839-3.45-3.885-7.183-4.5-11.563.602-4.137 1.625-7.346 4.5-10.437 6.06-4.34 10.928-4.575 18.256-4.518m0 100 3.373-.02c3.667-.018 7.333-.007 11 .007l7.662-.012q8.02-.008 16.04.022c6.173.021 12.344.014 18.516-.008 5.952-.02 11.904-.018 17.855-.006q3.79.004 7.58-.01c3.53-.01 7.06.005 10.591.027l3.16-.024c7.579.088 10.657 1.667 16.342 6.604 2.515 4.548 2.357 8.862 1.625 13.938-2.195 4.644-5.254 7.95-10 10-3.704.586-7.367.557-11.11.533-1.11.01-2.22.018-3.364.027-3.662.022-7.324.015-10.987.006q-3.825.008-7.652.02-8.017.014-16.033-.01c-6.164-.016-12.327 0-18.49.032a2695 2695 0 0 1-17.838.022q-3.783 0-7.566.02c-3.53.018-7.06.004-10.59-.019l-3.143.036c-6.525-.086-11.293-1.195-16.227-5.667-2.785-4.7-3.678-8.577-3-14 1.747-4.94 4.16-7.553 8.805-10.134 4.334-1.71 8.852-1.42 13.451-1.384' fill='%2350B1BA'/%3E%3Cpath d='M213 358c4.005 2.002 6.659 4.18 9 8 1.342 4.026 2.004 7.71.236 11.744-3.972 6.526-9.245 11.683-14.646 17.03l-3.044 3.045a2094 2094 0 0 1-6.357 6.328q-4.074 4.044-8.127 8.11a2813 2813 0 0 1-6.277 6.264q-1.5 1.495-2.996 2.993a1088 1088 0 0 1-4.192 4.163l-2.403 2.39c-3.675 3.238-6.571 4.266-11.444 4.433l-2.703.156c-8.008-1.725-14.262-9.506-19.86-15.094l-2.271-2.197c-4.844-4.818-8.016-8.75-9.35-15.588-.01-5.126 1.109-7.927 4.434-11.777 4.263-3.857 7.874-4.747 13.473-4.52 4.433.912 7.304 3.469 10.527 6.52l1.605 1.512A117 117 0 0 1 162 395c3.083-1.373 5.177-2.936 7.543-5.332l2.043-2.053 2.172-2.213 2.255-2.27q3.562-3.592 7.112-7.195 3.564-3.605 7.133-7.204 2.221-2.24 4.434-4.487l2.023-2.043 1.78-1.805c3.962-3.68 9.43-2.921 14.505-2.398m0-100c4.005 2.002 6.659 4.18 9 8 1.342 4.026 2.004 7.71.236 11.744-3.972 6.526-9.245 11.683-14.646 17.03l-3.044 3.045a2094 2094 0 0 1-6.357 6.328q-4.074 4.044-8.127 8.11a2813 2813 0 0 1-6.277 6.264q-1.5 1.495-2.996 2.993a1088 1088 0 0 1-4.192 4.163l-2.403 2.39c-3.675 3.238-6.571 4.266-11.444 4.433l-2.703.156c-8.008-1.725-14.262-9.506-19.86-15.094l-2.271-2.197c-4.844-4.818-8.016-8.75-9.35-15.588-.01-5.126 1.109-7.927 4.434-11.777 4.263-3.857 7.874-4.747 13.473-4.52 4.433.912 7.304 3.469 10.527 6.52l1.605 1.512A117 117 0 0 1 162 295c3.083-1.373 5.177-2.936 7.543-5.332l2.043-2.053 2.172-2.213 2.255-2.27q3.562-3.592 7.112-7.195 3.564-3.605 7.133-7.204 2.221-2.24 4.434-4.487l2.023-2.043 1.78-1.805c3.962-3.68 9.43-2.921 14.505-2.398' fill='%2361D2DB'/%3E%3Cpath d='M214 150.652c4.598 2.31 7.29 5.5 9 10.348.658 5.356-.365 8.375-3 13-2.187 2.568-2.187 2.568-4.76 5.147l-1.425 1.442a875 875 0 0 1-4.65 4.645q-1.625 1.627-3.248 3.256-3.394 3.401-6.804 6.788c-2.907 2.89-5.801 5.794-8.691 8.702q-3.346 3.36-6.708 6.707-1.605 1.602-3.202 3.21a779 779 0 0 1-4.494 4.473l-2.577 2.57c-3.493 2.948-6.306 3.934-10.816 4.435-8.734-.903-14.147-7.456-20.015-13.43a579 579 0 0 0-4.311-4.324c-9.562-9.636-9.562-9.636-9.674-15.934.132-4.73 1.229-8.115 4.375-11.687 3.36-2.811 6.212-3.903 10.563-4.437 7.25.922 10.846 4.61 15.507 9.89 1.769 1.79 1.769 1.79 3.831 1.344 2.498-.948 3.745-2.093 5.61-4l2.023-2.043 2.154-2.219 2.24-2.268q3.546-3.595 7.072-7.204 3.53-3.604 7.072-7.194 2.205-2.234 4.394-4.484l2.022-2.053 1.767-1.807c4.845-4.233 10.69-4.848 16.745-2.873' fill='%2360D2DB'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='m168.78-.635 2.354-.024c2.6-.02 5.197-.004 7.796.012q2.797-.01 5.593-.027c5.062-.022 10.124-.013 15.186.002 5.296.013 10.592.001 15.888-.007 8.894-.009 17.788.003 26.682.027 10.285.027 20.569.019 30.853-.009q13.242-.034 26.485-.013c5.273.008 10.546.009 15.82-.007q7.437-.021 14.873.024 2.73.01 5.46-.006c2.484-.014 4.966.003 7.45.028l2.185-.034c3.864.076 5.489.584 8.546 3.03 2.453 3.16 2.639 4.642 2.537 8.596l-.049 3.37-.127 3.485-.068 3.545A562 562 0 0 1 356 30l2.204-.027q10.347-.12 20.695-.18 5.319-.03 10.636-.095c4.089-.052 8.177-.071 12.266-.089l3.805-.062C417.447 29.544 426.669 32.709 436 40l1.867 1.45C445.834 48.477 450.51 59.657 452 70c.284 5.269.264 10.53.243 15.805l.006 4.827c.004 4.41-.003 8.82-.013 13.23-.01 4.77-.006 9.541-.005 14.312 0 9.361-.012 18.723-.028 28.084q-.019 11.433-.029 22.865c-.027 28.977-.082 57.954-.15 86.931q-.029 12.844-.053 25.689a49883 49883 0 0 1-.249 90.533q-.042 12.15-.068 24.302-.032 14.837-.102 29.672-.038 7.585-.05 15.17a2612 2612 0 0 1-.056 13.916 802 802 0 0 0-.011 5.03c.011 15.394-2.627 28.051-13.36 39.716-10.737 9.928-22.103 12.377-36.314 12.306l-3.95.016c-3.593.014-7.186.01-10.78.003-3.885-.005-7.77.008-11.654.018-7.601.017-15.202.018-22.803.013q-9.27-.006-18.54.002l-2.67.003-5.368.004c-16.768.014-33.535.009-50.303-.003-15.327-.01-30.654.003-45.982.027q-23.63.037-47.261.027-13.258-.007-26.515.017-11.285.022-22.57-.002c-3.835-.009-7.67-.011-11.506.004-4.164.017-8.328.002-12.493-.016l-3.644.03C94.223 512.43 85.052 509.071 76 502l-1.867-1.45C66.17 493.528 61.476 482.34 60 472c-.285-5.407-.264-10.807-.243-16.22l-.006-4.96q-.004-6.793.013-13.588c.01-4.893.006-9.787.005-14.681q.001-14.383.027-28.767.02-11.698.03-23.397.041-38.711.128-77.422.052-23.857.083-47.715a37621 37621 0 0 1 .174-74.973l.01-3.423q.035-11.934.05-23.868.018-14.557.083-29.116c.023-4.954.039-9.907.038-14.861q0-6.813.05-13.624.013-2.46.004-4.918c-.043-14.185 2.708-26.883 12.59-37.694 7.947-7.485 18.051-13.047 29.153-13h3.639l3.883.032 4.01.008q5.252.014 10.505.05c3.58.02 7.16.03 10.739.04q10.517.032 21.035.097l-.08-2.216a828 828 0 0 1-.233-9.972l-.126-3.486-.05-3.369c-.025-1.021-.052-2.042-.079-3.094 1.431-7.217 6.806-8.6 13.349-8.498' fill='%23C1DBFB'/%3E%3Cpath d='M102.189 29.773h3.639l3.883.032 4.01.008q5.252.014 10.505.05c3.58.02 7.16.03 10.739.04 7.012.02 14.023.055 21.035.097l.06 1.94c.096 2.916.205 5.832.315 8.747.03 1.008.062 2.015.094 3.053l.117 2.96.095 2.713c.353 2.863 1.016 5.014 2.319 7.587 26.916 17.944 64.653 2.656 97 3v452c-167.202 0-167.202 0-180-10l-1.867-1.45C66.17 493.528 61.476 482.34 60 472c-.285-5.407-.264-10.807-.243-16.22l-.006-4.96q-.004-6.793.013-13.588c.01-4.893.006-9.787.005-14.681q.001-14.383.027-28.767.02-11.698.03-23.397.041-38.711.128-77.422.052-23.857.083-47.715a37621 37621 0 0 1 .174-74.973l.01-3.423q.035-11.934.05-23.868.018-14.557.083-29.116c.023-4.954.039-9.907.038-14.861q0-6.813.05-13.624.013-2.46.004-4.918c-.043-14.185 2.708-26.883 12.59-37.694 7.947-7.485 18.051-13.047 29.153-13' fill='%23E3F3FD'/%3E%3Cpath d='m168.78-.635 2.354-.024c2.6-.02 5.197-.004 7.796.012q2.797-.01 5.593-.027c5.062-.022 10.124-.013 15.186.002 5.296.013 10.592.001 15.888-.007 8.894-.009 17.788.003 26.682.027 10.285.027 20.569.019 30.853-.009q13.242-.034 26.485-.013c5.273.008 10.546.009 15.82-.007q7.437-.021 14.873.024 2.73.01 5.46-.006c2.484-.014 4.966.003 7.45.028l2.185-.034c3.883.076 5.484.579 8.542 3.057 2.247 2.859 2.683 4.026 2.7 7.598l.048 2.923-.03 3.122.014 3.239q.005 3.384-.027 6.768c-.027 3.45 0 6.898.032 10.349q-.006 3.291-.02 6.582l.03 3.122c-.117 7.18-.117 7.18-3.173 11.036L351 59l-1 1c-2.417.109-4.806.152-7.224.154l-2.318.013c-2.583.014-5.167.02-7.75.026l-5.533.025c-6.074.026-12.148.041-18.222.055l-6.263.017q-13.024.033-26.05.051-18.689.023-37.377.107-13.128.056-26.255.063c-5.231.004-10.462.016-15.693.048q-7.383.044-14.764.025-2.711 0-5.422.025c-2.466.023-4.93.015-7.397-.001l-2.17.042c-3.845-.061-5.449-.559-8.483-3-2.72-3.468-3.204-5.948-3.272-10.226l-.049-2.802c-.044-4.218-.085-8.436-.108-12.654q-.025-3.338-.082-6.675a754 754 0 0 1-.091-9.629l-.07-3.009.01-2.82-.025-2.47c1.764-6.86 7.105-8.097 13.389-8' fill='%236E79DE'/%3E%3Cpath d='m170.288-.568 2.81-.002c3.058.004 6.114.043 9.172.082q3.183.014 6.368.021c5.581.02 11.162.068 16.744.124 6.7.06 13.4.083 20.099.112C235.654-.183 245.826-.087 256 0v60c-23.259.2-23.259.2-33.17.244-6.764.03-13.528.065-20.292.133-5.453.055-10.905.084-16.359.097q-3.12.015-6.242.055a660 660 0 0 1-8.74.039l-2.61.054c-4.348-.037-6.059-.21-9.6-2.97-2.61-3.482-3.113-5.996-3.18-10.228l-.049-2.802c-.044-4.218-.085-8.436-.108-12.654q-.025-3.337-.082-6.675a754 754 0 0 1-.091-9.629l-.07-3.009.01-2.82-.025-2.47c2.022-7.865 8.08-8.073 14.896-7.933' fill='%237B87E1'/%3E%3Cpath d='m278.133 379.482 3.333-.02c3.625-.018 7.249-.007 10.874.007q3.79-.004 7.58-.012 7.938-.008 15.875.022c6.101.021 12.202.014 18.304-.008 5.888-.02 11.777-.018 17.666-.006q3.746.004 7.49-.01c3.495-.01 6.989.005 10.483.027l3.11-.024c6.126.072 11.123.828 16.152 4.542 2.765 3.147 3.895 6.279 4.5 10.437-.615 4.38-1.549 8.187-4.5 11.563-6.548 4.015-11.657 4.582-19.246 4.533l-3.334.027c-3.62.022-7.238.015-10.858.006q-3.787.008-7.575.02-7.93.014-15.857-.01c-6.094-.017-12.188 0-18.282.032-5.884.03-11.768.032-17.652.022q-3.741 0-7.482.02c-3.49.018-6.978.004-10.468-.019l-3.105.036c-6.493-.086-11.228-1.226-16.141-5.667-2.785-4.7-3.678-8.577-3-14 1.75-4.946 4.163-7.55 8.812-10.134 4.296-1.7 8.76-1.42 13.32-1.384m.124-200 3.373-.02c3.667-.018 7.333-.007 11 .007l7.662-.012q8.02-.008 16.04.022c6.173.021 12.344.014 18.516-.008 5.952-.02 11.904-.018 17.855-.006q3.79.004 7.58-.01c3.53-.01 7.06.005 10.591.027l3.16-.024c7.579.088 10.657 1.667 16.342 6.604 2.515 4.548 2.357 8.862 1.625 13.938-2.195 4.642-5.253 7.952-10 10-3.71.582-7.377.547-11.127.518l-3.367.02c-3.668.018-7.335.007-11.002-.007l-7.659.012q-8.024.008-16.046-.022a2657 2657 0 0 0-18.514.008c-5.951.02-11.902.018-17.854.006q-3.788-.004-7.577.01c-3.533.01-7.065-.005-10.598-.027l-3.154.024C268.86 210.47 265.1 209.675 260 206c-2.839-3.45-3.885-7.183-4.5-11.563.602-4.137 1.625-7.346 4.5-10.437 6.06-4.34 10.928-4.575 18.256-4.518m0 100 3.373-.02c3.667-.018 7.333-.007 11 .007l7.662-.012q8.02-.008 16.04.022c6.173.021 12.344.014 18.516-.008 5.952-.02 11.904-.018 17.855-.006q3.79.004 7.58-.01c3.53-.01 7.06.005 10.591.027l3.16-.024c7.579.088 10.657 1.667 16.342 6.604 2.515 4.548 2.357 8.862 1.625 13.938-2.195 4.644-5.254 7.95-10 10-3.704.586-7.367.557-11.11.533-1.11.01-2.22.018-3.364.027-3.662.022-7.324.015-10.987.006q-3.825.008-7.652.02-8.017.014-16.033-.01c-6.164-.016-12.327 0-18.49.032a2695 2695 0 0 1-17.838.022q-3.783 0-7.566.02c-3.53.018-7.06.004-10.59-.019l-3.143.036c-6.525-.086-11.293-1.195-16.227-5.667-2.785-4.7-3.678-8.577-3-14 1.747-4.94 4.16-7.553 8.805-10.134 4.334-1.71 8.852-1.42 13.451-1.384' fill='%2350B1BA'/%3E%3Cpath d='M213 358c4.005 2.002 6.659 4.18 9 8 1.342 4.026 2.004 7.71.236 11.744-3.972 6.526-9.245 11.683-14.646 17.03l-3.044 3.045a2094 2094 0 0 1-6.357 6.328q-4.074 4.044-8.127 8.11a2813 2813 0 0 1-6.277 6.264q-1.5 1.495-2.996 2.993a1088 1088 0 0 1-4.192 4.163l-2.403 2.39c-3.675 3.238-6.571 4.266-11.444 4.433l-2.703.156c-8.008-1.725-14.262-9.506-19.86-15.094l-2.271-2.197c-4.844-4.818-8.016-8.75-9.35-15.588-.01-5.126 1.109-7.927 4.434-11.777 4.263-3.857 7.874-4.747 13.473-4.52 4.433.912 7.304 3.469 10.527 6.52l1.605 1.512A117 117 0 0 1 162 395c3.083-1.373 5.177-2.936 7.543-5.332l2.043-2.053 2.172-2.213 2.255-2.27q3.562-3.592 7.112-7.195 3.564-3.605 7.133-7.204 2.221-2.24 4.434-4.487l2.023-2.043 1.78-1.805c3.962-3.68 9.43-2.921 14.505-2.398m0-100c4.005 2.002 6.659 4.18 9 8 1.342 4.026 2.004 7.71.236 11.744-3.972 6.526-9.245 11.683-14.646 17.03l-3.044 3.045a2094 2094 0 0 1-6.357 6.328q-4.074 4.044-8.127 8.11a2813 2813 0 0 1-6.277 6.264q-1.5 1.495-2.996 2.993a1088 1088 0 0 1-4.192 4.163l-2.403 2.39c-3.675 3.238-6.571 4.266-11.444 4.433l-2.703.156c-8.008-1.725-14.262-9.506-19.86-15.094l-2.271-2.197c-4.844-4.818-8.016-8.75-9.35-15.588-.01-5.126 1.109-7.927 4.434-11.777 4.263-3.857 7.874-4.747 13.473-4.52 4.433.912 7.304 3.469 10.527 6.52l1.605 1.512A117 117 0 0 1 162 295c3.083-1.373 5.177-2.936 7.543-5.332l2.043-2.053 2.172-2.213 2.255-2.27q3.562-3.592 7.112-7.195 3.564-3.605 7.133-7.204 2.221-2.24 4.434-4.487l2.023-2.043 1.78-1.805c3.962-3.68 9.43-2.921 14.505-2.398' fill='%2361D2DB'/%3E%3Cpath d='M214 150.652c4.598 2.31 7.29 5.5 9 10.348.658 5.356-.365 8.375-3 13-2.187 2.568-2.187 2.568-4.76 5.147l-1.425 1.442a875 875 0 0 1-4.65 4.645q-1.625 1.627-3.248 3.256-3.394 3.401-6.804 6.788c-2.907 2.89-5.801 5.794-8.691 8.702q-3.346 3.36-6.708 6.707-1.605 1.602-3.202 3.21a779 779 0 0 1-4.494 4.473l-2.577 2.57c-3.493 2.948-6.306 3.934-10.816 4.435-8.734-.903-14.147-7.456-20.015-13.43a579 579 0 0 0-4.311-4.324c-9.562-9.636-9.562-9.636-9.674-15.934.132-4.73 1.229-8.115 4.375-11.687 3.36-2.811 6.212-3.903 10.563-4.437 7.25.922 10.846 4.61 15.507 9.89 1.769 1.79 1.769 1.79 3.831 1.344 2.498-.948 3.745-2.093 5.61-4l2.023-2.043 2.154-2.219 2.24-2.268q3.546-3.595 7.072-7.204 3.53-3.604 7.072-7.194 2.205-2.234 4.394-4.484l2.022-2.053 1.767-1.807c4.845-4.233 10.69-4.848 16.745-2.873' fill='%2360D2DB'/%3E%3C/svg%3E");
}

.icon-refresh {
  width: 30px;
  height: 30px;
}
.icon-refresh::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-arrow-clockwise' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 3a5 5 0 1 0 4.546 2.914.5.5 0 0 1 .908-.417A6 6 0 1 1 8 2z'/%3E%3Cpath d='M8 4.466V.534a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384L8.41 4.658A.25.25 0 0 1 8 4.466'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-arrow-clockwise' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 3a5 5 0 1 0 4.546 2.914.5.5 0 0 1 .908-.417A6 6 0 1 1 8 2z'/%3E%3Cpath d='M8 4.466V.534a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384L8.41 4.658A.25.25 0 0 1 8 4.466'/%3E%3C/svg%3E");
}

.icon-globe {
  width: 30px;
  height: 30px;
}
.icon-globe::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M158 169h196c7.627 59.113 7.627 114.887 0 174H158c-3.725-27.315-3.725-27.315-4.687-39.625l-.19-2.417c-2.316-30.653-2.213-61.69.19-92.333l.177-2.273c1.017-12.532 2.81-24.878 4.51-37.352m-144 0h115c-2 21-2 21-2.598 27.23l-.465 4.958-.236 2.435c-1.597 17.203-1.904 34.36-1.888 51.627v3.475c.029 26.17 1.75 51.833 4.943 77.818C129 339 129 339 129 343H14c-8.089-26.577-8.089-26.577-9.812-35.937l-.577-2.893C.526 288.173-.374 272.69-.312 256.437l.006-3.092C-.256 238.726-.038 224.355 3 210l.65-3.083C6.447 194.023 10.053 181.63 14 169m369 0h115c8.089 26.577 8.089 26.577 9.813 35.938l.576 2.892c3.06 15.874 4.019 31.29 3.986 47.42l-.002 3.067c-.072 29.486-5.038 56.678-14.373 84.683H383c2-21 2-21 2.598-27.23l.464-4.957.237-2.436c1.597-17.203 1.904-34.36 1.889-51.627l-.001-3.475c-.029-26.17-1.75-51.833-4.943-77.818C383 173 383 173 383 169M276 4c40.893 24.486 58.635 77.857 69.625 121.625C348 135.161 348 135.161 348 140H164c.884-7.954 2.364-14.861 4.5-22.5.175-.63.35-1.261.532-1.91 10.737-38.419 27.757-88.773 64.605-110.117C246.71-1.27 262.614-3.347 276 4M164 372h184c-.884 7.954-2.364 14.861-4.5 22.5-.175.63-.35 1.261-.532 1.91-10.664 38.16-27.874 88.84-64.605 110.117-11.08 5.714-22.565 7.7-34.82 4.598-2.993-1.192-5.737-2.545-8.543-4.125l-2.79-1.504C194.25 483.308 177.51 428.473 167 389c-3-11.942-3-11.942-3-17m214 0h106c-3.944 19.718-23.356 41.178-36.719 55.531a158 158 0 0 0-5.469 6.281C413.032 466.688 369.763 491.357 328 503h-3c1.433-4.097 3.443-7.194 6-10.687 24.279-34.16 36.077-75.468 45.355-115.789C377 374 377 374 378 372M187 9c-1.34 3.783-3.027 6.54-5.5 9.688-24.966 33.724-36.593 76.535-45.855 116.788C135 138 135 138 134 140H28c.796-3.98 1.252-5.853 3.152-9.152l1.339-2.333 1.447-2.452 1.491-2.55C42.059 112.343 49.686 101.98 58 92l1.335-1.609C68.508 79.38 78.02 69.115 89.277 60.168q2.65-2.108 5.227-4.305C107.422 44.878 121.978 35.815 137 28l2.32-1.21C173.923 9 173.923 9 187 9m138 0c38.73 7.946 75.34 30.335 104 57a776 776 0 0 0 4.188 3.625c18.508 16.167 32.822 36.543 45.375 57.5l1.303 2.154 1.2 2.041 1.061 1.79C483 135 483 135 484 140H378l-4-16c-7.14-27.366-15.497-53.58-28-79l-1.105-2.253c-5.245-10.555-11.435-20.74-18.688-30.048C325 11 325 11 325 9M28 372h106l4 16c7.14 27.366 15.497 53.58 28 79l1.105 2.253c5.245 10.555 11.435 20.74 18.688 30.048C187 501 187 501 187 503c-38.386-7.816-75.807-30.205-104-57a510 510 0 0 0-4.25-3.687c-18.495-16.123-32.782-36.518-45.312-57.438l-1.304-2.154-1.2-2.041-1.061-1.79C29 377 29 377 28 372'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M158 169h196c7.627 59.113 7.627 114.887 0 174H158c-3.725-27.315-3.725-27.315-4.687-39.625l-.19-2.417c-2.316-30.653-2.213-61.69.19-92.333l.177-2.273c1.017-12.532 2.81-24.878 4.51-37.352m-144 0h115c-2 21-2 21-2.598 27.23l-.465 4.958-.236 2.435c-1.597 17.203-1.904 34.36-1.888 51.627v3.475c.029 26.17 1.75 51.833 4.943 77.818C129 339 129 339 129 343H14c-8.089-26.577-8.089-26.577-9.812-35.937l-.577-2.893C.526 288.173-.374 272.69-.312 256.437l.006-3.092C-.256 238.726-.038 224.355 3 210l.65-3.083C6.447 194.023 10.053 181.63 14 169m369 0h115c8.089 26.577 8.089 26.577 9.813 35.938l.576 2.892c3.06 15.874 4.019 31.29 3.986 47.42l-.002 3.067c-.072 29.486-5.038 56.678-14.373 84.683H383c2-21 2-21 2.598-27.23l.464-4.957.237-2.436c1.597-17.203 1.904-34.36 1.889-51.627l-.001-3.475c-.029-26.17-1.75-51.833-4.943-77.818C383 173 383 173 383 169M276 4c40.893 24.486 58.635 77.857 69.625 121.625C348 135.161 348 135.161 348 140H164c.884-7.954 2.364-14.861 4.5-22.5.175-.63.35-1.261.532-1.91 10.737-38.419 27.757-88.773 64.605-110.117C246.71-1.27 262.614-3.347 276 4M164 372h184c-.884 7.954-2.364 14.861-4.5 22.5-.175.63-.35 1.261-.532 1.91-10.664 38.16-27.874 88.84-64.605 110.117-11.08 5.714-22.565 7.7-34.82 4.598-2.993-1.192-5.737-2.545-8.543-4.125l-2.79-1.504C194.25 483.308 177.51 428.473 167 389c-3-11.942-3-11.942-3-17m214 0h106c-3.944 19.718-23.356 41.178-36.719 55.531a158 158 0 0 0-5.469 6.281C413.032 466.688 369.763 491.357 328 503h-3c1.433-4.097 3.443-7.194 6-10.687 24.279-34.16 36.077-75.468 45.355-115.789C377 374 377 374 378 372M187 9c-1.34 3.783-3.027 6.54-5.5 9.688-24.966 33.724-36.593 76.535-45.855 116.788C135 138 135 138 134 140H28c.796-3.98 1.252-5.853 3.152-9.152l1.339-2.333 1.447-2.452 1.491-2.55C42.059 112.343 49.686 101.98 58 92l1.335-1.609C68.508 79.38 78.02 69.115 89.277 60.168q2.65-2.108 5.227-4.305C107.422 44.878 121.978 35.815 137 28l2.32-1.21C173.923 9 173.923 9 187 9m138 0c38.73 7.946 75.34 30.335 104 57a776 776 0 0 0 4.188 3.625c18.508 16.167 32.822 36.543 45.375 57.5l1.303 2.154 1.2 2.041 1.061 1.79C483 135 483 135 484 140H378l-4-16c-7.14-27.366-15.497-53.58-28-79l-1.105-2.253c-5.245-10.555-11.435-20.74-18.688-30.048C325 11 325 11 325 9M28 372h106l4 16c7.14 27.366 15.497 53.58 28 79l1.105 2.253c5.245 10.555 11.435 20.74 18.688 30.048C187 501 187 501 187 503c-38.386-7.816-75.807-30.205-104-57a510 510 0 0 0-4.25-3.687c-18.495-16.123-32.782-36.518-45.312-57.438l-1.304-2.154-1.2-2.041-1.061-1.79C29 377 29 377 28 372'/%3E%3C/svg%3E");
}

.icon-email {
  width: 30px;
  height: 30px;
}
.icon-email::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='m255.625-.312 3.085.006c14.609.05 28.94.3 43.29 3.306l2.954.602C353.336 13.722 397.324 35.64 433 70l1.998 1.916C444.486 81.06 453.226 90.357 461 101l2.574 3.453c6.038 8.191 11.397 16.705 16.426 25.547l1.104 1.915c21.606 37.748 31.373 80.514 31.209 123.71l-.007 3.085c-.05 14.609-.3 28.94-3.306 43.29l-.602 2.954C498.278 353.336 476.36 397.324 442 433l-1.916 1.998C430.94 444.486 421.643 453.226 411 461l-3.453 2.574c-8.19 6.038-16.692 11.42-25.547 16.426l-2.143 1.219c-23.135 13.025-48.307 21.774-74.295 27.094l-2.178.446c-14.676 2.79-29.2 3.59-44.111 3.557-2.94-.003-5.878.02-8.818.045-13.373.045-26.27-1.16-39.455-3.361l-3.446-.57C164.287 500.658 123.237 480.67 90 452l-2.258-1.922C74.237 438.267 61.566 425.516 51 411l-2.57-3.45C42.39 399.36 37.006 390.857 32 382l-1.219-2.143C17.756 356.722 9.007 331.55 3.688 305.562l-.447-2.178c-2.974-15.646-3.614-31.12-3.553-47.009l.006-3.085c.05-14.609.3-28.94 3.306-43.29l.602-2.954C13.722 158.664 35.64 114.676 70 79l1.916-1.998C81.06 67.514 90.357 58.774 101 51l3.453-2.574C112.643 42.388 121.145 37.006 130 32l2.143-1.219c23.135-13.025 48.307-21.774 74.295-27.093l2.178-.447c15.646-2.974 31.12-3.614 47.009-3.553M107 153c3.756 4.382 7.477 8.646 11.482 12.777l1.568 1.627q2.575 2.664 5.152 5.324l1.833 1.896c11.923 12.33 23.927 24.579 35.96 36.8a2977 2977 0 0 1 22.831 23.419 1901 1901 0 0 0 19.997 20.467 690 690 0 0 1 10.536 10.828c16.822 18.837 16.822 18.837 39.546 27.481 18.022-.985 31.672-18.94 43.194-31.048 3.695-3.856 7.464-7.636 11.226-11.426 7.094-7.169 14.118-14.402 21.12-21.66 7.98-8.267 16.038-16.455 24.102-24.639 11.864-12.044 23.698-24.117 35.458-36.262q1.91-1.972 3.822-3.942 2.595-2.676 5.185-5.359l1.55-1.594c2.39-2.018 2.39-2.018 3.438-4.689zm-13 14v186c5.707-4.868 5.707-4.868 11.107-9.986l2.222-2.218 2.36-2.372 2.545-2.544a6863 6863 0 0 0 6.842-6.854q3.585-3.594 7.175-7.183 6.78-6.786 13.556-13.578 7.721-7.736 15.446-15.468A79977 79977 0 0 0 187 261c-1.425-3.242-3.152-5.401-5.65-7.898l-2.3-2.311-2.523-2.507-2.656-2.662a3704 3704 0 0 0-7.214-7.201q-3.776-3.764-7.542-7.535-6.328-6.325-12.663-12.64-7.334-7.311-14.656-14.635a20954 20954 0 0 0-14.083-14.07q-3-2.996-6-5.996a6910 6910 0 0 0-8.37-8.347l-2.53-2.53c-.755-.752-1.51-1.504-2.29-2.278l-2-1.996c-1.302-1.507-1.302-1.507-2.523-1.394m321.44 1.437-2.053 2.056-2.35 2.345-2.596 2.607-2.72 2.72a7132 7132 0 0 0-7.4 7.412q-3.861 3.87-7.727 7.736-7.323 7.328-14.641 14.662a42730 42730 0 0 1-16.665 16.687A94132 94132 0 0 0 325 259c1.425 3.242 3.152 5.401 5.65 7.898l2.3 2.311 2.523 2.507 2.656 2.662a3704 3704 0 0 0 7.214 7.201q3.776 3.764 7.542 7.535 6.328 6.325 12.663 12.64 7.334 7.312 14.656 14.635 7.037 7.039 14.083 14.07 3 2.996 6 5.996a6910 6910 0 0 0 8.37 8.347l2.53 2.53c.755.752 1.51 1.504 2.29 2.278l2 1.996c1.302 1.507 1.302 1.507 2.523 1.394V167c-1.23-.113-1.23-.113-2.56 1.437M196.653 276.22l-2.172 2.163-2.397 2.404-2.513 2.507q-3.421 3.416-6.836 6.837l-7.14 7.138q-5.995 5.993-11.986 11.992-6.938 6.945-13.884 13.882-5.952 5.945-11.898 11.895a9831 9831 0 0 1-7.116 7.115 7302 7302 0 0 0-7.924 7.93l-2.404 2.398-2.163 2.172-1.895 1.896c-1.437 1.247-1.437 1.247-1.325 2.451h282c-4.74-5.572-4.74-5.572-9.72-10.84l-2.04-2.044-2.173-2.163-2.338-2.338q-3.796-3.792-7.596-7.58l-5.288-5.283q-6.936-6.93-13.878-13.854-7.091-7.077-14.178-14.158Q325.9 286.866 312 273q-1.65 1.4-3.297 2.804l-1.855 1.576c-2.922 2.562-5.642 5.31-8.368 8.077l-1.771 1.783a3537 3537 0 0 0-5.522 5.572 4834 4834 0 0 1-7.332 7.395l-1.691 1.717c-6.693 6.735-13.945 5.438-22.965 5.536q-2.808.04-5.616.123c-17.554.516-17.554.516-21.985-3.243A162 162 0 0 1 228 300c-1.589-1.633-3.214-3.223-4.843-4.816a501 501 0 0 1-5.409-5.397l-1.832-1.85-1.853-1.875a4886 4886 0 0 0-7.34-7.402l-1.698-1.723A241 241 0 0 0 201 273c-1.875 0-3.099 1.973-4.347 3.22'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='m255.625-.312 3.085.006c14.609.05 28.94.3 43.29 3.306l2.954.602C353.336 13.722 397.324 35.64 433 70l1.998 1.916C444.486 81.06 453.226 90.357 461 101l2.574 3.453c6.038 8.191 11.397 16.705 16.426 25.547l1.104 1.915c21.606 37.748 31.373 80.514 31.209 123.71l-.007 3.085c-.05 14.609-.3 28.94-3.306 43.29l-.602 2.954C498.278 353.336 476.36 397.324 442 433l-1.916 1.998C430.94 444.486 421.643 453.226 411 461l-3.453 2.574c-8.19 6.038-16.692 11.42-25.547 16.426l-2.143 1.219c-23.135 13.025-48.307 21.774-74.295 27.094l-2.178.446c-14.676 2.79-29.2 3.59-44.111 3.557-2.94-.003-5.878.02-8.818.045-13.373.045-26.27-1.16-39.455-3.361l-3.446-.57C164.287 500.658 123.237 480.67 90 452l-2.258-1.922C74.237 438.267 61.566 425.516 51 411l-2.57-3.45C42.39 399.36 37.006 390.857 32 382l-1.219-2.143C17.756 356.722 9.007 331.55 3.688 305.562l-.447-2.178c-2.974-15.646-3.614-31.12-3.553-47.009l.006-3.085c.05-14.609.3-28.94 3.306-43.29l.602-2.954C13.722 158.664 35.64 114.676 70 79l1.916-1.998C81.06 67.514 90.357 58.774 101 51l3.453-2.574C112.643 42.388 121.145 37.006 130 32l2.143-1.219c23.135-13.025 48.307-21.774 74.295-27.093l2.178-.447c15.646-2.974 31.12-3.614 47.009-3.553M107 153c3.756 4.382 7.477 8.646 11.482 12.777l1.568 1.627q2.575 2.664 5.152 5.324l1.833 1.896c11.923 12.33 23.927 24.579 35.96 36.8a2977 2977 0 0 1 22.831 23.419 1901 1901 0 0 0 19.997 20.467 690 690 0 0 1 10.536 10.828c16.822 18.837 16.822 18.837 39.546 27.481 18.022-.985 31.672-18.94 43.194-31.048 3.695-3.856 7.464-7.636 11.226-11.426 7.094-7.169 14.118-14.402 21.12-21.66 7.98-8.267 16.038-16.455 24.102-24.639 11.864-12.044 23.698-24.117 35.458-36.262q1.91-1.972 3.822-3.942 2.595-2.676 5.185-5.359l1.55-1.594c2.39-2.018 2.39-2.018 3.438-4.689zm-13 14v186c5.707-4.868 5.707-4.868 11.107-9.986l2.222-2.218 2.36-2.372 2.545-2.544a6863 6863 0 0 0 6.842-6.854q3.585-3.594 7.175-7.183 6.78-6.786 13.556-13.578 7.721-7.736 15.446-15.468A79977 79977 0 0 0 187 261c-1.425-3.242-3.152-5.401-5.65-7.898l-2.3-2.311-2.523-2.507-2.656-2.662a3704 3704 0 0 0-7.214-7.201q-3.776-3.764-7.542-7.535-6.328-6.325-12.663-12.64-7.334-7.311-14.656-14.635a20954 20954 0 0 0-14.083-14.07q-3-2.996-6-5.996a6910 6910 0 0 0-8.37-8.347l-2.53-2.53c-.755-.752-1.51-1.504-2.29-2.278l-2-1.996c-1.302-1.507-1.302-1.507-2.523-1.394m321.44 1.437-2.053 2.056-2.35 2.345-2.596 2.607-2.72 2.72a7132 7132 0 0 0-7.4 7.412q-3.861 3.87-7.727 7.736-7.323 7.328-14.641 14.662a42730 42730 0 0 1-16.665 16.687A94132 94132 0 0 0 325 259c1.425 3.242 3.152 5.401 5.65 7.898l2.3 2.311 2.523 2.507 2.656 2.662a3704 3704 0 0 0 7.214 7.201q3.776 3.764 7.542 7.535 6.328 6.325 12.663 12.64 7.334 7.312 14.656 14.635 7.037 7.039 14.083 14.07 3 2.996 6 5.996a6910 6910 0 0 0 8.37 8.347l2.53 2.53c.755.752 1.51 1.504 2.29 2.278l2 1.996c1.302 1.507 1.302 1.507 2.523 1.394V167c-1.23-.113-1.23-.113-2.56 1.437M196.653 276.22l-2.172 2.163-2.397 2.404-2.513 2.507q-3.421 3.416-6.836 6.837l-7.14 7.138q-5.995 5.993-11.986 11.992-6.938 6.945-13.884 13.882-5.952 5.945-11.898 11.895a9831 9831 0 0 1-7.116 7.115 7302 7302 0 0 0-7.924 7.93l-2.404 2.398-2.163 2.172-1.895 1.896c-1.437 1.247-1.437 1.247-1.325 2.451h282c-4.74-5.572-4.74-5.572-9.72-10.84l-2.04-2.044-2.173-2.163-2.338-2.338q-3.796-3.792-7.596-7.58l-5.288-5.283q-6.936-6.93-13.878-13.854-7.091-7.077-14.178-14.158Q325.9 286.866 312 273q-1.65 1.4-3.297 2.804l-1.855 1.576c-2.922 2.562-5.642 5.31-8.368 8.077l-1.771 1.783a3537 3537 0 0 0-5.522 5.572 4834 4834 0 0 1-7.332 7.395l-1.691 1.717c-6.693 6.735-13.945 5.438-22.965 5.536q-2.808.04-5.616.123c-17.554.516-17.554.516-21.985-3.243A162 162 0 0 1 228 300c-1.589-1.633-3.214-3.223-4.843-4.816a501 501 0 0 1-5.409-5.397l-1.832-1.85-1.853-1.875a4886 4886 0 0 0-7.34-7.402l-1.698-1.723A241 241 0 0 0 201 273c-1.875 0-3.099 1.973-4.347 3.22'/%3E%3C/svg%3E");
}

.icon-deleted {
  width: 30px;
  height: 30px;
}
.icon-deleted::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800px' height='800px' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M18 6V16.2C18 17.8802 18 18.7202 17.673 19.362C17.3854 19.9265 16.9265 20.3854 16.362 20.673C15.7202 21 14.8802 21 13.2 21H10.8C9.11984 21 8.27976 21 7.63803 20.673C7.07354 20.3854 6.6146 19.9265 6.32698 19.362C6 18.7202 6 17.8802 6 16.2V6M4 6H20M16 6L15.7294 5.18807C15.4671 4.40125 15.3359 4.00784 15.0927 3.71698C14.8779 3.46013 14.6021 3.26132 14.2905 3.13878C13.9376 3 13.523 3 12.6936 3H11.3064C10.477 3 10.0624 3 9.70951 3.13878C9.39792 3.26132 9.12208 3.46013 8.90729 3.71698C8.66405 4.00784 8.53292 4.40125 8.27064 5.18807L8 6' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800px' height='800px' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M18 6V16.2C18 17.8802 18 18.7202 17.673 19.362C17.3854 19.9265 16.9265 20.3854 16.362 20.673C15.7202 21 14.8802 21 13.2 21H10.8C9.11984 21 8.27976 21 7.63803 20.673C7.07354 20.3854 6.6146 19.9265 6.32698 19.362C6 18.7202 6 17.8802 6 16.2V6M4 6H20M16 6L15.7294 5.18807C15.4671 4.40125 15.3359 4.00784 15.0927 3.71698C14.8779 3.46013 14.6021 3.26132 14.2905 3.13878C13.9376 3 13.523 3 12.6936 3H11.3064C10.477 3 10.0624 3 9.70951 3.13878C9.39792 3.26132 9.12208 3.46013 8.90729 3.71698C8.66405 4.00784 8.53292 4.40125 8.27064 5.18807L8 6' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.icon-shortlist {
  width: 30px;
  height: 30px;
}
.icon-shortlist::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' transform='scale(-1 1)'%3E%3Cpath d='M268.625 12.688c1.602.949 1.602.949 3.375 2.312l2.873 2.148c3.303 2.773 5.14 5.967 6.936 9.844l1.01 2.101c4.37 9.215 8.294 18.632 12.243 28.032l2.582 6.106q2.744 6.485 5.481 12.97c4.461 10.56 8.963 21.103 13.46 31.647A17945 17945 0 0 1 340 163q11.01 1.056 22.018 2.107l8.216.787a8416 8416 0 0 0 52.831 4.915q8.802.792 17.604 1.593 8.667.784 17.335 1.545 5.468.484 10.934.987 2.55.231 5.102.45c23.121 1.99 23.121 1.99 31.96 10.616 6.25 8.188 6.74 15.959 6 26-1.533 5.998-4.37 9.908-9 14a836 836 0 0 0-3.125 3.25c-2.851 2.857-5.854 5.409-9 7.938-4.29 3.45-8.362 7.05-12.375 10.812-4.738 4.439-9.621 8.591-14.687 12.656-3.795 3.162-7.376 6.53-10.98 9.905a180 180 0 0 1-10.27 8.877c-4.376 3.508-8.483 7.22-12.563 11.062a249 249 0 0 1-15.203 13.176c-3.87 3.216-7.542 6.63-11.207 10.076l-1.547 1.451-1.502 1.44C399 318 399 318 397.245 319.154c-1.974 1.242-1.974 1.242-4.245 3.846.323 7.193 2.02 14.108 3.636 21.106l.814 3.577q1.098 4.82 2.207 9.639c.776 3.381 1.546 6.764 2.318 10.147q2.194 9.615 4.398 19.226 2.49 10.87 4.97 21.741 3.875 16.971 7.762 33.94l.756 3.3.722 3.152.698 3.058a750 750 0 0 0 1.55 6.57l.823 3.446.749 3.094c2.127 10.702.384 19.27-5.59 28.317-6.05 5.78-12.658 8.793-21 8.937l-2.668.078c-8.758-.914-15.61-5.125-22.962-9.734-3.055-1.915-6.129-3.798-9.199-5.688l-1.95-1.204c-7.56-4.661-15.202-9.181-22.846-13.702l-7.708-4.562-1.882-1.115a2402 2402 0 0 1-13.059-7.8 2786 2786 0 0 0-17.343-10.34q-5.113-3.03-10.23-6.051c-5.991-3.543-11.966-7.092-17.83-10.843l-2.498-1.588a245 245 0 0 1-4.336-2.843c-2.883-1.844-4.698-2.9-8.165-2.657-3.4.866-5.752 2.091-8.723 3.947l-3.268 2.018-1.732 1.087c-2.47 1.549-4.952 3.076-7.435 4.605l-3.945 2.434c-7.209 4.45-14.493 8.77-21.784 13.083l-4.032 2.39q-7.129 4.224-14.26 8.443-7.106 4.206-14.208 8.417l-1.994 1.182a2044 2044 0 0 0-21.71 13.025l-1.94 1.183a2807 2807 0 0 0-9.076 5.556C130.09 498.264 121.21 503.608 108 502c-8.115-2.65-13.816-6.542-18-14l-1.875-3.187c-3-10.167-.692-20.565 1.705-30.63q.458-1.991.911-3.982.972-4.247 1.97-8.487c1.052-4.478 2.083-8.96 3.113-13.444A8048 8048 0 0 1 100.75 407c2.956-12.693 5.89-25.393 8.816-38.093q1.54-6.674 3.095-13.343.968-4.156 1.927-8.313.656-2.824 1.32-5.645c1.427-6.191 2.793-12.248 3.092-18.606-1.775-2.461-2.937-3.719-5.25-5.5l-1.667-1.4A235 235 0 0 0 107 312l-5.375-4.375-2.71-2.18c-4.051-3.398-7.873-7.022-11.72-10.645-4.317-4.043-8.8-7.796-13.418-11.491-3.201-2.662-6.24-5.464-9.277-8.309-3.896-3.649-7.833-7.157-12-10.5-4.762-3.82-9.214-7.89-13.666-12.06a180 180 0 0 0-10.272-8.877C.95 221.383.95 221.383-.422 209.277c-.42-8.274.27-15.48 5.422-22.277 5.215-5.688 11.294-9.093 19.01-10.013l1.9-.23c11.575-1.339 23.195-2.305 34.8-3.35q5.41-.489 10.82-.984 10.22-.93 20.443-1.855a68387 68387 0 0 0 36.641-3.327q6.415-.584 12.831-1.163l6.057-.55q3.678-.334 7.356-.664 3.183-.29 6.364-.602c1.747-.165 3.495-.305 5.246-.41 4.067-.267 4.067-.267 7.206-2.645l.965-2.389 1.161-2.734 1.169-3.025 1.315-3.168c1.435-3.473 2.825-6.963 4.216-10.453q1.497-3.65 3.003-7.297a2580 2580 0 0 0 4.691-11.419c3.654-8.968 7.4-17.892 11.224-26.788l.8-1.86q1.969-4.579 3.943-9.156 2.922-6.784 5.83-13.575 1.385-3.233 2.777-6.464a1351 1351 0 0 0 6.591-15.537q1.593-3.823 3.2-7.641a859 859 0 0 0 2.223-5.385c4.205-9.987 8.411-17.482 18.413-22.394 6.77-2.225 16.96-2.338 23.43.765' fill='%23FFC106'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' transform='scale(-1 1)'%3E%3Cpath d='M268.625 12.688c1.602.949 1.602.949 3.375 2.312l2.873 2.148c3.303 2.773 5.14 5.967 6.936 9.844l1.01 2.101c4.37 9.215 8.294 18.632 12.243 28.032l2.582 6.106q2.744 6.485 5.481 12.97c4.461 10.56 8.963 21.103 13.46 31.647A17945 17945 0 0 1 340 163q11.01 1.056 22.018 2.107l8.216.787a8416 8416 0 0 0 52.831 4.915q8.802.792 17.604 1.593 8.667.784 17.335 1.545 5.468.484 10.934.987 2.55.231 5.102.45c23.121 1.99 23.121 1.99 31.96 10.616 6.25 8.188 6.74 15.959 6 26-1.533 5.998-4.37 9.908-9 14a836 836 0 0 0-3.125 3.25c-2.851 2.857-5.854 5.409-9 7.938-4.29 3.45-8.362 7.05-12.375 10.812-4.738 4.439-9.621 8.591-14.687 12.656-3.795 3.162-7.376 6.53-10.98 9.905a180 180 0 0 1-10.27 8.877c-4.376 3.508-8.483 7.22-12.563 11.062a249 249 0 0 1-15.203 13.176c-3.87 3.216-7.542 6.63-11.207 10.076l-1.547 1.451-1.502 1.44C399 318 399 318 397.245 319.154c-1.974 1.242-1.974 1.242-4.245 3.846.323 7.193 2.02 14.108 3.636 21.106l.814 3.577q1.098 4.82 2.207 9.639c.776 3.381 1.546 6.764 2.318 10.147q2.194 9.615 4.398 19.226 2.49 10.87 4.97 21.741 3.875 16.971 7.762 33.94l.756 3.3.722 3.152.698 3.058a750 750 0 0 0 1.55 6.57l.823 3.446.749 3.094c2.127 10.702.384 19.27-5.59 28.317-6.05 5.78-12.658 8.793-21 8.937l-2.668.078c-8.758-.914-15.61-5.125-22.962-9.734-3.055-1.915-6.129-3.798-9.199-5.688l-1.95-1.204c-7.56-4.661-15.202-9.181-22.846-13.702l-7.708-4.562-1.882-1.115a2402 2402 0 0 1-13.059-7.8 2786 2786 0 0 0-17.343-10.34q-5.113-3.03-10.23-6.051c-5.991-3.543-11.966-7.092-17.83-10.843l-2.498-1.588a245 245 0 0 1-4.336-2.843c-2.883-1.844-4.698-2.9-8.165-2.657-3.4.866-5.752 2.091-8.723 3.947l-3.268 2.018-1.732 1.087c-2.47 1.549-4.952 3.076-7.435 4.605l-3.945 2.434c-7.209 4.45-14.493 8.77-21.784 13.083l-4.032 2.39q-7.129 4.224-14.26 8.443-7.106 4.206-14.208 8.417l-1.994 1.182a2044 2044 0 0 0-21.71 13.025l-1.94 1.183a2807 2807 0 0 0-9.076 5.556C130.09 498.264 121.21 503.608 108 502c-8.115-2.65-13.816-6.542-18-14l-1.875-3.187c-3-10.167-.692-20.565 1.705-30.63q.458-1.991.911-3.982.972-4.247 1.97-8.487c1.052-4.478 2.083-8.96 3.113-13.444A8048 8048 0 0 1 100.75 407c2.956-12.693 5.89-25.393 8.816-38.093q1.54-6.674 3.095-13.343.968-4.156 1.927-8.313.656-2.824 1.32-5.645c1.427-6.191 2.793-12.248 3.092-18.606-1.775-2.461-2.937-3.719-5.25-5.5l-1.667-1.4A235 235 0 0 0 107 312l-5.375-4.375-2.71-2.18c-4.051-3.398-7.873-7.022-11.72-10.645-4.317-4.043-8.8-7.796-13.418-11.491-3.201-2.662-6.24-5.464-9.277-8.309-3.896-3.649-7.833-7.157-12-10.5-4.762-3.82-9.214-7.89-13.666-12.06a180 180 0 0 0-10.272-8.877C.95 221.383.95 221.383-.422 209.277c-.42-8.274.27-15.48 5.422-22.277 5.215-5.688 11.294-9.093 19.01-10.013l1.9-.23c11.575-1.339 23.195-2.305 34.8-3.35q5.41-.489 10.82-.984 10.22-.93 20.443-1.855a68387 68387 0 0 0 36.641-3.327q6.415-.584 12.831-1.163l6.057-.55q3.678-.334 7.356-.664 3.183-.29 6.364-.602c1.747-.165 3.495-.305 5.246-.41 4.067-.267 4.067-.267 7.206-2.645l.965-2.389 1.161-2.734 1.169-3.025 1.315-3.168c1.435-3.473 2.825-6.963 4.216-10.453q1.497-3.65 3.003-7.297a2580 2580 0 0 0 4.691-11.419c3.654-8.968 7.4-17.892 11.224-26.788l.8-1.86q1.969-4.579 3.943-9.156 2.922-6.784 5.83-13.575 1.385-3.233 2.777-6.464a1351 1351 0 0 0 6.591-15.537q1.593-3.823 3.2-7.641a859 859 0 0 0 2.223-5.385c4.205-9.987 8.411-17.482 18.413-22.394 6.77-2.225 16.96-2.338 23.43.765' fill='%23FFC106'/%3E%3C/svg%3E");
}

.icon-compose {
  width: 30px;
  height: 30px;
}
.icon-compose::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%23000000' version='1.1' id='Capa_1' width='800px' height='800px' viewBox='0 0 528.899 528.899' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M328.883,89.125l107.59,107.589l-272.34,272.34L56.604,361.465L328.883,89.125z M518.113,63.177l-47.981-47.981 c-18.543-18.543-48.653-18.543-67.259,0l-45.961,45.961l107.59,107.59l53.611-53.611 C532.495,100.753,532.495,77.559,518.113,63.177z M0.3,512.69c-1.958,8.812,5.998,16.708,14.811,14.565l119.891-29.069 L27.473,390.597L0.3,512.69z'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%23000000' version='1.1' id='Capa_1' width='800px' height='800px' viewBox='0 0 528.899 528.899' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M328.883,89.125l107.59,107.589l-272.34,272.34L56.604,361.465L328.883,89.125z M518.113,63.177l-47.981-47.981 c-18.543-18.543-48.653-18.543-67.259,0l-45.961,45.961l107.59,107.59l53.611-53.611 C532.495,100.753,532.495,77.559,518.113,63.177z M0.3,512.69c-1.958,8.812,5.998,16.708,14.811,14.565l119.891-29.069 L27.473,390.597L0.3,512.69z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-inbox {
  width: 30px;
  height: 30px;
}
.icon-inbox::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='2987' height='2987'%3E%3Cpath d='M0 0 C8.64667373 0.00234138 17.29334549 0.00254645 25.94001945 0.00148413 C27.20224803 0.0013309 28.46447662 0.00117766 29.76495456 0.00101979 C32.33441142 0.00069985 34.90386829 0.00037563 37.47332515 0.0000472 C60.52895435 -0.00268064 83.58457983 0.00007737 106.64020842 0.00538979 C127.36882487 0.0101299 148.09743516 0.00970504 168.82605155 0.0049288 C192.502683 -0.00050405 216.17931105 -0.00248536 239.85594304 0.00054106 C242.4124821 0.00085939 244.96902116 0.00117377 247.52556022 0.00148413 C248.78127197 0.00163841 250.03698373 0.00179268 251.33074735 0.00195163 C259.89984643 0.00279115 268.46894319 0.0013913 277.03804191 -0.00099542 C327.63716623 -0.01381121 378.23139816 0.10870395 428.82849296 0.58891318 C430.44252157 0.60400856 430.44252157 0.60400856 432.08915683 0.61940891 C456.66062887 0.84983733 481.22996573 1.16072503 505.79907401 1.57374594 C506.85515186 1.59147854 507.91122971 1.60921114 508.99930992 1.62748109 C596.26492618 3.10621368 683.53429469 5.76711353 1123.14129813 71.44706747 C1125.29666694 72.15631948 1127.45385765 72.85983434 1129.6112078 73.56303427 C1157.80544585 82.78537812 1185.36713147 93.53662927 1212.23278983 106.13529989 C1213.1597869 106.5660079 1214.08678397 106.99671591 1215.04187186 107.44047568 C1264.9787083 130.70063624 1312.24549415 159.67227946 1354.16247733 195.53373739 C1356.91013028 197.87787691 1359.72079212 200.13413306 1362.54528983 202.38529989 C1369.36795947 207.94414651 1375.68964754 214.0270672 1382.06530936 220.08549521 C1384.29609616 222.19516923 1386.54156521 224.28813084 1388.79138358 226.37748739 C1389.54403495 227.07865683 1390.29668632 227.77982626 1391.0721453 228.50224325 C1392.50748376 229.83906573 1393.9451473 231.17339813 1395.38562186 232.50468466 C1399.40231088 236.26001043 1403.093983 240.1638951 1406.67199882 244.33866904 C1408.59113148 246.54778796 1410.63300283 248.5981931 1412.73278983 250.63529989 C1416.78128652 254.6429714 1420.53734113 258.80345298 1424.23278983 263.13529989 C1425.13707745 264.17623846 1426.04208515 265.21655172 1426.94763358 266.25639364 C1433.45826047 273.75651639 1439.72846078 281.40433058 1445.79236015 289.26957724 C1447.29474368 291.21554588 1448.80661923 293.15391219 1450.31872733 295.09233114 C1504.62331973 365.03207244 1541.95147021 446.98110863 1575.23278983 564.13529989 C1575.43690482 564.93608969 1575.64101981 565.73687948 1575.85132011 566.56193564 C1599.75990476 660.5323755 1610.93735972 757.2103463 1625.23278983 987.13529989 C1625.27651851 988.21218321 1625.27651851 988.21218321 1625.32113059 989.31082175 C1626.74869515 1024.64359417 1627.50255527 1059.99572382 1628.23092063 1095.34854529 C1628.29188261 1098.28374866 1628.35452292 1101.21891104 1628.41766532 1104.15406821 C1629.09957457 1136.16627926 1629.44208652 1168.18314946 1629.75354179 1200.20072958 C1629.77021636 1201.91299498 1629.77021636 1201.91299498 1629.7872278 1203.6598516 C1630.27995767 1254.66593214 1630.3823406 1305.6690715 1630.36808973 1356.67720504 C1630.36574807 1365.30194026 1630.36554338 1373.92667352 1630.3666056 1382.55140898 C1630.36675883 1383.81057348 1630.36691206 1385.06973798 1630.36706994 1386.36705898 C1630.36738988 1388.93031312 1630.3677141 1391.49356725 1630.36804253 1394.05682139 C1630.37084925 1417.72205672 1630.36768783 1441.38728808 1630.36224217 1465.05252276 C1630.35777918 1485.06180687 1630.35855548 1505.07108418 1630.36316093 1525.08036825 C1630.36859488 1548.69804565 1630.37057446 1572.31571963 1630.36754866 1595.93339757 C1630.36723034 1598.48405672 1630.36691596 1601.03471588 1630.3666056 1603.58537504 C1630.36637419 1605.46458544 1630.36637419 1605.46458544 1630.3661381 1607.38175969 C1630.36529886 1615.92784663 1630.36669779 1624.47393125 1630.36908515 1633.02001784 C1630.38197324 1683.75548532 1630.2556006 1734.48605833 1629.77917655 1785.21952841 C1629.76408116 1786.85142686 1629.76408116 1786.85142686 1629.74868082 1788.51629295 C1629.51916042 1813.26788217 1629.21006012 1838.01731693 1628.79434379 1862.76651022 C1628.76774489 1864.35175102 1628.76774489 1864.35175102 1628.74060864 1865.96901689 C1627.26300259 1953.21205485 1624.59938681 2040.45939653 1558.92102225 2480.0438082 C1558.21177025 2482.199177 1557.50825539 2484.35636772 1556.80505546 2486.51371786 C1547.58271161 2514.70795591 1536.83146046 2542.26964153 1524.23278983 2569.13529989 C1523.80208183 2570.06229697 1523.37137382 2570.98929404 1522.92761405 2571.94438193 C1499.66745349 2621.88121836 1470.69581027 2669.14800421 1434.83435233 2711.06498739 C1432.49021282 2713.81264034 1430.23395667 2716.62330218 1427.98278983 2719.44779989 C1422.42394322 2726.27046954 1416.34102253 2732.59215761 1410.28259452 2738.96781943 C1408.1729205 2741.19860622 1406.07995889 2743.44407527 1403.99060233 2745.69389364 C1403.2894329 2746.44654501 1402.58826347 2747.19919638 1401.86584647 2747.97465536 C1400.529024 2749.40999382 1399.1946916 2750.84765736 1397.86340507 2752.28813193 C1394.1080793 2756.30482094 1390.20419463 2759.99649306 1386.02942069 2763.57450888 C1383.82030177 2765.49364155 1381.76989663 2767.53551289 1379.73278983 2769.63529989 C1375.72511833 2773.68379658 1371.56463675 2777.43985119 1367.23278983 2781.13529989 C1366.19185127 2782.03958752 1365.15153801 2782.94459521 1364.11169608 2783.85014364 C1356.61157334 2790.36077053 1348.96375915 2796.63097084 1341.09851249 2802.69487021 C1339.15254385 2804.19725374 1337.21417754 2805.70912929 1335.27575858 2807.22123739 C1265.33601729 2861.5258298 1183.38698109 2898.85398027 1066.23278983 2932.13529989 C1065.03160514 2932.44147238 1065.03160514 2932.44147238 1063.80615409 2932.75383017 C969.83571423 2956.66241482 873.15774342 2967.83986978 643.23278983 2982.13529989 C642.15590652 2982.17902857 642.15590652 2982.17902857 641.05726798 2982.22364065 C605.72449556 2983.65120521 570.37236591 2984.40506533 535.01954444 2985.13343069 C532.08434107 2985.19439267 529.14917869 2985.25703299 526.21402152 2985.32017538 C494.20710142 2986.00197092 462.1955175 2986.34459335 430.18322929 2986.65605185 C428.47122173 2986.67272642 428.47122173 2986.67272642 426.72462817 2986.68973786 C375.63798927 2987.18330337 324.55427431 2987.28483504 273.46557967 2987.27059979 C264.81890594 2987.26825841 256.17223417 2987.26805334 247.52556022 2987.26911566 C245.63221734 2987.26934551 245.63221734 2987.26934551 243.70062511 2987.26958 C241.13116824 2987.26989994 238.56171138 2987.27022416 235.99225451 2987.27055259 C212.93662532 2987.27328043 189.88099983 2987.27052242 166.82537125 2987.26521 C146.0967548 2987.26046989 125.36814451 2987.26089475 104.63952811 2987.26567099 C80.96289666 2987.27110384 57.28626861 2987.27308515 33.60963662 2987.27005873 C31.05309757 2987.2697404 28.49655851 2987.26942602 25.94001945 2987.26911566 C24.68430769 2987.26896138 23.42859594 2987.26880711 22.13483231 2987.26864816 C13.56573324 2987.26780864 4.99663648 2987.26920849 -3.57246224 2987.27159521 C-54.17158657 2987.284411 -104.76581849 2987.16189584 -155.36291329 2986.68168661 C-156.97694191 2986.66659123 -156.97694191 2986.66659123 -158.62357716 2986.65119088 C-183.1950492 2986.42076246 -207.76438607 2986.10987476 -232.33349435 2985.69685385 C-233.91761112 2985.67025495 -233.91761112 2985.67025495 -235.53373025 2985.6431187 C-322.79934651 2984.16438611 -410.06871503 2981.50348626 -849.67571847 2915.82353232 C-851.83108727 2915.11428031 -853.98827799 2914.41076545 -856.14562814 2913.70756552 C-884.33986618 2904.48522167 -911.90155181 2893.73397052 -938.76721017 2881.13529989 C-939.69420724 2880.70459189 -940.62120431 2880.27388388 -941.5762922 2879.83012411 C-991.51312863 2856.56996355 -1038.77991449 2827.59832033 -1080.69689767 2791.73686239 C-1083.44455062 2789.39272288 -1086.25521245 2787.13646673 -1089.07971017 2784.88529989 C-1095.90237981 2779.32645328 -1102.22406788 2773.24353259 -1108.5997297 2767.18510458 C-1110.8305165 2765.07543056 -1113.07598555 2762.98246895 -1115.32580392 2760.89311239 C-1116.45478097 2759.84135824 -1116.45478097 2759.84135824 -1117.60656564 2758.76835654 C-1119.04190409 2757.43153406 -1120.47956763 2756.09720166 -1121.9200422 2754.76591513 C-1125.93673121 2751.01058936 -1129.62840334 2747.10670469 -1133.20641915 2742.93193075 C-1135.12555182 2740.72281183 -1137.16742316 2738.67240669 -1139.26721017 2736.63529989 C-1143.31570685 2732.62762839 -1147.07176147 2728.46714681 -1150.76721017 2724.13529989 C-1151.67149779 2723.09436133 -1152.57650548 2722.05404807 -1153.48205392 2721.01420614 C-1159.9926808 2713.5140834 -1166.26288111 2705.86626921 -1172.32678048 2698.00102255 C-1173.82916401 2696.05505391 -1175.34103957 2694.1166876 -1176.85314767 2692.17826864 C-1231.15774007 2622.23852735 -1268.48589055 2540.28949116 -1301.76721017 2423.13529989 C-1302.07338265 2421.9341152 -1302.07338265 2421.9341152 -1302.38574044 2420.70866415 C-1326.2943251 2326.73822429 -1337.47178005 2230.06025349 -1351.76721017 2000.13529989 C-1351.81093884 1999.05841658 -1351.81093884 1999.05841658 -1351.85555093 1997.95977804 C-1353.28311548 1962.62700562 -1354.03697561 1927.27487597 -1354.76534097 1891.9220545 C-1354.82630295 1888.98685113 -1354.88894326 1886.05168875 -1354.95208566 1883.11653158 C-1355.63388119 1851.10961149 -1355.97650363 1819.09802757 -1356.28796212 1787.08573935 C-1356.2990785 1785.94440098 -1356.31019489 1784.80306261 -1356.32164813 1783.62713823 C-1356.81521364 1732.54049933 -1356.91674531 1681.45678437 -1356.90251006 1630.36808973 C-1356.90016868 1621.721416 -1356.89996361 1613.07474424 -1356.90102593 1604.42807028 C-1356.90117917 1603.16584169 -1356.9013324 1601.90361311 -1356.90149027 1600.60313517 C-1356.90181021 1598.03367831 -1356.90213443 1595.46422144 -1356.90246287 1592.89476458 C-1356.9051907 1569.83913538 -1356.90243269 1546.7835099 -1356.89712027 1523.72788131 C-1356.89238017 1502.99926486 -1356.89280503 1482.27065457 -1356.89758126 1461.54203818 C-1356.90301411 1437.86540672 -1356.90499542 1414.18877868 -1356.901969 1390.51214669 C-1356.90165067 1387.95560763 -1356.90133629 1385.39906857 -1356.90102593 1382.84252951 C-1356.90087166 1381.58681775 -1356.90071738 1380.331106 -1356.90055843 1379.03734237 C-1356.89971892 1370.4682433 -1356.90111876 1361.89914654 -1356.90350549 1353.33004782 C-1356.91632128 1302.7309235 -1356.79380612 1252.13669157 -1356.31359689 1201.53959677 C-1356.2985015 1199.92556816 -1356.2985015 1199.92556816 -1356.28310115 1198.2789329 C-1356.05267273 1173.70746086 -1355.74178504 1149.138124 -1355.32876412 1124.56901572 C-1355.31103152 1123.51293787 -1355.29329892 1122.45686002 -1355.27502897 1121.36877981 C-1353.79629638 1034.10316355 -1351.13539653 946.83379503 -1285.45544259 507.22679159 C-1284.74619058 505.07142279 -1284.04267572 502.91423207 -1283.33947579 500.75688193 C-1274.11713194 472.56264388 -1263.36588079 445.00095826 -1250.76721017 418.13529989 C-1250.33650216 417.20830282 -1249.90579415 416.28130575 -1249.46203439 415.32621786 C-1226.20187382 365.38938143 -1197.2302306 318.12259558 -1161.36877267 276.20561239 C-1159.02463316 273.45795945 -1156.768377 270.64729761 -1154.51721017 267.82279989 C-1146.75341808 258.27922153 -1138.12530282 249.37592752 -1129.35046212 240.76029989 C-1127.66973652 239.03525601 -1126.12214614 237.23436471 -1124.57971017 235.38529989 C-1121.07439186 231.31026846 -1117.16389715 227.7339828 -1113.17956368 224.14115927 C-1110.38486049 221.62104961 -1107.65085471 219.07330866 -1105.01721017 216.38529989 C-1101.44055326 212.75742595 -1097.63331626 209.45000026 -1093.76721017 206.13529989 C-1092.72389637 205.2281445 -1091.68095638 204.32055908 -1090.63830392 203.41264364 C-1083.14000712 196.90557469 -1075.4952557 190.63737479 -1067.63293282 184.57572958 C-1065.68696419 183.07334605 -1063.74859787 181.5614705 -1061.81017892 180.04936239 C-991.87043762 125.74476999 -909.92140143 88.41661952 -792.76721017 55.13529989 C-791.96642037 54.9311849 -791.16563058 54.72706991 -790.34057442 54.51676962 C-696.37013456 30.60818497 -599.69216376 19.43073001 -369.76721017 5.13529989 C-369.04928796 5.10614744 -368.33136575 5.07699499 -367.59168832 5.04695914 C-332.25891589 3.61939458 -296.90678624 2.86553446 -261.55396478 2.1371691 C-258.6187614 2.07620712 -255.68359902 2.0135668 -252.74844186 1.95042441 C-220.74152176 1.26862887 -188.72993784 0.92600644 -156.71764962 0.61454794 C-155.57631125 0.60343156 -154.43497288 0.59231517 -153.2590485 0.58086193 C-102.1724096 0.08729642 -51.08869465 -0.01423525 0 0 Z M-101.05530755 209.55725596 C-103.60808782 209.57259486 -106.16086956 209.58766358 -108.71365182 209.60266897 C-167.54766649 209.950225 -226.38697397 210.53003261 -285.20471017 212.01029989 C-286.88792742 212.05207291 -288.57114479 212.09384117 -290.25436227 212.13560507 C-373.82179883 214.22383421 -457.55722229 217.39171727 -944.76721017 355.13529989 C-945.76494454 355.96029989 -946.76267892 356.78529989 -947.79064767 357.63529989 C-963.77681257 370.90494152 -979.33834522 385.25445536 -992.76721017 401.13529989 C-994.03371407 402.56809286 -994.03371407 402.56809286 -995.32580392 404.02983114 C-1012.66686812 423.72472581 -1027.68723617 445.40569534 -1040.76721017 468.13529989 C-1041.15586251 468.80964072 -1041.54451485 469.48398154 -1041.94494454 470.17875693 C-1059.82156556 501.37648323 -1073.6796952 533.9697416 -1084.76721017 568.13529989 C-1085.15360665 569.31801474 -1085.54000314 570.50072958 -1085.9381086 571.71928427 C-1114.79015463 660.57294486 -1126.60606658 754.57444785 -1144.83043496 1069.20860693 C-1144.87053001 1070.82421181 -1144.91088436 1072.43981029 -1144.95154397 1074.05540106 C-1146.44576834 1133.46312509 -1146.94580838 1192.89051428 -1147.28461973 1252.3141599 C-1147.31782773 1258.07251905 -1147.35507098 1263.83084038 -1147.39489571 1269.58915732 C-1147.98866051 1355.76949317 -1147.80948808 1441.95347624 -1147.76721017 1528.13529989 C-1146.84502442 1528.13665642 -1145.92283868 1528.13801295 -1144.97270791 1528.13941059 C-1090.14947658 1528.2202269 -1035.32627009 1528.3113533 -980.50307761 1528.41535151 C-973.90020396 1528.42786832 -967.29733016 1528.44030142 -960.69445626 1528.45268271 C-958.72293137 1528.4563817 -958.72293137 1528.4563817 -956.71157769 1528.46015542 C-935.512234 1528.49973078 -914.31288508 1528.53254496 -893.11352627 1528.56279971 C-871.31311833 1528.59406504 -849.51273232 1528.63273707 -827.7123491 1528.67808995 C-814.29243054 1528.70578077 -800.87252776 1528.72789642 -787.45258854 1528.7425624 C-778.21305689 1528.75321692 -768.97355604 1528.77115403 -759.73404775 1528.79446693 C-754.42693561 1528.80765355 -749.11986605 1528.81796842 -743.81273667 1528.81951353 C-723.57544062 1528.82749635 -703.38332167 1529.02736444 -683.16833321 1530.04194662 C-682.37049405 1530.081487 -681.57265488 1530.12102738 -680.75063876 1530.16176595 C-627.44118347 1532.87408988 -572.61607657 1540.5143766 -524.14562814 1563.98490927 C-521.72786983 1565.15432799 -519.29715959 1566.29334719 -516.86486642 1567.43217489 C-490.61248784 1579.93220093 -466.77962527 1597.25697659 -444.70471017 1616.07279989 C-444.2000422 1616.50189657 -443.69537423 1616.93099325 -443.17541329 1617.37309286 C-431.34698282 1627.57014267 -420.23966014 1638.50215947 -409.21740548 1649.55473349 C-406.87837536 1651.89916666 -404.53398819 1654.23814861 -402.18908517 1656.57670614 C-400.6757433 1658.09070824 -399.16271136 1659.60502019 -397.65002267 1661.11967489 C-396.9613511 1661.80632223 -396.27267953 1662.49296957 -395.56313912 1663.20042441 C-391.65948263 1667.12277468 -387.9290804 1671.14474754 -384.32040231 1675.34056113 C-381.87198794 1678.16974374 -379.31778761 1680.89849652 -376.76721017 1683.63529989 C-371.38168486 1689.44665358 -366.13996333 1695.35687853 -360.99377267 1701.38139364 C-359.95998477 1702.5910857 -358.9261287 1703.80071949 -357.89221017 1705.01029989 C-357.37231515 1705.61905966 -356.85242013 1706.22781943 -356.31677071 1706.85502646 C-353.287893 1710.39211149 -350.21549274 1713.87947998 -347.07971017 1717.32279989 C-343.22870012 1721.56238033 -339.61877061 1725.96462101 -336.01721017 1730.41654989 C-333.83219447 1733.05677719 -331.57549626 1735.6025971 -329.26721017 1738.13529989 C-326.24438596 1741.45519476 -323.34208855 1744.83294101 -320.51721017 1748.32279989 C-315.30202501 1754.76241982 -309.85389265 1760.98985393 -304.41369454 1767.23881552 C-301.83083608 1770.21385178 -299.26664102 1773.20474049 -296.70471017 1776.19779989 C-296.21381905 1776.77119101 -295.72292794 1777.34458212 -295.21716134 1777.93534872 C-294.22835813 1779.09060507 -293.23966968 1780.24595965 -292.25109689 1781.40141318 C-289.75825493 1784.31424035 -287.2625825 1787.2246405 -284.76721017 1790.13529989 C-283.76719677 1791.30195507 -282.76719676 1792.46862174 -281.76721017 1793.63529989 C-281.27221017 1794.21279989 -280.77721017 1794.79029989 -280.26721017 1795.38529989 C-239.76721016 1842.6352999 -239.76721016 1842.6352999 -238.26745431 1844.38505575 C-237.26669411 1845.55258217 -236.26588024 1846.72006259 -235.2650129 1847.88749716 C-232.77620341 1850.79063618 -230.28830926 1853.69454939 -227.80236642 1856.60014364 C-222.10231248 1863.26020667 -216.37962732 1869.89978923 -210.63171212 1876.51860068 C-206.90654264 1880.8111653 -203.20750001 1885.12524314 -199.51721017 1889.44779989 C-195.34196813 1894.33419834 -191.09766385 1899.14804934 -186.77892892 1903.90873739 C-184.91986348 1905.96634381 -183.08792659 1908.04376753 -181.26721017 1910.13529989 C-177.87226078 1914.03320475 -174.41055132 1917.86877047 -170.94689767 1921.70561239 C-169.07575923 1923.7913617 -167.22796185 1925.89347618 -165.39221017 1928.01029989 C-150.82879168 1944.70170648 -135.79580939 1961.92637132 -118.76721017 1976.13529989 C-118.24385079 1976.5777706 -117.72049142 1977.0202413 -117.18127267 1977.47612021 C-76.83576892 2011.43358586 -27.30739995 2012.55787675 23.14294608 2013.68998739 C24.06910287 2013.71092333 24.99525966 2013.73185927 25.9494818 2013.75342963 C59.93794619 2014.48582113 93.94540335 2014.28495391 127.93967577 2014.26386926 C134.72659448 2014.2600976 141.5134986 2014.26145857 148.30041679 2014.26567099 C199.64673843 2014.36463708 199.64673843 2014.36463708 250.98669608 2013.68217489 C252.33604145 2013.6522514 252.33604145 2013.6522514 253.71264632 2013.62172339 C307.92774647 2012.3644125 355.87652425 2009.3155124 397.23278983 1971.13529989 C398.87791522 1969.67616798 400.52375724 1968.21784368 402.17028983 1966.76029989 C409.76443894 1959.9184014 416.98485259 1952.74002638 423.62341483 1944.96342489 C425.25865417 1943.10592001 426.96760777 1941.3692398 428.73278983 1939.63529989 C431.74351806 1936.67130137 434.52522734 1933.56811393 437.28357108 1930.36967489 C439.56299677 1927.75678613 441.89491337 1925.19599969 444.23278983 1922.63529989 C449.25192504 1917.12630915 454.17399419 1911.54806473 459.01403983 1905.88139364 C460.04524813 1904.67432677 461.07649931 1903.46729652 462.10778983 1902.26029989 C462.62752372 1901.65170126 463.14725761 1901.04310263 463.682741 1900.41606161 C466.71184578 1896.87887032 469.78435286 1893.39128935 472.92028983 1889.94779989 C475.94991852 1886.61302875 478.83887076 1883.20242351 481.67028983 1879.69779989 C485.52987586 1874.92533786 489.60478974 1870.40420881 493.76013358 1865.88920614 C496.97988502 1862.30322706 499.99184159 1858.56828497 503.01794608 1854.81889364 C505.1891181 1852.18821432 507.4352034 1849.65587565 509.73278983 1847.13529989 C512.84737652 1843.71790617 515.82465603 1840.2300764 518.73278983 1836.63529989 C522.34311426 1832.17253776 526.11706912 1827.90810457 529.98278983 1823.66654989 C532.31141036 1821.0468518 534.52841931 1818.3601468 536.73278983 1815.63529989 C540.34311426 1811.17253776 544.11706912 1806.90810457 547.98278983 1802.66654989 C550.31141036 1800.0468518 552.52841931 1797.3601468 554.73278983 1794.63529989 C558.34311426 1790.17253776 562.11706912 1785.90810457 565.98278983 1781.66654989 C568.31141036 1779.0468518 570.52841931 1776.3601468 572.73278983 1773.63529989 C575.64092363 1770.04052339 578.61820315 1766.55269362 581.73278983 1763.13529989 C584.75561404 1759.81540503 587.65791145 1756.43765878 590.48278983 1752.94779989 C595.16226659 1747.16966338 600.02694803 1741.56631034 604.90857108 1735.95951864 C608.03571169 1732.36761868 611.13780931 1728.75491424 614.23278983 1725.13529989 C623.0518486 1714.83496615 631.87397228 1704.54969732 641.03357108 1694.54936239 C643.5549415 1691.78167693 646.0169824 1688.96694844 648.47497733 1686.14311239 C652.01531441 1682.09926071 655.62280428 1678.1169166 659.23278983 1674.13529989 C660.04820243 1673.23303671 660.86361503 1672.33077353 661.7037371 1671.40116904 C669.76547659 1662.54148759 678.17157585 1654.04287871 686.65222343 1645.58549521 C688.9966566 1643.24646509 691.33563855 1640.90207792 693.67419608 1638.55717489 C695.18819818 1637.04383303 696.70251013 1635.53080109 698.21716483 1634.01811239 C698.90381217 1633.32944083 699.59045951 1632.64076926 700.29791434 1631.93122885 C704.78289347 1627.46762498 709.4310531 1623.25471535 714.23278983 1619.13529989 C715.19700858 1618.28967489 716.16122733 1617.44404989 717.15466483 1616.57279989 C779.77806512 1562.59904053 854.31757944 1537.79280229 935.92028983 1531.38529989 C937.04011253 1531.29668692 937.04011253 1531.29668692 938.1825579 1531.20628378 C943.52949815 1530.79179573 948.87922493 1530.45156898 954.23278983 1530.13529989 C955.37692785 1530.06753873 955.37692785 1530.06753873 956.54417976 1529.99840865 C977.17121398 1528.83963716 997.81913188 1528.96152447 1018.4709092 1528.93469128 C1023.88976872 1528.92658896 1029.3086148 1528.91292607 1034.72746452 1528.89997885 C1044.089007 1528.87835359 1053.45055093 1528.8601591 1062.81210502 1528.84437392 C1076.34691715 1528.82154682 1089.88171431 1528.79342271 1103.41651364 1528.76405464 C1125.38212119 1528.71653488 1147.34773491 1528.67322901 1169.31335624 1528.63261435 C1190.63595244 1528.59317953 1211.95854273 1528.55173451 1233.28112968 1528.50761435 C1234.59806335 1528.50489008 1235.91499703 1528.5021658 1237.27183779 1528.49935898 C1243.8792862 1528.48567819 1250.48673452 1528.47195817 1257.09418281 1528.45821867 C1311.8070404 1528.34449958 1366.51990985 1528.2376366 1421.23278983 1528.13529989 C1421.36270117 1398.19655626 1421.36270117 1398.19655626 1420.88944419 1268.25915167 C1420.86168819 1264.01528048 1420.83535334 1259.77140154 1420.80931516 1255.5275195 C1420.23451919 1162.03383945 1418.96224888 1068.56365016 1415.23278983 975.13529989 C1415.20331512 974.39483923 1415.1738404 973.65437857 1415.14347251 972.8914797 C1411.26072598 875.69056988 1404.22135539 777.96122122 1360.23278983 574.13529989 C1359.88280936 573.01429892 1359.5328289 571.89329794 1359.17224296 570.73832724 C1341.22253439 513.55496797 1314.07597921 458.05349876 1275.23278983 412.13529989 C1274.40778983 411.13756552 1273.58278983 410.13983114 1272.73278983 409.11186239 C1259.46314821 393.12569749 1245.11363437 377.56416484 1229.23278983 364.13529989 C1228.27759452 363.29096396 1227.32239921 362.44662802 1226.33825858 361.57670614 C1206.64336392 344.23564194 1184.96239439 329.2152739 1162.23278983 316.13529989 C1161.2212786 315.55232138 1161.2212786 315.55232138 1160.1893328 314.95756552 C1128.9916065 297.0809445 1096.39834813 283.22281486 1062.23278983 272.13529989 C1061.05007499 271.74890341 1059.86736015 271.36250693 1058.64880546 270.96440146 C969.79514487 242.11235544 875.79364188 230.29644348 561.1594828 212.0720751 C559.54387791 212.03198005 557.92827944 211.9916257 556.31268867 211.95096609 C497.44145282 210.47023548 438.54643182 209.93399858 379.65910896 209.58785555 C377.07326556 209.57259616 374.48742399 209.55705423 371.90158256 209.54146597 C288.09803856 209.03893765 204.2933435 209.001519 -101.05530755 209.55725596 Z M-1146.76721017 1737.13529989 C-1146.77608412 1745.54997473 -1146.7826525 1753.96464747 -1146.78663973 1762.3793259 C-1146.78855792 1766.29086995 -1146.7911367 1770.2024107 -1146.79549996 1774.11395285 C-1146.82550439 1801.76515822 -1146.62844347 1829.41024976 -1146.11096017 1857.05717489 C-1146.098135 1857.75776778 -1146.08530984 1858.45836066 -1146.07209603 1859.18018362 C-1144.62668731 1938.13638207 -1142.48846242 2017.10170126 -1063.76721017 2474.13529989 C-1063.27623849 2475.19716513 -1062.78526681 2476.25903036 -1062.2794172 2477.35307333 C-1058.87464519 2484.66366848 -1055.36499224 2491.91786082 -1051.76721017 2499.13529989 C-1051.37855782 2499.9166329 -1050.98990548 2500.69796591 -1050.58947579 2501.50297568 C-1040.97372235 2520.6611128 -1029.53458612 2538.9280814 -1016.76721017 2556.13529989 C-1016.33456857 2556.71956747 -1015.90192696 2557.30383505 -1015.45617501 2557.90580771 C-1009.22674597 2566.2675538 -1002.57399372 2574.24154161 -995.76721017 2582.13529989 C-995.15232735 2582.85201864 -994.53744454 2583.56873739 -993.90392892 2584.30717489 C-982.04648894 2598.00407454 -969.63488341 2611.44394034 -955.76721017 2623.13529989 C-954.81330392 2623.97834677 -953.85939767 2624.82139364 -952.87658517 2625.68998739 C-933.18167617 2643.03352934 -911.4981817 2658.05453925 -888.76721017 2671.13529989 C-888.09286935 2671.52395224 -887.41852853 2671.91260458 -886.72375314 2672.31303427 C-805.2828232 2718.97953253 -711.5353765 2739.68435168 -284.64221017 2775.26029989 C-283.85020966 2775.27988005 -283.05820916 2775.2994602 -282.24220864 2775.3196337 C-223.39140551 2776.77259045 -164.5210644 2777.33999841 -105.65474908 2777.68274424 C-103.04571993 2777.69799863 -100.43669263 2777.71354091 -97.82766549 2777.72913382 C-14.25850609 2778.22607196 69.31180987 2778.27343879 655.23278983 2772.13529989 C655.9732505 2772.10582518 656.71371116 2772.07635046 657.47661002 2772.04598257 C754.67751984 2768.16323604 852.40686851 2761.12386545 1056.23278983 2717.13529989 C1057.35379081 2716.78531943 1058.47479179 2716.43533896 1059.62976249 2716.07475302 C1116.81312175 2698.12504446 1172.31459096 2670.97848927 1218.23278983 2632.13529989 C1219.23052421 2631.31029989 1220.22825858 2630.48529989 1221.25622733 2629.63529989 C1237.24239224 2616.36565827 1252.80392489 2602.01614443 1266.23278983 2586.13529989 C1267.49929374 2584.70250693 1267.49929374 2584.70250693 1268.79138358 2583.24076864 C1286.13244779 2563.54587398 1301.15281583 2541.86490445 1314.23278983 2519.13529989 C1314.62144218 2518.46095907 1315.01009452 2517.78661825 1315.41052421 2517.09184286 C1362.07702247 2435.65091293 1382.78184162 2341.90346623 1419.57653983 1857.05717489 C1419.6115258 1855.1880242 1419.6115258 1855.1880242 1419.64721854 1853.28111288 C1420.12474381 1826.13290122 1420.28882641 1798.98818979 1420.25853904 1771.83638403 C1420.25459069 1767.89683891 1420.25296711 1763.95729274 1420.25110038 1760.01774618 C1420.24716728 1752.39026144 1420.24083363 1744.76278153 1420.23278983 1737.13529989 C1368.37623164 1737.1123428 1316.51967396 1737.09475575 1264.66311166 1737.08423457 C1258.52203107 1737.08298406 1252.38095049 1737.08168972 1246.23986991 1737.08036825 C1245.01744211 1737.08010594 1243.79501431 1737.07984363 1242.53554324 1737.07957337 C1222.81823233 1737.07523819 1203.10092436 1737.06736263 1183.38361519 1737.0581471 C1163.1076242 1737.04875045 1142.83163475 1737.04323164 1122.55564167 1737.0412114 C1110.07388329 1737.03984858 1097.59213327 1737.03556605 1085.11037747 1737.02738343 C1076.51704635 1737.02204158 1067.92371947 1737.02051224 1059.33038681 1737.02179852 C1054.39427288 1737.02243045 1049.45817341 1737.02155772 1044.52206214 1737.01609442 C1025.71820095 1736.99637026 1006.92781708 1737.07732745 988.12993034 1737.58770773 C987.3846729 1737.60768696 986.63941546 1737.62766619 985.87157446 1737.64825084 C940.7018094 1738.89277512 894.13712812 1740.38364527 858.23278983 1771.13529989 C857.2131414 1771.97190146 856.19349296 1772.80850302 855.14294608 1773.67045614 C848.01563187 1779.56903053 841.34014498 1785.84716156 834.79528983 1792.38529989 C834.05021171 1793.12957236 833.30513358 1793.87384482 832.53747733 1794.64067099 C828.53481078 1798.68375944 824.70561617 1802.8227792 820.99035819 1807.13041708 C817.18920467 1811.46644607 813.16640559 1815.60166953 809.19372733 1819.77983114 C802.6993549 1826.63778813 796.53988778 1833.75651944 790.42028983 1840.94779989 C786.69984767 1845.30887122 782.92658431 1849.60295013 779.04528983 1853.82279989 C775.01885148 1858.20885635 771.25169261 1862.75271617 767.51403983 1867.38529989 C765.16560015 1870.21629568 762.72369081 1872.92913587 760.23278983 1875.63529989 C756.11900075 1880.1051511 752.26191687 1884.72574883 748.44763358 1889.45170614 C746.27646157 1892.08238547 744.03037626 1894.61472414 741.73278983 1897.13529989 C738.61820315 1900.55269362 735.64092363 1904.04052339 732.73278983 1907.63529989 C729.12246541 1912.09806203 725.34851055 1916.36249522 721.48278983 1920.60404989 C719.1541693 1923.22374799 716.93716036 1925.91045299 714.73278983 1928.63529989 C711.12246541 1933.09806203 707.34851055 1937.36249522 703.48278983 1941.60404989 C701.1541693 1944.22374799 698.93716036 1946.91045299 696.73278983 1949.63529989 C693.12246541 1954.09806203 689.34851055 1958.36249522 685.48278983 1962.60404989 C683.1541693 1965.22374799 680.93716036 1967.91045299 678.73278983 1970.63529989 C675.12246541 1975.09806203 671.34851055 1979.36249522 667.48278983 1983.60404989 C665.1541693 1986.22374799 662.93716036 1988.91045299 660.73278983 1991.63529989 C657.12246541 1996.09806203 653.34851055 2000.36249522 649.48278983 2004.60404989 C647.1541693 2007.22374799 644.93716036 2009.91045299 642.73278983 2012.63529989 C639.12129849 2017.09950447 635.34618289 2021.36532103 631.47888358 2025.60795614 C629.17091385 2028.20492382 626.97723121 2030.86934002 624.79528983 2033.57279989 C620.88582043 2038.40334848 616.77751152 2043.00643084 612.57263358 2047.58061239 C610.57444135 2049.76227804 608.61130095 2051.96541298 606.67028983 2054.19779989 C602.58359975 2058.89701495 598.40497649 2063.51206603 594.23278983 2068.13529989 C593.51091483 2068.93967489 592.78903983 2069.74404989 592.04528983 2070.57279989 C590.60014905 2072.18309963 589.1528399 2073.79145632 587.70324882 2075.39775107 C586.12530076 2077.14629654 584.55029106 2078.89750116 582.97912772 2080.6521456 C575.34963033 2089.08841258 567.36933104 2097.15180282 559.31604179 2105.18241904 C557.03517006 2107.45789573 554.75974009 2109.73871706 552.48474296 2112.02006552 C551.01175643 2113.4923917 549.53845997 2114.9644079 548.06482108 2116.43608114 C547.39691047 2117.10601599 546.72899986 2117.77595083 546.04084953 2118.46618674 C541.59853112 2122.88678163 536.99001501 2127.05689923 532.23278983 2131.13529989 C531.71699363 2131.58396918 531.20119743 2132.03263846 530.66977103 2132.49490378 C515.10825877 2146.02540567 498.60382109 2158.03237861 481.23278983 2169.13529989 C480.52219413 2169.59001669 479.81159843 2170.04473349 479.07946952 2170.51322958 C398.39083898 2221.49715786 299.5672831 2222.49861167 207.34395965 2222.4039509 C203.39014686 2222.40087717 199.43634324 2222.40109294 195.48253043 2222.40293143 C194.48225714 2222.40339112 194.48225714 2222.40339112 193.4617763 2222.40386011 C192.10495698 2222.40449989 190.74813766 2222.40514832 189.39131834 2222.40580529 C176.81840271 2222.41143982 164.24551676 2222.40506095 151.67260601 2222.39420456 C141.00336212 2222.38527544 130.33416184 2222.38682946 119.66491874 2222.39604208 C107.12138154 2222.40686884 94.57787001 2222.41089116 82.03432878 2222.40481756 C80.68390227 2222.40418079 79.33347575 2222.40355205 77.98304923 2222.40293143 C77.31948479 2222.40262287 76.65592034 2222.40231432 75.97224789 2222.40199642 C71.40930315 2222.40030613 66.84637598 2222.40320699 62.28343375 2222.40789053 C37.82764089 2222.42950379 13.4029724 2222.35677744 -11.03088204 2221.22807333 C-11.9008831 2221.18818179 -12.77088416 2221.14829025 -13.66724889 2221.10718987 C-70.34906166 2218.42728525 -127.25480611 2210.17876396 -178.76721017 2185.13529989 C-180.11202462 2184.48633749 -180.11202462 2184.48633749 -181.48400704 2183.82426474 C-201.50779699 2174.06039647 -220.32915259 2162.0092003 -237.76721017 2148.13529989 C-238.37967599 2147.64996786 -238.99214181 2147.16463583 -239.6231672 2146.66459677 C-247.34986619 2140.5250136 -254.91669848 2134.27574334 -262.14221017 2127.54936239 C-264.20107383 2125.65594314 -266.2856439 2123.82460044 -268.4056379 2122.00175497 C-272.84087202 2118.12514737 -277.01911925 2114.02782604 -281.17736642 2109.85795614 C-281.94850274 2109.08777655 -282.71963906 2108.31759695 -283.51414315 2107.52407858 C-285.1330117 2105.90588616 -286.75063567 2104.28644777 -288.36706368 2102.66581747 C-290.82289735 2100.20462757 -293.28402381 2097.74882181 -295.74572579 2095.29350302 C-297.3274267 2093.71114123 -298.90881734 2092.12846922 -300.48986642 2090.54545614 C-301.21609704 2089.82124975 -301.94232766 2089.09704336 -302.69056527 2088.35089133 C-306.69306869 2084.33021885 -310.53019527 2080.2194499 -314.22788827 2075.91616843 C-316.67034047 2073.09045259 -319.22108904 2070.36732158 -321.76721017 2067.63529989 C-328.68482796 2060.17071263 -335.32696389 2052.4920888 -341.94299142 2044.76054404 C-345.70107016 2040.37089928 -349.479036 2035.99898622 -353.26721017 2031.63529989 C-358.96587588 2025.06924316 -364.63126059 2018.47537285 -370.28332345 2011.86918661 C-372.77616541 2008.95635944 -375.27183783 2006.04595929 -377.76721017 2003.13529989 C-378.76722357 2001.96864472 -379.76722357 2000.80197805 -380.76721017 1999.63529989 C-381.26221017 1999.05779989 -381.75721017 1998.48029989 -382.26721017 1997.88529989 C-470.76721017 1894.63529989 -470.76721017 1894.63529989 -472.26696603 1892.88554404 C-473.26772622 1891.71801762 -474.26854009 1890.5505372 -475.26940743 1889.38310263 C-477.75821693 1886.47996361 -480.24611107 1883.5760504 -482.73205392 1880.67045614 C-495.96949089 1865.14167059 -495.96949089 1865.14167059 -509.51721017 1849.88529989 C-512.41130943 1846.69918341 -515.14906517 1843.4400131 -517.82971017 1840.07279989 C-522.56505617 1834.20999055 -527.71690887 1828.77297694 -532.91979806 1823.32450888 C-536.71785725 1819.34289165 -540.40271534 1815.2951343 -544.00744454 1811.13798544 C-556.56964412 1796.84168645 -569.81904988 1782.93414451 -584.76721017 1771.13529989 C-585.55353829 1770.47014364 -586.33986642 1769.80498739 -587.15002267 1769.11967489 C-622.72417074 1739.29844185 -670.48071281 1738.77220437 -714.66435067 1737.58770773 C-715.44896029 1737.56640484 -716.23356992 1737.54510196 -717.04195559 1737.52315352 C-735.99189289 1737.02125766 -754.93799116 1736.99825443 -773.89334993 1737.01923427 C-778.92273972 1737.02364793 -783.95212867 1737.02208481 -788.98151986 1737.021332 C-797.64766393 1737.02081352 -806.31380034 1737.0238886 -814.97994248 1737.02956984 C-827.50895601 1737.03777799 -840.03796593 1737.04030948 -852.56698186 1737.04155783 C-872.90594351 1737.04373391 -893.2449011 1737.05035437 -913.58386056 1737.05986044 C-933.31400358 1737.06907225 -953.0441455 1737.07613453 -972.77429025 1737.08036825 C-973.99521165 1737.08063098 -975.21613306 1737.0808937 -976.47405209 1737.08116439 C-982.60047597 1737.08246964 -988.72689985 1737.0837333 -994.85332374 1737.08497629 C-1045.49128869 1737.09530383 -1096.12924923 1737.11288227 -1146.76721017 1737.13529989 Z ' fill='%231C274C' transform='translate(1356.7672101669014,-0.1352998949587345)'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='2987' height='2987'%3E%3Cpath d='M0 0 C8.64667373 0.00234138 17.29334549 0.00254645 25.94001945 0.00148413 C27.20224803 0.0013309 28.46447662 0.00117766 29.76495456 0.00101979 C32.33441142 0.00069985 34.90386829 0.00037563 37.47332515 0.0000472 C60.52895435 -0.00268064 83.58457983 0.00007737 106.64020842 0.00538979 C127.36882487 0.0101299 148.09743516 0.00970504 168.82605155 0.0049288 C192.502683 -0.00050405 216.17931105 -0.00248536 239.85594304 0.00054106 C242.4124821 0.00085939 244.96902116 0.00117377 247.52556022 0.00148413 C248.78127197 0.00163841 250.03698373 0.00179268 251.33074735 0.00195163 C259.89984643 0.00279115 268.46894319 0.0013913 277.03804191 -0.00099542 C327.63716623 -0.01381121 378.23139816 0.10870395 428.82849296 0.58891318 C430.44252157 0.60400856 430.44252157 0.60400856 432.08915683 0.61940891 C456.66062887 0.84983733 481.22996573 1.16072503 505.79907401 1.57374594 C506.85515186 1.59147854 507.91122971 1.60921114 508.99930992 1.62748109 C596.26492618 3.10621368 683.53429469 5.76711353 1123.14129813 71.44706747 C1125.29666694 72.15631948 1127.45385765 72.85983434 1129.6112078 73.56303427 C1157.80544585 82.78537812 1185.36713147 93.53662927 1212.23278983 106.13529989 C1213.1597869 106.5660079 1214.08678397 106.99671591 1215.04187186 107.44047568 C1264.9787083 130.70063624 1312.24549415 159.67227946 1354.16247733 195.53373739 C1356.91013028 197.87787691 1359.72079212 200.13413306 1362.54528983 202.38529989 C1369.36795947 207.94414651 1375.68964754 214.0270672 1382.06530936 220.08549521 C1384.29609616 222.19516923 1386.54156521 224.28813084 1388.79138358 226.37748739 C1389.54403495 227.07865683 1390.29668632 227.77982626 1391.0721453 228.50224325 C1392.50748376 229.83906573 1393.9451473 231.17339813 1395.38562186 232.50468466 C1399.40231088 236.26001043 1403.093983 240.1638951 1406.67199882 244.33866904 C1408.59113148 246.54778796 1410.63300283 248.5981931 1412.73278983 250.63529989 C1416.78128652 254.6429714 1420.53734113 258.80345298 1424.23278983 263.13529989 C1425.13707745 264.17623846 1426.04208515 265.21655172 1426.94763358 266.25639364 C1433.45826047 273.75651639 1439.72846078 281.40433058 1445.79236015 289.26957724 C1447.29474368 291.21554588 1448.80661923 293.15391219 1450.31872733 295.09233114 C1504.62331973 365.03207244 1541.95147021 446.98110863 1575.23278983 564.13529989 C1575.43690482 564.93608969 1575.64101981 565.73687948 1575.85132011 566.56193564 C1599.75990476 660.5323755 1610.93735972 757.2103463 1625.23278983 987.13529989 C1625.27651851 988.21218321 1625.27651851 988.21218321 1625.32113059 989.31082175 C1626.74869515 1024.64359417 1627.50255527 1059.99572382 1628.23092063 1095.34854529 C1628.29188261 1098.28374866 1628.35452292 1101.21891104 1628.41766532 1104.15406821 C1629.09957457 1136.16627926 1629.44208652 1168.18314946 1629.75354179 1200.20072958 C1629.77021636 1201.91299498 1629.77021636 1201.91299498 1629.7872278 1203.6598516 C1630.27995767 1254.66593214 1630.3823406 1305.6690715 1630.36808973 1356.67720504 C1630.36574807 1365.30194026 1630.36554338 1373.92667352 1630.3666056 1382.55140898 C1630.36675883 1383.81057348 1630.36691206 1385.06973798 1630.36706994 1386.36705898 C1630.36738988 1388.93031312 1630.3677141 1391.49356725 1630.36804253 1394.05682139 C1630.37084925 1417.72205672 1630.36768783 1441.38728808 1630.36224217 1465.05252276 C1630.35777918 1485.06180687 1630.35855548 1505.07108418 1630.36316093 1525.08036825 C1630.36859488 1548.69804565 1630.37057446 1572.31571963 1630.36754866 1595.93339757 C1630.36723034 1598.48405672 1630.36691596 1601.03471588 1630.3666056 1603.58537504 C1630.36637419 1605.46458544 1630.36637419 1605.46458544 1630.3661381 1607.38175969 C1630.36529886 1615.92784663 1630.36669779 1624.47393125 1630.36908515 1633.02001784 C1630.38197324 1683.75548532 1630.2556006 1734.48605833 1629.77917655 1785.21952841 C1629.76408116 1786.85142686 1629.76408116 1786.85142686 1629.74868082 1788.51629295 C1629.51916042 1813.26788217 1629.21006012 1838.01731693 1628.79434379 1862.76651022 C1628.76774489 1864.35175102 1628.76774489 1864.35175102 1628.74060864 1865.96901689 C1627.26300259 1953.21205485 1624.59938681 2040.45939653 1558.92102225 2480.0438082 C1558.21177025 2482.199177 1557.50825539 2484.35636772 1556.80505546 2486.51371786 C1547.58271161 2514.70795591 1536.83146046 2542.26964153 1524.23278983 2569.13529989 C1523.80208183 2570.06229697 1523.37137382 2570.98929404 1522.92761405 2571.94438193 C1499.66745349 2621.88121836 1470.69581027 2669.14800421 1434.83435233 2711.06498739 C1432.49021282 2713.81264034 1430.23395667 2716.62330218 1427.98278983 2719.44779989 C1422.42394322 2726.27046954 1416.34102253 2732.59215761 1410.28259452 2738.96781943 C1408.1729205 2741.19860622 1406.07995889 2743.44407527 1403.99060233 2745.69389364 C1403.2894329 2746.44654501 1402.58826347 2747.19919638 1401.86584647 2747.97465536 C1400.529024 2749.40999382 1399.1946916 2750.84765736 1397.86340507 2752.28813193 C1394.1080793 2756.30482094 1390.20419463 2759.99649306 1386.02942069 2763.57450888 C1383.82030177 2765.49364155 1381.76989663 2767.53551289 1379.73278983 2769.63529989 C1375.72511833 2773.68379658 1371.56463675 2777.43985119 1367.23278983 2781.13529989 C1366.19185127 2782.03958752 1365.15153801 2782.94459521 1364.11169608 2783.85014364 C1356.61157334 2790.36077053 1348.96375915 2796.63097084 1341.09851249 2802.69487021 C1339.15254385 2804.19725374 1337.21417754 2805.70912929 1335.27575858 2807.22123739 C1265.33601729 2861.5258298 1183.38698109 2898.85398027 1066.23278983 2932.13529989 C1065.03160514 2932.44147238 1065.03160514 2932.44147238 1063.80615409 2932.75383017 C969.83571423 2956.66241482 873.15774342 2967.83986978 643.23278983 2982.13529989 C642.15590652 2982.17902857 642.15590652 2982.17902857 641.05726798 2982.22364065 C605.72449556 2983.65120521 570.37236591 2984.40506533 535.01954444 2985.13343069 C532.08434107 2985.19439267 529.14917869 2985.25703299 526.21402152 2985.32017538 C494.20710142 2986.00197092 462.1955175 2986.34459335 430.18322929 2986.65605185 C428.47122173 2986.67272642 428.47122173 2986.67272642 426.72462817 2986.68973786 C375.63798927 2987.18330337 324.55427431 2987.28483504 273.46557967 2987.27059979 C264.81890594 2987.26825841 256.17223417 2987.26805334 247.52556022 2987.26911566 C245.63221734 2987.26934551 245.63221734 2987.26934551 243.70062511 2987.26958 C241.13116824 2987.26989994 238.56171138 2987.27022416 235.99225451 2987.27055259 C212.93662532 2987.27328043 189.88099983 2987.27052242 166.82537125 2987.26521 C146.0967548 2987.26046989 125.36814451 2987.26089475 104.63952811 2987.26567099 C80.96289666 2987.27110384 57.28626861 2987.27308515 33.60963662 2987.27005873 C31.05309757 2987.2697404 28.49655851 2987.26942602 25.94001945 2987.26911566 C24.68430769 2987.26896138 23.42859594 2987.26880711 22.13483231 2987.26864816 C13.56573324 2987.26780864 4.99663648 2987.26920849 -3.57246224 2987.27159521 C-54.17158657 2987.284411 -104.76581849 2987.16189584 -155.36291329 2986.68168661 C-156.97694191 2986.66659123 -156.97694191 2986.66659123 -158.62357716 2986.65119088 C-183.1950492 2986.42076246 -207.76438607 2986.10987476 -232.33349435 2985.69685385 C-233.91761112 2985.67025495 -233.91761112 2985.67025495 -235.53373025 2985.6431187 C-322.79934651 2984.16438611 -410.06871503 2981.50348626 -849.67571847 2915.82353232 C-851.83108727 2915.11428031 -853.98827799 2914.41076545 -856.14562814 2913.70756552 C-884.33986618 2904.48522167 -911.90155181 2893.73397052 -938.76721017 2881.13529989 C-939.69420724 2880.70459189 -940.62120431 2880.27388388 -941.5762922 2879.83012411 C-991.51312863 2856.56996355 -1038.77991449 2827.59832033 -1080.69689767 2791.73686239 C-1083.44455062 2789.39272288 -1086.25521245 2787.13646673 -1089.07971017 2784.88529989 C-1095.90237981 2779.32645328 -1102.22406788 2773.24353259 -1108.5997297 2767.18510458 C-1110.8305165 2765.07543056 -1113.07598555 2762.98246895 -1115.32580392 2760.89311239 C-1116.45478097 2759.84135824 -1116.45478097 2759.84135824 -1117.60656564 2758.76835654 C-1119.04190409 2757.43153406 -1120.47956763 2756.09720166 -1121.9200422 2754.76591513 C-1125.93673121 2751.01058936 -1129.62840334 2747.10670469 -1133.20641915 2742.93193075 C-1135.12555182 2740.72281183 -1137.16742316 2738.67240669 -1139.26721017 2736.63529989 C-1143.31570685 2732.62762839 -1147.07176147 2728.46714681 -1150.76721017 2724.13529989 C-1151.67149779 2723.09436133 -1152.57650548 2722.05404807 -1153.48205392 2721.01420614 C-1159.9926808 2713.5140834 -1166.26288111 2705.86626921 -1172.32678048 2698.00102255 C-1173.82916401 2696.05505391 -1175.34103957 2694.1166876 -1176.85314767 2692.17826864 C-1231.15774007 2622.23852735 -1268.48589055 2540.28949116 -1301.76721017 2423.13529989 C-1302.07338265 2421.9341152 -1302.07338265 2421.9341152 -1302.38574044 2420.70866415 C-1326.2943251 2326.73822429 -1337.47178005 2230.06025349 -1351.76721017 2000.13529989 C-1351.81093884 1999.05841658 -1351.81093884 1999.05841658 -1351.85555093 1997.95977804 C-1353.28311548 1962.62700562 -1354.03697561 1927.27487597 -1354.76534097 1891.9220545 C-1354.82630295 1888.98685113 -1354.88894326 1886.05168875 -1354.95208566 1883.11653158 C-1355.63388119 1851.10961149 -1355.97650363 1819.09802757 -1356.28796212 1787.08573935 C-1356.2990785 1785.94440098 -1356.31019489 1784.80306261 -1356.32164813 1783.62713823 C-1356.81521364 1732.54049933 -1356.91674531 1681.45678437 -1356.90251006 1630.36808973 C-1356.90016868 1621.721416 -1356.89996361 1613.07474424 -1356.90102593 1604.42807028 C-1356.90117917 1603.16584169 -1356.9013324 1601.90361311 -1356.90149027 1600.60313517 C-1356.90181021 1598.03367831 -1356.90213443 1595.46422144 -1356.90246287 1592.89476458 C-1356.9051907 1569.83913538 -1356.90243269 1546.7835099 -1356.89712027 1523.72788131 C-1356.89238017 1502.99926486 -1356.89280503 1482.27065457 -1356.89758126 1461.54203818 C-1356.90301411 1437.86540672 -1356.90499542 1414.18877868 -1356.901969 1390.51214669 C-1356.90165067 1387.95560763 -1356.90133629 1385.39906857 -1356.90102593 1382.84252951 C-1356.90087166 1381.58681775 -1356.90071738 1380.331106 -1356.90055843 1379.03734237 C-1356.89971892 1370.4682433 -1356.90111876 1361.89914654 -1356.90350549 1353.33004782 C-1356.91632128 1302.7309235 -1356.79380612 1252.13669157 -1356.31359689 1201.53959677 C-1356.2985015 1199.92556816 -1356.2985015 1199.92556816 -1356.28310115 1198.2789329 C-1356.05267273 1173.70746086 -1355.74178504 1149.138124 -1355.32876412 1124.56901572 C-1355.31103152 1123.51293787 -1355.29329892 1122.45686002 -1355.27502897 1121.36877981 C-1353.79629638 1034.10316355 -1351.13539653 946.83379503 -1285.45544259 507.22679159 C-1284.74619058 505.07142279 -1284.04267572 502.91423207 -1283.33947579 500.75688193 C-1274.11713194 472.56264388 -1263.36588079 445.00095826 -1250.76721017 418.13529989 C-1250.33650216 417.20830282 -1249.90579415 416.28130575 -1249.46203439 415.32621786 C-1226.20187382 365.38938143 -1197.2302306 318.12259558 -1161.36877267 276.20561239 C-1159.02463316 273.45795945 -1156.768377 270.64729761 -1154.51721017 267.82279989 C-1146.75341808 258.27922153 -1138.12530282 249.37592752 -1129.35046212 240.76029989 C-1127.66973652 239.03525601 -1126.12214614 237.23436471 -1124.57971017 235.38529989 C-1121.07439186 231.31026846 -1117.16389715 227.7339828 -1113.17956368 224.14115927 C-1110.38486049 221.62104961 -1107.65085471 219.07330866 -1105.01721017 216.38529989 C-1101.44055326 212.75742595 -1097.63331626 209.45000026 -1093.76721017 206.13529989 C-1092.72389637 205.2281445 -1091.68095638 204.32055908 -1090.63830392 203.41264364 C-1083.14000712 196.90557469 -1075.4952557 190.63737479 -1067.63293282 184.57572958 C-1065.68696419 183.07334605 -1063.74859787 181.5614705 -1061.81017892 180.04936239 C-991.87043762 125.74476999 -909.92140143 88.41661952 -792.76721017 55.13529989 C-791.96642037 54.9311849 -791.16563058 54.72706991 -790.34057442 54.51676962 C-696.37013456 30.60818497 -599.69216376 19.43073001 -369.76721017 5.13529989 C-369.04928796 5.10614744 -368.33136575 5.07699499 -367.59168832 5.04695914 C-332.25891589 3.61939458 -296.90678624 2.86553446 -261.55396478 2.1371691 C-258.6187614 2.07620712 -255.68359902 2.0135668 -252.74844186 1.95042441 C-220.74152176 1.26862887 -188.72993784 0.92600644 -156.71764962 0.61454794 C-155.57631125 0.60343156 -154.43497288 0.59231517 -153.2590485 0.58086193 C-102.1724096 0.08729642 -51.08869465 -0.01423525 0 0 Z M-101.05530755 209.55725596 C-103.60808782 209.57259486 -106.16086956 209.58766358 -108.71365182 209.60266897 C-167.54766649 209.950225 -226.38697397 210.53003261 -285.20471017 212.01029989 C-286.88792742 212.05207291 -288.57114479 212.09384117 -290.25436227 212.13560507 C-373.82179883 214.22383421 -457.55722229 217.39171727 -944.76721017 355.13529989 C-945.76494454 355.96029989 -946.76267892 356.78529989 -947.79064767 357.63529989 C-963.77681257 370.90494152 -979.33834522 385.25445536 -992.76721017 401.13529989 C-994.03371407 402.56809286 -994.03371407 402.56809286 -995.32580392 404.02983114 C-1012.66686812 423.72472581 -1027.68723617 445.40569534 -1040.76721017 468.13529989 C-1041.15586251 468.80964072 -1041.54451485 469.48398154 -1041.94494454 470.17875693 C-1059.82156556 501.37648323 -1073.6796952 533.9697416 -1084.76721017 568.13529989 C-1085.15360665 569.31801474 -1085.54000314 570.50072958 -1085.9381086 571.71928427 C-1114.79015463 660.57294486 -1126.60606658 754.57444785 -1144.83043496 1069.20860693 C-1144.87053001 1070.82421181 -1144.91088436 1072.43981029 -1144.95154397 1074.05540106 C-1146.44576834 1133.46312509 -1146.94580838 1192.89051428 -1147.28461973 1252.3141599 C-1147.31782773 1258.07251905 -1147.35507098 1263.83084038 -1147.39489571 1269.58915732 C-1147.98866051 1355.76949317 -1147.80948808 1441.95347624 -1147.76721017 1528.13529989 C-1146.84502442 1528.13665642 -1145.92283868 1528.13801295 -1144.97270791 1528.13941059 C-1090.14947658 1528.2202269 -1035.32627009 1528.3113533 -980.50307761 1528.41535151 C-973.90020396 1528.42786832 -967.29733016 1528.44030142 -960.69445626 1528.45268271 C-958.72293137 1528.4563817 -958.72293137 1528.4563817 -956.71157769 1528.46015542 C-935.512234 1528.49973078 -914.31288508 1528.53254496 -893.11352627 1528.56279971 C-871.31311833 1528.59406504 -849.51273232 1528.63273707 -827.7123491 1528.67808995 C-814.29243054 1528.70578077 -800.87252776 1528.72789642 -787.45258854 1528.7425624 C-778.21305689 1528.75321692 -768.97355604 1528.77115403 -759.73404775 1528.79446693 C-754.42693561 1528.80765355 -749.11986605 1528.81796842 -743.81273667 1528.81951353 C-723.57544062 1528.82749635 -703.38332167 1529.02736444 -683.16833321 1530.04194662 C-682.37049405 1530.081487 -681.57265488 1530.12102738 -680.75063876 1530.16176595 C-627.44118347 1532.87408988 -572.61607657 1540.5143766 -524.14562814 1563.98490927 C-521.72786983 1565.15432799 -519.29715959 1566.29334719 -516.86486642 1567.43217489 C-490.61248784 1579.93220093 -466.77962527 1597.25697659 -444.70471017 1616.07279989 C-444.2000422 1616.50189657 -443.69537423 1616.93099325 -443.17541329 1617.37309286 C-431.34698282 1627.57014267 -420.23966014 1638.50215947 -409.21740548 1649.55473349 C-406.87837536 1651.89916666 -404.53398819 1654.23814861 -402.18908517 1656.57670614 C-400.6757433 1658.09070824 -399.16271136 1659.60502019 -397.65002267 1661.11967489 C-396.9613511 1661.80632223 -396.27267953 1662.49296957 -395.56313912 1663.20042441 C-391.65948263 1667.12277468 -387.9290804 1671.14474754 -384.32040231 1675.34056113 C-381.87198794 1678.16974374 -379.31778761 1680.89849652 -376.76721017 1683.63529989 C-371.38168486 1689.44665358 -366.13996333 1695.35687853 -360.99377267 1701.38139364 C-359.95998477 1702.5910857 -358.9261287 1703.80071949 -357.89221017 1705.01029989 C-357.37231515 1705.61905966 -356.85242013 1706.22781943 -356.31677071 1706.85502646 C-353.287893 1710.39211149 -350.21549274 1713.87947998 -347.07971017 1717.32279989 C-343.22870012 1721.56238033 -339.61877061 1725.96462101 -336.01721017 1730.41654989 C-333.83219447 1733.05677719 -331.57549626 1735.6025971 -329.26721017 1738.13529989 C-326.24438596 1741.45519476 -323.34208855 1744.83294101 -320.51721017 1748.32279989 C-315.30202501 1754.76241982 -309.85389265 1760.98985393 -304.41369454 1767.23881552 C-301.83083608 1770.21385178 -299.26664102 1773.20474049 -296.70471017 1776.19779989 C-296.21381905 1776.77119101 -295.72292794 1777.34458212 -295.21716134 1777.93534872 C-294.22835813 1779.09060507 -293.23966968 1780.24595965 -292.25109689 1781.40141318 C-289.75825493 1784.31424035 -287.2625825 1787.2246405 -284.76721017 1790.13529989 C-283.76719677 1791.30195507 -282.76719676 1792.46862174 -281.76721017 1793.63529989 C-281.27221017 1794.21279989 -280.77721017 1794.79029989 -280.26721017 1795.38529989 C-239.76721016 1842.6352999 -239.76721016 1842.6352999 -238.26745431 1844.38505575 C-237.26669411 1845.55258217 -236.26588024 1846.72006259 -235.2650129 1847.88749716 C-232.77620341 1850.79063618 -230.28830926 1853.69454939 -227.80236642 1856.60014364 C-222.10231248 1863.26020667 -216.37962732 1869.89978923 -210.63171212 1876.51860068 C-206.90654264 1880.8111653 -203.20750001 1885.12524314 -199.51721017 1889.44779989 C-195.34196813 1894.33419834 -191.09766385 1899.14804934 -186.77892892 1903.90873739 C-184.91986348 1905.96634381 -183.08792659 1908.04376753 -181.26721017 1910.13529989 C-177.87226078 1914.03320475 -174.41055132 1917.86877047 -170.94689767 1921.70561239 C-169.07575923 1923.7913617 -167.22796185 1925.89347618 -165.39221017 1928.01029989 C-150.82879168 1944.70170648 -135.79580939 1961.92637132 -118.76721017 1976.13529989 C-118.24385079 1976.5777706 -117.72049142 1977.0202413 -117.18127267 1977.47612021 C-76.83576892 2011.43358586 -27.30739995 2012.55787675 23.14294608 2013.68998739 C24.06910287 2013.71092333 24.99525966 2013.73185927 25.9494818 2013.75342963 C59.93794619 2014.48582113 93.94540335 2014.28495391 127.93967577 2014.26386926 C134.72659448 2014.2600976 141.5134986 2014.26145857 148.30041679 2014.26567099 C199.64673843 2014.36463708 199.64673843 2014.36463708 250.98669608 2013.68217489 C252.33604145 2013.6522514 252.33604145 2013.6522514 253.71264632 2013.62172339 C307.92774647 2012.3644125 355.87652425 2009.3155124 397.23278983 1971.13529989 C398.87791522 1969.67616798 400.52375724 1968.21784368 402.17028983 1966.76029989 C409.76443894 1959.9184014 416.98485259 1952.74002638 423.62341483 1944.96342489 C425.25865417 1943.10592001 426.96760777 1941.3692398 428.73278983 1939.63529989 C431.74351806 1936.67130137 434.52522734 1933.56811393 437.28357108 1930.36967489 C439.56299677 1927.75678613 441.89491337 1925.19599969 444.23278983 1922.63529989 C449.25192504 1917.12630915 454.17399419 1911.54806473 459.01403983 1905.88139364 C460.04524813 1904.67432677 461.07649931 1903.46729652 462.10778983 1902.26029989 C462.62752372 1901.65170126 463.14725761 1901.04310263 463.682741 1900.41606161 C466.71184578 1896.87887032 469.78435286 1893.39128935 472.92028983 1889.94779989 C475.94991852 1886.61302875 478.83887076 1883.20242351 481.67028983 1879.69779989 C485.52987586 1874.92533786 489.60478974 1870.40420881 493.76013358 1865.88920614 C496.97988502 1862.30322706 499.99184159 1858.56828497 503.01794608 1854.81889364 C505.1891181 1852.18821432 507.4352034 1849.65587565 509.73278983 1847.13529989 C512.84737652 1843.71790617 515.82465603 1840.2300764 518.73278983 1836.63529989 C522.34311426 1832.17253776 526.11706912 1827.90810457 529.98278983 1823.66654989 C532.31141036 1821.0468518 534.52841931 1818.3601468 536.73278983 1815.63529989 C540.34311426 1811.17253776 544.11706912 1806.90810457 547.98278983 1802.66654989 C550.31141036 1800.0468518 552.52841931 1797.3601468 554.73278983 1794.63529989 C558.34311426 1790.17253776 562.11706912 1785.90810457 565.98278983 1781.66654989 C568.31141036 1779.0468518 570.52841931 1776.3601468 572.73278983 1773.63529989 C575.64092363 1770.04052339 578.61820315 1766.55269362 581.73278983 1763.13529989 C584.75561404 1759.81540503 587.65791145 1756.43765878 590.48278983 1752.94779989 C595.16226659 1747.16966338 600.02694803 1741.56631034 604.90857108 1735.95951864 C608.03571169 1732.36761868 611.13780931 1728.75491424 614.23278983 1725.13529989 C623.0518486 1714.83496615 631.87397228 1704.54969732 641.03357108 1694.54936239 C643.5549415 1691.78167693 646.0169824 1688.96694844 648.47497733 1686.14311239 C652.01531441 1682.09926071 655.62280428 1678.1169166 659.23278983 1674.13529989 C660.04820243 1673.23303671 660.86361503 1672.33077353 661.7037371 1671.40116904 C669.76547659 1662.54148759 678.17157585 1654.04287871 686.65222343 1645.58549521 C688.9966566 1643.24646509 691.33563855 1640.90207792 693.67419608 1638.55717489 C695.18819818 1637.04383303 696.70251013 1635.53080109 698.21716483 1634.01811239 C698.90381217 1633.32944083 699.59045951 1632.64076926 700.29791434 1631.93122885 C704.78289347 1627.46762498 709.4310531 1623.25471535 714.23278983 1619.13529989 C715.19700858 1618.28967489 716.16122733 1617.44404989 717.15466483 1616.57279989 C779.77806512 1562.59904053 854.31757944 1537.79280229 935.92028983 1531.38529989 C937.04011253 1531.29668692 937.04011253 1531.29668692 938.1825579 1531.20628378 C943.52949815 1530.79179573 948.87922493 1530.45156898 954.23278983 1530.13529989 C955.37692785 1530.06753873 955.37692785 1530.06753873 956.54417976 1529.99840865 C977.17121398 1528.83963716 997.81913188 1528.96152447 1018.4709092 1528.93469128 C1023.88976872 1528.92658896 1029.3086148 1528.91292607 1034.72746452 1528.89997885 C1044.089007 1528.87835359 1053.45055093 1528.8601591 1062.81210502 1528.84437392 C1076.34691715 1528.82154682 1089.88171431 1528.79342271 1103.41651364 1528.76405464 C1125.38212119 1528.71653488 1147.34773491 1528.67322901 1169.31335624 1528.63261435 C1190.63595244 1528.59317953 1211.95854273 1528.55173451 1233.28112968 1528.50761435 C1234.59806335 1528.50489008 1235.91499703 1528.5021658 1237.27183779 1528.49935898 C1243.8792862 1528.48567819 1250.48673452 1528.47195817 1257.09418281 1528.45821867 C1311.8070404 1528.34449958 1366.51990985 1528.2376366 1421.23278983 1528.13529989 C1421.36270117 1398.19655626 1421.36270117 1398.19655626 1420.88944419 1268.25915167 C1420.86168819 1264.01528048 1420.83535334 1259.77140154 1420.80931516 1255.5275195 C1420.23451919 1162.03383945 1418.96224888 1068.56365016 1415.23278983 975.13529989 C1415.20331512 974.39483923 1415.1738404 973.65437857 1415.14347251 972.8914797 C1411.26072598 875.69056988 1404.22135539 777.96122122 1360.23278983 574.13529989 C1359.88280936 573.01429892 1359.5328289 571.89329794 1359.17224296 570.73832724 C1341.22253439 513.55496797 1314.07597921 458.05349876 1275.23278983 412.13529989 C1274.40778983 411.13756552 1273.58278983 410.13983114 1272.73278983 409.11186239 C1259.46314821 393.12569749 1245.11363437 377.56416484 1229.23278983 364.13529989 C1228.27759452 363.29096396 1227.32239921 362.44662802 1226.33825858 361.57670614 C1206.64336392 344.23564194 1184.96239439 329.2152739 1162.23278983 316.13529989 C1161.2212786 315.55232138 1161.2212786 315.55232138 1160.1893328 314.95756552 C1128.9916065 297.0809445 1096.39834813 283.22281486 1062.23278983 272.13529989 C1061.05007499 271.74890341 1059.86736015 271.36250693 1058.64880546 270.96440146 C969.79514487 242.11235544 875.79364188 230.29644348 561.1594828 212.0720751 C559.54387791 212.03198005 557.92827944 211.9916257 556.31268867 211.95096609 C497.44145282 210.47023548 438.54643182 209.93399858 379.65910896 209.58785555 C377.07326556 209.57259616 374.48742399 209.55705423 371.90158256 209.54146597 C288.09803856 209.03893765 204.2933435 209.001519 -101.05530755 209.55725596 Z M-1146.76721017 1737.13529989 C-1146.77608412 1745.54997473 -1146.7826525 1753.96464747 -1146.78663973 1762.3793259 C-1146.78855792 1766.29086995 -1146.7911367 1770.2024107 -1146.79549996 1774.11395285 C-1146.82550439 1801.76515822 -1146.62844347 1829.41024976 -1146.11096017 1857.05717489 C-1146.098135 1857.75776778 -1146.08530984 1858.45836066 -1146.07209603 1859.18018362 C-1144.62668731 1938.13638207 -1142.48846242 2017.10170126 -1063.76721017 2474.13529989 C-1063.27623849 2475.19716513 -1062.78526681 2476.25903036 -1062.2794172 2477.35307333 C-1058.87464519 2484.66366848 -1055.36499224 2491.91786082 -1051.76721017 2499.13529989 C-1051.37855782 2499.9166329 -1050.98990548 2500.69796591 -1050.58947579 2501.50297568 C-1040.97372235 2520.6611128 -1029.53458612 2538.9280814 -1016.76721017 2556.13529989 C-1016.33456857 2556.71956747 -1015.90192696 2557.30383505 -1015.45617501 2557.90580771 C-1009.22674597 2566.2675538 -1002.57399372 2574.24154161 -995.76721017 2582.13529989 C-995.15232735 2582.85201864 -994.53744454 2583.56873739 -993.90392892 2584.30717489 C-982.04648894 2598.00407454 -969.63488341 2611.44394034 -955.76721017 2623.13529989 C-954.81330392 2623.97834677 -953.85939767 2624.82139364 -952.87658517 2625.68998739 C-933.18167617 2643.03352934 -911.4981817 2658.05453925 -888.76721017 2671.13529989 C-888.09286935 2671.52395224 -887.41852853 2671.91260458 -886.72375314 2672.31303427 C-805.2828232 2718.97953253 -711.5353765 2739.68435168 -284.64221017 2775.26029989 C-283.85020966 2775.27988005 -283.05820916 2775.2994602 -282.24220864 2775.3196337 C-223.39140551 2776.77259045 -164.5210644 2777.33999841 -105.65474908 2777.68274424 C-103.04571993 2777.69799863 -100.43669263 2777.71354091 -97.82766549 2777.72913382 C-14.25850609 2778.22607196 69.31180987 2778.27343879 655.23278983 2772.13529989 C655.9732505 2772.10582518 656.71371116 2772.07635046 657.47661002 2772.04598257 C754.67751984 2768.16323604 852.40686851 2761.12386545 1056.23278983 2717.13529989 C1057.35379081 2716.78531943 1058.47479179 2716.43533896 1059.62976249 2716.07475302 C1116.81312175 2698.12504446 1172.31459096 2670.97848927 1218.23278983 2632.13529989 C1219.23052421 2631.31029989 1220.22825858 2630.48529989 1221.25622733 2629.63529989 C1237.24239224 2616.36565827 1252.80392489 2602.01614443 1266.23278983 2586.13529989 C1267.49929374 2584.70250693 1267.49929374 2584.70250693 1268.79138358 2583.24076864 C1286.13244779 2563.54587398 1301.15281583 2541.86490445 1314.23278983 2519.13529989 C1314.62144218 2518.46095907 1315.01009452 2517.78661825 1315.41052421 2517.09184286 C1362.07702247 2435.65091293 1382.78184162 2341.90346623 1419.57653983 1857.05717489 C1419.6115258 1855.1880242 1419.6115258 1855.1880242 1419.64721854 1853.28111288 C1420.12474381 1826.13290122 1420.28882641 1798.98818979 1420.25853904 1771.83638403 C1420.25459069 1767.89683891 1420.25296711 1763.95729274 1420.25110038 1760.01774618 C1420.24716728 1752.39026144 1420.24083363 1744.76278153 1420.23278983 1737.13529989 C1368.37623164 1737.1123428 1316.51967396 1737.09475575 1264.66311166 1737.08423457 C1258.52203107 1737.08298406 1252.38095049 1737.08168972 1246.23986991 1737.08036825 C1245.01744211 1737.08010594 1243.79501431 1737.07984363 1242.53554324 1737.07957337 C1222.81823233 1737.07523819 1203.10092436 1737.06736263 1183.38361519 1737.0581471 C1163.1076242 1737.04875045 1142.83163475 1737.04323164 1122.55564167 1737.0412114 C1110.07388329 1737.03984858 1097.59213327 1737.03556605 1085.11037747 1737.02738343 C1076.51704635 1737.02204158 1067.92371947 1737.02051224 1059.33038681 1737.02179852 C1054.39427288 1737.02243045 1049.45817341 1737.02155772 1044.52206214 1737.01609442 C1025.71820095 1736.99637026 1006.92781708 1737.07732745 988.12993034 1737.58770773 C987.3846729 1737.60768696 986.63941546 1737.62766619 985.87157446 1737.64825084 C940.7018094 1738.89277512 894.13712812 1740.38364527 858.23278983 1771.13529989 C857.2131414 1771.97190146 856.19349296 1772.80850302 855.14294608 1773.67045614 C848.01563187 1779.56903053 841.34014498 1785.84716156 834.79528983 1792.38529989 C834.05021171 1793.12957236 833.30513358 1793.87384482 832.53747733 1794.64067099 C828.53481078 1798.68375944 824.70561617 1802.8227792 820.99035819 1807.13041708 C817.18920467 1811.46644607 813.16640559 1815.60166953 809.19372733 1819.77983114 C802.6993549 1826.63778813 796.53988778 1833.75651944 790.42028983 1840.94779989 C786.69984767 1845.30887122 782.92658431 1849.60295013 779.04528983 1853.82279989 C775.01885148 1858.20885635 771.25169261 1862.75271617 767.51403983 1867.38529989 C765.16560015 1870.21629568 762.72369081 1872.92913587 760.23278983 1875.63529989 C756.11900075 1880.1051511 752.26191687 1884.72574883 748.44763358 1889.45170614 C746.27646157 1892.08238547 744.03037626 1894.61472414 741.73278983 1897.13529989 C738.61820315 1900.55269362 735.64092363 1904.04052339 732.73278983 1907.63529989 C729.12246541 1912.09806203 725.34851055 1916.36249522 721.48278983 1920.60404989 C719.1541693 1923.22374799 716.93716036 1925.91045299 714.73278983 1928.63529989 C711.12246541 1933.09806203 707.34851055 1937.36249522 703.48278983 1941.60404989 C701.1541693 1944.22374799 698.93716036 1946.91045299 696.73278983 1949.63529989 C693.12246541 1954.09806203 689.34851055 1958.36249522 685.48278983 1962.60404989 C683.1541693 1965.22374799 680.93716036 1967.91045299 678.73278983 1970.63529989 C675.12246541 1975.09806203 671.34851055 1979.36249522 667.48278983 1983.60404989 C665.1541693 1986.22374799 662.93716036 1988.91045299 660.73278983 1991.63529989 C657.12246541 1996.09806203 653.34851055 2000.36249522 649.48278983 2004.60404989 C647.1541693 2007.22374799 644.93716036 2009.91045299 642.73278983 2012.63529989 C639.12129849 2017.09950447 635.34618289 2021.36532103 631.47888358 2025.60795614 C629.17091385 2028.20492382 626.97723121 2030.86934002 624.79528983 2033.57279989 C620.88582043 2038.40334848 616.77751152 2043.00643084 612.57263358 2047.58061239 C610.57444135 2049.76227804 608.61130095 2051.96541298 606.67028983 2054.19779989 C602.58359975 2058.89701495 598.40497649 2063.51206603 594.23278983 2068.13529989 C593.51091483 2068.93967489 592.78903983 2069.74404989 592.04528983 2070.57279989 C590.60014905 2072.18309963 589.1528399 2073.79145632 587.70324882 2075.39775107 C586.12530076 2077.14629654 584.55029106 2078.89750116 582.97912772 2080.6521456 C575.34963033 2089.08841258 567.36933104 2097.15180282 559.31604179 2105.18241904 C557.03517006 2107.45789573 554.75974009 2109.73871706 552.48474296 2112.02006552 C551.01175643 2113.4923917 549.53845997 2114.9644079 548.06482108 2116.43608114 C547.39691047 2117.10601599 546.72899986 2117.77595083 546.04084953 2118.46618674 C541.59853112 2122.88678163 536.99001501 2127.05689923 532.23278983 2131.13529989 C531.71699363 2131.58396918 531.20119743 2132.03263846 530.66977103 2132.49490378 C515.10825877 2146.02540567 498.60382109 2158.03237861 481.23278983 2169.13529989 C480.52219413 2169.59001669 479.81159843 2170.04473349 479.07946952 2170.51322958 C398.39083898 2221.49715786 299.5672831 2222.49861167 207.34395965 2222.4039509 C203.39014686 2222.40087717 199.43634324 2222.40109294 195.48253043 2222.40293143 C194.48225714 2222.40339112 194.48225714 2222.40339112 193.4617763 2222.40386011 C192.10495698 2222.40449989 190.74813766 2222.40514832 189.39131834 2222.40580529 C176.81840271 2222.41143982 164.24551676 2222.40506095 151.67260601 2222.39420456 C141.00336212 2222.38527544 130.33416184 2222.38682946 119.66491874 2222.39604208 C107.12138154 2222.40686884 94.57787001 2222.41089116 82.03432878 2222.40481756 C80.68390227 2222.40418079 79.33347575 2222.40355205 77.98304923 2222.40293143 C77.31948479 2222.40262287 76.65592034 2222.40231432 75.97224789 2222.40199642 C71.40930315 2222.40030613 66.84637598 2222.40320699 62.28343375 2222.40789053 C37.82764089 2222.42950379 13.4029724 2222.35677744 -11.03088204 2221.22807333 C-11.9008831 2221.18818179 -12.77088416 2221.14829025 -13.66724889 2221.10718987 C-70.34906166 2218.42728525 -127.25480611 2210.17876396 -178.76721017 2185.13529989 C-180.11202462 2184.48633749 -180.11202462 2184.48633749 -181.48400704 2183.82426474 C-201.50779699 2174.06039647 -220.32915259 2162.0092003 -237.76721017 2148.13529989 C-238.37967599 2147.64996786 -238.99214181 2147.16463583 -239.6231672 2146.66459677 C-247.34986619 2140.5250136 -254.91669848 2134.27574334 -262.14221017 2127.54936239 C-264.20107383 2125.65594314 -266.2856439 2123.82460044 -268.4056379 2122.00175497 C-272.84087202 2118.12514737 -277.01911925 2114.02782604 -281.17736642 2109.85795614 C-281.94850274 2109.08777655 -282.71963906 2108.31759695 -283.51414315 2107.52407858 C-285.1330117 2105.90588616 -286.75063567 2104.28644777 -288.36706368 2102.66581747 C-290.82289735 2100.20462757 -293.28402381 2097.74882181 -295.74572579 2095.29350302 C-297.3274267 2093.71114123 -298.90881734 2092.12846922 -300.48986642 2090.54545614 C-301.21609704 2089.82124975 -301.94232766 2089.09704336 -302.69056527 2088.35089133 C-306.69306869 2084.33021885 -310.53019527 2080.2194499 -314.22788827 2075.91616843 C-316.67034047 2073.09045259 -319.22108904 2070.36732158 -321.76721017 2067.63529989 C-328.68482796 2060.17071263 -335.32696389 2052.4920888 -341.94299142 2044.76054404 C-345.70107016 2040.37089928 -349.479036 2035.99898622 -353.26721017 2031.63529989 C-358.96587588 2025.06924316 -364.63126059 2018.47537285 -370.28332345 2011.86918661 C-372.77616541 2008.95635944 -375.27183783 2006.04595929 -377.76721017 2003.13529989 C-378.76722357 2001.96864472 -379.76722357 2000.80197805 -380.76721017 1999.63529989 C-381.26221017 1999.05779989 -381.75721017 1998.48029989 -382.26721017 1997.88529989 C-470.76721017 1894.63529989 -470.76721017 1894.63529989 -472.26696603 1892.88554404 C-473.26772622 1891.71801762 -474.26854009 1890.5505372 -475.26940743 1889.38310263 C-477.75821693 1886.47996361 -480.24611107 1883.5760504 -482.73205392 1880.67045614 C-495.96949089 1865.14167059 -495.96949089 1865.14167059 -509.51721017 1849.88529989 C-512.41130943 1846.69918341 -515.14906517 1843.4400131 -517.82971017 1840.07279989 C-522.56505617 1834.20999055 -527.71690887 1828.77297694 -532.91979806 1823.32450888 C-536.71785725 1819.34289165 -540.40271534 1815.2951343 -544.00744454 1811.13798544 C-556.56964412 1796.84168645 -569.81904988 1782.93414451 -584.76721017 1771.13529989 C-585.55353829 1770.47014364 -586.33986642 1769.80498739 -587.15002267 1769.11967489 C-622.72417074 1739.29844185 -670.48071281 1738.77220437 -714.66435067 1737.58770773 C-715.44896029 1737.56640484 -716.23356992 1737.54510196 -717.04195559 1737.52315352 C-735.99189289 1737.02125766 -754.93799116 1736.99825443 -773.89334993 1737.01923427 C-778.92273972 1737.02364793 -783.95212867 1737.02208481 -788.98151986 1737.021332 C-797.64766393 1737.02081352 -806.31380034 1737.0238886 -814.97994248 1737.02956984 C-827.50895601 1737.03777799 -840.03796593 1737.04030948 -852.56698186 1737.04155783 C-872.90594351 1737.04373391 -893.2449011 1737.05035437 -913.58386056 1737.05986044 C-933.31400358 1737.06907225 -953.0441455 1737.07613453 -972.77429025 1737.08036825 C-973.99521165 1737.08063098 -975.21613306 1737.0808937 -976.47405209 1737.08116439 C-982.60047597 1737.08246964 -988.72689985 1737.0837333 -994.85332374 1737.08497629 C-1045.49128869 1737.09530383 -1096.12924923 1737.11288227 -1146.76721017 1737.13529989 Z ' fill='%231C274C' transform='translate(1356.7672101669014,-0.1352998949587345)'/%3E%3C/svg%3E");
}

.icon-dash {
  width: 30px;
  height: 30px;
}
.icon-dash::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800px' height='800px' viewBox='0 0 16 16'%3E%3Cpath d='M2 8a1 1 0 011-1h10a1 1 0 110 2H3a1 1 0 01-1-1z' fill='%23000000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800px' height='800px' viewBox='0 0 16 16'%3E%3Cpath d='M2 8a1 1 0 011-1h10a1 1 0 110 2H3a1 1 0 01-1-1z' fill='%23000000'/%3E%3C/svg%3E");
}

.icon-print {
  width: 30px;
  height: 30px;
}
.icon-print::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960' height='150' width='150' class='aoH'%3E%3Cpath d='M648-624v-120H312v120h-72v-192h480v192zm-480 72h625zm539.79 96q15.21 0 25.71-10.29t10.5-25.5-10.29-25.71-25.5-10.5-25.71 10.29-10.5 25.5 10.29 25.71 25.5 10.5M648-216v-144H312v144zm72 72H240v-144H96v-240q0-40 28-68t68-28h576q40 0 68 28t28 68v240H720zm73-216v-153.67Q793-530 781-541t-28-11H206q-16.15 0-27.07 11.04T168-513.6V-360h72v-72h480v72z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960' height='150' width='150' class='aoH'%3E%3Cpath d='M648-624v-120H312v120h-72v-192h480v192zm-480 72h625zm539.79 96q15.21 0 25.71-10.29t10.5-25.5-10.29-25.71-25.5-10.5-25.71 10.29-10.5 25.5 10.29 25.71 25.5 10.5M648-216v-144H312v144zm72 72H240v-144H96v-240q0-40 28-68t68-28h576q40 0 68 28t28 68v240H720zm73-216v-153.67Q793-530 781-541t-28-11H206q-16.15 0-27.07 11.04T168-513.6V-360h72v-72h480v72z'/%3E%3C/svg%3E");
}

.icon-redirect {
  width: 30px;
  height: 30px;
}
.icon-redirect::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-share-fill' viewBox='0 0 16 16'%3E%3Cpath d='M11 2.5a2.5 2.5 0 1 1 .603 1.628l-6.718 3.12a2.5 2.5 0 0 1 0 1.504l6.718 3.12a2.5 2.5 0 1 1-.488.876l-6.718-3.12a2.5 2.5 0 1 1 0-3.256l6.718-3.12A2.5 2.5 0 0 1 11 2.5'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-share-fill' viewBox='0 0 16 16'%3E%3Cpath d='M11 2.5a2.5 2.5 0 1 1 .603 1.628l-6.718 3.12a2.5 2.5 0 0 1 0 1.504l6.718 3.12a2.5 2.5 0 1 1-.488.876l-6.718-3.12a2.5 2.5 0 1 1 0-3.256l6.718-3.12A2.5 2.5 0 0 1 11 2.5'/%3E%3C/svg%3E");
}

.icon-search {
  width: 30px;
  height: 30px;
}
.icon-search::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M343.92 54.367c4.13 3.779 8.126 7.672 12.08 11.633l1.781 1.64c34.75 32.538 54.948 84.735 56.508 131.643.08 3.531.096 7.06.086 10.592l-.002 2.272C414.301 234.11 410.97 255.15 404 276l-.71 2.14c-2.772 8.185-6.188 16.038-9.853 23.86l-1.102 2.356c-2.193 4.57-4.607 8.715-7.593 12.82-.976 1.813-.976 1.813-.08 3.632 1.69 2.77 3.712 4.798 6.018 7.085l1.452 1.45c1.606 1.6 3.219 3.192 4.832 4.784l3.46 3.441q3.724 3.705 7.457 7.402 5.908 5.857 11.8 11.73a25647 25647 0 0 0 33.561 33.35q9.276 9.202 18.529 18.426 5.85 5.829 11.721 11.633c2.444 2.42 4.878 4.847 7.31 7.278a737 737 0 0 0 3.38 3.344c9.935 9.778 17.911 19.22 18.198 33.727l-.005 2.292-.005 2.394c-.19 9.13-2.806 16.553-8.37 23.856l-1.688 2.5c-7.366 7.964-17.992 12.964-28.738 13.656-16.25.552-26.858-6.428-38.39-17.147-4.887-4.595-9.635-9.328-14.369-14.08l-3.167-3.167a9252 9252 0 0 1-8.471-8.484q-4.448-4.456-8.9-8.908-8.401-8.406-16.797-16.818-9.571-9.587-19.147-19.169A122223 122223 0 0 1 325 382a5732 5732 0 0 0-6.668 3.79l-1.889 1.07a234 234 0 0 0-10.756 6.515c-16.084 9.372-34.67 15.25-52.687 19.625l-2.068.502c-49.585 11.576-105.916 2.61-149.44-23.748C96.558 386.649 91.75 383.38 87 380l-1.908-1.355c-8.067-5.807-15.432-12.35-22.6-19.216a597 597 0 0 0-4.144-3.921C51.487 348.896 45.667 341.634 40 334l-1.215-1.637C32.407 323.673 27.005 314.532 22 305l-1.043-1.982C8.264 278.482.032 249.847-.238 222.128l-.03-2.518C-.442 201.04-.239 183.18 4 165l.65-2.857C7.755 148.836 12.236 136.376 18 124l.977-2.116c8.707-18.666 19.972-35.47 33.937-50.61 1.938-2.113 3.796-4.274 5.648-6.462C62.066 60.805 65.923 57.412 70 54l2.648-2.309C141.944-7.85 245.784-13.027 343.92 54.367M148 84c-.973.44-1.946.88-2.95 1.332C131.916 91.565 120.79 100.393 110 110l-2.172 1.914c-22.806 21.393-38.5 55.449-39.996 86.59-1.3 43.09 11.087 78.858 40.531 110.828 26.53 26.844 62.687 40.06 99.91 40.675 36.722-.092 71.443-15.662 97.727-41.007 2.471-2.563 4.75-5.242 7-8l2.344-2.836c24.112-29.836 33.773-66.822 30.425-104.788-.58-4.894-1.57-9.598-2.769-14.376l-.504-2.06C334.736 145.866 316.552 118.361 291 99l-2.176-1.723C275.904 87.57 260.547 80.278 245 76l-3.023-.887C210.58 66.486 177.353 70.628 148 84'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M343.92 54.367c4.13 3.779 8.126 7.672 12.08 11.633l1.781 1.64c34.75 32.538 54.948 84.735 56.508 131.643.08 3.531.096 7.06.086 10.592l-.002 2.272C414.301 234.11 410.97 255.15 404 276l-.71 2.14c-2.772 8.185-6.188 16.038-9.853 23.86l-1.102 2.356c-2.193 4.57-4.607 8.715-7.593 12.82-.976 1.813-.976 1.813-.08 3.632 1.69 2.77 3.712 4.798 6.018 7.085l1.452 1.45c1.606 1.6 3.219 3.192 4.832 4.784l3.46 3.441q3.724 3.705 7.457 7.402 5.908 5.857 11.8 11.73a25647 25647 0 0 0 33.561 33.35q9.276 9.202 18.529 18.426 5.85 5.829 11.721 11.633c2.444 2.42 4.878 4.847 7.31 7.278a737 737 0 0 0 3.38 3.344c9.935 9.778 17.911 19.22 18.198 33.727l-.005 2.292-.005 2.394c-.19 9.13-2.806 16.553-8.37 23.856l-1.688 2.5c-7.366 7.964-17.992 12.964-28.738 13.656-16.25.552-26.858-6.428-38.39-17.147-4.887-4.595-9.635-9.328-14.369-14.08l-3.167-3.167a9252 9252 0 0 1-8.471-8.484q-4.448-4.456-8.9-8.908-8.401-8.406-16.797-16.818-9.571-9.587-19.147-19.169A122223 122223 0 0 1 325 382a5732 5732 0 0 0-6.668 3.79l-1.889 1.07a234 234 0 0 0-10.756 6.515c-16.084 9.372-34.67 15.25-52.687 19.625l-2.068.502c-49.585 11.576-105.916 2.61-149.44-23.748C96.558 386.649 91.75 383.38 87 380l-1.908-1.355c-8.067-5.807-15.432-12.35-22.6-19.216a597 597 0 0 0-4.144-3.921C51.487 348.896 45.667 341.634 40 334l-1.215-1.637C32.407 323.673 27.005 314.532 22 305l-1.043-1.982C8.264 278.482.032 249.847-.238 222.128l-.03-2.518C-.442 201.04-.239 183.18 4 165l.65-2.857C7.755 148.836 12.236 136.376 18 124l.977-2.116c8.707-18.666 19.972-35.47 33.937-50.61 1.938-2.113 3.796-4.274 5.648-6.462C62.066 60.805 65.923 57.412 70 54l2.648-2.309C141.944-7.85 245.784-13.027 343.92 54.367M148 84c-.973.44-1.946.88-2.95 1.332C131.916 91.565 120.79 100.393 110 110l-2.172 1.914c-22.806 21.393-38.5 55.449-39.996 86.59-1.3 43.09 11.087 78.858 40.531 110.828 26.53 26.844 62.687 40.06 99.91 40.675 36.722-.092 71.443-15.662 97.727-41.007 2.471-2.563 4.75-5.242 7-8l2.344-2.836c24.112-29.836 33.773-66.822 30.425-104.788-.58-4.894-1.57-9.598-2.769-14.376l-.504-2.06C334.736 145.866 316.552 118.361 291 99l-2.176-1.723C275.904 87.57 260.547 80.278 245 76l-3.023-.887C210.58 66.486 177.353 70.628 148 84'/%3E%3C/svg%3E");
}

.icon-close {
  width: 30px;
  height: 30px;
}
.icon-close::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 31 31'%3E%3Cpath style='stroke:none;fill-rule:nonzero;fill:%23000;fill-opacity:1' d='M5.023.848q.222.2.43.418l.117.117c.121.12.242.246.364.37l.363.368.226.227c.168.172.34.336.524.492.379.328.726.687 1.078 1.039l.242.242.645.649.68.68c.43.425.855.855 1.28 1.28l1.466 1.465q1.5 1.501 3 3.008c.296-.25.574-.508.847-.781l.121-.121.692-.692.62-.625q.488-.492.981-.984c.461-.46.918-.922 1.38-1.383l.089-.09q.704-.708 1.414-1.418.726-.73 1.457-1.46.486-.488.973-.981l.61-.61.28-.28c.844-.848 1.61-1.544 2.86-1.555.75 0 1.304.172 1.906.625q.076.053.16.105c.55.524.89 1.258.942 2.016.015.926-.235 1.672-.872 2.344q-.338.345-.683.683-.151.155-.309.309-.37.373-.746.746-.439.433-.87.867-.776.774-1.556 1.547-.751.75-1.507 1.5c-.032.031-.059.062-.094.094q-.23.234-.465.468a3519 3519 0 0 1-3.871 3.852c.11.23.242.379.426.559q.04.046.093.093c.102.106.207.207.309.313l.223.222c.203.204.406.403.609.606.211.21.422.426.637.637l2.3 2.3c.438.438.88.875 1.317 1.313q.186.19.379.379c.195.199.394.394.594.594l.218.218c.336.336.672.668 1.035.977.122.105.239.219.356.332.043.043.09.09.137.133q.065.07.14.14l.149.149c.101.101.207.207.312.308.102.106.207.207.313.313q.233.228.46.457l.145.137c.688.691 1.07 1.433 1.082 2.414-.011.832-.25 1.465-.824 2.07-.652.617-1.422.84-2.305.836-.96-.05-1.73-.426-2.398-1.106a2 2 0 0 0-.133-.132c-.14-.145-.285-.286-.426-.43l-.312-.313-.75-.75q-.436-.44-.871-.875l-1.559-1.562q-.756-.761-1.512-1.516-.046-.045-.093-.097l-.47-.47-3.878-3.89c-.3.25-.582.512-.855.79l-.125.128-.415.414c-.097.098-.195.2-.296.297l-.637.645c-.336.34-.676.675-1.012 1.015l-.172.172q-.13.134-.261.262c-.329.332-.657.66-.985.992a1 1 0 0 0-.09.09q-.73.732-1.457 1.465c-.5.5-.996 1.004-1.496 1.504q-.422.421-.84.843-.396.4-.793.793c-.093.098-.191.196-.285.293-.785.793-1.484 1.383-2.644 1.399-.918 0-1.668-.094-2.36-.75-.652-.692-.816-1.438-.797-2.36.063-1.402 1.356-2.375 2.278-3.293q.146-.151.293-.296.399-.395.793-.79l.828-.828 1.39-1.39q.72-.715 1.434-1.43c.027-.031.059-.058.09-.09l.441-.445 3.676-3.668c-.254-.3-.515-.582-.793-.855q-.06-.062-.125-.125l-.414-.41q-.15-.152-.3-.297l-.641-.641q-.511-.504-1.016-1.008a7 7 0 0 0-.176-.172l-.351-.351q-.446-.448-.899-.895c-.047-.047-.047-.047-.09-.094L4.934 9.2c-.504-.496-1.004-.996-1.508-1.496-.278-.281-.559-.558-.844-.84-.266-.261-.527-.523-.793-.789l-.289-.29C.71 5.012.137 4.281.098 3.137c.015-.844.34-1.621.933-2.23C2.231-.07 3.81-.13 5.023.846m0 0'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 31 31'%3E%3Cpath style='stroke:none;fill-rule:nonzero;fill:%23000;fill-opacity:1' d='M5.023.848q.222.2.43.418l.117.117c.121.12.242.246.364.37l.363.368.226.227c.168.172.34.336.524.492.379.328.726.687 1.078 1.039l.242.242.645.649.68.68c.43.425.855.855 1.28 1.28l1.466 1.465q1.5 1.501 3 3.008c.296-.25.574-.508.847-.781l.121-.121.692-.692.62-.625q.488-.492.981-.984c.461-.46.918-.922 1.38-1.383l.089-.09q.704-.708 1.414-1.418.726-.73 1.457-1.46.486-.488.973-.981l.61-.61.28-.28c.844-.848 1.61-1.544 2.86-1.555.75 0 1.304.172 1.906.625q.076.053.16.105c.55.524.89 1.258.942 2.016.015.926-.235 1.672-.872 2.344q-.338.345-.683.683-.151.155-.309.309-.37.373-.746.746-.439.433-.87.867-.776.774-1.556 1.547-.751.75-1.507 1.5c-.032.031-.059.062-.094.094q-.23.234-.465.468a3519 3519 0 0 1-3.871 3.852c.11.23.242.379.426.559q.04.046.093.093c.102.106.207.207.309.313l.223.222c.203.204.406.403.609.606.211.21.422.426.637.637l2.3 2.3c.438.438.88.875 1.317 1.313q.186.19.379.379c.195.199.394.394.594.594l.218.218c.336.336.672.668 1.035.977.122.105.239.219.356.332.043.043.09.09.137.133q.065.07.14.14l.149.149c.101.101.207.207.312.308.102.106.207.207.313.313q.233.228.46.457l.145.137c.688.691 1.07 1.433 1.082 2.414-.011.832-.25 1.465-.824 2.07-.652.617-1.422.84-2.305.836-.96-.05-1.73-.426-2.398-1.106a2 2 0 0 0-.133-.132c-.14-.145-.285-.286-.426-.43l-.312-.313-.75-.75q-.436-.44-.871-.875l-1.559-1.562q-.756-.761-1.512-1.516-.046-.045-.093-.097l-.47-.47-3.878-3.89c-.3.25-.582.512-.855.79l-.125.128-.415.414c-.097.098-.195.2-.296.297l-.637.645c-.336.34-.676.675-1.012 1.015l-.172.172q-.13.134-.261.262c-.329.332-.657.66-.985.992a1 1 0 0 0-.09.09q-.73.732-1.457 1.465c-.5.5-.996 1.004-1.496 1.504q-.422.421-.84.843-.396.4-.793.793c-.093.098-.191.196-.285.293-.785.793-1.484 1.383-2.644 1.399-.918 0-1.668-.094-2.36-.75-.652-.692-.816-1.438-.797-2.36.063-1.402 1.356-2.375 2.278-3.293q.146-.151.293-.296.399-.395.793-.79l.828-.828 1.39-1.39q.72-.715 1.434-1.43c.027-.031.059-.058.09-.09l.441-.445 3.676-3.668c-.254-.3-.515-.582-.793-.855q-.06-.062-.125-.125l-.414-.41q-.15-.152-.3-.297l-.641-.641q-.511-.504-1.016-1.008a7 7 0 0 0-.176-.172l-.351-.351q-.446-.448-.899-.895c-.047-.047-.047-.047-.09-.094L4.934 9.2c-.504-.496-1.004-.996-1.508-1.496-.278-.281-.559-.558-.844-.84-.266-.261-.527-.523-.793-.789l-.289-.29C.71 5.012.137 4.281.098 3.137c.015-.844.34-1.621.933-2.23C2.231-.07 3.81-.13 5.023.846m0 0'/%3E%3C/svg%3E");
}

.icon-bell {
  width: 30px;
  height: 30px;
}
.icon-bell::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-bell-fill' viewBox='0 0 16 16'%3E%3Cpath d='M8 16a2 2 0 0 0 2-2H6a2 2 0 0 0 2 2m.995-14.901a1 1 0 1 0-1.99 0A5 5 0 0 0 3 6c0 1.098-.5 6-2 7h14c-1.5-1-2-5.902-2-7 0-2.42-1.72-4.44-4.005-4.901'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-bell-fill' viewBox='0 0 16 16'%3E%3Cpath d='M8 16a2 2 0 0 0 2-2H6a2 2 0 0 0 2 2m.995-14.901a1 1 0 1 0-1.99 0A5 5 0 0 0 3 6c0 1.098-.5 6-2 7h14c-1.5-1-2-5.902-2-7 0-2.42-1.72-4.44-4.005-4.901'/%3E%3C/svg%3E");
}

.icon-delete {
  width: 30px;
  height: 30px;
}
.icon-delete::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M117.375 151.063c5.52 3.08 8.605 6.878 10.625 12.937.092 1.387.13 2.778.133 4.167l.013 2.586-.001 2.842.01 3.018q.015 5.03.019 10.06l.02 7.193q.022 7.76.036 15.519.022 11.235.058 22.47a71381 71381 0 0 1 .184 69.68l.005 2.2.005 2.198q.04 18.168.101 36.335.036 10.197.05 20.393.015 9.597.053 19.194.01 3.519.012 7.036c0 3.209.014 6.417.03 9.625l-.008 2.795c.097 12.252 3.184 23.077 10.53 33.064 9.89 9.441 21.872 12.741 35.282 12.759l2.2.007q3.621.007 7.244.004l5.215.01q7.067.014 14.133.012l8.84.006q15.432.013 30.865.012 14.362.001 28.726.026 12.35.019 24.7.018 7.37-.002 14.737.013 6.933.014 13.866.003 2.535-.003 5.071.007c10.927.037 21.266.053 31.183-5.127l2.926-1.492c9.41-5.563 14.675-14.28 17.762-24.633 1.021-5.74 1.145-11.297 1.138-17.103l.009-3.037q.011-5.025.01-10.05l.016-7.215q.017-7.763.026-15.525c.01-8.18.031-16.361.053-24.542l.023-8.404.005-2.121a63209 63209 0 0 0 .063-26.08q.038-17.691.061-35.381.027-18.175.085-36.35.036-11.204.04-22.408c.002-5.722.02-11.443.044-17.165q.01-3.52.005-7.041c-.003-3.201.011-6.401.03-9.602l-.017-2.822c.067-6.517 1.338-10.669 5.596-15.779 6.02-5.083 11.18-7.095 19.137-6.754 6.846.97 11.114 4.28 15.45 9.5 3.603 5.52 3.514 10.576 3.493 16.97l.014 3.108c.013 3.441.011 6.882.01 10.323l.02 7.398q.023 9.012.023 18.024.002 7.335.012 14.67.026 20.827.025 41.655v4.538c-.001 12.117.018 24.233.046 36.349q.043 18.69.04 37.383c0 6.987.005 13.974.027 20.962q.029 9.874.005 19.748-.003 3.607.015 7.216c.132 27.905-5.473 51.033-25.52 71.71-14.758 14.45-35.45 22.977-56.032 22.972l-2.405.011q-3.975.015-7.95.019l-5.714.02q-9.372.028-18.746.041l-6.472.013q-15.213.029-30.426.041-17.513.015-35.023.077-13.566.044-27.13.048c-5.391.002-10.782.011-16.174.036q-7.622.035-15.244.018-2.779-.001-5.557.02c-25.994.183-48.263-7.064-67.287-25.507-15.263-15.589-22.975-36.7-22.971-58.257l-.011-3.129q-.015-5.188-.019-10.377l-.02-7.441c-.02-7.44-.03-14.88-.039-22.32l-.015-10.52a41818 41818 0 0 1-.046-46.323c-.008-12.174-.033-24.347-.066-36.521q-.049-18.762-.054-37.522c-.002-7.019-.01-14.038-.036-21.057q-.035-9.9-.018-19.802 0-3.633-.02-7.266c-.017-3.308-.01-6.615.003-9.922l-.033-2.9c.067-6.99 1.653-12.303 6.267-17.65l1.692-1.352 1.683-1.398c7.209-4.706 15.536-4.672 23.254-1.165m74.487-130.329 3.556-.026 3.874.002 4.101-.02c3.707-.018 7.414-.022 11.12-.024q3.478-.001 6.955-.01 12.143-.028 24.284-.026c7.534.002 15.068-.02 22.602-.051q9.716-.038 19.432-.036c3.865 0 7.729-.005 11.594-.026q5.455-.029 10.91-.005c1.962.003 3.924-.014 5.886-.03 8.633.06 14.266 1.04 20.637 7.269 4.914 7.301 5.618 13.519 5.48 22.094l-.013 3.06c-.017 3.199-.054 6.397-.092 9.596q-.024 3.27-.042 6.54-.05 7.98-.146 15.96l3.35-.034q15.667-.152 31.336-.225c5.369-.026 10.738-.061 16.107-.118a1922 1922 0 0 1 15.562-.097q2.96-.015 5.92-.055C434.864 84.2 434.864 84.2 442 90c5.812 6.22 6.47 12.175 6.41 20.406-.692 6.064-3.467 10.067-8.039 13.992-4.37 3.09-8.013 3.727-13.246 3.736l-3.74.014h-4.131l-4.371.01q-6.021.014-12.042.017-6.487.007-12.976.022c-10.45.02-20.901.03-31.352.039l-14.759.015a82084 82084 0 0 1-61.786.044l-3.197.002a35055 35055 0 0 0-51.275.066q-26.314.049-52.628.054c-9.851.002-19.703.011-29.554.036q-12.585.034-25.169.02c-4.28-.004-8.56-.002-12.84.017q-5.88.026-11.761.001-2.125-.004-4.25.014c-7.864.062-13.61-.166-20.294-4.505-2.059-2.035-2.059-2.035-3.437-4.062l-1.434-2.036C62.906 112.471 63.586 106.1 64 100c2.052-6.047 6.024-10.1 11.603-13.12 4.583-2.222 8.539-2.423 13.567-2.334l2.664-.002c2.878.003 5.756.034 8.635.065q3.01.012 6.019.018c5.26.015 10.521.054 15.782.098 5.376.041 10.752.06 16.128.08 10.534.042 21.068.11 31.602.195l-.03-1.864c-.089-5.746-.146-11.493-.19-17.24q-.03-3.245-.082-6.488a932 932 0 0 1-.089-9.369l-.062-2.893c-.003-7.276 1.185-14.507 6.203-20.095 4.866-4.473 9.473-6.297 16.112-6.318M214 64v21h84V64z'/%3E%3Cpath d='M308.559 192.941c5.194 3.133 9.15 7.4 11.441 13.059.263 3.028.263 3.028.28 6.647l.019 2.02c.017 2.233.02 4.466.023 6.699l.03 4.805c.027 4.352.04 8.703.048 13.055q.01 4.08.023 8.16.043 12.777.055 25.551.014 14.733.102 29.465.063 11.396.066 22.792c.002 4.535.014 9.07.05 13.605.033 4.269.037 8.537.02 12.806q-.004 2.344.026 4.686c.107 8.92-.237 15.995-6.742 22.709-6.62 5.676-13.642 5.567-22 5-6.084-2.064-9.626-5.915-13.115-11.211-3.059-6.336-2.451-13.353-2.418-20.226q-.011-2.342-.027-4.684c-.022-4.223-.02-8.446-.01-12.67.005-3.533-.002-7.067-.01-10.6-.017-8.341-.013-16.682.004-25.023.016-8.586 0-17.172-.032-25.759q-.039-11.083-.025-22.166c.005-4.406.003-8.811-.018-13.217q-.025-6.218.012-12.435.008-2.273-.01-4.545c-.068-8.675.32-16.232 5.649-23.464 7.019-6.637 17.443-8.413 26.559-5.059m-95.684-1.253 3.617-.051c6.349.657 10.453 3.56 14.508 8.363 4.902 7.442 4.574 14.828 4.533 23.437q.011 2.342.027 4.684c.022 4.223.02 8.446.01 12.67-.005 3.533.002 7.067.01 10.6q.024 12.512-.004 25.023c-.016 8.586 0 17.172.032 25.759q.039 11.083.025 22.166c-.005 4.406-.003 8.811.018 13.217q.025 6.217-.012 12.435a389 389 0 0 0 .01 4.545c.068 8.675-.32 16.232-5.649 23.464-6.02 5.694-11.718 6.367-19.703 6.27-5.618-.46-9.262-2.053-13.078-6.211-4.084-5.23-5.342-8.862-5.373-15.554l-.013-2.008q-.019-3.336-.026-6.674l-.025-4.78a6857 6857 0 0 1-.055-15.711l-.017-5.41q-.033-11.256-.051-22.512-.023-16.123-.107-32.246-.056-11.34-.063-22.68c-.004-4.515-.016-9.029-.048-13.543q-.044-6.374-.025-12.748 0-2.334-.025-4.668c-.164-15.306-.164-15.306 5.609-21.525 5.137-4.761 8.862-6.29 15.875-6.312'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M117.375 151.063c5.52 3.08 8.605 6.878 10.625 12.937.092 1.387.13 2.778.133 4.167l.013 2.586-.001 2.842.01 3.018q.015 5.03.019 10.06l.02 7.193q.022 7.76.036 15.519.022 11.235.058 22.47a71381 71381 0 0 1 .184 69.68l.005 2.2.005 2.198q.04 18.168.101 36.335.036 10.197.05 20.393.015 9.597.053 19.194.01 3.519.012 7.036c0 3.209.014 6.417.03 9.625l-.008 2.795c.097 12.252 3.184 23.077 10.53 33.064 9.89 9.441 21.872 12.741 35.282 12.759l2.2.007q3.621.007 7.244.004l5.215.01q7.067.014 14.133.012l8.84.006q15.432.013 30.865.012 14.362.001 28.726.026 12.35.019 24.7.018 7.37-.002 14.737.013 6.933.014 13.866.003 2.535-.003 5.071.007c10.927.037 21.266.053 31.183-5.127l2.926-1.492c9.41-5.563 14.675-14.28 17.762-24.633 1.021-5.74 1.145-11.297 1.138-17.103l.009-3.037q.011-5.025.01-10.05l.016-7.215q.017-7.763.026-15.525c.01-8.18.031-16.361.053-24.542l.023-8.404.005-2.121a63209 63209 0 0 0 .063-26.08q.038-17.691.061-35.381.027-18.175.085-36.35.036-11.204.04-22.408c.002-5.722.02-11.443.044-17.165q.01-3.52.005-7.041c-.003-3.201.011-6.401.03-9.602l-.017-2.822c.067-6.517 1.338-10.669 5.596-15.779 6.02-5.083 11.18-7.095 19.137-6.754 6.846.97 11.114 4.28 15.45 9.5 3.603 5.52 3.514 10.576 3.493 16.97l.014 3.108c.013 3.441.011 6.882.01 10.323l.02 7.398q.023 9.012.023 18.024.002 7.335.012 14.67.026 20.827.025 41.655v4.538c-.001 12.117.018 24.233.046 36.349q.043 18.69.04 37.383c0 6.987.005 13.974.027 20.962q.029 9.874.005 19.748-.003 3.607.015 7.216c.132 27.905-5.473 51.033-25.52 71.71-14.758 14.45-35.45 22.977-56.032 22.972l-2.405.011q-3.975.015-7.95.019l-5.714.02q-9.372.028-18.746.041l-6.472.013q-15.213.029-30.426.041-17.513.015-35.023.077-13.566.044-27.13.048c-5.391.002-10.782.011-16.174.036q-7.622.035-15.244.018-2.779-.001-5.557.02c-25.994.183-48.263-7.064-67.287-25.507-15.263-15.589-22.975-36.7-22.971-58.257l-.011-3.129q-.015-5.188-.019-10.377l-.02-7.441c-.02-7.44-.03-14.88-.039-22.32l-.015-10.52a41818 41818 0 0 1-.046-46.323c-.008-12.174-.033-24.347-.066-36.521q-.049-18.762-.054-37.522c-.002-7.019-.01-14.038-.036-21.057q-.035-9.9-.018-19.802 0-3.633-.02-7.266c-.017-3.308-.01-6.615.003-9.922l-.033-2.9c.067-6.99 1.653-12.303 6.267-17.65l1.692-1.352 1.683-1.398c7.209-4.706 15.536-4.672 23.254-1.165m74.487-130.329 3.556-.026 3.874.002 4.101-.02c3.707-.018 7.414-.022 11.12-.024q3.478-.001 6.955-.01 12.143-.028 24.284-.026c7.534.002 15.068-.02 22.602-.051q9.716-.038 19.432-.036c3.865 0 7.729-.005 11.594-.026q5.455-.029 10.91-.005c1.962.003 3.924-.014 5.886-.03 8.633.06 14.266 1.04 20.637 7.269 4.914 7.301 5.618 13.519 5.48 22.094l-.013 3.06c-.017 3.199-.054 6.397-.092 9.596q-.024 3.27-.042 6.54-.05 7.98-.146 15.96l3.35-.034q15.667-.152 31.336-.225c5.369-.026 10.738-.061 16.107-.118a1922 1922 0 0 1 15.562-.097q2.96-.015 5.92-.055C434.864 84.2 434.864 84.2 442 90c5.812 6.22 6.47 12.175 6.41 20.406-.692 6.064-3.467 10.067-8.039 13.992-4.37 3.09-8.013 3.727-13.246 3.736l-3.74.014h-4.131l-4.371.01q-6.021.014-12.042.017-6.487.007-12.976.022c-10.45.02-20.901.03-31.352.039l-14.759.015a82084 82084 0 0 1-61.786.044l-3.197.002a35055 35055 0 0 0-51.275.066q-26.314.049-52.628.054c-9.851.002-19.703.011-29.554.036q-12.585.034-25.169.02c-4.28-.004-8.56-.002-12.84.017q-5.88.026-11.761.001-2.125-.004-4.25.014c-7.864.062-13.61-.166-20.294-4.505-2.059-2.035-2.059-2.035-3.437-4.062l-1.434-2.036C62.906 112.471 63.586 106.1 64 100c2.052-6.047 6.024-10.1 11.603-13.12 4.583-2.222 8.539-2.423 13.567-2.334l2.664-.002c2.878.003 5.756.034 8.635.065q3.01.012 6.019.018c5.26.015 10.521.054 15.782.098 5.376.041 10.752.06 16.128.08 10.534.042 21.068.11 31.602.195l-.03-1.864c-.089-5.746-.146-11.493-.19-17.24q-.03-3.245-.082-6.488a932 932 0 0 1-.089-9.369l-.062-2.893c-.003-7.276 1.185-14.507 6.203-20.095 4.866-4.473 9.473-6.297 16.112-6.318M214 64v21h84V64z'/%3E%3Cpath d='M308.559 192.941c5.194 3.133 9.15 7.4 11.441 13.059.263 3.028.263 3.028.28 6.647l.019 2.02c.017 2.233.02 4.466.023 6.699l.03 4.805c.027 4.352.04 8.703.048 13.055q.01 4.08.023 8.16.043 12.777.055 25.551.014 14.733.102 29.465.063 11.396.066 22.792c.002 4.535.014 9.07.05 13.605.033 4.269.037 8.537.02 12.806q-.004 2.344.026 4.686c.107 8.92-.237 15.995-6.742 22.709-6.62 5.676-13.642 5.567-22 5-6.084-2.064-9.626-5.915-13.115-11.211-3.059-6.336-2.451-13.353-2.418-20.226q-.011-2.342-.027-4.684c-.022-4.223-.02-8.446-.01-12.67.005-3.533-.002-7.067-.01-10.6-.017-8.341-.013-16.682.004-25.023.016-8.586 0-17.172-.032-25.759q-.039-11.083-.025-22.166c.005-4.406.003-8.811-.018-13.217q-.025-6.218.012-12.435.008-2.273-.01-4.545c-.068-8.675.32-16.232 5.649-23.464 7.019-6.637 17.443-8.413 26.559-5.059m-95.684-1.253 3.617-.051c6.349.657 10.453 3.56 14.508 8.363 4.902 7.442 4.574 14.828 4.533 23.437q.011 2.342.027 4.684c.022 4.223.02 8.446.01 12.67-.005 3.533.002 7.067.01 10.6q.024 12.512-.004 25.023c-.016 8.586 0 17.172.032 25.759q.039 11.083.025 22.166c-.005 4.406-.003 8.811.018 13.217q.025 6.217-.012 12.435a389 389 0 0 0 .01 4.545c.068 8.675-.32 16.232-5.649 23.464-6.02 5.694-11.718 6.367-19.703 6.27-5.618-.46-9.262-2.053-13.078-6.211-4.084-5.23-5.342-8.862-5.373-15.554l-.013-2.008q-.019-3.336-.026-6.674l-.025-4.78a6857 6857 0 0 1-.055-15.711l-.017-5.41q-.033-11.256-.051-22.512-.023-16.123-.107-32.246-.056-11.34-.063-22.68c-.004-4.515-.016-9.029-.048-13.543q-.044-6.374-.025-12.748 0-2.334-.025-4.668c-.164-15.306-.164-15.306 5.609-21.525 5.137-4.761 8.862-6.29 15.875-6.312'/%3E%3C/svg%3E");
}

.icon-attach {
  width: 30px;
  height: 30px;
}
.icon-attach::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800px' height='800px' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 8.00092L7 17C7 17.5523 6.55228 18 6 18C5.44772 18 5.00001 17.4897 5 16.9374C5 16.9374 5 16.9374 5 16.9374C5 16.937 5.00029 8.01023 5.00032 8.00092C5.00031 7.96702 5.00089 7.93318 5.00202 7.89931C5.00388 7.84357 5.00744 7.76644 5.01426 7.67094C5.02788 7.4803 5.05463 7.21447 5.10736 6.8981C5.21202 6.27011 5.42321 5.41749 5.85557 4.55278C6.28989 3.68415 6.95706 2.78511 7.97655 2.10545C9.00229 1.42162 10.325 1 12 1C13.6953 1 14.9977 1.42162 16.0235 2.10545C17.0429 2.78511 17.7101 3.68415 18.1444 4.55278C18.5768 5.41749 18.788 6.27011 18.8926 6.8981C18.9454 7.21447 18.9721 7.4803 18.9857 7.67094C18.9926 7.76644 18.9961 7.84357 18.998 7.89931C18.9991 7.93286 18.9997 7.96641 19 7.99998C19.0144 10.7689 19.0003 17.7181 19 18.001C19 18.0268 18.9993 18.0525 18.9985 18.0782C18.9971 18.1193 18.9945 18.175 18.9896 18.2431C18.9799 18.3791 18.961 18.5668 18.9239 18.7894C18.8505 19.2299 18.7018 19.8325 18.3944 20.4472C18.0851 21.0658 17.6054 21.7149 16.8672 22.207C16.1227 22.7034 15.175 23 14 23C12.825 23 11.8773 22.7034 11.1328 22.207C10.3946 21.7149 9.91489 21.0658 9.60557 20.4472C9.29822 19.8325 9.14952 19.2299 9.07611 18.7894C9.039 18.5668 9.02007 18.3791 9.01035 18.2431C9.00549 18.175 9.0029 18.1193 9.00153 18.0782C9.00069 18.0529 9.00008 18.0275 9 18.0022C8.99621 15.0044 9 12.0067 9 9.00902C9.00101 8.95723 9.00276 8.89451 9.00645 8.84282C9.01225 8.76155 9.02338 8.65197 9.04486 8.5231C9.08702 8.27011 9.17322 7.91749 9.35558 7.55278C9.53989 7.18415 9.83207 6.78511 10.2891 6.48045C10.7523 6.17162 11.325 6 12 6C12.675 6 13.2477 6.17162 13.7109 6.48045C14.1679 6.78511 14.4601 7.18415 14.6444 7.55278C14.8268 7.91749 14.913 8.27011 14.9551 8.5231C14.9766 8.65197 14.9877 8.76155 14.9936 8.84282C14.9984 8.91124 14.9999 8.95358 15 8.99794L15 17C15 17.5523 14.5523 18 14 18C13.4477 18 13 17.5523 13 17V9.00902C12.9995 8.99543 12.9962 8.93484 12.9824 8.8519C12.962 8.72989 12.9232 8.58251 12.8556 8.44722C12.7899 8.31585 12.7071 8.21489 12.6015 8.14455C12.5023 8.07838 12.325 8 12 8C11.675 8 11.4977 8.07838 11.3985 8.14455C11.2929 8.21489 11.2101 8.31585 11.1444 8.44722C11.0768 8.58251 11.038 8.72989 11.0176 8.8519C11.0038 8.93484 11.0005 8.99543 11 9.00902V17.9957C11.0009 18.0307 11.0028 18.0657 11.0053 18.1006C11.0112 18.1834 11.0235 18.3082 11.0489 18.4606C11.1005 18.7701 11.2018 19.1675 11.3944 19.5528C11.5851 19.9342 11.8554 20.2851 12.2422 20.543C12.6227 20.7966 13.175 21 14 21C14.825 21 15.3773 20.7966 15.7578 20.543C16.1446 20.2851 16.4149 19.9342 16.6056 19.5528C16.7982 19.1675 16.8995 18.7701 16.9511 18.4606C16.9765 18.3082 16.9888 18.1834 16.9947 18.1006C16.9972 18.0657 16.9991 18.0307 17 17.9956L16.9999 7.99892C16.9997 7.98148 16.9982 7.91625 16.9908 7.81343C16.981 7.67595 16.9609 7.47303 16.9199 7.2269C16.837 6.72989 16.6732 6.08251 16.3556 5.44722C16.0399 4.81585 15.5821 4.21489 14.9141 3.76955C14.2523 3.32838 13.325 3 12 3C10.675 3 9.7477 3.32838 9.08595 3.76955C8.41793 4.21489 7.96011 4.81585 7.64443 5.44722C7.32678 6.08251 7.16298 6.72989 7.08014 7.2269C7.03912 7.47303 7.019 7.67595 7.00918 7.81343C7.0025 7.90687 7.00117 7.9571 7 8.00092Z' fill='%230F0F0F'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800px' height='800px' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 8.00092L7 17C7 17.5523 6.55228 18 6 18C5.44772 18 5.00001 17.4897 5 16.9374C5 16.9374 5 16.9374 5 16.9374C5 16.937 5.00029 8.01023 5.00032 8.00092C5.00031 7.96702 5.00089 7.93318 5.00202 7.89931C5.00388 7.84357 5.00744 7.76644 5.01426 7.67094C5.02788 7.4803 5.05463 7.21447 5.10736 6.8981C5.21202 6.27011 5.42321 5.41749 5.85557 4.55278C6.28989 3.68415 6.95706 2.78511 7.97655 2.10545C9.00229 1.42162 10.325 1 12 1C13.6953 1 14.9977 1.42162 16.0235 2.10545C17.0429 2.78511 17.7101 3.68415 18.1444 4.55278C18.5768 5.41749 18.788 6.27011 18.8926 6.8981C18.9454 7.21447 18.9721 7.4803 18.9857 7.67094C18.9926 7.76644 18.9961 7.84357 18.998 7.89931C18.9991 7.93286 18.9997 7.96641 19 7.99998C19.0144 10.7689 19.0003 17.7181 19 18.001C19 18.0268 18.9993 18.0525 18.9985 18.0782C18.9971 18.1193 18.9945 18.175 18.9896 18.2431C18.9799 18.3791 18.961 18.5668 18.9239 18.7894C18.8505 19.2299 18.7018 19.8325 18.3944 20.4472C18.0851 21.0658 17.6054 21.7149 16.8672 22.207C16.1227 22.7034 15.175 23 14 23C12.825 23 11.8773 22.7034 11.1328 22.207C10.3946 21.7149 9.91489 21.0658 9.60557 20.4472C9.29822 19.8325 9.14952 19.2299 9.07611 18.7894C9.039 18.5668 9.02007 18.3791 9.01035 18.2431C9.00549 18.175 9.0029 18.1193 9.00153 18.0782C9.00069 18.0529 9.00008 18.0275 9 18.0022C8.99621 15.0044 9 12.0067 9 9.00902C9.00101 8.95723 9.00276 8.89451 9.00645 8.84282C9.01225 8.76155 9.02338 8.65197 9.04486 8.5231C9.08702 8.27011 9.17322 7.91749 9.35558 7.55278C9.53989 7.18415 9.83207 6.78511 10.2891 6.48045C10.7523 6.17162 11.325 6 12 6C12.675 6 13.2477 6.17162 13.7109 6.48045C14.1679 6.78511 14.4601 7.18415 14.6444 7.55278C14.8268 7.91749 14.913 8.27011 14.9551 8.5231C14.9766 8.65197 14.9877 8.76155 14.9936 8.84282C14.9984 8.91124 14.9999 8.95358 15 8.99794L15 17C15 17.5523 14.5523 18 14 18C13.4477 18 13 17.5523 13 17V9.00902C12.9995 8.99543 12.9962 8.93484 12.9824 8.8519C12.962 8.72989 12.9232 8.58251 12.8556 8.44722C12.7899 8.31585 12.7071 8.21489 12.6015 8.14455C12.5023 8.07838 12.325 8 12 8C11.675 8 11.4977 8.07838 11.3985 8.14455C11.2929 8.21489 11.2101 8.31585 11.1444 8.44722C11.0768 8.58251 11.038 8.72989 11.0176 8.8519C11.0038 8.93484 11.0005 8.99543 11 9.00902V17.9957C11.0009 18.0307 11.0028 18.0657 11.0053 18.1006C11.0112 18.1834 11.0235 18.3082 11.0489 18.4606C11.1005 18.7701 11.2018 19.1675 11.3944 19.5528C11.5851 19.9342 11.8554 20.2851 12.2422 20.543C12.6227 20.7966 13.175 21 14 21C14.825 21 15.3773 20.7966 15.7578 20.543C16.1446 20.2851 16.4149 19.9342 16.6056 19.5528C16.7982 19.1675 16.8995 18.7701 16.9511 18.4606C16.9765 18.3082 16.9888 18.1834 16.9947 18.1006C16.9972 18.0657 16.9991 18.0307 17 17.9956L16.9999 7.99892C16.9997 7.98148 16.9982 7.91625 16.9908 7.81343C16.981 7.67595 16.9609 7.47303 16.9199 7.2269C16.837 6.72989 16.6732 6.08251 16.3556 5.44722C16.0399 4.81585 15.5821 4.21489 14.9141 3.76955C14.2523 3.32838 13.325 3 12 3C10.675 3 9.7477 3.32838 9.08595 3.76955C8.41793 4.21489 7.96011 4.81585 7.64443 5.44722C7.32678 6.08251 7.16298 6.72989 7.08014 7.2269C7.03912 7.47303 7.019 7.67595 7.00918 7.81343C7.0025 7.90687 7.00117 7.9571 7 8.00092Z' fill='%230F0F0F'/%3E%3C/svg%3E");
}

.icon-upload {
  width: 30px;
  height: 30px;
}
.icon-upload::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M53.375 279.063C58.895 282.143 61.98 285.94 64 292c.11 2.979.165 5.936.174 8.915l.02 2.766q.021 2.977.036 5.957.026 4.732.065 9.464.105 13.458.182 26.916.049 8.233.12 16.466.024 3.122.037 6.243C64.723 389.81 65.382 408.695 79 426l1.844 2.5c10.45 12.116 26.69 17.343 42.156 18.5 8.589.363 17.19.274 25.785.259l7.8.01c6.3.01 12.602.007 18.902.002q7.688-.007 15.377-.003h2.219l4.464.003q20.882.006 41.763-.012 17.878-.012 35.755.002a34263 34263 0 0 0 48.281.006q7.67-.003 15.34.006 10.341.008 20.684-.01 3.783-.004 7.568.002c21.777.035 41.178-.19 59.062-14.265l2.5-1.844c12.535-10.811 17.277-27.243 18.5-43.156.298-6.39.299-12.786.305-19.181q.008-4.712.04-9.423c.056-8.917.087-17.834.111-26.752q.025-8.224.085-16.45.018-3.12.018-6.24c0-2.9.018-5.799.04-8.698l-.014-2.584c.077-6.295 1.498-10.372 5.603-15.297 6.018-5.083 11.178-7.095 19.136-6.754 6.846.97 11.114 4.28 15.45 9.5 3.609 5.529 3.517 10.609 3.5 17.015l.016 3.087c.014 3.37.013 6.74.01 10.109l.014 7.06q.01 7.41.002 14.822c-.006 6.292.01 12.585.034 18.878.015 4.867.016 9.734.013 14.601q0 3.477.015 6.952c.12 31.113-6.922 56.325-27.378 80.355l-1.734 2.05c-16.28 17.58-41.554 28.648-65.244 30.137-3.099.07-6.192.085-9.291.074l-3.56.011q-4.839.012-9.678.004c-3.493-.002-6.986.007-10.479.014q-10.245.018-20.489.012a15347 15347 0 0 0-23.907.01q-22.635.014-45.268.003c-13.775-.006-27.55.006-41.325.025q-21.262.03-42.526.024-11.919-.005-23.838.014-10.147.019-20.296.002c-3.445-.006-6.89-.008-10.335.005-32.268.09-58-6.078-83.03-27.385l-2.05-1.734C36.941 449.296 27.256 430.439 23 412l-.503-2.105c-2.285-11.263-1.826-22.752-1.833-34.192l-.02-7.088q-.017-7.398-.015-14.796c0-6.31-.027-12.62-.061-18.93-.022-4.872-.026-9.743-.025-14.614q-.005-3.49-.027-6.98c-.02-3.252-.014-6.503-.002-9.755l-.034-2.888c.066-7.002 1.643-12.319 6.266-17.675l1.692-1.352 1.683-1.398c7.209-4.706 15.536-4.672 23.254-1.164'/%3E%3Cpath d='m256 20.5 2.875-.031c6.963 1.183 12.2 5.009 17.078 9.983l1.648 1.63a977 977 0 0 1 5.377 5.394q1.944 1.939 3.89 3.874c3.51 3.495 7.005 7.002 10.499 10.513 3.662 3.676 7.335 7.342 11.006 11.01q9.24 9.237 18.462 18.496 10.659 10.695 21.346 21.362c6.86 6.849 13.71 13.706 20.558 20.567q4.367 4.377 8.742 8.744 5.15 5.144 10.281 10.308 1.884 1.891 3.774 3.775a1003 1003 0 0 1 5.146 5.17l1.513 1.494c4.84 4.928 7.315 9.956 7.868 16.777-.147 5.692-1.84 11.219-5.25 15.809-6.143 5.733-11.335 7.065-19.688 7.156-8.875-1.509-14.32-7.165-20.387-13.339l-2.693-2.691q-3.626-3.631-7.232-7.282c-2.522-2.547-5.055-5.083-7.587-7.62q-7.176-7.197-14.332-14.417c-5.436-5.48-10.883-10.95-16.332-16.418A22474 22474 0 0 1 279 97l-.002 1.72a71385 71385 0 0 1-.206 113.142l-.005 2.44c-.031 13.03-.048 26.06-.06 39.091q-.02 20.061-.082 40.121-.038 12.375-.036 24.75-.001 8.49-.041 16.98-.023 4.896-.014 9.792c.007 3.544-.011 7.087-.035 10.631l.023 3.105c-.085 7.176-1.235 13.727-6.321 19.111-6.319 5.707-11.225 6.628-19.733 6.496-6.353-.69-10.153-3.719-14.363-8.317-4.468-6.439-4.418-12.461-4.403-20.034l-.018-3.356c-.017-3.713-.02-7.426-.023-11.138l-.03-7.983q-.034-8.595-.048-17.188c-.014-8.284-.04-16.568-.068-24.851q-.067-20.16-.113-40.321-.045-19.583-.105-39.164l-.007-2.44-.037-12.113Q233.118 147.236 233 97l-1.417 1.428a23657 23657 0 0 1-34.206 34.402q-8.28 8.309-16.542 16.637-7.201 7.26-14.425 14.5a2306 2306 0 0 0-7.632 7.678 2019 2019 0 0 1-8.538 8.57l-2.53 2.573c-5.992 5.95-10.872 9.638-19.648 9.65-6.568-.206-11.138-1.487-15.812-6.204-4.72-5.765-6.595-11.31-6.187-18.734 1.797-10.707 10.975-17.972 18.311-25.278q1.904-1.912 3.806-3.827c3.43-3.449 6.871-6.888 10.314-10.325q4.316-4.314 8.625-8.634 10.171-10.19 20.36-20.362c7-6.987 13.986-13.988 20.966-20.995q9.005-9.037 18.031-18.054 5.385-5.378 10.756-10.771 5.048-5.07 10.122-10.116 1.856-1.85 3.7-3.71C245.975 20.391 245.975 20.391 256 20.5'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M53.375 279.063C58.895 282.143 61.98 285.94 64 292c.11 2.979.165 5.936.174 8.915l.02 2.766q.021 2.977.036 5.957.026 4.732.065 9.464.105 13.458.182 26.916.049 8.233.12 16.466.024 3.122.037 6.243C64.723 389.81 65.382 408.695 79 426l1.844 2.5c10.45 12.116 26.69 17.343 42.156 18.5 8.589.363 17.19.274 25.785.259l7.8.01c6.3.01 12.602.007 18.902.002q7.688-.007 15.377-.003h2.219l4.464.003q20.882.006 41.763-.012 17.878-.012 35.755.002a34263 34263 0 0 0 48.281.006q7.67-.003 15.34.006 10.341.008 20.684-.01 3.783-.004 7.568.002c21.777.035 41.178-.19 59.062-14.265l2.5-1.844c12.535-10.811 17.277-27.243 18.5-43.156.298-6.39.299-12.786.305-19.181q.008-4.712.04-9.423c.056-8.917.087-17.834.111-26.752q.025-8.224.085-16.45.018-3.12.018-6.24c0-2.9.018-5.799.04-8.698l-.014-2.584c.077-6.295 1.498-10.372 5.603-15.297 6.018-5.083 11.178-7.095 19.136-6.754 6.846.97 11.114 4.28 15.45 9.5 3.609 5.529 3.517 10.609 3.5 17.015l.016 3.087c.014 3.37.013 6.74.01 10.109l.014 7.06q.01 7.41.002 14.822c-.006 6.292.01 12.585.034 18.878.015 4.867.016 9.734.013 14.601q0 3.477.015 6.952c.12 31.113-6.922 56.325-27.378 80.355l-1.734 2.05c-16.28 17.58-41.554 28.648-65.244 30.137-3.099.07-6.192.085-9.291.074l-3.56.011q-4.839.012-9.678.004c-3.493-.002-6.986.007-10.479.014q-10.245.018-20.489.012a15347 15347 0 0 0-23.907.01q-22.635.014-45.268.003c-13.775-.006-27.55.006-41.325.025q-21.262.03-42.526.024-11.919-.005-23.838.014-10.147.019-20.296.002c-3.445-.006-6.89-.008-10.335.005-32.268.09-58-6.078-83.03-27.385l-2.05-1.734C36.941 449.296 27.256 430.439 23 412l-.503-2.105c-2.285-11.263-1.826-22.752-1.833-34.192l-.02-7.088q-.017-7.398-.015-14.796c0-6.31-.027-12.62-.061-18.93-.022-4.872-.026-9.743-.025-14.614q-.005-3.49-.027-6.98c-.02-3.252-.014-6.503-.002-9.755l-.034-2.888c.066-7.002 1.643-12.319 6.266-17.675l1.692-1.352 1.683-1.398c7.209-4.706 15.536-4.672 23.254-1.164'/%3E%3Cpath d='m256 20.5 2.875-.031c6.963 1.183 12.2 5.009 17.078 9.983l1.648 1.63a977 977 0 0 1 5.377 5.394q1.944 1.939 3.89 3.874c3.51 3.495 7.005 7.002 10.499 10.513 3.662 3.676 7.335 7.342 11.006 11.01q9.24 9.237 18.462 18.496 10.659 10.695 21.346 21.362c6.86 6.849 13.71 13.706 20.558 20.567q4.367 4.377 8.742 8.744 5.15 5.144 10.281 10.308 1.884 1.891 3.774 3.775a1003 1003 0 0 1 5.146 5.17l1.513 1.494c4.84 4.928 7.315 9.956 7.868 16.777-.147 5.692-1.84 11.219-5.25 15.809-6.143 5.733-11.335 7.065-19.688 7.156-8.875-1.509-14.32-7.165-20.387-13.339l-2.693-2.691q-3.626-3.631-7.232-7.282c-2.522-2.547-5.055-5.083-7.587-7.62q-7.176-7.197-14.332-14.417c-5.436-5.48-10.883-10.95-16.332-16.418A22474 22474 0 0 1 279 97l-.002 1.72a71385 71385 0 0 1-.206 113.142l-.005 2.44c-.031 13.03-.048 26.06-.06 39.091q-.02 20.061-.082 40.121-.038 12.375-.036 24.75-.001 8.49-.041 16.98-.023 4.896-.014 9.792c.007 3.544-.011 7.087-.035 10.631l.023 3.105c-.085 7.176-1.235 13.727-6.321 19.111-6.319 5.707-11.225 6.628-19.733 6.496-6.353-.69-10.153-3.719-14.363-8.317-4.468-6.439-4.418-12.461-4.403-20.034l-.018-3.356c-.017-3.713-.02-7.426-.023-11.138l-.03-7.983q-.034-8.595-.048-17.188c-.014-8.284-.04-16.568-.068-24.851q-.067-20.16-.113-40.321-.045-19.583-.105-39.164l-.007-2.44-.037-12.113Q233.118 147.236 233 97l-1.417 1.428a23657 23657 0 0 1-34.206 34.402q-8.28 8.309-16.542 16.637-7.201 7.26-14.425 14.5a2306 2306 0 0 0-7.632 7.678 2019 2019 0 0 1-8.538 8.57l-2.53 2.573c-5.992 5.95-10.872 9.638-19.648 9.65-6.568-.206-11.138-1.487-15.812-6.204-4.72-5.765-6.595-11.31-6.187-18.734 1.797-10.707 10.975-17.972 18.311-25.278q1.904-1.912 3.806-3.827c3.43-3.449 6.871-6.888 10.314-10.325q4.316-4.314 8.625-8.634 10.171-10.19 20.36-20.362c7-6.987 13.986-13.988 20.966-20.995q9.005-9.037 18.031-18.054 5.385-5.378 10.756-10.771 5.048-5.07 10.122-10.116 1.856-1.85 3.7-3.71C245.975 20.391 245.975 20.391 256 20.5'/%3E%3C/svg%3E");
}

.icon-copy {
  width: 30px;
  height: 30px;
}
.icon-copy::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='m97.018 88.86 3.046-.01q5.05-.01 10.1-.011l7.245-.015q9.84-.019 19.68-.024 6.152-.005 12.302-.012 17.048-.019 34.094-.026h4.41l4.428-.002h2.219q17.782-.009 35.563-.046 18.279-.035 36.559-.037 10.253.001 20.507-.025a4805 4805 0 0 1 19.3-.01q3.534.002 7.068-.013c31.927-.126 31.927-.126 44.684 11.375 7.048 7.364 11.892 16.674 11.914 26.954l.015 3.796.002 4.193.013 4.437q.017 6.113.022 12.224.01 6.585.029 13.172.034 15.916.052 31.832l.011 8.992a81160 81160 0 0 1 .07 68.772l.001 3.248c.013 17.354.046 34.708.088 52.063q.063 26.727.071 53.454c.004 10.004.015 20.008.048 30.011.028 8.522.04 17.044.028 25.566-.005 4.346-.002 8.691.022 13.037q.033 5.976.003 11.953-.004 2.153.018 4.307c.124 12.592-2.799 23.65-11.63 32.985-13.065 12.36-27.866 11.724-44.764 11.647q-3.77.01-7.543.027c-6.098.02-12.196.017-18.295.002q-7.44-.015-14.88-.007l-2.146.002-4.317.005c-13.468.014-26.935-.002-40.402-.029q-17.302-.031-34.605.005a12827 12827 0 0 1-44.566.017l-2.137-.002c-4.95-.005-9.898.003-14.848.014-6.671.016-13.342.005-20.014-.024q-3.664-.01-7.329.006C87.386 512.728 74.097 512.445 62 501c-9.48-10.02-11.749-21.669-11.628-35.043q-.007-2.232-.022-4.464c-.019-4.059-.006-8.116.011-12.175.013-4.388-.002-8.777-.014-13.165-.018-8.585-.01-17.169.008-25.753a8393 8393 0 0 0 .013-23.949l-.003-6.062c-.008-17.851.008-35.702.038-53.554q.044-25.965.02-51.931a31160 31160 0 0 1 .003-62.637l.003-3q.007-10.453-.005-20.906-.011-12.74.024-25.481c.013-4.332.02-8.663.008-12.994q-.014-5.954.021-11.906.009-2.148-.005-4.296c-.077-13.369 3.275-23.601 12.27-33.625 9.629-9.25 21.462-11.211 34.276-11.2M82.125 122.5c-2.422 3.23-2.252 6.419-2.256 10.29l-.012 3.682q0 2.034.003 4.067l-.01 4.303q-.011 5.927-.01 11.854c-.002 4.258-.01 8.515-.016 12.773q-.02 13.971-.024 27.942l-.012 17.438q-.019 24.13-.026 48.259v6.25l-.003 9.42q-.008 25.233-.045 50.467a39677 39677 0 0 0-.037 51.783q.001 14.544-.025 29.087-.023 12.382-.012 24.763.008 6.32-.011 12.64-.019 5.783 0 11.565.004 2.095-.01 4.19c-.01 1.895-.001 3.79.01 5.685-.002 1.054-.002 2.108-.003 3.193.435 3.31 1.41 5.17 3.374 7.849 5.107 3.556 9.919 3.424 15.906 3.381l3.01.014c3.326.012 6.65.003 9.977-.007q3.578.007 7.155.016 8.708.016 17.414.002 7.077-.01 14.154-.005l2.036.002 4.095.003c12.794.008 25.59-.002 38.384-.018q16.463-.018 32.925.003a19298 19298 0 0 0 42.328.01l2.028-.001q7.067-.003 14.134.009 9.515.013 19.03-.015 3.494-.006 6.987.004c3.177.008 6.354-.002 9.53-.017l2.8.02c5.061-.046 8.86-.34 13.107-3.401 2.503-4.178 3.375-7.28 3.378-12.125l.023-3.677-.02-4.015q.005-2.142.014-4.284c.013-3.92.006-7.84-.003-11.76-.007-4.228.004-8.457.012-12.687.013-8.283.01-16.566.002-24.849q-.01-10.096-.005-20.194l.002-2.902.003-5.836c.008-18.248-.002-36.495-.018-54.742q-.018-23.49.003-46.979a39251 39251 0 0 0 .01-60.36l-.001-2.89q-.003-10.085.009-20.171.013-12.29-.01-24.58-.013-6.27-.001-12.543.013-5.74-.012-11.48-.005-2.078.006-4.154a500 500 0 0 0-.014-5.647l-.002-3.168c-.555-4.362-2.092-7.756-5.313-10.77-3.348-1.927-6.447-2.312-10.268-2.318l-2.534-.012-2.768.003-2.953-.01q-4.911-.01-9.822-.011l-7.032-.015q-9.561-.019-19.122-.024l-11.942-.012q-16.537-.019-33.073-.026h-4.28l-6.452-.003q-17.273-.008-34.545-.045-17.739-.035-35.477-.037-9.958.001-19.915-.025-9.366-.023-18.731-.01-3.438.002-6.876-.013c-3.128-.013-6.256-.007-9.385.004l-2.748-.025c-6.175.048-11.05.92-16.015 4.892'/%3E%3Cpath d='M197.764-.647q3.77-.01 7.543-.027c6.098-.02 12.196-.017 18.295-.002q7.44.015 14.88.007l2.146-.002 4.317-.005c13.468-.014 26.935.002 40.402.029q17.303.031 34.605-.005a12827 12827 0 0 1 46.703-.015c4.95.005 9.898-.003 14.848-.014 6.671-.016 13.342-.005 20.014.024q3.665.01 7.329-.006C424.614-.728 437.903-.445 450 11c9.48 10.02 11.749 21.669 11.628 35.043q.007 2.232.022 4.464c.019 4.059.006 8.116-.011 12.175-.013 4.388.002 8.777.014 13.165.018 8.585.01 17.169-.008 25.753a8393 8393 0 0 0-.013 23.949l.003 6.062c.008 17.851-.008 35.702-.038 53.554q-.044 25.965-.02 51.931a31160 31160 0 0 1-.006 65.637q-.007 10.453.005 20.906.011 12.74-.024 25.481c-.013 4.332-.02 8.663-.008 12.994q.014 5.954-.021 11.906-.009 2.148.005 4.296c.077 13.369-3.275 23.601-12.27 33.625-8.122 7.802-19.136 11.466-30.305 11.274-4.518-.497-7.29-2.48-10.266-5.777-3.106-4.487-3.32-8.064-2.687-13.438 1.727-4.91 4.392-7.663 9-10 3.04-.755 6.077-1.315 9.16-1.863 2.978-1.192 4.325-2.278 6.016-4.99 1.94-5.053 1.361-10.71 1.318-16.046l.015-4.311c.013-3.945 0-7.89-.015-11.834-.014-4.256-.004-8.511.003-12.767.01-8.335 0-16.67-.02-25.005-.02-9.703-.02-19.406-.019-29.11q0-25.966-.046-51.934a28710 28710 0 0 1-.041-53.547v-3.131q0-28.684-.028-57.37-.008-10.149-.01-20.299 0-12.364-.028-24.73-.016-6.31-.013-12.621.003-5.775-.02-11.549a827 827 0 0 1 0-4.182c.005-1.893-.005-3.785-.015-5.678l-.004-3.188c-.267-3.002-.9-5.159-2.253-7.845-4.429-2.86-9.78-2.278-14.869-2.254l-3.034-.01c-3.358-.007-6.717-.001-10.076.005q-3.609-.003-7.219-.01c-5.86-.009-11.72-.007-17.579-.002a10165 10165 0 0 1-20.472 0q-19.37-.006-38.737.012-16.617.013-33.236-.002a29481 29481 0 0 0-44.76-.006q-7.134.003-14.27-.006-9.601-.008-19.206.01-3.528.004-7.056-.002a1997 1997 0 0 0-9.617.011l-2.834-.013c-6.25.032-6.25.032-12.035 2.267-1.42 2.392-1.936 4.608-2.383 7.34-1.002 6.06-2.124 9.38-6.617 13.66-4.257 2.546-8.154 2.662-13 2-4.871-1.73-7.776-4.343-10-9-1.644-11.74 1.106-21.656 7.812-31.375C162.567-.971 179.204-.731 197.764-.647'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='m97.018 88.86 3.046-.01q5.05-.01 10.1-.011l7.245-.015q9.84-.019 19.68-.024 6.152-.005 12.302-.012 17.048-.019 34.094-.026h4.41l4.428-.002h2.219q17.782-.009 35.563-.046 18.279-.035 36.559-.037 10.253.001 20.507-.025a4805 4805 0 0 1 19.3-.01q3.534.002 7.068-.013c31.927-.126 31.927-.126 44.684 11.375 7.048 7.364 11.892 16.674 11.914 26.954l.015 3.796.002 4.193.013 4.437q.017 6.113.022 12.224.01 6.585.029 13.172.034 15.916.052 31.832l.011 8.992a81160 81160 0 0 1 .07 68.772l.001 3.248c.013 17.354.046 34.708.088 52.063q.063 26.727.071 53.454c.004 10.004.015 20.008.048 30.011.028 8.522.04 17.044.028 25.566-.005 4.346-.002 8.691.022 13.037q.033 5.976.003 11.953-.004 2.153.018 4.307c.124 12.592-2.799 23.65-11.63 32.985-13.065 12.36-27.866 11.724-44.764 11.647q-3.77.01-7.543.027c-6.098.02-12.196.017-18.295.002q-7.44-.015-14.88-.007l-2.146.002-4.317.005c-13.468.014-26.935-.002-40.402-.029q-17.302-.031-34.605.005a12827 12827 0 0 1-44.566.017l-2.137-.002c-4.95-.005-9.898.003-14.848.014-6.671.016-13.342.005-20.014-.024q-3.664-.01-7.329.006C87.386 512.728 74.097 512.445 62 501c-9.48-10.02-11.749-21.669-11.628-35.043q-.007-2.232-.022-4.464c-.019-4.059-.006-8.116.011-12.175.013-4.388-.002-8.777-.014-13.165-.018-8.585-.01-17.169.008-25.753a8393 8393 0 0 0 .013-23.949l-.003-6.062c-.008-17.851.008-35.702.038-53.554q.044-25.965.02-51.931a31160 31160 0 0 1 .003-62.637l.003-3q.007-10.453-.005-20.906-.011-12.74.024-25.481c.013-4.332.02-8.663.008-12.994q-.014-5.954.021-11.906.009-2.148-.005-4.296c-.077-13.369 3.275-23.601 12.27-33.625 9.629-9.25 21.462-11.211 34.276-11.2M82.125 122.5c-2.422 3.23-2.252 6.419-2.256 10.29l-.012 3.682q0 2.034.003 4.067l-.01 4.303q-.011 5.927-.01 11.854c-.002 4.258-.01 8.515-.016 12.773q-.02 13.971-.024 27.942l-.012 17.438q-.019 24.13-.026 48.259v6.25l-.003 9.42q-.008 25.233-.045 50.467a39677 39677 0 0 0-.037 51.783q.001 14.544-.025 29.087-.023 12.382-.012 24.763.008 6.32-.011 12.64-.019 5.783 0 11.565.004 2.095-.01 4.19c-.01 1.895-.001 3.79.01 5.685-.002 1.054-.002 2.108-.003 3.193.435 3.31 1.41 5.17 3.374 7.849 5.107 3.556 9.919 3.424 15.906 3.381l3.01.014c3.326.012 6.65.003 9.977-.007q3.578.007 7.155.016 8.708.016 17.414.002 7.077-.01 14.154-.005l2.036.002 4.095.003c12.794.008 25.59-.002 38.384-.018q16.463-.018 32.925.003a19298 19298 0 0 0 42.328.01l2.028-.001q7.067-.003 14.134.009 9.515.013 19.03-.015 3.494-.006 6.987.004c3.177.008 6.354-.002 9.53-.017l2.8.02c5.061-.046 8.86-.34 13.107-3.401 2.503-4.178 3.375-7.28 3.378-12.125l.023-3.677-.02-4.015q.005-2.142.014-4.284c.013-3.92.006-7.84-.003-11.76-.007-4.228.004-8.457.012-12.687.013-8.283.01-16.566.002-24.849q-.01-10.096-.005-20.194l.002-2.902.003-5.836c.008-18.248-.002-36.495-.018-54.742q-.018-23.49.003-46.979a39251 39251 0 0 0 .01-60.36l-.001-2.89q-.003-10.085.009-20.171.013-12.29-.01-24.58-.013-6.27-.001-12.543.013-5.74-.012-11.48-.005-2.078.006-4.154a500 500 0 0 0-.014-5.647l-.002-3.168c-.555-4.362-2.092-7.756-5.313-10.77-3.348-1.927-6.447-2.312-10.268-2.318l-2.534-.012-2.768.003-2.953-.01q-4.911-.01-9.822-.011l-7.032-.015q-9.561-.019-19.122-.024l-11.942-.012q-16.537-.019-33.073-.026h-4.28l-6.452-.003q-17.273-.008-34.545-.045-17.739-.035-35.477-.037-9.958.001-19.915-.025-9.366-.023-18.731-.01-3.438.002-6.876-.013c-3.128-.013-6.256-.007-9.385.004l-2.748-.025c-6.175.048-11.05.92-16.015 4.892'/%3E%3Cpath d='M197.764-.647q3.77-.01 7.543-.027c6.098-.02 12.196-.017 18.295-.002q7.44.015 14.88.007l2.146-.002 4.317-.005c13.468-.014 26.935.002 40.402.029q17.303.031 34.605-.005a12827 12827 0 0 1 46.703-.015c4.95.005 9.898-.003 14.848-.014 6.671-.016 13.342-.005 20.014.024q3.665.01 7.329-.006C424.614-.728 437.903-.445 450 11c9.48 10.02 11.749 21.669 11.628 35.043q.007 2.232.022 4.464c.019 4.059.006 8.116-.011 12.175-.013 4.388.002 8.777.014 13.165.018 8.585.01 17.169-.008 25.753a8393 8393 0 0 0-.013 23.949l.003 6.062c.008 17.851-.008 35.702-.038 53.554q-.044 25.965-.02 51.931a31160 31160 0 0 1-.006 65.637q-.007 10.453.005 20.906.011 12.74-.024 25.481c-.013 4.332-.02 8.663-.008 12.994q.014 5.954-.021 11.906-.009 2.148.005 4.296c.077 13.369-3.275 23.601-12.27 33.625-8.122 7.802-19.136 11.466-30.305 11.274-4.518-.497-7.29-2.48-10.266-5.777-3.106-4.487-3.32-8.064-2.687-13.438 1.727-4.91 4.392-7.663 9-10 3.04-.755 6.077-1.315 9.16-1.863 2.978-1.192 4.325-2.278 6.016-4.99 1.94-5.053 1.361-10.71 1.318-16.046l.015-4.311c.013-3.945 0-7.89-.015-11.834-.014-4.256-.004-8.511.003-12.767.01-8.335 0-16.67-.02-25.005-.02-9.703-.02-19.406-.019-29.11q0-25.966-.046-51.934a28710 28710 0 0 1-.041-53.547v-3.131q0-28.684-.028-57.37-.008-10.149-.01-20.299 0-12.364-.028-24.73-.016-6.31-.013-12.621.003-5.775-.02-11.549a827 827 0 0 1 0-4.182c.005-1.893-.005-3.785-.015-5.678l-.004-3.188c-.267-3.002-.9-5.159-2.253-7.845-4.429-2.86-9.78-2.278-14.869-2.254l-3.034-.01c-3.358-.007-6.717-.001-10.076.005q-3.609-.003-7.219-.01c-5.86-.009-11.72-.007-17.579-.002a10165 10165 0 0 1-20.472 0q-19.37-.006-38.737.012-16.617.013-33.236-.002a29481 29481 0 0 0-44.76-.006q-7.134.003-14.27-.006-9.601-.008-19.206.01-3.528.004-7.056-.002a1997 1997 0 0 0-9.617.011l-2.834-.013c-6.25.032-6.25.032-12.035 2.267-1.42 2.392-1.936 4.608-2.383 7.34-1.002 6.06-2.124 9.38-6.617 13.66-4.257 2.546-8.154 2.662-13 2-4.871-1.73-7.776-4.343-10-9-1.644-11.74 1.106-21.656 7.812-31.375C162.567-.971 179.204-.731 197.764-.647'/%3E%3C/svg%3E");
}

.icon-calender {
  width: 30px;
  height: 30px;
}
.icon-calender::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.1' height='17.09'%3E%3Cpath fill='%23f5f5f5' d='M16.713.965V0h-1.424v.965h-2.566V0H11.3v.965H8.771V0H7.347v.965H3.9v4.118a12.36 12.36 0 0 1-1.692 6.7A16.064 16.064 0 0 1 .237 14.6L0 14.856l3.9-.023v2.257h16.2V.965ZM2.818 13.4a13.813 13.813 0 0 0 2.5-7.611h13.339a13.535 13.535 0 0 1-.972 4.529 9.434 9.434 0 0 1-1.97 3.082Zm2.517 1.432H16a.731.731 0 0 0 .46-.166 9.967 9.967 0 0 0 2.212-3.066v4.058H5.335ZM8.763 3.454V2.4h2.524v1.055h1.432V2.4h2.562v1.055h1.432V2.4h1.959v1.959H5.335V2.4h2v1.055Z' data-name='calendar (3)'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.1' height='17.09'%3E%3Cpath fill='%23f5f5f5' d='M16.713.965V0h-1.424v.965h-2.566V0H11.3v.965H8.771V0H7.347v.965H3.9v4.118a12.36 12.36 0 0 1-1.692 6.7A16.064 16.064 0 0 1 .237 14.6L0 14.856l3.9-.023v2.257h16.2V.965ZM2.818 13.4a13.813 13.813 0 0 0 2.5-7.611h13.339a13.535 13.535 0 0 1-.972 4.529 9.434 9.434 0 0 1-1.97 3.082Zm2.517 1.432H16a.731.731 0 0 0 .46-.166 9.967 9.967 0 0 0 2.212-3.066v4.058H5.335ZM8.763 3.454V2.4h2.524v1.055h1.432V2.4h2.562v1.055h1.432V2.4h1.959v1.959H5.335V2.4h2v1.055Z' data-name='calendar (3)'/%3E%3C/svg%3E");
}

.icon-events {
  width: 30px;
  height: 30px;
}
.icon-events::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M149 17c3.19 2.972 6.04 6.082 8 10v26h72V30c3.65-8.515 7.087-11.897 15-16 7.48-2.494 19-2.416 26.313.75C275.485 17.635 279.31 20.62 282 26c2.184 8.737 1 17.994 1 27h72V27c4.175-6.263 8.01-11.035 15.34-13.492C379.88 11.687 391.686 11.39 400 17c3.583 3.28 6.452 6.357 8 11 .083 1.92.107 3.84.098 5.762l-.01 3.388-.026 3.538-.013 3.572Q408.03 48.63 408 53l1.793-.013q9.297-.066 18.593-.097 3.462-.015 6.925-.04c3.331-.025 6.662-.037 9.994-.045l3.091-.032c11.282-.001 21.723 1.504 30.291 9.352 6.574 6.965 9.435 15.051 9.444 24.461l.007 2.01q.006 3.35.002 6.7l.01 4.84q.011 6.66.01 13.323.005 7.18.016 14.36.02 15.707.024 31.413.005 9.807.012 19.613.019 27.15.026 54.297v3.51l.003 14.119q.007 28.371.045 56.742.035 29.124.037 58.248-.001 16.354.025 32.707.023 13.928.012 27.854-.008 7.104.011 14.209.019 6.508 0 13.017-.004 2.35.01 4.7c.064 12.334-.792 22.342-9.381 31.752-9.468 9.258-19.275 9.584-31.795 9.521q-2.572.009-5.145.024c-4.7.02-9.399.016-14.099.007-5.073-.005-10.147.013-15.22.028-9.936.026-19.87.03-29.806.025q-12.114-.005-24.23.008l-3.484.004-7.008.007c-21.904.022-43.808.017-65.712.005-20.031-.01-40.062.012-60.093.05q-30.864.06-61.727.048c-11.549-.004-23.097.001-34.646.03q-14.748.036-29.495.002c-5.014-.012-10.028-.014-15.042.01q-6.893.032-13.785-.012-2.486-.009-4.972.015c-11.172.1-20.616-1.173-29.23-9.047-7.217-7.526-9.63-15.095-9.645-25.432l-.007-2.013q-.009-3.345-.006-6.69l-.011-4.84q-.014-6.654-.017-13.31-.007-7.176-.022-14.352c-.02-11.555-.03-23.11-.039-34.664l-.015-16.325a100516 100516 0 0 1-.044-68.352l-.002-3.536c-.008-18.9-.033-37.8-.066-56.7q-.049-29.11-.054-58.218c-.002-10.896-.01-21.79-.036-32.686q-.034-13.917-.02-27.835c.004-4.732.002-9.464-.017-14.197q-.026-6.505-.001-13.01.003-2.347-.014-4.693c-.094-13.2 1.73-23.078 11.15-32.774 8.978-7.996 20.535-8.41 32.05-8.293l3.253.008c3.393.011 6.785.036 10.177.062q3.472.016 6.945.027 8.466.034 16.93.098l-.048-2.2c-.062-3.308-.101-6.616-.14-9.925l-.076-3.46c-.06-6.913.13-11.774 4.807-17.208C119.012 11.33 137.117 8.959 149 17m-28 15v21h19V32c-9.5-3.963-9.5-3.963-19 0m125 1c-.548 2.213-.548 2.213-.39 4.668l.03 2.438.11 3.081L246 53h20l.25-9.812.11-3.082.03-2.438.064-2.491c-.273-2.337-.273-2.337-2.299-3.944-2.836-1.622-4.903-1.632-8.155-1.608l-3.125-.023c-3.286.455-4.5 1.123-6.875 3.398m126-1v21h19V32c-9.5-3.963-9.5-3.963-19 0' fill='%23fff'/%3E%3Cpath d='M149 17c3.19 2.972 6.04 6.082 8 10v26h72V30c3.65-8.515 7.087-11.897 15-16 7.48-2.494 19-2.416 26.313.75C275.485 17.635 279.31 20.62 282 26c2.184 8.737 1 17.994 1 27h72V27c4.175-6.263 8.01-11.035 15.34-13.492C379.88 11.687 391.686 11.39 400 17c3.583 3.28 6.452 6.357 8 11 .083 1.92.107 3.84.098 5.762l-.01 3.388-.026 3.538-.013 3.572Q408.03 48.63 408 53l1.793-.013q9.297-.066 18.593-.097 3.462-.015 6.925-.04c3.331-.025 6.662-.037 9.994-.045l3.091-.032c11.282-.001 21.723 1.504 30.291 9.352C499.945 84.646 488 135.32 488 154H24c0-81.945 0-81.945 10.645-92.902 8.978-7.996 20.535-8.41 32.05-8.293l3.253.008c3.393.011 6.785.036 10.177.062q3.472.016 6.945.027 8.466.034 16.93.098l-.048-2.2c-.062-3.308-.101-6.616-.14-9.925l-.076-3.46c-.06-6.913.13-11.774 4.807-17.208C119.012 11.33 137.117 8.959 149 17m-28 15v21h19V32c-9.5-3.963-9.5-3.963-19 0m125 1c-.548 2.213-.548 2.213-.39 4.668l.03 2.438.11 3.081L246 53h20l.25-9.812.11-3.082.03-2.438.064-2.491c-.273-2.337-.273-2.337-2.299-3.944-2.836-1.622-4.903-1.632-8.155-1.608l-3.125-.023c-3.286.455-4.5 1.123-6.875 3.398m126-1v21h19V32c-9.5-3.963-9.5-3.963-19 0' fill='%2330abe4'/%3E%3Cpath d='M487 399h1q.106 14.017.155 28.036c.016 4.34.037 8.68.071 13.02.033 4.196.05 8.39.059 12.586q.008 2.391.032 4.781c.123 12.53-.51 22.928-9.317 32.577-9.468 9.258-19.275 9.584-31.795 9.521q-2.572.009-5.145.024c-4.7.02-9.399.016-14.099.007-5.073-.005-10.147.013-15.22.028-9.936.026-19.87.03-29.806.025q-12.114-.005-24.23.008l-3.484.004-7.008.007c-21.904.022-43.808.017-65.712.005-20.031-.01-40.062.012-60.093.05q-30.864.06-61.727.048c-11.549-.004-23.097.001-34.646.03q-14.747.036-29.495.002c-5.014-.012-10.028-.014-15.042.01q-6.893.032-13.785-.012-2.486-.009-4.972.015c-11.172.1-20.616-1.173-29.23-9.047-7.025-7.327-9.658-14.798-9.609-24.9l.01-3.507.026-3.63.013-3.69q.018-4.5.049-8.998h1l.445 2.09c2.398 10.047 6.165 16.919 14.918 22.62 8.739 4.273 16.65 4.72 26.301 4.671q2.226.005 4.451.014c4.06.013 8.119.006 12.178-.003 4.384-.007 8.769.004 13.153.012 8.582.013 17.164.01 25.746.002q10.46-.01 20.923-.005l3.01.002 6.052.003c18.91.008 37.82-.002 56.731-.018q24.338-.018 48.677.003a42173 42173 0 0 0 62.568.01l2.996-.001q10.45-.003 20.9.009 12.734.013 25.467-.01 6.496-.013 12.993-.001 5.948.013 11.894-.012 2.151-.005 4.302.006c11.302.095 11.302.095 21.197-4.79l1.47-1.466 1.729-1.695 1.812-1.837 1.974-1.952c2.138-2.12 4.26-4.255 6.383-6.39q2.23-2.226 4.462-4.45 4.664-4.658 9.312-9.334c3.969-3.992 7.955-7.965 11.947-11.934a3212 3212 0 0 0 9.196-9.195q2.199-2.204 4.407-4.398c2.057-2.046 4.1-4.105 6.14-6.167l1.843-1.819c3.375-3.444 5.283-6.139 6.423-10.965M25 154h462v12H25z' fill='%23D1C9C9'/%3E%3Cpath d='M428.194 398.886h3.943l4.277.016 4.363.005q5.745.006 11.492.024 5.862.014 11.723.02 11.505.016 23.008.049c-.25 6.205-3.16 8.873-7.352 13l-2.01 2.036a1060 1060 0 0 1-6.618 6.609l-4.594 4.608q-4.815 4.824-9.652 9.625a2462 2462 0 0 0-12.344 12.361 2742 2742 0 0 1-9.5 9.5q-2.279 2.274-4.548 4.56a942 942 0 0 1-6.383 6.349l-1.885 1.915c-3.565 3.48-5.908 5.228-11.114 5.437q-.141-12.556-.207-25.114a1845 1845 0 0 0-.095-11.662q-.063-5.631-.078-11.263-.01-2.145-.043-4.289c-.03-2.008-.03-4.016-.031-6.024l-.027-3.459c.767-5.082 3.318-8.165 7.106-11.502 3.817-2.711 5.892-2.81 10.569-2.8m-323.6-114.551 3.104-.015q3.242-.005 6.485.027c3.306.027 6.609 0 9.915-.032q3.154.005 6.308.02l2.99-.03c4.409.074 6.938.276 10.731 2.653 2.592 4.21 2.542 7.504 2.432 12.357l-.007 2.708a457 457 0 0 1-.065 5.65 569 569 0 0 0-.067 8.644q-.02 2.75-.049 5.498l-.016 2.608-.049 2.438-.032 2.134c-.327 2.39-.995 3.96-2.274 6.004-3.155 2.104-3.963 2.26-7.576 2.306l-2.802.049-3.02.016c-1.028.01-2.055.018-3.113.027q-3.26.022-6.521.028c-3.324.011-6.645.06-9.968.111q-3.168.015-6.336.022l-3.009.059c-4.425-.03-6.963-.188-10.78-2.56-2.606-4.25-2.596-7.656-2.54-12.558l-.014-2.768q-.004-2.89.027-5.779c.027-2.944 0-5.884-.032-8.828q.006-2.812.02-5.625l-.03-2.658c.078-4.099.388-6.345 2.573-9.894 4.542-2.835 8.456-2.666 13.715-2.612m185.035.035 3.111-.007q3.249 0 6.498.04c3.317.033 6.63.02 9.948 0q3.159.01 6.318.03l3.005-.015c6.861.117 6.861.117 10.085 2.491 2.845 4.227 2.567 7.935 2.574 12.895l.01 2.653q.007 2.781.007 5.563c.002 2.836.02 5.67.04 8.506q.005 2.702.005 5.403l.022 2.57-.01 2.406.005 2.108c-.298 2.396-.965 3.943-2.247 5.986-3.155 2.104-3.963 2.26-7.576 2.306l-2.802.049-3.02.016c-1.028.01-2.055.018-3.113.027q-3.26.022-6.521.028c-3.324.011-6.645.06-9.968.111q-3.168.015-6.336.022l-3.009.059c-4.425-.03-6.963-.188-10.78-2.56-2.606-4.25-2.596-7.656-2.54-12.558l-.014-2.768q-.005-2.89.027-5.779c.027-2.944 0-5.884-.032-8.828q.005-2.812.02-5.625l-.03-2.658c.078-4.098.39-6.347 2.571-9.896 4.555-2.838 8.482-2.646 13.752-2.575m-.254-88 3.037-.007q3.172 0 6.344.04c3.233.033 6.464.02 9.697 0q3.086.01 6.172.03l2.923-.015c4.331.075 6.79.171 10.538 2.491 3.622 3.955 3.092 7.743 3.117 12.86l.017 2.645q.014 2.775.02 5.551c.01 2.825.04 5.649.072 8.473q.01 2.697.016 5.393l.038 2.554c-.018 4.691-.3 7.812-3.366 11.614-2.358 1.179-3.832 1.151-6.462 1.193l-2.802.049c-4.231.044-8.462.085-12.693.108a691 691 0 0 0-6.695.082c-3.217.055-6.432.077-9.649.091l-3.018.07c-4.437-.014-6.98-.158-10.808-2.532-2.602-4.253-2.594-7.659-2.537-12.561l-.015-2.768q-.005-2.89.027-5.779c.027-2.944 0-5.884-.032-8.828q.005-2.812.02-5.625l-.03-2.658c.078-4.109.385-6.344 2.587-9.896 4.486-2.81 8.285-2.646 13.482-2.575m-184.965.07 3.044.007q3.178.015 6.357.065c3.244.05 6.486.061 9.73.067q3.09.02 6.182.049l2.939.016 2.74.049c.794.01 1.587.02 2.404.032 2.528.316 4.075.855 6.194 2.274 1.778 2.7 2.253 4.846 2.275 8.047l.029 2.377-.003 2.54.013 2.638q.008 2.757.002 5.515c-.003 2.807.02 5.613.045 8.42q.004 2.683.002 5.365l.028 2.535c-.037 4.67-.348 7.776-3.391 11.563-2.358 1.179-3.832 1.151-6.462 1.193l-2.802.049c-4.231.044-8.462.085-12.693.108a691 691 0 0 0-6.695.082c-3.217.055-6.432.077-9.649.091l-3.018.07c-4.437-.014-6.98-.158-10.808-2.532-2.602-4.253-2.594-7.659-2.537-12.561l-.015-2.768q-.004-2.89.027-5.779c.027-2.944 0-5.884-.032-8.828q.006-2.812.02-5.625l-.03-2.658c.078-4.108.388-6.346 2.585-9.9 4.503-2.812 8.31-2.606 13.52-2.5m185.218 175.929 3.111-.007q3.249 0 6.498.04c3.317.033 6.63.02 9.948 0q3.159.01 6.318.03l3.005-.015c6.861.117 6.861.117 10.085 2.491 2.83 4.207 2.601 7.92 2.644 12.86l.025 2.645q.02 2.775.032 5.551c.017 2.825.061 5.649.105 8.473q.015 2.697.026 5.393l.053 2.554c-.015 4.071-.155 6.102-2.38 9.624-2.941 2.789-4.528 3.12-8.47 3.183l-2.74.049c-4.14.044-8.28.085-12.419.108a662 662 0 0 0-6.55.082c-3.146.055-6.292.077-9.44.091l-2.951.07c-4.388-.015-6.86-.176-10.643-2.532-2.62-4.252-2.607-7.651-2.55-12.561l-.015-2.768q-.005-2.89.027-5.779c.027-2.944 0-5.884-.032-8.828q.005-2.812.02-5.625l-.03-2.658c.078-4.098.39-6.347 2.571-9.896 4.555-2.838 8.482-2.646 13.752-2.575m-93.035-.098 3.104-.003q3.243.007 6.485.058c3.306.047 6.609.04 9.915.027q3.154.018 6.308.043l2.99-.005c4.074.084 6.994.326 10.725 2.043 2.862 3.905 2.596 7.456 2.543 12.185l.015 2.84q.005 2.968-.027 5.938c-.027 3.025 0 6.047.032 9.072q-.005 2.888-.02 5.775l.03 2.734c-.077 4.169-.363 6.484-2.587 10.09-4.488 2.787-8.293 2.63-13.482 2.559l-3.037.007a560 560 0 0 1-6.344-.04c-3.233-.033-6.464-.02-9.697 0q-3.086-.01-6.172-.03l-2.923.015c-4.331-.075-6.79-.171-10.538-2.491-4.88-5.329-3.22-14.119-3.264-21.001a492 492 0 0 0-.082-5.656 552 552 0 0 1-.091-8.167l-.07-2.539c.016-4.193.461-6.478 2.464-10.26 4.503-3.55 8.136-3.298 13.723-3.194m-92 .063 3.104-.015q3.242-.005 6.485.027c3.306.027 6.609 0 9.915-.032q3.154.006 6.308.02l2.99-.03c4.409.074 6.936.274 10.727 2.655 2.588 4.19 2.58 7.481 2.506 12.32l.007 2.7q0 2.82-.04 5.639c-.033 2.87-.02 5.74 0 8.61q-.01 2.745-.03 5.489l.015 2.592c-.08 4.08-.26 6.182-2.491 9.707-2.944 2.792-4.529 3.11-8.476 3.159l-2.751.039-2.98.022-3.057.025q-3.206.02-6.41.032c-3.27.017-6.54.061-9.81.105q-3.112.015-6.223.026l-2.968.053c-6.793-.022-6.793-.022-10.001-2.38-4.083-6.061-2.72-14.383-2.764-21.492a522 522 0 0 0-.082-5.823c-.055-2.8-.077-5.597-.091-8.397l-.07-2.62c.015-4.089.286-6.266 2.464-9.812 4.547-2.84 8.456-2.673 13.723-2.62m277-88.097 3.104-.01q3.242 0 6.485.045c3.306.04 6.608.02 9.915-.005q3.154.01 6.308.033l2.99-.021c4.396.09 6.94.305 10.725 2.67 2.615 4.245 2.6 7.649 2.543 12.55l.015 2.768q.005 2.89-.027 5.779c-.027 2.944 0 5.884.032 8.828q-.006 2.813-.02 5.625l.03 2.658c-.078 4.098-.387 6.344-2.573 9.892-4.539 2.836-8.457 2.686-13.715 2.65l-3.104.02q-3.242.013-6.485-.013c-3.306-.02-6.609.02-9.915.064q-3.154.001-6.308-.01l-2.99.047c-4.747-.08-6.918-.263-10.725-3.285-2.369-4.44-2.604-7.692-2.543-12.648l-.015-2.622q-.005-2.733.027-5.466c.027-2.78 0-5.555-.032-8.334q.006-2.664.02-5.328l-.03-2.5c.083-4.135.587-6.425 2.573-10.148 4.491-3.565 8.127-3.325 13.715-3.239m-185 0 3.104-.01q3.243 0 6.485.045c3.306.04 6.608.02 9.915-.005q3.154.01 6.308.033l2.99-.021c4.396.09 6.94.305 10.725 2.67 2.615 4.245 2.6 7.649 2.543 12.55l.015 2.768q.005 2.89-.027 5.779c-.027 2.944 0 5.884.032 8.828q-.005 2.813-.02 5.625l.03 2.658c-.078 4.098-.387 6.344-2.573 9.892-4.539 2.836-8.457 2.686-13.715 2.65l-3.104.02q-3.242.013-6.485-.013c-3.306-.02-6.609.02-9.915.064q-3.154.001-6.308-.01l-2.99.047c-4.747-.08-6.918-.263-10.725-3.285-2.369-4.44-2.604-7.692-2.543-12.648l-.015-2.622q-.005-2.733.027-5.466c.027-2.78 0-5.555-.032-8.334q.005-2.664.02-5.328l-.03-2.5c.083-4.135.587-6.425 2.573-10.148 4.491-3.565 8.127-3.325 13.715-3.239m-5.224-87.431 2.742-.049c4.139-.044 8.278-.085 12.418-.108q3.274-.025 6.55-.082c3.146-.055 6.292-.077 9.44-.091l2.951-.07c4.377.015 6.86.18 10.643 2.516 2.65 4.323 2.606 7.846 2.55 12.83l.015 2.843q.004 2.966-.027 5.933c-.027 3.027 0 6.051.032 9.078q-.005 2.886-.02 5.772l.03 2.74c-.073 3.977-.183 6.184-2.573 9.445-4.57 2.103-8.735 2.047-13.715 2.038l-3.104.026q-3.242.017-6.485.003c-3.306-.006-6.609.041-9.915.092q-3.154.007-6.308.004l-2.99.055c-4.749-.064-6.914-.236-10.727-3.255-2.372-4.458-2.585-7.716-2.506-12.687l-.007-2.629q0-2.74.04-5.479c.033-2.79.02-5.577 0-8.367q.01-2.669.03-5.338l-.015-2.516c.081-4.02.282-6.04 2.491-9.513 2.932-2.803 4.517-3.127 8.46-3.19' fill='%2330abe4'/%3E%3Cpath d='M149 17c7.889 7.351 7.889 7.351 8.114 12.706l-.016 3.396-.008 3.307-.028 4.216L157 54h-36l1 31c3.43 1.715 4.498 2.197 8 2.375 2.835.323 4.007.63 6.5 2.188 2.144 3.484 2.422 6.456 1.5 10.437-2.714 3.393-4.384 3.927-8.687 4.438-8.871-.55-14.947-3.336-21.5-9.305-3.918-4.61-4.093-9.216-4.008-15.059l.006-2.01c.01-2.459.038-4.918.064-7.376L104 54H55v-1h49c-.118-7.958-.118-7.958-.27-15.915-.051-6.793.223-11.544 4.813-16.878C119.012 11.33 137.117 8.959 149 17m-28 15v21h19V32c-9.5-3.963-9.5-3.963-19 0' fill='%23524E6C'/%3E%3Cpath d='M400 17c3.583 3.28 6.452 6.357 8 11 .083 1.992.107 3.987.098 5.98l-.008 3.177-.027 4.03L408 54h-36l1 31c3.43 1.715 4.498 2.197 8 2.375 2.882.323 3.989.618 6.5 2.25 2.139 3.387 2.12 5.443 1.5 9.375-2 2.938-2 2.938-5 5-7.008 1.107-13.646-1.02-20-4-4.54-3.32-7.192-6.67-9-12-.267-2.877-.267-2.877-.29-6.072l-.04-3.641-.006-3.908-.02-4.038a1812 1812 0 0 1-.015-8.45c0-3.6-.027-7.198-.061-10.797a992 992 0 0 1-.025-8.336 629 629 0 0 0-.047-5.906C354.552 25.79 354.552 25.79 359 21c10.047-9.818 28.971-12.116 41-4m-28 15v21h19V32c-9.5-3.963-9.5-3.963-19 0' fill='%234F4D6B'/%3E%3Cpath d='M270.313 14.75c5.18 2.89 9.008 5.866 11.687 11.25.34 3.138.34 3.138.293 6.613l-.023 3.408-.082 4.291L282 54h-36l1 31 14 4c3 4 3 4 2.875 7.563-.84 3.3-1.185 4.5-3.875 6.437-4.353 2.177-8.692 1.355-13.207.129C239.003 100.414 233.745 97.49 230 90c-.117-1.995-.17-3.993-.193-5.991l-.049-3.814q-.017-2.072-.031-4.144l-.017-2.108q-.039-5.526-.06-11.053-.02-4.564-.082-9.128c-.05-3.679-.074-7.357-.081-11.036a338 338 0 0 0-.046-4.194c-.2-12.296-.2-12.296 2.945-16.836 2.36-2.433 4.226-4.07 7.239-5.571l2.29-1.18c7.804-3.537 20.438-3.641 28.398-.195M246 33c-.548 2.213-.548 2.213-.39 4.668l.03 2.438.11 3.081L246 53h20l.25-9.812.11-3.082.03-2.438.064-2.491c-.273-2.337-.273-2.337-2.299-3.944-2.836-1.622-4.903-1.632-8.155-1.608l-3.125-.023c-3.286.455-4.5 1.123-6.875 3.398' fill='%234C4B6A'/%3E%3Cpath d='M418.059 199.652C420 200 420 200 422.5 201.625c1.98 3.134 2.085 4.719 1.5 8.375-2.875 4.792-6.367 8.887-10.062 13.063l-3.47 3.957-1.753 2.002a394 394 0 0 0-4.871 5.74l-1.488 1.783a680 680 0 0 0-2.753 3.33c-4.725 5.667-4.725 5.667-7.603 7.125-4.173.343-5.983-.23-9.327-2.763-2.615-2.37-5.087-4.833-7.548-7.362l-2.625-2.555c-6.927-6.992-6.927-6.992-7.66-11.254.16-3.066.16-3.066 1.598-6.004 2.772-2.23 4.683-3.01 8.273-2.835 4.19 1.415 6.969 4.685 9.992 7.804 2.299 2.403 2.299 2.403 6.297 1.969 2.161-1.82 2.161-1.82 4.188-4.312l2.363-2.743c3.196-3.843 6.374-7.7 9.504-11.597 3.608-4.354 4.952-5.952 11.004-5.696' fill='%2395C11F'/%3E%3Cpath d='M316 197c7.997-.627 7.997-.627 12 1.875 3.72 3.953 3.177 7.722 3.203 12.895l.017 2.645q.014 2.775.02 5.551c.01 2.825.04 5.649.072 8.473q.01 2.697.016 5.393l.038 2.554c-.018 4.691-.3 7.812-3.366 11.614-2.645 1.322-4.678 1.097-7.625 1.063l-3.04-.028L315 249l1.969-1.383c3.068-3.954 2.586-7.619 2.527-12.492l.005-2.914q-.004-3.045-.034-6.092a674 674 0 0 1-.008-9.322q-.01-2.961-.025-5.922l.008-2.816c-.034-5.076-.034-5.076-1.97-9.676zm-186 88c1.727-.136 3.457-.232 5.188-.312l2.917-.176c4.128.696 5.351 2.19 7.895 5.488.696 3.114.63 6.137.559 9.316l-.007 2.708a457 457 0 0 1-.065 5.65 569 569 0 0 0-.067 8.644q-.02 2.75-.049 5.498l-.016 2.608-.049 2.438-.032 2.134c-.327 2.39-.995 3.96-2.274 6.004-3.314 2.21-4.345 2.225-8.187 2.125l-2.731-.055L131 337l1.965-2.43c2.709-4.088 2.63-7.908 2.601-12.695l.02-2.622a503 503 0 0 0-.01-5.466c-.013-2.78.02-5.555.059-8.334q0-2.664-.006-5.328l.04-2.5c-.095-5.896-1.47-8.478-5.669-12.625m185 0c10.12-.628 10.12-.628 13.625 1.875 2.766 4.274 2.536 7.96 2.543 12.93l.01 2.653q.007 2.781.007 5.563c.002 2.836.02 5.67.04 8.506q.005 2.702.005 5.403l.022 2.57-.01 2.406.005 2.108c-.298 2.396-.965 3.943-2.247 5.986-3.314 2.21-4.345 2.225-8.187 2.125l-2.731-.055L316 337l1.965-2.43c2.709-4.088 2.63-7.908 2.601-12.695l.02-2.622a503 503 0 0 0-.01-5.466c-.013-2.78.02-5.555.059-8.334q0-2.664-.006-5.328l.04-2.5c-.095-5.896-1.47-8.478-5.669-12.625m-92-88a130 130 0 0 1 4.688-.312l2.636-.176c3.978.726 5.22 2.303 7.676 5.488.734 3.253.701 6.43.664 9.754l.015 2.842q.005 2.967-.027 5.933c-.027 3.027 0 6.051.032 9.078q-.005 2.886-.02 5.772l.03 2.74c-.116 6.254-.116 6.254-3.068 9.458-2.945 1.596-4.62 1.85-7.939 1.673l-2.675-.11L223 249l1.967-1.906c2.797-4.256 2.61-7.607 2.564-12.594l.012-2.768q.004-2.89-.022-5.779c-.02-2.943 0-5.885.026-8.828q-.004-2.812-.016-5.625l.025-2.658c-.065-4.24-.202-6.304-2.59-9.936zm184 88c1.727-.136 3.457-.232 5.188-.312l2.917-.176c4.134.697 5.348 2.183 7.895 5.488.73 3.17.701 6.259.664 9.5l.015 2.768q.005 2.89-.027 5.779c-.027 2.944 0 5.884.032 8.828q-.006 2.813-.02 5.625l.03 2.658c-.084 4.44-.265 6.289-3.068 9.905-2.988 2.204-4.288 2.493-7.938 2.25l-2.676-.137L408 337l1.971-1.902c2.805-4.283 2.571-7.657 2.49-12.668l-.003-2.782a599 599 0 0 0-.046-5.805 711 711 0 0 1-.04-8.894q-.015-2.822-.036-5.644l-.007-2.69-.038-2.498-.024-2.195c-.17-2.248-.17-2.248-2.267-4.922zm-185 0c1.727-.136 3.457-.232 5.188-.312l2.917-.176c4.134.697 5.348 2.183 7.895 5.488.73 3.17.701 6.259.664 9.5l.015 2.768q.005 2.89-.027 5.779c-.027 2.944 0 5.884.032 8.828q-.005 2.813-.02 5.625l.03 2.658c-.084 4.44-.265 6.289-3.068 9.905-2.988 2.204-4.288 2.493-7.939 2.25l-2.675-.137L223 337l1.971-1.902c2.805-4.283 2.571-7.657 2.49-12.668l-.003-2.782a599 599 0 0 0-.046-5.805 711 711 0 0 1-.04-8.894q-.015-2.822-.036-5.644l-.007-2.69-.038-2.498-.024-2.195c-.17-2.248-.17-2.248-2.267-4.922zm-91-88c1.416-.054 2.833-.093 4.25-.125l2.39-.07c2.665.22 4.15.694 6.36 2.195 1.66 2.762 2.253 4.841 2.275 8.047l.029 2.377-.003 2.54.013 2.638q.008 2.757.002 5.515c-.003 2.807.02 5.613.045 8.42q.004 2.683.002 5.365l.028 2.535c-.037 4.67-.348 7.776-3.391 11.563-2.525 1.262-4.312 1.099-7.125 1.063l-2.758-.028L131 249l1-2h2c.765-2.733 1.136-5.195 1.177-8.03l.039-2.368.022-2.532.025-2.63q.02-2.751.032-5.502.017-2.808.062-5.615c.042-2.71.059-5.418.069-8.128l.053-2.52c-.02-5.51-.987-8.384-4.479-12.675m184 176c10.12-.628 10.12-.628 13.625 1.875 2.752 4.253 2.57 7.945 2.613 12.895l.025 2.645q.02 2.775.032 5.551c.017 2.825.061 5.649.105 8.473q.015 2.696.026 5.393l.053 2.554c-.015 4.056-.177 6.12-2.344 9.656C327 424 327 424 324.422 424.488l-2.672-.175-2.703-.137L317 424l1.47-2.443c1.87-4.347 1.998-7.791 1.999-12.463l.023-2.555q.015-2.663.009-5.325c-.001-2.706.04-5.41.085-8.116q.008-2.595.008-5.192l.05-2.434c-.072-5.834-1.503-8.363-5.644-12.472m-184 0a130 130 0 0 1 4.688-.312l2.636-.176c3.96.722 5.22 2.33 7.676 5.488.718 3.098.678 6.112.629 9.281l.007 2.7q0 2.82-.04 5.639c-.033 2.87-.02 5.74 0 8.61q-.01 2.745-.03 5.489l.015 2.592c-.08 4.064-.281 6.202-2.455 9.739C142 424 142 424 139.422 424.488l-2.672-.175-2.703-.137L132 424l1.48-1.931c2.057-4.153 1.916-7.597 1.848-12.167l-.006-2.64a728 728 0 0 0-.04-5.51 936 936 0 0 1-.048-8.426l-.03-5.361-.014-2.541-.029-2.377-.02-2.081c-.154-2.145-.385-3.947-1.141-5.966l-3-1zm92 0c1.56-.11 3.124-.186 4.688-.25l2.636-.14c3.751.547 5.102 1.59 7.676 4.39.736 3.216.653 6.37.594 9.656v2.847a501 501 0 0 1-.052 5.95 567 567 0 0 0-.034 9.106q-.016 2.892-.04 5.785v2.75c-.117 6.248-.117 6.248-1.842 9.485-2.292 2.003-3.821 1.826-6.814 1.671l-2.73-.11L225 424l.982-1.736c1.072-2.385 1.281-3.9 1.309-6.494l.038-2.499.007-2.673.02-2.772q.015-2.9.015-5.797c.004-2.953.04-5.903.078-8.855q.009-2.82.012-5.639l.043-2.668c-.031-4.255-.141-6.313-2.533-9.963zM135 81c4.347 2.215 7.484 4.807 10 9 1.235 3.93 1.645 7.319.148 11.219-2.575 4.452-5.425 7.559-10.148 9.781-5.969.866-9.411-.153-14.367-3.555-2.135-1.889-3.001-3.682-3.633-6.445l3.5 1c5.118 1.261 9.963 2.015 15 0 2.026-2.702 1.94-4.757 1.934-8.062-.57-2.544-1.34-3.398-3.434-4.938-2.397-.68-2.397-.68-5-1-3.723-.532-5.572-1.061-8-4 4.45-3.446 8.576-3.862 14-3m250 0c4.79 1.69 8.728 4.35 11 9 .821 4.766.399 8.804-1.125 13.375-2.872 4.02-6.228 6.076-10.875 7.625-5.716.54-8.558-.366-13-4-1.875-2.25-1.875-2.25-3-4l1-2 3 1c4.191 1.173 7.649 1.428 12 1 2.647-1.397 2.647-1.397 4-4 .632-4.583.632-4.583-1.18-8.652-3.08-2.28-6.604-2.249-10.324-2.723C374 87 374 87 372 84c4.175-3.132 7.914-3.72 13-3m-124 0c4.408 1.82 6.58 4.27 8.938 8.375 1.564 5.336 2.024 8.807-.625 13.813-3.053 3.712-5.721 6.281-10.313 7.812-5.734.541-8.508-.426-13-4-1.875-1.625-1.875-1.625-3-3v-2l3 .5c5.415.769 10.688.984 16-.5.277-1.412.52-2.83.75-4.25l.422-2.39c.027-2.491.027-2.491-1.766-4.547-2.86-2.155-5.168-2.805-8.656-3.563l-3.266-.734L247 86c2.833-6.272 7.648-5.827 14-5' fill='%23007AB4'/%3E%3Cpath d='m238 17 2 1-8 8c0-3 0-3 2.438-5.625L237 18z' fill='%236E6E87'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M149 17c3.19 2.972 6.04 6.082 8 10v26h72V30c3.65-8.515 7.087-11.897 15-16 7.48-2.494 19-2.416 26.313.75C275.485 17.635 279.31 20.62 282 26c2.184 8.737 1 17.994 1 27h72V27c4.175-6.263 8.01-11.035 15.34-13.492C379.88 11.687 391.686 11.39 400 17c3.583 3.28 6.452 6.357 8 11 .083 1.92.107 3.84.098 5.762l-.01 3.388-.026 3.538-.013 3.572Q408.03 48.63 408 53l1.793-.013q9.297-.066 18.593-.097 3.462-.015 6.925-.04c3.331-.025 6.662-.037 9.994-.045l3.091-.032c11.282-.001 21.723 1.504 30.291 9.352 6.574 6.965 9.435 15.051 9.444 24.461l.007 2.01q.006 3.35.002 6.7l.01 4.84q.011 6.66.01 13.323.005 7.18.016 14.36.02 15.707.024 31.413.005 9.807.012 19.613.019 27.15.026 54.297v3.51l.003 14.119q.007 28.371.045 56.742.035 29.124.037 58.248-.001 16.354.025 32.707.023 13.928.012 27.854-.008 7.104.011 14.209.019 6.508 0 13.017-.004 2.35.01 4.7c.064 12.334-.792 22.342-9.381 31.752-9.468 9.258-19.275 9.584-31.795 9.521q-2.572.009-5.145.024c-4.7.02-9.399.016-14.099.007-5.073-.005-10.147.013-15.22.028-9.936.026-19.87.03-29.806.025q-12.114-.005-24.23.008l-3.484.004-7.008.007c-21.904.022-43.808.017-65.712.005-20.031-.01-40.062.012-60.093.05q-30.864.06-61.727.048c-11.549-.004-23.097.001-34.646.03q-14.748.036-29.495.002c-5.014-.012-10.028-.014-15.042.01q-6.893.032-13.785-.012-2.486-.009-4.972.015c-11.172.1-20.616-1.173-29.23-9.047-7.217-7.526-9.63-15.095-9.645-25.432l-.007-2.013q-.009-3.345-.006-6.69l-.011-4.84q-.014-6.654-.017-13.31-.007-7.176-.022-14.352c-.02-11.555-.03-23.11-.039-34.664l-.015-16.325a100516 100516 0 0 1-.044-68.352l-.002-3.536c-.008-18.9-.033-37.8-.066-56.7q-.049-29.11-.054-58.218c-.002-10.896-.01-21.79-.036-32.686q-.034-13.917-.02-27.835c.004-4.732.002-9.464-.017-14.197q-.026-6.505-.001-13.01.003-2.347-.014-4.693c-.094-13.2 1.73-23.078 11.15-32.774 8.978-7.996 20.535-8.41 32.05-8.293l3.253.008c3.393.011 6.785.036 10.177.062q3.472.016 6.945.027 8.466.034 16.93.098l-.048-2.2c-.062-3.308-.101-6.616-.14-9.925l-.076-3.46c-.06-6.913.13-11.774 4.807-17.208C119.012 11.33 137.117 8.959 149 17m-28 15v21h19V32c-9.5-3.963-9.5-3.963-19 0m125 1c-.548 2.213-.548 2.213-.39 4.668l.03 2.438.11 3.081L246 53h20l.25-9.812.11-3.082.03-2.438.064-2.491c-.273-2.337-.273-2.337-2.299-3.944-2.836-1.622-4.903-1.632-8.155-1.608l-3.125-.023c-3.286.455-4.5 1.123-6.875 3.398m126-1v21h19V32c-9.5-3.963-9.5-3.963-19 0' fill='%23fff'/%3E%3Cpath d='M149 17c3.19 2.972 6.04 6.082 8 10v26h72V30c3.65-8.515 7.087-11.897 15-16 7.48-2.494 19-2.416 26.313.75C275.485 17.635 279.31 20.62 282 26c2.184 8.737 1 17.994 1 27h72V27c4.175-6.263 8.01-11.035 15.34-13.492C379.88 11.687 391.686 11.39 400 17c3.583 3.28 6.452 6.357 8 11 .083 1.92.107 3.84.098 5.762l-.01 3.388-.026 3.538-.013 3.572Q408.03 48.63 408 53l1.793-.013q9.297-.066 18.593-.097 3.462-.015 6.925-.04c3.331-.025 6.662-.037 9.994-.045l3.091-.032c11.282-.001 21.723 1.504 30.291 9.352C499.945 84.646 488 135.32 488 154H24c0-81.945 0-81.945 10.645-92.902 8.978-7.996 20.535-8.41 32.05-8.293l3.253.008c3.393.011 6.785.036 10.177.062q3.472.016 6.945.027 8.466.034 16.93.098l-.048-2.2c-.062-3.308-.101-6.616-.14-9.925l-.076-3.46c-.06-6.913.13-11.774 4.807-17.208C119.012 11.33 137.117 8.959 149 17m-28 15v21h19V32c-9.5-3.963-9.5-3.963-19 0m125 1c-.548 2.213-.548 2.213-.39 4.668l.03 2.438.11 3.081L246 53h20l.25-9.812.11-3.082.03-2.438.064-2.491c-.273-2.337-.273-2.337-2.299-3.944-2.836-1.622-4.903-1.632-8.155-1.608l-3.125-.023c-3.286.455-4.5 1.123-6.875 3.398m126-1v21h19V32c-9.5-3.963-9.5-3.963-19 0' fill='%2330abe4'/%3E%3Cpath d='M487 399h1q.106 14.017.155 28.036c.016 4.34.037 8.68.071 13.02.033 4.196.05 8.39.059 12.586q.008 2.391.032 4.781c.123 12.53-.51 22.928-9.317 32.577-9.468 9.258-19.275 9.584-31.795 9.521q-2.572.009-5.145.024c-4.7.02-9.399.016-14.099.007-5.073-.005-10.147.013-15.22.028-9.936.026-19.87.03-29.806.025q-12.114-.005-24.23.008l-3.484.004-7.008.007c-21.904.022-43.808.017-65.712.005-20.031-.01-40.062.012-60.093.05q-30.864.06-61.727.048c-11.549-.004-23.097.001-34.646.03q-14.747.036-29.495.002c-5.014-.012-10.028-.014-15.042.01q-6.893.032-13.785-.012-2.486-.009-4.972.015c-11.172.1-20.616-1.173-29.23-9.047-7.025-7.327-9.658-14.798-9.609-24.9l.01-3.507.026-3.63.013-3.69q.018-4.5.049-8.998h1l.445 2.09c2.398 10.047 6.165 16.919 14.918 22.62 8.739 4.273 16.65 4.72 26.301 4.671q2.226.005 4.451.014c4.06.013 8.119.006 12.178-.003 4.384-.007 8.769.004 13.153.012 8.582.013 17.164.01 25.746.002q10.46-.01 20.923-.005l3.01.002 6.052.003c18.91.008 37.82-.002 56.731-.018q24.338-.018 48.677.003a42173 42173 0 0 0 62.568.01l2.996-.001q10.45-.003 20.9.009 12.734.013 25.467-.01 6.496-.013 12.993-.001 5.948.013 11.894-.012 2.151-.005 4.302.006c11.302.095 11.302.095 21.197-4.79l1.47-1.466 1.729-1.695 1.812-1.837 1.974-1.952c2.138-2.12 4.26-4.255 6.383-6.39q2.23-2.226 4.462-4.45 4.664-4.658 9.312-9.334c3.969-3.992 7.955-7.965 11.947-11.934a3212 3212 0 0 0 9.196-9.195q2.199-2.204 4.407-4.398c2.057-2.046 4.1-4.105 6.14-6.167l1.843-1.819c3.375-3.444 5.283-6.139 6.423-10.965M25 154h462v12H25z' fill='%23D1C9C9'/%3E%3Cpath d='M428.194 398.886h3.943l4.277.016 4.363.005q5.745.006 11.492.024 5.862.014 11.723.02 11.505.016 23.008.049c-.25 6.205-3.16 8.873-7.352 13l-2.01 2.036a1060 1060 0 0 1-6.618 6.609l-4.594 4.608q-4.815 4.824-9.652 9.625a2462 2462 0 0 0-12.344 12.361 2742 2742 0 0 1-9.5 9.5q-2.279 2.274-4.548 4.56a942 942 0 0 1-6.383 6.349l-1.885 1.915c-3.565 3.48-5.908 5.228-11.114 5.437q-.141-12.556-.207-25.114a1845 1845 0 0 0-.095-11.662q-.063-5.631-.078-11.263-.01-2.145-.043-4.289c-.03-2.008-.03-4.016-.031-6.024l-.027-3.459c.767-5.082 3.318-8.165 7.106-11.502 3.817-2.711 5.892-2.81 10.569-2.8m-323.6-114.551 3.104-.015q3.242-.005 6.485.027c3.306.027 6.609 0 9.915-.032q3.154.005 6.308.02l2.99-.03c4.409.074 6.938.276 10.731 2.653 2.592 4.21 2.542 7.504 2.432 12.357l-.007 2.708a457 457 0 0 1-.065 5.65 569 569 0 0 0-.067 8.644q-.02 2.75-.049 5.498l-.016 2.608-.049 2.438-.032 2.134c-.327 2.39-.995 3.96-2.274 6.004-3.155 2.104-3.963 2.26-7.576 2.306l-2.802.049-3.02.016c-1.028.01-2.055.018-3.113.027q-3.26.022-6.521.028c-3.324.011-6.645.06-9.968.111q-3.168.015-6.336.022l-3.009.059c-4.425-.03-6.963-.188-10.78-2.56-2.606-4.25-2.596-7.656-2.54-12.558l-.014-2.768q-.004-2.89.027-5.779c.027-2.944 0-5.884-.032-8.828q.006-2.812.02-5.625l-.03-2.658c.078-4.099.388-6.345 2.573-9.894 4.542-2.835 8.456-2.666 13.715-2.612m185.035.035 3.111-.007q3.249 0 6.498.04c3.317.033 6.63.02 9.948 0q3.159.01 6.318.03l3.005-.015c6.861.117 6.861.117 10.085 2.491 2.845 4.227 2.567 7.935 2.574 12.895l.01 2.653q.007 2.781.007 5.563c.002 2.836.02 5.67.04 8.506q.005 2.702.005 5.403l.022 2.57-.01 2.406.005 2.108c-.298 2.396-.965 3.943-2.247 5.986-3.155 2.104-3.963 2.26-7.576 2.306l-2.802.049-3.02.016c-1.028.01-2.055.018-3.113.027q-3.26.022-6.521.028c-3.324.011-6.645.06-9.968.111q-3.168.015-6.336.022l-3.009.059c-4.425-.03-6.963-.188-10.78-2.56-2.606-4.25-2.596-7.656-2.54-12.558l-.014-2.768q-.005-2.89.027-5.779c.027-2.944 0-5.884-.032-8.828q.005-2.812.02-5.625l-.03-2.658c.078-4.098.39-6.347 2.571-9.896 4.555-2.838 8.482-2.646 13.752-2.575m-.254-88 3.037-.007q3.172 0 6.344.04c3.233.033 6.464.02 9.697 0q3.086.01 6.172.03l2.923-.015c4.331.075 6.79.171 10.538 2.491 3.622 3.955 3.092 7.743 3.117 12.86l.017 2.645q.014 2.775.02 5.551c.01 2.825.04 5.649.072 8.473q.01 2.697.016 5.393l.038 2.554c-.018 4.691-.3 7.812-3.366 11.614-2.358 1.179-3.832 1.151-6.462 1.193l-2.802.049c-4.231.044-8.462.085-12.693.108a691 691 0 0 0-6.695.082c-3.217.055-6.432.077-9.649.091l-3.018.07c-4.437-.014-6.98-.158-10.808-2.532-2.602-4.253-2.594-7.659-2.537-12.561l-.015-2.768q-.005-2.89.027-5.779c.027-2.944 0-5.884-.032-8.828q.005-2.812.02-5.625l-.03-2.658c.078-4.109.385-6.344 2.587-9.896 4.486-2.81 8.285-2.646 13.482-2.575m-184.965.07 3.044.007q3.178.015 6.357.065c3.244.05 6.486.061 9.73.067q3.09.02 6.182.049l2.939.016 2.74.049c.794.01 1.587.02 2.404.032 2.528.316 4.075.855 6.194 2.274 1.778 2.7 2.253 4.846 2.275 8.047l.029 2.377-.003 2.54.013 2.638q.008 2.757.002 5.515c-.003 2.807.02 5.613.045 8.42q.004 2.683.002 5.365l.028 2.535c-.037 4.67-.348 7.776-3.391 11.563-2.358 1.179-3.832 1.151-6.462 1.193l-2.802.049c-4.231.044-8.462.085-12.693.108a691 691 0 0 0-6.695.082c-3.217.055-6.432.077-9.649.091l-3.018.07c-4.437-.014-6.98-.158-10.808-2.532-2.602-4.253-2.594-7.659-2.537-12.561l-.015-2.768q-.004-2.89.027-5.779c.027-2.944 0-5.884-.032-8.828q.006-2.812.02-5.625l-.03-2.658c.078-4.108.388-6.346 2.585-9.9 4.503-2.812 8.31-2.606 13.52-2.5m185.218 175.929 3.111-.007q3.249 0 6.498.04c3.317.033 6.63.02 9.948 0q3.159.01 6.318.03l3.005-.015c6.861.117 6.861.117 10.085 2.491 2.83 4.207 2.601 7.92 2.644 12.86l.025 2.645q.02 2.775.032 5.551c.017 2.825.061 5.649.105 8.473q.015 2.697.026 5.393l.053 2.554c-.015 4.071-.155 6.102-2.38 9.624-2.941 2.789-4.528 3.12-8.47 3.183l-2.74.049c-4.14.044-8.28.085-12.419.108a662 662 0 0 0-6.55.082c-3.146.055-6.292.077-9.44.091l-2.951.07c-4.388-.015-6.86-.176-10.643-2.532-2.62-4.252-2.607-7.651-2.55-12.561l-.015-2.768q-.005-2.89.027-5.779c.027-2.944 0-5.884-.032-8.828q.005-2.812.02-5.625l-.03-2.658c.078-4.098.39-6.347 2.571-9.896 4.555-2.838 8.482-2.646 13.752-2.575m-93.035-.098 3.104-.003q3.243.007 6.485.058c3.306.047 6.609.04 9.915.027q3.154.018 6.308.043l2.99-.005c4.074.084 6.994.326 10.725 2.043 2.862 3.905 2.596 7.456 2.543 12.185l.015 2.84q.005 2.968-.027 5.938c-.027 3.025 0 6.047.032 9.072q-.005 2.888-.02 5.775l.03 2.734c-.077 4.169-.363 6.484-2.587 10.09-4.488 2.787-8.293 2.63-13.482 2.559l-3.037.007a560 560 0 0 1-6.344-.04c-3.233-.033-6.464-.02-9.697 0q-3.086-.01-6.172-.03l-2.923.015c-4.331-.075-6.79-.171-10.538-2.491-4.88-5.329-3.22-14.119-3.264-21.001a492 492 0 0 0-.082-5.656 552 552 0 0 1-.091-8.167l-.07-2.539c.016-4.193.461-6.478 2.464-10.26 4.503-3.55 8.136-3.298 13.723-3.194m-92 .063 3.104-.015q3.242-.005 6.485.027c3.306.027 6.609 0 9.915-.032q3.154.006 6.308.02l2.99-.03c4.409.074 6.936.274 10.727 2.655 2.588 4.19 2.58 7.481 2.506 12.32l.007 2.7q0 2.82-.04 5.639c-.033 2.87-.02 5.74 0 8.61q-.01 2.745-.03 5.489l.015 2.592c-.08 4.08-.26 6.182-2.491 9.707-2.944 2.792-4.529 3.11-8.476 3.159l-2.751.039-2.98.022-3.057.025q-3.206.02-6.41.032c-3.27.017-6.54.061-9.81.105q-3.112.015-6.223.026l-2.968.053c-6.793-.022-6.793-.022-10.001-2.38-4.083-6.061-2.72-14.383-2.764-21.492a522 522 0 0 0-.082-5.823c-.055-2.8-.077-5.597-.091-8.397l-.07-2.62c.015-4.089.286-6.266 2.464-9.812 4.547-2.84 8.456-2.673 13.723-2.62m277-88.097 3.104-.01q3.242 0 6.485.045c3.306.04 6.608.02 9.915-.005q3.154.01 6.308.033l2.99-.021c4.396.09 6.94.305 10.725 2.67 2.615 4.245 2.6 7.649 2.543 12.55l.015 2.768q.005 2.89-.027 5.779c-.027 2.944 0 5.884.032 8.828q-.006 2.813-.02 5.625l.03 2.658c-.078 4.098-.387 6.344-2.573 9.892-4.539 2.836-8.457 2.686-13.715 2.65l-3.104.02q-3.242.013-6.485-.013c-3.306-.02-6.609.02-9.915.064q-3.154.001-6.308-.01l-2.99.047c-4.747-.08-6.918-.263-10.725-3.285-2.369-4.44-2.604-7.692-2.543-12.648l-.015-2.622q-.005-2.733.027-5.466c.027-2.78 0-5.555-.032-8.334q.006-2.664.02-5.328l-.03-2.5c.083-4.135.587-6.425 2.573-10.148 4.491-3.565 8.127-3.325 13.715-3.239m-185 0 3.104-.01q3.243 0 6.485.045c3.306.04 6.608.02 9.915-.005q3.154.01 6.308.033l2.99-.021c4.396.09 6.94.305 10.725 2.67 2.615 4.245 2.6 7.649 2.543 12.55l.015 2.768q.005 2.89-.027 5.779c-.027 2.944 0 5.884.032 8.828q-.005 2.813-.02 5.625l.03 2.658c-.078 4.098-.387 6.344-2.573 9.892-4.539 2.836-8.457 2.686-13.715 2.65l-3.104.02q-3.242.013-6.485-.013c-3.306-.02-6.609.02-9.915.064q-3.154.001-6.308-.01l-2.99.047c-4.747-.08-6.918-.263-10.725-3.285-2.369-4.44-2.604-7.692-2.543-12.648l-.015-2.622q-.005-2.733.027-5.466c.027-2.78 0-5.555-.032-8.334q.005-2.664.02-5.328l-.03-2.5c.083-4.135.587-6.425 2.573-10.148 4.491-3.565 8.127-3.325 13.715-3.239m-5.224-87.431 2.742-.049c4.139-.044 8.278-.085 12.418-.108q3.274-.025 6.55-.082c3.146-.055 6.292-.077 9.44-.091l2.951-.07c4.377.015 6.86.18 10.643 2.516 2.65 4.323 2.606 7.846 2.55 12.83l.015 2.843q.004 2.966-.027 5.933c-.027 3.027 0 6.051.032 9.078q-.005 2.886-.02 5.772l.03 2.74c-.073 3.977-.183 6.184-2.573 9.445-4.57 2.103-8.735 2.047-13.715 2.038l-3.104.026q-3.242.017-6.485.003c-3.306-.006-6.609.041-9.915.092q-3.154.007-6.308.004l-2.99.055c-4.749-.064-6.914-.236-10.727-3.255-2.372-4.458-2.585-7.716-2.506-12.687l-.007-2.629q0-2.74.04-5.479c.033-2.79.02-5.577 0-8.367q.01-2.669.03-5.338l-.015-2.516c.081-4.02.282-6.04 2.491-9.513 2.932-2.803 4.517-3.127 8.46-3.19' fill='%2330abe4'/%3E%3Cpath d='M149 17c7.889 7.351 7.889 7.351 8.114 12.706l-.016 3.396-.008 3.307-.028 4.216L157 54h-36l1 31c3.43 1.715 4.498 2.197 8 2.375 2.835.323 4.007.63 6.5 2.188 2.144 3.484 2.422 6.456 1.5 10.437-2.714 3.393-4.384 3.927-8.687 4.438-8.871-.55-14.947-3.336-21.5-9.305-3.918-4.61-4.093-9.216-4.008-15.059l.006-2.01c.01-2.459.038-4.918.064-7.376L104 54H55v-1h49c-.118-7.958-.118-7.958-.27-15.915-.051-6.793.223-11.544 4.813-16.878C119.012 11.33 137.117 8.959 149 17m-28 15v21h19V32c-9.5-3.963-9.5-3.963-19 0' fill='%23524E6C'/%3E%3Cpath d='M400 17c3.583 3.28 6.452 6.357 8 11 .083 1.992.107 3.987.098 5.98l-.008 3.177-.027 4.03L408 54h-36l1 31c3.43 1.715 4.498 2.197 8 2.375 2.882.323 3.989.618 6.5 2.25 2.139 3.387 2.12 5.443 1.5 9.375-2 2.938-2 2.938-5 5-7.008 1.107-13.646-1.02-20-4-4.54-3.32-7.192-6.67-9-12-.267-2.877-.267-2.877-.29-6.072l-.04-3.641-.006-3.908-.02-4.038a1812 1812 0 0 1-.015-8.45c0-3.6-.027-7.198-.061-10.797a992 992 0 0 1-.025-8.336 629 629 0 0 0-.047-5.906C354.552 25.79 354.552 25.79 359 21c10.047-9.818 28.971-12.116 41-4m-28 15v21h19V32c-9.5-3.963-9.5-3.963-19 0' fill='%234F4D6B'/%3E%3Cpath d='M270.313 14.75c5.18 2.89 9.008 5.866 11.687 11.25.34 3.138.34 3.138.293 6.613l-.023 3.408-.082 4.291L282 54h-36l1 31 14 4c3 4 3 4 2.875 7.563-.84 3.3-1.185 4.5-3.875 6.437-4.353 2.177-8.692 1.355-13.207.129C239.003 100.414 233.745 97.49 230 90c-.117-1.995-.17-3.993-.193-5.991l-.049-3.814q-.017-2.072-.031-4.144l-.017-2.108q-.039-5.526-.06-11.053-.02-4.564-.082-9.128c-.05-3.679-.074-7.357-.081-11.036a338 338 0 0 0-.046-4.194c-.2-12.296-.2-12.296 2.945-16.836 2.36-2.433 4.226-4.07 7.239-5.571l2.29-1.18c7.804-3.537 20.438-3.641 28.398-.195M246 33c-.548 2.213-.548 2.213-.39 4.668l.03 2.438.11 3.081L246 53h20l.25-9.812.11-3.082.03-2.438.064-2.491c-.273-2.337-.273-2.337-2.299-3.944-2.836-1.622-4.903-1.632-8.155-1.608l-3.125-.023c-3.286.455-4.5 1.123-6.875 3.398' fill='%234C4B6A'/%3E%3Cpath d='M418.059 199.652C420 200 420 200 422.5 201.625c1.98 3.134 2.085 4.719 1.5 8.375-2.875 4.792-6.367 8.887-10.062 13.063l-3.47 3.957-1.753 2.002a394 394 0 0 0-4.871 5.74l-1.488 1.783a680 680 0 0 0-2.753 3.33c-4.725 5.667-4.725 5.667-7.603 7.125-4.173.343-5.983-.23-9.327-2.763-2.615-2.37-5.087-4.833-7.548-7.362l-2.625-2.555c-6.927-6.992-6.927-6.992-7.66-11.254.16-3.066.16-3.066 1.598-6.004 2.772-2.23 4.683-3.01 8.273-2.835 4.19 1.415 6.969 4.685 9.992 7.804 2.299 2.403 2.299 2.403 6.297 1.969 2.161-1.82 2.161-1.82 4.188-4.312l2.363-2.743c3.196-3.843 6.374-7.7 9.504-11.597 3.608-4.354 4.952-5.952 11.004-5.696' fill='%2395C11F'/%3E%3Cpath d='M316 197c7.997-.627 7.997-.627 12 1.875 3.72 3.953 3.177 7.722 3.203 12.895l.017 2.645q.014 2.775.02 5.551c.01 2.825.04 5.649.072 8.473q.01 2.697.016 5.393l.038 2.554c-.018 4.691-.3 7.812-3.366 11.614-2.645 1.322-4.678 1.097-7.625 1.063l-3.04-.028L315 249l1.969-1.383c3.068-3.954 2.586-7.619 2.527-12.492l.005-2.914q-.004-3.045-.034-6.092a674 674 0 0 1-.008-9.322q-.01-2.961-.025-5.922l.008-2.816c-.034-5.076-.034-5.076-1.97-9.676zm-186 88c1.727-.136 3.457-.232 5.188-.312l2.917-.176c4.128.696 5.351 2.19 7.895 5.488.696 3.114.63 6.137.559 9.316l-.007 2.708a457 457 0 0 1-.065 5.65 569 569 0 0 0-.067 8.644q-.02 2.75-.049 5.498l-.016 2.608-.049 2.438-.032 2.134c-.327 2.39-.995 3.96-2.274 6.004-3.314 2.21-4.345 2.225-8.187 2.125l-2.731-.055L131 337l1.965-2.43c2.709-4.088 2.63-7.908 2.601-12.695l.02-2.622a503 503 0 0 0-.01-5.466c-.013-2.78.02-5.555.059-8.334q0-2.664-.006-5.328l.04-2.5c-.095-5.896-1.47-8.478-5.669-12.625m185 0c10.12-.628 10.12-.628 13.625 1.875 2.766 4.274 2.536 7.96 2.543 12.93l.01 2.653q.007 2.781.007 5.563c.002 2.836.02 5.67.04 8.506q.005 2.702.005 5.403l.022 2.57-.01 2.406.005 2.108c-.298 2.396-.965 3.943-2.247 5.986-3.314 2.21-4.345 2.225-8.187 2.125l-2.731-.055L316 337l1.965-2.43c2.709-4.088 2.63-7.908 2.601-12.695l.02-2.622a503 503 0 0 0-.01-5.466c-.013-2.78.02-5.555.059-8.334q0-2.664-.006-5.328l.04-2.5c-.095-5.896-1.47-8.478-5.669-12.625m-92-88a130 130 0 0 1 4.688-.312l2.636-.176c3.978.726 5.22 2.303 7.676 5.488.734 3.253.701 6.43.664 9.754l.015 2.842q.005 2.967-.027 5.933c-.027 3.027 0 6.051.032 9.078q-.005 2.886-.02 5.772l.03 2.74c-.116 6.254-.116 6.254-3.068 9.458-2.945 1.596-4.62 1.85-7.939 1.673l-2.675-.11L223 249l1.967-1.906c2.797-4.256 2.61-7.607 2.564-12.594l.012-2.768q.004-2.89-.022-5.779c-.02-2.943 0-5.885.026-8.828q-.004-2.812-.016-5.625l.025-2.658c-.065-4.24-.202-6.304-2.59-9.936zm184 88c1.727-.136 3.457-.232 5.188-.312l2.917-.176c4.134.697 5.348 2.183 7.895 5.488.73 3.17.701 6.259.664 9.5l.015 2.768q.005 2.89-.027 5.779c-.027 2.944 0 5.884.032 8.828q-.006 2.813-.02 5.625l.03 2.658c-.084 4.44-.265 6.289-3.068 9.905-2.988 2.204-4.288 2.493-7.938 2.25l-2.676-.137L408 337l1.971-1.902c2.805-4.283 2.571-7.657 2.49-12.668l-.003-2.782a599 599 0 0 0-.046-5.805 711 711 0 0 1-.04-8.894q-.015-2.822-.036-5.644l-.007-2.69-.038-2.498-.024-2.195c-.17-2.248-.17-2.248-2.267-4.922zm-185 0c1.727-.136 3.457-.232 5.188-.312l2.917-.176c4.134.697 5.348 2.183 7.895 5.488.73 3.17.701 6.259.664 9.5l.015 2.768q.005 2.89-.027 5.779c-.027 2.944 0 5.884.032 8.828q-.005 2.813-.02 5.625l.03 2.658c-.084 4.44-.265 6.289-3.068 9.905-2.988 2.204-4.288 2.493-7.939 2.25l-2.675-.137L223 337l1.971-1.902c2.805-4.283 2.571-7.657 2.49-12.668l-.003-2.782a599 599 0 0 0-.046-5.805 711 711 0 0 1-.04-8.894q-.015-2.822-.036-5.644l-.007-2.69-.038-2.498-.024-2.195c-.17-2.248-.17-2.248-2.267-4.922zm-91-88c1.416-.054 2.833-.093 4.25-.125l2.39-.07c2.665.22 4.15.694 6.36 2.195 1.66 2.762 2.253 4.841 2.275 8.047l.029 2.377-.003 2.54.013 2.638q.008 2.757.002 5.515c-.003 2.807.02 5.613.045 8.42q.004 2.683.002 5.365l.028 2.535c-.037 4.67-.348 7.776-3.391 11.563-2.525 1.262-4.312 1.099-7.125 1.063l-2.758-.028L131 249l1-2h2c.765-2.733 1.136-5.195 1.177-8.03l.039-2.368.022-2.532.025-2.63q.02-2.751.032-5.502.017-2.808.062-5.615c.042-2.71.059-5.418.069-8.128l.053-2.52c-.02-5.51-.987-8.384-4.479-12.675m184 176c10.12-.628 10.12-.628 13.625 1.875 2.752 4.253 2.57 7.945 2.613 12.895l.025 2.645q.02 2.775.032 5.551c.017 2.825.061 5.649.105 8.473q.015 2.696.026 5.393l.053 2.554c-.015 4.056-.177 6.12-2.344 9.656C327 424 327 424 324.422 424.488l-2.672-.175-2.703-.137L317 424l1.47-2.443c1.87-4.347 1.998-7.791 1.999-12.463l.023-2.555q.015-2.663.009-5.325c-.001-2.706.04-5.41.085-8.116q.008-2.595.008-5.192l.05-2.434c-.072-5.834-1.503-8.363-5.644-12.472m-184 0a130 130 0 0 1 4.688-.312l2.636-.176c3.96.722 5.22 2.33 7.676 5.488.718 3.098.678 6.112.629 9.281l.007 2.7q0 2.82-.04 5.639c-.033 2.87-.02 5.74 0 8.61q-.01 2.745-.03 5.489l.015 2.592c-.08 4.064-.281 6.202-2.455 9.739C142 424 142 424 139.422 424.488l-2.672-.175-2.703-.137L132 424l1.48-1.931c2.057-4.153 1.916-7.597 1.848-12.167l-.006-2.64a728 728 0 0 0-.04-5.51 936 936 0 0 1-.048-8.426l-.03-5.361-.014-2.541-.029-2.377-.02-2.081c-.154-2.145-.385-3.947-1.141-5.966l-3-1zm92 0c1.56-.11 3.124-.186 4.688-.25l2.636-.14c3.751.547 5.102 1.59 7.676 4.39.736 3.216.653 6.37.594 9.656v2.847a501 501 0 0 1-.052 5.95 567 567 0 0 0-.034 9.106q-.016 2.892-.04 5.785v2.75c-.117 6.248-.117 6.248-1.842 9.485-2.292 2.003-3.821 1.826-6.814 1.671l-2.73-.11L225 424l.982-1.736c1.072-2.385 1.281-3.9 1.309-6.494l.038-2.499.007-2.673.02-2.772q.015-2.9.015-5.797c.004-2.953.04-5.903.078-8.855q.009-2.82.012-5.639l.043-2.668c-.031-4.255-.141-6.313-2.533-9.963zM135 81c4.347 2.215 7.484 4.807 10 9 1.235 3.93 1.645 7.319.148 11.219-2.575 4.452-5.425 7.559-10.148 9.781-5.969.866-9.411-.153-14.367-3.555-2.135-1.889-3.001-3.682-3.633-6.445l3.5 1c5.118 1.261 9.963 2.015 15 0 2.026-2.702 1.94-4.757 1.934-8.062-.57-2.544-1.34-3.398-3.434-4.938-2.397-.68-2.397-.68-5-1-3.723-.532-5.572-1.061-8-4 4.45-3.446 8.576-3.862 14-3m250 0c4.79 1.69 8.728 4.35 11 9 .821 4.766.399 8.804-1.125 13.375-2.872 4.02-6.228 6.076-10.875 7.625-5.716.54-8.558-.366-13-4-1.875-2.25-1.875-2.25-3-4l1-2 3 1c4.191 1.173 7.649 1.428 12 1 2.647-1.397 2.647-1.397 4-4 .632-4.583.632-4.583-1.18-8.652-3.08-2.28-6.604-2.249-10.324-2.723C374 87 374 87 372 84c4.175-3.132 7.914-3.72 13-3m-124 0c4.408 1.82 6.58 4.27 8.938 8.375 1.564 5.336 2.024 8.807-.625 13.813-3.053 3.712-5.721 6.281-10.313 7.812-5.734.541-8.508-.426-13-4-1.875-1.625-1.875-1.625-3-3v-2l3 .5c5.415.769 10.688.984 16-.5.277-1.412.52-2.83.75-4.25l.422-2.39c.027-2.491.027-2.491-1.766-4.547-2.86-2.155-5.168-2.805-8.656-3.563l-3.266-.734L247 86c2.833-6.272 7.648-5.827 14-5' fill='%23007AB4'/%3E%3Cpath d='m238 17 2 1-8 8c0-3 0-3 2.438-5.625L237 18z' fill='%236E6E87'/%3E%3C/svg%3E");
}

.icon-msg {
  width: 30px;
  height: 30px;
}
.icon-msg::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='m153.392 3.869 3.259-.012 3.562.003 3.799-.01q5.215-.011 10.432-.01 5.626-.005 11.254-.016Q198 3.804 210.306 3.8l15.373-.012q21.293-.019 42.585-.026h5.512l5.534-.002h2.773q22.23-.009 44.458-.046 22.835-.035 45.671-.037 12.816.001 25.632-.025 10.915-.023 21.832-.012c3.71.004 7.42.003 11.13-.011 4.03-.015 8.06-.007 12.092.004l3.515-.025C464.432 3.717 480.037 10.518 493 23c16.333 16.962 19.46 35.25 19.404 57.876l.02 6.292c.019 5.668.018 11.335.012 17.002-.003 4.744.003 9.488.009 14.232q.02 16.796.001 33.592a10485 10485 0 0 0 .03 34.573q.032 14.88.022 29.762-.007 8.87.017 17.74.022 8.346-.008 16.69-.005 3.05.01 6.098c.097 20.343-3.592 37.702-18.224 52.873L492 312l-2.012 2.113c-4.456 4.371-9.286 7.373-14.8 10.2l-1.901.986c-11.759 5.717-23.258 6.102-36.037 5.888a2649 2649 0 0 0-4.75-.04c-3.834-.033-7.667-.085-11.5-.147l.048 2.149c.464 24.148-1.159 45.176-18.048 63.851l-1.605 1.848c-12.488 13.496-30.405 19.47-48.332 20.59-11.687.917-17.837 8.914-25.055 17.265-8.686 9.936-17.645 19.727-27.688 28.313a400 400 0 0 0-5.265 4.593C280.085 482.8 263.753 494.2 247 505l-2.727 1.805c-3.729 1.96-7.172 1.85-11.273 1.195-3.522-1.873-4.705-3.466-6.625-6.938-1.131-5.334 1.578-10.015 3.66-14.82 14.853-29.748 14.853-29.748 17.778-60.992-1.921-3.444-2.264-4.015-5.813-5.25-3.382-.306-3.382-.306-7.234-.265l-2.212-.013c-2.447-.013-4.894-.01-7.341-.01q-2.633-.008-5.264-.02-5.67-.022-11.34-.028a5970 5970 0 0 1-17.956-.052c-12.718-.05-25.435-.081-38.153-.112-13.703-.033-27.405-.07-41.108-.124q-8.91-.034-17.823-.044-5.566-.01-11.133-.036-2.565-.009-5.132-.007c-22.953.011-42.547-4.718-59.406-21.176C6.234 386.043-.15 370.04-.147 353.331l-.011-2.644a3560 3560 0 0 1-.019-8.769l-.02-6.288q-.028-10.33-.041-20.657l-.013-7.121q-.029-16.735-.041-33.469-.015-19.288-.077-38.577-.044-14.925-.048-29.85c-.002-5.937-.011-11.874-.036-17.811q-.035-8.388-.018-16.777.001-3.065-.02-6.13c-.135-21.277 4.228-38.942 19.596-54.511C40.377 90.689 63.535 90.35 91 91l-.048-2.149C90.496 65.09 91.87 43.191 109 25c11.707-11.993 27.227-21.108 44.392-21.131' fill='%2338afa5'/%3E%3Cpath d='m153.392 3.869 3.259-.012 3.562.003 3.799-.01q5.215-.011 10.432-.01 5.626-.005 11.254-.016Q198 3.804 210.306 3.8l15.373-.012q21.293-.019 42.585-.026h5.512l5.534-.002h2.773q22.23-.009 44.458-.046 22.835-.035 45.671-.037 12.816.001 25.632-.025 10.915-.023 21.832-.012c3.71.004 7.42.003 11.13-.011 4.03-.015 8.06-.007 12.092.004l3.515-.025C464.432 3.717 480.037 10.518 493 23c16.333 16.962 19.46 35.25 19.404 57.876l.02 6.292c.019 5.668.018 11.335.012 17.002-.003 4.744.003 9.488.009 14.232q.02 16.796.001 33.592a10485 10485 0 0 0 .03 34.573q.032 14.88.022 29.762-.007 8.87.017 17.74.022 8.346-.008 16.69-.005 3.05.01 6.098c.097 20.343-3.592 37.702-18.224 52.873L492 312l-2.012 2.113c-4.456 4.371-9.286 7.373-14.8 10.2l-1.901.986c-11.893 5.782-23.617 6.098-36.537 5.888a2815 2815 0 0 0-4.895-.04c-3.952-.033-7.903-.085-11.855-.147l-.01-2.783q-.121-33.554-.278-67.106-.076-16.227-.134-32.452-.05-14.147-.12-28.292a6418 6418 0 0 1-.061-14.974 4106 4106 0 0 0-.064-14.11q-.014-2.58-.017-5.163c-.03-20.96-4.28-39.503-19.316-55.12-19.215-16.64-38.08-18.598-62.542-18.53q-4.02-.01-8.04-.026-8.621-.029-17.24-.022c-8.31.007-16.62-.01-24.93-.033q-20.23-.053-40.46-.063-19.635-.01-39.27-.043l-2.45-.004q-13.225-.023-26.452-.05l-2.345-.005-9.278-.019q-13.588-.029-27.178-.038-8.506-.005-17.013-.018-4.913-.007-9.825-.006-5.312 0-10.625-.012l-3.17.006-2.85-.01-2.48-.001C92 92 92 92 91 91c-1.652-23.197.615-45.631 16.105-63.988 12.162-12.914 27.993-23.119 46.287-23.143' fill='%23198bb5'/%3E%3Cpath d='M76 90.688q2.174.016 4.348.029c6.611.057 13.116.236 19.652 1.283-2.832 1.52-5.524 2.49-8.625 3.313C82.003 98.079 74.357 102.614 67 109l-2.281 1.957C54.622 120.276 49.316 131.849 46 145l-.535 1.937c-.775 3.44-.606 6.94-.599 10.45l-.007 2.587q-.007 4.299-.004 8.599l-.01 6.16q-.014 8.374-.012 16.748-.002 6.993-.008 13.986-.013 16.504-.01 33.007-.001 17.014-.026 34.027-.019 14.613-.018 29.224.002 8.724-.013 17.449-.014 8.213-.003 16.424.003 3.007-.007 6.015c-.06 21.598 3.477 40.201 18.877 56.575C76.485 410.48 90.975 415.212 108 418v1q-9.497.075-18.994.11-3.224.015-6.447.04c-24.958.198-46.048-2.867-64.66-21.037C6.233 386.043-.152 370.04-.148 353.331l-.011-2.644q-.015-4.385-.019-8.769l-.02-6.288q-.028-10.33-.041-20.657l-.013-7.121q-.029-16.734-.041-33.469-.015-19.288-.077-38.577-.044-14.925-.048-29.85c-.002-5.937-.011-11.874-.036-17.811q-.035-8.389-.018-16.777.001-3.065-.02-6.13c-.135-21.277 4.228-38.942 19.596-54.511C35.49 95.294 54.055 90.233 76 90.687' fill='%23339a92'/%3E%3Cpath d='M371 92c4.976-.126 9.952-.215 14.93-.275q2.528-.036 5.055-.102c19.776-.501 37.024 4.13 51.738 18.1 11.929 11.929 20.798 26.524 21.4 43.81l-.003 3.984.003 2.23q0 3.683-.01 7.366l.001 5.293q-.001 7.174-.013 14.348-.007 7.5-.008 15.002-.004 14.2-.021 28.4-.016 16.167-.022 32.336-.016 33.254-.05 66.508c-8.944 2.633-17.83 2.223-27.062 2.125q-2.468-.016-4.936-.027-6-.035-12.002-.098l-.01-2.783q-.121-33.554-.278-67.106-.076-16.227-.134-32.452-.05-14.147-.12-28.292a6418 6418 0 0 1-.061-14.974q-.02-7.056-.064-14.11-.014-2.58-.017-5.163c-.03-20.96-4.28-39.503-19.316-55.12-6.736-5.833-13.851-10.424-22-14l-2.176-.965c-1.6-.696-3.21-1.369-4.824-2.035z' fill='%23197ca0'/%3E%3Cpath d='M239 418q9.69-.113 19.379-.165 3.296-.022 6.59-.061c3.16-.037 6.32-.054 9.48-.067l2.971-.047c6.595-.002 10.064.892 14.892 5.59 2.429 3.957 2.156 7.378 1.264 11.899a179 179 0 0 1-2.014 7.288l-.79 2.722c-3.08 10.304-6.83 20.388-10.81 30.376a76 76 0 0 0-1.61 4.49c-1.93 5.622-5.82 8.093-10.54 11.288l-2.415 1.676A781 781 0 0 1 258 498l-2.265 1.566a380 380 0 0 1-6.298 4.247l-1.87 1.292c-4.742 3.032-8.978 3.735-14.567 2.895-3.522-1.873-4.705-3.466-6.625-6.937-1.131-5.335 1.578-10.016 3.66-14.821 14.718-29.636 14.718-29.636 17.965-60.93-2.583-4.277-4.345-4.819-9-6.312z' fill='%23197ca0'/%3E%3Cpath d='M321.375 239.563c5.159 3.02 9.453 7.85 11.625 13.437.853 7.045 1.297 14.042-2.687 20.188-4.622 5.757-9.11 9.136-16.567 10.105-6.876.398-12.14-1.29-17.746-5.293-4.95-4.89-7.877-10.31-8.062-17.379.305-6.256 1.917-10.888 6.062-15.621 7.734-6.92 17.362-9.97 27.375-5.437m-217.937-.375c5.406 3.824 10.066 8.603 12.562 14.812 1 6.4.726 12.518-2.598 18.184-3.848 4.985-8.366 8.877-14.402 10.816-7.061.908-13.229.359-19-4-6.032-5.602-8.958-10.584-9.375-18.875.169-6.248 1.953-10.562 6.246-15.105 7.73-7.087 16.374-9.353 26.567-5.833m143.968-.304c5.55 3.222 9.713 7.953 12.969 13.43 1.604 6.898 1.201 13.207-1.973 19.578-3.533 5.314-8.332 9.15-14.402 11.109-7.061.908-13.229.359-19-4-6.032-5.602-8.958-10.584-9.375-18.875.148-6.572 2.52-10.92 6.688-15.875 7.498-6.278 15.38-8.93 25.093-5.367m-71.031.68c5.162 3.021 9.445 7.849 11.625 13.437.83 7.842 1.08 15.593-4 22-5.152 5.564-10.15 7.975-17.75 8.438-6.729-.173-12.49-2.56-17.176-7.446-5.417-7.007-5.798-13.263-5.074-21.992 1.658-6.194 5.697-10.538 11-14 6.547-3.165 14.688-3.44 21.375-.437' fill='%23B0DAFB'/%3E%3Cpath d='M321 241c5.614 1.32 7.996 5.437 11 10 2.456 4.911 1.585 11.648 1 17-2.054 4.861-4.624 8.082-9 11-3.761 0-4.91-.911-7.625-3.562-4.136-5.48-5.994-11.341-5.723-18.208 1.095-7.023 5.251-11.597 10.348-16.23m-145 0c5.473 1.564 8.149 5.072 11.121 9.773 2.209 5.596 1.774 13.062.156 18.782-1.916 4.11-4.254 7.188-8.277 9.445-2.5.125-2.5.125-5-1-5.106-5.106-8.08-10.541-8.5-17.875.222-6.937 3.526-12.319 8.313-17.187zm-72 0c4.82 1.963 7.85 5.374 10.813 9.563 2.215 6.413 2.437 13.557-.438 19.812-2.223 3.821-5.118 6.664-8.375 9.625-3.09-1.351-4.97-2.79-7.125-5.375l-1.508-1.773C93.043 266.995 93.187 261.09 94 254c1.966-5.639 4.97-9.694 10-13m145 0c5.278 2.32 8.47 6.428 11.375 11.313 1.62 6.965 1.147 13.201-2.02 19.636-2.22 3.36-5.103 5.721-8.355 8.051-5.187-2.371-7.438-6.112-10-11-2.046-6.139-2.106-13.5.625-19.437 2.164-3.729 4.912-6.044 8.375-8.563' fill='%23DDEAFA'/%3E%3Cpath d='M360 91h41v1h-30v2l-11-2z' fill='%235C73D5'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='m153.392 3.869 3.259-.012 3.562.003 3.799-.01q5.215-.011 10.432-.01 5.626-.005 11.254-.016Q198 3.804 210.306 3.8l15.373-.012q21.293-.019 42.585-.026h5.512l5.534-.002h2.773q22.23-.009 44.458-.046 22.835-.035 45.671-.037 12.816.001 25.632-.025 10.915-.023 21.832-.012c3.71.004 7.42.003 11.13-.011 4.03-.015 8.06-.007 12.092.004l3.515-.025C464.432 3.717 480.037 10.518 493 23c16.333 16.962 19.46 35.25 19.404 57.876l.02 6.292c.019 5.668.018 11.335.012 17.002-.003 4.744.003 9.488.009 14.232q.02 16.796.001 33.592a10485 10485 0 0 0 .03 34.573q.032 14.88.022 29.762-.007 8.87.017 17.74.022 8.346-.008 16.69-.005 3.05.01 6.098c.097 20.343-3.592 37.702-18.224 52.873L492 312l-2.012 2.113c-4.456 4.371-9.286 7.373-14.8 10.2l-1.901.986c-11.759 5.717-23.258 6.102-36.037 5.888a2649 2649 0 0 0-4.75-.04c-3.834-.033-7.667-.085-11.5-.147l.048 2.149c.464 24.148-1.159 45.176-18.048 63.851l-1.605 1.848c-12.488 13.496-30.405 19.47-48.332 20.59-11.687.917-17.837 8.914-25.055 17.265-8.686 9.936-17.645 19.727-27.688 28.313a400 400 0 0 0-5.265 4.593C280.085 482.8 263.753 494.2 247 505l-2.727 1.805c-3.729 1.96-7.172 1.85-11.273 1.195-3.522-1.873-4.705-3.466-6.625-6.938-1.131-5.334 1.578-10.015 3.66-14.82 14.853-29.748 14.853-29.748 17.778-60.992-1.921-3.444-2.264-4.015-5.813-5.25-3.382-.306-3.382-.306-7.234-.265l-2.212-.013c-2.447-.013-4.894-.01-7.341-.01q-2.633-.008-5.264-.02-5.67-.022-11.34-.028a5970 5970 0 0 1-17.956-.052c-12.718-.05-25.435-.081-38.153-.112-13.703-.033-27.405-.07-41.108-.124q-8.91-.034-17.823-.044-5.566-.01-11.133-.036-2.565-.009-5.132-.007c-22.953.011-42.547-4.718-59.406-21.176C6.234 386.043-.15 370.04-.147 353.331l-.011-2.644a3560 3560 0 0 1-.019-8.769l-.02-6.288q-.028-10.33-.041-20.657l-.013-7.121q-.029-16.735-.041-33.469-.015-19.288-.077-38.577-.044-14.925-.048-29.85c-.002-5.937-.011-11.874-.036-17.811q-.035-8.388-.018-16.777.001-3.065-.02-6.13c-.135-21.277 4.228-38.942 19.596-54.511C40.377 90.689 63.535 90.35 91 91l-.048-2.149C90.496 65.09 91.87 43.191 109 25c11.707-11.993 27.227-21.108 44.392-21.131' fill='%2338afa5'/%3E%3Cpath d='m153.392 3.869 3.259-.012 3.562.003 3.799-.01q5.215-.011 10.432-.01 5.626-.005 11.254-.016Q198 3.804 210.306 3.8l15.373-.012q21.293-.019 42.585-.026h5.512l5.534-.002h2.773q22.23-.009 44.458-.046 22.835-.035 45.671-.037 12.816.001 25.632-.025 10.915-.023 21.832-.012c3.71.004 7.42.003 11.13-.011 4.03-.015 8.06-.007 12.092.004l3.515-.025C464.432 3.717 480.037 10.518 493 23c16.333 16.962 19.46 35.25 19.404 57.876l.02 6.292c.019 5.668.018 11.335.012 17.002-.003 4.744.003 9.488.009 14.232q.02 16.796.001 33.592a10485 10485 0 0 0 .03 34.573q.032 14.88.022 29.762-.007 8.87.017 17.74.022 8.346-.008 16.69-.005 3.05.01 6.098c.097 20.343-3.592 37.702-18.224 52.873L492 312l-2.012 2.113c-4.456 4.371-9.286 7.373-14.8 10.2l-1.901.986c-11.893 5.782-23.617 6.098-36.537 5.888a2815 2815 0 0 0-4.895-.04c-3.952-.033-7.903-.085-11.855-.147l-.01-2.783q-.121-33.554-.278-67.106-.076-16.227-.134-32.452-.05-14.147-.12-28.292a6418 6418 0 0 1-.061-14.974 4106 4106 0 0 0-.064-14.11q-.014-2.58-.017-5.163c-.03-20.96-4.28-39.503-19.316-55.12-19.215-16.64-38.08-18.598-62.542-18.53q-4.02-.01-8.04-.026-8.621-.029-17.24-.022c-8.31.007-16.62-.01-24.93-.033q-20.23-.053-40.46-.063-19.635-.01-39.27-.043l-2.45-.004q-13.225-.023-26.452-.05l-2.345-.005-9.278-.019q-13.588-.029-27.178-.038-8.506-.005-17.013-.018-4.913-.007-9.825-.006-5.312 0-10.625-.012l-3.17.006-2.85-.01-2.48-.001C92 92 92 92 91 91c-1.652-23.197.615-45.631 16.105-63.988 12.162-12.914 27.993-23.119 46.287-23.143' fill='%23198bb5'/%3E%3Cpath d='M76 90.688q2.174.016 4.348.029c6.611.057 13.116.236 19.652 1.283-2.832 1.52-5.524 2.49-8.625 3.313C82.003 98.079 74.357 102.614 67 109l-2.281 1.957C54.622 120.276 49.316 131.849 46 145l-.535 1.937c-.775 3.44-.606 6.94-.599 10.45l-.007 2.587q-.007 4.299-.004 8.599l-.01 6.16q-.014 8.374-.012 16.748-.002 6.993-.008 13.986-.013 16.504-.01 33.007-.001 17.014-.026 34.027-.019 14.613-.018 29.224.002 8.724-.013 17.449-.014 8.213-.003 16.424.003 3.007-.007 6.015c-.06 21.598 3.477 40.201 18.877 56.575C76.485 410.48 90.975 415.212 108 418v1q-9.497.075-18.994.11-3.224.015-6.447.04c-24.958.198-46.048-2.867-64.66-21.037C6.233 386.043-.152 370.04-.148 353.331l-.011-2.644q-.015-4.385-.019-8.769l-.02-6.288q-.028-10.33-.041-20.657l-.013-7.121q-.029-16.734-.041-33.469-.015-19.288-.077-38.577-.044-14.925-.048-29.85c-.002-5.937-.011-11.874-.036-17.811q-.035-8.389-.018-16.777.001-3.065-.02-6.13c-.135-21.277 4.228-38.942 19.596-54.511C35.49 95.294 54.055 90.233 76 90.687' fill='%23339a92'/%3E%3Cpath d='M371 92c4.976-.126 9.952-.215 14.93-.275q2.528-.036 5.055-.102c19.776-.501 37.024 4.13 51.738 18.1 11.929 11.929 20.798 26.524 21.4 43.81l-.003 3.984.003 2.23q0 3.683-.01 7.366l.001 5.293q-.001 7.174-.013 14.348-.007 7.5-.008 15.002-.004 14.2-.021 28.4-.016 16.167-.022 32.336-.016 33.254-.05 66.508c-8.944 2.633-17.83 2.223-27.062 2.125q-2.468-.016-4.936-.027-6-.035-12.002-.098l-.01-2.783q-.121-33.554-.278-67.106-.076-16.227-.134-32.452-.05-14.147-.12-28.292a6418 6418 0 0 1-.061-14.974q-.02-7.056-.064-14.11-.014-2.58-.017-5.163c-.03-20.96-4.28-39.503-19.316-55.12-6.736-5.833-13.851-10.424-22-14l-2.176-.965c-1.6-.696-3.21-1.369-4.824-2.035z' fill='%23197ca0'/%3E%3Cpath d='M239 418q9.69-.113 19.379-.165 3.296-.022 6.59-.061c3.16-.037 6.32-.054 9.48-.067l2.971-.047c6.595-.002 10.064.892 14.892 5.59 2.429 3.957 2.156 7.378 1.264 11.899a179 179 0 0 1-2.014 7.288l-.79 2.722c-3.08 10.304-6.83 20.388-10.81 30.376a76 76 0 0 0-1.61 4.49c-1.93 5.622-5.82 8.093-10.54 11.288l-2.415 1.676A781 781 0 0 1 258 498l-2.265 1.566a380 380 0 0 1-6.298 4.247l-1.87 1.292c-4.742 3.032-8.978 3.735-14.567 2.895-3.522-1.873-4.705-3.466-6.625-6.937-1.131-5.335 1.578-10.016 3.66-14.821 14.718-29.636 14.718-29.636 17.965-60.93-2.583-4.277-4.345-4.819-9-6.312z' fill='%23197ca0'/%3E%3Cpath d='M321.375 239.563c5.159 3.02 9.453 7.85 11.625 13.437.853 7.045 1.297 14.042-2.687 20.188-4.622 5.757-9.11 9.136-16.567 10.105-6.876.398-12.14-1.29-17.746-5.293-4.95-4.89-7.877-10.31-8.062-17.379.305-6.256 1.917-10.888 6.062-15.621 7.734-6.92 17.362-9.97 27.375-5.437m-217.937-.375c5.406 3.824 10.066 8.603 12.562 14.812 1 6.4.726 12.518-2.598 18.184-3.848 4.985-8.366 8.877-14.402 10.816-7.061.908-13.229.359-19-4-6.032-5.602-8.958-10.584-9.375-18.875.169-6.248 1.953-10.562 6.246-15.105 7.73-7.087 16.374-9.353 26.567-5.833m143.968-.304c5.55 3.222 9.713 7.953 12.969 13.43 1.604 6.898 1.201 13.207-1.973 19.578-3.533 5.314-8.332 9.15-14.402 11.109-7.061.908-13.229.359-19-4-6.032-5.602-8.958-10.584-9.375-18.875.148-6.572 2.52-10.92 6.688-15.875 7.498-6.278 15.38-8.93 25.093-5.367m-71.031.68c5.162 3.021 9.445 7.849 11.625 13.437.83 7.842 1.08 15.593-4 22-5.152 5.564-10.15 7.975-17.75 8.438-6.729-.173-12.49-2.56-17.176-7.446-5.417-7.007-5.798-13.263-5.074-21.992 1.658-6.194 5.697-10.538 11-14 6.547-3.165 14.688-3.44 21.375-.437' fill='%23B0DAFB'/%3E%3Cpath d='M321 241c5.614 1.32 7.996 5.437 11 10 2.456 4.911 1.585 11.648 1 17-2.054 4.861-4.624 8.082-9 11-3.761 0-4.91-.911-7.625-3.562-4.136-5.48-5.994-11.341-5.723-18.208 1.095-7.023 5.251-11.597 10.348-16.23m-145 0c5.473 1.564 8.149 5.072 11.121 9.773 2.209 5.596 1.774 13.062.156 18.782-1.916 4.11-4.254 7.188-8.277 9.445-2.5.125-2.5.125-5-1-5.106-5.106-8.08-10.541-8.5-17.875.222-6.937 3.526-12.319 8.313-17.187zm-72 0c4.82 1.963 7.85 5.374 10.813 9.563 2.215 6.413 2.437 13.557-.438 19.812-2.223 3.821-5.118 6.664-8.375 9.625-3.09-1.351-4.97-2.79-7.125-5.375l-1.508-1.773C93.043 266.995 93.187 261.09 94 254c1.966-5.639 4.97-9.694 10-13m145 0c5.278 2.32 8.47 6.428 11.375 11.313 1.62 6.965 1.147 13.201-2.02 19.636-2.22 3.36-5.103 5.721-8.355 8.051-5.187-2.371-7.438-6.112-10-11-2.046-6.139-2.106-13.5.625-19.437 2.164-3.729 4.912-6.044 8.375-8.563' fill='%23DDEAFA'/%3E%3Cpath d='M360 91h41v1h-30v2l-11-2z' fill='%235C73D5'/%3E%3C/svg%3E");
}

.icon-pdf {
  width: 30px;
  height: 30px;
}
.icon-pdf::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='m128.713-1.095 2.627-.277c2.904-.3 5.809-.587 8.714-.87l3.093-.307c20.6-2.023 41.229-3.242 61.904-4.195 13.103-.621 26.11-1.464 39.15-2.947 59.928-6.652 106.181 1.184 153.516 38.825 48.157 38.982 86.291 84.595 92.974 147.76 3.847 39.706 1.462 79.834-1.317 119.527-1.006 14.542-1.661 29.071-2.096 43.64l-.094 3.152q-.231 7.835-.452 15.67c-.9 31.527-2.156 63.027-4.111 94.507q-.224 3.657-.435 7.314-.332 5.646-.713 11.288a756 756 0 0 0-.365 5.99c-.705 9.793-3.197 18.723-10.108 26.018-6.424 5.163-12.59 8.246-20.96 8.257l-3.567.02-3.89-.01-4.154.014c-3.8.012-7.6.012-11.4.01-4.1 0-8.2.01-12.3.02q-12.048.023-24.095.023-9.793.001-19.586.012-27.769.026-55.537.025h-6.051c-16.193-.001-32.385.018-48.577.046q-24.942.043-49.885.04c-9.335 0-18.67.006-28.004.027q-11.921.029-23.843.009c-4.053-.006-8.107-.007-12.16.01q-5.572.024-11.143-.004c-1.973-.004-3.947.01-5.92.027-7.216-.056-12.654-.881-18.928-4.526l-1.98-1.146C102.091 502.628 98.216 495.619 96 488c-.24-2.848-.24-2.848-.227-5.822v-3.396l.032-3.618.008-3.74c.011-3.934.037-7.866.062-11.799q.016-4.005.027-8.012.034-9.807.098-19.613l-2.01.027c-6.91.088-13.82.149-20.732.193q-3.867.03-7.734.082c-3.709.048-7.417.071-11.126.089l-3.485.062c-6.104.002-10.27-.043-14.913-4.453-3.568-4.531-4.501-7.47-4.508-13.21l-.019-2.132a579 579 0 0 1 .01-7.033q-.009-2.528-.022-5.057c-.018-4.57-.011-9.14.002-13.71.01-4.786 0-9.572-.006-14.358q-.01-12.055.022-24.11c.021-9.287.014-18.574-.008-27.862q-.026-11.967-.01-23.934c.006-4.763.007-9.526-.006-14.29q-.017-6.717.02-13.434.008-2.463-.006-4.927c-.01-2.244.003-4.488.023-6.732l.005-3.803c.763-5.17 3.256-8.224 6.978-11.759 5.274-2.467 10.173-2.143 15.923-2.04l3.607.018c3.79.022 7.58.072 11.37.123q3.86.03 7.723.055 9.45.067 18.902.195l-.011-3.348q-.134-40.338-.196-80.674c-.02-13.005-.049-26.01-.095-39.014q-.06-17.002-.074-34.006c-.006-6.002-.018-12.003-.047-18.004q-.039-8.476-.03-16.953a903 903 0 0 0-.024-6.215 778 778 0 0 1-.004-8.504l-.035-2.467C95.57 22.37 99.169 14.155 105 8c7.364-5.918 14.445-8.162 23.713-9.095' fill='%23E1E4E6'/%3E%3Cpath d='m48.372 239.497 3.845-.032 4.2.027q2.24-.006 4.48-.019c4.1-.017 8.2-.008 12.301.004 4.424.01 8.847-.005 13.27-.016 8.665-.018 17.33-.014 25.994-.002q10.562.013 21.125.006l3.035-.002 6.106-.004c19.09-.011 38.179.002 57.268.023q24.571.026 49.142-.003a32212 32212 0 0 1 63.142-.014l3.023.002q10.55.003 21.1-.012 12.856-.018 25.713.013c4.374.01 8.747.015 13.12.001q6.006-.017 12.012.016 2.172.007 4.344-.007c13.48-.084 13.48-.084 19.408 4.522 4.455 4.807 5.125 8.208 5.147 14.647l.011 2.057q.015 3.42.019 6.84l.02 4.898c.021 5.367.031 10.734.041 16.101l.013 5.545q.029 13.025.041 26.051.015 15.03.077 30.06.044 11.622.048 23.242c.002 4.626.011 9.251.036 13.877q.034 6.532.018 13.063 0 2.393.02 4.784c.122 15.134.122 15.134-4.491 21.835-5.002 3.98-8.697 5.124-14.99 5.134l-3.818.014h-4.217q-2.232.004-4.462.01-6.147.014-12.293.017-6.623.007-13.246.022c-10.667.02-21.334.03-32.001.039l-15.062.015a85472 85472 0 0 1-63.044.044l-3.261.002c-17.446.008-34.892.033-52.337.066q-26.853.049-53.706.054c-10.055.002-20.11.011-30.165.036q-12.84.034-25.683.02c-4.37-.004-8.738-.002-13.108.017q-5.998.026-11.996.001-2.172-.003-4.343.014c-12.158.093-12.158.093-15.918-2.16-4.984-4.973-6.85-8.467-6.858-15.556l-.019-2.131a579 579 0 0 1 .01-7.033q-.009-2.528-.022-5.057c-.018-4.57-.011-9.14.002-13.71.01-4.786 0-9.572-.006-14.358q-.01-12.055.022-24.11c.021-9.287.014-18.574-.008-27.862q-.026-11.967-.01-23.934c.006-4.763.007-9.526-.006-14.29q-.017-6.717.02-13.434.008-2.464-.006-4.927c-.01-2.244.003-4.488.023-6.732l.005-3.803c.79-5.347 3.036-8.264 7.251-11.551 3.595-2.053 5.528-2.358 9.624-2.36' fill='%23F15642'/%3E%3Cpath d='M352 0c6.669 5.483 12.714 11.565 18.81 17.665l3.55 3.54q4.794 4.782 9.581 9.569l5.985 5.98q10.44 10.425 20.872 20.858 9.731 9.732 19.476 19.451 8.37 8.35 16.727 16.709 4.99 4.992 9.99 9.976 4.69 4.677 9.369 9.367 1.722 1.725 3.45 3.442 2.347 2.338 4.681 4.687l2.654 2.653C479 126 479 126 479 128q-18.907.07-37.815.104-8.78.014-17.56.047-8.481.032-16.962.039-3.228.004-6.456.021c-3.026.015-6.05.017-9.076.016l-2.668.022c-10.813-.036-19.31-1.812-27.463-9.249-7.603-9.19-9.16-18.147-9.114-29.769v-2.929q.002-4.772.016-9.544l.005-6.633q.006-8.715.024-17.43.014-8.898.02-17.797Q351.967 17.45 352 0' fill='%23B0B7BD'/%3E%3Cpath d='m202.902 294.797 2.401-.017q2.526-.014 5.052-.02c2.541-.01 5.082-.04 7.624-.072 15.664-.103 28.39 2.508 40.24 13.44 2.878 3.025 4.91 6.15 6.781 9.872l1.191 2.215c4.984 10.992 4.747 25.829.684 37.098C261.78 368.373 253.556 377.575 242 382c-5.668 1.929-10.729 2.32-16.695 2.336l-2.76.02q-2.87.015-5.743.015c-2.925.004-5.85.04-8.775.078q-2.799.009-5.597.012l-2.64.043-2.478-.018-2.163.008c-3.294-.757-4.858-2.02-7.149-4.494-.506-2.78-.686-4.955-.647-7.734l-.027-2.347a504 504 0 0 1 .01-7.669 3265 3265 0 0 0-.015-5.335q-.009-5.589.027-11.177c.029-4.775.012-9.55-.018-14.325a1348 1348 0 0 1 0-11.015q.006-2.64-.011-5.282c-.013-2.461.006-4.92.034-7.382l-.03-2.204c.078-3.773.382-5.235 3.092-7.95 4.317-2.638 7.515-2.755 12.487-2.783' fill='%23FEFBFB'/%3E%3Cpath d='M415 419h1c.109 2.689.188 5.373.25 8.063l.102 2.279c.099 5.741-1.071 8.93-4.352 13.658-4.296 3.981-7.398 5.125-13.18 5.123l-3.269.006-3.605-.009-3.819.003q-5.258.002-10.514-.007-5.667-.005-11.332-.002-9.819 0-19.639-.008-14.197-.011-28.394-.012-23.033-.004-46.066-.019-22.377-.014-44.755-.02h-2.785l-13.834-.005Q153.403 448.034 96 448v-16l4.772-.004a91476 91476 0 0 0 125.953-.204l2.776-.005c14.832-.031 29.664-.048 44.496-.06q22.83-.02 45.657-.082 14.087-.038 28.173-.036 9.66-.001 19.32-.041c3.715-.015 7.43-.023 11.145-.014 4.03.01 8.06-.011 12.091-.035l3.55.023c6.809-.071 11.277-.872 17.067-4.542 1.72-2.021 1.72-2.021 2.5-4.25.3-.706.598-1.413.906-2.14z' fill='%23CAD0D7'/%3E%3Cpath d='M480 127v96c-7.875-6.75-7.875-6.75-11.183-10.056l-2.273-2.264-2.417-2.423-2.604-2.6q-3.504-3.498-7.003-7.002-3.67-3.673-7.343-7.342-6.153-6.151-12.303-12.308-7.117-7.124-14.241-14.24a19756 19756 0 0 1-12.243-12.24q-3.651-3.655-7.307-7.305a6905 6905 0 0 1-8.116-8.124l-2.46-2.454-2.213-2.221-1.94-1.94C385 129 385 129 385 128l85.258-.908 2.652-.029c5.976-.063 5.976-.063 7.09-.063' fill='%23C9D0D7'/%3E%3Cpath d='m115.465 293.797 2.266-.017q2.385-.014 4.77-.02c2.396-.01 4.792-.04 7.188-.072 12.244-.086 23.764.712 33.311 9.312 8.19 9.966 9.17 19.504 8 32-1.776 7.845-5.579 13.74-12.312 18.188q-1.83.934-3.688 1.812l-3.293 1.602c-6.323 2.336-13.068 1.712-19.707 1.586q-2.04-.024-4.082-.042A1219 1219 0 0 1 118 358l.063 1.956c.084 2.931.136 5.862.187 8.794l.102 3.078c.098 7.505.098 7.505-2.153 10.84-3.295 1.996-5.425 1.928-9.199 1.332-3.513-2.686-4.853-4.165-5.628-8.567q-.039-2.086-.003-4.173l-.022-2.313c-.017-2.514.003-5.027.024-7.54q0-2.63-.007-5.257-.003-5.503.04-11.005c.033-4.698.027-9.395.008-14.092-.01-3.617-.001-7.234.014-10.85q.008-2.6-.002-5.197a533 533 0 0 1 .043-7.266l-.02-2.16c.091-4.782 1.17-7.218 4.553-10.58 3.02-1.51 6.151-1.184 9.465-1.203' fill='%23FEFBFB'/%3E%3Cpath d='m298.554 294.855 2.863-.02 3.103-.003 3.184-.01q3.34-.007 6.68-.007c3.404-.002 6.808-.02 10.212-.04q3.243-.005 6.486-.005l3.084-.022 2.892.01 2.532-.005c3.48.357 6.307 1.524 9.222 3.434 1.952 2.978 1.612 5.361 1.188 8.813-2.219 2.907-3.52 3.84-7 5-2.95.085-5.875.116-8.824.098l-2.61-.005a3188 3188 0 0 1-8.254-.03l-5.595-.014c-4.573-.01-9.145-.03-13.717-.049v20l7.227-.14q3.484-.046 6.97-.08 2.412-.03 4.824-.082c2.319-.049 4.636-.071 6.956-.089l2.16-.062c5.1-.002 7.929 1.266 11.863 4.453 1.779 2.398 2.012 3.519 1.937 6.5-1.3 3.466-2.807 4.527-5.937 6.5-2.924.343-5.453.47-8.363.39l-2.4-.017a662 662 0 0 1-7.55-.123q-2.567-.03-5.134-.055c-4.185-.044-8.369-.113-12.553-.195l.08 2.675c.085 3.29.147 6.577.195 9.868q.038 2.131.102 4.262c.061 2.049.09 4.095.111 6.144l.08 3.73c-.728 4.255-2.207 5.697-5.568 8.321-3.5.625-3.5.625-7 0-3.51-2.692-4.853-4.17-5.635-8.574q-.043-2.09-.012-4.182l-.027-2.318c-.021-2.519-.007-5.036.01-7.555q-.004-2.632-.015-5.263-.009-5.509.027-11.018c.029-4.707.012-9.413-.018-14.12-.018-3.62-.012-7.242 0-10.863a603 603 0 0 0-.011-5.206c-.013-2.426.006-4.849.034-7.274l-.03-2.171c.08-3.75.396-5.175 3.092-7.87 3.43-2.104 5.153-2.713 9.139-2.731' fill='%23FEFBFA'/%3E%3Cpath d='M205 311c31.92 0 31.92 0 40.938 8.875 6.553 8.362 7.036 15.592 6.062 26.125-1.52 6.708-3.948 12.293-9 17-12.746 7.748-20.134 5-38 5zm-86 0 12.625-.25 3.948-.11c10.624-.102 10.624-.102 15.427 4.36 3.922 4.334 4.63 7.87 4.39 13.531-.754 4.77-2.86 8.078-6.452 11.344-3.637 2.111-6.582 2.244-10.7 2.223l-3.053-.008-3.873-.027L119 342z' fill='%23F15642'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='m128.713-1.095 2.627-.277c2.904-.3 5.809-.587 8.714-.87l3.093-.307c20.6-2.023 41.229-3.242 61.904-4.195 13.103-.621 26.11-1.464 39.15-2.947 59.928-6.652 106.181 1.184 153.516 38.825 48.157 38.982 86.291 84.595 92.974 147.76 3.847 39.706 1.462 79.834-1.317 119.527-1.006 14.542-1.661 29.071-2.096 43.64l-.094 3.152q-.231 7.835-.452 15.67c-.9 31.527-2.156 63.027-4.111 94.507q-.224 3.657-.435 7.314-.332 5.646-.713 11.288a756 756 0 0 0-.365 5.99c-.705 9.793-3.197 18.723-10.108 26.018-6.424 5.163-12.59 8.246-20.96 8.257l-3.567.02-3.89-.01-4.154.014c-3.8.012-7.6.012-11.4.01-4.1 0-8.2.01-12.3.02q-12.048.023-24.095.023-9.793.001-19.586.012-27.769.026-55.537.025h-6.051c-16.193-.001-32.385.018-48.577.046q-24.942.043-49.885.04c-9.335 0-18.67.006-28.004.027q-11.921.029-23.843.009c-4.053-.006-8.107-.007-12.16.01q-5.572.024-11.143-.004c-1.973-.004-3.947.01-5.92.027-7.216-.056-12.654-.881-18.928-4.526l-1.98-1.146C102.091 502.628 98.216 495.619 96 488c-.24-2.848-.24-2.848-.227-5.822v-3.396l.032-3.618.008-3.74c.011-3.934.037-7.866.062-11.799q.016-4.005.027-8.012.034-9.807.098-19.613l-2.01.027c-6.91.088-13.82.149-20.732.193q-3.867.03-7.734.082c-3.709.048-7.417.071-11.126.089l-3.485.062c-6.104.002-10.27-.043-14.913-4.453-3.568-4.531-4.501-7.47-4.508-13.21l-.019-2.132a579 579 0 0 1 .01-7.033q-.009-2.528-.022-5.057c-.018-4.57-.011-9.14.002-13.71.01-4.786 0-9.572-.006-14.358q-.01-12.055.022-24.11c.021-9.287.014-18.574-.008-27.862q-.026-11.967-.01-23.934c.006-4.763.007-9.526-.006-14.29q-.017-6.717.02-13.434.008-2.463-.006-4.927c-.01-2.244.003-4.488.023-6.732l.005-3.803c.763-5.17 3.256-8.224 6.978-11.759 5.274-2.467 10.173-2.143 15.923-2.04l3.607.018c3.79.022 7.58.072 11.37.123q3.86.03 7.723.055 9.45.067 18.902.195l-.011-3.348q-.134-40.338-.196-80.674c-.02-13.005-.049-26.01-.095-39.014q-.06-17.002-.074-34.006c-.006-6.002-.018-12.003-.047-18.004q-.039-8.476-.03-16.953a903 903 0 0 0-.024-6.215 778 778 0 0 1-.004-8.504l-.035-2.467C95.57 22.37 99.169 14.155 105 8c7.364-5.918 14.445-8.162 23.713-9.095' fill='%23E1E4E6'/%3E%3Cpath d='m48.372 239.497 3.845-.032 4.2.027q2.24-.006 4.48-.019c4.1-.017 8.2-.008 12.301.004 4.424.01 8.847-.005 13.27-.016 8.665-.018 17.33-.014 25.994-.002q10.562.013 21.125.006l3.035-.002 6.106-.004c19.09-.011 38.179.002 57.268.023q24.571.026 49.142-.003a32212 32212 0 0 1 63.142-.014l3.023.002q10.55.003 21.1-.012 12.856-.018 25.713.013c4.374.01 8.747.015 13.12.001q6.006-.017 12.012.016 2.172.007 4.344-.007c13.48-.084 13.48-.084 19.408 4.522 4.455 4.807 5.125 8.208 5.147 14.647l.011 2.057q.015 3.42.019 6.84l.02 4.898c.021 5.367.031 10.734.041 16.101l.013 5.545q.029 13.025.041 26.051.015 15.03.077 30.06.044 11.622.048 23.242c.002 4.626.011 9.251.036 13.877q.034 6.532.018 13.063 0 2.393.02 4.784c.122 15.134.122 15.134-4.491 21.835-5.002 3.98-8.697 5.124-14.99 5.134l-3.818.014h-4.217q-2.232.004-4.462.01-6.147.014-12.293.017-6.623.007-13.246.022c-10.667.02-21.334.03-32.001.039l-15.062.015a85472 85472 0 0 1-63.044.044l-3.261.002c-17.446.008-34.892.033-52.337.066q-26.853.049-53.706.054c-10.055.002-20.11.011-30.165.036q-12.84.034-25.683.02c-4.37-.004-8.738-.002-13.108.017q-5.998.026-11.996.001-2.172-.003-4.343.014c-12.158.093-12.158.093-15.918-2.16-4.984-4.973-6.85-8.467-6.858-15.556l-.019-2.131a579 579 0 0 1 .01-7.033q-.009-2.528-.022-5.057c-.018-4.57-.011-9.14.002-13.71.01-4.786 0-9.572-.006-14.358q-.01-12.055.022-24.11c.021-9.287.014-18.574-.008-27.862q-.026-11.967-.01-23.934c.006-4.763.007-9.526-.006-14.29q-.017-6.717.02-13.434.008-2.464-.006-4.927c-.01-2.244.003-4.488.023-6.732l.005-3.803c.79-5.347 3.036-8.264 7.251-11.551 3.595-2.053 5.528-2.358 9.624-2.36' fill='%23F15642'/%3E%3Cpath d='M352 0c6.669 5.483 12.714 11.565 18.81 17.665l3.55 3.54q4.794 4.782 9.581 9.569l5.985 5.98q10.44 10.425 20.872 20.858 9.731 9.732 19.476 19.451 8.37 8.35 16.727 16.709 4.99 4.992 9.99 9.976 4.69 4.677 9.369 9.367 1.722 1.725 3.45 3.442 2.347 2.338 4.681 4.687l2.654 2.653C479 126 479 126 479 128q-18.907.07-37.815.104-8.78.014-17.56.047-8.481.032-16.962.039-3.228.004-6.456.021c-3.026.015-6.05.017-9.076.016l-2.668.022c-10.813-.036-19.31-1.812-27.463-9.249-7.603-9.19-9.16-18.147-9.114-29.769v-2.929q.002-4.772.016-9.544l.005-6.633q.006-8.715.024-17.43.014-8.898.02-17.797Q351.967 17.45 352 0' fill='%23B0B7BD'/%3E%3Cpath d='m202.902 294.797 2.401-.017q2.526-.014 5.052-.02c2.541-.01 5.082-.04 7.624-.072 15.664-.103 28.39 2.508 40.24 13.44 2.878 3.025 4.91 6.15 6.781 9.872l1.191 2.215c4.984 10.992 4.747 25.829.684 37.098C261.78 368.373 253.556 377.575 242 382c-5.668 1.929-10.729 2.32-16.695 2.336l-2.76.02q-2.87.015-5.743.015c-2.925.004-5.85.04-8.775.078q-2.799.009-5.597.012l-2.64.043-2.478-.018-2.163.008c-3.294-.757-4.858-2.02-7.149-4.494-.506-2.78-.686-4.955-.647-7.734l-.027-2.347a504 504 0 0 1 .01-7.669 3265 3265 0 0 0-.015-5.335q-.009-5.589.027-11.177c.029-4.775.012-9.55-.018-14.325a1348 1348 0 0 1 0-11.015q.006-2.64-.011-5.282c-.013-2.461.006-4.92.034-7.382l-.03-2.204c.078-3.773.382-5.235 3.092-7.95 4.317-2.638 7.515-2.755 12.487-2.783' fill='%23FEFBFB'/%3E%3Cpath d='M415 419h1c.109 2.689.188 5.373.25 8.063l.102 2.279c.099 5.741-1.071 8.93-4.352 13.658-4.296 3.981-7.398 5.125-13.18 5.123l-3.269.006-3.605-.009-3.819.003q-5.258.002-10.514-.007-5.667-.005-11.332-.002-9.819 0-19.639-.008-14.197-.011-28.394-.012-23.033-.004-46.066-.019-22.377-.014-44.755-.02h-2.785l-13.834-.005Q153.403 448.034 96 448v-16l4.772-.004a91476 91476 0 0 0 125.953-.204l2.776-.005c14.832-.031 29.664-.048 44.496-.06q22.83-.02 45.657-.082 14.087-.038 28.173-.036 9.66-.001 19.32-.041c3.715-.015 7.43-.023 11.145-.014 4.03.01 8.06-.011 12.091-.035l3.55.023c6.809-.071 11.277-.872 17.067-4.542 1.72-2.021 1.72-2.021 2.5-4.25.3-.706.598-1.413.906-2.14z' fill='%23CAD0D7'/%3E%3Cpath d='M480 127v96c-7.875-6.75-7.875-6.75-11.183-10.056l-2.273-2.264-2.417-2.423-2.604-2.6q-3.504-3.498-7.003-7.002-3.67-3.673-7.343-7.342-6.153-6.151-12.303-12.308-7.117-7.124-14.241-14.24a19756 19756 0 0 1-12.243-12.24q-3.651-3.655-7.307-7.305a6905 6905 0 0 1-8.116-8.124l-2.46-2.454-2.213-2.221-1.94-1.94C385 129 385 129 385 128l85.258-.908 2.652-.029c5.976-.063 5.976-.063 7.09-.063' fill='%23C9D0D7'/%3E%3Cpath d='m115.465 293.797 2.266-.017q2.385-.014 4.77-.02c2.396-.01 4.792-.04 7.188-.072 12.244-.086 23.764.712 33.311 9.312 8.19 9.966 9.17 19.504 8 32-1.776 7.845-5.579 13.74-12.312 18.188q-1.83.934-3.688 1.812l-3.293 1.602c-6.323 2.336-13.068 1.712-19.707 1.586q-2.04-.024-4.082-.042A1219 1219 0 0 1 118 358l.063 1.956c.084 2.931.136 5.862.187 8.794l.102 3.078c.098 7.505.098 7.505-2.153 10.84-3.295 1.996-5.425 1.928-9.199 1.332-3.513-2.686-4.853-4.165-5.628-8.567q-.039-2.086-.003-4.173l-.022-2.313c-.017-2.514.003-5.027.024-7.54q0-2.63-.007-5.257-.003-5.503.04-11.005c.033-4.698.027-9.395.008-14.092-.01-3.617-.001-7.234.014-10.85q.008-2.6-.002-5.197a533 533 0 0 1 .043-7.266l-.02-2.16c.091-4.782 1.17-7.218 4.553-10.58 3.02-1.51 6.151-1.184 9.465-1.203' fill='%23FEFBFB'/%3E%3Cpath d='m298.554 294.855 2.863-.02 3.103-.003 3.184-.01q3.34-.007 6.68-.007c3.404-.002 6.808-.02 10.212-.04q3.243-.005 6.486-.005l3.084-.022 2.892.01 2.532-.005c3.48.357 6.307 1.524 9.222 3.434 1.952 2.978 1.612 5.361 1.188 8.813-2.219 2.907-3.52 3.84-7 5-2.95.085-5.875.116-8.824.098l-2.61-.005a3188 3188 0 0 1-8.254-.03l-5.595-.014c-4.573-.01-9.145-.03-13.717-.049v20l7.227-.14q3.484-.046 6.97-.08 2.412-.03 4.824-.082c2.319-.049 4.636-.071 6.956-.089l2.16-.062c5.1-.002 7.929 1.266 11.863 4.453 1.779 2.398 2.012 3.519 1.937 6.5-1.3 3.466-2.807 4.527-5.937 6.5-2.924.343-5.453.47-8.363.39l-2.4-.017a662 662 0 0 1-7.55-.123q-2.567-.03-5.134-.055c-4.185-.044-8.369-.113-12.553-.195l.08 2.675c.085 3.29.147 6.577.195 9.868q.038 2.131.102 4.262c.061 2.049.09 4.095.111 6.144l.08 3.73c-.728 4.255-2.207 5.697-5.568 8.321-3.5.625-3.5.625-7 0-3.51-2.692-4.853-4.17-5.635-8.574q-.043-2.09-.012-4.182l-.027-2.318c-.021-2.519-.007-5.036.01-7.555q-.004-2.632-.015-5.263-.009-5.509.027-11.018c.029-4.707.012-9.413-.018-14.12-.018-3.62-.012-7.242 0-10.863a603 603 0 0 0-.011-5.206c-.013-2.426.006-4.849.034-7.274l-.03-2.171c.08-3.75.396-5.175 3.092-7.87 3.43-2.104 5.153-2.713 9.139-2.731' fill='%23FEFBFA'/%3E%3Cpath d='M205 311c31.92 0 31.92 0 40.938 8.875 6.553 8.362 7.036 15.592 6.062 26.125-1.52 6.708-3.948 12.293-9 17-12.746 7.748-20.134 5-38 5zm-86 0 12.625-.25 3.948-.11c10.624-.102 10.624-.102 15.427 4.36 3.922 4.334 4.63 7.87 4.39 13.531-.754 4.77-2.86 8.078-6.452 11.344-3.637 2.111-6.582 2.244-10.7 2.223l-3.053-.008-3.873-.027L119 342z' fill='%23F15642'/%3E%3C/svg%3E");
}

.icon-cycle {
  width: 30px;
  height: 30px;
}
.icon-cycle::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M429 283c10.326.67 20.485 2.414 30.688 4.063l5.341.853Q471.515 288.952 478 290c-5.862 41.72-23.49 80.15-51 112l-2.363 2.758A262 262 0 0 1 418 412l-1.42 1.502c-7.942 8.345-16.341 15.63-25.58 22.498l-1.69 1.284c-9.56 7.258-19.663 13.193-30.31 18.716l-2.269 1.184c-31.374 16.165-65.498 23.267-100.606 23.191l-2.86-.002c-15.409-.04-30.188-.929-45.265-4.373l-2.863-.65C185.483 470.734 166.774 463.537 149 454l-1.978-1.034C136.205 447.303 126.536 440.61 117 433l-1.69-1.334C100.417 419.816 87.425 406.186 76 391l-11-14-1 63H32V312h128v32l-55 1c30.112 42.658 67.39 73.546 119.922 83.219 47.093 7.73 94.902-2.753 133.87-30.513 6.339-4.648 12.124-9.756 17.729-15.258a367 367 0 0 1 4.374-4.19C407.343 352.734 422.005 318.585 429 283M298 35l2.581.536C343.417 44.532 381.422 64.773 413 95l1.507 1.425c8.029 7.618 14.781 15.78 21.493 24.575l11 14 1-63h32v128H352v-32l55-1c-31.649-44.835-70.05-74.51-125-84-44.683-7.345-91.442 5.01-128.25 30.875-5.336 3.83-10.214 8.068-14.933 12.634-2.293 2.206-3.747 3.468-6.817 4.491a92 92 0 0 0-2 4c-1.375 1.465-1.375 1.465-3 2.938-24.443 23.937-37.533 58.166-44 91.062-10.326-.67-20.485-2.414-30.687-4.062l-5.342-.854Q40.485 223.048 34 222c6.648-46.892 28.415-88.958 61-123l1.425-1.507C104.022 89.487 112.159 82.593 121 76l1.694-1.289C147.964 55.526 178.102 42.771 209 36l2.687-.599C238.981 29.604 270.688 29.004 298 35'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M429 283c10.326.67 20.485 2.414 30.688 4.063l5.341.853Q471.515 288.952 478 290c-5.862 41.72-23.49 80.15-51 112l-2.363 2.758A262 262 0 0 1 418 412l-1.42 1.502c-7.942 8.345-16.341 15.63-25.58 22.498l-1.69 1.284c-9.56 7.258-19.663 13.193-30.31 18.716l-2.269 1.184c-31.374 16.165-65.498 23.267-100.606 23.191l-2.86-.002c-15.409-.04-30.188-.929-45.265-4.373l-2.863-.65C185.483 470.734 166.774 463.537 149 454l-1.978-1.034C136.205 447.303 126.536 440.61 117 433l-1.69-1.334C100.417 419.816 87.425 406.186 76 391l-11-14-1 63H32V312h128v32l-55 1c30.112 42.658 67.39 73.546 119.922 83.219 47.093 7.73 94.902-2.753 133.87-30.513 6.339-4.648 12.124-9.756 17.729-15.258a367 367 0 0 1 4.374-4.19C407.343 352.734 422.005 318.585 429 283M298 35l2.581.536C343.417 44.532 381.422 64.773 413 95l1.507 1.425c8.029 7.618 14.781 15.78 21.493 24.575l11 14 1-63h32v128H352v-32l55-1c-31.649-44.835-70.05-74.51-125-84-44.683-7.345-91.442 5.01-128.25 30.875-5.336 3.83-10.214 8.068-14.933 12.634-2.293 2.206-3.747 3.468-6.817 4.491a92 92 0 0 0-2 4c-1.375 1.465-1.375 1.465-3 2.938-24.443 23.937-37.533 58.166-44 91.062-10.326-.67-20.485-2.414-30.687-4.062l-5.342-.854Q40.485 223.048 34 222c6.648-46.892 28.415-88.958 61-123l1.425-1.507C104.022 89.487 112.159 82.593 121 76l1.694-1.289C147.964 55.526 178.102 42.771 209 36l2.687-.599C238.981 29.604 270.688 29.004 298 35'/%3E%3C/svg%3E");
}

.icon-redirect {
  width: 30px;
  height: 30px;
}
.icon-redirect::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-share-fill' viewBox='0 0 16 16'%3E%3Cpath d='M11 2.5a2.5 2.5 0 1 1 .603 1.628l-6.718 3.12a2.5 2.5 0 0 1 0 1.504l6.718 3.12a2.5 2.5 0 1 1-.488.876l-6.718-3.12a2.5 2.5 0 1 1 0-3.256l6.718-3.12A2.5 2.5 0 0 1 11 2.5'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-share-fill' viewBox='0 0 16 16'%3E%3Cpath d='M11 2.5a2.5 2.5 0 1 1 .603 1.628l-6.718 3.12a2.5 2.5 0 0 1 0 1.504l6.718 3.12a2.5 2.5 0 1 1-.488.876l-6.718-3.12a2.5 2.5 0 1 1 0-3.256l6.718-3.12A2.5 2.5 0 0 1 11 2.5'/%3E%3C/svg%3E");
}

.icon-projects {
  width: 30px;
  height: 30px;
}
.icon-projects::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='m310 255 3.02 1.684c7.55 4.504 13.689 10.246 19.98 16.316l2.219 2.027C351.373 290.187 363.13 314.903 365 337c.099 8.954-1.885 15.784-7.875 22.5-18.264 17.062-47.486 23.719-71.125 28.5l-3.687.758c-29.241 4.896-59.413.406-87.313-8.758l-2.181-.71c-15.382-5.116-34.965-12.47-43.381-27.228-5.883-14.313.143-30.82 5.542-44.437C166.4 280.495 189.063 259.272 216 248c8.381-3.17 17.119-5.752 26-7l2.758-.406c22.959-2.584 45.351 3.17 65.242 14.406' fill='%23fff'/%3E%3Cpath d='M166.73 242.07c11.907 10.124 11.907 10.124 15.27 14.93-1.481 3.603-3.452 5.42-6.437 7.875C155.528 282.571 141.679 310.517 139 337a181 181 0 0 0 0 12c-37.556 6.24-79.194 1.53-111.73-19.79-5.38-3.983-9.117-7.75-11.27-14.21-1.65-21.089 6.571-41.47 20.125-57.516 2.25-2.538 4.55-5.015 6.875-7.484l1.64-1.871C50.116 242.143 57.078 238.094 64 234l2.906-1.73c31.298-17.1 72.327-12.495 99.824 9.8m294.32.414C478.357 257.246 492.314 277.057 496 300c1.134 16.602 1.134 16.602-4 23-18.164 20.828-56.11 27.025-82.1 28.875L408 352l-2.734.184c-10.638.311-21.811-1.312-32.266-3.184l.105-2.062c.875-31.334-14.942-58.954-35.527-81.344-2.402-2.417-4.87-4.53-7.578-6.594 4.614-13.249 21.025-22.19 33.074-28.21 32.116-15.163 70.204-10.109 97.977 11.694' fill='%23ffffff'/%3E%3Cpath d='M288 132c9.936 8.11 16.167 18.444 19 31 .292 3.276.334 6.525.313 9.813l-.018 2.697c-.234 12.65-4.768 24.404-13.494 33.806C283.003 219.412 269.942 225.35 255 225c-14.406-1.13-27.18-6.119-37-17l-1.457-1.48c-10.124-10.79-12.143-24.372-11.852-38.56.603-13.257 7.442-25.108 17.02-34.112C240.885 118.37 268.004 117.003 288 132' fill='%23fff'/%3E%3Cpath d='M431 131c8.302 6.707 14.272 16.433 16 27 1.267 15.074-1.782 27.222-11.625 38.934-4.2 4.52-8.82 7.439-14.375 10.066l-1.965.938c-10.521 4.475-22.636 3.838-33.21-.13-12.495-5.826-20.536-14.268-25.637-27.058-3.64-11.496-3.161-23.534 2.136-34.488 1.454-2.514 3-4.892 4.676-7.262l1.336-1.93c15.13-19.678 43.812-19.55 62.664-6.07m-295.25-1.437c9.917 7.727 15.108 17.51 18 29.562 1.248 14.357-2.215 26.406-11.437 37.563-8.346 8.988-19.312 13.542-31.438 14.3-12.69.052-24.539-4.545-33.875-13.175-9.247-10.074-12.655-22.327-12.309-35.739.689-12.238 6.875-22.075 15.559-30.387 15.673-13.257 38.787-13.274 55.5-2.125' fill='%23ffffff'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='m310 255 3.02 1.684c7.55 4.504 13.689 10.246 19.98 16.316l2.219 2.027C351.373 290.187 363.13 314.903 365 337c.099 8.954-1.885 15.784-7.875 22.5-18.264 17.062-47.486 23.719-71.125 28.5l-3.687.758c-29.241 4.896-59.413.406-87.313-8.758l-2.181-.71c-15.382-5.116-34.965-12.47-43.381-27.228-5.883-14.313.143-30.82 5.542-44.437C166.4 280.495 189.063 259.272 216 248c8.381-3.17 17.119-5.752 26-7l2.758-.406c22.959-2.584 45.351 3.17 65.242 14.406' fill='%23fff'/%3E%3Cpath d='M166.73 242.07c11.907 10.124 11.907 10.124 15.27 14.93-1.481 3.603-3.452 5.42-6.437 7.875C155.528 282.571 141.679 310.517 139 337a181 181 0 0 0 0 12c-37.556 6.24-79.194 1.53-111.73-19.79-5.38-3.983-9.117-7.75-11.27-14.21-1.65-21.089 6.571-41.47 20.125-57.516 2.25-2.538 4.55-5.015 6.875-7.484l1.64-1.871C50.116 242.143 57.078 238.094 64 234l2.906-1.73c31.298-17.1 72.327-12.495 99.824 9.8m294.32.414C478.357 257.246 492.314 277.057 496 300c1.134 16.602 1.134 16.602-4 23-18.164 20.828-56.11 27.025-82.1 28.875L408 352l-2.734.184c-10.638.311-21.811-1.312-32.266-3.184l.105-2.062c.875-31.334-14.942-58.954-35.527-81.344-2.402-2.417-4.87-4.53-7.578-6.594 4.614-13.249 21.025-22.19 33.074-28.21 32.116-15.163 70.204-10.109 97.977 11.694' fill='%23ffffff'/%3E%3Cpath d='M288 132c9.936 8.11 16.167 18.444 19 31 .292 3.276.334 6.525.313 9.813l-.018 2.697c-.234 12.65-4.768 24.404-13.494 33.806C283.003 219.412 269.942 225.35 255 225c-14.406-1.13-27.18-6.119-37-17l-1.457-1.48c-10.124-10.79-12.143-24.372-11.852-38.56.603-13.257 7.442-25.108 17.02-34.112C240.885 118.37 268.004 117.003 288 132' fill='%23fff'/%3E%3Cpath d='M431 131c8.302 6.707 14.272 16.433 16 27 1.267 15.074-1.782 27.222-11.625 38.934-4.2 4.52-8.82 7.439-14.375 10.066l-1.965.938c-10.521 4.475-22.636 3.838-33.21-.13-12.495-5.826-20.536-14.268-25.637-27.058-3.64-11.496-3.161-23.534 2.136-34.488 1.454-2.514 3-4.892 4.676-7.262l1.336-1.93c15.13-19.678 43.812-19.55 62.664-6.07m-295.25-1.437c9.917 7.727 15.108 17.51 18 29.562 1.248 14.357-2.215 26.406-11.437 37.563-8.346 8.988-19.312 13.542-31.438 14.3-12.69.052-24.539-4.545-33.875-13.175-9.247-10.074-12.655-22.327-12.309-35.739.689-12.238 6.875-22.075 15.559-30.387 15.673-13.257 38.787-13.274 55.5-2.125' fill='%23ffffff'/%3E%3C/svg%3E");
}

.icon-map-pin {
  width: 30px;
  height: 30px;
}
.icon-map-pin::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(51,51,51,0.95)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(51,51,51,0.95)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}

.icon-ddown {
  width: 30px;
  height: 30px;
}
.icon-ddown::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='512' height='512'%3E%3Cpath d='M0 0 C70.62 0 141.24 0 214 0 C210.51710005 4.06338328 207.23174222 7.89323478 203.48208618 11.63816833 C202.63242279 12.48920639 201.7827594 13.34024445 200.90734863 14.21707153 C199.99384644 15.12697845 199.08034424 16.03688538 198.13916016 16.97436523 C197.15285096 17.96039184 196.16676293 18.94663971 195.18087769 19.93309021 C192.5223944 22.59185869 189.86085408 25.24754727 187.19872713 27.90266681 C184.41025453 30.68485956 181.62464098 33.46991197 178.8387146 36.25465393 C173.57102436 41.51924445 168.30079174 46.78128212 163.02962625 52.04239279 C157.0251978 58.03561775 151.02363146 64.03170534 145.02229619 70.02802742 C132.68469825 82.35519177 120.3435357 94.67878136 108 107 C104.5048724 105.50184141 102.24881825 103.49796789 99.57073975 100.81797791 C98.69016907 99.94160172 97.80959839 99.06522552 96.90234375 98.16229248 C95.93447341 97.18893912 94.96670332 96.21548606 93.99902344 95.24194336 C92.97423779 94.21823087 91.94901928 93.19495155 90.92340088 92.17207336 C88.14227067 89.3957877 85.3674259 86.61329698 82.59379864 83.82951808 C79.6929535 80.9198911 76.7868393 78.01553568 73.88140869 75.11048889 C69.00573828 70.23388222 64.13395568 65.35341888 59.26464844 60.47045898 C53.62731135 54.81737479 47.98474285 49.16955607 42.33916068 43.52470678 C36.91405966 38.100215 31.49181611 32.67287688 26.07117462 27.24392891 C23.76094155 24.93015674 21.44985341 22.61724357 19.13811493 20.30497551 C16.42056849 17.58642823 13.70557369 14.86535816 10.9925766 12.14227104 C9.99365952 11.14042126 8.99388249 10.1394281 7.99320984 9.13933182 C6.63360186 7.78021086 5.27735957 6.41772541 3.92132568 5.05503845 C3.1595892 4.29162612 2.39785271 3.52821379 1.61303329 2.74166775 C0 1 0 1 0 0 Z ' fill='%23000000' transform='translate(149,213)'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='512' height='512'%3E%3Cpath d='M0 0 C70.62 0 141.24 0 214 0 C210.51710005 4.06338328 207.23174222 7.89323478 203.48208618 11.63816833 C202.63242279 12.48920639 201.7827594 13.34024445 200.90734863 14.21707153 C199.99384644 15.12697845 199.08034424 16.03688538 198.13916016 16.97436523 C197.15285096 17.96039184 196.16676293 18.94663971 195.18087769 19.93309021 C192.5223944 22.59185869 189.86085408 25.24754727 187.19872713 27.90266681 C184.41025453 30.68485956 181.62464098 33.46991197 178.8387146 36.25465393 C173.57102436 41.51924445 168.30079174 46.78128212 163.02962625 52.04239279 C157.0251978 58.03561775 151.02363146 64.03170534 145.02229619 70.02802742 C132.68469825 82.35519177 120.3435357 94.67878136 108 107 C104.5048724 105.50184141 102.24881825 103.49796789 99.57073975 100.81797791 C98.69016907 99.94160172 97.80959839 99.06522552 96.90234375 98.16229248 C95.93447341 97.18893912 94.96670332 96.21548606 93.99902344 95.24194336 C92.97423779 94.21823087 91.94901928 93.19495155 90.92340088 92.17207336 C88.14227067 89.3957877 85.3674259 86.61329698 82.59379864 83.82951808 C79.6929535 80.9198911 76.7868393 78.01553568 73.88140869 75.11048889 C69.00573828 70.23388222 64.13395568 65.35341888 59.26464844 60.47045898 C53.62731135 54.81737479 47.98474285 49.16955607 42.33916068 43.52470678 C36.91405966 38.100215 31.49181611 32.67287688 26.07117462 27.24392891 C23.76094155 24.93015674 21.44985341 22.61724357 19.13811493 20.30497551 C16.42056849 17.58642823 13.70557369 14.86535816 10.9925766 12.14227104 C9.99365952 11.14042126 8.99388249 10.1394281 7.99320984 9.13933182 C6.63360186 7.78021086 5.27735957 6.41772541 3.92132568 5.05503845 C3.1595892 4.29162612 2.39785271 3.52821379 1.61303329 2.74166775 C0 1 0 1 0 0 Z ' fill='%23000000' transform='translate(149,213)'/%3E%3C/svg%3E");
}

.icon-match {
  width: 30px;
  height: 30px;
}
.icon-match::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M100.156-.508q2.107-.007 4.213-.019c3.83-.016 7.66-.008 11.491.004 4.142.01 8.284-.005 12.426-.016 8.103-.018 16.205-.014 24.308-.002q9.882.013 19.763.006l2.846-.002 5.723-.004c17.872-.011 35.744.002 53.617.023q22.984.026 45.968-.003a28240 28240 0 0 1 59.132-.014l2.833.002q9.866.003 19.73-.012 12.03-.018 24.058.013c4.088.01 8.177.015 12.265.001q5.622-.017 11.244.016c1.986.007 3.973-.006 5.96-.02 13.271.115 25.222 4.656 35.017 13.785 11.53 12.37 13.85 26.268 13.758 42.506q.006 2.693.019 5.386c.016 4.912.008 9.823-.004 14.735-.01 5.306.005 10.61.016 15.916.018 10.386.014 20.77.002 31.156q-.013 12.663-.006 25.327l.002 3.643.004 7.328c.011 22.896-.002 45.793-.023 68.69q-.025 29.454.003 58.91a46342 46342 0 0 1 .014 75.744l-.002 3.628q-.003 12.645.012 25.288.018 15.415-.013 30.83c-.01 5.24-.015 10.481-.001 15.722q.017 7.203-.016 14.406a635 635 0 0 0 .007 5.199c.082 15.726-2.851 28.966-13.846 40.848-9.964 9.463-21.506 14.279-35.303 14.381-9.136-.375-17.169-3.144-25.701-6.135a2847 2847 0 0 0-4.746-1.623q-4.965-1.697-9.926-3.413c-4.851-1.675-9.713-3.32-14.58-4.953l-2.382-.8-4.771-1.602a7626 7626 0 0 1-12.093-4.078l-4.865-1.643-2.435-.823q-4.875-1.647-9.75-3.29l-7.297-2.464q-4.795-1.62-9.591-3.233c-7.252-2.444-14.493-4.913-21.705-7.475-3.227-1.146-6.457-2.282-9.687-3.418a641 641 0 0 1-4.56-1.634 627 627 0 0 0-6.295-2.239l-3.591-1.288c-5.996-1.38-11.084.279-16.784 2.22l-3.728 1.26-4.003 1.375-4.209 1.428a4946 4946 0 0 0-11.227 3.83q-5.83 1.989-11.664 3.97-12.417 4.224-24.828 8.467l-8.589 2.934q-5.487 1.874-10.973 3.75a3970 3970 0 0 1-9.686 3.298l-6.916 2.348a856 856 0 0 0-14.104 4.965c-39.949 14.388-39.949 14.388-57.304 6.635L75 508l-2.633-1.355C60.792 500.2 52.65 490.093 48.91 477.259c-.962-4.033-1.163-7.85-1.167-12.006l-.01-2.244c-.01-2.47-.005-4.94 0-7.411l-.014-5.38c-.012-4.92-.012-9.841-.01-14.761 0-5.31-.01-10.62-.02-15.93q-.023-15.599-.023-31.197-.002-12.68-.012-25.36-.026-35.954-.025-71.906v-7.835c.001-20.966-.018-41.933-.046-62.899q-.043-32.295-.04-64.591c0-12.087-.006-24.174-.027-36.26q-.029-15.435-.009-30.87c.006-5.25.007-10.498-.01-15.747q-.024-7.213.004-14.425.005-2.604-.012-5.208c-.092-15.295 3.019-28.453 13.761-39.979C72.396 2.862 85.26-.612 100.156-.508M231 128c-5.557 7.691-9.501 16.695-13.716 25.17a1972 1972 0 0 1-3.534 7.057l-2.242 4.492-1.07 2.127c-1.82 3.412-1.82 3.412-2.438 7.154l-2.24.137c-8.634.591-17.158 1.612-25.718 2.855a845 845 0 0 1-6.712.928c-11.496 1.62-22.553 3.72-30.33 13.08-5.08 8.346-8.605 16.567-6.469 26.46 2.822 10.213 8.82 16.191 16.508 23.118 2.646 2.402 5.242 4.855 7.838 7.31q2.056 1.92 4.158 3.79c11.222 10.01 11.222 10.01 12.411 15.312.159 4.183-.769 8.045-1.91 12.045-.851 3.119-1.31 6.295-1.825 9.485q-.998 5.496-2.031 10.986c-2.4 13.303-2.885 23.539 4.508 35.244 4.601 6.026 11.925 10.138 19.25 11.805 17.699 2.212 34.446-9.717 49.167-18.188l2.056-1.16a385 385 0 0 0 5.28-3.074c3.952-1.464 5.187-.672 9.059.867a216 216 0 0 1 7.086 3.555l2.002 1.039a2340 2340 0 0 1 6.287 3.281 7915 7915 0 0 0 8.273 4.305l1.988 1.034C301.98 346.366 301.98 346.366 319 346c11.479-4.37 17.242-10.972 22.375-21.938 2.37-11.612-.828-23.5-2.937-34.937q-1.017-5.524-2.004-11.055l-.48-2.535c-1.43-8.002-1.43-8.002.046-11.535 1.905-2.413 4.057-4.522 6.266-6.656l1.91-1.893c2.015-1.994 4.044-3.972 6.074-5.951q2.026-1.996 4.05-3.996 3.735-3.685 7.486-7.354l1.654-1.621q2.191-2.147 4.388-4.289c2.236-2.306 3.535-4.357 4.922-7.24l1.234-2.5c3.38-8.317 2.314-16.36-.984-24.5-4.51-8.74-10.533-13.888-19.726-17.277-3.79-1.205-7.63-1.768-11.56-2.328l-2.605-.391q-2.707-.403-5.418-.794c-2.75-.397-5.5-.81-8.248-1.224l-5.29-.779-2.466-.37c-4.616-.657-9.025-.957-13.687-.837l-.755-2.487c-1.444-4.076-3.246-7.859-5.167-11.728l-1.159-2.345q-1.212-2.445-2.43-4.889a1326 1326 0 0 1-3.66-7.432q-1.187-2.386-2.376-4.771l-1.08-2.22c-5.165-10.242-12.18-16.302-22.873-20.503-12.916-2.306-24.1 1.08-33.5 10.375' fill='%23ffc106'/%3E%3Cpath d='M255 147h2l.788 1.623a3300 3300 0 0 0 8.227 16.791q1.536 3.125 3.058 6.26a1393 1393 0 0 0 4.43 9.017l1.35 2.807c4.296 8.598 9.869 15.285 19.147 18.502 11.386 2.94 23.026 4.358 34.665 5.878 2.326.305 4.65.621 6.976.938l2.155.272c4.978.686 4.978.686 7.204 2.912a5818 5818 0 0 1-8.96 9.015l-3.037 3.058c-5.293 5.337-10.587 10.613-16.34 15.462-6.65 5.857-12.2 13.623-12.814 22.7-.017 6 .594 11.64 1.682 17.535l.471 2.678c.491 2.79.994 5.577 1.498 8.365q.755 4.207 1.498 8.417.46 2.606.935 5.209c.694 3.902 1.264 7.578 1.067 11.561q-3.159-1.557-6.312-3.125l-2.082-1.034a789 789 0 0 1-14.434-7.42l-3.612-1.893a1533 1533 0 0 1-7.153-3.778c-9.093-4.77-18.245-9.284-28.692-6.04-6.6 2.724-12.976 5.805-19.34 9.04l-6.32 3.188-3.103 1.57a2729 2729 0 0 1-12.452 6.242l-3.844 1.922L201 316c.65-10.464 2.61-20.676 4.491-30.972 3.73-18.726 3.73-18.726-2.003-36.415-4.733-6.265-10.226-11.702-16.18-16.797-4.467-3.894-8.644-8.04-12.808-12.254l-2.203-2.216q-2.652-2.67-5.297-5.346c3.048-3.048 6.843-2.855 10.96-3.367l5.56-.746q4.37-.571 8.74-1.132c22.123-2.287 22.123-2.287 39.74-14.755 2.286-3.402 4.1-6.935 5.875-10.625l1.499-2.992a841 841 0 0 0 3.072-6.213 973 973 0 0 1 4.765-9.565A2654 2654 0 0 0 255 147' fill='%23ffc106'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M100.156-.508q2.107-.007 4.213-.019c3.83-.016 7.66-.008 11.491.004 4.142.01 8.284-.005 12.426-.016 8.103-.018 16.205-.014 24.308-.002q9.882.013 19.763.006l2.846-.002 5.723-.004c17.872-.011 35.744.002 53.617.023q22.984.026 45.968-.003a28240 28240 0 0 1 59.132-.014l2.833.002q9.866.003 19.73-.012 12.03-.018 24.058.013c4.088.01 8.177.015 12.265.001q5.622-.017 11.244.016c1.986.007 3.973-.006 5.96-.02 13.271.115 25.222 4.656 35.017 13.785 11.53 12.37 13.85 26.268 13.758 42.506q.006 2.693.019 5.386c.016 4.912.008 9.823-.004 14.735-.01 5.306.005 10.61.016 15.916.018 10.386.014 20.77.002 31.156q-.013 12.663-.006 25.327l.002 3.643.004 7.328c.011 22.896-.002 45.793-.023 68.69q-.025 29.454.003 58.91a46342 46342 0 0 1 .014 75.744l-.002 3.628q-.003 12.645.012 25.288.018 15.415-.013 30.83c-.01 5.24-.015 10.481-.001 15.722q.017 7.203-.016 14.406a635 635 0 0 0 .007 5.199c.082 15.726-2.851 28.966-13.846 40.848-9.964 9.463-21.506 14.279-35.303 14.381-9.136-.375-17.169-3.144-25.701-6.135a2847 2847 0 0 0-4.746-1.623q-4.965-1.697-9.926-3.413c-4.851-1.675-9.713-3.32-14.58-4.953l-2.382-.8-4.771-1.602a7626 7626 0 0 1-12.093-4.078l-4.865-1.643-2.435-.823q-4.875-1.647-9.75-3.29l-7.297-2.464q-4.795-1.62-9.591-3.233c-7.252-2.444-14.493-4.913-21.705-7.475-3.227-1.146-6.457-2.282-9.687-3.418a641 641 0 0 1-4.56-1.634 627 627 0 0 0-6.295-2.239l-3.591-1.288c-5.996-1.38-11.084.279-16.784 2.22l-3.728 1.26-4.003 1.375-4.209 1.428a4946 4946 0 0 0-11.227 3.83q-5.83 1.989-11.664 3.97-12.417 4.224-24.828 8.467l-8.589 2.934q-5.487 1.874-10.973 3.75a3970 3970 0 0 1-9.686 3.298l-6.916 2.348a856 856 0 0 0-14.104 4.965c-39.949 14.388-39.949 14.388-57.304 6.635L75 508l-2.633-1.355C60.792 500.2 52.65 490.093 48.91 477.259c-.962-4.033-1.163-7.85-1.167-12.006l-.01-2.244c-.01-2.47-.005-4.94 0-7.411l-.014-5.38c-.012-4.92-.012-9.841-.01-14.761 0-5.31-.01-10.62-.02-15.93q-.023-15.599-.023-31.197-.002-12.68-.012-25.36-.026-35.954-.025-71.906v-7.835c.001-20.966-.018-41.933-.046-62.899q-.043-32.295-.04-64.591c0-12.087-.006-24.174-.027-36.26q-.029-15.435-.009-30.87c.006-5.25.007-10.498-.01-15.747q-.024-7.213.004-14.425.005-2.604-.012-5.208c-.092-15.295 3.019-28.453 13.761-39.979C72.396 2.862 85.26-.612 100.156-.508M231 128c-5.557 7.691-9.501 16.695-13.716 25.17a1972 1972 0 0 1-3.534 7.057l-2.242 4.492-1.07 2.127c-1.82 3.412-1.82 3.412-2.438 7.154l-2.24.137c-8.634.591-17.158 1.612-25.718 2.855a845 845 0 0 1-6.712.928c-11.496 1.62-22.553 3.72-30.33 13.08-5.08 8.346-8.605 16.567-6.469 26.46 2.822 10.213 8.82 16.191 16.508 23.118 2.646 2.402 5.242 4.855 7.838 7.31q2.056 1.92 4.158 3.79c11.222 10.01 11.222 10.01 12.411 15.312.159 4.183-.769 8.045-1.91 12.045-.851 3.119-1.31 6.295-1.825 9.485q-.998 5.496-2.031 10.986c-2.4 13.303-2.885 23.539 4.508 35.244 4.601 6.026 11.925 10.138 19.25 11.805 17.699 2.212 34.446-9.717 49.167-18.188l2.056-1.16a385 385 0 0 0 5.28-3.074c3.952-1.464 5.187-.672 9.059.867a216 216 0 0 1 7.086 3.555l2.002 1.039a2340 2340 0 0 1 6.287 3.281 7915 7915 0 0 0 8.273 4.305l1.988 1.034C301.98 346.366 301.98 346.366 319 346c11.479-4.37 17.242-10.972 22.375-21.938 2.37-11.612-.828-23.5-2.937-34.937q-1.017-5.524-2.004-11.055l-.48-2.535c-1.43-8.002-1.43-8.002.046-11.535 1.905-2.413 4.057-4.522 6.266-6.656l1.91-1.893c2.015-1.994 4.044-3.972 6.074-5.951q2.026-1.996 4.05-3.996 3.735-3.685 7.486-7.354l1.654-1.621q2.191-2.147 4.388-4.289c2.236-2.306 3.535-4.357 4.922-7.24l1.234-2.5c3.38-8.317 2.314-16.36-.984-24.5-4.51-8.74-10.533-13.888-19.726-17.277-3.79-1.205-7.63-1.768-11.56-2.328l-2.605-.391q-2.707-.403-5.418-.794c-2.75-.397-5.5-.81-8.248-1.224l-5.29-.779-2.466-.37c-4.616-.657-9.025-.957-13.687-.837l-.755-2.487c-1.444-4.076-3.246-7.859-5.167-11.728l-1.159-2.345q-1.212-2.445-2.43-4.889a1326 1326 0 0 1-3.66-7.432q-1.187-2.386-2.376-4.771l-1.08-2.22c-5.165-10.242-12.18-16.302-22.873-20.503-12.916-2.306-24.1 1.08-33.5 10.375' fill='%23ffc106'/%3E%3Cpath d='M255 147h2l.788 1.623a3300 3300 0 0 0 8.227 16.791q1.536 3.125 3.058 6.26a1393 1393 0 0 0 4.43 9.017l1.35 2.807c4.296 8.598 9.869 15.285 19.147 18.502 11.386 2.94 23.026 4.358 34.665 5.878 2.326.305 4.65.621 6.976.938l2.155.272c4.978.686 4.978.686 7.204 2.912a5818 5818 0 0 1-8.96 9.015l-3.037 3.058c-5.293 5.337-10.587 10.613-16.34 15.462-6.65 5.857-12.2 13.623-12.814 22.7-.017 6 .594 11.64 1.682 17.535l.471 2.678c.491 2.79.994 5.577 1.498 8.365q.755 4.207 1.498 8.417.46 2.606.935 5.209c.694 3.902 1.264 7.578 1.067 11.561q-3.159-1.557-6.312-3.125l-2.082-1.034a789 789 0 0 1-14.434-7.42l-3.612-1.893a1533 1533 0 0 1-7.153-3.778c-9.093-4.77-18.245-9.284-28.692-6.04-6.6 2.724-12.976 5.805-19.34 9.04l-6.32 3.188-3.103 1.57a2729 2729 0 0 1-12.452 6.242l-3.844 1.922L201 316c.65-10.464 2.61-20.676 4.491-30.972 3.73-18.726 3.73-18.726-2.003-36.415-4.733-6.265-10.226-11.702-16.18-16.797-4.467-3.894-8.644-8.04-12.808-12.254l-2.203-2.216q-2.652-2.67-5.297-5.346c3.048-3.048 6.843-2.855 10.96-3.367l5.56-.746q4.37-.571 8.74-1.132c22.123-2.287 22.123-2.287 39.74-14.755 2.286-3.402 4.1-6.935 5.875-10.625l1.499-2.992a841 841 0 0 0 3.072-6.213 973 973 0 0 1 4.765-9.565A2654 2654 0 0 0 255 147' fill='%23ffc106'/%3E%3C/svg%3E");
}

.icon-read {
  width: 30px;
  height: 30px;
}
.icon-read::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M349.277 131.477c5.906 4.817 9.932 10.807 10.723 18.523.704 9.15-2.234 15.798-7.98 22.742a156 156 0 0 1-14.663 14.397c-4.373 3.82-8.484 7.86-12.574 11.98l-2.358 2.363q-2.516 2.52-5.027 5.045a7501 7501 0 0 1-7.973 7.997A29873 29873 0 0 0 292.5 231.5q-9.809 9.845-19.626 19.682-3.914 3.925-7.823 7.855l-4.834 4.844-2.17 2.185c-3.889 3.89-7.885 7.568-12.048 11.16-3.55 3.15-6.873 6.526-10.216 9.893l-2.358 2.363q-2.516 2.52-5.027 5.045a7501 7501 0 0 1-7.973 7.997A29873 29873 0 0 0 203.5 319.5q-9.809 9.845-19.626 19.682-3.914 3.925-7.823 7.855l-4.834 4.844-2.17 2.185a207 207 0 0 1-12.248 11.336c-2.464 2.19-4.676 4.581-6.922 6.99-5.929 6.3-11.038 11.111-19.877 12.608l-2.07.352c-6.528.502-13.528-1.688-18.651-5.7-4.588-4.053-8.796-8.486-13.029-12.902a2258 2258 0 0 0-3.863-3.934c-5.39-5.497-10.67-11.044-15.673-16.897-3.868-4.33-8.08-8.344-12.214-12.419-5.42-5.344-10.734-10.68-15.686-16.463-3.74-4.2-7.809-8.091-11.814-12.037-5.303-5.224-10.473-10.456-15.315-16.11-2.33-2.614-4.847-5.004-7.382-7.417-8.758-8.393-14.393-14.5-14.865-27.098.367-9.131 2.384-13.564 9-19.75 5.353-4.674 9.652-5.937 16.75-6.062l3.73-.122c9.2.674 15.743 6.552 21.52 13.184q2.053 2.272 4.117 4.535l2.167 2.387c4.745 5.11 9.75 9.966 14.72 14.856 3.443 3.407 6.808 6.82 9.96 10.5 4.42 5.141 9.273 9.84 14.098 14.597 5.481 5.404 10.866 10.799 15.874 16.646 2.713 3.093 5.634 5.968 8.564 8.854l1.783 1.77q2.136 2.117 4.279 4.23c7.769-6.326 14.64-13.577 21.673-20.693q2.55-2.576 5.104-5.147l1.532-1.557a142 142 0 0 1 8.394-7.806c4.258-3.712 8.26-7.633 12.238-11.64l2.27-2.275q2.42-2.426 4.836-4.853a6936 6936 0 0 1 7.67-7.695Q197.862 250.17 206 242q9.437-9.473 18.882-18.938 3.765-3.776 7.524-7.556l4.653-4.662 2.085-2.1c3.854-3.856 7.824-7.498 11.95-11.06 2.946-2.603 5.7-5.379 8.455-8.183l1.821-1.84q1.935-1.957 3.868-3.916a2980 2980 0 0 1 6.147-6.206 7651 7651 0 0 0 17.459-17.63 3365 3365 0 0 1 10.726-10.82 1050 1050 0 0 0 4.056-4.107c12.573-12.8 27.378-25.353 45.651-13.505M502 133c4.502 3.888 8.104 8.313 10 14 .603 8.331 1.07 15.976-4 23l-1.75 2.563c-1.888 2.045-3.766 3.78-5.877 5.582-4.385 3.814-8.497 7.852-12.59 11.974l-2.358 2.363q-2.516 2.52-5.027 5.045a7501 7501 0 0 1-7.973 7.997A29873 29873 0 0 0 455.5 222.5q-9.809 9.845-19.626 19.682-3.914 3.925-7.823 7.855l-4.834 4.844-2.17 2.185c-3.889 3.89-7.885 7.568-12.048 11.16-3.55 3.15-6.873 6.526-10.216 9.893l-2.358 2.363q-2.516 2.52-5.027 5.045a7501 7501 0 0 1-7.973 7.997A29873 29873 0 0 0 366.5 310.5q-9.809 9.845-19.626 19.682-3.914 3.924-7.823 7.855l-4.834 4.844-2.17 2.185a217 217 0 0 1-12.312 11.42c-2.481 2.166-4.762 4.5-7.048 6.87l-2.82 2.884a824 824 0 0 0-4.304 4.443c-7.785 8.09-14.2 13.48-25.688 14.63-12.829-1.035-19.69-8.19-28.125-17a1844 1844 0 0 0-3.43-3.475c-19.147-19.49-19.147-19.49-19.757-31.713.24-7.412 3.079-14.915 8.437-20.125 8.086-5.864 15.003-6.992 25-6 7.62 2.28 12.81 7.158 18 13 7.552-6.165 14.258-13.194 21.1-20.12q2.446-2.472 4.896-4.939l1.466-1.49a139 139 0 0 1 8.218-7.63c4.363-3.805 8.46-7.833 12.537-11.94l2.358-2.363q2.516-2.52 5.027-5.045 3.983-4.002 7.973-7.997 8.466-8.485 16.925-16.976 9.809-9.845 19.626-19.682 3.914-3.925 7.823-7.855l4.834-4.844 2.17-2.185a225 225 0 0 1 12.168-11.277c2.84-2.504 5.49-5.175 8.136-7.88l1.729-1.752q1.835-1.86 3.666-3.724c2.61-2.652 5.23-5.295 7.848-7.938 4.858-4.904 9.713-9.811 14.55-14.736q5.075-5.162 10.182-10.294a761 761 0 0 0 3.843-3.907C469.51 132.706 484.49 121.326 502 133'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M349.277 131.477c5.906 4.817 9.932 10.807 10.723 18.523.704 9.15-2.234 15.798-7.98 22.742a156 156 0 0 1-14.663 14.397c-4.373 3.82-8.484 7.86-12.574 11.98l-2.358 2.363q-2.516 2.52-5.027 5.045a7501 7501 0 0 1-7.973 7.997A29873 29873 0 0 0 292.5 231.5q-9.809 9.845-19.626 19.682-3.914 3.925-7.823 7.855l-4.834 4.844-2.17 2.185c-3.889 3.89-7.885 7.568-12.048 11.16-3.55 3.15-6.873 6.526-10.216 9.893l-2.358 2.363q-2.516 2.52-5.027 5.045a7501 7501 0 0 1-7.973 7.997A29873 29873 0 0 0 203.5 319.5q-9.809 9.845-19.626 19.682-3.914 3.925-7.823 7.855l-4.834 4.844-2.17 2.185a207 207 0 0 1-12.248 11.336c-2.464 2.19-4.676 4.581-6.922 6.99-5.929 6.3-11.038 11.111-19.877 12.608l-2.07.352c-6.528.502-13.528-1.688-18.651-5.7-4.588-4.053-8.796-8.486-13.029-12.902a2258 2258 0 0 0-3.863-3.934c-5.39-5.497-10.67-11.044-15.673-16.897-3.868-4.33-8.08-8.344-12.214-12.419-5.42-5.344-10.734-10.68-15.686-16.463-3.74-4.2-7.809-8.091-11.814-12.037-5.303-5.224-10.473-10.456-15.315-16.11-2.33-2.614-4.847-5.004-7.382-7.417-8.758-8.393-14.393-14.5-14.865-27.098.367-9.131 2.384-13.564 9-19.75 5.353-4.674 9.652-5.937 16.75-6.062l3.73-.122c9.2.674 15.743 6.552 21.52 13.184q2.053 2.272 4.117 4.535l2.167 2.387c4.745 5.11 9.75 9.966 14.72 14.856 3.443 3.407 6.808 6.82 9.96 10.5 4.42 5.141 9.273 9.84 14.098 14.597 5.481 5.404 10.866 10.799 15.874 16.646 2.713 3.093 5.634 5.968 8.564 8.854l1.783 1.77q2.136 2.117 4.279 4.23c7.769-6.326 14.64-13.577 21.673-20.693q2.55-2.576 5.104-5.147l1.532-1.557a142 142 0 0 1 8.394-7.806c4.258-3.712 8.26-7.633 12.238-11.64l2.27-2.275q2.42-2.426 4.836-4.853a6936 6936 0 0 1 7.67-7.695Q197.862 250.17 206 242q9.437-9.473 18.882-18.938 3.765-3.776 7.524-7.556l4.653-4.662 2.085-2.1c3.854-3.856 7.824-7.498 11.95-11.06 2.946-2.603 5.7-5.379 8.455-8.183l1.821-1.84q1.935-1.957 3.868-3.916a2980 2980 0 0 1 6.147-6.206 7651 7651 0 0 0 17.459-17.63 3365 3365 0 0 1 10.726-10.82 1050 1050 0 0 0 4.056-4.107c12.573-12.8 27.378-25.353 45.651-13.505M502 133c4.502 3.888 8.104 8.313 10 14 .603 8.331 1.07 15.976-4 23l-1.75 2.563c-1.888 2.045-3.766 3.78-5.877 5.582-4.385 3.814-8.497 7.852-12.59 11.974l-2.358 2.363q-2.516 2.52-5.027 5.045a7501 7501 0 0 1-7.973 7.997A29873 29873 0 0 0 455.5 222.5q-9.809 9.845-19.626 19.682-3.914 3.925-7.823 7.855l-4.834 4.844-2.17 2.185c-3.889 3.89-7.885 7.568-12.048 11.16-3.55 3.15-6.873 6.526-10.216 9.893l-2.358 2.363q-2.516 2.52-5.027 5.045a7501 7501 0 0 1-7.973 7.997A29873 29873 0 0 0 366.5 310.5q-9.809 9.845-19.626 19.682-3.914 3.924-7.823 7.855l-4.834 4.844-2.17 2.185a217 217 0 0 1-12.312 11.42c-2.481 2.166-4.762 4.5-7.048 6.87l-2.82 2.884a824 824 0 0 0-4.304 4.443c-7.785 8.09-14.2 13.48-25.688 14.63-12.829-1.035-19.69-8.19-28.125-17a1844 1844 0 0 0-3.43-3.475c-19.147-19.49-19.147-19.49-19.757-31.713.24-7.412 3.079-14.915 8.437-20.125 8.086-5.864 15.003-6.992 25-6 7.62 2.28 12.81 7.158 18 13 7.552-6.165 14.258-13.194 21.1-20.12q2.446-2.472 4.896-4.939l1.466-1.49a139 139 0 0 1 8.218-7.63c4.363-3.805 8.46-7.833 12.537-11.94l2.358-2.363q2.516-2.52 5.027-5.045 3.983-4.002 7.973-7.997 8.466-8.485 16.925-16.976 9.809-9.845 19.626-19.682 3.914-3.925 7.823-7.855l4.834-4.844 2.17-2.185a225 225 0 0 1 12.168-11.277c2.84-2.504 5.49-5.175 8.136-7.88l1.729-1.752q1.835-1.86 3.666-3.724c2.61-2.652 5.23-5.295 7.848-7.938 4.858-4.904 9.713-9.811 14.55-14.736q5.075-5.162 10.182-10.294a761 761 0 0 0 3.843-3.907C469.51 132.706 484.49 121.326 502 133'/%3E%3C/svg%3E");
}

.icon-user-check {
  width: 30px;
  height: 30px;
}
.icon-user-check::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(51,51,51,0.95)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpolyline points='16 11 18 13 22 9'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(51,51,51,0.95)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpolyline points='16 11 18 13 22 9'/%3E%3C/svg%3E");
}

.icon-folder-open {
  width: 30px;
  height: 30px;
}
.icon-folder-open::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(51,51,51,0.95)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(51,51,51,0.95)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z'/%3E%3C/svg%3E");
}

.icon-phone {
  width: 30px;
  height: 30px;
}
.icon-phone::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(51,51,51,0.95)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(51,51,51,0.95)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
}

.icon-check-circle {
  width: 30px;
  height: 30px;
}
.icon-check-circle::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(51,51,51,0.95)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 11.08V12a10 10 0 1 1-5.93-9.14'/%3E%3Cpolyline points='22 4 12 14.01 9 11.01'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(51,51,51,0.95)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 11.08V12a10 10 0 1 1-5.93-9.14'/%3E%3Cpolyline points='22 4 12 14.01 9 11.01'/%3E%3C/svg%3E");
}

.icon-send {
  width: 30px;
  height: 30px;
}
.icon-send::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(51,51,51,0.95)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='22' y1='2' x2='11' y2='13'/%3E%3Cpolygon points='22 2 15 22 11 13 2 9 22 2'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(51,51,51,0.95)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='22' y1='2' x2='11' y2='13'/%3E%3Cpolygon points='22 2 15 22 11 13 2 9 22 2'/%3E%3C/svg%3E");
}

.icon-zap {
  width: 30px;
  height: 30px;
}
.icon-zap::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(51,51,51,0.95)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='13 2 3 14 12 14 11 22 21 10 12 10 13 2'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(51,51,51,0.95)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='13 2 3 14 12 14 11 22 21 10 12 10 13 2'/%3E%3C/svg%3E");
}

.icon-mail {
  width: 30px;
  height: 30px;
}
.icon-mail::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(51,51,51,0.95)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'/%3E%3Cpolyline points='22,6 12,13 2,6'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(51,51,51,0.95)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'/%3E%3Cpolyline points='22,6 12,13 2,6'/%3E%3C/svg%3E");
}

.icon-file-plus {
  width: 30px;
  height: 30px;
}
.icon-file-plus::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(51,51,51,0.95)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpolyline points='14 2 14 8 20 8'/%3E%3Cline x1='12' y1='18' x2='12' y2='12'/%3E%3Cline x1='9' y1='15' x2='15' y2='15'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(51,51,51,0.95)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpolyline points='14 2 14 8 20 8'/%3E%3Cline x1='12' y1='18' x2='12' y2='12'/%3E%3Cline x1='9' y1='15' x2='15' y2='15'/%3E%3C/svg%3E");
}

.icon-clock {
  width: 30px;
  height: 30px;
}
.icon-clock::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(51,51,51,0.95)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpolyline points='12 6 12 12 16 14'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(51,51,51,0.95)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpolyline points='12 6 12 12 16 14'/%3E%3C/svg%3E");
}

.icon-map-pin {
  width: 30px;
  height: 30px;
}
.icon-map-pin::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(51,51,51,0.95)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(51,51,51,0.95)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}

.icon-calendar-check {
  width: 30px;
  height: 30px;
}
.icon-calendar-check::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(51,51,51,0.95)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3Cpolyline points='9 16 11 18 15 14'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(51,51,51,0.95)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3Cpolyline points='9 16 11 18 15 14'/%3E%3C/svg%3E");
}

.icon-award {
  width: 30px;
  height: 30px;
}
.icon-award::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(51,51,51,0.95)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='7'/%3E%3Cpolyline points='8.21 13.89 7 23 12 20 17 23 15.79 13.88'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(51,51,51,0.95)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='7'/%3E%3Cpolyline points='8.21 13.89 7 23 12 20 17 23 15.79 13.88'/%3E%3C/svg%3E");
}

.icon-bg-chevron-right {
  width: 30px;
  height: 30px;
}
.icon-bg-chevron-right::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10'%3E%3Cpath fill='rgba(51,51,51,0.95)' d='M6 5a1 1 0 0 1-.293.707l-4 4A1 1 0 1 1 .293 8.293L3.586 5 .293 1.707A1 1 0 1 1 1.707.293l4 4A1 1 0 0 1 6 5Z'/%3E%3C/svg%3E");
}

.icon-bg-chevron-left {
  width: 30px;
  height: 30px;
}
.icon-bg-chevron-left::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10'%3E%3Cpath fill='rgba(51,51,51,0.95)' d='M6 5a1 1 0 0 1-.293.707l-4 4A1 1 0 1 1 .293 8.293L3.586 5 .293 1.707A1 1 0 1 1 1.707.293l4 4A1 1 0 0 1 6 5Z'/%3E%3C/svg%3E");
}

.icon-bg-chevron-down {
  width: 30px;
  height: 30px;
}
.icon-bg-chevron-down::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M9.75 4.125 6 7.875l-3.75-3.75' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h12v12H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.icon-bg-img {
  width: 30px;
  height: 30px;
}
.icon-bg-img::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='512' height='512'%3E%3Cpath d='M0 0 C1.41702674 -0.00489804 2.83404949 -0.01109204 4.25106555 -0.01845789 C8.11752519 -0.03476523 11.98377969 -0.0325584 15.85026157 -0.02708292 C20.03107915 -0.02440125 24.21184344 -0.03896587 28.39263916 -0.05117798 C36.57341634 -0.07218722 44.75412258 -0.07677539 52.93492355 -0.07499009 C59.58880433 -0.07368004 66.24266306 -0.07749899 72.89653969 -0.08491516 C74.81665335 -0.08701447 76.73676701 -0.08911207 78.65688068 -0.09120798 C79.61272769 -0.09225151 80.56857471 -0.09329504 81.55338679 -0.09437019 C99.61386988 -0.11325483 117.67431233 -0.11222798 135.73480121 -0.10540086 C152.2323988 -0.09982832 168.72984096 -0.12064169 185.22740223 -0.15376133 C202.19158725 -0.18755174 219.15569793 -0.2026599 236.11991721 -0.1980443 C245.63414747 -0.19580481 255.14823414 -0.20096622 264.66243553 -0.22593689 C272.76380379 -0.24701939 280.86494973 -0.25047354 288.96632733 -0.2316373 C293.09400295 -0.22252159 297.22126486 -0.22120717 301.34890747 -0.24199295 C326.24029902 -0.35900498 345.3521845 1.16390474 364.44013977 19.01159668 C377.81389826 32.95688331 382.19388457 49.05464316 382.1197052 67.88395691 C382.12460184 69.43297685 382.1307952 70.98199314 382.13816309 72.5310033 C382.1544881 76.76230794 382.15225992 80.99342536 382.14678812 85.2247504 C382.14410867 89.79820759 382.15866694 94.37161591 382.17088318 98.9450531 C382.19190159 107.89585989 382.19648006 116.84660186 382.19469529 125.79743042 C382.19338573 133.07678728 382.19720174 140.35612399 382.20462036 147.63547707 C382.20671965 149.73533418 382.20881725 151.83519129 382.21091318 153.9350484 C382.21247847 155.50298748 382.21247847 155.50298748 382.21407539 157.1026021 C382.23296367 176.85700815 382.23193204 196.61137704 382.22510606 216.36578838 C382.21953306 234.41534681 382.24034823 252.4647632 382.27346653 270.51428845 C382.30724712 289.06952978 382.32236632 307.62470316 382.3177495 326.17997581 C382.31550905 336.58846279 382.32068567 346.99681853 382.34564209 357.40527916 C382.36671182 366.2678756 382.3701912 375.13026886 382.3513425 383.99287381 C382.34221912 388.50938779 382.34093658 393.02552351 382.36169815 397.54200745 C382.38054012 401.68697285 382.37575869 405.83125371 382.35315233 409.97619412 C382.3489996 411.46537408 382.35305283 412.9546079 382.36674827 414.44373067 C382.53167174 433.70779966 376.30713368 448.99300738 363.10810852 463.10925293 C349.58013681 476.08279957 333.79759409 480.86716134 315.43040466 480.78208923 C314.01124047 480.78626977 312.59207961 480.79175121 311.17292488 480.79840904 C307.30066674 480.81278813 303.42862281 480.80864272 299.55635333 480.80124223 C295.36946317 480.79649407 291.18261825 480.80903493 286.9957428 480.81925964 C278.80393515 480.83642083 270.6122043 480.83729322 262.42038335 480.83204674 C255.75932659 480.82799878 249.09829247 480.82945603 242.43723679 480.834795 C241.48775631 480.83554342 240.53827583 480.83629184 239.56002321 480.83706294 C237.63090659 480.83859448 235.70178997 480.84013283 233.77267335 480.84167791 C215.69797122 480.85539328 197.62331241 480.84997206 179.54861127 480.8384927 C163.02960822 480.82856152 146.51071719 480.84150071 129.99173142 480.86542689 C113.01061241 480.88983623 96.02954554 480.89942124 79.04840934 480.89277416 C69.52256186 480.889286 59.99680051 480.89148739 50.47096634 480.90902519 C42.36184789 480.92377012 34.25287622 480.92435272 26.14376058 480.90695428 C22.01043782 480.89846071 17.87737702 480.89625426 13.74406815 480.91160583 C9.95275618 480.92551231 6.16192913 480.92061421 2.37064479 480.9013666 C0.36562945 480.8958656 -1.63941096 480.90982821 -3.64437854 480.9247207 C-21.58749711 480.78006758 -36.78184972 473.73789897 -49.47001648 461.23034668 C-62.5442783 447.16184442 -67.06517533 431.15727002 -66.90962219 412.30358887 C-66.91540034 410.75024889 -66.92335271 409.19691578 -66.93325841 407.64359665 C-66.95392299 403.42345357 -66.94391087 399.20388364 -66.92832732 394.98373985 C-66.91693314 390.41376448 -66.93451619 385.84388217 -66.94822693 381.27392578 C-66.97037841 372.34046182 -66.96569437 363.40720874 -66.95116372 354.47373676 C-66.9398395 347.20879204 -66.93835431 339.94390611 -66.94378281 332.67895508 C-66.94454897 331.64220666 -66.94531514 330.60545824 -66.94610452 329.5372932 C-66.94770326 327.43069742 -66.94932433 325.32410167 -66.95096748 323.21750593 C-66.96520128 303.49642573 -66.94886948 283.77546202 -66.92196564 264.05440092 C-66.89962904 247.15856412 -66.90350984 230.26289913 -66.92655945 213.36706543 C-66.95335936 193.71317851 -66.96382821 174.05939352 -66.94849813 154.40549088 C-66.9469055 152.30694836 -66.94533365 150.20840583 -66.94378281 148.10986328 C-66.94301143 147.07752902 -66.94224005 146.04519475 -66.9414453 144.98157763 C-66.93714087 137.73126435 -66.94438767 130.4810161 -66.95618057 123.23071289 C-66.97025076 114.38651916 -66.96631104 105.54254712 -66.93977685 96.69837856 C-66.92669923 92.19196827 -66.92138199 87.68592664 -66.93802261 83.17951965 C-66.95306197 79.04398611 -66.94450725 74.90915849 -66.91813485 70.77368784 C-66.91260847 69.28803014 -66.91525664 67.80231119 -66.92751379 66.31669378 C-67.07398424 47.06791544 -60.84594876 31.78448198 -47.65751648 17.67956543 C-34.13725777 4.71341568 -18.35726907 -0.07549504 0 0 Z ' fill='%23DCEAFC' transform='translate(98.27470397949219,15.6055908203125)'/%3E%3Cpath d='M0 0 C5.67900114 2.69940511 9.68404362 6.30801119 14.05796051 10.77417374 C15.17161987 11.88695694 15.17161987 11.88695694 16.3077774 13.02222061 C18.74127796 15.4584913 21.16032942 17.90858679 23.57944489 20.35913467 C25.27107348 22.0582294 26.96359173 23.75643882 28.65695953 25.4538002 C33.09796496 29.91003236 37.52682322 34.3781479 41.95322418 38.84888077 C46.4775792 43.41425183 51.01336736 47.96823262 55.54819489 52.52319717 C64.43439368 61.45221467 73.30819047 70.39345191 82.17319489 79.34350967 C86.10288979 77.52378727 88.78235203 74.98366783 91.78037262 71.9157753 C92.32887878 71.36274231 92.87738495 70.80970932 93.44251251 70.23991776 C94.63036252 69.04112728 95.81592796 67.8400697 96.99945641 66.63701248 C98.87374856 64.73252653 100.75466701 62.83482172 102.63756561 60.93884659 C107.98883127 55.54785204 113.32731135 50.14425907 118.66269684 44.73755264 C121.92887175 41.42864828 125.20233638 38.12709656 128.48018837 34.82976151 C129.72662402 33.57276405 130.97013617 32.3128606 132.21063805 31.05000687 C133.94586211 29.28356449 135.69013353 27.52653926 137.43662262 25.77124405 C138.19971992 24.98725487 138.19971992 24.98725487 138.97823334 24.18742752 C143.71483361 19.46298332 147.36254011 18.15775713 154.01303864 17.98022842 C160.60305908 19.08849588 164.89515559 23.57306563 169.48569489 28.03100967 C170.90878538 29.38917332 172.33196542 30.74724315 173.75522614 32.10522842 C174.48435211 32.80567276 175.21347809 33.5061171 175.96469879 34.22778702 C179.51063129 37.6247637 183.09346554 40.98223244 186.67319489 44.34350967 C188.10041689 45.68711238 189.52750037 47.03086226 190.95444489 48.37475967 C195.02217918 52.20321548 199.09673876 56.02434467 203.17319489 59.84350967 C209.39668601 65.67419663 215.60921448 71.51640973 221.81772614 77.36304092 C226.59705221 81.86277206 231.38295818 86.35539726 236.17319489 90.84350967 C238.84013116 93.34322219 241.50672382 95.84330092 244.17319489 98.34350967 C244.91730621 99.04105362 245.66141754 99.73859756 246.4280777 100.45727921 C248.71911711 102.60579297 251.00880821 104.75573504 253.29819489 106.90600967 C253.99686676 107.56085342 254.69553864 108.21569717 255.41538239 108.89038467 C256.41311676 109.82817764 256.41311676 109.82817764 257.43100739 110.78491592 C258.00995758 111.32833633 258.58890778 111.87175674 259.18540192 112.43164444 C259.8413736 113.06255997 260.49734528 113.69347549 261.17319489 114.34350967 C262.18850784 115.14639923 263.2038208 115.94928879 264.24990082 116.77650833 C267.74518617 120.31005571 267.89676375 123.37729972 267.97525787 128.21034622 C267.96154144 129.23897278 267.94782501 130.26759933 267.93369293 131.32739639 C267.94705437 132.97265053 267.94705437 132.97265053 267.96068573 134.65114212 C267.98198388 138.27576696 267.95963598 141.89861553 267.93491364 145.52319717 C267.93641692 148.05462195 267.93984906 150.58604624 267.94512177 153.11746597 C267.94945611 158.42874686 267.93323446 163.73940325 267.90048981 169.05054092 C267.86318904 175.15023766 267.86468963 181.24896633 267.88753098 187.3487128 C267.90866792 193.25198619 267.90098959 199.15490705 267.88121223 205.05817413 C267.87540516 207.55133942 267.87660085 210.04453211 267.88523674 212.53768921 C267.93834356 235.54456222 264.80319514 252.68212381 248.55600739 270.05835342 C235.02803568 283.03190006 219.24549296 287.81626183 200.87830353 287.73118973 C199.45913933 287.73537026 198.03997848 287.7408517 196.62082374 287.74750954 C192.74856561 287.76188863 188.87652168 287.75774322 185.0042522 287.75034273 C180.81736203 287.74559457 176.63051712 287.75813543 172.44364166 287.76836014 C164.25183402 287.78552133 156.06010316 287.78639372 147.86828221 287.78114723 C141.20722546 287.77709927 134.54619133 287.77855652 127.88513565 287.78389549 C126.93565517 287.78464391 125.98617469 287.78539234 125.00792208 287.78616344 C123.07880545 287.78769498 121.14968883 287.78923333 119.22057222 287.79077841 C101.14587008 287.80449377 83.07121127 287.79907255 64.99651013 287.78759319 C48.47750708 287.77766202 31.95861606 287.79060121 15.43963028 287.81452738 C-1.54148872 287.83893672 -18.5225556 287.84852173 -35.50369179 287.84187466 C-45.02953927 287.83838649 -54.55530062 287.84058788 -64.0811348 287.85812569 C-72.19025325 287.87287062 -80.29922491 287.87345321 -88.40834056 287.85605478 C-92.54166332 287.84756121 -96.67472411 287.84535475 -100.80803299 287.86070633 C-104.59934496 287.8746128 -108.390172 287.86971471 -112.18145634 287.85046709 C-114.18647169 287.84496609 -116.1915121 287.8589287 -118.19647968 287.8738212 C-136.13959825 287.72916808 -151.33395085 280.68699946 -164.02211761 268.17944717 C-173.09821314 258.41315427 -177.38681536 248.05115942 -180.82680511 235.34350967 C-181.10737007 234.3617778 -181.38793503 233.38004593 -181.67700195 232.36856461 C-187.4572255 211.39256811 -190.50032211 185.59524912 -179.38703728 165.77582932 C-161.25069071 137.15011262 -133.44027119 114.00693012 -108.73403683 91.14333951 C-101.14099568 84.1165801 -93.63640554 77.00696151 -86.2022934 69.81225967 C-85.70984455 69.33571709 -85.2173957 68.85917451 -84.71002416 68.36819124 C-82.72982366 66.45130942 -80.75021375 64.53382045 -78.77136644 62.6155417 C-63.68765932 47.99375529 -48.52743154 33.45227935 -33.16809082 19.11981583 C-31.57208977 17.63002647 -29.97812586 16.13805132 -28.38635635 14.64374161 C-26.21439379 12.60694783 -24.03395121 10.5797088 -21.85033417 8.55542374 C-21.2219138 7.96396687 -20.59349343 7.37250999 -19.94603002 6.76313019 C-14.20549191 1.48258186 -8.1183897 -2.91746736 0 0 Z ' fill='%235392F9' transform='translate(212.8268051147461,208.65649032592773)'/%3E%3Cpath d='M0 0 C4.04568268 2.39780705 7.15433496 5.32173652 10.515625 8.5859375 C11.9387155 9.94410115 13.36189553 11.30217098 14.78515625 12.66015625 C15.51428223 13.36060059 16.2434082 14.06104492 16.99462891 14.78271484 C20.54056141 18.17969153 24.12339566 21.53716026 27.703125 24.8984375 C29.13034701 26.24204021 30.55743049 27.58579008 31.984375 28.9296875 C36.05210929 32.7581433 40.12666888 36.57927249 44.203125 40.3984375 C50.42661613 46.22912445 56.63914459 52.07133755 62.84765625 57.91796875 C67.62698233 62.41769988 72.4128883 66.91032508 77.203125 71.3984375 C79.87006127 73.89815002 82.53665394 76.39822875 85.203125 78.8984375 C86.31929199 79.94475342 86.31929199 79.94475342 87.45800781 81.01220703 C89.74904722 83.16072079 92.03873832 85.31066286 94.328125 87.4609375 C95.02679688 88.11578125 95.72546875 88.770625 96.4453125 89.4453125 C97.44304687 90.38310547 97.44304687 90.38310547 98.4609375 91.33984375 C99.0398877 91.88326416 99.61883789 92.42668457 100.21533203 92.98657227 C100.87130371 93.61748779 101.52727539 94.24840332 102.203125 94.8984375 C103.21843796 95.70132706 104.23375092 96.50421661 105.27983093 97.33143616 C108.77511629 100.86498353 108.92669386 103.93222754 109.00518799 108.76527405 C108.99147156 109.7939006 108.97775513 110.82252716 108.96362305 111.88232422 C108.97698448 113.52757835 108.97698448 113.52757835 108.99061584 115.20606995 C109.01191399 118.83069479 108.9895661 122.45354335 108.96484375 126.078125 C108.96634703 128.60954977 108.96977918 131.14097407 108.97505188 133.6723938 C108.97938622 138.98367469 108.96316458 144.29433108 108.93041992 149.60546875 C108.89311915 155.70516548 108.89461975 161.80389415 108.9174611 167.90364063 C108.93859803 173.80691402 108.93091971 179.70983488 108.91114235 185.61310196 C108.90533527 188.10626725 108.90653096 190.59945994 108.91516685 193.09261703 C108.98988882 225.46357991 108.98988882 225.46357991 101.03398132 234.31051636 C100.42979874 234.83453033 99.82561615 235.35854431 99.203125 235.8984375 C94.23311084 231.73125678 89.5575885 227.39419462 84.9834137 222.79898071 C84.29139593 222.10781737 83.59937816 221.41665402 82.88639015 220.70454633 C80.58407202 218.40386631 78.28533005 216.09964713 75.98657227 213.79541016 C74.33060327 212.1391589 72.67441368 210.48312819 71.01802063 208.82730103 C66.53286541 204.34243227 62.05079634 199.85449078 57.56927991 195.36598635 C53.35652159 191.14760396 49.14145143 186.9315339 44.92639422 182.71544878 C36.58153859 174.36840826 28.23891538 166.01914022 19.89770508 157.66845703 C11.79829563 149.55985891 3.69782937 141.45231894 -4.40405273 133.34619141 C-4.90402893 132.84595249 -5.40400512 132.34571357 -5.91913211 131.8303159 C-8.4275444 129.32059851 -10.9359774 126.81090182 -13.4444207 124.30121541 C-34.23178342 103.50349757 -55.01548246 82.70212084 -75.796875 61.8984375 C-74.85491619 60.79088482 -73.91171126 59.68439189 -72.96799564 58.57833576 C-72.44288491 57.96204188 -71.91777418 57.34574799 -71.37675101 56.71077853 C-69.0996245 54.09859264 -66.68435571 51.63053632 -64.23803711 49.1784668 C-63.7184996 48.65396439 -63.1989621 48.12946198 -62.66368103 47.58906555 C-60.96991331 45.88086907 -59.27243322 44.17643135 -57.57421875 42.47265625 C-56.99020357 41.88581369 -56.40618839 41.29897114 -55.80447578 40.69434547 C-52.72154696 37.59651263 -49.63582173 34.50149907 -46.54760742 31.40893555 C-43.36439776 28.22021454 -40.19059228 25.02230015 -37.01883602 21.82219219 C-34.56945687 19.354192 -32.11339801 16.89292276 -29.65545845 14.4334507 C-28.48201756 13.25698804 -27.3110724 12.07803045 -26.14271355 10.89652061 C-24.51091897 9.24765645 -22.86990566 7.60853347 -21.22631836 5.97143555 C-20.29621445 5.037686 -19.36611053 4.10393646 -18.40782166 3.14189148 C-12.96435831 -1.53540036 -6.67519127 -2.62905578 0 0 Z ' fill='%234071F7' transform='translate(371.796875,228.1015625)'/%3E%3Cpath d='M0 0 C9.56227605 8.89782787 15.63532996 19.81468286 16.546875 32.86328125 C16.99994087 47.55307089 12.84985083 60.20834667 2.8359375 71.09375 C-7.83115081 81.19771902 -20.89506494 85.36406347 -35.390625 85.09375 C-49.01769482 84.05301913 -59.34570048 77.52722672 -68.6640625 67.84375 C-77.7690012 56.8866289 -80.52720055 43.78183118 -79.6640625 29.84375 C-77.59696185 16.81050523 -70.87028312 6.08723589 -60.6640625 -2.15625 C-41.52356775 -14.69977811 -18.19797169 -14.72915011 0 0 Z ' fill='%235392F9' transform='translate(335.6640625,139.15625)'/%3E%3C/svg%3E");
}

.icon-bg-archive {
  width: 30px;
  height: 30px;
}
.icon-bg-archive::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='m126.714 25.74 3.49-.012c3.843-.01 7.686-.007 11.53-.003q4.142-.006 8.285-.015 10.07-.018 20.143-.012 8.19.002 16.379-.005l2.358-.001 4.744-.004q22.224-.014 44.447-.003c13.539.006 27.078-.006 40.618-.025q20.877-.03 41.756-.024 11.71.005 23.423-.014 9.97-.019 19.94-.002 5.082.01 10.163-.005c3.68-.01 7.361-.002 11.042.01l3.21-.022c13.85.1 24.162 4.352 33.885 14.171 3.576 4.25 5.823 9.21 8.251 14.172q.9 1.798 1.802 3.595a1823 1823 0 0 1 4.815 9.705c1.677 3.396 3.371 6.785 5.063 10.174q4.252 8.527 8.477 17.067a9795 9795 0 0 0 11.964 24.074q4.658 9.35 9.306 18.705l1.006 2.025q3.299 6.638 6.587 13.28l1.684 3.391 1.53 3.093 1.332 2.69c1.588 3.391 2.182 6.03 2.19 9.734l.014 2.796v3.076l.01 3.266q.015 5.443.019 10.888l.02 7.785c.02 7.805.03 15.61.039 23.414l.015 11.038a45971 45971 0 0 1 .044 46.253l.002 2.393c.008 12.767.033 25.533.066 38.3q.049 19.683.054 39.366c.002 7.361.01 14.723.036 22.084.025 6.935.028 13.87.018 20.804q0 3.805.02 7.61c.111 21.82-1.473 41.8-17.335 58.456-14.52 13.415-31.734 17.47-51.05 17.38q-2.19.006-4.38.016c-3.977.014-7.953.01-11.929.003-4.302-.005-8.604.008-12.906.018-8.414.017-16.829.018-25.243.013a14969 14969 0 0 0-23.489.005l-5.95.004c-18.576.014-37.153.009-55.729-.003-16.97-.01-33.939.003-50.908.027q-26.179.037-52.358.027c-9.787-.003-19.573 0-29.36.017q-12.498.022-24.996-.002c-4.245-.009-8.49-.011-12.735.004q-5.845.02-11.69-.01-2.099-.006-4.197.01c-18.302.127-35.69-4.452-49.244-17.36-16.614-17.983-17.448-38.517-17.507-61.686q-.026-3.877-.055-7.756c-.054-7.724-.08-15.45-.103-23.174q-.018-5.48-.04-10.96a15720 15720 0 0 1-.118-45.946l-.003-2.37a7084 7084 0 0 0-.177-37.954q-.134-19.557-.146-39.113c-.005-7.3-.028-14.6-.098-21.901-.065-6.878-.073-13.753-.044-20.63q.003-3.76-.053-7.518c-.24-16.944 2.702-29.03 11.046-43.818 1.634-2.917 3.074-5.887 4.504-8.909q1.293-2.628 2.59-5.254l1.468-2.98a9296 9296 0 0 1 13.13-26.508 4918 4918 0 0 0 8.75-17.685q4.266-8.669 8.577-17.314 1.623-3.267 3.227-6.542C91.435 33.597 91.435 33.597 106 28c6.92-2.007 13.545-2.286 20.714-2.26' fill='%234285f4'/%3E%3Cpath d='m126.714 25.74 3.49-.012c3.843-.01 7.686-.007 11.53-.003q4.142-.006 8.285-.015 10.07-.018 20.143-.012 8.19.002 16.379-.005l2.358-.001 4.744-.004q22.224-.014 44.447-.003c13.539.006 27.078-.006 40.618-.025q20.877-.03 41.756-.024 11.71.005 23.423-.014 9.97-.019 19.94-.002 5.082.01 10.163-.005c3.68-.01 7.361-.002 11.042.01l3.21-.022c13.854.1 24.16 4.354 33.885 14.175 3.567 4.231 5.82 9.165 8.251 14.105q.9 1.788 1.802 3.575a1669 1669 0 0 1 4.815 9.657c1.678 3.383 3.372 6.759 5.063 10.135q4.252 8.502 8.477 17.018a5457 5457 0 0 0 9.8 19.636 7982 7982 0 0 1 9.46 18.938 3490 3490 0 0 0 4.016 8.038c1.874 3.74 3.731 7.488 5.587 11.237l1.684 3.348 1.53 3.109 1.332 2.679C485 164 485 164 486 171H26c.767-5.369 1.139-7.903 3.375-12.413l1.52-3.1 1.675-3.338 1.76-3.565a2137 2137 0 0 1 4.793-9.633q2.012-4.03 4.016-8.066a7732 7732 0 0 1 9.504-19.043 4659 4659 0 0 0 9.742-19.588q4.18-8.445 8.398-16.87 2.514-5.02 4.999-10.052 2.34-4.742 4.728-9.461c.849-1.69 1.68-3.388 2.51-5.087C88.1 40.816 95.29 32.115 106 28c6.92-2.007 13.545-2.286 20.714-2.26' fill='%23aecaf8'/%3E%3Cpath d='M260 240c5.675 1.964 9.314 5.628 12 11 .123 2.928.186 5.835.205 8.764l.03 2.75q.046 4.512.081 9.025l.063 6.247q.082 8.23.153 16.463.077 8.394.161 16.79.162 16.48.307 32.961l1.384-1.391q7.125-7.157 14.26-14.307l5.322-5.343q3.82-3.838 7.647-7.67l2.406-2.421 2.244-2.244 1.972-1.979c4.497-4.19 7.92-4.068 13.816-3.961 3.954.424 6.043 1.628 8.949 4.316l2.375 2c2.563 4.732 2.545 9.745 1.625 15-2.882 4.898-6.432 8.718-10.45 12.708l-1.932 1.944q-3.147 3.156-6.305 6.301l-4.394 4.4q-4.595 4.598-9.2 9.188-5.9 5.886-11.782 11.79-4.53 4.538-9.07 9.069a2974 2974 0 0 0-4.343 4.349q-3.031 3.037-6.075 6.06l-1.807 1.82c-4.252 4.209-7.333 6.65-13.517 6.746l-2.492.086c-6.347-1.111-10.974-6.513-15.341-10.91l-1.944-1.933q-3.156-3.147-6.301-6.305l-4.4-4.394q-4.598-4.595-9.188-9.2-5.886-5.9-11.79-11.782-4.538-4.53-9.069-9.07a2974 2974 0 0 0-4.349-4.343q-3.037-3.031-6.06-6.075l-1.82-1.807c-4.57-4.617-6.665-7.78-6.871-14.454.072-5.392 1.093-8.11 4.895-11.883 3.649-2.966 5.779-3.622 10.417-3.68l3.083-.086c7.343 1.09 12.367 7.457 17.347 12.508l2.329 2.337c2.44 2.45 4.872 4.908 7.304 7.366l4.977 5.004Q232.932 337.87 239 344l.011-3.49q.056-16.29.173-32.576c.04-5.583.072-11.165.087-16.747q.025-8.083.097-16.165.023-3.083.024-6.164c.002-2.88.03-5.76.062-8.64l-.015-2.57c.094-5.352 1.03-8.39 4.561-12.648 5.416-4.771 8.909-5.647 16-5' fill='%23fefefe'/%3E%3C/svg%3E");
}

.icon-bg-click {
  width: 30px;
  height: 30px;
}
.icon-bg-click::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='640' height='640'%3E%3Cpath d='M0 0h640v640H0z' fill='transparent'/%3E%3Cpath d='M318.746 169.059c6.513 4.052 10.677 9.858 12.555 17.32q.533 2.586 1.012 5.184l.593 3.014c3.176 16.521 5.842 33.146 8.627 49.737 1.487 8.84 3.025 17.672 4.592 26.499l.366 2.063 1.8 10.132q1.252 7.05 2.491 14.102a7241 7241 0 0 0 1.821 10.308 3967 3967 0 0 1 3.915 22.414q1.064 6.184 2.141 12.367.525 3.03 1.039 6.062c.481 2.836.974 5.67 1.47 8.505.14.845.28 1.69.426 2.561.83 4.67 1.905 8.558 4.406 12.673 2.3 1.15 3.815 1.232 6.375 1.313l2.336.113c3.183-.592 4.249-1.956 6.289-4.426 2.086-9.387-1.2-20.743-2.826-30.08-.484-2.78-.954-5.563-1.422-8.346-1.332-7.85-2.726-15.663-4.451-23.437-1.846-8.382-3.268-17.137.699-25.137 3.079-4.702 7.462-8.803 12.86-10.629 7.077-1.227 14-1.701 20.202 2.317 9.498 7.448 11.241 16.657 12.875 28.062 1.316 8.716 2.815 17.346 4.633 25.97.876 4.24 1.626 8.462 2.207 12.753l.373 2.739q.34 2.58.635 5.168c.685 5.243 1.854 8.496 5.215 12.62 3.1 1.55 5.579 1.29 9 1 2.753-1.796 4.526-3.053 6-6-.053-10.49-2.059-20.688-4.062-30.937a1409 1409 0 0 1-1.264-6.564q-.562-2.95-1.14-5.897C439.3 304.28 440.41 298.966 445 292c3.903-4.242 8.128-7.711 13.988-8.3 8.084-.03 12.72.745 19.637 4.863 7.039 7.223 8.562 16.758 10.063 26.375l.603 3.63q.589 3.538 1.16 7.078a689 689 0 0 0 1.611 9.452l.454 2.55c.988 4.799 2.009 9 5.734 12.414 3.732 1.273 5.973 1.037 9.75-.062 3.192-2.7 3.921-4.28 4.375-8.437-.252-5.113-1.169-10.17-1.918-15.227-1.155-8.433-.38-14.902 4.356-22.086 5.476-5.633 10.298-7.374 17.937-7.562 6.63.08 11.065 1.38 15.965 5.89 5.894 6.399 7.728 13.46 9.047 21.84l.459 2.767q.489 2.955.966 5.91c.86 5.319 1.75 10.633 2.637 15.948l.548 3.298c1.614 9.68 3.355 19.333 5.135 28.984 1.337 7.258 2.65 14.52 3.967 21.783q.825 4.53 1.655 9.06c.96 5.257 1.9 10.516 2.828 15.779q.532 2.99 1.082 5.977c3.146 17.101 4.202 33.615 1.649 50.889l-.406 3.022a1082 1082 0 0 1-1.702 12.036c-2.297 15.715-3.248 31.25-3.58 47.129a6391 6391 0 0 1-42.534 7.633l-9.836 1.732-23.876 4.207-21.942 3.865-3.138.554c-16.04 2.829-32.078 5.683-48.113 8.549q-5.37.96-10.743 1.918c-14.074 2.512-14.074 2.512-28.145 5.046q-4.812.869-9.626 1.73-2.136.385-4.272.775-2.86.521-5.72 1.03l-3.141.569c-3.065.412-5.83.675-8.914.392-1.937-2.454-3.337-4.6-4.812-7.312a645 645 0 0 0-2.61-4.434l-1.307-2.207c-2.938-4.731-6.603-8.875-10.271-13.047l-2.281-2.648c-3.965-4.522-8.029-8.694-12.621-12.575-2.412-2.043-4.754-4.155-7.098-6.277a428 428 0 0 0-8.937-7.875c-7.372-6.483-14.227-13.15-20-21.11l-1.405-1.926c-6.768-9.395-13.022-19.144-19.346-28.839-10.025-15.516-10.025-15.516-20.711-30.577-1.83-2.483-3.53-5.035-5.226-7.61-9.623-14.549-19.8-28.694-30.375-42.563 7.281-9.523 16.837-12.237 28.375-14.457 11.79-.96 24.03 7.362 32.625 14.457l3.074 2.535a648 648 0 0 1 8.208 6.986q2.645 2.274 5.304 4.534c5.328 4.539 10.619 9.1 15.789 13.82 7.243 7.061 7.243 7.061 16.313 10.75 3.84-.725 5.57-1.882 8.312-4.625 4.373-8.746-1.943-27.28-3.562-36.562l-1.08-6.272c-2.529-14.639-5.17-29.256-7.854-43.867-2.655-14.456-5.179-28.931-7.629-43.424l-.51-3.014-1.498-8.857-.486-2.876a3498 3498 0 0 0-4.026-23.303l-.704-4.003a1578 1578 0 0 0-4.237-23.18c-.752-3.948-1.494-7.899-2.236-11.85q-.543-2.865-1.103-5.73c-5.903-30.202-5.903-30.202-.512-39.25 7.425-9.202 18.753-13.16 30.183-8.753' fill='%23fefefe'/%3E%3Cpath d='M333.5 155c1.184.979 2.354 1.977 3.5 3l2.625 2.313c7.534 8.525 11.65 17.707 13.203 29.007 1.62 10.98 3.693 21.885 5.672 32.805l1.223 6.77Q362.352 243.449 365 258c3.348 0 3.977-.466 6.625-2.312 9.95-6.334 21.104-7.449 32.688-5 12.574 4.475 22.21 11.438 28.687 23.312l2.125-1.426c7.75-5.086 14.468-8.79 23.875-9.574l2.648-.23c10.418-.506 20.102 2.79 28.352 9.23l2.938 2.125C497.156 277.672 500 282.431 503 287l1.766-1.39c10.98-8.22 21.532-11.01 35.234-9.61 12.231 2.364 22.87 9.837 30 20 3.797 7.024 5.97 13.917 7.313 21.75l.6 3.293A1367 1367 0 0 1 580 333l.417 2.431q2.19 12.794 4.349 25.594c2.929 17.357 6.026 34.682 9.176 52q1.304 7.17 2.585 14.34.462 2.58.937 5.154c1.822 9.914 3.087 19.489 3.036 29.606l-.006 3.906c-.173 15.462-2.486 30.719-4.584 46.01-1.392 10.284-2.205 20.608-2.91 30.959-6.642 1.916-13.11 2.564-20 3-.772-17.658.814-34.37 3.475-51.779 1.63-10.57 1.63-10.57 2.525-21.221l.1-2.006c.636-14.704-1.473-28.562-4.1-42.994q-.62-3.508-1.234-7.017A3975 3975 0 0 0 570 400l-1.099-6.08a5156 5156 0 0 0-4.014-22.007 1216 1216 0 0 1-4.766-27.405l-.923-5.661a1157 1157 0 0 1-1.677-10.631C555.294 313.73 555.294 313.73 547 302c-6.54-4.36-12.291-4.655-20-4-6.24 1.444-10.214 5.384-13.75 10.563-3.544 6.911-2.373 13.998-1.25 21.437 2.06 14.073 2.06 14.073-1.062 18.438-3.505 3.056-5.315 3.645-9.938 3.562-4.222-1.727-6.057-3.928-8-8-1.491-4.746-2.456-9.374-3.148-14.297l-.61-4.156q-.465-3.214-.914-6.43C486.394 302.3 486.394 302.3 477 289l-2.062-1.75c-5.427-3.501-12.764-2.907-18.938-2.25-6.567 2.485-10.26 7.121-13.812 13-3.9 9.909.955 24.168 2.875 34.375q.839 4.48 1.66 8.96l.388 2.022c1.945 10.62 1.945 10.62-.134 14.604-4.702 4.919-4.702 4.919-9.29 5.351-4.306-.364-5.712-1.252-8.687-4.312-2.298-3.62-2.743-7.583-3.367-11.746l-.363-2.301a1484 1484 0 0 1-.757-4.87c-.648-4.212-1.32-8.419-1.99-12.626l-.397-2.5a601 601 0 0 0-3.376-19.207l-.457-2.369C415.668 286.456 415.668 286.456 405 274c-5.144-3.22-11.155-2.464-17-2-5.306 1.273-9.853 4.229-13.195 8.543-5.802 9.514-2.854 21.285-.66 31.507 1.777 8.312 3.272 16.662 4.694 25.041q.406 2.38.824 4.76c4.216 23.998 4.216 23.998.4 30.399-3.504 2.002-5.816 2.344-9.782 2.414-3.607-1.05-4.999-2.691-7.281-5.664-1.185-3.22-1.735-6.5-2.312-9.875l-.599-3.22c-.724-3.963-1.41-7.933-2.089-11.905l-.871-5.066a7150 7150 0 0 1-3.978-23.406c-2.406-14.294-4.95-28.557-7.579-42.812a2231 2231 0 0 1-6.54-37.207q-1.456-8.658-2.887-17.32c-1.583-9.519-3.212-19.014-5.27-28.443l-.471-2.19c-1.62-7.146-4.048-12.047-9.841-16.556-6.3-3.526-14.2-3.112-21.032-1.371-5.957 2.555-9.688 7.685-12.531 13.371-.844 11.431.762 22.142 2.96 33.32.95 4.827 1.85 9.663 2.759 14.496l.576 3.039c1.866 9.88 3.552 19.79 5.213 29.706a3036 3036 0 0 0 8.43 48.064c3.446 18.73 6.668 37.495 9.827 56.276 1.672 9.931 3.352 19.86 5.137 29.77l.437 2.433q.98 5.447 1.986 10.889l.679 3.75.588 3.182c1.149 8.656 1.149 8.656-.615 12.036-4.704 4.921-4.704 4.921-9.274 5.344-4.362-.36-5.72-1.313-8.953-4.18l-2.86-2.492L301 426l-2.766-2.508q-2.752-2.51-5.496-5.031c-3.496-3.143-7.127-6.093-10.789-9.04a248 248 0 0 1-6.367-5.405c-10.955-9.629-23.631-20.565-38.894-21.641-11.02.754-21.753 4.977-29.688 12.625 3.684 5.817 7.717 11.33 11.875 16.813 4.149 5.485 8.115 11.028 11.883 16.785 2.749 4.196 5.595 8.325 8.43 12.464 9.225 13.493 18.343 27.06 27.469 40.62Q271.819 489.347 277 497l1.397 2.069c4.089 6.042 8.135 11.937 13.166 17.243l1.397 1.484A525 525 0 0 0 297 522l2.195 2.281c3.738 3.811 7.627 7.39 11.672 10.871 3.277 2.839 6.48 5.756 9.692 8.668 1.491 1.332 3 2.645 4.539 3.922 5.77 4.795 10.304 10.35 14.902 16.258l1.691 2.133c3.816 4.921 7.81 10.148 10.309 15.867l-1 4-19 3-3.437-4.875c-9.21-12.623-20.508-24.124-32.407-34.258-4.67-4.043-9.174-8.272-13.683-12.493a366 366 0 0 0-3.664-3.362c-13.082-12.317-22.47-28.823-32.184-43.762-8.284-12.716-16.671-25.326-25.436-37.717-3.308-4.68-6.533-9.416-9.751-14.158A953 953 0 0 0 198.25 419.5c-.537-.75-1.074-1.5-1.628-2.271-3.128-4.316-6.414-8.355-9.935-12.354-4.282-5.183-4.282-5.183-4.625-9 2.503-10.343 10.689-17.897 19.313-23.562 4.732-2.882 9.427-5.39 14.625-7.313l2.406-.906c15.858-5.159 30.768-1.856 45.531 4.969 7.791 4.055 14.383 9.276 21.063 14.937l1.976 1.668c4.034 3.415 8.038 6.861 12.024 10.332-.477-9.841-2.216-19.361-4.037-29.02-.918-4.878-1.815-9.759-2.713-14.64l-.566-3.073c-2.015-10.989-3.888-22-5.747-33.017l-2.003-11.848-.494-2.917a5350 5350 0 0 0-4.94-28.673l-.422-2.415c-2.732-15.591-5.56-31.165-8.414-46.734Q268.322 216.333 267 209l-.66-3.658c-2.597-14.884-2.424-27.293 6.41-40.092 14.827-19.134 40.294-25.037 60.75-10.25' fill='%23030303'/%3E%3Cpath d='M275.93 59.813c26.782-.935 51.89 8.633 71.824 26.476 17.752 16.606 30.921 40.195 32.436 64.804.077 3.326.083 6.643.06 9.97l.023 3.392c-.015 6.478-.558 12.305-2.273 18.545l-.488 2.012C374.22 198.516 368.832 211.171 360 222a124 124 0 0 0-2 4 18798 18798 0 0 1-2.788-16.082q-.512-2.945-1.02-5.89l-.62-3.571A407 407 0 0 1 352 190h2c3.487-9.438 4.648-17.843 4.5-27.875l-.018-1.995c-.218-20.854-6.323-37.584-20.482-53.13l-1.86-2.14c-11.92-12.94-30.762-22.16-48.348-22.96-23.551-.758-44.528 3.482-62.48 19.787-14.538 13.737-25.01 31.564-25.71 51.934q-.012 3.408.023 6.816l-.035 3.409c.069 20.062 7.632 38.335 21.25 53.029C234.9 230.708 253.958 241 274 241l3 21c-23.678.623-46.314-8.272-64-24l-2.25-1.82C195.493 223.518 186.31 205.807 181 187l-.969-3.246c-6.53-25.18-1.177-52.623 11.8-74.808 14.324-23.415 37.005-39.953 63.52-46.495 6.938-1.607 13.477-2.3 20.579-2.639M611 542c3.563 3.108 5.292 5.312 5.688 10.063-.706 4.04-1.437 5.623-4.797 7.99-2.04 1.021-3.85 1.524-6.082 1.98l-2.407.498L601 563l-2.107.412a695 695 0 0 1-6.393 1.182l-2.447.446q-4.026.733-8.053 1.46l-2.869.52c-31.342 5.68-62.719 11.167-94.111 16.558l-3.729.64-14.787 2.54c-16.63 2.855-33.241 5.8-49.836 8.854-15.436 2.84-30.901 5.487-46.38 8.083-12.414 2.083-24.792 4.231-37.09 6.935-12.77 2.739-12.77 2.739-18.635-.567-2.902-3.468-3.588-5.483-3.801-9.91.372-3.365 1.759-4.942 4.238-7.153 4.229-2.64 8.56-2.421 13.418-2.656L331 590l1-2c1.826-.487 1.826-.487 4.184-.816.845-.125 1.69-.25 2.56-.377l2.693-.37q2.624-.373 5.247-.753l2.36-.327c2.026-.276 2.026-.276 3.956-1.357 1.713-.167 3.43-.291 5.148-.395 7.587-.583 15.003-1.923 22.477-3.293l4.52-.813q4.66-.837 9.32-1.682c6.168-1.114 12.34-2.193 18.513-3.275 14.662-2.572 29.31-5.211 43.96-7.855 22.796-4.113 45.605-8.153 68.42-12.165a8991 8991 0 0 0 18.138-3.21q10.154-1.807 20.315-3.58 4.498-.785 8.996-1.582 6.23-1.099 12.465-2.17 2.385-.412 4.766-.836a866 866 0 0 1 6.599-1.14l3.803-.662c3.784-.363 6.854-.173 10.56.658' fill='%2335cccc'/%3E%3C/svg%3E");
}

.icon-bg-register {
  width: 30px;
  height: 30px;
}
.icon-bg-register::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M308 290c-2.335 3.028-4.614 5.693-7.562 8.125-27.848 24.09-44.381 58.035-47.184 94.734-2.112 35.823 10.143 70.706 33.203 98.055A268 268 0 0 0 293 498l2.438 2.625c3.356 3.11 6.937 5.897 10.55 8.703L308 511v1a64084 64084 0 0 1-121.753.275l-2.585.004c-13.814.021-27.628.06-41.441.107q-21.263.07-42.525.084-13.119.01-26.238.07-8.997.038-17.995.028c-3.46-.004-6.92.001-10.38.028-3.755.025-7.508.019-11.263.005l-3.302.044C23.74 512.58 19.234 511.42 14 507c-3.677-3.968-6.241-7.618-6.267-13.118l-.026-2.462.002-2.676-.02-2.84c-.019-3.106-.023-6.212-.025-9.318l-.02-6.512q-.017-6.843-.015-13.684c0-5.799-.027-11.597-.061-17.395a2523 2523 0 0 1-.025-13.477q-.004-3.202-.027-6.403c-.235-35.493 12.264-62.512 36.976-87.72 3.17-3.136 6.485-5.978 10.008-8.707l1.813-1.41C126.09 267.713 226.883 261.526 308 290M210.5-.375l2.136.002C224.14-.333 234.974.543 246 4l2.056.633c32.435 10.335 58.122 32.739 73.819 62.768 3.948 7.911 6.827 16.07 9.125 24.599l.54 1.995c7.732 30.394 2.004 64.445-13.407 91.505-17.966 30.193-46.325 49.744-79.871 58.473C206.88 251.057 172.23 244.996 145 228c-28.633-19.341-48.438-46.808-55.562-80.671-6.219-33.335.77-67.773 19.835-95.763C127.82 26.396 153.43 8.978 184 2l2.4-.558c8.007-1.667 15.945-1.84 24.1-1.817'/%3E%3Cpath d='M464.156 315.629C485.135 333.955 498.946 359.233 502 387c1.666 31.748-4.901 60.565-26 85l-1.79 2.227C460.583 490.64 441.195 501.052 421 507l-3.352 1.031c-26.809 6.781-58.154 2.485-82.023-11.367-25.737-16.316-45.891-41.795-53.121-71.717-6.555-29.87-1.423-59.909 14.496-85.947 2.756-4.194 5.818-8.122 9-12l1.734-2.195c17.368-21.09 45.586-33.807 72.32-36.493 30.76-2.436 60.58 7.412 84.102 27.317M381 342v48h-47v23h47v47h22v-47h47v-23h-47v-48z'/%3E%3C/svg%3E");
}

.icon-bg-login {
  width: 30px;
  height: 30px;
}
.icon-bg-login::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256' xml:space='preserve'%3E%3Cpath d='M219.8 10c7.3 0 13.6 2.5 18.6 7.6 5.1 5.1 7.6 11.3 7.6 18.6v183.6c0 7-2.5 13.1-7.6 18.3-5.1 5.3-11.3 7.9-18.6 7.9h-118c-7 0-13-2.6-18.1-7.9s-7.6-11.4-7.6-18.3v-26.2h25.7v26.2h118V36.2h-118v39.3H76.1V36.2c0-7.3 2.5-13.6 7.6-18.6S94.8 10 101.8 10zM128 185.7v-31.5H10v-39.3h118V83.4l52.5 50.9z'/%3E%3C/svg%3E");
}

.icon-bg-dashboard {
  width: 30px;
  height: 30px;
}
.icon-bg-dashboard::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='m217.562 20.467 2.792-.027c3.026-.022 6.05-.015 9.076-.006q3.176-.008 6.35-.02 6.645-.014 13.29.01c5.658.017 11.315-.007 16.973-.042 4.37-.022 8.74-.02 13.11-.012q3.127 0 6.255-.02C307.01 20.22 307.01 20.22 314 26c4.97 5.33 6.15 10.144 6.131 17.224l.007 2.256q.006 3.773.002 7.544l.01 5.44q.011 7.498.01 14.995.005 8.078.016 16.154.02 17.671.024 35.342l.012 22.056q.019 30.516.026 61.031v3.948l.002 11.895v3.978q.009 31.916.046 63.83.035 32.745.037 65.49-.001 18.394.025 36.788.023 15.66.012 31.321-.008 7.995.011 15.988.019 7.314 0 14.628-.004 2.65.01 5.3c.01 2.397.003 4.793-.01 7.19.009.69.016 1.379.024 2.09-.064 5.856-1.877 9.69-5.583 14.137-6.399 5.404-12.1 6.972-20.374 6.908-.921.01-1.843.018-2.792.027-3.026.022-6.05.015-9.076.006q-3.176.008-6.35.02-6.645.014-13.29-.01a1847 1847 0 0 0-16.973.042c-4.37.022-8.74.02-13.11.012q-3.127 0-6.255.02c-21.602.13-21.602.13-28.592-5.65-4.97-5.33-6.15-10.144-6.131-17.224l-.007-2.256q-.006-3.773-.002-7.544l-.01-5.44q-.011-7.498-.01-14.995-.005-8.078-.016-16.154-.02-17.671-.024-35.342l-.012-22.056q-.019-30.515-.026-61.031v-3.948l-.002-11.895v-3.978q-.009-31.916-.046-63.83-.035-32.745-.037-65.49.001-18.394-.025-36.788-.023-15.66-.012-31.321c.004-5.33.003-10.659-.011-15.988q-.019-7.314 0-14.628.004-2.65-.01-5.3c-.01-2.397-.003-4.793.01-7.19-.009-.69-.016-1.379-.024-2.09.064-5.856 1.877-9.69 5.582-14.137 6.4-5.404 12.102-6.972 20.375-6.908M381.2 127.74l2.514-.022 2.733.007 2.898-.015a1766 1766 0 0 1 9.49-.01l6.6-.014q6.917-.01 13.835-.002c5.907.006 11.813-.01 17.72-.034 4.544-.015 9.087-.016 13.63-.013q3.267 0 6.533-.015c3.048-.013 6.094-.006 9.141.006l2.721-.023c6.444.054 10.561 1.375 15.61 5.582 6.59 7.805 6.953 14.384 6.883 24.287q.006 2.05.019 4.1c.016 3.74.008 7.48-.004 11.221-.01 4.04.005 8.08.016 12.119.018 7.908.014 15.815.002 23.723q-.013 9.642-.006 19.283l.002 2.773.004 5.578c.011 17.43-.002 34.86-.023 52.291q-.025 22.428.003 44.855a26861 26861 0 0 1 .014 57.663l-.002 2.762q-.003 9.63.012 19.257.017 11.736-.013 23.471c-.01 3.991-.015 7.982-.001 11.973q.017 5.482-.016 10.966a540 540 0 0 0 .02 5.832c-.071 7.933-.947 13.501-6.281 19.682l-1.691 1.352-1.684 1.398c-5.302 3.461-10.083 3.524-16.224 3.518l-2.83.02c-3.084.019-6.167.023-9.25.025l-6.446.02q-6.754.017-13.51.015c-5.76 0-11.52.027-17.28.061-4.437.022-8.875.026-13.313.025a1029 1029 0 0 0-6.369.027c-2.975.02-5.949.014-8.924.002l-2.637.034c-7.37-.076-12.615-2.094-17.908-7.27-5.425-8.06-5.621-15.126-5.576-24.604q-.006-2.03-.016-4.06c-.014-3.704-.01-7.408-.003-11.113.005-4-.008-8.001-.018-12.002a8206 8206 0 0 1-.013-23.496 12953 12953 0 0 0-.005-21.847l-.004-5.525c-.014-17.267-.009-34.534.003-51.8.01-15.792-.003-31.583-.027-47.374q-.037-24.333-.027-48.665.007-13.656-.017-27.313-.022-11.625.002-23.25c.009-3.952.011-7.904-.004-11.857q-.02-5.431.01-10.864c.006-1.924-.008-3.847-.023-5.77.066-7.759.76-14.738 6.31-20.585 4.038-3.667 7.822-6.37 13.42-6.386M40.065 255.846l2.502-.026 2.735-.013 2.888-.025q4.74-.035 9.478-.055l3.271-.017q8.573-.039 17.145-.06a3039 3039 0 0 0 17.69-.112c4.54-.034 9.079-.046 13.618-.051q3.26-.01 6.52-.046a712 712 0 0 1 9.14-.024l2.703-.05c6.993.07 11.696 2.28 16.772 7.076 5.086 5.64 5.77 11.483 5.74 18.804l.014 2.469c.013 2.722.011 5.444.01 8.166q.008 2.933.02 5.865c.018 5.306.022 10.612.024 15.918q.001 4.976.01 9.951.028 17.369.026 34.737c-.002 10.782.02 21.564.051 32.347q.038 13.897.036 27.797c0 5.53.005 11.06.026 16.59q.029 7.806.005 15.611-.003 2.857.015 5.716c.128 21.514.128 21.514-6.254 28.502-5.998 5.629-11.647 6.383-19.595 6.375l-2.83.02c-3.084.019-6.167.023-9.25.025l-6.446.02q-6.754.017-13.51.015c-5.76 0-11.52.027-17.28.061-4.437.022-8.875.026-13.313.025q-3.184.005-6.369.027c-2.975.02-5.949.014-8.924.002l-2.637.034c-6.74-.07-11.975-1.826-17.12-6.266l-1.351-1.691-1.398-1.684c-3.189-4.884-3.52-9.41-3.501-15.12l-.016-2.503a1531 1531 0 0 1-.016-8.3l-.026-5.953c-.022-5.39-.03-10.782-.035-16.172q-.006-5.055-.017-10.109-.037-17.64-.042-35.28a9408 9408 0 0 0-.075-32.86q-.051-14.115-.05-28.23c-.002-5.618-.01-11.235-.039-16.853q-.037-7.93-.012-15.86.003-2.903-.02-5.807c-.152-19.57-.152-19.57 5.622-26.832 4.167-3.903 8.324-6.11 14.065-6.154'/%3E%3C/svg%3E");
}

.icon-bg-icon_img {
  width: 30px;
  height: 30px;
}
.icon-bg-icon_img::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='512' height='512'%3E%3Cpath d='M0 0 C1.41702674 -0.00489804 2.83404949 -0.01109204 4.25106555 -0.01845789 C8.11752519 -0.03476523 11.98377969 -0.0325584 15.85026157 -0.02708292 C20.03107915 -0.02440125 24.21184344 -0.03896587 28.39263916 -0.05117798 C36.57341634 -0.07218722 44.75412258 -0.07677539 52.93492355 -0.07499009 C59.58880433 -0.07368004 66.24266306 -0.07749899 72.89653969 -0.08491516 C74.81665335 -0.08701447 76.73676701 -0.08911207 78.65688068 -0.09120798 C79.61272769 -0.09225151 80.56857471 -0.09329504 81.55338679 -0.09437019 C99.61386988 -0.11325483 117.67431233 -0.11222798 135.73480121 -0.10540086 C152.2323988 -0.09982832 168.72984096 -0.12064169 185.22740223 -0.15376133 C202.19158725 -0.18755174 219.15569793 -0.2026599 236.11991721 -0.1980443 C245.63414747 -0.19580481 255.14823414 -0.20096622 264.66243553 -0.22593689 C272.76380379 -0.24701939 280.86494973 -0.25047354 288.96632733 -0.2316373 C293.09400295 -0.22252159 297.22126486 -0.22120717 301.34890747 -0.24199295 C326.24029902 -0.35900498 345.3521845 1.16390474 364.44013977 19.01159668 C377.81389826 32.95688331 382.19388457 49.05464316 382.1197052 67.88395691 C382.12460184 69.43297685 382.1307952 70.98199314 382.13816309 72.5310033 C382.1544881 76.76230794 382.15225992 80.99342536 382.14678812 85.2247504 C382.14410867 89.79820759 382.15866694 94.37161591 382.17088318 98.9450531 C382.19190159 107.89585989 382.19648006 116.84660186 382.19469529 125.79743042 C382.19338573 133.07678728 382.19720174 140.35612399 382.20462036 147.63547707 C382.20671965 149.73533418 382.20881725 151.83519129 382.21091318 153.9350484 C382.21247847 155.50298748 382.21247847 155.50298748 382.21407539 157.1026021 C382.23296367 176.85700815 382.23193204 196.61137704 382.22510606 216.36578838 C382.21953306 234.41534681 382.24034823 252.4647632 382.27346653 270.51428845 C382.30724712 289.06952978 382.32236632 307.62470316 382.3177495 326.17997581 C382.31550905 336.58846279 382.32068567 346.99681853 382.34564209 357.40527916 C382.36671182 366.2678756 382.3701912 375.13026886 382.3513425 383.99287381 C382.34221912 388.50938779 382.34093658 393.02552351 382.36169815 397.54200745 C382.38054012 401.68697285 382.37575869 405.83125371 382.35315233 409.97619412 C382.3489996 411.46537408 382.35305283 412.9546079 382.36674827 414.44373067 C382.53167174 433.70779966 376.30713368 448.99300738 363.10810852 463.10925293 C349.58013681 476.08279957 333.79759409 480.86716134 315.43040466 480.78208923 C314.01124047 480.78626977 312.59207961 480.79175121 311.17292488 480.79840904 C307.30066674 480.81278813 303.42862281 480.80864272 299.55635333 480.80124223 C295.36946317 480.79649407 291.18261825 480.80903493 286.9957428 480.81925964 C278.80393515 480.83642083 270.6122043 480.83729322 262.42038335 480.83204674 C255.75932659 480.82799878 249.09829247 480.82945603 242.43723679 480.834795 C241.48775631 480.83554342 240.53827583 480.83629184 239.56002321 480.83706294 C237.63090659 480.83859448 235.70178997 480.84013283 233.77267335 480.84167791 C215.69797122 480.85539328 197.62331241 480.84997206 179.54861127 480.8384927 C163.02960822 480.82856152 146.51071719 480.84150071 129.99173142 480.86542689 C113.01061241 480.88983623 96.02954554 480.89942124 79.04840934 480.89277416 C69.52256186 480.889286 59.99680051 480.89148739 50.47096634 480.90902519 C42.36184789 480.92377012 34.25287622 480.92435272 26.14376058 480.90695428 C22.01043782 480.89846071 17.87737702 480.89625426 13.74406815 480.91160583 C9.95275618 480.92551231 6.16192913 480.92061421 2.37064479 480.9013666 C0.36562945 480.8958656 -1.63941096 480.90982821 -3.64437854 480.9247207 C-21.58749711 480.78006758 -36.78184972 473.73789897 -49.47001648 461.23034668 C-62.5442783 447.16184442 -67.06517533 431.15727002 -66.90962219 412.30358887 C-66.91540034 410.75024889 -66.92335271 409.19691578 -66.93325841 407.64359665 C-66.95392299 403.42345357 -66.94391087 399.20388364 -66.92832732 394.98373985 C-66.91693314 390.41376448 -66.93451619 385.84388217 -66.94822693 381.27392578 C-66.97037841 372.34046182 -66.96569437 363.40720874 -66.95116372 354.47373676 C-66.9398395 347.20879204 -66.93835431 339.94390611 -66.94378281 332.67895508 C-66.94454897 331.64220666 -66.94531514 330.60545824 -66.94610452 329.5372932 C-66.94770326 327.43069742 -66.94932433 325.32410167 -66.95096748 323.21750593 C-66.96520128 303.49642573 -66.94886948 283.77546202 -66.92196564 264.05440092 C-66.89962904 247.15856412 -66.90350984 230.26289913 -66.92655945 213.36706543 C-66.95335936 193.71317851 -66.96382821 174.05939352 -66.94849813 154.40549088 C-66.9469055 152.30694836 -66.94533365 150.20840583 -66.94378281 148.10986328 C-66.94301143 147.07752902 -66.94224005 146.04519475 -66.9414453 144.98157763 C-66.93714087 137.73126435 -66.94438767 130.4810161 -66.95618057 123.23071289 C-66.97025076 114.38651916 -66.96631104 105.54254712 -66.93977685 96.69837856 C-66.92669923 92.19196827 -66.92138199 87.68592664 -66.93802261 83.17951965 C-66.95306197 79.04398611 -66.94450725 74.90915849 -66.91813485 70.77368784 C-66.91260847 69.28803014 -66.91525664 67.80231119 -66.92751379 66.31669378 C-67.07398424 47.06791544 -60.84594876 31.78448198 -47.65751648 17.67956543 C-34.13725777 4.71341568 -18.35726907 -0.07549504 0 0 Z ' fill='%23DCEAFC' transform='translate(98.27470397949219,15.6055908203125)'/%3E%3Cpath d='M0 0 C5.67900114 2.69940511 9.68404362 6.30801119 14.05796051 10.77417374 C15.17161987 11.88695694 15.17161987 11.88695694 16.3077774 13.02222061 C18.74127796 15.4584913 21.16032942 17.90858679 23.57944489 20.35913467 C25.27107348 22.0582294 26.96359173 23.75643882 28.65695953 25.4538002 C33.09796496 29.91003236 37.52682322 34.3781479 41.95322418 38.84888077 C46.4775792 43.41425183 51.01336736 47.96823262 55.54819489 52.52319717 C64.43439368 61.45221467 73.30819047 70.39345191 82.17319489 79.34350967 C86.10288979 77.52378727 88.78235203 74.98366783 91.78037262 71.9157753 C92.32887878 71.36274231 92.87738495 70.80970932 93.44251251 70.23991776 C94.63036252 69.04112728 95.81592796 67.8400697 96.99945641 66.63701248 C98.87374856 64.73252653 100.75466701 62.83482172 102.63756561 60.93884659 C107.98883127 55.54785204 113.32731135 50.14425907 118.66269684 44.73755264 C121.92887175 41.42864828 125.20233638 38.12709656 128.48018837 34.82976151 C129.72662402 33.57276405 130.97013617 32.3128606 132.21063805 31.05000687 C133.94586211 29.28356449 135.69013353 27.52653926 137.43662262 25.77124405 C138.19971992 24.98725487 138.19971992 24.98725487 138.97823334 24.18742752 C143.71483361 19.46298332 147.36254011 18.15775713 154.01303864 17.98022842 C160.60305908 19.08849588 164.89515559 23.57306563 169.48569489 28.03100967 C170.90878538 29.38917332 172.33196542 30.74724315 173.75522614 32.10522842 C174.48435211 32.80567276 175.21347809 33.5061171 175.96469879 34.22778702 C179.51063129 37.6247637 183.09346554 40.98223244 186.67319489 44.34350967 C188.10041689 45.68711238 189.52750037 47.03086226 190.95444489 48.37475967 C195.02217918 52.20321548 199.09673876 56.02434467 203.17319489 59.84350967 C209.39668601 65.67419663 215.60921448 71.51640973 221.81772614 77.36304092 C226.59705221 81.86277206 231.38295818 86.35539726 236.17319489 90.84350967 C238.84013116 93.34322219 241.50672382 95.84330092 244.17319489 98.34350967 C244.91730621 99.04105362 245.66141754 99.73859756 246.4280777 100.45727921 C248.71911711 102.60579297 251.00880821 104.75573504 253.29819489 106.90600967 C253.99686676 107.56085342 254.69553864 108.21569717 255.41538239 108.89038467 C256.41311676 109.82817764 256.41311676 109.82817764 257.43100739 110.78491592 C258.00995758 111.32833633 258.58890778 111.87175674 259.18540192 112.43164444 C259.8413736 113.06255997 260.49734528 113.69347549 261.17319489 114.34350967 C262.18850784 115.14639923 263.2038208 115.94928879 264.24990082 116.77650833 C267.74518617 120.31005571 267.89676375 123.37729972 267.97525787 128.21034622 C267.96154144 129.23897278 267.94782501 130.26759933 267.93369293 131.32739639 C267.94705437 132.97265053 267.94705437 132.97265053 267.96068573 134.65114212 C267.98198388 138.27576696 267.95963598 141.89861553 267.93491364 145.52319717 C267.93641692 148.05462195 267.93984906 150.58604624 267.94512177 153.11746597 C267.94945611 158.42874686 267.93323446 163.73940325 267.90048981 169.05054092 C267.86318904 175.15023766 267.86468963 181.24896633 267.88753098 187.3487128 C267.90866792 193.25198619 267.90098959 199.15490705 267.88121223 205.05817413 C267.87540516 207.55133942 267.87660085 210.04453211 267.88523674 212.53768921 C267.93834356 235.54456222 264.80319514 252.68212381 248.55600739 270.05835342 C235.02803568 283.03190006 219.24549296 287.81626183 200.87830353 287.73118973 C199.45913933 287.73537026 198.03997848 287.7408517 196.62082374 287.74750954 C192.74856561 287.76188863 188.87652168 287.75774322 185.0042522 287.75034273 C180.81736203 287.74559457 176.63051712 287.75813543 172.44364166 287.76836014 C164.25183402 287.78552133 156.06010316 287.78639372 147.86828221 287.78114723 C141.20722546 287.77709927 134.54619133 287.77855652 127.88513565 287.78389549 C126.93565517 287.78464391 125.98617469 287.78539234 125.00792208 287.78616344 C123.07880545 287.78769498 121.14968883 287.78923333 119.22057222 287.79077841 C101.14587008 287.80449377 83.07121127 287.79907255 64.99651013 287.78759319 C48.47750708 287.77766202 31.95861606 287.79060121 15.43963028 287.81452738 C-1.54148872 287.83893672 -18.5225556 287.84852173 -35.50369179 287.84187466 C-45.02953927 287.83838649 -54.55530062 287.84058788 -64.0811348 287.85812569 C-72.19025325 287.87287062 -80.29922491 287.87345321 -88.40834056 287.85605478 C-92.54166332 287.84756121 -96.67472411 287.84535475 -100.80803299 287.86070633 C-104.59934496 287.8746128 -108.390172 287.86971471 -112.18145634 287.85046709 C-114.18647169 287.84496609 -116.1915121 287.8589287 -118.19647968 287.8738212 C-136.13959825 287.72916808 -151.33395085 280.68699946 -164.02211761 268.17944717 C-173.09821314 258.41315427 -177.38681536 248.05115942 -180.82680511 235.34350967 C-181.10737007 234.3617778 -181.38793503 233.38004593 -181.67700195 232.36856461 C-187.4572255 211.39256811 -190.50032211 185.59524912 -179.38703728 165.77582932 C-161.25069071 137.15011262 -133.44027119 114.00693012 -108.73403683 91.14333951 C-101.14099568 84.1165801 -93.63640554 77.00696151 -86.2022934 69.81225967 C-85.70984455 69.33571709 -85.2173957 68.85917451 -84.71002416 68.36819124 C-82.72982366 66.45130942 -80.75021375 64.53382045 -78.77136644 62.6155417 C-63.68765932 47.99375529 -48.52743154 33.45227935 -33.16809082 19.11981583 C-31.57208977 17.63002647 -29.97812586 16.13805132 -28.38635635 14.64374161 C-26.21439379 12.60694783 -24.03395121 10.5797088 -21.85033417 8.55542374 C-21.2219138 7.96396687 -20.59349343 7.37250999 -19.94603002 6.76313019 C-14.20549191 1.48258186 -8.1183897 -2.91746736 0 0 Z ' fill='%235392F9' transform='translate(212.8268051147461,208.65649032592773)'/%3E%3Cpath d='M0 0 C4.04568268 2.39780705 7.15433496 5.32173652 10.515625 8.5859375 C11.9387155 9.94410115 13.36189553 11.30217098 14.78515625 12.66015625 C15.51428223 13.36060059 16.2434082 14.06104492 16.99462891 14.78271484 C20.54056141 18.17969153 24.12339566 21.53716026 27.703125 24.8984375 C29.13034701 26.24204021 30.55743049 27.58579008 31.984375 28.9296875 C36.05210929 32.7581433 40.12666888 36.57927249 44.203125 40.3984375 C50.42661613 46.22912445 56.63914459 52.07133755 62.84765625 57.91796875 C67.62698233 62.41769988 72.4128883 66.91032508 77.203125 71.3984375 C79.87006127 73.89815002 82.53665394 76.39822875 85.203125 78.8984375 C86.31929199 79.94475342 86.31929199 79.94475342 87.45800781 81.01220703 C89.74904722 83.16072079 92.03873832 85.31066286 94.328125 87.4609375 C95.02679688 88.11578125 95.72546875 88.770625 96.4453125 89.4453125 C97.44304687 90.38310547 97.44304687 90.38310547 98.4609375 91.33984375 C99.0398877 91.88326416 99.61883789 92.42668457 100.21533203 92.98657227 C100.87130371 93.61748779 101.52727539 94.24840332 102.203125 94.8984375 C103.21843796 95.70132706 104.23375092 96.50421661 105.27983093 97.33143616 C108.77511629 100.86498353 108.92669386 103.93222754 109.00518799 108.76527405 C108.99147156 109.7939006 108.97775513 110.82252716 108.96362305 111.88232422 C108.97698448 113.52757835 108.97698448 113.52757835 108.99061584 115.20606995 C109.01191399 118.83069479 108.9895661 122.45354335 108.96484375 126.078125 C108.96634703 128.60954977 108.96977918 131.14097407 108.97505188 133.6723938 C108.97938622 138.98367469 108.96316458 144.29433108 108.93041992 149.60546875 C108.89311915 155.70516548 108.89461975 161.80389415 108.9174611 167.90364063 C108.93859803 173.80691402 108.93091971 179.70983488 108.91114235 185.61310196 C108.90533527 188.10626725 108.90653096 190.59945994 108.91516685 193.09261703 C108.98988882 225.46357991 108.98988882 225.46357991 101.03398132 234.31051636 C100.42979874 234.83453033 99.82561615 235.35854431 99.203125 235.8984375 C94.23311084 231.73125678 89.5575885 227.39419462 84.9834137 222.79898071 C84.29139593 222.10781737 83.59937816 221.41665402 82.88639015 220.70454633 C80.58407202 218.40386631 78.28533005 216.09964713 75.98657227 213.79541016 C74.33060327 212.1391589 72.67441368 210.48312819 71.01802063 208.82730103 C66.53286541 204.34243227 62.05079634 199.85449078 57.56927991 195.36598635 C53.35652159 191.14760396 49.14145143 186.9315339 44.92639422 182.71544878 C36.58153859 174.36840826 28.23891538 166.01914022 19.89770508 157.66845703 C11.79829563 149.55985891 3.69782937 141.45231894 -4.40405273 133.34619141 C-4.90402893 132.84595249 -5.40400512 132.34571357 -5.91913211 131.8303159 C-8.4275444 129.32059851 -10.9359774 126.81090182 -13.4444207 124.30121541 C-34.23178342 103.50349757 -55.01548246 82.70212084 -75.796875 61.8984375 C-74.85491619 60.79088482 -73.91171126 59.68439189 -72.96799564 58.57833576 C-72.44288491 57.96204188 -71.91777418 57.34574799 -71.37675101 56.71077853 C-69.0996245 54.09859264 -66.68435571 51.63053632 -64.23803711 49.1784668 C-63.7184996 48.65396439 -63.1989621 48.12946198 -62.66368103 47.58906555 C-60.96991331 45.88086907 -59.27243322 44.17643135 -57.57421875 42.47265625 C-56.99020357 41.88581369 -56.40618839 41.29897114 -55.80447578 40.69434547 C-52.72154696 37.59651263 -49.63582173 34.50149907 -46.54760742 31.40893555 C-43.36439776 28.22021454 -40.19059228 25.02230015 -37.01883602 21.82219219 C-34.56945687 19.354192 -32.11339801 16.89292276 -29.65545845 14.4334507 C-28.48201756 13.25698804 -27.3110724 12.07803045 -26.14271355 10.89652061 C-24.51091897 9.24765645 -22.86990566 7.60853347 -21.22631836 5.97143555 C-20.29621445 5.037686 -19.36611053 4.10393646 -18.40782166 3.14189148 C-12.96435831 -1.53540036 -6.67519127 -2.62905578 0 0 Z ' fill='%234071F7' transform='translate(371.796875,228.1015625)'/%3E%3Cpath d='M0 0 C9.56227605 8.89782787 15.63532996 19.81468286 16.546875 32.86328125 C16.99994087 47.55307089 12.84985083 60.20834667 2.8359375 71.09375 C-7.83115081 81.19771902 -20.89506494 85.36406347 -35.390625 85.09375 C-49.01769482 84.05301913 -59.34570048 77.52722672 -68.6640625 67.84375 C-77.7690012 56.8866289 -80.52720055 43.78183118 -79.6640625 29.84375 C-77.59696185 16.81050523 -70.87028312 6.08723589 -60.6640625 -2.15625 C-41.52356775 -14.69977811 -18.19797169 -14.72915011 0 0 Z ' fill='%235392F9' transform='translate(335.6640625,139.15625)'/%3E%3C/svg%3E");
}

.icon-bg-message {
  width: 30px;
  height: 30px;
}
.icon-bg-message::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chat-right-dots-fill' viewBox='0 0 16 16'%3E%3Cpath d='M16 2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h9.586a1 1 0 0 1 .707.293l2.853 2.853a.5.5 0 0 0 .854-.353zM5 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0m4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0m3 1a1 1 0 1 1 0-2 1 1 0 0 1 0 2'/%3E%3C/svg%3E");
}

.icon-bg-facebook {
  width: 30px;
  height: 30px;
}
.icon-bg-facebook::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M413 78c7.483 6.583 14.653 13.302 21 21l2.543 2.918c40.66 46.728 60.124 108.979 56.239 170.54-4.372 53.885-25.14 103.197-61.594 143.132-2.12 2.336-4.185 4.713-6.25 7.098-3.702 4.158-7.676 7.741-11.938 11.312l-2.937 2.563C398.279 446.805 385.529 455.26 372 463l-1.951 1.125c-54.02 30.838-119.38 35.99-178.936 20.379-35.638-9.935-67.491-28.477-94.703-53.317-2.336-2.12-4.713-4.184-7.097-6.25-4.16-3.7-7.743-7.674-11.313-11.937l-2.562-2.937C65.188 398.27 56.783 385.512 49 372l-1.992-3.406C16.896 314.9 11.81 250.004 27.53 191.109 39.524 148.507 64.576 106.382 99 78l2.918-2.543C176.482 10.575 286.331 1.86 413 78m-110.187 25.188-3.084.4c-31.26 4.09-31.26 4.09-56.729 21.412l-2.305 2.309c-10.467 11.029-18.37 23.523-20.32 38.754l-.378 2.834C218.04 183.96 217.873 198.833 218 214l-3.273.168q-6 .31-11.998.632-2.598.137-5.197.27-3.732.191-7.462.395l-2.355.117c-3.988.15-3.988.15-7.715 1.418v51h37l-.031 13.492c-.02 24.304.256 48.605.495 72.907l.18 18.87q.176 18.366.356 36.731 6.66.037 13.318.055 2.248.008 4.496.02c12.753.074 25.45-.406 38.186-1.075q.035-26.937.052-53.875.007-12.507.023-25.014.015-10.898.02-21.796 0-5.774.01-11.547.01-5.43.008-10.858.002-2.952.011-5.903l-.004-3.527.003-3.079c.037-2.415.037-2.415-1.123-4.401h60l1-52c-14.701-1.225-28.843-2.29-43.5-2.125q-2.437.016-4.875.027-5.812.034-11.625.098c-.349-38.532-.349-38.532 6.938-46.687 10.664-9.716 23.795-11.515 37.562-12.438l3.648-.262q4.425-.314 8.852-.613.288-10.626.537-21.252.087-3.618.187-7.235c.093-3.46.174-6.92.253-10.38l.097-3.283.061-3.033.068-2.678c.006-2.355.006-2.355-2.203-4.139-8.294-2.875-18.677-.927-27.187.188' fill='%23395797'/%3E%3C/svg%3E");
}

.icon-bg-instagram {
  width: 30px;
  height: 30px;
}
.icon-bg-instagram::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M413 78c7.483 6.583 14.653 13.302 21 21l2.543 2.918C446.796 113.704 455.257 126.463 463 140l1.125 1.951C494.274 194.764 500.896 260.617 485 319c-10.476 36.434-28.269 68.607-53.812 96.59-2.12 2.336-4.185 4.713-6.25 7.098-3.702 4.158-7.676 7.741-11.938 11.312l-2.937 2.563C398.279 446.805 385.529 455.26 372 463l-1.951 1.125c-54.02 30.838-119.38 35.99-178.936 20.379-35.638-9.935-67.491-28.477-94.703-53.317-2.336-2.12-4.713-4.184-7.097-6.25-4.16-3.7-7.743-7.674-11.313-11.937l-2.562-2.937C65.188 398.27 56.783 385.512 49 372l-1.992-3.406C16.896 314.9 11.81 250.004 27.53 191.109 35.875 161.483 50.07 134.193 69 110l2.11-2.7C79.53 96.775 88.582 86.59 99 78l2.918-2.543C176.482 10.575 286.331 1.86 413 78m-197.062 39.375-3.422.191c-27.34 1.557-50.981 3.591-72.516 22.434l-1.969 1.715c-15.011 13.99-19.365 36.95-20.123 56.676a420 420 0 0 0-.037 7.3l-.006 2.764q-.004 4.483.002 8.967 0 3.162-.003 6.323-.002 6.623.006 13.244.006 8.39-.004 16.78-.004 6.536 0 13.071l-.002 6.176c-.01 10.592.107 21.163.566 31.747l.111 2.636c1.192 24.682 5.431 48.544 23.459 66.601l2.379 2.414c16.542 15.878 37.976 17.613 59.828 17.867l3.763.056q5.922.086 11.843.163c14.917.199 29.814.408 44.715 1.154 35.374 1.745 77.624 3.122 106.324-21.056 16.273-15.265 22.703-36.027 23.43-57.938.15-7.426.136-14.85.116-22.277q.002-4.128.01-8.254.007-8.61-.017-17.221c-.016-6.58-.01-13.158.006-19.737q.02-8.561.007-17.123a2546 2546 0 0 1 .005-10.149c.06-29.605-1.576-59.362-23.28-81.836-37.13-34.584-108.822-25.307-155.192-22.688' fill='%23D161D1'/%3E%3Cpath d='m276 141.813 2.665-.003c9.526 0 19.033.2 28.55.624l2.584.11c18.899.93 33.83 5.27 46.943 19.323 15.982 19.295 15.576 47.491 15.524 71.121l.005 6.588q.005 6.87-.01 13.74c-.012 5.815-.005 11.63.007 17.446q.009 6.795 0 13.588-.003 3.213.005 6.425c.08 46.98.08 46.98-13.523 62.85-18.776 16.215-45.283 17.41-69 17.5l-2.969.014c-6.407-.013-12.783-.219-19.183-.512a589 589 0 0 0-30.98-.62l-3.665.025c-4.947.036-9.894.078-14.842.14-38.433.445-38.433.445-54.423-11.422-20.639-21.118-22.842-53.76-22.856-81.687l-.01-4.592q-.009-4.795-.007-9.592 0-4.857-.02-9.715c-.175-41.945-.175-41.945 4.018-59.601.17-.738.342-1.476.518-2.235 3.378-13.892 9.917-29.542 21.669-38.328 11.737-7.006 22.098-9.237 35.64-9.633l3.698-.126q4.935-.163 9.87-.306 3.075-.09 6.152-.187c17.878-.555 35.752-.937 53.64-.935m42.813 31.437c-3.346 5.076-4.354 9.903-3.344 15.832 1.29 4.659 3.852 7.727 7.844 10.293 3.656 1.867 6.574 2.148 10.687 1.625 5.26-1.893 7.79-4.598 11-9 1.949-5.847 1.993-11.94-.687-17.5-4.414-4.771-8.423-6.29-14.75-6.75-5.026.353-7.293 1.944-10.75 5.5M206 205l-1.812 1.652c-13.298 13.565-19.298 35.984-19.223 54.399.55 19.796 8.894 36.496 23.16 50.074C224.313 324.846 244.033 330.257 265 329c17.875-2.17 32.899-12.285 44.313-25.812 11.886-15.925 19.39-33.817 17.062-54-3.24-19.274-11.806-36.96-27.375-49.188-28.447-19.977-67.023-19.191-93 5' fill='%23D161D1'/%3E%3Cpath d='M277.426 217.355c11.647 7.302 19.567 18.159 23.574 31.333 2.495 11.172 1.112 21.858-4.46 31.96A103 103 0 0 1 292 287l-1.75 2.625c-8.227 8.684-18.262 13.397-30.14 13.845-15.263.182-27.088-3.808-38.36-14.22-9.065-9.462-11.21-20.753-10.996-33.437.855-13.25 5.99-24.669 15.684-33.805 14.911-11.684 34.488-13.872 50.988-4.653' fill='%23D161D1'/%3E%3C/svg%3E");
}

.icon-bg-linkedin {
  width: 30px;
  height: 30px;
}
.icon-bg-linkedin::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M405.473 73.773C410.392 78.107 415.246 82.486 420 87l1.619 1.532C429.917 96.44 437.176 104.797 444 114l1.284 1.706C482.29 165 497.96 228.547 489.48 289.536 484.035 324.08 472.028 358.156 452 387l-1.57 2.271c-7.511 10.763-15.57 20.688-24.775 30.043a416 416 0 0 0-4.71 4.893C413.862 431.58 406.195 437.904 398 444l-1.71 1.289C365.597 468.328 329.767 482.666 292 489l-3.664.625C232.575 497.93 171.273 484.128 125 452l-2.271-1.57c-10.763-7.511-20.688-15.57-30.043-24.775a416 416 0 0 0-4.893-4.71C80.42 413.862 74.096 406.195 68 398l-1.289-1.71C43.681 365.61 29.245 329.77 23 292l-.39-2.191c-9.924-57.634 6.633-120.32 39.507-167.872A293 293 0 0 1 68 114l1.887-2.473C75.232 104.687 81.025 98.29 87 92l1.536-1.623C96.443 82.08 104.8 74.823 114 68l1.706-1.284C148.573 42.042 187.322 27.178 228 22l2.174-.29c61.706-7.278 127.813 11.821 175.299 52.063m-249.227 62.899c-5.401 5.883-6.8 11.534-6.617 19.45.859 6.662 3.88 12.052 9.059 16.315 7.496 4.984 15.954 6.786 24.75 5.094 7.105-1.82 12.773-4.724 17.167-10.722 3.68-6.42 4.568-12.52 3.395-19.809-2.283-7.437-6.257-12.195-13-16-11.998-5.25-25.254-3.383-34.754 5.672m128.348 75.398c-1.882 2.132-1.882 2.132-3.594 5.93l-1-21h-51v144h51l.078-19.187q.037-6.03.082-12.06c.048-6.374.093-12.75.111-19.125.015-5.142.05-10.283.097-15.425q.023-2.937.024-5.875c.002-2.75.03-5.5.062-8.25l-.015-2.435c.14-7.683 3.19-14.12 8.561-19.643 7.645-5.3 14.887-5.759 24-5 5.302 1.355 9.645 3.654 12.941 8.172 5.164 8.917 6.182 17.848 6.264 27.988l.03 2.339q.046 3.78.081 7.563l.063 5.28q.082 6.915.153 13.829.092 8.313.19 16.628c.098 8.4.187 16.8.278 25.201h51c.058-13.73.058-13.73.098-27.46.012-5.618.025-11.235.053-16.852q.032-6.807.039-13.616.004-2.571.021-5.142c.057-9.288-.208-18.455-1.114-27.704l-.242-2.484c-1.682-15.65-7.877-30.298-20.066-40.613-23.116-17.393-57.906-15.764-78.195 4.941M156 197v144h44V197z'/%3E%3C/svg%3E");
}

.icon-bg-spam {
  width: 30px;
  height: 30px;
}
.icon-bg-spam::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800px' height='800px' viewBox='0 0 24 24' role='img' aria-labelledby='spamIconTitle' stroke='%23000000' stroke-width='1' stroke-linecap='square' stroke-linejoin='miter' fill='none' color='%23000000'%3E%3Ctitle id='spamIconTitle'%3ESpam%3C/title%3E%3Cpolygon points='16 3 21 8 21 16 16 21 8 21 3 16 3 8 8 3'/%3E%3Cpath d='M12,8 L12,13'/%3E%3Cline x1='12' y1='16' x2='12' y2='16'/%3E%3C/svg%3E");
}

.icon-bg-yes {
  width: 30px;
  height: 30px;
}
.icon-bg-yes::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='31' height='31'%3E%3Cpath d='M5.268 10.732a2.501 2.501 0 0 0-3.536 3.536l4.645 4.645a3.71 3.71 0 0 0 5.246 0l.913-.913z'/%3E%3Cpath d='M22.268 4.732a2.5 2.5 0 0 0-3.536 0L9 14.464 12.536 18l9.732-9.732a2.5 2.5 0 0 0 0-3.536'/%3E%3C/svg%3E");
}

.icon-bg-eye {
  width: 30px;
  height: 30px;
}
.icon-bg-eye::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='m434 167 1.811 1.51c12.608 10.548 24.541 21.77 36.189 33.365l2.103 2.089c4.502 4.516 8.74 9.202 12.897 14.036q1.586 1.805 3.176 3.605c22.547 25.69 22.547 25.69 22.324 37.172-1.363 8.788-8.35 15.45-14.207 21.72-2.239 2.444-4.298 4.967-6.356 7.565-9.21 11.351-19.634 21.712-29.937 32.063l-2.064 2.079c-4.483 4.468-9.14 8.67-13.936 12.796a2129 2129 0 0 0-3.605 3.176c-7.339 6.442-14.765 12.677-22.61 18.498a653 653 0 0 0-3.73 2.793C397.872 373.149 378.424 384.97 358 395l-2.375 1.167c-53.67 25.996-114.316 31.134-171.025 11.767C145.125 393.759 110.037 371.846 78 345l-1.811-1.51C63.581 332.941 51.648 321.72 40 310.124l-2.103-2.089C33.395 303.52 29.157 298.834 25 294a2095 2095 0 0 0-3.176-3.605C-.723 264.705-.723 264.705-.5 253.223c1.363-8.788 8.35-15.45 14.207-21.72 2.239-2.444 4.298-4.967 6.355-7.565 9.212-11.351 19.635-21.712 29.938-32.063l2.064-2.079c4.483-4.468 9.14-8.67 13.936-12.796q1.805-1.586 3.605-3.176c7.343-6.445 14.774-12.683 22.623-18.507a560 560 0 0 0 3.67-2.752C188.457 82.682 295.87 73.707 434 167m-321 17-2.496 1.945C94.428 198.652 79.513 212.421 65 226.875l-2.391 2.377c-6.58 6.599-12.673 13.519-18.546 20.748l-2.34 2.875L40 255c1.5 5.075 4.597 8.109 8.188 11.813l5.09 5.337c1.714 1.841 3.357 3.729 4.995 5.64 4.482 5.16 9.323 9.952 14.164 14.772l2.737 2.749C80.288 300.417 85.497 305.317 91 310q1.695 1.477 3.387 2.957C118.322 333.725 144.284 351.504 173 365l1.955.92c45.878 21.383 94.55 25.008 142.565 8.193C347.129 363.324 374.189 347.367 399 328l2.496-1.945c16.076-12.707 30.991-26.476 45.504-40.93l2.391-2.377c6.58-6.599 12.673-13.519 18.546-20.748l2.34-2.875L472 257c-1.504-5.28-4.963-8.48-8.687-12.312a2562 2562 0 0 1-3.637-3.801l-1.857-1.94c-1.77-1.894-3.467-3.832-5.155-5.799-4.306-4.963-8.947-9.577-13.601-14.21l-2.592-2.604c-4.996-4.988-10.106-9.748-15.471-14.334q-1.572-1.388-3.14-2.781C403.524 186.624 388.13 175.19 372 165l-1.837-1.162c-8.805-5.525-17.847-10.399-27.216-14.897a394 394 0 0 1-5.552-2.75C259.707 108.152 178.06 133.216 113 184'/%3E%3Cpath d='M252.71 153.879c25.81-.588 49.272 7.909 69.29 24.121l1.984 1.52c19.408 15.445 30.939 41.525 33.766 65.73q.161 2.374.25 4.75l.121 2.71c.588 25.81-7.909 49.272-24.121 69.29l-1.52 1.984c-15.445 19.408-41.525 30.939-65.73 33.766q-2.374.161-4.75.25l-2.71.121c-25.81.588-49.272-7.909-69.29-24.121l-1.984-1.52c-19.408-15.445-30.939-41.525-33.766-65.73q-.161-2.374-.25-4.75l-.121-2.71c-.588-25.81 7.909-49.272 24.121-69.29l1.52-1.984c15.445-19.408 41.525-30.939 65.73-33.766 2.486-.17 4.971-.26 7.46-.371m-49.796 60.59c-11.138 14.98-16.16 33.065-13.637 51.56 3.108 18.217 12.765 33.818 27.598 44.846 16.124 10.444 34.258 14.936 53.183 11.096 17.415-4.09 32.632-14.21 42.419-29.319 9.878-17.199 13.606-35.412 8.494-54.713C315.98 221.162 305.272 206.772 290 198c-30.531-16.455-64.79-9.919-87.086 16.469'/%3E%3C/svg%3E");
}

.icon-bg-neye {
  width: 30px;
  height: 30px;
}
.icon-bg-neye::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M435.375 70.688c3.576 3.15 7.364 6.524 7.828 11.484l.047 2.578.078 2.547c-.741 6.108-4.378 10.186-8.626 14.341l-1.597 1.599c-1.73 1.728-3.47 3.444-5.21 5.161l-3.62 3.607a3877 3877 0 0 1-9.513 9.44c-3.243 3.212-6.478 6.433-9.713 9.653A10912 10912 0 0 1 386 150c3.223 3.312 6.639 5.954 10.438 8.563C406.36 165.518 415.634 173.215 424 182l2.438 2.438L429 187l1.664 1.523c16.07 15.144 32.61 39.145 33.574 61.848.622 28.076-12.52 48.778-30.238 69.629l-1.84 2.215c-3.368 3.98-6.915 7.467-10.898 10.828a134 134 0 0 0-4.805 4.383C404.304 349.009 390.509 358.59 376 367l-1.917 1.142c-35.575 21.155-76.073 32.325-117.396 32.233l-2.795-.002c-30.752-.083-64.928-5.143-92.267-20.236-2.46-1.407-2.46-1.407-4.421-.564-3.08 1.995-5.534 4.521-8.087 7.13l-1.75 1.765a1563 1563 0 0 0-3.749 3.794 1965 1965 0 0 1-5.94 6 8603 8603 0 0 0-16.886 17.062 4379 4379 0 0 1-10.342 10.433q-1.97 1.986-3.932 3.98c-1.828 1.86-3.666 3.711-5.506 5.56l-1.627 1.669c-4.409 4.398-8.11 6.31-14.323 6.409-4.774-.106-7.41-1.157-11.062-4.375-3.542-4.02-5.153-6.413-5.25-11.75l-.078-2.547c.77-6.347 4.69-10.498 9.071-14.824.585-.589 1.17-1.177 1.771-1.784 1.963-1.974 3.937-3.937 5.91-5.9l4.267-4.281c3.91-3.923 7.83-7.836 11.751-11.748 4.227-4.22 8.444-8.448 12.663-12.675q11.684-11.702 23.384-23.387a39526 39526 0 0 0 28.863-28.861q27.27-27.28 54.558-54.543a77520 77520 0 0 0 48.478-48.479 110360 110360 0 0 1 60.252-60.262l1.443-1.443q10.799-10.793 21.587-21.595 12.266-12.279 24.55-24.54 6.271-6.257 12.53-12.529a4969 4969 0 0 1 11.465-11.454q2.081-2.075 4.153-4.158a1296 1296 0 0 1 5.637-5.623l1.635-1.656c6.406-6.31 14.476-8.403 22.735-4.273m-76.982 105.679-1.925 1.938-2.183 2.184-2.355 2.386-2.413 2.421a3918 3918 0 0 0-7.642 7.704q-2.587 2.603-5.176 5.203Q330.343 204.594 324 211c1.242 3.809 2.595 7.35 4.375 10.938 8.06 17.939 10.141 39.66 4.02 58.609C327.256 293.27 321.174 304.553 311 314l-1.781 1.797c-16.507 15.89-37.545 19.735-59.664 19.476-12.182-.35-22.1-4.09-32.63-9.98-3.196-1.413-3.79-1.457-6.925-.293a115 115 0 0 0-6.297 6.004l-1.799 1.812a1431 1431 0 0 0-5.654 5.747l-3.848 3.888Q187.69 347.215 183 352c2.742 2.225 5.148 3.591 8.5 4.684l2.655.866c53.253 16.613 106.058 11.633 155.658-13.863C359.735 338.46 369.08 332.797 378 326l1.928-1.45C401.461 308.215 422.26 288.223 431 262c1.754-16.013-7.006-29.301-16.428-41.55C402.979 206.004 389.124 193.612 374 183l-1.867-1.317c-6.567-5.78-6.567-5.78-13.74-5.316m-64.513 64.482-1.707 1.719-1.803 1.793a2114 2114 0 0 0-5.91 5.912l-4.093 4.089q-4.294 4.29-8.58 8.59c-3.67 3.682-7.349 7.354-11.03 11.024q-4.23 4.22-8.452 8.451a2608 2608 0 0 1-4.07 4.065q-2.839 2.835-5.667 5.681l-1.72 1.707c-2.923 2.578-2.923 2.578-3.848 6.12 13.682 4.542 26.113 5.214 39.664-.75 12.342-6.604 20.96-17.384 25.45-30.504 1.013-4.284 1.228-8.175 1.199-12.558l-.004-2.389c-.099-5.962-.974-11.267-3.309-16.799-2.984 0-4.1 1.85-6.12 3.849m-38.567-129.224h2.79c53.645.123 53.645.123 64.897 11.375.493 3.667.392 5.417-1.693 8.517a510 510 0 0 1-7.745 7.858l-2.662 2.809c-7.395 7.411-7.395 7.411-12.51 7.507-2.212-.263-2.212-.263-4.39-.691l-2.16-.303c-2.23-.327-4.437-.727-6.652-1.135-52.112-8.708-105.656 6.99-148.293 37.34C128.39 191.07 120.555 197.703 113 205l-3.02 2.828c-12.581 11.961-27.725 29.366-28.355 47.61.076 7.056 2.189 12.344 5.375 18.562l1.504 2.965c7.985 14.642 21.648 30.646 35.473 40.062C126 319 126 319 126.824 322.195c-1.25 5.776-4.816 8.7-9.011 12.68-.77.77-1.538 1.542-2.33 2.336-6.494 6.332-6.494 6.332-11.483 6.789-1.992-.969-1.992-.969-3.875-2.5l-2.074-1.684c-3.165-2.803-6.129-5.763-9.051-8.816l-2.375-2.375L84 326l-1.887-1.746c-16.315-15.495-33.364-39.387-34.351-62.625C47.14 233.6 60.252 212.789 78 192l2.063-2.437c3.676-4.25 7.48-8.089 11.777-11.708a121 121 0 0 0 4.476-4.054C109.662 161.148 125.143 151.2 141 142l1.843-1.088c33.705-19.751 73.643-29.37 112.47-29.287'/%3E%3Cpath d='M266 176c2 2 2 2 2.481 4.719-.66 4.502-3.056 6.719-6.184 9.781l-1.797 1.814a464 464 0 0 1-3.804 3.772 437 437 0 0 0-5.688 5.726c-6.375 6.395-12.148 11.382-20.52 15.063-7.348 3.324-12.117 9.957-15.433 17.07-4.063 7.733-9.582 13.494-15.79 19.571a404 404 0 0 0-5.482 5.521 1493 1493 0 0 1-3.537 3.514l-1.63 1.666c-2.628 2.533-4.225 3.727-7.881 4.249C178 268 178 268 176 266c-2.81-20.32 2.479-39.973 13.898-56.797A128 128 0 0 1 195 203l2.34-2.934C213.394 180.833 241.8 172.653 266 176'/%3E%3C/svg%3E");
}

.icon-bg-Rlist {
  width: 30px;
  height: 30px;
}
.icon-bg-Rlist::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='m325.274 272.71 3.345-.02c3.632-.02 7.264-.024 10.897-.026l7.614-.02a6407 6407 0 0 1 15.948-.015c6.116.002 12.233-.02 18.35-.051 5.914-.03 11.829-.037 17.744-.035q3.753-.005 7.506-.027c3.51-.02 7.02-.014 10.53-.002l3.09-.034c13.536.117 25.37 5.606 35.39 14.582 14.678 15.776 14.771 34.031 14.71 54.313q.003 3.563.01 7.126.005 7.444-.017 14.888c-.017 6.334-.007 12.668.01 19.003.012 4.9.008 9.8 0 14.701q-.004 3.503.008 7.004c.046 19.555-.864 35.713-15.034 50.583-11.795 11.523-24.54 15.462-40.78 15.481l-3.136.015q-5.124.021-10.248.027l-7.152.017q-7.498.015-14.995.02c-6.382.006-12.763.03-19.145.058-4.926.019-9.852.024-14.778.026q-3.528.004-7.054.024c-20.324.106-36.32-1.18-51.798-15.871-9.78-10.582-13.926-22.99-13.79-37.237l-.017-3.356c-.012-3.62.004-7.24.022-10.86q0-3.807-.005-7.612 0-7.95.034-15.901c.027-6.103.029-12.206.017-18.31-.01-5.906-.004-11.812.01-17.719q.006-3.747 0-7.494c-.002-3.496.014-6.99.036-10.487l-.014-3.092c.135-13.116 5.037-26.028 14.418-35.409 12.24-9.865 22.551-14.304 38.274-14.29M317 320c-1.715 3.43-1.156 7.37-1.161 11.144l-.015 2.873q-.021 4.72-.027 9.44l-.017 6.547q-.015 6.871-.02 13.742a4700 4700 0 0 1-.058 17.614c-.019 4.51-.024 9.02-.026 13.53q-.004 3.246-.024 6.493a1169 1169 0 0 0-.008 9.085l-.028 2.713c.032 4.751.255 7.98 3.384 11.819 2.258 1.129 3.497 1.135 6.003 1.154l2.536.026 2.788.013 2.933.025q4.817.036 9.635.055l3.318.017q8.694.039 17.388.06c5.992.017 11.984.062 17.977.112 4.602.034 9.205.046 13.807.051q3.315.01 6.628.046c3.09.032 6.18.032 9.271.024l2.77.05c4.19-.041 6.405-.292 10.014-2.564 2.712-4.308 2.627-7.753 2.563-12.753l.022-2.938c.017-3.2-.003-6.4-.024-9.6q0-3.339.007-6.677.003-6.99-.04-13.983a2062 2062 0 0 1-.008-17.933c.01-4.594.001-9.188-.014-13.782q-.007-3.306.002-6.613a866 866 0 0 0-.043-9.236l.02-2.766c-.039-5.028-.039-5.028-2.461-9.323-4.283-3-8.16-2.627-13.236-2.642l-2.873-.02c-3.147-.02-6.293-.031-9.44-.041l-3.252-.013q-8.519-.03-17.037-.044c-5.872-.011-11.743-.046-17.614-.085-4.51-.026-9.02-.035-13.53-.038q-3.247-.008-6.493-.035a880 880 0 0 0-9.085-.017l-2.713-.039c-5.204.044-8.077.521-11.819 4.509M94.76 272.498l3.356-.016c3.62-.012 7.24.004 10.86.022q3.807 0 7.612-.005 7.95 0 15.901.034c6.103.027 12.206.029 18.31.017q8.859-.013 17.719.01 3.747.006 7.494 0c3.496-.002 6.99.014 10.487.036l3.092-.014c13.116.135 26.028 5.037 35.409 14.418 9.865 12.24 14.304 22.551 14.29 38.274l.02 3.345c.02 3.632.024 7.264.026 10.897l.02 7.614q.017 7.974.015 15.948c-.002 6.116.02 12.233.051 18.35.03 5.914.037 11.829.035 17.744q.004 3.753.027 7.506c.02 3.51.014 7.02.002 10.53l.034 3.09c-.117 13.536-5.606 25.37-14.583 35.39-15.775 14.678-34.03 14.771-54.312 14.71q-3.563.003-7.126.01-7.444.005-14.888-.017c-6.334-.017-12.668-.007-19.003.01-4.9.012-9.8.008-14.701 0q-3.503-.004-7.004.008c-19.555.046-35.713-.864-50.583-15.034-11.523-11.795-15.462-24.54-15.481-40.78l-.015-3.136q-.021-5.124-.027-10.248l-.017-7.152q-.015-7.498-.02-14.995a5311 5311 0 0 0-.058-19.145c-.019-4.926-.024-9.852-.026-14.778q-.004-3.528-.024-7.054c-.106-20.324 1.18-36.32 15.871-51.798 10.582-9.78 22.99-13.926 37.237-13.79M87 319c-1.129 2.258-1.135 3.497-1.154 6.003l-.026 2.536-.013 2.788-.025 2.933q-.036 4.817-.055 9.635l-.017 3.318q-.039 8.694-.06 17.388c-.017 5.992-.062 11.984-.112 17.977-.034 4.602-.046 9.205-.051 13.807q-.01 3.315-.046 6.628a716 716 0 0 0-.024 9.271l-.05 2.77c.041 4.19.292 6.405 2.564 10.014 4.308 2.712 7.753 2.627 12.753 2.563l2.938.022c3.2.017 6.4-.003 9.6-.024q3.338 0 6.677.007 6.99.003 13.983-.04a2062 2062 0 0 1 17.933-.008c4.594.01 9.188.001 13.782-.014q3.307-.007 6.613.002a866 866 0 0 0 9.236-.043l2.766.02c5.028-.039 5.028-.039 9.323-2.461 3-4.283 2.627-8.16 2.642-13.236l.02-2.873q.028-4.72.041-9.44l.013-3.252q.03-8.519.044-17.037c.011-5.872.046-11.743.085-17.614.026-4.51.035-9.02.038-13.53q.008-3.246.035-6.493c.025-3.029.024-6.056.017-9.085l.039-2.713c-.035-4.142-.163-6.269-2.413-9.852-4.023-3.776-7.991-3.122-13.24-3.128l-2.873-.015q-4.72-.021-9.44-.027l-6.547-.017q-6.871-.015-13.742-.02a4700 4700 0 0 1-17.614-.058c-4.51-.019-9.02-.024-13.53-.026q-3.246-.004-6.493-.024a1169 1169 0 0 0-9.085-.008l-2.713-.028c-4.751.032-7.98.255-11.819 3.384M341.375 41.602q3.563-.003 7.126-.01 7.444-.005 14.888.017c6.334.017 12.668.007 19.003-.01 4.9-.012 9.8-.008 14.701 0q3.503.004 7.004-.008c19.555-.046 35.713.864 50.583 15.034 11.523 11.795 15.462 24.54 15.481 40.78l.015 3.136q.021 5.124.027 10.248l.017 7.152q.015 7.498.02 14.995c.006 6.382.03 12.763.058 19.145.019 4.926.024 9.852.026 14.778q.004 3.528.024 7.054c.106 20.324-1.18 36.32-15.871 51.798-10.582 9.78-22.99 13.926-37.237 13.79l-3.356.017c-3.62.012-7.24-.004-10.86-.022q-3.807 0-7.612.005-7.95 0-15.901-.034a2865 2865 0 0 0-18.31-.017q-8.859.013-17.719-.01-3.747-.006-7.494 0c-3.496.002-6.99-.014-10.487-.036l-3.092.014C309.293 239.283 296.381 234.38 287 225c-7.698-9.308-14.083-19.51-14.147-31.886l-.022-2.9-.008-3.148-.02-3.343q-.028-5.472-.041-10.946l-.013-3.785q-.028-8.9-.041-17.8-.015-10.23-.077-20.46a3525 3525 0 0 1-.05-17.787q-.007-3.765-.034-7.532c-.025-3.524-.024-7.048-.017-10.573l-.039-3.104c.097-13.554 5.584-25.392 14.572-35.424 15.775-14.678 34.03-14.771 54.312-14.71M317 90c-1.715 3.43-1.166 7.369-1.177 11.144l-.02 2.873q-.028 4.72-.041 9.44l-.013 3.252q-.03 8.518-.044 17.037a3613 3613 0 0 1-.085 17.614c-.026 4.51-.035 9.02-.038 13.53q-.008 3.246-.035 6.493a880 880 0 0 0-.017 9.085l-.039 2.713c.035 4.142.163 6.269 2.413 9.852 4.023 3.776 7.991 3.122 13.24 3.128l2.873.015q4.72.021 9.44.027l6.547.017q6.871.015 13.742.02c5.872.006 11.743.03 17.614.058 4.51.019 9.02.024 13.53.026q3.247.004 6.493.024c3.029.017 6.057.015 9.085.008l2.713.028c4.751-.032 7.98-.255 11.819-3.384 1.129-2.258 1.135-3.497 1.154-6.003l.026-2.536.013-2.788.025-2.933q.036-4.817.055-9.635l.017-3.318q.039-8.694.06-17.388c.017-5.992.062-11.984.112-17.977.034-4.602.046-9.205.051-13.807q.01-3.315.046-6.628c.032-3.09.032-6.18.024-9.271l.05-2.77c-.041-4.19-.292-6.405-2.564-10.014-4.308-2.712-7.753-2.627-12.753-2.563l-2.938-.022c-3.2-.017-6.4.003-9.6.024q-3.338 0-6.677-.007-6.99-.003-13.983.04a2062 2062 0 0 1-17.933.008c-4.594-.01-9.188-.001-13.782.014q-3.307.007-6.613-.002a866 866 0 0 0-9.236.043l-2.766-.02c-4.954.075-7.745.21-10.788 4.553M97.405 41.839l3.136-.015q5.124-.021 10.248-.027l7.152-.017q7.498-.015 14.995-.02c6.382-.006 12.763-.03 19.145-.058 4.926-.019 9.852-.024 14.778-.026q3.528-.004 7.054-.024c20.324-.106 36.32 1.18 51.798 15.871 9.78 10.582 13.926 22.99 13.79 37.237l.017 3.356c.012 3.62-.004 7.24-.022 10.86q0 3.807.005 7.612 0 7.95-.034 15.901a2865 2865 0 0 0-.017 18.31q.013 8.859-.01 17.719-.006 3.747 0 7.494c.002 3.496-.014 6.99-.036 10.487l.014 3.092C239.283 202.707 234.38 215.619 225 225c-12.24 9.865-22.551 14.304-38.274 14.29l-3.345.02c-3.632.02-7.264.024-10.897.026l-7.614.02q-7.974.017-15.948.015c-6.116-.002-12.233.02-18.35.051-5.914.03-11.829.037-17.744.035q-3.753.004-7.506.027c-3.51.02-7.02.014-10.53.002l-3.09.034c-13.536-.117-25.37-5.606-35.39-14.583-14.678-15.775-14.771-34.03-14.71-54.312q-.003-3.563-.01-7.126-.005-7.444.017-14.888c.017-6.334.007-12.668-.01-19.003-.012-4.9-.008-9.8 0-14.701q.004-3.503-.008-7.004c-.046-19.555.864-35.713 15.034-50.583 11.795-11.523 24.54-15.462 40.78-15.481M87.932 87.93c-2.712 4.308-2.627 7.753-2.563 12.753l-.022 2.938c-.017 3.2.003 6.4.024 9.6q0 3.338-.007 6.677-.003 6.99.04 13.983a2062 2062 0 0 1 .008 17.933c-.01 4.594-.001 9.188.014 13.782q.007 3.307-.002 6.613a866 866 0 0 0 .043 9.236l-.02 2.766c.039 5.028.039 5.028 2.461 9.323 4.283 3 8.16 2.627 13.236 2.642l2.873.02q4.72.028 9.44.041l3.252.013q8.519.03 17.037.044c5.872.011 11.743.046 17.614.085 4.51.026 9.02.035 13.53.038q3.246.008 6.493.035c3.029.025 6.056.024 9.085.017l2.713.039c4.142-.035 6.269-.163 9.852-2.413 3.776-4.023 3.122-7.991 3.128-13.24l.015-2.873q.021-4.72.027-9.44l.017-6.547q.015-6.871.02-13.742c.006-5.872.03-11.743.058-17.614.019-4.51.024-9.02.026-13.53q.004-3.246.024-6.493c.017-3.029.015-6.057.008-9.085l.028-2.713c-.032-4.751-.255-7.98-3.384-11.819-2.258-1.129-3.497-1.135-6.003-1.154l-2.536-.026-2.788-.013-2.933-.025a2958 2958 0 0 0-9.635-.055l-3.318-.017q-8.694-.039-17.388-.06c-5.992-.017-11.984-.062-17.977-.112a2272 2272 0 0 0-13.807-.051q-3.315-.01-6.628-.046a716 716 0 0 0-9.271-.024l-2.77-.05c-4.19.041-6.405.292-10.014 2.564'/%3E%3C/svg%3E");
}

.icon-bg-home {
  width: 30px;
  height: 30px;
}
.icon-bg-home::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-house-fill' viewBox='0 0 16 16'%3E%3Cpath d='M8.707 1.5a1 1 0 0 0-1.414 0L.646 8.146a.5.5 0 0 0 .708.708L8 2.207l6.646 6.647a.5.5 0 0 0 .708-.708L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293z'/%3E%3Cpath d='m8 3.293 6 6V13.5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 13.5V9.293z'/%3E%3C/svg%3E");
}

.icon-bg-folder {
  width: 30px;
  height: 30px;
}
.icon-bg-folder::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23FFC107' viewBox='0 0 24 24'%3E%3Cpath d='M10 4H2C.9 4 0 4.9 0 6v12c0 1.1.9 2 2 2h20c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2H12z'/%3E%3C/svg%3E");
}

.icon-bg-agent {
  width: 30px;
  height: 30px;
}
.icon-bg-agent::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M250.655-.37c2.512-.005 5.022-.041 7.534-.08C284.285-.63 309.002 7.916 329 25a504 504 0 0 1 4.312 4.938c6.26 6.5 14.351 9.122 22.57 12.488C369.632 48.088 382.98 55.236 395 64l1.82 1.315C415.506 78.853 432.793 93.722 447 112l2.387 2.977C466.739 136.782 480.16 161.58 489 188l.846 2.525c2.995 9.104 5.482 18.273 7.404 27.663l.458 2.224c2.954 15.401 3.665 30.63 3.604 46.276l-.005 2.942c-.044 14.003-.458 27.619-3.307 41.37l-.488 2.573c-7.589 39.797-24.665 77.899-51.076 108.731-2.042 2.412-3.98 4.903-5.936 7.384-8.435 10.273-18.09 19.084-28.5 27.312l-2.602 2.2C396.71 469.921 382.676 478.301 368 486l-2.168 1.152C343.549 498.846 318.823 506.224 294 510l-3.535.553c-11.24 1.595-22.374 1.846-33.715 1.822l-2.922-.002C193.664 512.218 135.214 490.182 91 449a747 747 0 0 0-4.125-3.562c-6.784-5.942-12.766-12.3-18.398-19.344a357 357 0 0 0-5.329-6.5C55.404 410.29 48.944 400.538 43 390l-1.501-2.657C33.528 373.055 27.246 358.489 22 343l-.784-2.269c-6.648-19.54-10.31-40.893-10.42-61.524l-.02-2.729c-.23-37.757-.23-37.757 3.224-54.478l.602-2.979C26.11 163.694 56.012 110.969 101 76l2.977-2.387c18.537-14.752 39.52-27.651 62.078-35.062 9.255-2.672 9.255-2.672 16.308-8.711 1.151-3.265 1.893-6.464 2.637-9.84 5.078-9.336 15.235-12.191 24.785-15.187 13.583-3.821 26.803-5.186 40.87-5.184' fill='%235858F3'/%3E%3Cpath d='M181 33c.371 9.333-1.202 14.146-7.457 21.008-17.08 20.097-21.061 46.125-20.903 71.54.008 2.29-.013 4.58-.038 6.87l.04 2.09c-.06 3.897-.521 5.353-3.117 8.34L147 145c-2.773 5.547-1.502 14.164.063 20 5.37 15.387 15.16 28.611 29.937 36 .787 1.8.787 1.8 1.559 4.172l.901 2.672.977 2.906c5.732 16.333 13.856 36.829 27.167 48.677 2.467 2.78 1.885 6.533 1.9 10.08l.03 2.546q.022 2.67.022 5.342c.006 2.7.06 5.397.118 8.097.15 15.305.15 15.305-5.167 21.652-4.921 6.061-5.438 15.282-6.57 22.731l-.486 3.008A464 464 0 0 0 196 343l-.275 2.011c-1.764 13.267-2.035 26.431-1.986 39.803.01 3.418 0 6.835-.012 10.252-.01 14.414.76 28.602 2.273 42.934l.365 3.654c.29 2.807.608 5.607.947 8.409l.368 3.042c2.31 18.395 5.41 36.771 9.32 54.895-43.353-9.072-83.511-28.74-116-59a747 747 0 0 0-4.125-3.562c-6.784-5.942-12.766-12.3-18.398-19.344a357 357 0 0 0-5.329-6.5C55.404 410.29 48.944 400.538 43 390l-1.501-2.657C33.528 373.055 27.246 358.489 22 343l-.784-2.269c-6.648-19.54-10.31-40.893-10.42-61.524l-.02-2.729c-.23-37.757-.23-37.757 3.224-54.478l.602-2.979C26.11 163.694 56.012 110.969 101 76l2.977-2.387C122.854 58.591 156.202 33 181 33' fill='%235858F3'/%3E%3Cpath d='m242.582-.238 2.464-.025q2.577-.02 5.156-.032a484 484 0 0 0 5.162-.062c29.88-.515 56.752 9.278 78.761 29.982 11.83 12.286 18.92 27.044 23.625 43.313l.603 2.055c4.235 15.602 3.997 31.554 4.028 47.58.01 2.915.043 5.829.08 8.743l-.015 2.68c.088 5.565 1.058 8.476 4.554 13.004 2.142 13.29-3.02 24.996-10 36-4.962 6.476-11.423 14.32-19.523 16.76-2.655 1.002-2.655 1.002-3.479 3.486l-.557 2.746c-1.32 5.668-3.192 10.801-5.503 16.133l-1.182 2.73c-2.63 5.93-5.498 11.66-8.756 17.27l-1.11 1.93c-1.88 3.116-3.64 5.702-6.27 8.255-4.002 4.038-6.582 6.72-6.696 12.576q.259 2.166.596 4.321c1.752 12.034 3.396 24.196-3.555 34.938-6.138 8.207-13.578 15.357-21.027 22.355l-1.667 1.565A595 595 0 0 1 257 347c-10.016-4.501-18.245-14.13-26.187-21.625l-1.568-1.475c-22.262-21.094-22.262-21.094-23.307-37.199-.097-6.705.769-13.318 1.745-19.94.4-3.25.514-5.35-.92-8.337-1.803-1.998-3.721-3.675-5.763-5.424-2.001-2.698-3.712-5.557-5.437-8.437l-1.419-2.351C177 213.289 177 213.289 177 201l-2-.625c-4.152-1.903-7.483-4.484-11-7.375-.59-.48-1.18-.962-1.79-1.457-9.124-8.229-16.519-22.489-17.448-34.664-.25-11.128-.25-11.128 4.238-15.879l2-1 .044-2.959c.06-3.706.136-7.41.218-11.116q.05-2.382.084-4.764c.373-25.049 6.025-50.767 23.591-69.661 4.262-4.894 4.992-9.27 5.472-15.508.651-8.282 2.971-15.885 8.966-21.867 14.011-10.744 36-14.196 53.207-14.363' fill='%23F8B98E'/%3E%3Cpath d='M208 300c5.798 4.814 11.123 9.992 16.434 15.336l2.66 2.665q4.175 4.184 8.344 8.374l5.685 5.7Q248.065 339.032 255 346c3.532-1.507 5.796-3.554 8.493-6.266l2.669-2.67 2.854-2.884q1.47-1.476 2.942-2.951 3.863-3.876 7.713-7.763 3.938-3.966 7.884-7.923Q295.285 307.78 303 300c7.398 7.01 9.503 14.515 11.063 24.375l.49 3.039c.502 3.192.976 6.389 1.447 9.586l.466 2.975c4.927 32.15 3.56 65.738.534 98.025q-.185 2.28-.367 4.563c-.908 10.315-2.778 20.496-4.57 30.687l-.386 2.194c-1.93 10.906-3.92 21.825-6.677 32.556-31.877 6.575-66.123 6.575-98 0-3.146-10.877-5.321-21.697-7.062-32.875l-.779-4.901c-1.467-9.327-2.83-18.663-3.971-28.036l-.339-2.771c-1.779-15.596-2.063-31.16-2.09-46.84-.009-3.411-.04-6.822-.071-10.233C192.4 322.36 192.4 322.36 206 302z' fill='%23D1DBFA'/%3E%3Cpath d='m242.582-.238 2.464-.025q2.577-.02 5.156-.032a484 484 0 0 0 5.162-.062c29.88-.515 56.752 9.278 78.761 29.982 11.83 12.286 18.92 27.044 23.625 43.313l.603 2.055c4.025 14.828 3.903 29.719 3.772 44.945q-.016 3.076-.027 6.154-.035 7.455-.098 14.908l-3-1c-4.35-.43-7.905-.584-11.812 1.5-7.955 3.743-17.107 1.242-25.399-.366-8.704-1.543-17.485-1.534-26.307-1.491-9.73-.115-9.73-.115-12.787-2.944-2.151-3.425-2.084-5.728-1.695-9.699l-2.172-.82c-12.398-5.172-23.226-13.991-34.056-21.783C224 88.16 224 88.16 199 84c-9.767 2.56-16.666 8.145-21.851 16.703-2.03 4.06-2.88 8.308-3.774 12.734l-.62 2.89c-1.8 8.518-3.353 17.08-4.755 25.673l-2.375-1c-4.619-1.274-8.867-1.17-13.625-1q-.113-7.038-.165-14.075a659 659 0 0 0-.061-4.764c-.404-25.028 5.664-50.84 23.164-69.661 4.261-4.894 4.991-9.27 5.471-15.508.651-8.282 2.971-15.885 8.966-21.867 14.011-10.744 36-14.196 53.207-14.363' fill='%23AC7752'/%3E%3Cpath d='M313 317c8.533.498 16.663 1.768 25 3.625l3.649.801c80.637 17.915 80.637 17.915 94.914 38.699 7.513 12.141 12.963 25.726 18.125 39l.776 1.953c.886 2.377 1.556 4.431 1.45 6.985-8.21 17.401-27.475 35.068-42.18 46.761a231 231 0 0 0-5.343 4.383C396.702 469.924 382.674 478.304 368 486l-2.168 1.152c-10.353 5.433-21.078 9.514-32.144 13.223l-3.755 1.264c-8.24 2.687-16.428 4.712-24.933 6.361.673-5.922 1.66-11.717 2.813-17.562 3.36-17.41 6.63-34.764 8.187-52.438l.273-2.873c3.28-35.259 4.005-71.759-2.88-106.614-.605-3.872-.521-7.601-.393-11.513' fill='%2347477F'/%3E%3Cpath d='M200 316c-1.813 14.117-1.813 14.117-3 20.75-2.68 16.024-3.32 31.84-3.26 48.064.01 3.418 0 6.835-.013 10.252-.01 14.414.76 28.602 2.273 42.934l.365 3.654c.29 2.807.608 5.607.947 8.409l.368 3.042c2.31 18.395 5.41 36.771 9.32 54.895-43.353-9.072-83.511-28.74-116-59a747 747 0 0 0-4.125-3.562c-6.788-5.945-12.795-12.303-18.418-19.364a292 292 0 0 0-5.508-6.68l-3.074-3.707-1.509-1.74c-2.231-2.737-3.43-4.217-3.111-7.814 3.171-13.33 9.643-26.571 15.932-38.695l1.149-2.247c10.836-20.183 33.29-26.437 53.867-32.834C180.79 316 180.79 316 200 316' fill='%233B3868'/%3E%3Cpath d='M181 33c.37 9.3-1.167 14.148-7.441 20.965-3.02 3.581-5.243 7.32-7.496 11.41l-1.143 2.056c-1.525 2.798-2.86 5.385-3.861 8.42C160 78 160 78 157.78 79.064L155 80a164 164 0 0 0-6.5 4l-1.85 1.2c-11.087 7.296-21.06 15.646-30.65 24.8l-2.586 2.426C106.53 119.06 100.651 126.31 95 134l-1.265 1.72c-31.614 43.69-42.433 97.837-34.36 150.734C63.255 309.545 72.2 331.336 83 352l-1.18 1.3C68.674 368.9 62.068 389.159 55 408c-15.265-18.892-25.271-42.18-33-65l-.784-2.269c-6.648-19.54-10.31-40.893-10.42-61.524l-.02-2.729c-.23-37.757-.23-37.757 3.224-54.478l.602-2.979C26.11 163.694 56.012 110.969 101 76l2.977-2.387C122.854 58.591 156.202 33 181 33m158 3c8.095 2.09 15.43 5.293 22.938 8.938 1.185.574 2.37 1.15 3.593 1.741C396.66 61.956 425.668 84.556 447 112l2.387 2.977C466.739 136.782 480.16 161.58 489 188l.846 2.525c2.995 9.104 5.482 18.273 7.404 27.662l.458 2.225c2.954 15.401 3.665 30.63 3.604 46.275l-.005 2.943c-.044 14.003-.458 27.619-3.307 41.37l-.488 2.573C490.987 347.793 477.096 378.995 458 408c-2.3-2.3-2.943-4.072-4.102-7.102l-1.223-3.151-1.3-3.372C445.762 380.1 439.621 366.745 431 354l-2-3 1.54-2.754c4.88-8.862 8.934-17.769 12.46-27.246l1.375-3.633c4.992-13.52 7.445-26.825 9.31-41.06.26-1.907.567-3.807.885-5.705 5.927-49.676-10.695-101.026-40.57-140.414-5.021-6.372-10.403-12.324-16-18.188l-2.426-2.586c-4.489-4.658-9.202-8.895-14.262-12.914l-1.77-1.415c-3.073-2.388-6.124-4.469-9.562-6.3-7.069-3.865-11.316-6.867-13.744-14.807a350 350 0 0 1-1.92-7.85C351.721 55.152 345.534 45.079 339 36' fill='%23736AF8'/%3E%3Cpath d='m220 87 2 2h-2l-.55 1.836-.762 2.539-.836 2.793a879 879 0 0 1-1.579 5.195c-2.291 7.493-4.283 15.06-6.273 22.637l3.324-.176q2.182-.07 4.363-.136l2.186-.127c4.17-.096 5.695.11 9.143 2.732C231 129 231 129 231.063 132.625 230 136 230 136 228.512 137.699c-3.844 1.99-7.506 1.618-11.762 1.488l-2.547-.04A579 579 0 0 1 208 139v11l4.625-.25c4.923 0 7.625.875 11.375 4.25 2.34 3.19 2.413 6.115 2 10-1.187 1.875-1.187 1.875-3 3-3.748.469-4.767.155-8-2h-4c-.39 7.668.696 14.452 2.563 21.875l.803 3.27c3.508 17.103 3.508 17.103 11.634 31.855l1.808-2.465c3.328-3.299 6.62-3.124 11.127-3.153l3.131.06 3.246.006q3.39.015 6.78.065c3.462.05 6.921.061 10.383.067q3.296.02 6.591.049l3.138.016 2.923.049c.847.01 1.693.02 2.565.032 2.56.304 4.142.884 6.308 2.274 2.434 3.651 2.629 4.677 2 9-2.522 5.257-5.086 9.72-10 13l-1.54-1.023-2.085-1.352-2.04-1.336c-6.811-3.76-13.714-4.3-21.335-3.289-5.117 1.893-10.108 4.108-14 8 15.606 23.882 15.606 23.882 39 39 11.61-.742 21.208-11.18 29-19 3.23 12.613 5.32 26.709 0 39-6.227 9.643-14.673 17.62-23 25.438l-1.667 1.565A601 601 0 0 1 257 347c-10.016-4.501-18.245-14.13-26.187-21.625l-1.568-1.475c-22.262-21.094-22.262-21.094-23.307-37.199-.097-6.705.769-13.318 1.745-19.94.4-3.25.514-5.35-.92-8.337-1.803-1.998-3.721-3.675-5.763-5.424-2.001-2.698-3.712-5.557-5.437-8.437l-1.419-2.351C177 213.289 177 213.289 177 201l-2-.625c-4.152-1.903-7.483-4.484-11-7.375-.59-.48-1.18-.962-1.79-1.457-9.124-8.229-16.519-22.489-17.448-34.664-.225-10.06-.225-10.06 1.988-13.566 2.624-2.697 4.645-4.088 8.398-4.614l2.227-.012 2.21-.05c3.185.479 5.608 1.83 8.415 3.363l.262-2.945c.845-8.62 2.18-17.084 3.988-25.555l.546-2.747C175.033 100.751 180.523 92.812 189 87c10.851-5.925 19.844-4.769 31 0' fill='%23FBAC6D'/%3E%3Cpath d='M255 349c4.288 1.43 5.401 4.65 7.563 8.375 4.91 8.176 10.377 16.252 18.437 21.625a1062 1062 0 0 1-1.812 7.688l-.502 2.185c-1.005 4.149-2.075 7.653-4.686 11.127h-2l.37 2.21c5.571 33.373 5.571 33.373 7.59 49.914.533 4.292 1.141 8.535 1.958 12.782 1.459 7.797 2.417 15.666 3.424 23.531.35 2.717.708 5.433 1.066 8.149l.666 5.172.328 2.465c.242 1.92.426 3.849.598 5.777-3.229 3.229-13.033 2.122-17.497 2.139l-2.69-.006-2.857.003q-2.97 0-5.94-.006c-3.008-.005-6.016 0-9.024.007q-2.903 0-5.804-.004l-2.69.006c-15.416-.057-15.416-.057-17.498-2.139.158-10.078 1.917-20.126 3.398-30.078l.714-4.867q.745-5.073 1.498-10.145.952-6.425 1.893-12.851.736-5.02 1.477-10.039.35-2.364.696-4.73c1.833-12.475 3.797-24.934 6.324-37.29l-1.863-.61c-3.093-2.012-3.345-4.137-4.324-7.64l-.981-3.39L232 385l-.852-3.203C231 379 231 379 232.52 377.157l2.292-1.657c8.645-7.013 14.51-17.037 20.188-26.5' fill='%231AA9E8'/%3E%3Cpath d='M200 316c-1.813 14.117-1.813 14.117-3 20.75-2.68 16.024-3.32 31.84-3.26 48.064.01 3.418 0 6.835-.013 10.252-.01 14.414.76 28.602 2.273 42.934l.365 3.654c.29 2.807.608 5.607.947 8.409l.365 3.027c1.091 8.69 2.45 17.333 3.886 25.973l.635 3.838c.844 4.962 1.681 9.864 3.017 14.72.758 3.261.72 4.336-.215 7.379-32.357-52.945-61.414-113.524-60-177 10.799-3.228 21.665-5.894 32.688-8.25l3.65-.782C195.437 316 195.437 316 200 316' fill='%2347477F'/%3E%3Cpath d='M198 326h1l.559 3.016C202.725 344.725 209.835 367.94 222 379c3.444.786 6.479 1 10 1l.805 3.14 1.07 4.11.527 2.066c1.302 5.046 1.302 5.046 3.598 9.684l2 1c-.546 7.704-1.413 15.258-2.703 22.871-1.783 10.834-3.462 21.681-5.094 32.54l-.364 2.418q-1.108 7.363-2.213 14.728l-1.911 12.714Q225.855 497.636 224 510q-2.844-.214-5.687-.437l-3.2-.247A70 70 0 0 1 207 508c-3.146-10.877-5.321-21.697-7.062-32.875l-.779-4.901c-1.467-9.327-2.83-18.663-3.971-28.036l-.339-2.771c-1.779-15.596-2.063-31.16-2.09-46.84-.009-3.411-.04-6.822-.071-10.233-.092-18.994 1.305-37.747 5.312-56.344' fill='%23BDC7F6'/%3E%3Cpath d='M208 300c5.798 4.814 11.123 9.992 16.434 15.336l2.66 2.665q4.175 4.184 8.344 8.374l5.685 5.7Q248.065 339.032 255 346c3.532-1.507 5.796-3.554 8.493-6.266l2.669-2.67 2.854-2.884q1.47-1.476 2.942-2.951 3.863-3.876 7.713-7.763 3.938-3.966 7.884-7.923Q295.285 307.78 303 300c7.53 7.351 9.893 14.704 10.25 25.125-.31 17.803-10.376 38.217-20.687 52.5C290 380 290 380 286.688 381.25c-6.86-.465-10.993-5.343-15.563-10.125-4.238-4.885-7.524-10.337-10.8-15.892-1.06-1.775-2.186-3.508-3.325-5.233h-2a176 176 0 0 0-4.5 7.313c-5.665 9.363-11.894 18.016-21.5 23.687-3.437.313-3.437.313-7-1-5.663-5.753-9.257-12.817-12.625-20.062l-1.43-3.057c-6.598-14.368-12.524-28.977-7.257-44.818 1.873-4.54 4.25-8.236 7.312-12.063' fill='%23E8EEFE'/%3E%3Cpath d='M302 262h1c3.23 12.613 5.32 26.709 0 39-6.227 9.643-14.673 17.62-23 25.438l-1.667 1.565A601 601 0 0 1 257 347c-10.046-4.506-18.292-14.229-26.25-21.75l-1.567-1.477c-22.301-21.154-22.301-21.154-23.252-36.832-.05-8.105 1.105-16.093 3.069-23.941l5.16 4.418a514 514 0 0 1 4.219 3.672c13.543 11.46 26.97 15.789 44.621 14.91 11.476-1.091 21.423-7.704 30-15l2.04-1.672c2.837-2.36 4.889-4.221 6.96-7.328' fill='%23FC995B'/%3E%3Cpath d='M302 267h1c3.376 11.058 5.033 23.217 0 34-6.375 9.424-14.772 17.335-23 25.125l-1.667 1.579A704 704 0 0 1 257 347c-2.898-1.312-4.966-2.716-7.208-4.965-.6-.597-1.2-1.195-1.82-1.81l-1.925-1.948-2-2.002q-2.088-2.091-4.166-4.188a2095 2095 0 0 0-6.412-6.433l-4.047-4.064-1.95-1.954C223 315.116 223 315.116 223 314l1.781-.212c24.535-2.976 51.576-7.611 68.219-27.788 4.254-5.924 7.067-11.98 9-19' fill='%23FBAD6D'/%3E%3Cpath d='M179 46h1l.078 2.387C180.722 60.743 183.391 71.119 191 81l1.684 2.246L194 85l-1.723 1.031C182.308 92.29 177.314 98.726 174 110c-1.252 5.535-2.266 11.1-3.25 16.688l-.812 4.474Q168.955 136.58 168 142l-2.664-.992c-3.151-.952-5.451-1.221-8.711-1.133l-2.648.055L152 140q-.113-7.038-.165-14.075a659 659 0 0 0-.061-4.764C151.324 93.365 159.519 66.525 179 46' fill='%239B6643'/%3E%3Cpath d='M233 451c2.349 2.956 4.279 6.09 6.21 9.33 5.43 9.042 11.639 16.937 18.79 24.67l2.305 2.52c7.156 7.483 15.504 13.615 24.007 19.48l2.688 2v2c-6.436.82-12.703 1.148-19.187 1.133l-2.857.003q-2.97 0-5.94-.006-4.512-.005-9.024.007-2.903 0-5.804-.004l-2.69.006c-15.416-.057-15.416-.057-17.498-2.139.084-10.431 2.01-20.928 3.53-31.223.41-2.798.81-5.598 1.21-8.398l.787-5.379.357-2.516c.614-4.09 1.344-7.702 3.116-11.484' fill='%230A97C9'/%3E%3Cpath d='M255 349c4.288 1.43 5.401 4.65 7.563 8.375 4.91 8.176 10.377 16.252 18.437 21.625a1062 1062 0 0 1-1.812 7.688l-.502 2.185-.518 2.139-.46 1.952c-.98 2.816-1.763 4.727-3.708 7.036-2.883.519-5.176.702-8.062.664l-2.387.015q-2.498.005-4.993-.027c-2.55-.027-5.095 0-7.644.032q-2.425-.006-4.851-.02l-2.311.03c-2.154-.047-2.154-.047-5.752-.694-2.321-2.755-3.349-5.513-4.168-8.988l-.518-2.139-.501-2.185-.538-2.245A818 818 0 0 1 231 379l1.617-1.258c9.528-7.879 16.07-18.222 22.383-28.742' fill='%2343C3FB'/%3E%3Cpath d='M359 139c4.072 2.073 6.369 3.744 8 8 1.524 14.607-3.317 27.277-12.176 38.84C343.836 198.46 343.836 198.46 336 200c.446-4.64 1.209-8.938 2.438-13.437 1.237-4.824 2.094-9.623 2.687-14.563l.257-2.13c.447-4.097.67-8.143.716-12.265l.052-2.732q.038-2.637-.019-5.273c.088-5.825.088-5.825 2.32-8.04 4.71-2.862 9.14-3.543 14.549-2.56' fill='%23FAAC6E'/%3E%3Cpath d='M211 363c3.093 3.98 5.655 8.243 8.281 12.54 1.647 2.675 1.647 2.675 4.719 4.46 2.057.24 2.057.24 4.188.125L232 380l.805 3.14 1.07 4.11.527 2.066c1.302 5.046 1.302 5.046 3.598 9.684l2 1c-.57 8.272-1.577 16.385-2.937 24.563l-.514 3.17A959 959 0 0 1 233 448c-5.016-4.656-6.657-11.707-9-18l-1.324-3.48c-5.43-15.16-8.173-31.188-10.488-47.082l-.376-2.575c-.637-4.668-.932-9.152-.812-13.863' fill='%23D1DBFA'/%3E%3Cpath d='M168 138h1l-.105 3.82c-.378 19.944 1.766 40.163 8.105 59.18-5.111-1.597-8.92-4.647-13-8-.59-.48-1.18-.962-1.79-1.457-9.124-8.229-16.519-22.489-17.448-34.664-.225-10.06-.225-10.06 1.988-13.566 2.624-2.697 4.645-4.088 8.398-4.614 5.062-.026 8.422.575 12.852 3.301z' fill='%23FA985C'/%3E%3Cpath d='m242.066 216.441 3.246.007q3.39.015 6.78.065c3.462.05 6.921.061 10.383.067q3.296.02 6.591.049l3.138.016 2.923.049 2.565.032c2.56.304 4.142.884 6.308 2.274 2.434 3.651 2.629 4.677 2 9-2.522 5.257-5.086 9.72-10 13l-1.54-1.023-2.085-1.352-2.04-1.336c-6.802-3.754-13.723-4.318-21.335-3.289-3.371 1.33-6.405 2.873-9.54 4.688C237 240 237 240 234 240c-1.535-1.61-1.535-1.61-3.062-3.75l-1.536-2.11c-2.724-4.158-4.127-7.065-3.402-12.14 4.31-6.237 9.128-5.69 16.066-5.559' fill='%2333315A'/%3E%3Cpath d='M255.688 175.313c5.4 1.12 7.358 5.287 10.312 9.687l1.59 2.133c2.533 3.58 3.42 5.232 3.348 9.742C270 200 270 200 268 202c-3.96.483-7.952.37-11.937.375l-3.366.074-3.224.012-2.961.025C244 202 244 202 242.189 200.113c-1.562-2.777-1.759-3.953-1.189-7.113 1.408-2.719 3.114-5.187 4.875-7.687l1.395-2.05c4.828-7.032 4.828-7.032 8.417-7.95' fill='%23FC995B'/%3E%3Cpath d='M93 422c3.5-.312 3.5-.312 7 0 2.713 2.713 3.31 5.793 4.348 9.387l.657 2.228q.686 2.337 1.363 4.678c.687 2.37 1.386 4.737 2.087 7.103q.667 2.276 1.33 4.553l.628 2.125c1.237 4.302 2.05 8.481 2.587 12.926-4.62 0-6.87-2.852-10.281-5.781-2.6-2.256-2.6-2.256-5.375-3.688-3.181-1.973-4.546-3.193-6.344-6.531-1.248-7.98-2.607-20.09 2-27' fill='%232D2D59'/%3E%3Cpath d='M412 422c3.5-.375 3.5-.375 7 0 4.357 6.536 3.22 16.601 2.565 24.198-1.156 5.73-4.728 8.62-9.37 11.798L409 460a415 415 0 0 0-4.625 3.688C401.287 466 401.287 466 399 466c1.391-8.105 3.582-15.953 5.886-23.834.62-2.122 1.228-4.246 1.837-6.371l1.183-4.072 1.073-3.695C410 425 410 425 412 422' fill='%233B3868'/%3E%3Cpath d='m212.938 123.438 3.576-.073c9.64.017 9.64.017 12.798 2.944C231 129 231 129 231.063 132.625c-1.185 3.764-1.739 4.46-5.062 6.375-4.122.648-8.27.51-12.437.5l-3.432.086c-9.27.022-9.27.022-12.381-2.926-2.144-3.26-2.483-4.834-1.75-8.66 4.504-5.807 10.144-4.625 16.938-4.562' fill='%239C6742'/%3E%3Cpath d='m298.438 123.5 3.431-.086c9.27-.022 9.27-.022 12.381 2.926 2.144 3.26 2.483 4.834 1.75 8.66-2.126 2.74-3.32 3.869-6.761 4.533-3.394.036-6.783.06-10.176.03l-3.577.072c-9.64-.017-9.64-.017-12.798-2.944C281 134 281 134 280.938 130.375c2.628-8.349 10.095-6.892 17.5-6.875' fill='%239B6642'/%3E%3Cpath d='M271.637 236.516c2.56 1.608 3.34 2.684 4.363 5.484-7.225 5.372-14.938 8.125-24 7-6.111-1.278-11.037-3.213-16-7 1.302-3.905 2.663-4.286 6.25-6.187 10.368-4.914 19.067-3.726 29.387.703' fill='%23FB4356'/%3E%3Cpath d='M303 150c3.27 1.635 5.224 2.942 7.375 5.875.842 2.863.94 5.157.625 8.125-1.187 1.875-1.187 1.875-3 3-3.748.469-4.767.155-8-2-3.31.283-3.31.283-6 2-3.5-.312-3.5-.312-7-1-1.433-2.866-1.306-4.813-1-8 4.306-7.721 8.57-9.075 17-8' fill='%2332315A'/%3E%3Cpath d='M218 150c3.27 1.635 5.224 2.942 7.375 5.875.842 2.863.94 5.157.625 8.125-1.187 1.875-1.187 1.875-3 3-3.748.469-4.767.155-8-2-3.31.283-3.31.283-6 2-3.5-.312-3.5-.312-7-1-1.433-2.866-1.306-4.813-1-8 4.306-7.721 8.57-9.075 17-8' fill='%2332305A'/%3E%3C/svg%3E");
}

.icon-bg-user {
  width: 30px;
  height: 30px;
}
.icon-bg-user::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6'/%3E%3C/svg%3E");
}

.icon-bg-tng {
  width: 30px;
  height: 30px;
}
.icon-bg-tng::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40' height='70' viewBox='0 0 40 70'%3E%3Cimage data-name='Layer 0' x='1' y='4' width='38' height='61' xlink:href='data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAA9CAYAAADBLBv2AAADn0lEQVRoge2Yy27TQBSG/7FjJ71B1QahpmpKS7lViAUbULLtFiE2rNnwBIhFEEvUsGaNhPoGiC1iRyoeACEuooFKNBVt04qEtHFsDxrHNqntJPbYpijtL1Vx0/GZb/5z5nhcQilFRLpICPnUJVTgeRK8TISQyFbkJd9gnCCEF0zo8/dFBmRB5ZYPXAOy2azxubCwEBkU+uXeC+jn8xQ0LGK/sYN6vYF6veZ5q3XBW8MuMGfKLKgvz5awtfkWQBrANhvIZu0aNwwUOmtMVTUqSdav15FbXrUHrT5KGZ+ilIXWWkdCkqC2Wj0Dh93tRFGUtCzLW/CoIQtIkOagq3sg2DXMcE46MTmB6k4VmUwGGxsb4GkPTiWKxadbzi8tIKaRsWn8rpWN6/ZU7gkZFJMJFYmMlRFCmFvWjKQDzNeyE3IaFBPQlM8Ym72J2vd3pNP9UiEZmLVfu+gNJJ2FlLoEVdk2oJiu3HsdJqQtuxbyxWanO4StkjnJXJubX0R5rQJAMtciA1i3B2dyD5BdegxBShk1qOlso/xtGTyOdev8NF9s2oHLax9cA1jKLtxZgTw+BUGQ2u3D7BPsUqSguoBXlOJ2YCoHGHHWlFl/ZP7WCk1fzoGKwxClIRBmhyACxF0JLIAoAE0FmEnjXMWz//aXM7LnY2T6xl2IYzOQRiYhyMMGmBfUIToC6E1cKxWSD0OBWXVQKiRflArJ+/YclEKnxMqU/8AC0FCAZ2/UbR4wVyPMF5v2tQWbf9IM1C3ZGjQKnE4ANXMjBZWr+L2CCATGTgvimq4DQzJQUwIztef0MyglBQQztxHbrLzyBdbQzE3hI6HEdEuWgPFTZDNWMBiPHZDmftu1bsYZJyFWXxowmyb4WKFTsYMxyaMg7LSjmc6Rjh+mlgrolEEB33bpS14o8LyMJJIgEkAVFVD1ju9FYDQFHOggPzibaqd6npvM1nHoGWp+fr06Jcz/2tdxZpigegCUqzTUGd+pfo45qc2ejvPvK2271vfieYvjOfbE+j5pifc8FjtcmIMijRMw1AnWVCxw3P+7cChyuH6ORdoCgiiKVB4vsKhqLEoZ5ePHsX9ZZ/Zc/1MqDxlwUvx95CoXv2Bx1pln7KN2rOuCjxKsZxaCgEWZzr6xjsIxXwscmHYRNp2+7z9psEHFA8abzkD3DVwqYz8KHfviD+xwGLBY0zmwqYzNtYEu/lhci8qxXnBc4Meij0Wa0qgdc8LxwQL4A7J3Fu36YYuCAAAAAElFTkSuQmCC'/%3E%3C/svg%3E");
}

.icon-bg-phone {
  width: 10px;
  height: 10px;
}
.icon-bg-phone::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(51,51,51,0.95)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
}

.icon-bg-heart {
  width: 10px;
  height: 10px;
}
.icon-bg-heart::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='100' height='100' viewBox='0 0 100 100'%3E%3Cimage x='8' y='12' width='84' height='74' xlink:href='data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAABKCAYAAAAlt3MqAAACkElEQVR4nO2cW3LCMAxF1Uy3AftfFyykHTqT1qSJI9tX0jXofHV4WTq18JDI/hAwl8vlS/uJ9/sdPr4ExzD8YS3B1xhNjCWO7jejEthDmxRDDFua32SZxJajpBhiOEL9Ys8kSrYJscRxRHhpzYRG6ukLUuYzZ1KrT6bMfWpSD59ImXWOpMJX0dvtpvpevl6vpv8wjzj2pP57oFemNoE9UHIjYthKHRY6ksSW3qQiY6gKbZGJTKKkNSGGOEqpv38wyFzRJGMdg3RKXVoH8UjkMUZtHI8YesdpFurJXkJeMnv5Eaotd/ZkLNDmvDpUz9AomeW4DDGc8RkRYCszVcaiKfd3LPUeHi6pFyUmtJMqhYJJoWBSKJhTobkg/aFxkTMUTAoFcyrU+sr6TGhc5AwFk0LBpFAwKRSMSmguTDoHj9sgi1XT67uSJa+gpULVQrPs6zzd9cyyP6Z1IjWVfM7Sc/I7tIJ2ApUVvuw9iBhkdnrz7JqhWfp/QLvvXvXic0+pr+R36IbR6hvuYH6lWdrbwlgC6bF/BakImYIq+dkXKWT80G01M87U0RbwLSYbv2YRi5YpllsT2aVayBTrzbOsUq1kSsui1HNFinGxso7JZb88y0ztkWm2X74kYrfdKB4yJeKIDG+pqC2HWkIOTvGS6i1TIk/FYdiNt0fYqTglbFKjZApKqDjtsT8jUuRK6MliJaNSGWSKhVAJkMoiU6yEygTHbFj1IpiutJZSGWWKtdAVpFhWkStuv1oQUtlliqdQmeDcOgTuFyu8pXo3woVd/bEWG9VRGHqd0kpqZHsmxYVfluN+EdDc8xmVytI0THcTrVUsW/c15V1JrVTGVnbqe+c1saz7Aug7PLZSqTdYiMg3sUCdyQnKpysAAAAASUVORK5CYII='/%3E%3C/svg%3E");
}

.icon-bg-heartsmall {
  width: 30px;
  height: 30px;
}
.icon-bg-heartsmall::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%231D1D1D' fill-rule='evenodd' d='M15.316 18.799c-1.014.846-3.3 2.181-3.3 2.181s-2.342-1.357-3.309-2.172c-3.559-3-6.55-5.098-6.703-9.334-.192-5.323 6.057-7.502 9.607-3.16.1.122.397.688.397.688s.284-.575.378-.692c3.538-4.358 9.875-2.15 9.606 3.29-.202 4.094-4.604 7.472-6.676 9.199'/%3E%3C/svg%3E");
}

.icon-bg-favheart {
  width: 30px;
  height: 30px;
}
.icon-bg-favheart::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M232.543 80.933c4.915 4.54 9.634 9.132 13.926 14.278 2.66 3.107 5.6 5.939 8.531 8.789 3.912-1.594 6.372-4.139 9.313-7.125l1.473-1.491a166 166 0 0 0 7.902-8.634c3.44-4.011 7.245-7.387 11.312-10.75l2.238-1.898c28.381-23.504 63.466-34.943 100.308-31.891 36.604 3.621 69.19 20.246 92.956 48.58 20.881 26.115 31.72 57.205 31.748 90.584l.002 2.176c-.016 10.775-.47 20.98-3.252 31.449l-.52 1.977c-3.625 13.448-8.92 26.247-16.167 38.148l-1.058 1.77c-9.591 15.126-23.422 27.495-36.067 39.98a6371 6371 0 0 0-7.888 7.816q-2.43 2.413-4.869 4.816l-2.247 2.227-1.942 1.918c-1.924 2.014-3.75 4.07-5.57 6.176-3.386 3.892-6.936 7.565-10.598 11.195l-1.979 1.975q-2.105 2.1-4.214 4.197-3.347 3.328-6.687 6.662-8.295 8.273-16.6 16.538-7.03 7-14.054 14.01a6372 6372 0 0 1-6.559 6.526l-4.055 4.046-1.817 1.801a174 174 0 0 0-8.603 9.216c-3.352 3.875-6.886 7.515-10.524 11.121l-2.008 2.004a3880 3880 0 0 1-4.279 4.26 5375 5375 0 0 0-6.787 6.764q-8.42 8.399-16.85 16.788-7.136 7.107-14.266 14.22a6570 6570 0 0 1-6.658 6.628q-2.06 2.052-4.116 4.106l-1.846 1.83c-3.698 3.697-7.195 7.52-10.606 11.484-2.29 2.633-4.683 5.125-7.128 7.613l-2.692 2.77c-4.137 3.643-8.047 5.845-13.621 5.918-.781.03-1.562.062-2.367.094-7.59-1.634-13.1-7.512-18.32-12.907-.932-.938-.932-.938-1.881-1.896a196 196 0 0 1-8.752-9.49c-3.435-3.93-7.026-7.651-10.73-11.324l-1.98-1.975q-2.105-2.1-4.214-4.197-3.347-3.328-6.687-6.662Q194.101 436.07 187 429a21590 21590 0 0 1-16.46-16.404 6372 6372 0 0 0-6.559-6.527l-4.055-4.046-1.817-1.801c-3.622-3.621-7.016-7.381-10.367-11.254-2.765-3.123-5.706-6.056-8.668-8.991l-1.979-1.975q-2.105-2.1-4.214-4.197-3.347-3.328-6.687-6.662Q119.102 360.07 112 353a21590 21590 0 0 1-16.46-16.404 6372 6372 0 0 0-6.559-6.527l-4.055-4.046-1.817-1.801c-3.68-3.68-7.14-7.498-10.544-11.433-1.785-2.04-3.647-3.973-5.582-5.872l-2.135-2.106-2.239-2.194-4.84-4.789a3307 3307 0 0 0-7.516-7.403C27.076 267.654 8.763 243.444 2 211l-.53-2.53C-.176 199.817-.4 191.273-.376 182.5l.002-2.269C-.333 168.093.582 156.707 4 145l.65-2.307c10.114-35.186 33.534-66.07 65.39-84.303C84.566 50.446 100.668 45.5 117 43l2.473-.395c42.386-5.452 81.966 10.068 113.07 38.328' fill='%23F44235'/%3E%3C/svg%3E");
}

.icon-bg-lock {
  width: 30px;
  height: 30px;
}
.icon-bg-lock::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-lock' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 0a4 4 0 0 1 4 4v2.05a2.5 2.5 0 0 1 2 2.45v5a2.5 2.5 0 0 1-2.5 2.5h-7A2.5 2.5 0 0 1 2 13.5v-5a2.5 2.5 0 0 1 2-2.45V4a4 4 0 0 1 4-4M4.5 7A1.5 1.5 0 0 0 3 8.5v5A1.5 1.5 0 0 0 4.5 15h7a1.5 1.5 0 0 0 1.5-1.5v-5A1.5 1.5 0 0 0 11.5 7zM8 1a3 3 0 0 0-3 3v2h6V4a3 3 0 0 0-3-3'/%3E%3C/svg%3E");
}

.icon-bg-unlock {
  width: 30px;
  height: 30px;
}
.icon-bg-unlock::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-unlock' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M12 0a4 4 0 0 1 4 4v2.5h-1V4a3 3 0 1 0-6 0v2h.5A2.5 2.5 0 0 1 12 8.5v5A2.5 2.5 0 0 1 9.5 16h-7A2.5 2.5 0 0 1 0 13.5v-5A2.5 2.5 0 0 1 2.5 6H8V4a4 4 0 0 1 4-4M2.5 7A1.5 1.5 0 0 0 1 8.5v5A1.5 1.5 0 0 0 2.5 15h7a1.5 1.5 0 0 0 1.5-1.5v-5A1.5 1.5 0 0 0 9.5 7z'/%3E%3C/svg%3E");
}

.icon-bg-hold {
  width: 30px;
  height: 30px;
}
.icon-bg-hold::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1686' height='2133'%3E%3Cpath d='M899.154-.652c3.673.029 7.345.012 11.018-.018a798 798 0 0 1 8.636 0c1.998.006 3.995-.01 5.993-.025 12.64.16 23.86 3.848 34.887 10.008l2.147 1.174C973.175 16.777 982.697 24.05 992 33l1.922 1.695c20.622 18.756 31.749 50.392 33.25 77.406.148 3.366.272 6.731.384 10.098l.128 3.817c.426 13.865.447 27.729.42 41.6-.007 3.836-.007 7.672-.008 11.508q-.003 10.035-.017 20.072-.018 14.923-.026 29.847-.014 23.589-.036 47.177-.034 37.427-.05 74.855l-.013 28.86-.001 3.238q-.019 38.071-.042 76.143l-.002 3.362q-.023 38.853-.057 77.706l-.003 3.38-.023 26.98a190287 190287 0 0 0-.072 126.983v3.123q-.011 24.855-.045 49.709-.03 24.966-.03 49.932.001 14.822-.029 29.645-.018 9.909-.007 19.818c.003 3.76.002 7.519-.012 11.278-.076 20.825 1.24 38.42 9.369 57.768l1.219 3.05c2.662 6.071 5.621 9.379 11.781 11.95 9.13 3.43 19.189 2.343 28.188-1 7.864-3.594 16.187-9.995 19.812-18 1.943-9.64 2.28-19.205 2.221-29.004v-4.406q-.003-4.773-.02-9.546c-.02-5.232-.026-10.464-.03-15.697q-.013-11.583-.042-23.166c-.03-12.608-.045-25.216-.056-37.824l-.003-3.292-.013-13.412-.02-20.864c-.067-58.202.018-116.404.111-174.605l.007-4.094a387364 387364 0 0 1 .162-95.059l.004-2.084q.06-34.086.104-68.17.045-35.738.114-71.474.042-20.794.064-41.587.017-16.629.056-33.259.021-8.436.025-16.872.003-7.734.03-15.467.008-2.77.004-5.542c-.04-39.015 5.357-81.604 32.54-111.873 3.979-3.89 8.348-7.299 12.742-10.703l2.664-2.07c24.479-18.414 59.895-31.298 90.861-27.065 2.167.343 4.32.728 6.475 1.135l2.118.388c22.486 4.28 42.88 13.49 60.882 27.612l2.73 2.113c2.815 2.235 5.549 4.54 8.27 6.887l2.75 2.277c24.065 21.638 30.896 61.034 32.562 91.858.738 15.909.835 31.807.827 47.73q0 5.722.008 11.443.009 9.992.01 19.982.001 14.858.014 29.714.017 23.48.027 46.957.017 37.26.052 74.519l.025 28.718.002 3.222q.033 37.905.06 75.81a293648 293648 0 0 1 .05 80.717l.014 30.216a189706 189706 0 0 0 .101 126.378l.003 3.109q.024 24.74.023 49.483.003 24.858.037 49.716.022 14.759.012 29.518-.005 9.867.019 19.734c.008 3.744.012 7.487.003 11.23-.409 25.802-.409 25.802 6.839 50.294l.869 1.941c3.116 6.788 5.493 11.555 12.693 14.247l3.125 1.207c7.674 2.617 18.025 3.87 25.813.918 10.029-6.346 17.233-15.593 21.062-26.938 1.045-4.995 1.143-9.792 1.133-14.868l.007-2.684q.007-4.466.005-8.932l.01-6.459q.014-8.886.016-17.772.008-9.58.023-19.16.022-16.612.036-33.223c.014-16.778.037-33.557.061-50.335l.03-20.213.002-2.268q.038-26.734.07-53.47l.003-2.363a288998 288998 0 0 0 .076-68.682l.002-2.356.005-4.707a144641 144641 0 0 1 .118-88.974l.003-2.193q.026-17.4.035-34.803.012-17.528.044-35.057.019-9.48.019-18.96 0-8.704.024-17.41.006-3.123.002-6.247c-.014-11.052.305-22.019 1.152-33.041l.229-3.04c2.899-34.427 16.703-66.916 43.278-89.72C1495.617 335.54 1522.64 325.225 1551 324l2.01-.099c33.68-1.466 67.74 12.066 92.644 34.596 26.037 24.044 36.337 56.767 38.346 91.503.178 6.133.135 12.27.126 18.406q0 2.794.004 5.589.005 7.674-.002 15.349-.002 8.352.004 16.703.005 14.638 0 29.275a88054 88054 0 0 0 .001 41.5q.008 37.65.003 75.303a442724 442724 0 0 0-.001 95.53l.002 51.277v2.36q0 37.208-.003 74.42v2.437l-.004 39.197a826765 826765 0 0 0 .004 194.326v2.431l.003 74.271v2.358l-.003 74.185q-.002 36.26.003 72.52a234865 234865 0 0 1-.006 83.287v2.01q-.002 16.575.003 33.152.002 14.495-.004 28.989-.004 8.23 0 16.46c.013 20.332-.06 40.653-.587 60.98l-.061 2.375c-2.31 87.033-16.608 173.396-82.482 310.31l-2.602 4.324c-9.698 15.976-20.63 31.168-32.398 45.676l-2.328 2.914c-4.587 5.694-9.38 11.149-14.332 16.527a278 278 0 0 0-5.902 6.684c-2.438 2.819-5.004 5.416-7.688 8-3.708 3.651-6.904 7.506-10.062 11.625-5.504 7.15-11.419 13.766-17.688 20.25l-1.913 1.98c-7.98 8.212-16.043 15.973-25.087 23.02a871 871 0 0 0-3.375 2.785c-62.455 51.514-144.424 79.734-278.125 108.59l-2.389.35c-31.178 4.507-62.092 5.74-93.547 5.678-5.233-.008-10.467 0-15.7.004q-13.17.008-26.337-.016a9218 9218 0 0 0-30.125.006q-13.102.02-26.205.007c-5.167-.004-10.335-.005-15.502.005-33.938.057-67.559-1.537-101.129-6.846l-2.282-.36c-95.619-15.325-189.406-46.259-312.655-122.328a1237 1237 0 0 0-7.57-5.348c-8.916-6.299-17.31-12.962-25.498-20.176-2.382-2.061-4.848-4.013-7.311-5.976-4.528-3.67-8.63-7.62-12.668-11.82a118 118 0 0 0-6.258-5.735c-5.95-5.155-11.38-10.832-16.902-16.437-3.759-3.793-7.508-7.527-11.563-11.004-4.15-3.562-7.886-7.44-11.609-11.441l-2.103-2.25A496 496 0 0 1 454 1893l-1.548-1.853c-8.938-10.72-17.309-21.813-25.452-33.147l-1.625-2.26c-15.988-22.338-31.02-45.4-45.913-68.476a4824 4824 0 0 0-7.712-11.889l-1.61-2.476c-11.309-17.394-22.689-34.741-34.061-52.094q-6.651-10.147-13.287-20.305c-18.472-28.273-37.058-56.47-55.636-84.672l-11.851-17.996a219620 219620 0 0 0-37.702-57.243c-5.518-8.378-11.037-16.756-16.61-25.097a2555 2555 0 0 1-11.294-17.07c-12.883-19.613-25.851-39.16-39.006-58.592-9.783-14.456-19.425-29-29.005-43.59A3530 3530 0 0 0 94.5 1355.5a4476 4476 0 0 1-29.937-44.812l-1.773-2.686a2270 2270 0 0 1-19.259-29.658l-1.71-2.68c-20.593-32.403-42.084-70.31-42.395-109.652l-.045-3.942c-.027-2.74-.04-5.481-.047-8.222a448 448 0 0 0-.102-8.262C-1.16 1127.079.659 1111.169 8 1094l1.16-2.734c6.75-15.71 15.628-29.358 26.84-42.266l2.398-2.805C44.093 1039.71 50.182 1034.272 57 1029l2.73-2.277c27.537-22.22 68.007-26.454 101.989-23.254 47.642 5.548 86.963 29.379 117.156 66.281l2.07 2.637c2.196 2.792 4.494 5.477 6.805 8.176 6.527 7.82 12.364 16.13 18.25 24.437l3.04 4.266a1401 1401 0 0 1 15.46 22.234c9.949 14.583 20.208 28.91 30.718 43.093 2.934 3.964 5.858 7.936 8.782 11.907l10.5 14.25 1.75 2.375 3.498 4.748q4.389 5.96 8.787 11.912a3022 3022 0 0 1 21.852 29.977q2.442 3.387 4.894 6.77c5.92 8.172 11.8 16.368 17.586 24.636a375 375 0 0 0 7.305 10.074l1.612 2.144L443 1295c.649-99.074 1.095-198.147 1.281-297.223l.007-3.762q.076-40.568.144-81.135a341955 341955 0 0 1 .212-114.223l.008-4.148.004-2.074.053-26.93.182-93.772q.112-58.09.207-116.18a157538 157538 0 0 1 .238-119.106q.046-21.294.07-42.587.026-20.941.084-41.882.034-12.137.039-24.273c.002-5.966.02-11.932.044-17.898q.01-3.57.005-7.138c-.035-29.35 4.282-56.22 17.422-82.669l1.042-2.153C469.122 207.488 474.91 200.082 484 193l1.743-1.385c30.509-24.047 65.913-34.871 104.563-30.345 30.248 4.071 61.123 18.124 80.484 42.413 28.788 37.901 29.653 83.331 29.867 128.953.024 4.542.058 9.084.091 13.626a13143 13143 0 0 1 .266 51.392c.127 34.56.165 69.12.187 103.681q.016 22.976.049 45.951l.022 17.311.005 4.36a298920 298920 0 0 1 .063 52.884q.039 36.03.063 72.058a86255 86255 0 0 0 .102 87.43c.017 11.069.022 22.137.023 33.206q.003 16.596.037 33.192c.012 5.98.02 11.961.013 17.942q-.006 8.207.023 16.413.007 2.966-.002 5.93c-.042 15.135.996 27.12 11.651 38.738 7.198 6.899 16.104 8.578 25.754 8.637 9.778-.209 19-4.585 25.996-11.387 7.355-9.965 4.167-29.124 4.19-40.991q.011-3.544.025-7.087.03-8.732.05-17.463.028-10.553.064-21.107.063-19.7.117-39.4.053-19.758.114-39.514l.008-2.504.031-10.09c.232-74.703.423-149.405.604-224.108l.103-41.964.063-25.744.024-9.62q.087-34.599.161-69.198c.335-154.6.335-154.6.826-216.711q.039-5.151.07-10.302.051-7.833.128-15.665.024-2.76.04-5.521c.055-9.297.394-18.493 1.301-27.75l.241-2.46c2.574-24.063 14.379-40.335 30.517-57.399a359 359 0 0 0 3.19-3.433c12.6-13.29 29.453-23.051 46.19-30.141a285 285 0 0 0 5.037-2.217c13.209-5.036 27.134-4.372 41.06-4.263' fill='%23020003'/%3E%3C/svg%3E");
}

.icon-bg-profile {
  width: 30px;
  height: 30px;
}
.icon-bg-profile::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='m243.793 7.797 2.729-.022C284.356 7.546 284.356 7.546 301 11l3.011.618C360.718 23.611 415.728 54.011 451 101l1.487 1.976C459.963 112.963 466.909 123.11 473 134l1.206 2.125c18.248 32.403 29.8 70.305 29.997 107.668l.022 2.729c.229 37.834.229 37.834-3.225 54.478l-.618 3.011c-14.077 66.56-52.494 123.819-109.352 161.287-4.26 2.717-8.621 5.236-13.03 7.702l-2.125 1.206c-32.403 18.248-70.305 29.8-107.668 29.997l-2.729.022c-37.834.229-37.834.229-54.478-3.225l-3.011-.618C141.495 486.32 84.037 447.899 46.686 390.998 43.984 386.743 41.47 382.392 39 378l-1.091-1.897c-18.505-32.32-29.813-70.627-30.147-107.974l-.03-2.763C7.56 245.238 7.724 225.76 12 206l.65-3.082C20.83 165.051 37.747 130.18 62 100l1.431-1.782C74.511 84.578 86.927 71.564 101 61l1.976-1.487C112.966 52.035 123.124 45.118 134 39l1.897-1.091c32.24-18.46 70.617-29.916 107.896-30.112' fill='%23E5EBFF'/%3E%3Cpath d='m269 304 2.43.03c18.48.253 38.082 4.058 55.57 9.97l2.475.808C361.88 325.4 391.098 340.645 417 363l2.328 1.992c10.758 9.44 21.223 19.518 30.11 30.758l1.376 1.733c4.316 5.64 4.316 5.64 4.186 8.517a56.5 56.5 0 0 1-4.875 6.125l-1.538 1.746a487 487 0 0 1-3.122 3.501 359 359 0 0 0-3.746 4.245C423.497 442.355 402.097 459.523 378 473l-2.125 1.206c-32.403 18.248-70.305 29.8-107.668 29.997l-2.729.022c-37.834.229-37.834.229-54.478-3.225l-3.011-.618C150.45 488.214 97.513 457.599 61 411l-2.312-2.566C57 406 57 406 57.062 403.945c3.38-7.012 9.545-12.845 14.747-18.53 1.965-2.166 3.863-4.372 5.754-6.603 2.875-3.297 5.958-6.158 9.296-8.98 2.297-1.966 4.492-4.02 6.704-6.082C122.375 337.87 158.673 320.39 196 311l2.249-.584c23.331-6.002 46.759-6.973 70.751-6.416m15-220 3.563 1.063C302.385 89.827 314.15 98.026 325 109l2.426 2.395c17.55 18.277 25.132 42.822 25.066 67.763C351.806 205.29 340.078 227.661 322 246l-2.176 2.215c-9.728 9.251-22.078 15.81-34.824 19.785l-3.781 1.188C257.556 275.973 231.57 272.6 210 261c-8.194-4.74-15.17-10.48-22-17l-1.824-1.598c-15.628-14.243-24.983-37.83-26.319-58.621-1.077-26.915 5.607-50.66 23.706-71.093A823 823 0 0 1 188 108l1.598-1.824C212.493 81.056 252.655 73.732 284 84' fill='%234294FF'/%3E%3C/svg%3E");
}

.icon-bg-docx {
  width: 30px;
  height: 30px;
}
.icon-bg-docx::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M122.348-.66q2.937-.03 5.873-.065a2413 2413 0 0 1 15.887-.109q4.972-.021 9.945-.052 15.588-.091 31.176-.123 17.94-.036 35.88-.23c9.27-.095 18.54-.14 27.81-.147 5.527-.005 11.05-.032 16.576-.11a741 741 0 0 1 15.605-.048q2.847.005 5.694-.06c10.565-.228 17.57.625 25.604 7.911a176 176 0 0 1 5.064 5.126c2.236 2.278 4.66 4.213 7.163 6.192 6.772 5.49 13.4 11.146 20.041 16.791 6.458 5.487 12.949 10.922 19.522 16.271 3.692 3.037 7.333 6.131 10.976 9.227A661 661 0 0 0 385.5 68.5c6.804 5.542 13.48 11.233 20.166 16.916 6.458 5.487 12.949 10.922 19.522 16.271 3.692 3.037 7.333 6.131 10.976 9.227A661 661 0 0 0 446.5 119.5a790 790 0 0 1 11.875 9.875l1.624 1.376q4.328 3.674 8.646 7.358l1.797 1.53q1.713 1.458 3.42 2.921c2.891 2.479 2.891 2.479 6.138 4.44a1035396 1035396 0 0 1 .427 110.822l.01 2.375q.071 18.779.145 37.558l.149 38.84q.04 10.845.084 21.689.09 22.167.149 44.335.03 11.966.088 23.932.043 9.345.066 18.688.014 5.59.045 11.181c.025 4.112.033 8.224.04 12.336l.03 3.673c-.007 11.91-1.937 21.491-10.053 30.618-9.004 8.53-18.712 9.544-30.679 9.46q-2.18.008-4.36.02c-3.971.016-7.943.008-11.914-.004-4.292-.01-8.584.005-12.876.016-8.398.018-16.797.014-25.196.002q-10.242-.013-20.482-.006l-2.948.002-5.928.004c-18.52.011-37.039-.002-55.558-.023q-23.82-.025-47.643.003a30321 30321 0 0 1-61.269.014l-2.935-.002q-10.226-.003-20.451.012-12.466.018-24.933-.013c-4.238-.01-8.476-.015-12.714-.001q-5.825.017-11.651-.016-2.102-.007-4.203.007c-11.76.076-20.696-1.885-29.393-10.104-6.259-7.393-9.181-15.736-9.16-25.31v-3.518l.015-3.766.005-3.88q.006-5.086.024-10.174.014-5.199.02-10.397.017-10.187.049-20.373l-3.21.063a1342 1342 0 0 1-11.841.157q-2.557.03-5.116.082c-2.457.049-4.914.071-7.372.089l-2.292.062c-5.184.002-8.023-1.09-12.169-4.453-4.197-4.487-4.125-9.442-4.14-15.356l-.018-3.887-.003-4.243-.015-4.485q-.019-6.084-.024-12.168l-.012-7.608q-.02-11.91-.027-23.822-.007-13.732-.05-27.466-.034-10.626-.034-21.254 0-6.34-.025-12.683-.023-5.968-.01-11.935.002-2.184-.013-4.368C30.58 264.19 30.552 257.8 34 251c4.995-4.87 9.258-5.144 15.95-5.098l2.34.005c2.466.005 4.932.018 7.398.03q2.508.008 5.017.014 6.148.017 12.295.049l-.008-3.361q-.1-40.5-.147-81c-.016-13.058-.037-26.115-.071-39.172q-.046-17.073-.056-34.146-.004-9.037-.035-18.076-.03-8.512-.022-17.025-.001-3.118-.019-6.237c-.015-2.848-.01-5.695-.003-8.542l-.026-2.47c.083-10.778 3.754-19.772 10.98-27.725C97.567-1.138 109.517-.62 122.349-.66' fill='%234DB2F1'/%3E%3Cpath d='M47.743 245.884h3.65l4.032.014 4.266.003q5.876.006 11.751.024 6.332.014 12.663.02 13.85.021 27.7.057l17.288.038c15.947.035 31.894.07 47.842.114l3.093.008 3.102.008 6.222.017 3.117.008q25.016.065 50.03.101 25.668.04 51.336.112c9.612.027 19.224.05 28.835.059q12.276.012 24.55.06c4.176.015 8.353.026 12.53.025q5.733-.002 11.465.033 2.077.009 4.153.003c1.88-.006 3.758.009 5.637.024l3.165.008c4.554.612 7.094 2.541 10.08 5.942 2.752 3.833 2.88 5.883 2.897 10.592l.022 3.98.008 4.394.02 4.607q.025 6.27.036 12.54.008 3.918.018 7.835.029 12.255.041 24.512.015 14.148.077 28.295.044 10.933.048 21.868c.002 4.353.011 8.707.036 13.06q.035 6.148.018 12.295 0 2.252.02 4.505c.125 14.585.125 14.585-4.491 19.955-6.527 5.03-12.894 4.562-20.899 4.508q-2.138.006-4.274.019c-3.907.017-7.813.008-11.719-.004-4.216-.01-8.432.005-12.648.016-8.256.018-16.511.014-24.767.002a10086 10086 0 0 0-23.02-.004l-5.819.004c-18.187.011-36.375-.002-54.562-.023q-23.412-.025-46.824.003a29252 29252 0 0 1-60.169.014l-2.88-.002q-10.053-.003-20.106.012-12.249.018-24.497-.013c-4.167-.01-8.334-.015-12.5-.001q-5.721.017-11.442-.016-2.07-.007-4.14.007c-12.77.083-12.77.083-17.734-4.522-4.197-4.487-4.125-9.442-4.14-15.356l-.018-3.887-.003-4.243-.015-4.485q-.019-6.084-.024-12.168l-.012-7.608q-.02-11.91-.027-23.822-.007-13.732-.05-27.466-.034-10.626-.034-21.254 0-6.34-.025-12.683-.023-5.968-.01-11.935.002-2.184-.013-4.368C30.58 264.19 30.552 257.8 34 251c4.378-4.268 7.763-5.126 13.743-5.116M302 0c3.86 1.816 6.863 4.28 10.063 7.063q1.75 1.503 3.503 3.003l1.759 1.509c2.363 2.01 4.766 3.97 7.175 5.925 6.804 5.542 13.48 11.233 20.166 16.916 6.458 5.487 12.949 10.922 19.522 16.272 3.692 3.036 7.333 6.13 10.976 9.226A661 661 0 0 0 385.5 68.5c6.804 5.542 13.48 11.233 20.166 16.916 6.458 5.487 12.949 10.922 19.522 16.272 3.692 3.036 7.333 6.13 10.976 9.226A661 661 0 0 0 446.5 119.5c5.098 4.153 10.124 8.385 15.133 12.645q3.51 2.98 7.047 5.93l1.81 1.515q1.728 1.446 3.46 2.882c3.938 3.303 3.938 3.303 5.05 5.528H303c-1.347-2.693-1.123-4.767-1.12-7.783l-.004-3.731.01-4.115v-4.316q.001-5.87.013-11.74.007-6.13.008-12.26.005-11.612.021-23.225.016-13.218.022-26.437.016-27.196.05-54.393' fill='%2307C'/%3E%3Cpath d='m167.875 297.75 2.414.02c10.578.187 20.117 2.407 28.266 9.62 9.685 10.785 10.374 23.301 9.688 37.077-.825 8.613-4.65 16.847-11.243 22.533-10.679 8.562-23.887 9.063-37 8-8.934-1.367-16.724-5.791-22.375-12.875-7.62-11.02-7.78-24.215-6.625-37.125 2.352-9.874 7.439-16.943 15.938-22.312 6.765-4.016 13.224-5.032 20.937-4.938' fill='%23FBFDFE'/%3E%3Cpath d='m52 299 20.5-.125 6.424-.055q2.553-.009 5.107-.015l2.624-.031c9.707-.003 17.47 2.048 24.97 8.476 10.211 11.823 10.278 23.91 9.609 38.974-.73 8.662-4.646 15.34-11.054 21.155-8.2 6.098-16.834 6.778-26.735 6.719l-2.424-.003c-2.965-.006-5.93-.02-8.896-.033L52 374z' fill='%23F9FCFD'/%3E%3Cpath d='M297 299h26c5.938 10.438 5.938 10.438 7.808 13.732l1.47 2.577 1.507 2.65c1.056 1.964 1.056 1.964 2.215 3.041l12-22h25c-1.415 3.538-2.581 6.142-4.574 9.258l-1.515 2.38-1.599 2.487-1.623 2.559c-2.32 3.649-4.651 7.284-7.072 10.867l-1.93 2.887-1.675 2.433c-1.259 2.648-.927 3.4-.012 6.129 1.034 1.99 1.034 1.99 2.336 3.984l1.462 2.313c.52.81 1.04 1.62 1.577 2.453l1.608 2.527a540 540 0 0 0 12.714 18.91C376 372.905 376 372.905 376 374c-4.207.262-8.412.421-12.625.563l-3.605.228c-8.634.217-8.634.217-11.795-2.588-1.567-2.333-2.787-4.66-3.975-7.203a165 165 0 0 0-2.266-3.687 5768 5768 0 0 1-4-6.688c-1.47-2.701-1.47-2.701-3.734-3.625l-.75 1.918L332 356l-.777 2.1c-2.343 5.986-4.941 11.992-10.223 15.9-8.406 2.279-17.466 1.102-26 0 1.597-4.748 4.23-8.47 7.078-12.531l3.016-4.395q2.368-3.447 4.767-6.872a674 674 0 0 0 4.592-6.67l1.47-2.062c1.507-2.145 1.507-2.145 3.077-5.47-.403-2.76-.403-2.76-2-5l-1.202-2.121-1.337-2.102-1.5-2.365-1.586-2.474-1.618-2.545a686 686 0 0 0-11.429-17.338C297 300 297 300 297 299m-42.125-1.375 2.677.03c10.038.24 18.124 2.084 25.448 9.345 3.595 4.441 6.127 8.29 7 14q-3.591 1.01-7.187 2l-2.042.578c-7.217 1.972-7.217 1.972-10.771 1.422-1.441-1.46-1.441-1.46-2.562-3.375-1.79-3.01-3.125-4.38-6.438-5.625-4.514-.706-8.116-.383-12.312 1.438-5.63 5.368-6.935 10.888-7.125 18.562.218 6.976.973 13.014 5.5 18.5 4.081 3.16 7.93 2.986 12.937 2.5 3.732-1.623 5.911-3.519 8-7a100 100 0 0 0 2-6c4.988.61 9.602 1.635 14.438 3.063l3.746 1.097L291 349c-1.447 8.559-5.235 15.188-12.02 20.598-9.654 6.836-22.131 6.593-33.48 4.87-10.017-2.303-16.538-7.104-22.5-15.468-5.669-11.728-7.208-25.92-3.375-38.437 3.766-9.777 9.64-15.883 19.1-20.383 5.415-2.292 10.313-2.652 16.15-2.555' fill='%23FBFDFE'/%3E%3Cpath d='M177.813 317.25c3.488 2.791 5.77 5.499 7.187 9.75 1.055 19.184 1.055 19.184-3 26-3.99 3.893-6.758 5.17-12.25 5.313-5.105-.08-8.014-.577-11.75-4.313-5.35-7.328-4.726-16.378-4-25 .824-4.589 2.491-7.83 6-10.937 5.768-3.966 11.523-3.608 17.813-.813' fill='%230379CC'/%3E%3Cpath d='M76 316c11.828 0 11.828 0 17 3 5.333 5.613 5.208 10.48 5.25 17.813l.063 2.697c.03 5.268-.355 8.938-3.313 13.49-5.972 5.412-10.233 4-19 4z' fill='%230378CC'/%3E%3C/svg%3E");
}

.icon-bg-img {
  width: 30px;
  height: 30px;
}
.icon-bg-img::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='512' height='512'%3E%3Cpath d='M0 0 C1.41702674 -0.00489804 2.83404949 -0.01109204 4.25106555 -0.01845789 C8.11752519 -0.03476523 11.98377969 -0.0325584 15.85026157 -0.02708292 C20.03107915 -0.02440125 24.21184344 -0.03896587 28.39263916 -0.05117798 C36.57341634 -0.07218722 44.75412258 -0.07677539 52.93492355 -0.07499009 C59.58880433 -0.07368004 66.24266306 -0.07749899 72.89653969 -0.08491516 C74.81665335 -0.08701447 76.73676701 -0.08911207 78.65688068 -0.09120798 C79.61272769 -0.09225151 80.56857471 -0.09329504 81.55338679 -0.09437019 C99.61386988 -0.11325483 117.67431233 -0.11222798 135.73480121 -0.10540086 C152.2323988 -0.09982832 168.72984096 -0.12064169 185.22740223 -0.15376133 C202.19158725 -0.18755174 219.15569793 -0.2026599 236.11991721 -0.1980443 C245.63414747 -0.19580481 255.14823414 -0.20096622 264.66243553 -0.22593689 C272.76380379 -0.24701939 280.86494973 -0.25047354 288.96632733 -0.2316373 C293.09400295 -0.22252159 297.22126486 -0.22120717 301.34890747 -0.24199295 C326.24029902 -0.35900498 345.3521845 1.16390474 364.44013977 19.01159668 C377.81389826 32.95688331 382.19388457 49.05464316 382.1197052 67.88395691 C382.12460184 69.43297685 382.1307952 70.98199314 382.13816309 72.5310033 C382.1544881 76.76230794 382.15225992 80.99342536 382.14678812 85.2247504 C382.14410867 89.79820759 382.15866694 94.37161591 382.17088318 98.9450531 C382.19190159 107.89585989 382.19648006 116.84660186 382.19469529 125.79743042 C382.19338573 133.07678728 382.19720174 140.35612399 382.20462036 147.63547707 C382.20671965 149.73533418 382.20881725 151.83519129 382.21091318 153.9350484 C382.21247847 155.50298748 382.21247847 155.50298748 382.21407539 157.1026021 C382.23296367 176.85700815 382.23193204 196.61137704 382.22510606 216.36578838 C382.21953306 234.41534681 382.24034823 252.4647632 382.27346653 270.51428845 C382.30724712 289.06952978 382.32236632 307.62470316 382.3177495 326.17997581 C382.31550905 336.58846279 382.32068567 346.99681853 382.34564209 357.40527916 C382.36671182 366.2678756 382.3701912 375.13026886 382.3513425 383.99287381 C382.34221912 388.50938779 382.34093658 393.02552351 382.36169815 397.54200745 C382.38054012 401.68697285 382.37575869 405.83125371 382.35315233 409.97619412 C382.3489996 411.46537408 382.35305283 412.9546079 382.36674827 414.44373067 C382.53167174 433.70779966 376.30713368 448.99300738 363.10810852 463.10925293 C349.58013681 476.08279957 333.79759409 480.86716134 315.43040466 480.78208923 C314.01124047 480.78626977 312.59207961 480.79175121 311.17292488 480.79840904 C307.30066674 480.81278813 303.42862281 480.80864272 299.55635333 480.80124223 C295.36946317 480.79649407 291.18261825 480.80903493 286.9957428 480.81925964 C278.80393515 480.83642083 270.6122043 480.83729322 262.42038335 480.83204674 C255.75932659 480.82799878 249.09829247 480.82945603 242.43723679 480.834795 C241.48775631 480.83554342 240.53827583 480.83629184 239.56002321 480.83706294 C237.63090659 480.83859448 235.70178997 480.84013283 233.77267335 480.84167791 C215.69797122 480.85539328 197.62331241 480.84997206 179.54861127 480.8384927 C163.02960822 480.82856152 146.51071719 480.84150071 129.99173142 480.86542689 C113.01061241 480.88983623 96.02954554 480.89942124 79.04840934 480.89277416 C69.52256186 480.889286 59.99680051 480.89148739 50.47096634 480.90902519 C42.36184789 480.92377012 34.25287622 480.92435272 26.14376058 480.90695428 C22.01043782 480.89846071 17.87737702 480.89625426 13.74406815 480.91160583 C9.95275618 480.92551231 6.16192913 480.92061421 2.37064479 480.9013666 C0.36562945 480.8958656 -1.63941096 480.90982821 -3.64437854 480.9247207 C-21.58749711 480.78006758 -36.78184972 473.73789897 -49.47001648 461.23034668 C-62.5442783 447.16184442 -67.06517533 431.15727002 -66.90962219 412.30358887 C-66.91540034 410.75024889 -66.92335271 409.19691578 -66.93325841 407.64359665 C-66.95392299 403.42345357 -66.94391087 399.20388364 -66.92832732 394.98373985 C-66.91693314 390.41376448 -66.93451619 385.84388217 -66.94822693 381.27392578 C-66.97037841 372.34046182 -66.96569437 363.40720874 -66.95116372 354.47373676 C-66.9398395 347.20879204 -66.93835431 339.94390611 -66.94378281 332.67895508 C-66.94454897 331.64220666 -66.94531514 330.60545824 -66.94610452 329.5372932 C-66.94770326 327.43069742 -66.94932433 325.32410167 -66.95096748 323.21750593 C-66.96520128 303.49642573 -66.94886948 283.77546202 -66.92196564 264.05440092 C-66.89962904 247.15856412 -66.90350984 230.26289913 -66.92655945 213.36706543 C-66.95335936 193.71317851 -66.96382821 174.05939352 -66.94849813 154.40549088 C-66.9469055 152.30694836 -66.94533365 150.20840583 -66.94378281 148.10986328 C-66.94301143 147.07752902 -66.94224005 146.04519475 -66.9414453 144.98157763 C-66.93714087 137.73126435 -66.94438767 130.4810161 -66.95618057 123.23071289 C-66.97025076 114.38651916 -66.96631104 105.54254712 -66.93977685 96.69837856 C-66.92669923 92.19196827 -66.92138199 87.68592664 -66.93802261 83.17951965 C-66.95306197 79.04398611 -66.94450725 74.90915849 -66.91813485 70.77368784 C-66.91260847 69.28803014 -66.91525664 67.80231119 -66.92751379 66.31669378 C-67.07398424 47.06791544 -60.84594876 31.78448198 -47.65751648 17.67956543 C-34.13725777 4.71341568 -18.35726907 -0.07549504 0 0 Z ' fill='%23DCEAFC' transform='translate(98.27470397949219,15.6055908203125)'/%3E%3Cpath d='M0 0 C5.67900114 2.69940511 9.68404362 6.30801119 14.05796051 10.77417374 C15.17161987 11.88695694 15.17161987 11.88695694 16.3077774 13.02222061 C18.74127796 15.4584913 21.16032942 17.90858679 23.57944489 20.35913467 C25.27107348 22.0582294 26.96359173 23.75643882 28.65695953 25.4538002 C33.09796496 29.91003236 37.52682322 34.3781479 41.95322418 38.84888077 C46.4775792 43.41425183 51.01336736 47.96823262 55.54819489 52.52319717 C64.43439368 61.45221467 73.30819047 70.39345191 82.17319489 79.34350967 C86.10288979 77.52378727 88.78235203 74.98366783 91.78037262 71.9157753 C92.32887878 71.36274231 92.87738495 70.80970932 93.44251251 70.23991776 C94.63036252 69.04112728 95.81592796 67.8400697 96.99945641 66.63701248 C98.87374856 64.73252653 100.75466701 62.83482172 102.63756561 60.93884659 C107.98883127 55.54785204 113.32731135 50.14425907 118.66269684 44.73755264 C121.92887175 41.42864828 125.20233638 38.12709656 128.48018837 34.82976151 C129.72662402 33.57276405 130.97013617 32.3128606 132.21063805 31.05000687 C133.94586211 29.28356449 135.69013353 27.52653926 137.43662262 25.77124405 C138.19971992 24.98725487 138.19971992 24.98725487 138.97823334 24.18742752 C143.71483361 19.46298332 147.36254011 18.15775713 154.01303864 17.98022842 C160.60305908 19.08849588 164.89515559 23.57306563 169.48569489 28.03100967 C170.90878538 29.38917332 172.33196542 30.74724315 173.75522614 32.10522842 C174.48435211 32.80567276 175.21347809 33.5061171 175.96469879 34.22778702 C179.51063129 37.6247637 183.09346554 40.98223244 186.67319489 44.34350967 C188.10041689 45.68711238 189.52750037 47.03086226 190.95444489 48.37475967 C195.02217918 52.20321548 199.09673876 56.02434467 203.17319489 59.84350967 C209.39668601 65.67419663 215.60921448 71.51640973 221.81772614 77.36304092 C226.59705221 81.86277206 231.38295818 86.35539726 236.17319489 90.84350967 C238.84013116 93.34322219 241.50672382 95.84330092 244.17319489 98.34350967 C244.91730621 99.04105362 245.66141754 99.73859756 246.4280777 100.45727921 C248.71911711 102.60579297 251.00880821 104.75573504 253.29819489 106.90600967 C253.99686676 107.56085342 254.69553864 108.21569717 255.41538239 108.89038467 C256.41311676 109.82817764 256.41311676 109.82817764 257.43100739 110.78491592 C258.00995758 111.32833633 258.58890778 111.87175674 259.18540192 112.43164444 C259.8413736 113.06255997 260.49734528 113.69347549 261.17319489 114.34350967 C262.18850784 115.14639923 263.2038208 115.94928879 264.24990082 116.77650833 C267.74518617 120.31005571 267.89676375 123.37729972 267.97525787 128.21034622 C267.96154144 129.23897278 267.94782501 130.26759933 267.93369293 131.32739639 C267.94705437 132.97265053 267.94705437 132.97265053 267.96068573 134.65114212 C267.98198388 138.27576696 267.95963598 141.89861553 267.93491364 145.52319717 C267.93641692 148.05462195 267.93984906 150.58604624 267.94512177 153.11746597 C267.94945611 158.42874686 267.93323446 163.73940325 267.90048981 169.05054092 C267.86318904 175.15023766 267.86468963 181.24896633 267.88753098 187.3487128 C267.90866792 193.25198619 267.90098959 199.15490705 267.88121223 205.05817413 C267.87540516 207.55133942 267.87660085 210.04453211 267.88523674 212.53768921 C267.93834356 235.54456222 264.80319514 252.68212381 248.55600739 270.05835342 C235.02803568 283.03190006 219.24549296 287.81626183 200.87830353 287.73118973 C199.45913933 287.73537026 198.03997848 287.7408517 196.62082374 287.74750954 C192.74856561 287.76188863 188.87652168 287.75774322 185.0042522 287.75034273 C180.81736203 287.74559457 176.63051712 287.75813543 172.44364166 287.76836014 C164.25183402 287.78552133 156.06010316 287.78639372 147.86828221 287.78114723 C141.20722546 287.77709927 134.54619133 287.77855652 127.88513565 287.78389549 C126.93565517 287.78464391 125.98617469 287.78539234 125.00792208 287.78616344 C123.07880545 287.78769498 121.14968883 287.78923333 119.22057222 287.79077841 C101.14587008 287.80449377 83.07121127 287.79907255 64.99651013 287.78759319 C48.47750708 287.77766202 31.95861606 287.79060121 15.43963028 287.81452738 C-1.54148872 287.83893672 -18.5225556 287.84852173 -35.50369179 287.84187466 C-45.02953927 287.83838649 -54.55530062 287.84058788 -64.0811348 287.85812569 C-72.19025325 287.87287062 -80.29922491 287.87345321 -88.40834056 287.85605478 C-92.54166332 287.84756121 -96.67472411 287.84535475 -100.80803299 287.86070633 C-104.59934496 287.8746128 -108.390172 287.86971471 -112.18145634 287.85046709 C-114.18647169 287.84496609 -116.1915121 287.8589287 -118.19647968 287.8738212 C-136.13959825 287.72916808 -151.33395085 280.68699946 -164.02211761 268.17944717 C-173.09821314 258.41315427 -177.38681536 248.05115942 -180.82680511 235.34350967 C-181.10737007 234.3617778 -181.38793503 233.38004593 -181.67700195 232.36856461 C-187.4572255 211.39256811 -190.50032211 185.59524912 -179.38703728 165.77582932 C-161.25069071 137.15011262 -133.44027119 114.00693012 -108.73403683 91.14333951 C-101.14099568 84.1165801 -93.63640554 77.00696151 -86.2022934 69.81225967 C-85.70984455 69.33571709 -85.2173957 68.85917451 -84.71002416 68.36819124 C-82.72982366 66.45130942 -80.75021375 64.53382045 -78.77136644 62.6155417 C-63.68765932 47.99375529 -48.52743154 33.45227935 -33.16809082 19.11981583 C-31.57208977 17.63002647 -29.97812586 16.13805132 -28.38635635 14.64374161 C-26.21439379 12.60694783 -24.03395121 10.5797088 -21.85033417 8.55542374 C-21.2219138 7.96396687 -20.59349343 7.37250999 -19.94603002 6.76313019 C-14.20549191 1.48258186 -8.1183897 -2.91746736 0 0 Z ' fill='%235392F9' transform='translate(212.8268051147461,208.65649032592773)'/%3E%3Cpath d='M0 0 C4.04568268 2.39780705 7.15433496 5.32173652 10.515625 8.5859375 C11.9387155 9.94410115 13.36189553 11.30217098 14.78515625 12.66015625 C15.51428223 13.36060059 16.2434082 14.06104492 16.99462891 14.78271484 C20.54056141 18.17969153 24.12339566 21.53716026 27.703125 24.8984375 C29.13034701 26.24204021 30.55743049 27.58579008 31.984375 28.9296875 C36.05210929 32.7581433 40.12666888 36.57927249 44.203125 40.3984375 C50.42661613 46.22912445 56.63914459 52.07133755 62.84765625 57.91796875 C67.62698233 62.41769988 72.4128883 66.91032508 77.203125 71.3984375 C79.87006127 73.89815002 82.53665394 76.39822875 85.203125 78.8984375 C86.31929199 79.94475342 86.31929199 79.94475342 87.45800781 81.01220703 C89.74904722 83.16072079 92.03873832 85.31066286 94.328125 87.4609375 C95.02679688 88.11578125 95.72546875 88.770625 96.4453125 89.4453125 C97.44304687 90.38310547 97.44304687 90.38310547 98.4609375 91.33984375 C99.0398877 91.88326416 99.61883789 92.42668457 100.21533203 92.98657227 C100.87130371 93.61748779 101.52727539 94.24840332 102.203125 94.8984375 C103.21843796 95.70132706 104.23375092 96.50421661 105.27983093 97.33143616 C108.77511629 100.86498353 108.92669386 103.93222754 109.00518799 108.76527405 C108.99147156 109.7939006 108.97775513 110.82252716 108.96362305 111.88232422 C108.97698448 113.52757835 108.97698448 113.52757835 108.99061584 115.20606995 C109.01191399 118.83069479 108.9895661 122.45354335 108.96484375 126.078125 C108.96634703 128.60954977 108.96977918 131.14097407 108.97505188 133.6723938 C108.97938622 138.98367469 108.96316458 144.29433108 108.93041992 149.60546875 C108.89311915 155.70516548 108.89461975 161.80389415 108.9174611 167.90364063 C108.93859803 173.80691402 108.93091971 179.70983488 108.91114235 185.61310196 C108.90533527 188.10626725 108.90653096 190.59945994 108.91516685 193.09261703 C108.98988882 225.46357991 108.98988882 225.46357991 101.03398132 234.31051636 C100.42979874 234.83453033 99.82561615 235.35854431 99.203125 235.8984375 C94.23311084 231.73125678 89.5575885 227.39419462 84.9834137 222.79898071 C84.29139593 222.10781737 83.59937816 221.41665402 82.88639015 220.70454633 C80.58407202 218.40386631 78.28533005 216.09964713 75.98657227 213.79541016 C74.33060327 212.1391589 72.67441368 210.48312819 71.01802063 208.82730103 C66.53286541 204.34243227 62.05079634 199.85449078 57.56927991 195.36598635 C53.35652159 191.14760396 49.14145143 186.9315339 44.92639422 182.71544878 C36.58153859 174.36840826 28.23891538 166.01914022 19.89770508 157.66845703 C11.79829563 149.55985891 3.69782937 141.45231894 -4.40405273 133.34619141 C-4.90402893 132.84595249 -5.40400512 132.34571357 -5.91913211 131.8303159 C-8.4275444 129.32059851 -10.9359774 126.81090182 -13.4444207 124.30121541 C-34.23178342 103.50349757 -55.01548246 82.70212084 -75.796875 61.8984375 C-74.85491619 60.79088482 -73.91171126 59.68439189 -72.96799564 58.57833576 C-72.44288491 57.96204188 -71.91777418 57.34574799 -71.37675101 56.71077853 C-69.0996245 54.09859264 -66.68435571 51.63053632 -64.23803711 49.1784668 C-63.7184996 48.65396439 -63.1989621 48.12946198 -62.66368103 47.58906555 C-60.96991331 45.88086907 -59.27243322 44.17643135 -57.57421875 42.47265625 C-56.99020357 41.88581369 -56.40618839 41.29897114 -55.80447578 40.69434547 C-52.72154696 37.59651263 -49.63582173 34.50149907 -46.54760742 31.40893555 C-43.36439776 28.22021454 -40.19059228 25.02230015 -37.01883602 21.82219219 C-34.56945687 19.354192 -32.11339801 16.89292276 -29.65545845 14.4334507 C-28.48201756 13.25698804 -27.3110724 12.07803045 -26.14271355 10.89652061 C-24.51091897 9.24765645 -22.86990566 7.60853347 -21.22631836 5.97143555 C-20.29621445 5.037686 -19.36611053 4.10393646 -18.40782166 3.14189148 C-12.96435831 -1.53540036 -6.67519127 -2.62905578 0 0 Z ' fill='%234071F7' transform='translate(371.796875,228.1015625)'/%3E%3Cpath d='M0 0 C9.56227605 8.89782787 15.63532996 19.81468286 16.546875 32.86328125 C16.99994087 47.55307089 12.84985083 60.20834667 2.8359375 71.09375 C-7.83115081 81.19771902 -20.89506494 85.36406347 -35.390625 85.09375 C-49.01769482 84.05301913 -59.34570048 77.52722672 -68.6640625 67.84375 C-77.7690012 56.8866289 -80.52720055 43.78183118 -79.6640625 29.84375 C-77.59696185 16.81050523 -70.87028312 6.08723589 -60.6640625 -2.15625 C-41.52356775 -14.69977811 -18.19797169 -14.72915011 0 0 Z ' fill='%235392F9' transform='translate(335.6640625,139.15625)'/%3E%3C/svg%3E");
}

.icon-bg-filter {
  width: 30px;
  height: 30px;
}
.icon-bg-filter::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='m66.958 105.746 2.022-.01c2.228-.008 4.455-.003 6.683.003l4.85-.011c4.436-.01 8.872-.008 13.308-.004 4.787.002 9.574-.007 14.36-.014q14.063-.018 28.127-.012 11.43.002 22.861-.005l3.286-.001 6.609-.004q30.991-.013 61.983-.003c18.902.006 37.804-.006 56.705-.025q29.113-.03 58.225-.024c10.896.002 21.792 0 32.689-.014q13.914-.019 27.828-.002 7.098.011 14.196-.005 6.501-.015 13.002.007 2.349.004 4.698-.008c18.089-.086 18.089-.086 24.95 5.183 4.879 5.964 7.19 11.176 6.898 19.098-.837 7.4-3.269 11.845-8.91 16.695-5.096 3.087-10.432 3.66-16.286 3.664l-2.022.01c-2.228.008-4.455.003-6.683-.003l-4.85.011c-4.436.01-8.872.008-13.308.004-4.787-.002-9.574.007-14.36.014q-14.063.018-28.127.012-11.43-.002-22.861.005l-3.286.001-6.609.004q-30.992.013-61.983.003c-18.902-.006-37.804.006-56.705.025q-29.113.03-58.225.024-16.344-.005-32.689.014-13.914.019-27.828.002c-4.732-.006-9.464-.007-14.196.005q-6.501.014-13.002-.007-2.349-.004-4.698.008c-18.089.086-18.089.086-24.95-5.183-4.879-5.964-7.19-11.176-6.898-19.098.837-7.4 3.269-11.845 8.91-16.695 5.096-3.087 10.432-3.66 16.286-3.664m67.846 127.994 3.265-.012c3.606-.01 7.212-.007 10.817-.003l7.762-.015q9.444-.018 18.886-.012 7.678.002 15.356-.005l2.21-.001 4.443-.004q20.828-.013 41.657-.003c12.694.006 25.387-.006 38.081-.025q19.566-.03 39.132-.024 10.979.005 21.958-.014 10.324-.019 20.65.002 3.787.004 7.573-.009c3.45-.01 6.899-.002 10.348.01l3.02-.022c6.98.054 13.698.832 19.378 5.194 4.879 5.964 7.19 11.176 6.898 19.098-.837 7.4-3.269 11.845-8.91 16.695-6.34 3.84-12.939 3.698-20.132 3.67l-3.265.012c-3.606.01-7.212.007-10.817.003l-7.762.015q-9.444.018-18.886.012-7.678-.002-15.356.005l-2.21.001-4.443.004q-20.829.013-41.657.003c-12.694-.006-25.387.006-38.081.025q-19.566.03-39.132.024c-7.32-.002-14.638 0-21.958.014q-10.324.018-20.65-.002-3.786-.004-7.573.009c-3.45.01-6.899.002-10.348-.01l-3.02.022c-6.98-.054-13.698-.832-19.378-5.194-4.879-5.964-7.19-11.176-6.898-19.098.837-7.4 3.269-11.845 8.91-16.695 6.34-3.84 12.939-3.698 20.132-3.67m66.332 127.985 3.98-.015c3.586-.013 7.173-.014 10.76-.012q4.502 0 9.005-.008 10.629-.016 21.258-.006a5837 5837 0 0 0 21.88-.027 5655 5655 0 0 1 18.83-.02c3.743.001 7.485-.001 11.227-.015 4.176-.015 8.352-.006 12.529.006l3.722-.023c7.587.046 14.805.424 21.013 5.192 4.879 5.964 7.19 11.176 6.898 19.098-.837 7.4-3.269 11.845-8.91 16.695-6.986 4.232-14.55 3.7-22.464 3.685l-3.98.015c-3.586.013-7.173.014-10.76.012q-4.502 0-9.005.008-10.629.016-21.258.006a5911 5911 0 0 0-21.88.027q-9.414.026-18.83.02c-3.743-.001-7.485.001-11.227.015-4.176.015-8.352.006-12.529-.006l-3.722.023c-7.587-.046-14.805-.424-21.013-5.192-4.879-5.964-7.19-11.176-6.898-19.098.837-7.4 3.269-11.845 8.91-16.695 6.986-4.232 14.55-3.7 22.464-3.685'/%3E%3C/svg%3E");
}

.icon-bg-applications {
  width: 30px;
  height: 30px;
}
.icon-bg-applications::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='m67.108 31.866 3.298-.014h3.652l3.858-.01q5.318-.014 10.635-.017 5.728-.007 11.456-.022c9.227-.02 18.455-.03 27.682-.039l13.026-.015a63901 63901 0 0 1 54.517-.044l2.82-.002c15.09-.008 30.18-.033 45.27-.066q23.222-.049 46.445-.054c8.697-.002 17.393-.011 26.09-.036q11.107-.034 22.213-.02c3.78.004 7.56.002 11.339-.017 4.093-.021 8.186-.011 12.279.002l3.639-.033 3.314.026 2.864-.003c3.26.65 4.456 1.923 6.495 4.498.508 2.788.508 2.788.519 6.062l.042 3.764-.015 4.122q.014 2.174.031 4.347c.028 3.931.031 7.863.03 11.794.004 4.11.03 8.219.052 12.328.041 7.78.061 15.561.074 23.342.016 8.859.055 17.717.095 26.576q.121 27.332.172 54.665a55737 55737 0 0 0 9.843-23.483c5.282-12.596 10.54-25.2 15.616-37.882 3.197-7.899 8.011-15.475 16.107-19.01 6.658-1.71 14.488-1.912 20.871.875 5.613 3.391 10.913 9.066 12.563 15.5 2.155 9.16-.9 17.57-4.535 25.941l-1.061 2.51c-1.147 2.707-2.307 5.41-3.467 8.112q-1.224 2.883-2.445 5.768a6816 6816 0 0 1-3.775 8.903 2835 2835 0 0 0-11.066 26.471q-2.611 6.316-5.23 12.63l-1.072 2.59c-4.476 10.802-8.975 21.594-13.474 32.388l-1.274 3.056a72213 72213 0 0 1-18.934 45.394l-1.698 4.073-1.455 3.486L383 304l-1.006 1.986c-3.683 7.819-3.543 15.507-3.476 23.957a2185 2185 0 0 1-.012 4.773q-.012 5.11.008 10.22c.02 5.388.01 10.775-.004 16.162-.027 11.426-.02 22.851-.01 34.277.011 12.357.016 24.715-.017 37.072q-.02 8.034.013 16.068c.009 3.327.002 6.652-.01 9.978q-.004 2.316.014 4.63c.016 2.105.007 4.208-.008 6.313l.005 3.57c-.616 3.709-1.594 4.67-4.497 6.994-2.493.5-2.493.5-5.354.5l-3.31.03-3.635-.029-3.862.017c-3.541.015-7.081.005-10.622-.01-3.817-.01-7.635.001-11.452.01-7.48.014-14.958.006-22.438-.009-8.705-.016-17.411-.013-26.117-.01-15.53.006-31.062-.008-46.593-.032q-22.617-.036-45.234-.021a31256 31256 0 0 1-54.478-.006l-2.609-.002q-9.107-.006-18.214.001-11.096.009-22.191-.02-5.663-.017-11.327-.008c-4.088.009-8.177-.006-12.265-.023l-3.635.018-3.31-.026-2.861-.003c-2.98-.45-4.335-1.3-6.493-3.377-1.156-3.468-1.14-6.559-1.131-10.164l-.007-2.237q-.006-3.74-.002-7.478l-.01-5.393q-.011-7.431-.01-14.864c-.002-5.337-.01-10.675-.016-16.012q-.02-17.517-.024-35.033l-.012-21.86q-.019-30.245-.026-60.488v-7.834l-.002-7.868v-3.942q-.009-31.635-.046-63.27-.035-32.456-.037-64.91.001-18.233-.025-36.465-.023-15.52-.012-31.043c.004-5.283.003-10.565-.011-15.848q-.019-7.248 0-14.496a865 865 0 0 0-.01-5.255 733 733 0 0 1 .01-7.124c-.009-.685-.016-1.371-.024-2.077.047-4.266.8-6.939 3.395-10.339 2.53-1.265 4.275-1.129 7.108-1.134' fill='%2378909C'/%3E%3Cpath d='m120.034 95.499 2.761-.017c3.055-.014 6.11.001 9.164.016q3.285-.005 6.569-.016c5.948-.014 11.896-.003 17.844.014 6.222.013 12.443.007 18.664.003q15.671-.002 31.342.034 16.122.036 32.244.021 19.431-.019 38.862.006 7.42.008 14.841 0 8.738-.005 17.473.028 3.21.008 6.419 0a1160 1160 0 0 1 8.75.024l2.574-.018c4.634.05 7.698.392 11.459 3.406 1.25 2.5 1.14 4.216 1.161 7.013l.03 3.166.012 3.434.017 3.52q.014 3.694.02 7.387c.01 3.767.04 7.532.072 11.298q.01 3.585.016 7.17l.038 3.416-.01 3.195.011 2.801c-.448 3.173-1.454 5.044-3.367 7.6-3.935 1.312-7.69 1.152-11.793 1.154l-2.757.013c-3.06.014-6.121.02-9.182.026l-6.568.025c-7.2.026-14.399.041-21.598.055l-7.429.017a30664 30664 0 0 1-40.912.062c-10.76.013-21.52.046-32.28.088a9955 9955 0 0 1-33.138.071c-6.203.004-12.405.016-18.607.048q-8.749.044-17.498.025-3.213 0-6.428.025c-2.921.023-5.841.015-8.763-.001l-2.579.042c-4.326-.058-5.973-.262-9.494-3.022-2.27-3.022-2.605-4.442-2.621-8.181l-.048-3.297.03-3.529-.014-3.65q-.004-3.813.027-7.627c.027-3.896 0-7.79-.032-11.686q.005-3.705.02-7.412l-.03-3.535c.015-1.085.03-2.17.047-3.287l.012-2.889c1.822-7.277 8.486-7.106 14.669-7.036' fill='%23FEFEFE'/%3E%3Cpath d='M441.438 103.5c5.612 3.391 10.912 9.066 12.562 15.5 2.155 9.16-.9 17.57-4.535 25.941l-1.061 2.51c-1.147 2.707-2.307 5.41-3.466 8.112q-1.225 2.883-2.446 5.768a6816 6816 0 0 1-3.775 8.903 2835 2835 0 0 0-11.066 26.471q-2.611 6.317-5.23 12.63l-1.072 2.59a18679 18679 0 0 1-16.015 38.48l-2.502 6.001-1.235 2.962q-4.019 9.641-8.023 19.288l-3.054 7.35-1.877 4.527c-3.058 7.38-6.165 14.725-9.506 21.983-1.817 3.968-3.542 7.974-5.262 11.984l-1.146 2.64a366 366 0 0 0-6.44 16.012l-1.406 3.664a366 366 0 0 0-2.637 7.122c-3.004 7.782-5.928 11.22-13.246 15.062q-3.017 1.816-6.023 3.648a2647 2647 0 0 1-6.352 3.727l-3.27 1.941-3.128 1.832-2.826 1.662C325 383 325 383 322 383a2604 2604 0 0 1-3.9-15.051q-.66-2.56-1.33-5.116a1034 1034 0 0 1-1.899-7.372l-.612-2.292c-1.928-7.704-.066-13.164 2.96-20.282l.998-2.392c1.088-2.605 2.186-5.206 3.283-7.808q1.16-2.768 2.317-5.538 2.404-5.748 4.813-11.49c3.243-7.736 6.448-15.486 9.654-23.236q7.41-17.91 14.88-35.794c10.645-25.41 10.645-25.41 20.965-50.952 6.315-15.918 12.929-31.718 19.5-47.533a1559 1559 0 0 0 6.017-14.677c1.191-2.951 2.4-5.896 3.604-8.842l1.19-3.015c3.25-7.872 8.027-15.448 16.126-18.985 6.658-1.71 14.488-1.912 20.872.875' fill='%23FECA29'/%3E%3Cpath d='m117.3 351.499 3.85-.03 4.2.03q2.22-.006 4.44-.017c4.015-.014 8.03-.003 12.044.014 4.203.013 8.406.007 12.609.003q10.587-.002 21.174.034c8.157.027 16.315.029 24.472.017q11.776-.014 23.552.01 5.01.007 10.019 0 5.9-.006 11.8.028 2.163.008 4.328 0c1.97-.005 3.941.009 5.912.024l3.34.008c3.36.431 5.25 1.38 7.96 3.38 1.25 2.5 1.14 4.216 1.161 7.013l.03 3.166.012 3.434.017 3.52q.014 3.694.02 7.387c.01 3.767.04 7.532.072 11.298q.01 3.585.016 7.17l.038 3.416-.01 3.195.011 2.801c-.448 3.173-1.454 5.044-3.367 7.6-3.252 1.084-5.637 1.137-9.06 1.154l-3.84.026-4.223.013-4.44.025c-4.861.026-9.723.041-14.585.055l-5.021.017q-10.442.033-20.882.051-14.967.023-29.932.107-10.522.056-21.045.063c-4.19.004-8.38.016-12.57.048q-5.913.044-11.825.025-2.169 0-4.338.025c-1.975.023-3.95.012-5.925-.001l-3.349.01c-3.944-.822-5.454-2.541-7.965-5.618-.635-2.662-.635-2.662-.647-5.553l-.048-3.297.03-3.529-.014-3.65q-.004-3.813.027-7.627c.027-3.896 0-7.79-.032-11.686q.006-3.705.02-7.412l-.03-3.535c.015-1.085.03-2.17.047-3.287l.012-2.889c1.487-5.938 6.445-7.035 11.935-7.036m0-128 3.85-.03 4.2.03q2.22-.006 4.44-.017c4.015-.014 8.03-.003 12.044.014 4.203.013 8.406.007 12.609.003q10.587-.002 21.174.034c8.157.027 16.315.029 24.472.017q11.776-.014 23.552.01 5.01.008 10.019 0 5.9-.006 11.8.028 2.163.008 4.328 0c1.97-.005 3.941.009 5.912.024l3.34.008c3.36.431 5.25 1.38 7.96 3.38 1.25 2.5 1.14 4.216 1.161 7.013l.03 3.166.012 3.434.017 3.52q.014 3.694.02 7.387c.01 3.767.04 7.532.072 11.298q.01 3.585.016 7.17l.038 3.416-.01 3.195.011 2.801c-.448 3.173-1.454 5.044-3.367 7.6-3.252 1.084-5.637 1.137-9.06 1.154l-3.84.026-4.223.013-4.44.025c-4.861.026-9.723.041-14.585.055l-5.021.017q-10.442.033-20.882.051-14.967.023-29.932.107-10.522.056-21.045.063c-4.19.004-8.38.016-12.57.048q-5.913.044-11.825.025-2.169 0-4.338.025c-1.975.023-3.95.012-5.925-.001l-3.349.01c-3.944-.822-5.454-2.541-7.965-5.618-.635-2.662-.635-2.662-.647-5.553l-.048-3.297.03-3.529-.014-3.65q-.004-3.813.027-7.627c.027-3.896 0-7.79-.032-11.686q.006-3.705.02-7.412l-.03-3.535c.015-1.085.03-2.17.047-3.287l.012-2.889c1.487-5.938 6.445-7.035 11.935-7.036' fill='%23FEFEFE'/%3E%3Cpath d='M325 316c14.958 5.296 29.454 11.68 44 18-2.112 6.431-4.27 12.84-6.625 19.188l-.887 2.615c-2.628 6.954-6.1 9.659-12.488 13.197q-3.014 1.821-6.023 3.648a2647 2647 0 0 1-6.352 3.727l-3.27 1.941-3.128 1.832-2.826 1.662C325 383 325 383 322 383a2604 2604 0 0 1-3.9-15.051q-.66-2.56-1.33-5.116a1034 1034 0 0 1-1.899-7.372l-.612-2.292c-1.694-6.77-.718-11.535 1.991-17.97l1.344-3.209 1.406-3.303 1.406-3.36c3.446-8.179 3.446-8.179 4.594-9.327' fill='%23F89F1B'/%3E%3Cpath d='M443.254 104.598c6.086 4.888 9.716 10.023 11.496 17.59.59 9-2.745 16.86-6.375 24.937l-1.273 2.898Q445.563 153.517 444 157a209 209 0 0 1-17.754-6.574l-2.383-.996a4302 4302 0 0 1-7.425-3.118l-5.08-2.126Q405.176 141.596 399 139c.854-5.95 2.795-10.933 5.125-16.437l1.11-2.776c3.118-7.389 7.026-12.421 13.827-16.725 7.368-2.666 17.413-2.561 24.192 1.536' fill='%23F9A01B'/%3E%3C/svg%3E");
}

.icon-bg-dustbin {
  width: 30px;
  height: 30px;
}
.icon-bg-dustbin::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M113 176h286c-4.616 49.624-4.616 49.624-6.518 68.852l-.667 6.773a66205 66205 0 0 1-6.978 70.395q-1.61 16.214-3.204 32.429-1.651 16.788-3.326 33.575a9680 9680 0 0 0-1.853 18.744 5932 5932 0 0 1-1.74 17.528q-.321 3.206-.63 6.414-.426 4.384-.877 8.765l-.236 2.544c-.718 6.8-1.57 14.346-7.034 18.981-4.568 3.11-7.708 3.148-13.11 3.147l-2.59.011a3432 3432 0 0 1-8.646.019l-6.179.02q-8.411.025-16.822.036-5.253.007-10.504.018-16.424.029-32.847.041-18.975.015-37.95.077-14.654.044-29.309.048c-5.839.002-11.677.011-17.516.036q-8.238.035-16.478.018-3.024 0-6.049.02c-2.752.017-5.504.01-8.257-.003l-2.418.033c-5.198-.06-8.2-1.004-12.262-4.521-3.272-4.053-4.542-7.132-5.087-12.28l-.216-1.925c-.25-2.264-.473-4.529-.697-6.795l-.584-5.505c-.703-6.67-1.366-13.344-2.03-20.017q-.383-3.84-.77-7.677-.93-9.29-1.855-18.58-1.08-10.827-2.164-21.653a133199 133199 0 0 1-3.856-38.619q-1.869-18.731-3.742-37.463-2.045-20.432-4.085-40.865l-.218-2.18-5.722-57.31-.303-3.009-.27-2.734-.237-2.366C113 179 113 179 113 176m-9.715-64.508q2.055-.007 4.111-.019c3.76-.017 7.52-.008 11.28.004 4.058.01 8.115-.005 12.173-.016 7.946-.018 15.892-.014 23.838-.002q9.686.013 19.373.006l2.785-.002 5.6-.004c17.505-.011 35.011.002 52.517.023q22.534.025 45.07-.003a27096 27096 0 0 1 57.908-.014l2.773.002q9.675.003 19.351-.012 11.79-.017 23.58.013c4.011.01 8.022.015 12.033.001q5.506-.017 11.014.016c1.958.007 3.915-.006 5.873-.02 6.424.058 10.604.107 15.436 4.535 3.628 3.82 4.31 6.883 4.5 12-.19 5.117-.872 8.18-4.5 12-5.736 5.257-11.808 4.56-19.285 4.508q-2.055.006-4.111.019c-3.76.017-7.52.008-11.28-.004-4.058-.01-8.115.005-12.173.016-7.946.018-15.892.014-23.838.002q-9.686-.013-19.373-.006l-2.785.002-5.6.004c-17.505.011-35.011-.002-52.517-.023q-22.534-.025-45.07.003a27096 27096 0 0 1-57.908.014l-2.773-.002q-9.675-.003-19.351.012-11.79.018-23.58-.013c-4.011-.01-8.022-.015-12.033-.001q-5.506.017-11.014-.016c-1.958-.007-3.915.006-5.873.02-6.424-.058-10.604-.107-15.436-4.535-3.628-3.82-4.31-6.883-4.5-12 .19-5.117.872-8.18 4.5-12 5.736-5.257 11.808-4.56 19.285-4.508m122.278-64.01 2.22-.02c2.406-.018 4.81-.007 7.217.007l5.043-.012q5.276-.008 10.55.022c4.5.022 8.998.01 13.498-.015 3.469-.014 6.938-.01 10.408 0q2.488.005 4.975-.01c2.322-.01 4.642.006 6.964.028l3.996.01c4.258.606 6.29 1.744 9.566 4.508 4 6 4 6 4 28h-96c0-22 0-22 4-28 4.524-3.816 7.704-4.503 13.563-4.518'/%3E%3C/svg%3E");
}

.icon-bg-indent-right {
  width: 30px;
  height: 30px;
}
.icon-bg-indent-right::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='m85.313 148.625 2.675-.086c8.714 1.334 14.198 7.074 20.134 13.082l2.65 2.632q3.566 3.554 7.114 7.129c2.485 2.499 4.98 4.988 7.475 7.478q6.275 6.272 12.53 12.564a5155 5155 0 0 0 14.475 14.492q6.992 6.977 13.964 13.974 2.96 2.97 5.93 5.93c2.763 2.758 5.515 5.529 8.265 8.3l2.48 2.466c5.907 5.987 9.417 10.586 9.495 19.289l.094 3.492c-1.421 8.695-8.207 14.683-14.22 20.664l-2.6 2.619q-3.502 3.524-7.022 7.034c-1.964 1.96-3.923 3.926-5.882 5.89a7153 7153 0 0 1-13.888 13.89q-7.155 7.141-14.282 14.311a5096 5096 0 0 1-12.3 12.324 2462 2462 0 0 0-7.33 7.346c-2.717 2.735-5.45 5.454-8.185 8.171l-2.422 2.452c-5.672 5.598-10.591 9.357-18.9 9.37-6.255-.206-10.775-1.762-15.317-6.122-4.471-5.01-6.54-8.717-6.621-15.566l-.086-3.266c1.062-8.024 5.723-13.326 11.34-18.818l2.072-2.072a1484 1484 0 0 1 6.752-6.688q2.347-2.336 4.691-4.674a4881 4881 0 0 1 12.33-12.23c4.203-4.163 8.395-8.337 12.588-12.51A13738 13738 0 0 1 138 257c-1.273-2.79-2.582-4.829-4.757-6.984l-1.7-1.699-1.857-1.826-1.962-1.953a1916 1916 0 0 0-4.221-4.186q-3.348-3.311-6.683-6.634c-5.527-5.5-11.065-10.99-16.603-16.48q-7.017-6.957-14.02-13.928-3.285-3.263-6.58-6.518l-4.044-4.024-1.846-1.814c-6.094-6.093-9.833-11.316-10.102-20.142.065-7.249 1.868-11.232 6.867-16.335 4.5-4.034 8.825-5.765 14.82-5.852M198.013 361.74c.993-.005 1.985-.008 3.008-.012 3.318-.01 6.636-.007 9.953-.003l7.147-.015a7021 7021 0 0 1 17.38-.012q7.066.002 14.132-.005l2.034-.001 4.09-.004q19.169-.014 38.336-.003c11.683.006 23.365-.006 35.047-.025q18.009-.03 36.017-.024c6.736.002 13.472 0 20.209-.014q9.501-.019 19.002.002 3.485.004 6.97-.009c3.174-.01 6.348-.002 9.522.01l2.78-.022c8.576.072 15.21 2.248 21.36 8.397 4.083 6.736 3.731 13.342 3 21-1.6 5.966-4.937 9.625-10 13-5.736 2.083-10.941 2.286-17.006 2.26-.992.005-1.984.008-3.006.012-3.316.01-6.631.007-9.946.003l-7.142.015q-8.685.017-17.37.012-7.062-.002-14.124.005l-2.033.001-4.089.004q-19.161.013-38.322.003c-11.675-.006-23.35.006-35.025.025q-18 .03-36 .024-10.098-.005-20.197.014-9.497.018-18.995-.002-3.482-.004-6.964.009c-3.174.01-6.347.002-9.52-.01l-2.772.022c-6.768-.057-13.336-.976-18.829-5.194-4.879-5.964-7.19-11.176-6.898-19.098.837-7.4 3.269-11.845 8.91-16.695 6.108-3.7 12.408-3.7 19.341-3.67m0-256c.993-.005 1.985-.008 3.008-.012 3.318-.01 6.636-.007 9.953-.003l7.147-.015a7021 7021 0 0 1 17.38-.012 11023 11023 0 0 0 20.256-.01q19.169-.014 38.336-.003c11.683.006 23.365-.006 35.047-.025q18.009-.03 36.017-.024 10.104.005 20.209-.014 9.501-.018 19.002.002 3.485.004 6.97-.009c3.174-.01 6.348-.002 9.522.01l2.78-.022c8.576.072 15.21 2.248 21.36 8.397 4.083 6.736 3.731 13.342 3 21-1.6 5.966-4.937 9.625-10 13-5.736 2.083-10.941 2.286-17.006 2.26-.992.005-1.984.008-3.006.012-3.316.01-6.631.007-9.946.003l-7.142.015q-8.685.017-17.37.012-7.062-.002-14.124.005l-2.033.001-4.089.004q-19.161.013-38.322.003c-11.675-.006-23.35.006-35.025.025q-18 .03-36 .024-10.098-.005-20.197.014-9.497.019-18.995-.002-3.482-.004-6.964.009c-3.174.01-6.347.002-9.52-.01l-2.772.022c-6.768-.057-13.336-.976-18.829-5.194-4.879-5.964-7.19-11.176-6.898-19.098.837-7.4 3.269-11.845 8.91-16.695 6.108-3.7 12.408-3.7 19.341-3.67m81.773 128c.646-.005 1.291-.008 1.956-.012 2.144-.01 4.286-.007 6.43-.003l4.634-.015c4.182-.014 8.363-.014 12.545-.012q5.245 0 10.49-.008 12.375-.016 24.753-.006c8.5.006 17-.006 25.501-.027q10.965-.026 21.93-.02c4.36.001 8.721-.001 13.082-.015q6.152-.018 12.305.002 2.25.004 4.503-.009c9.077-.046 16.86.012 24.398 5.697 4.88 4.88 6.117 9.239 6.125 16.063-.16 7.098-1.048 11.834-5.793 17.14-5.257 4.905-11.499 5.733-18.431 5.746l-1.956.011c-2.144.01-4.286.007-6.43.003l-4.634.015c-4.182.014-8.363.014-12.545.012q-5.245 0-10.49.008-12.375.016-24.753.006c-8.5-.006-17 .006-25.501.027q-10.965.026-21.93.02c-4.36-.001-8.721.001-13.082.015q-6.152.018-12.305-.002-2.25-.004-4.503.009c-9.067.046-16.82-.045-24.397-5.635-5.326-5.449-5.907-9.733-6.188-17.188.171-8.238 2.195-12.257 7.875-17.937 5.156-3.192 10.438-3.875 16.411-3.886'/%3E%3C/svg%3E");
}

.icon-bg-indent-left {
  width: 30px;
  height: 30px;
}
.icon-bg-indent-left::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' transform='matrix(-1,0,0,1,0,0)'%3E%3Cpath d='m85.313 148.625 2.675-.086c8.714 1.334 14.198 7.074 20.134 13.082l2.65 2.632q3.566 3.554 7.114 7.129c2.485 2.499 4.98 4.988 7.475 7.478q6.275 6.272 12.53 12.564a5155 5155 0 0 0 14.475 14.492q6.992 6.977 13.964 13.974 2.96 2.97 5.93 5.93c2.763 2.758 5.515 5.529 8.265 8.3l2.48 2.466c5.907 5.987 9.417 10.586 9.495 19.289l.094 3.492c-1.421 8.695-8.207 14.683-14.22 20.664l-2.6 2.619q-3.502 3.524-7.022 7.034c-1.964 1.96-3.923 3.926-5.882 5.89a7153 7153 0 0 1-13.888 13.89q-7.155 7.141-14.282 14.311a5096 5096 0 0 1-12.3 12.324 2462 2462 0 0 0-7.33 7.346c-2.717 2.735-5.45 5.454-8.185 8.171l-2.422 2.452c-5.672 5.598-10.591 9.357-18.9 9.37-6.255-.206-10.775-1.762-15.317-6.122-4.471-5.01-6.54-8.717-6.621-15.566l-.086-3.266c1.062-8.024 5.723-13.326 11.34-18.818l2.072-2.072a1484 1484 0 0 1 6.752-6.688q2.347-2.336 4.691-4.674a4881 4881 0 0 1 12.33-12.23c4.203-4.163 8.395-8.337 12.588-12.51A13738 13738 0 0 1 138 257c-1.273-2.79-2.582-4.829-4.757-6.984l-1.7-1.699-1.857-1.826-1.962-1.953a1916 1916 0 0 0-4.221-4.186q-3.348-3.311-6.683-6.634c-5.527-5.5-11.065-10.99-16.603-16.48q-7.017-6.957-14.02-13.928-3.285-3.263-6.58-6.518l-4.044-4.024-1.846-1.814c-6.094-6.093-9.833-11.316-10.102-20.142.065-7.249 1.868-11.232 6.867-16.335 4.5-4.034 8.825-5.765 14.82-5.852M198.013 361.74c.993-.005 1.985-.008 3.008-.012 3.318-.01 6.636-.007 9.953-.003l7.147-.015a7021 7021 0 0 1 17.38-.012q7.066.002 14.132-.005l2.034-.001 4.09-.004q19.169-.014 38.336-.003c11.683.006 23.365-.006 35.047-.025q18.009-.03 36.017-.024c6.736.002 13.472 0 20.209-.014q9.501-.019 19.002.002 3.485.004 6.97-.009c3.174-.01 6.348-.002 9.522.01l2.78-.022c8.576.072 15.21 2.248 21.36 8.397 4.083 6.736 3.731 13.342 3 21-1.6 5.966-4.937 9.625-10 13-5.736 2.083-10.941 2.286-17.006 2.26-.992.005-1.984.008-3.006.012-3.316.01-6.631.007-9.946.003l-7.142.015q-8.685.017-17.37.012-7.062-.002-14.124.005l-2.033.001-4.089.004q-19.161.013-38.322.003c-11.675-.006-23.35.006-35.025.025q-18 .03-36 .024-10.098-.005-20.197.014-9.497.018-18.995-.002-3.482-.004-6.964.009c-3.174.01-6.347.002-9.52-.01l-2.772.022c-6.768-.057-13.336-.976-18.829-5.194-4.879-5.964-7.19-11.176-6.898-19.098.837-7.4 3.269-11.845 8.91-16.695 6.108-3.7 12.408-3.7 19.341-3.67m0-256c.993-.005 1.985-.008 3.008-.012 3.318-.01 6.636-.007 9.953-.003l7.147-.015a7021 7021 0 0 1 17.38-.012 11023 11023 0 0 0 20.256-.01q19.169-.014 38.336-.003c11.683.006 23.365-.006 35.047-.025q18.009-.03 36.017-.024 10.104.005 20.209-.014 9.501-.018 19.002.002 3.485.004 6.97-.009c3.174-.01 6.348-.002 9.522.01l2.78-.022c8.576.072 15.21 2.248 21.36 8.397 4.083 6.736 3.731 13.342 3 21-1.6 5.966-4.937 9.625-10 13-5.736 2.083-10.941 2.286-17.006 2.26-.992.005-1.984.008-3.006.012-3.316.01-6.631.007-9.946.003l-7.142.015q-8.685.017-17.37.012-7.062-.002-14.124.005l-2.033.001-4.089.004q-19.161.013-38.322.003c-11.675-.006-23.35.006-35.025.025q-18 .03-36 .024-10.098-.005-20.197.014-9.497.019-18.995-.002-3.482-.004-6.964.009c-3.174.01-6.347.002-9.52-.01l-2.772.022c-6.768-.057-13.336-.976-18.829-5.194-4.879-5.964-7.19-11.176-6.898-19.098.837-7.4 3.269-11.845 8.91-16.695 6.108-3.7 12.408-3.7 19.341-3.67m81.773 128c.646-.005 1.291-.008 1.956-.012 2.144-.01 4.286-.007 6.43-.003l4.634-.015c4.182-.014 8.363-.014 12.545-.012q5.245 0 10.49-.008 12.375-.016 24.753-.006c8.5.006 17-.006 25.501-.027q10.965-.026 21.93-.02c4.36.001 8.721-.001 13.082-.015q6.152-.018 12.305.002 2.25.004 4.503-.009c9.077-.046 16.86.012 24.398 5.697 4.88 4.88 6.117 9.239 6.125 16.063-.16 7.098-1.048 11.834-5.793 17.14-5.257 4.905-11.499 5.733-18.431 5.746l-1.956.011c-2.144.01-4.286.007-6.43.003l-4.634.015c-4.182.014-8.363.014-12.545.012q-5.245 0-10.49.008-12.375.016-24.753.006c-8.5-.006-17 .006-25.501.027q-10.965.026-21.93.02c-4.36-.001-8.721.001-13.082.015q-6.152.018-12.305-.002-2.25-.004-4.503.009c-9.067.046-16.82-.045-24.397-5.635-5.326-5.449-5.907-9.733-6.188-17.188.171-8.238 2.195-12.257 7.875-17.937 5.156-3.192 10.438-3.875 16.411-3.886'%3E%3C/path%3E%3C/svg%3E");
}

.icon-bg-th-list {
  width: 30px;
  height: 30px;
}
.icon-bg-th-list::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='m155.127 421.62 3.756-.026 4.117.018 4.38-.016c4.014-.014 8.027-.01 12.04-.003 4.329.005 8.656-.008 12.984-.018a9609 9609 0 0 1 25.437-.013q10.337.006 20.672-.002l2.97-.003 5.973-.004c18.677-.014 37.354-.009 56.032.003 17.093.01 34.186-.003 51.279-.027q26.318-.037 52.634-.027 14.779.006 29.558-.017a6563 6563 0 0 1 25.162.002c4.28.009 8.56.011 12.84-.004q5.876-.02 11.753.01 2.126.006 4.253-.01c13.176-.09 13.176-.09 18.033 4.517 4.056 5.223 3.774 10.653 3 17-2.184 4.611-4.491 6.742-9 9-2.884.377-2.884.377-6.127.38l-3.756.026-4.117-.018q-2.19.006-4.38.016c-4.014.014-8.027.01-12.04.003-4.329-.005-8.656.008-12.984.018-8.48.017-16.958.018-25.437.013q-10.337-.006-20.672.002l-2.97.003-5.973.004c-18.677.014-37.354.009-56.032-.003-17.093-.01-34.186.003-51.279.027q-26.318.037-52.634.027-14.779-.007-29.558.017-12.58.022-25.162-.002c-4.28-.009-8.56-.011-12.84.004q-5.877.02-11.753-.01-2.126-.005-4.253.01c-13.176.09-13.176.09-18.033-4.517-4.056-5.223-3.774-10.653-3-17 3.235-6.829 7.694-9.373 15.127-9.38m0-181 3.756-.026 4.117.018q2.19-.006 4.38-.016c4.014-.014 8.027-.01 12.04-.003 4.329.005 8.656-.008 12.984-.018a9609 9609 0 0 1 25.437-.013q10.337.006 20.672-.002l2.97-.003 5.973-.004c18.677-.014 37.354-.009 56.032.003 17.093.01 34.186-.003 51.279-.027q26.318-.037 52.634-.027c9.853.003 19.705 0 29.558-.017a6563 6563 0 0 1 25.162.002c4.28.009 8.56.011 12.84-.004q5.876-.02 11.753.01 2.126.006 4.253-.01c13.176-.09 13.176-.09 18.033 4.517 4.056 5.223 3.774 10.653 3 17-2.184 4.611-4.491 6.742-9 9-2.884.377-2.884.377-6.127.38l-3.756.026-4.117-.018q-2.19.006-4.38.016c-4.014.014-8.027.01-12.04.003-4.329-.005-8.656.008-12.984.018-8.48.017-16.958.018-25.437.013q-10.337-.006-20.672.002l-2.97.003-5.973.004c-18.677.014-37.354.009-56.032-.003-17.093-.01-34.186.003-51.279.027q-26.318.037-52.634.027c-9.853-.003-19.705 0-29.558.017q-12.58.022-25.162-.002c-4.28-.009-8.56-.011-12.84.004q-5.877.02-11.753-.01-2.126-.005-4.253.01c-13.176.09-13.176.09-18.033-4.517-4.056-5.223-3.774-10.653-3-17 3.235-6.829 7.694-9.373 15.127-9.38m0-181 3.756-.026 4.117.018q2.19-.006 4.38-.016c4.014-.014 8.027-.01 12.04-.003 4.329.005 8.656-.008 12.984-.018a9609 9609 0 0 1 25.437-.013q10.337.006 20.672-.002l2.97-.003 5.973-.004c18.677-.014 37.354-.009 56.032.003 17.093.01 34.186-.003 51.279-.027q26.318-.037 52.634-.027 14.779.006 29.558-.017a6563 6563 0 0 1 25.162.002c4.28.009 8.56.011 12.84-.004q5.876-.02 11.753.01 2.126.006 4.253-.01c13.176-.09 13.176-.09 18.033 4.517 4.056 5.223 3.774 10.653 3 17-2.184 4.611-4.491 6.742-9 9-2.884.377-2.884.377-6.127.38l-3.756.026-4.117-.018-4.38.016c-4.014.014-8.027.01-12.04.003-4.329-.005-8.656.008-12.984.018-8.48.017-16.958.018-25.437.013q-10.337-.006-20.672.002l-2.97.003-5.973.004c-18.677.014-37.354.009-56.032-.003-17.093-.01-34.186.003-51.279.027q-26.318.037-52.634.027-14.779-.006-29.558.017-12.58.022-25.162-.002c-4.28-.009-8.56-.011-12.84.004q-5.877.02-11.753-.01-2.126-.005-4.253.01c-13.176.09-13.176.09-18.033-4.517-4.056-5.223-3.774-10.653-3-17 3.235-6.829 7.694-9.373 15.127-9.38M65 376c10.596 6.282 17.455 14.324 21.277 26.09 2.65 10.674 2.62 21.978-2.886 31.773a99 99 0 0 1-3.38 4.918c-1.296 2.218-1.296 2.218-.335 4.707L81 446l1.219 2.324 1.281 2.363c5.441 10.915 5.664 22.329 1.938 33.938-4.984 12.253-13.387 20.468-25.376 25.813-10.301 3.385-23.76 3.276-33.71-1.114-11.443-6.443-18.787-15.412-23.602-27.449-1.276-6.593-2.815-15.585 1-21.562 4.159-4.275 6.97-6.163 13.063-6.563 5.483.1 8.784 2.01 12.875 5.625 3.133 3.94 3.574 8.748 4.343 13.602 1.213 3.785 2.603 4.978 5.969 7.023 4.427 1.03 8.016.565 11.938-1.687 3.053-3.424 4.13-5.698 3.937-10.313-1.047-3.591-2.263-5.32-4.875-8-3.296-1.311-3.296-1.311-6.937-2.062-6.288-1.46-10.254-3.194-13.876-8.688-1.671-4.576-2.143-8.586-.496-13.176C31.936 431.69 34.54 429.23 39 427q3.052-.764 6.125-1.437c3.8-.876 5.568-1.299 8.563-3.875 1.51-3.092 2.242-5.234 2.312-8.688-1.514-4.065-3.01-7.11-7-9-4.362-.663-7.821-.576-11.812 1.375-2.163 2.595-2.937 4.37-4.063 7.5-1.919 5.175-4.193 8.49-9.125 11.125-4.627 1.441-8.1 1.255-12.75-.062C6.643 421.19 3.735 418.206 2 413c-.875-8.228 1.984-16.659 6.813-23.312A129 129 0 0 1 12 386l1.59-1.867C25.85 370.69 49.09 367.145 65 376m1.258-183.613c9.2 6.384 15.594 15.115 18.355 26.039 3.373 22.452-8.087 39.784-20.785 57.033l-3.27 4.416C56.921 284.835 53.477 289.93 50 295l2.367-.048c3.565-.062 7.13-.101 10.696-.14l3.724-.076c8.283-.067 13.726.156 20.088 5.827 3.026 4.051 3.5 8.489 3.125 13.437-1.212 4.627-2.899 7.15-6.695 10.08-5.766 3.196-12.374 2.474-18.778 2.416q-2.115 0-4.231.005-4.419 0-8.838-.034c-3.765-.029-7.53-.026-11.294-.013-2.91.007-5.818-.001-8.728-.014a686 686 0 0 0-4.163 0c-1.943.002-3.885-.016-5.828-.036l-3.34-.016c-4.78-.597-8.056-2.28-11.355-5.763-3.27-4.904-4.273-8.372-3.387-14.203 2.348-8.929 9.51-16.228 15.114-23.332 5.617-7.135 10.85-14.494 16.024-21.955a440 440 0 0 1 4.737-6.592C49.71 241.106 49.71 241.106 53 225c-1.668-3.494-2.74-4.827-6-7-2.148-.316-2.148-.316-4.437-.25l-2.31-.016c-2.575.304-4.105.807-6.253 2.266-1.196 1.957-1.196 1.957-2 4.25-2.71 6.494-5.169 11.176-11.785 14.121-5.344 1.518-9.763.382-14.59-2.121-3.427-2.937-5.35-5.494-6.059-10.012C-.449 214.728 3.1 206.383 11 198c15.48-14.319 37.231-16.685 55.258-5.613M27.934-.434l2.29-.015Q32.612-.46 35-.446c2.426.008 4.849-.02 7.274-.052q2.33-.003 4.659.002l2.178-.034C54.205-.46 57.06.832 61 4c3.293 3.747 4.123 6.879 4.14 11.8l.018 2.995.003 3.282.015 3.46q.021 5.679.027 11.358l.017 7.88q.015 7.212.019 14.422.007 10.605.05 21.21c.025 6.127.033 12.255.035 18.383q.004 3.908.024 7.814c.017 3.644.015 7.287.008 10.93l.028 3.264c-.03 5.477-.22 9.511-3.384 14.202-5.177 4.672-8.394 5.348-15.234 5.285-4.813-.496-7.481-2.823-10.578-6.347-1.869-3.05-2.313-5.562-2.308-9.057l-.004-2.537.01-2.772v-2.928c0-3.198.009-6.395.016-9.593l.005-6.646q.006-8.753.024-17.504.014-8.928.02-17.856Q33.967 47.523 34 30l-2.933.06-3.837.045-3.807.06C18.82 29.943 17.22 29.22 14 26c-3.88-5.454-3.791-10.51-3-17 3.645-7.695 8.81-9.467 16.934-9.434'/%3E%3C/svg%3E");
}

.icon-bg-mgw {
  width: 30px;
  height: 30px;
}
.icon-bg-mgw::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' transform='scale(-1 1)'%3E%3C!-- Define the gradient --%3E%3Cdefs%3E%3ClinearGradient id='gradient-fill' x1='0%25' y1='0%25' x2='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='rgba(61,134,236,1)' /%3E%3Cstop offset='100%25' stop-color='rgba(43,242,209,1)' /%3E%3C/linearGradient%3E%3C/defs%3E%3C!-- Apply the gradient to the path --%3E%3Cpath fill='url(%23gradient-fill)' d='M210 80q1.692 1.424 3.387 2.844 3.283 2.762 6.547 5.55c3.626 3.092 7.316 6.104 11.011 9.114 4.468 3.645 8.916 7.314 13.366 10.98q5.547 4.575 11.103 9.137c7.086 5.82 14.143 11.67 21.126 17.614 3.893 3.305 7.864 6.497 11.866 9.667 3.648 2.945 7.209 5.989 10.778 9.028A371 371 0 0 0 309 162c4.48 3.549 8.833 7.23 13.184 10.934A371 371 0 0 0 332 181c3.901 3.09 7.71 6.274 11.5 9.5 4.49 3.82 9.034 7.554 13.652 11.219 9.59 7.682 19.03 15.554 28.386 23.519 3.894 3.305 7.865 6.497 11.868 9.668 3.648 2.945 7.209 5.989 10.778 9.028A371 371 0 0 0 418 252c28.436 22.638 28.436 22.638 30.27 37.139.93 12.133-.699 21.995-8.27 31.861-6.34 6.827-14.245 13.471-23.952 14.133l-2.08.012-2.402.02-2.61.009-2.771.02q-2.98.021-5.959.036-4.733.026-9.464.065-13.455.104-26.91.182-8.235.049-16.47.12-3.122.024-6.245.037c-26.667.112-50.383 3.56-70.607 22.784-4.777 4.94-8.718 10.627-12.756 16.168-3.153 4.29-6.41 8.5-9.649 12.726a2890 2890 0 0 0-15.812 20.938l-3.708 4.938a1599 1599 0 0 0-7.117 9.562C213.045 434.101 204.743 445.226 190 448c-13.429.86-24.293-.1-35-9.086-8.515-8.15-12.797-17.919-13.377-29.62l-.177-3.47-.183-3.794-.203-4.039q-.278-5.538-.547-11.077-.292-5.954-.592-11.907-.712-14.31-1.413-28.62-.33-6.728-.663-13.454l-.134-2.704-1.08-21.926q-.415-8.4-.827-16.8-1.742-35.477-3.567-70.948-.83-16.172-1.642-32.343-.652-12.948-1.332-25.894a5722 5722 0 0 1-.9-17.694q-.249-5.067-.522-10.135c-2.14-39.757-2.14-39.757 10.128-56.114C159.1 55.035 188.65 61.751 210 80'/%3E%3C/svg%3E%0A");
}

.icon-bg-edit {
  width: 30px;
  height: 30px;
}
.icon-bg-edit::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M72.278 85.58q2.727-.01 5.454-.026c4.905-.022 9.81-.025 14.714-.023q6.159-.002 12.316-.017 14.532-.027 29.062-.015c9.975.007 19.95-.016 29.924-.053a6389 6389 0 0 1 25.759-.038 2954 2954 0 0 0 15.356-.028c4.812-.023 9.623-.02 14.435 0q2.64.005 5.28-.016c17.921-.136 17.921-.136 25.422 5.636 5.682 6.041 6.367 11.704 6.27 19.703-.46 5.618-2.053 9.262-6.211 13.078-5.44 4.248-9.157 5.343-16.117 5.357l-2.19.009q-3.645.011-7.29.01l-5.218.016q-5.625.017-11.251.026c-5.934.01-11.868.031-17.802.053-16.876.062-33.751.116-50.627.15q-13.976.027-27.951.087c-4.93.021-9.859.037-14.788.04q-6.962.002-13.922.044-2.55.01-5.098.005c-11.057-.018-20.403.151-29.297 7.434-5.15 6.791-4.936 14.333-4.889 22.475l-.014 3.778c-.01 3.444-.006 6.888.003 10.332.007 3.72-.004 7.441-.012 11.162-.013 7.282-.01 14.564-.002 21.846a10466 10466 0 0 1 .003 20.313q0 2.569-.003 5.138c-.008 16.054.002 32.108.018 48.162q.018 20.655-.003 41.308a30382 30382 0 0 0-.01 53.111l.001 2.544q.003 8.866-.009 17.733-.013 10.807.01 21.616.013 5.513.001 11.025c-.01 3.986.002 7.972.017 11.958l-.02 3.509c.056 7.664.657 13.729 5.776 19.79 5.513 4.595 9.743 6.31 16.858 6.32l3.229.011 3.544-.003 3.768.01q5.18.01 10.359.01 5.584.005 11.17.016 12.214.02 24.427.024 7.628.005 15.254.012 21.115.019 42.231.026h5.467l5.49.002h2.751q22.064.009 44.127.046 22.652.035 45.305.037 12.718-.001 25.437.025 10.83.023 21.66.012 5.524-.008 11.049.011c3.995.015 7.99.007 11.985-.004l3.517.025c7.228-.044 13.317-.558 19.24-5.119l1.632-1.898 1.68-1.852c4.89-8.538 3.719-19.243 3.685-28.758q0-2.613.006-5.226.006-5.606-.002-11.21a4768 4768 0 0 1 .017-17.74c.038-16.81.056-33.62.044-50.43q-.01-13.943.037-27.884.026-8.812-.004-17.624c-.007-3.657.007-7.314.027-10.971q.007-2.538-.011-5.075c-.116-16.587-.116-16.587 5.646-22.605 6.27-5.811 11.088-6.467 19.516-6.3 4.644.4 7.95 1.2 11.484 4.3 5.124 6.239 7.15 11.251 7.14 19.297l.01 2.269q.01 3.776.011 7.55l.015 5.407q.019 7.355.024 14.71l.012 9.2q.02 14.401.027 28.804.007 16.602.05 33.204.034 12.843.034 25.687 0 7.665.025 15.328.023 7.223.01 14.444-.002 2.639.013 5.276c.107 20.162-3.947 37.77-18.371 52.824-9.192 8.807-22.86 17.239-35.877 17.257l-3.51.02-3.827-.01-4.087.014c-3.74.012-7.479.012-11.218.01-4.035 0-8.07.01-12.105.02q-11.855.023-23.71.023-9.64.001-19.28.012-27.337.026-54.676.025h-5.957c-15.936-.001-31.871.018-47.807.046q-24.553.043-49.105.04c-9.187 0-18.374.006-27.562.027q-11.734.029-23.47.009a2076 2076 0 0 0-11.967.01q-5.487.024-10.972-.004a552 552 0 0 0-5.815.027c-7.777-.061-13.95-1.367-21.055-4.526l-3.059-1.316C18.301 498.49 8.125 485.447 2 469c-2.21-7.074-2.286-13.715-2.267-21.092l-.014-3.976c-.012-3.626-.012-7.252-.01-10.878 0-3.917-.01-7.834-.02-11.751q-.023-11.504-.023-23.008-.002-9.356-.012-18.711-.026-26.551-.025-53.102v-5.783c.001-15.464-.018-30.929-.046-46.393q-.043-23.842-.04-47.686c0-8.917-.005-17.834-.027-26.751a5441 5441 0 0 1-.009-22.783c.006-3.87.007-7.74-.01-11.61-.017-3.552-.013-7.104.004-10.656.004-1.874-.01-3.748-.027-5.622C-.386 131.794 6.204 116.684 18 104c15.538-14.942 33.543-18.46 54.278-18.42' fill='%235F7C8B'/%3E%3Cpath d='m368 68 3.315 2.82 1.864 1.588c2.687 2.35 5.191 4.857 7.692 7.4l1.594 1.606q3.322 3.35 6.635 6.706 2.446 2.472 4.896 4.939l1.466 1.49a146 146 0 0 0 8.359 7.774c4.558 3.95 8.805 8.176 13.054 12.454l2.454 2.459q3.839 3.848 7.671 7.701l5.238 5.252Q438.623 136.591 445 143c-1.291 2.835-2.649 4.901-4.842 7.108l-1.767 1.791-1.942 1.94-2.063 2.083a3106 3106 0 0 1-6.876 6.906q-2.46 2.476-4.918 4.953-6.688 6.732-13.39 13.45l-8.369 8.398a27719 27719 0 0 1-24.692 24.76l-1.504 1.505-3.016 3.02-1.511 1.514a12732 12732 0 0 0-24.19 24.3q-12.412 12.498-24.863 24.955c-4.658 4.661-9.31 9.328-13.948 14.01a2773 2773 0 0 1-13.14 13.165 881 881 0 0 0-4.805 4.84 759 759 0 0 1-6.597 6.59l-1.888 1.946c-4.734 4.615-9.274 6.35-15.679 7.766l-3.85.899-3.692.743-2.069.42q-3.324.67-6.65 1.329l-4.683.936q-4.88.972-9.76 1.936c-4.158.821-8.313 1.658-12.467 2.498q-4.823.97-9.65 1.92-2.298.456-4.596.924c-2.14.434-4.285.854-6.43 1.271l-3.683.733c-5.184.584-9.058.404-13.345-2.671-3.352-4.634-3.322-9.204-2.696-14.707q.376-1.968.787-3.929l.428-2.19c.466-2.366.95-4.727 1.434-7.089q.498-2.482.992-4.967 1.038-5.19 2.098-10.373c.904-4.42 1.788-8.844 2.667-13.268q1.021-5.124 2.059-10.244.494-2.445.98-4.891.686-3.423 1.393-6.841l.397-2.022c1.701-8.105 5.378-12.897 11.113-18.554l2.099-2.107c2.319-2.324 4.648-4.637 6.978-6.95l4.997-4.998q6.781-6.78 13.58-13.542 6.378-6.359 12.748-12.726 12.618-12.607 25.252-25.197 12.27-12.229 24.53-24.468l1.527-1.525 7.585-7.574Q336.523 99.375 368 68' fill='%2341A5F5'/%3E%3Cpath d='M487.813 8.25c11.418 7.822 19.808 18.42 23.527 31.895 2.697 15.753 1.282 30.7-7.528 44.296-6.72 9.492-15.64 17.513-23.875 25.684l-3.49 3.477q-4.22 4.202-8.447 8.398c-2.923-1.32-4.993-2.744-7.252-5.012l-1.878-1.87-2.025-2.046-2.16-2.159a3292 3292 0 0 1-7.044-7.077l-4.893-4.902q-6.437-6.451-12.863-12.911-6.561-6.59-13.131-13.171Q403.869 59.934 391 47c1.35-2.794 2.624-4.881 4.806-7.097l1.712-1.75 1.853-1.86 1.93-1.95q2.028-2.043 4.063-4.078a1055 1055 0 0 0 6.103-6.181c20.858-21.04 48.522-32.422 76.346-15.834' fill='%2342A5F5'/%3E%3C/svg%3E");
}

.icon-bg-file {
  width: 30px;
  height: 30px;
}
.icon-bg-file::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='512' height='512'%3E%3Cpath d='M0 0 C0.80165055 -0.09131571 1.60330111 -0.18263142 2.4292441 -0.27671427 C5.11204856 -0.5768356 7.79602427 -0.86355862 10.48060608 -1.14732361 C11.42401226 -1.24864782 12.36741844 -1.34997204 13.33941269 -1.45436668 C32.4186759 -3.47966942 51.52721111 -4.69688435 70.68741512 -5.64930058 C82.83169532 -6.26940065 94.85981766 -7.10917694 106.93128967 -8.5955658 C162.95639274 -15.33063318 206.51120514 -6.2898548 250.86513027 28.46525704 C298.85471436 66.73786606 339.18515281 112.35534594 346.31166659 175.11029412 C350.5898418 215.73489407 348.11330973 256.88230586 345.26857013 297.51656371 C344.2626997 312.05800023 343.6074827 326.58728541 343.17298889 341.15663147 C343.14188462 342.19648236 343.11078035 343.23633325 343.07873353 344.30769478 C342.92409307 349.53124222 342.77454878 354.75492222 342.62691534 359.97867179 C341.72730984 391.5053965 340.47066915 423.00549645 338.51560652 454.48516798 C338.36606685 456.9228378 338.2226998 459.36079997 338.08093262 461.79893303 C337.86056858 465.56305523 337.62179504 469.32554838 337.36749283 473.08752669 C337.23575168 475.08335081 337.11922272 477.08016133 337.00332421 479.07696807 C336.29748758 488.8696399 333.80624223 497.79981577 326.89491272 505.09510803 C320.57760152 510.17235444 314.4283374 513.34034003 306.18420696 513.35237694 C305.06312438 513.35882583 303.94204179 513.36527472 302.78698701 513.37191904 C301.56549968 513.36882183 300.34401235 513.36572463 299.08551025 513.36253357 C297.12724044 513.36933024 297.12724044 513.36933024 295.12940961 513.37626421 C291.5118121 513.38848533 287.89430714 513.38823481 284.2766937 513.38587546 C280.3726906 513.38546707 276.46871708 513.39650856 272.56472778 513.4059906 C264.91836364 513.42259661 257.27203033 513.42809996 249.62564965 513.42921536 C243.40971323 513.430166 237.19378698 513.43427713 230.97785378 513.44061661 C213.35087938 513.4582278 195.72392934 513.46745565 178.09694608 513.46595566 C177.14686443 513.46587575 176.19678277 513.46579583 175.21791077 513.4657135 C174.26666784 513.46563174 173.31542492 513.46554998 172.33535645 513.46546574 C156.9191104 513.46465284 141.50296206 513.48379191 126.08674427 513.51199023 C110.25390015 513.5407219 94.42110367 513.55453038 78.58823282 513.55280268 C69.70070889 513.55213889 60.8132874 513.55762663 51.92578697 513.57915878 C44.35881675 513.59737428 36.7919954 513.6017149 29.22501274 513.58813994 C25.36561901 513.58161216 21.50651084 513.58148596 17.64714432 513.59884644 C13.45963573 513.61748896 9.27278764 513.60501783 5.08526611 513.58958435 C3.87047095 513.59987148 2.65567579 513.6101586 1.40406865 513.62075746 C-8.33553963 513.54140546 -16.90039367 510.92060724 -24.10508728 504.09510803 C-29.87907193 496.9108875 -32.41480532 490.39984245 -32.36235619 481.13550091 C-32.36586226 480.34786882 -32.36936834 479.56023673 -32.37298065 478.74873701 C-32.38229602 476.10539054 -32.37737098 473.46226433 -32.37251282 470.81890869 C-32.376249 468.9062354 -32.3808504 466.99356363 -32.38624346 465.08089429 C-32.39849271 459.82147819 -32.39821073 454.56212561 -32.39585471 449.30269849 C-32.39544703 443.63181218 -32.40648098 437.96094637 -32.41596985 432.29006958 C-32.43259121 421.17856754 -32.4380799 410.06708671 -32.4391946 398.95557328 C-32.44014451 389.92499248 -32.44425191 380.89441869 -32.45059586 371.8638401 C-32.46534416 350.43401505 -32.47764526 329.00419691 -32.47659874 307.57436657 C-32.47656758 306.88904247 -32.47653642 306.20371837 -32.47650432 305.49762688 C-32.47633811 302.02412463 -32.47614003 298.55062239 -32.47593491 295.07712015 C-32.47589502 294.38727096 -32.47585513 293.69742177 -32.47581403 292.98666806 C-32.47573315 291.59162494 -32.47564956 290.19658182 -32.47556324 288.8015387 C-32.47433771 267.0965526 -32.48935135 245.39162899 -32.51670837 223.68666077 C-32.54743172 199.30082205 -32.56461539 174.91503482 -32.56278193 150.52917367 C-32.56211751 137.61748531 -32.56763253 124.70586741 -32.58913803 111.79419518 C-32.60732947 100.80168486 -32.61171386 89.80927696 -32.59811918 78.81675812 C-32.59157939 73.20756667 -32.59150899 67.59857183 -32.60882568 61.98939896 C-32.62451642 56.85412319 -32.62173356 51.71920057 -32.60425742 46.58393363 C-32.60117873 44.72662845 -32.60485252 42.86929717 -32.61597757 41.01202276 C-32.71507292 23.29447036 -32.71507292 23.29447036 -28.10508728 16.09510803 C-27.72682088 15.4477984 -27.34855448 14.80048877 -26.95882547 14.1335637 C-21.12123061 4.4571707 -10.64164783 1.16164325 0 0 Z ' fill='%23E1E6EF' transform='translate(104.10508728027344,-1.0951080322265625)'/%3E%3Cpath d='M0 0 C0.91207623 0.8082296 1.82415247 1.6164592 2.76386738 2.4491806 C6.8493077 5.95090265 11.14483611 9.13400972 15.46303779 12.34103346 C64.56792497 48.8673339 126.44651097 95.39002895 136.61543465 159.37191772 C139.37221209 178.6568887 140.01219185 198.01257093 139.95703125 217.46875 C139.95526672 218.45055929 139.95350218 219.43236858 139.95168418 220.44392967 C139.87827975 244.65362533 138.74915533 268.77568163 137.14476703 292.92751956 C136.10871536 308.52522391 135.39020052 324.10607963 134.94848633 339.73193359 C134.9189584 340.77336083 134.88943047 341.81478806 134.85900775 342.88777369 C134.71221092 348.11895649 134.57024651 353.35025853 134.43006098 358.58162212 C133.57515156 390.17232471 132.38000653 421.73950779 130.5182184 453.28758454 C130.37585475 455.73250788 130.23973537 458.17770617 130.10527039 460.62307549 C129.89624139 464.39848316 129.66879094 468.17232077 129.42585643 471.94569498 C129.30021158 473.94779417 129.19000611 475.95084407 129.08043891 477.95388746 C128.40545903 487.76827736 125.92480349 496.6904852 119 504 C110.12455267 511.13322989 102.59385813 512.29484697 91.43374634 512.24050903 C89.51495401 512.24307231 89.51495401 512.24307231 87.5573982 512.24568737 C84.01361776 512.25015373 80.46995849 512.24216703 76.92619348 512.23213124 C73.10213241 512.22348878 69.2780781 512.22641747 65.45401001 512.22793579 C58.8308208 512.22898414 52.20767102 512.22271278 45.58449173 512.21146011 C36.00850943 512.19520128 26.43254618 512.18999671 16.85655157 512.18748413 C1.31988425 512.18310763 -14.21676206 512.16979975 -29.75341797 512.15087891 C-44.84521377 512.13251894 -59.93700387 512.11836301 -75.02880859 512.10986328 C-75.95917487 512.10933783 -76.88954115 512.10881239 -77.84810035 512.10827102 C-82.51550674 512.10566093 -87.18291317 512.10313352 -91.85031962 512.10064721 C-130.56689446 512.07991612 -169.28344584 512.0446918 -208 512 C-207.3452031 506.05754211 -206.34590991 503.24933413 -202 499 C-196.33055837 495.16034138 -190.72031136 495.58107259 -184.12623596 495.62145996 C-182.92140043 495.61692983 -181.71656489 495.6123997 -180.47521919 495.6077323 C-177.13864859 495.59812512 -173.80257678 495.60187862 -170.46603763 495.61123729 C-166.86472984 495.6180395 -163.26346862 495.60749809 -159.66217041 495.59895325 C-153.4236868 495.58639109 -147.18527249 495.58441232 -140.94677925 495.58930969 C-131.91937188 495.59611891 -122.89206898 495.58359827 -113.86468028 495.56580251 C-99.20788714 495.53715618 -84.55110527 495.51964065 -69.89428711 495.51123047 C-68.57878385 495.5104697 -68.57878385 495.5104697 -67.23670476 495.50969356 C-61.01196998 495.50616654 -54.78723503 495.50303719 -48.5625 495.5 C-41.4536945 495.4965312 -34.34488915 495.49288204 -27.23608398 495.48876953 C-25.92263969 495.48801561 -25.92263969 495.48801561 -24.58266116 495.48724645 C-9.98152556 495.47850194 4.61957126 495.458065 19.22068077 495.42928743 C28.22510592 495.41210898 37.22942135 495.40552193 46.23386074 495.41259348 C52.40348824 495.41677304 58.57304656 495.41042229 64.74265795 495.39579475 C68.30201774 495.38773764 71.86120596 495.38462414 75.42056465 495.39461708 C79.28021921 495.40536264 83.13960564 495.39303338 86.99925232 495.37854004 C88.12259946 495.38543397 89.2459466 495.39232791 90.40333456 495.39943075 C96.37920409 495.35563289 100.7517886 494.94911344 106 492 C110.2325993 487.65601651 111.12245953 484.18713211 111.13142776 478.27664375 C111.13526891 477.32489616 111.13911005 476.37314856 111.1430676 475.39256012 C111.14176787 473.82866935 111.14176787 473.82866935 111.14044189 472.23318481 C111.14341302 471.12327427 111.14638414 470.01336372 111.1494453 468.86981952 C111.15814185 465.13732654 111.15964135 461.4048656 111.16113281 457.67236328 C111.16576024 455.00173796 111.17076413 452.33111556 111.17617798 449.66049194 C111.18975523 442.39609648 111.19578484 435.13170655 111.20018864 427.86730051 C111.20295163 423.33173792 111.20718905 418.79617746 111.21169281 414.2606163 C111.22388382 401.70346523 111.23418403 389.14631587 111.2375679 376.58915901 C111.23778747 375.78561861 111.23800703 374.9820782 111.23823325 374.15418809 C111.23845153 373.34872739 111.23866981 372.5432667 111.2388947 371.7133981 C111.23933817 370.08123024 111.23978473 368.44906239 111.24023438 366.81689453 C111.2404558 366.00728318 111.24067723 365.19767183 111.24090537 364.36352681 C111.24485461 351.24076015 111.26231318 338.11804898 111.2855939 324.99530376 C111.30930171 311.5231381 111.32176946 298.0510003 111.32293582 284.57881343 C111.32385281 277.01431498 111.32961129 269.44988885 111.34775543 261.88541031 C111.36314861 255.44517103 111.36828148 249.00502644 111.36001733 242.56477226 C111.35610823 239.27893673 111.35868217 235.99333203 111.37107468 232.7075119 C111.38372427 229.14510339 111.37795504 225.58318711 111.36749268 222.02078247 C111.37554908 220.98265006 111.38360548 219.94451765 111.39190602 218.87492669 C111.25695292 199.27732592 86.1039622 181.60668987 73.17019367 168.5181284 C69.35079244 164.65242153 65.54293829 160.7766782 61.76000977 156.87524414 C58.07173856 153.07195657 54.35674624 149.29674832 50.62184715 145.53925896 C49.21416171 144.1139001 47.81596161 142.67910244 46.42806435 141.23446846 C36.10850525 130.50088433 36.10850525 130.50088433 22.10392761 126.49864197 C15.39419137 125.42073149 10.1993396 120.75249343 6.05859375 115.5703125 C0.64545773 107.19625629 -0.30585693 98.68138214 -0.22705078 88.89038086 C-0.22734283 87.92346313 -0.22763489 86.95654541 -0.22793579 85.96032715 C-0.22655321 82.79507163 -0.21104278 79.63005766 -0.1953125 76.46484375 C-0.19157856 74.25810372 -0.18873339 72.05136203 -0.18673706 69.84461975 C-0.17913063 64.05949257 -0.15950797 58.2744671 -0.1373291 52.48937988 C-0.11680607 46.57691829 -0.10772157 40.66444013 -0.09765625 34.75195312 C-0.07625914 23.16792426 -0.04215951 11.58397062 0 0 Z ' fill='%23C9D5E3' transform='translate(312,0)'/%3E%3Cpath d='M0 0 C6.70997913 5.51238019 12.77511176 11.63397087 18.90209961 17.77270508 C20.0950287 18.9642774 21.28817004 20.15563726 22.48150635 21.34680176 C25.70439858 24.56515543 28.92414437 27.78663945 32.14317775 31.00885224 C35.5142449 34.38245798 38.88775885 37.75361557 42.26087952 41.12516785 C47.91733678 46.77980929 53.57168957 52.43654866 59.22485352 58.09448242 C65.76859828 64.64368448 72.31595907 71.18925498 78.865179 77.7329815 C84.48919258 83.35246601 90.11126634 88.97388567 95.73170477 94.59694594 C99.08851751 97.95532057 102.44600916 101.31300896 105.80525017 104.66895485 C108.95691735 107.81774578 112.10615199 110.96894904 115.253479 114.12207794 C116.4120389 115.28196609 117.57146169 116.44099302 118.73178291 117.59911919 C120.30799324 119.17262096 121.88112918 120.74913124 123.45347595 122.32649231 C124.33667983 123.21007321 125.21988371 124.09365412 126.12985134 125.0040102 C128 127 128 127 128 128 C115.26472586 128.04643414 102.52947202 128.08192544 89.79413033 128.10362434 C83.87997563 128.11404111 77.96587906 128.1281618 72.05175781 128.15087891 C66.3394298 128.17268243 60.62715754 128.18458446 54.91479111 128.18975449 C52.74041746 128.19343678 50.56604671 128.20062725 48.39169693 128.21146011 C45.33544682 128.22607482 42.27942421 128.22797378 39.22314453 128.22705078 C38.33337418 128.23424133 37.44360382 128.24143188 36.52687073 128.24884033 C24.98536921 128.21136592 16.57557717 126.06400427 8 118 C0.94982219 109.23301242 -0.31512401 99.83273936 -0.22705078 88.89038086 C-0.22734283 87.92346313 -0.22763489 86.95654541 -0.22793579 85.96032715 C-0.22655321 82.79507163 -0.21104278 79.63005766 -0.1953125 76.46484375 C-0.19157856 74.25810372 -0.18873339 72.05136203 -0.18673706 69.84461975 C-0.17913063 64.05949257 -0.15950797 58.2744671 -0.1373291 52.48937988 C-0.11680607 46.57691829 -0.10772157 40.66444013 -0.09765625 34.75195312 C-0.07625914 23.16792426 -0.04215951 11.58397062 0 0 Z ' fill='%239DACBA' transform='translate(312,0)'/%3E%3Cpath d='M0 0 C0.93996134 -0.00779995 1.87992268 -0.01559991 2.84836769 -0.02363622 C6.00005843 -0.04359019 9.15054626 -0.0277779 12.30224609 -0.01205444 C14.56085923 -0.01882902 16.81946684 -0.02773125 19.07806396 -0.03860474 C25.21440897 -0.06142331 31.35033425 -0.05255086 37.48668671 -0.03670931 C43.90389652 -0.02406373 50.32107004 -0.0357867 56.73828125 -0.04364014 C68.20616137 -0.05332375 79.67380872 -0.0377708 91.14164948 -0.01234345 C101.53837537 0.0099953 111.93482212 0.00611512 122.33154297 -0.01693726 C134.40642315 -0.04369806 146.48109248 -0.05365333 158.55601311 -0.03887594 C164.94734272 -0.03107467 171.33848005 -0.03005861 177.72979736 -0.04655838 C183.73815328 -0.0609856 189.74598129 -0.05101265 195.75428009 -0.0220871 C197.96137871 -0.01546703 200.16852164 -0.01738956 202.37560272 -0.02840042 C205.38479376 -0.04203055 208.39228498 -0.02496986 211.40136719 0 C212.27831049 -0.01115361 213.15525379 -0.02230722 214.05877113 -0.03379881 C218.42827327 0.03670746 220.17646131 0.22959022 223.74282837 2.9871006 C225.70068359 5.63491821 225.70068359 5.63491821 226.32568359 8.63491821 C225.46336055 12.77406881 224.03814808 14.05439501 220.70068359 16.63491821 C217.59987057 17.36181564 214.57493303 17.31020017 211.40136719 17.26983643 C209.99142518 17.28153636 209.99142518 17.28153636 208.5529995 17.29347265 C205.40130876 17.31342661 202.25082093 17.29761433 199.09912109 17.28189087 C196.84050796 17.28866545 194.58190034 17.29756767 192.32330322 17.30844116 C186.18695822 17.33125974 180.05103294 17.32238729 173.91468048 17.30654573 C167.49747066 17.29390016 161.08029714 17.30562312 154.66308594 17.31347656 C143.19520582 17.32316018 131.72755847 17.30760722 120.2597177 17.28217988 C109.86299182 17.25984113 99.46654507 17.2637213 89.06982422 17.28677368 C76.99494404 17.31353448 64.92027471 17.32348976 52.84535408 17.30871236 C46.45402447 17.3009111 40.06288713 17.29989504 33.67156982 17.31639481 C27.6632139 17.33082202 21.6553859 17.32084908 15.6470871 17.29192352 C13.43998848 17.28530346 11.23284555 17.28722598 9.02576447 17.29823685 C6.01657343 17.31186697 3.00908221 17.29480628 0 17.26983643 C-0.8769433 17.28099003 -1.7538866 17.29214364 -2.65740395 17.30363524 C-7.02690608 17.23312897 -8.77509412 17.0402462 -12.34146118 14.28273582 C-14.29931641 11.63491821 -14.29931641 11.63491821 -14.92431641 8.63491821 C-13.20239704 0.36970525 -7.12669531 -0.09064254 0 0 Z ' fill='%239DACBA' transform='translate(150.29931640625,375.3650817871094)'/%3E%3Cpath d='M0 0 C0.93996134 -0.00779995 1.87992268 -0.01559991 2.84836769 -0.02363622 C6.00005843 -0.04359019 9.15054626 -0.0277779 12.30224609 -0.01205444 C14.56085923 -0.01882902 16.81946684 -0.02773125 19.07806396 -0.03860474 C25.21440897 -0.06142331 31.35033425 -0.05255086 37.48668671 -0.03670931 C43.90389652 -0.02406373 50.32107004 -0.0357867 56.73828125 -0.04364014 C68.20616137 -0.05332375 79.67380872 -0.0377708 91.14164948 -0.01234345 C101.53837537 0.0099953 111.93482212 0.00611512 122.33154297 -0.01693726 C134.40642315 -0.04369806 146.48109248 -0.05365333 158.55601311 -0.03887594 C164.94734272 -0.03107467 171.33848005 -0.03005861 177.72979736 -0.04655838 C183.73815328 -0.0609856 189.74598129 -0.05101265 195.75428009 -0.0220871 C197.96137871 -0.01546703 200.16852164 -0.01738956 202.37560272 -0.02840042 C205.38479376 -0.04203055 208.39228498 -0.02496986 211.40136719 0 C212.27831049 -0.01115361 213.15525379 -0.02230722 214.05877113 -0.03379881 C218.42827327 0.03670746 220.17646131 0.22959022 223.74282837 2.9871006 C225.70068359 5.63491821 225.70068359 5.63491821 226.32568359 8.63491821 C225.46336055 12.77406881 224.03814808 14.05439501 220.70068359 16.63491821 C217.59987057 17.36181564 214.57493303 17.31020017 211.40136719 17.26983643 C209.99142518 17.28153636 209.99142518 17.28153636 208.5529995 17.29347265 C205.40130876 17.31342661 202.25082093 17.29761433 199.09912109 17.28189087 C196.84050796 17.28866545 194.58190034 17.29756767 192.32330322 17.30844116 C186.18695822 17.33125974 180.05103294 17.32238729 173.91468048 17.30654573 C167.49747066 17.29390016 161.08029714 17.30562312 154.66308594 17.31347656 C143.19520582 17.32316018 131.72755847 17.30760722 120.2597177 17.28217988 C109.86299182 17.25984113 99.46654507 17.2637213 89.06982422 17.28677368 C76.99494404 17.31353448 64.92027471 17.32348976 52.84535408 17.30871236 C46.45402447 17.3009111 40.06288713 17.29989504 33.67156982 17.31639481 C27.6632139 17.33082202 21.6553859 17.32084908 15.6470871 17.29192352 C13.43998848 17.28530346 11.23284555 17.28722598 9.02576447 17.29823685 C6.01657343 17.31186697 3.00908221 17.29480628 0 17.26983643 C-0.8769433 17.28099003 -1.7538866 17.29214364 -2.65740395 17.30363524 C-7.02690608 17.23312897 -8.77509412 17.0402462 -12.34146118 14.28273582 C-14.29931641 11.63491821 -14.29931641 11.63491821 -14.92431641 8.63491821 C-13.20239704 0.36970525 -7.12669531 -0.09064254 0 0 Z ' fill='%239DACBA' transform='translate(150.29931640625,327.3650817871094)'/%3E%3Cpath d='M0 0 C0.93996134 -0.00779995 1.87992268 -0.01559991 2.84836769 -0.02363622 C6.00005843 -0.04359019 9.15054626 -0.0277779 12.30224609 -0.01205444 C14.56085923 -0.01882902 16.81946684 -0.02773125 19.07806396 -0.03860474 C25.21440897 -0.06142331 31.35033425 -0.05255086 37.48668671 -0.03670931 C43.90389652 -0.02406373 50.32107004 -0.0357867 56.73828125 -0.04364014 C68.20616137 -0.05332375 79.67380872 -0.0377708 91.14164948 -0.01234345 C101.53837537 0.0099953 111.93482212 0.00611512 122.33154297 -0.01693726 C134.40642315 -0.04369806 146.48109248 -0.05365333 158.55601311 -0.03887594 C164.94734272 -0.03107467 171.33848005 -0.03005861 177.72979736 -0.04655838 C183.73815328 -0.0609856 189.74598129 -0.05101265 195.75428009 -0.0220871 C197.96137871 -0.01546703 200.16852164 -0.01738956 202.37560272 -0.02840042 C205.38479376 -0.04203055 208.39228498 -0.02496986 211.40136719 0 C212.27831049 -0.01115361 213.15525379 -0.02230722 214.05877113 -0.03379881 C218.42827327 0.03670746 220.17646131 0.22959022 223.74282837 2.9871006 C225.70068359 5.63491821 225.70068359 5.63491821 226.32568359 8.63491821 C225.46336055 12.77406881 224.03814808 14.05439501 220.70068359 16.63491821 C217.59987057 17.36181564 214.57493303 17.31020017 211.40136719 17.26983643 C209.99142518 17.28153636 209.99142518 17.28153636 208.5529995 17.29347265 C205.40130876 17.31342661 202.25082093 17.29761433 199.09912109 17.28189087 C196.84050796 17.28866545 194.58190034 17.29756767 192.32330322 17.30844116 C186.18695822 17.33125974 180.05103294 17.32238729 173.91468048 17.30654573 C167.49747066 17.29390016 161.08029714 17.30562312 154.66308594 17.31347656 C143.19520582 17.32316018 131.72755847 17.30760722 120.2597177 17.28217988 C109.86299182 17.25984113 99.46654507 17.2637213 89.06982422 17.28677368 C76.99494404 17.31353448 64.92027471 17.32348976 52.84535408 17.30871236 C46.45402447 17.3009111 40.06288713 17.29989504 33.67156982 17.31639481 C27.6632139 17.33082202 21.6553859 17.32084908 15.6470871 17.29192352 C13.43998848 17.28530346 11.23284555 17.28722598 9.02576447 17.29823685 C6.01657343 17.31186697 3.00908221 17.29480628 0 17.26983643 C-0.8769433 17.28099003 -1.7538866 17.29214364 -2.65740395 17.30363524 C-7.02690608 17.23312897 -8.77509412 17.0402462 -12.34146118 14.28273582 C-14.29931641 11.63491821 -14.29931641 11.63491821 -14.92431641 8.63491821 C-13.20239704 0.36970525 -7.12669531 -0.09064254 0 0 Z ' fill='%239DACBA' transform='translate(150.29931640625,279.3650817871094)'/%3E%3Cpath d='M0 0 C0.93996134 -0.00779995 1.87992268 -0.01559991 2.84836769 -0.02363622 C6.00005843 -0.04359019 9.15054626 -0.0277779 12.30224609 -0.01205444 C14.56085923 -0.01882902 16.81946684 -0.02773125 19.07806396 -0.03860474 C25.21440897 -0.06142331 31.35033425 -0.05255086 37.48668671 -0.03670931 C43.90389652 -0.02406373 50.32107004 -0.0357867 56.73828125 -0.04364014 C68.20616137 -0.05332375 79.67380872 -0.0377708 91.14164948 -0.01234345 C101.53837537 0.0099953 111.93482212 0.00611512 122.33154297 -0.01693726 C134.40642315 -0.04369806 146.48109248 -0.05365333 158.55601311 -0.03887594 C164.94734272 -0.03107467 171.33848005 -0.03005861 177.72979736 -0.04655838 C183.73815328 -0.0609856 189.74598129 -0.05101265 195.75428009 -0.0220871 C197.96137871 -0.01546703 200.16852164 -0.01738956 202.37560272 -0.02840042 C205.38479376 -0.04203055 208.39228498 -0.02496986 211.40136719 0 C212.27831049 -0.01115361 213.15525379 -0.02230722 214.05877113 -0.03379881 C218.42827327 0.03670746 220.17646131 0.22959022 223.74282837 2.9871006 C225.70068359 5.63491821 225.70068359 5.63491821 226.32568359 8.63491821 C225.46336055 12.77406881 224.03814808 14.05439501 220.70068359 16.63491821 C217.59987057 17.36181564 214.57493303 17.31020017 211.40136719 17.26983643 C209.99142518 17.28153636 209.99142518 17.28153636 208.5529995 17.29347265 C205.40130876 17.31342661 202.25082093 17.29761433 199.09912109 17.28189087 C196.84050796 17.28866545 194.58190034 17.29756767 192.32330322 17.30844116 C186.18695822 17.33125974 180.05103294 17.32238729 173.91468048 17.30654573 C167.49747066 17.29390016 161.08029714 17.30562312 154.66308594 17.31347656 C143.19520582 17.32316018 131.72755847 17.30760722 120.2597177 17.28217988 C109.86299182 17.25984113 99.46654507 17.2637213 89.06982422 17.28677368 C76.99494404 17.31353448 64.92027471 17.32348976 52.84535408 17.30871236 C46.45402447 17.3009111 40.06288713 17.29989504 33.67156982 17.31639481 C27.6632139 17.33082202 21.6553859 17.32084908 15.6470871 17.29192352 C13.43998848 17.28530346 11.23284555 17.28722598 9.02576447 17.29823685 C6.01657343 17.31186697 3.00908221 17.29480628 0 17.26983643 C-0.8769433 17.28099003 -1.7538866 17.29214364 -2.65740395 17.30363524 C-7.02690608 17.23312897 -8.77509412 17.0402462 -12.34146118 14.28273582 C-14.29931641 11.63491821 -14.29931641 11.63491821 -14.92431641 8.63491821 C-13.20239704 0.36970525 -7.12669531 -0.09064254 0 0 Z ' fill='%239DACBA' transform='translate(150.29931640625,231.36508178710938)'/%3E%3Cpath d='M0 0 C1.94951569 -0.0131424 1.94951569 -0.0131424 3.93841553 -0.02655029 C7.49643086 -0.0493129 11.05371998 -0.04052065 14.61174774 -0.02465487 C18.33835277 -0.01197976 22.06489639 -0.02374043 25.79150391 -0.03158569 C32.049267 -0.04067763 38.30673487 -0.02870657 44.56445312 -0.00488281 C51.79524456 0.02232795 59.02533107 0.01351344 66.25610542 -0.01401484 C72.46860849 -0.03671816 78.68089956 -0.03990013 84.89343071 -0.02682149 C88.60202461 -0.01903356 92.31028735 -0.01796685 96.01885986 -0.03450394 C100.15362165 -0.05165418 104.28717175 -0.02787354 108.421875 0 C110.26262604 -0.01518173 110.26262604 -0.01518173 112.14056396 -0.03067017 C121.36978666 0.08477552 121.36978666 0.08477552 124.47119141 2.99990845 C126.2109375 5.64697266 126.2109375 5.64697266 126.8359375 8.64697266 C126.19325027 11.73187135 125.38767314 13.43259946 123.08575439 15.59626389 C118.72578891 18.03973129 113.27531349 17.33397441 108.421875 17.29394531 C107.12219788 17.30270691 105.82252075 17.31146851 104.48345947 17.32049561 C100.92544414 17.34325821 97.36815502 17.33446596 93.81012726 17.31860018 C90.08352223 17.30592507 86.35697861 17.31768574 82.63037109 17.32553101 C76.372608 17.33462295 70.11514013 17.32265188 63.85742188 17.29882812 C56.62663044 17.27161736 49.39654393 17.28043187 42.16576958 17.30796015 C35.95326651 17.33066347 29.74097544 17.33384544 23.52844429 17.32076681 C19.81985039 17.31297887 16.11158765 17.31191217 12.40301514 17.32844925 C8.26825335 17.34559949 4.13470325 17.32181885 0 17.29394531 C-1.22716736 17.30406647 -2.45433472 17.31418762 -3.71868896 17.32461548 C-12.94791166 17.2091698 -12.94791166 17.2091698 -16.04931641 14.29403687 C-17.7890625 11.64697266 -17.7890625 11.64697266 -18.4140625 8.64697266 C-17.77137527 5.56207397 -16.96579814 3.86134586 -14.66387939 1.69768143 C-10.30391391 -0.74578598 -4.85343849 -0.0400291 0 0 Z ' fill='%239DACBA' transform='translate(153.7890625,423.35302734375)'/%3E%3Cpath d='M0 0 C1.94951569 -0.0131424 1.94951569 -0.0131424 3.93841553 -0.02655029 C7.49643086 -0.0493129 11.05371998 -0.04052065 14.61174774 -0.02465487 C18.33835277 -0.01197976 22.06489639 -0.02374043 25.79150391 -0.03158569 C32.049267 -0.04067763 38.30673487 -0.02870657 44.56445312 -0.00488281 C51.79524456 0.02232795 59.02533107 0.01351344 66.25610542 -0.01401484 C72.46860849 -0.03671816 78.68089956 -0.03990013 84.89343071 -0.02682149 C88.60202461 -0.01903356 92.31028735 -0.01796685 96.01885986 -0.03450394 C100.15362165 -0.05165418 104.28717175 -0.02787354 108.421875 0 C110.26262604 -0.01518173 110.26262604 -0.01518173 112.14056396 -0.03067017 C121.36978666 0.08477552 121.36978666 0.08477552 124.47119141 2.99990845 C126.2109375 5.64697266 126.2109375 5.64697266 126.8359375 8.64697266 C126.19325027 11.73187135 125.38767314 13.43259946 123.08575439 15.59626389 C118.72578891 18.03973129 113.27531349 17.33397441 108.421875 17.29394531 C107.12219788 17.30270691 105.82252075 17.31146851 104.48345947 17.32049561 C100.92544414 17.34325821 97.36815502 17.33446596 93.81012726 17.31860018 C90.08352223 17.30592507 86.35697861 17.31768574 82.63037109 17.32553101 C76.372608 17.33462295 70.11514013 17.32265188 63.85742188 17.29882812 C56.62663044 17.27161736 49.39654393 17.28043187 42.16576958 17.30796015 C35.95326651 17.33066347 29.74097544 17.33384544 23.52844429 17.32076681 C19.81985039 17.31297887 16.11158765 17.31191217 12.40301514 17.32844925 C8.26825335 17.34559949 4.13470325 17.32181885 0 17.29394531 C-1.22716736 17.30406647 -2.45433472 17.31418762 -3.71868896 17.32461548 C-12.94791166 17.2091698 -12.94791166 17.2091698 -16.04931641 14.29403687 C-17.7890625 11.64697266 -17.7890625 11.64697266 -18.4140625 8.64697266 C-17.77137527 5.56207397 -16.96579814 3.86134586 -14.66387939 1.69768143 C-10.30391391 -0.74578598 -4.85343849 -0.0400291 0 0 Z ' fill='%239DACBA' transform='translate(201.7890625,159.35302734375)'/%3E%3C/svg%3E");
}

.icon-bg-plus {
  width: 30px;
  height: 30px;
}
.icon-bg-plus::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z'/%3E%3C/svg%3E");
}

.icon-bg-snap {
  width: 30px;
  height: 30px;
}
.icon-bg-snap::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M0 16h512v360H306l18 71c4 16 4 16 4 19h63v30H121v-30h63l2-11a350 350 0 0 1 1.955-8.178l.558-2.236q.898-3.59 1.803-7.18l1.263-5.043q1.314-5.25 2.635-10.499 1.692-6.73 3.376-13.46a20289 20289 0 0 1 5.584-22.261l.518-2.069c.689-2.73 1.417-5.402 2.308-8.074H0zm30 30v300h452V46zm208 330-6.203 24.457-8.04 31.702q-1.354 5.332-2.7 10.666-1.1 4.35-2.216 8.691l-1.112 4.365-.527 2.037C216.496 460.705 216 463.11 216 466h80c-1.18-6.489-2.342-12.813-3.955-19.178l-.558-2.236q-.898-3.59-1.803-7.18l-1.263-5.043q-1.314-5.25-2.635-10.499-1.692-6.73-3.376-13.46a20289 20289 0 0 0-5.584-22.261l-.518-2.069c-.689-2.73-1.417-5.402-2.308-8.074z'/%3E%3Cpath d='m288 200 3.344 1.063c27.198 9.506 48.334 29.527 60.906 55.25 5.106 11.576 8.902 24.135 8.848 36.835l-.008 3.646-.027 4.581L361 316h-30c-.812-12.75-.812-12.75-1.046-16.69-.752-10.883-2.649-20.864-7.767-30.56l-1.06-2.062c-2.597-4.946-5.508-9.423-9.127-13.688l-1.902-2.469c-11.738-14.163-30.733-21.452-48.536-23.406-20.816-1.049-40.294 5.908-56.07 19.512C185.256 265.827 182.587 289.422 181 316h-30c-.598-33.328-.598-33.328 4-47l1.063-3.344c9.516-27.227 29.5-48.304 55.25-60.906 23.5-10.364 52.142-13.004 76.687-4.75m36-122c3.363 1.457 5.545 3.311 8.11 5.914l2.285 2.305 2.355 2.406 2.402 2.43Q342.082 94.02 345 97c3.363-1.457 5.545-3.311 8.11-5.914l2.285-2.305 2.355-2.406 2.402-2.43Q363.082 80.98 366 78c3.568 1.514 5.837 3.605 8.547 6.352l2.558 2.578 2.645 2.695 2.691 2.719Q385.727 95.665 389 99c-1.457 3.363-3.311 5.545-5.914 8.11l-2.305 2.285-2.406 2.355-2.43 2.402Q372.98 117.082 370 120c1.457 3.363 3.311 5.545 5.914 8.11l2.305 2.285 2.406 2.355 2.43 2.402q2.966 2.93 5.945 5.848c-1.514 3.568-3.605 5.837-6.352 8.547l-2.578 2.558-2.695 2.645-2.719 2.691Q371.335 160.727 368 164c-3.363-1.457-5.545-3.311-8.11-5.914l-2.285-2.305-2.355-2.406-2.402-2.43Q349.918 147.98 347 145c-3.363 1.457-5.545 3.311-8.11 5.914l-2.285 2.305-2.355 2.406-2.402 2.43Q328.918 161.02 326 164c-3.568-1.514-5.837-3.605-8.547-6.352l-2.558-2.578-2.645-2.695-2.691-2.719Q306.273 146.335 303 143c1.457-3.363 3.311-5.545 5.914-8.11l2.305-2.285 2.406-2.355 2.43-2.402q2.966-2.93 5.945-5.848c-1.457-3.363-3.311-5.545-5.914-8.11l-2.305-2.285-2.406-2.355-2.43-2.402Q305.98 103.918 303 101c1.514-3.568 3.605-5.837 6.352-8.547l2.578-2.558 2.695-2.645 2.719-2.691Q320.665 81.273 324 78m-180 0c3.363 1.457 5.545 3.311 8.11 5.914l2.285 2.305 2.355 2.406 2.402 2.43Q162.082 94.02 165 97c3.363-1.457 5.545-3.311 8.11-5.914l2.285-2.305 2.355-2.406 2.402-2.43Q183.082 80.98 186 78c3.568 1.514 5.837 3.605 8.547 6.352l2.558 2.578 2.645 2.695 2.691 2.719Q205.727 95.665 209 99c-1.457 3.363-3.311 5.545-5.914 8.11l-2.305 2.285-2.406 2.355-2.43 2.402Q192.98 117.082 190 120c1.457 3.363 3.311 5.545 5.914 8.11l2.305 2.285 2.406 2.355 2.43 2.402q2.966 2.93 5.945 5.848c-1.514 3.568-3.605 5.837-6.352 8.547l-2.578 2.558-2.695 2.645-2.719 2.691Q191.335 160.727 188 164c-3.363-1.457-5.545-3.311-8.11-5.914l-2.285-2.305-2.355-2.406-2.402-2.43Q169.918 147.98 167 145c-3.363 1.457-5.545 3.311-8.11 5.914l-2.285 2.305-2.355 2.406-2.402 2.43Q148.918 161.02 146 164c-3.568-1.514-5.837-3.605-8.547-6.352l-2.558-2.578-2.645-2.695-2.691-2.719Q126.273 146.335 123 143c1.457-3.363 3.311-5.545 5.914-8.11l2.305-2.285 2.406-2.355 2.43-2.402q2.966-2.93 5.945-5.848c-1.457-3.363-3.311-5.545-5.914-8.11l-2.305-2.285-2.406-2.355-2.43-2.402Q125.98 103.918 123 101c1.514-3.568 3.605-5.837 6.352-8.547l2.578-2.558 2.695-2.645 2.719-2.691Q140.665 81.273 144 78'/%3E%3C/svg%3E");
}

.icon-bg-list {
  width: 30px;
  height: 30px;
}
.icon-bg-list::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='m149.18 237.871 3.271-.01 3.607.005 3.82-.007q5.26-.008 10.52-.004c3.78 0 7.56-.006 11.338-.01q11.11-.012 22.22-.012 9.03 0 18.058-.006 25.584-.013 51.169-.012h5.578q22.398-.002 44.794-.023 22.982-.023 45.965-.02 12.909.001 25.818-.014 10.99-.014 21.98-.005 5.608.007 11.217-.005c4.051-.01 8.102-.003 12.153.005l3.593-.016 3.286.014h2.834c3.81.365 6.65 1.309 9.384 4.017 2.44 4.482 1.683 9.748 1.653 14.732l.06 3.457-.002 3.324.006 3.033c-.64 3.43-1.763 4.581-4.502 6.686-3.126 1.035-6.023 1.127-9.301 1.131l-3.275.012-3.595-.003-3.822.01q-5.253.011-10.507.01-5.665.005-11.33.016-12.387.02-24.774.024l-15.466.012q-21.407.019-42.813.026h-5.542l-5.566.002h-2.789q-22.375.009-44.751.046-22.968.035-45.936.037-12.898-.001-25.795.025-10.98.023-21.962.012-5.602-.008-11.206.011c-4.048.015-8.096.007-12.145-.004l-3.582.025C142.7 274.33 142.7 274.33 138 271c-3.1-4.649-2.409-9.405-2.437-14.875l-.1-3.3c-.054-8.018-.054-8.018 2.877-12.02 3.747-2.542 6.42-2.93 10.84-2.934m-1.798 119.869 3.33-.021 3.656.007 3.885-.016c3.562-.014 7.123-.016 10.684-.015 3.84-.002 7.68-.015 11.52-.027 8.397-.022 16.793-.03 25.19-.035q7.86-.006 15.723-.017a37899 37899 0 0 1 51.981-.041h2.831l2.835-.001c15.167-.004 30.334-.03 45.5-.068q23.35-.057 46.699-.058c8.742 0 17.484-.009 26.226-.038a4202 4202 0 0 1 22.326-.017c3.798.008 7.596.007 11.394-.016 4.115-.024 8.228-.01 12.343.008l3.65-.04c8.983.092 8.983.092 12.086 3.02 2.046 3.065 2.402 4.752 2.423 8.416l.02 3.301c-.02 1.128-.04 2.256-.059 3.418l.059 3.418-.037 6.299c-.684 2.942-1.59 4.647-3.793 6.726-4.263 2.43-9.58 1.732-14.342 1.685l-3.888.022c-3.56.019-7.118.006-10.678-.011-3.839-.013-7.678.002-11.517.014-7.52.018-15.04.01-22.56-.008q-9.168-.02-18.334-.015l-2.634.002-5.298.003c-15.62.008-31.24-.008-46.86-.038q-22.743-.044-45.485-.02a23847 23847 0 0 1-57.417-.006q-9.156-.006-18.314.005-11.157.011-22.314-.024c-3.796-.013-7.592-.02-11.388-.008-4.113.012-8.224-.007-12.337-.03l-3.648.026c-8.066-.081-8.066-.081-12.058-2.447-3.933-4.62-2.966-9.65-2.97-15.468l-.037-3.195-.005-3.078-.013-2.818c.262-2.73.688-4.28 2.243-6.534 3.176-1.999 5.666-2.252 9.382-2.26m-.246-238.877 3.317-.015 3.675-.002 3.88-.013q5.348-.017 10.697-.022 5.763-.01 11.524-.029 13.923-.034 27.847-.052l7.861-.011a62000 62000 0 0 1 62.933-.071c15.18-.013 30.36-.046 45.54-.088q23.362-.063 46.725-.071a7918 7918 0 0 0 26.246-.048q11.174-.044 22.348-.028c3.802.005 7.604.002 11.406-.022 4.12-.027 8.237-.015 12.357.001l3.654-.042c8.993.086 8.993.086 12.095 3.014 2.046 3.066 2.402 4.753 2.423 8.417l.02 3.301c-.02 1.128-.04 2.256-.059 3.418l.059 3.418-.02 3.3-.017 2.999c-.684 2.942-1.59 4.647-3.793 6.726-4.263 2.43-9.58 1.732-14.342 1.685l-3.888.022c-3.56.019-7.118.006-10.678-.011-3.839-.013-7.678.002-11.517.014-7.52.018-15.04.01-22.56-.008q-9.168-.02-18.334-.015l-2.634.002-5.298.003c-15.62.008-31.24-.008-46.86-.038q-22.743-.044-45.485-.02a23847 23847 0 0 1-54.793-.003l-2.624-.003q-9.156-.007-18.314.005-11.157.011-22.314-.024c-3.796-.013-7.592-.02-11.388-.008-4.113.012-8.224-.007-12.337-.03l-3.648.026c-8.066-.081-8.066-.081-12.058-2.447-3.913-4.596-3.042-9.61-3.095-15.405l-.087-3.17c-.064-7.741-.064-7.741 2.295-11.686 3.236-2.816 5.03-2.959 9.241-2.969M90.742 233.387C96.912 237.795 101.454 243.49 103 251c1.069 8.124-.612 15.41-5.508 22.043-4.835 5.274-10.294 8.413-17.418 9.336-8.577.338-14.258-1.884-21.324-6.504-5.661-5.919-8.053-11.664-8.375-19.875.335-8.32 2.823-14.702 8.938-20.437 9.369-7.098 21.134-8.052 31.43-2.176m1.253 120.105c6.145 4.624 9.48 9.965 11.004 17.508.985 7.905-.69 15.373-5.562 21.75-4.959 5.29-12.105 8.843-19.376 9.313-9.682-.294-15.774-3.543-22.374-10.5C50.796 384.135 50.054 377.854 51 369c1.705-6.74 5.53-11.78 11-16 9.49-5.503 20.744-5.3 29.996.492M96 118c5.518 5.883 7.487 12.674 7.242 20.676C102.4 146.758 99.052 152.617 93 158c-6.362 4.654-13.936 5.71-21.645 4.629-7.12-1.76-12.463-5.539-16.703-11.535-4.079-6.9-4.423-13.236-3.652-21.094 2.207-7.477 6.685-12.583 13-17 10.73-5.758 23.212-2.71 32 5'/%3E%3C/svg%3E");
}

.icon-bg-wplus {
  width: 30px;
  height: 30px;
}
.icon-bg-wplus::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M268.5 74c6.363 3.684 10.137 9.124 12.5 16 .246 2.817.246 2.817.24 5.954l.009 3.616-.022 3.941v4.17c.002 3.766-.01 7.532-.024 11.298-.013 3.938-.014 7.877-.016 11.815-.006 7.455-.023 14.91-.043 22.365-.022 8.488-.033 16.977-.043 25.465Q281.069 204.812 281 231l2.174-.014q26.23-.166 52.46-.245c8.457-.026 16.913-.06 25.37-.118q11.06-.076 22.121-.093c3.902-.007 7.803-.022 11.705-.059a975 975 0 0 1 11.036-.037c1.98-.002 3.961-.028 5.942-.056 7.725.044 13.814 1.031 20.192 5.622 6.755 7.143 8.545 13.66 8.371 23.418-.65 6.269-2.762 11.057-7.308 15.457-5.365 4.227-10.11 6.378-17.017 6.366l-3.616.008-3.941-.022h-4.17c-3.766.002-7.532-.01-11.298-.024-3.938-.013-7.877-.014-11.815-.016-7.455-.006-14.91-.023-22.365-.043-8.488-.022-16.977-.033-25.465-.043Q307.188 281.068 281 281l.014 2.174q.166 26.23.245 52.46c.026 8.457.06 16.913.118 25.37q.076 11.06.093 22.121c.007 3.902.022 7.803.059 11.705a975 975 0 0 1 .037 11.036c.002 1.98.028 3.961.056 5.942-.044 7.725-1.031 13.814-5.622 20.192-7.143 6.755-13.66 8.545-23.418 8.371-6.269-.65-11.057-2.762-15.457-7.308-4.227-5.365-6.378-10.11-6.366-17.017l-.008-3.616.022-3.941v-4.17c-.002-3.766.01-7.532.024-11.298.013-3.938.014-7.877.016-11.815q.011-11.182.043-22.365c.022-8.488.033-16.977.043-25.465q.033-26.188.101-52.376l-2.174.014q-26.23.166-52.46.245c-8.457.026-16.913.06-25.37.118q-11.06.076-22.121.093c-3.902.007-7.803.022-11.705.059a975 975 0 0 1-11.036.037c-1.98.002-3.961.028-5.942.056-7.725-.044-13.814-1.031-20.192-5.622-6.755-7.143-8.545-13.66-8.371-23.418.65-6.269 2.762-11.057 7.308-15.457 5.365-4.227 10.11-6.378 17.017-6.366l3.616-.008 3.941.022h4.17c3.766-.002 7.532.01 11.298.024 3.938.013 7.877.014 11.815.016q11.183.011 22.365.043c8.488.022 16.977.033 25.465.043q26.188.033 52.376.101l-.014-2.174q-.166-26.23-.245-52.46a6794 6794 0 0 0-.118-25.37q-.076-11.06-.093-22.121c-.007-3.902-.022-7.803-.059-11.705a975 975 0 0 1-.037-11.036c-.002-1.98-.028-3.961-.056-5.942.044-7.725 1.031-13.814 5.622-20.192 8.944-8.458 20.935-11.212 32.5-6'/%3E%3C/svg%3E");
}

.icon-bg-logout {
  width: 30px;
  height: 30px;
}
.icon-bg-logout::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='m49.229 11.497 3.225-.032 3.541.027 3.764-.019c3.45-.013 6.898-.008 10.348.004 3.719.01 7.438-.005 11.157-.016 7.287-.018 14.574-.014 21.86-.002a7859 7859 0 0 0 20.315.004l5.13-.004c16.048-.011 32.094.002 48.14.023q20.664.025 41.326-.003a22767 22767 0 0 1 53.078-.014l2.541.002q8.872.003 17.746-.012 10.81-.017 21.62.013c3.678.01 7.356.015 11.035.001 3.983-.014 7.966.003 11.95.023l3.54-.027c1.065.01 2.13.02 3.226.032.92 0 1.84 0 2.788.002 3.22.66 4.422 1.959 6.441 4.501.492 2.835.492 2.835.481 6.176l.017 3.84-.044 4.208q-.001 2.217.002 4.435a1661 1661 0 0 1-.05 12.036c-.025 4.193-.028 8.387-.033 12.58-.012 7.94-.045 15.88-.085 23.82-.045 9.04-.067 18.08-.087 27.12-.042 18.595-.115 37.19-.201 55.785h-31V44l-213 1c37.38 18.63 37.38 18.63 74.765 37.247l10.602 5.293q3.546 1.77 7.094 3.532a4197 4197 0 0 1 10.734 5.355l3.203 1.585 2.913 1.463 2.54 1.266c2.183 1.279 3.559 2.298 5.149 4.259.373 2.136.373 2.136.37 4.664l.017 2.92-.026 3.217.008 3.41c.004 3.792-.012 7.583-.028 11.374-.003 2.71 0 5.42 0 8.129q.002 8.766-.024 17.532c-.024 8.45-.032 16.9-.036 25.349q-.01 20.562-.055 41.124-.041 19.977-.061 39.953l-.003 2.487-.011 12.35c-.031 34.164-.086 68.327-.151 102.491h96v-92h31c.068 15.299.123 30.598.155 45.897q.022 10.656.071 21.31c.033 6.854.05 13.708.059 20.561q.008 3.926.032 7.85c.022 3.661.025 7.321.024 10.982l.032 3.29-.012 3.029.008 2.623c-.474 3.154-1.364 4.977-3.369 7.458-2.306.615-2.306.615-5.068.601l-3.174.021-3.481-.054-3.667.002c-3.318-.003-6.635-.028-9.953-.063-3.468-.031-6.935-.034-10.402-.04-6.567-.016-13.132-.057-19.698-.107-7.476-.056-14.95-.083-22.426-.108-15.377-.053-30.754-.14-46.131-.252l.034 3.155q.151 14.72.225 29.443c.026 5.045.062 10.09.118 15.136.055 4.87.084 9.739.097 14.608a583 583 0 0 0 .055 5.573c.036 2.603.04 5.204.039 7.806l.054 2.326c-.037 3.878-.536 5.83-2.782 9.033-2.84 1.92-2.84 1.92-5.57 1.748-3.737-.946-7.001-2.416-10.418-4.148l-2.111-1.046c-2.325-1.155-4.645-2.32-6.964-3.487q-2.504-1.248-5.008-2.493-6.79-3.384-13.574-6.788-7.1-3.556-14.208-7.1a20141 20141 0 0 1-23.852-11.938q-13.785-6.907-27.583-13.787-11.846-5.91-23.684-11.838-7.07-3.54-14.145-7.069-6.651-3.317-13.292-6.656-2.439-1.223-4.881-2.438-3.333-1.659-6.655-3.339l-1.957-.965C45.326 414.9 42.533 413.176 40 410c-.501-3.019-.501-3.019-.503-6.634l-.018-2.026c-.015-2.251 0-4.501.013-6.752q-.006-2.439-.019-4.877c-.017-4.476-.008-8.951.004-13.427.01-4.823-.005-9.647-.016-14.47-.018-9.452-.014-18.905-.002-28.357q.013-11.52.006-23.04l-.002-3.309-.004-6.653c-.011-20.811.002-41.622.023-62.433q.026-26.802-.003-53.605a38293 38293 0 0 1-.014-68.834l.002-3.294q.003-11.511-.012-23.021-.018-14.022.013-28.043c.01-4.772.015-9.544.001-14.316q-.017-6.548.016-13.094.007-2.374-.007-4.748c-.012-2.145 0-4.288.019-6.433 0-1.193 0-2.386.002-3.615C40 16 40 16 41.705 13.617c2.756-1.941 4.175-2.118 7.524-2.12' fill='%2383CF8F'/%3E%3Cpath d='M390.017 143.299c4.158 1.47 6.982 4.872 10.014 7.955l2.333 2.302c2.537 2.51 5.052 5.043 7.566 7.577q2.636 2.631 5.276 5.259a3489 3489 0 0 1 12.427 12.47q4.944 4.974 9.924 9.912a3251 3251 0 0 1 13.698 13.678q2.605 2.61 5.223 5.208c2.437 2.422 4.855 4.863 7.268 7.31l2.194 2.157c3.116 3.196 4.874 5.278 6.228 9.6-.202 3.93-.838 4.933-3.595 7.679L466.036 237l-1.457 1.436a333 333 0 0 0-5.095 5.187c-8.952 9.24-18.044 18.342-27.113 27.466a2640 2640 0 0 0-10.003 10.126 2399 2399 0 0 1-12.15 12.27 834 834 0 0 0-4.604 4.672 725 725 0 0 1-6.445 6.484l-1.892 1.964c-3.123 3.065-4.596 4.29-9.038 4.98-3.441-.622-4.22-.873-6.239-3.585-.36-2.259-.36-2.259-.34-4.93v-3.033l.047-3.267.013-3.35c.017-3.537.054-7.072.092-10.607q.024-3.593.042-7.186.05-8.813.146-17.627l-1.866.011q-22.458.133-44.917.196c-7.24.02-14.48.049-21.721.095q-9.465.06-18.93.074c-3.342.006-6.683.018-10.025.047-3.729.029-7.456.033-11.185.031l-3.367.044-3.073-.017-2.673.011C262 258 262 258 260.217 256.124c-1.503-2.622-1.61-4.35-1.637-7.364l-.048-3.166v-3.403l-.024-3.511q-.015-3.675-.009-7.351c.001-3.75-.04-7.496-.085-11.245q-.008-3.57-.008-7.143l-.05-3.396.029-3.176-.006-2.783c.95-3.953 2.274-5.262 5.621-7.586 3.772-.713 7.48-.632 11.308-.568l3.46-.002c3.772.004 7.542.043 11.314.082q3.924.013 7.848.021c6.18.016 12.36.057 18.54.107 7.037.056 14.075.083 21.112.108 14.473.053 28.946.14 43.418.252l-.013-1.75q-.066-9.028-.097-18.056-.015-3.367-.04-6.736c-.025-3.23-.036-6.459-.045-9.688l-.032-3.038v-2.85l-.014-2.496c.28-2.78 1.01-4.884 2.241-7.386 2.473-1.237 4.318-1.15 7.017-.701' fill='%2383CE8F'/%3E%3C/svg%3E");
}

.icon-bg-todo {
  width: 30px;
  height: 30px;
}
.icon-bg-todo::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='m168.78-.635 2.354-.024c2.6-.02 5.197-.004 7.796.012q2.797-.01 5.593-.027c5.062-.022 10.124-.013 15.186.002 5.296.013 10.592.001 15.888-.007 8.894-.009 17.788.003 26.682.027 10.285.027 20.569.019 30.853-.009q13.242-.034 26.485-.013c5.273.008 10.546.009 15.82-.007q7.437-.021 14.873.024 2.73.01 5.46-.006c2.484-.014 4.966.003 7.45.028l2.185-.034c3.864.076 5.489.584 8.546 3.03 2.453 3.16 2.639 4.642 2.537 8.596l-.049 3.37-.127 3.485-.068 3.545A562 562 0 0 1 356 30l2.204-.027q10.347-.12 20.695-.18 5.319-.03 10.636-.095c4.089-.052 8.177-.071 12.266-.089l3.805-.062C417.447 29.544 426.669 32.709 436 40l1.867 1.45C445.834 48.477 450.51 59.657 452 70c.284 5.269.264 10.53.243 15.805l.006 4.827c.004 4.41-.003 8.82-.013 13.23-.01 4.77-.006 9.541-.005 14.312 0 9.361-.012 18.723-.028 28.084q-.019 11.433-.029 22.865c-.027 28.977-.082 57.954-.15 86.931q-.029 12.844-.053 25.689a49883 49883 0 0 1-.249 90.533q-.042 12.15-.068 24.302-.032 14.837-.102 29.672-.038 7.585-.05 15.17a2612 2612 0 0 1-.056 13.916 802 802 0 0 0-.011 5.03c.011 15.394-2.627 28.051-13.36 39.716-10.737 9.928-22.103 12.377-36.314 12.306l-3.95.016c-3.593.014-7.186.01-10.78.003-3.885-.005-7.77.008-11.654.018-7.601.017-15.202.018-22.803.013q-9.27-.006-18.54.002l-2.67.003-5.368.004c-16.768.014-33.535.009-50.303-.003-15.327-.01-30.654.003-45.982.027q-23.63.037-47.261.027-13.258-.007-26.515.017-11.285.022-22.57-.002c-3.835-.009-7.67-.011-11.506.004-4.164.017-8.328.002-12.493-.016l-3.644.03C94.223 512.43 85.052 509.071 76 502l-1.867-1.45C66.17 493.528 61.476 482.34 60 472c-.285-5.407-.264-10.807-.243-16.22l-.006-4.96q-.004-6.793.013-13.588c.01-4.893.006-9.787.005-14.681q.001-14.383.027-28.767.02-11.698.03-23.397.041-38.711.128-77.422.052-23.857.083-47.715a37621 37621 0 0 1 .174-74.973l.01-3.423q.035-11.934.05-23.868.018-14.557.083-29.116c.023-4.954.039-9.907.038-14.861q0-6.813.05-13.624.013-2.46.004-4.918c-.043-14.185 2.708-26.883 12.59-37.694 7.947-7.485 18.051-13.047 29.153-13h3.639l3.883.032 4.01.008q5.252.014 10.505.05c3.58.02 7.16.03 10.739.04q10.517.032 21.035.097l-.08-2.216a828 828 0 0 1-.233-9.972l-.126-3.486-.05-3.369c-.025-1.021-.052-2.042-.079-3.094 1.431-7.217 6.806-8.6 13.349-8.498' fill='%23C1DBFB'/%3E%3Cpath d='M102.189 29.773h3.639l3.883.032 4.01.008q5.252.014 10.505.05c3.58.02 7.16.03 10.739.04 7.012.02 14.023.055 21.035.097l.06 1.94c.096 2.916.205 5.832.315 8.747.03 1.008.062 2.015.094 3.053l.117 2.96.095 2.713c.353 2.863 1.016 5.014 2.319 7.587 26.916 17.944 64.653 2.656 97 3v452c-167.202 0-167.202 0-180-10l-1.867-1.45C66.17 493.528 61.476 482.34 60 472c-.285-5.407-.264-10.807-.243-16.22l-.006-4.96q-.004-6.793.013-13.588c.01-4.893.006-9.787.005-14.681q.001-14.383.027-28.767.02-11.698.03-23.397.041-38.711.128-77.422.052-23.857.083-47.715a37621 37621 0 0 1 .174-74.973l.01-3.423q.035-11.934.05-23.868.018-14.557.083-29.116c.023-4.954.039-9.907.038-14.861q0-6.813.05-13.624.013-2.46.004-4.918c-.043-14.185 2.708-26.883 12.59-37.694 7.947-7.485 18.051-13.047 29.153-13' fill='%23E3F3FD'/%3E%3Cpath d='m168.78-.635 2.354-.024c2.6-.02 5.197-.004 7.796.012q2.797-.01 5.593-.027c5.062-.022 10.124-.013 15.186.002 5.296.013 10.592.001 15.888-.007 8.894-.009 17.788.003 26.682.027 10.285.027 20.569.019 30.853-.009q13.242-.034 26.485-.013c5.273.008 10.546.009 15.82-.007q7.437-.021 14.873.024 2.73.01 5.46-.006c2.484-.014 4.966.003 7.45.028l2.185-.034c3.883.076 5.484.579 8.542 3.057 2.247 2.859 2.683 4.026 2.7 7.598l.048 2.923-.03 3.122.014 3.239q.005 3.384-.027 6.768c-.027 3.45 0 6.898.032 10.349q-.006 3.291-.02 6.582l.03 3.122c-.117 7.18-.117 7.18-3.173 11.036L351 59l-1 1c-2.417.109-4.806.152-7.224.154l-2.318.013c-2.583.014-5.167.02-7.75.026l-5.533.025c-6.074.026-12.148.041-18.222.055l-6.263.017q-13.024.033-26.05.051-18.689.023-37.377.107-13.128.056-26.255.063c-5.231.004-10.462.016-15.693.048q-7.383.044-14.764.025-2.711 0-5.422.025c-2.466.023-4.93.015-7.397-.001l-2.17.042c-3.845-.061-5.449-.559-8.483-3-2.72-3.468-3.204-5.948-3.272-10.226l-.049-2.802c-.044-4.218-.085-8.436-.108-12.654q-.025-3.338-.082-6.675a754 754 0 0 1-.091-9.629l-.07-3.009.01-2.82-.025-2.47c1.764-6.86 7.105-8.097 13.389-8' fill='%236E79DE'/%3E%3Cpath d='m170.288-.568 2.81-.002c3.058.004 6.114.043 9.172.082q3.183.014 6.368.021c5.581.02 11.162.068 16.744.124 6.7.06 13.4.083 20.099.112C235.654-.183 245.826-.087 256 0v60c-23.259.2-23.259.2-33.17.244-6.764.03-13.528.065-20.292.133-5.453.055-10.905.084-16.359.097q-3.12.015-6.242.055a660 660 0 0 1-8.74.039l-2.61.054c-4.348-.037-6.059-.21-9.6-2.97-2.61-3.482-3.113-5.996-3.18-10.228l-.049-2.802c-.044-4.218-.085-8.436-.108-12.654q-.025-3.337-.082-6.675a754 754 0 0 1-.091-9.629l-.07-3.009.01-2.82-.025-2.47c2.022-7.865 8.08-8.073 14.896-7.933' fill='%237B87E1'/%3E%3Cpath d='m278.133 379.482 3.333-.02c3.625-.018 7.249-.007 10.874.007q3.79-.004 7.58-.012 7.938-.008 15.875.022c6.101.021 12.202.014 18.304-.008 5.888-.02 11.777-.018 17.666-.006q3.746.004 7.49-.01c3.495-.01 6.989.005 10.483.027l3.11-.024c6.126.072 11.123.828 16.152 4.542 2.765 3.147 3.895 6.279 4.5 10.437-.615 4.38-1.549 8.187-4.5 11.563-6.548 4.015-11.657 4.582-19.246 4.533l-3.334.027c-3.62.022-7.238.015-10.858.006q-3.787.008-7.575.02-7.93.014-15.857-.01c-6.094-.017-12.188 0-18.282.032-5.884.03-11.768.032-17.652.022q-3.741 0-7.482.02c-3.49.018-6.978.004-10.468-.019l-3.105.036c-6.493-.086-11.228-1.226-16.141-5.667-2.785-4.7-3.678-8.577-3-14 1.75-4.946 4.163-7.55 8.812-10.134 4.296-1.7 8.76-1.42 13.32-1.384m.124-200 3.373-.02c3.667-.018 7.333-.007 11 .007l7.662-.012q8.02-.008 16.04.022c6.173.021 12.344.014 18.516-.008 5.952-.02 11.904-.018 17.855-.006q3.79.004 7.58-.01c3.53-.01 7.06.005 10.591.027l3.16-.024c7.579.088 10.657 1.667 16.342 6.604 2.515 4.548 2.357 8.862 1.625 13.938-2.195 4.642-5.253 7.952-10 10-3.71.582-7.377.547-11.127.518l-3.367.02c-3.668.018-7.335.007-11.002-.007l-7.659.012q-8.024.008-16.046-.022a2657 2657 0 0 0-18.514.008c-5.951.02-11.902.018-17.854.006q-3.788-.004-7.577.01c-3.533.01-7.065-.005-10.598-.027l-3.154.024C268.86 210.47 265.1 209.675 260 206c-2.839-3.45-3.885-7.183-4.5-11.563.602-4.137 1.625-7.346 4.5-10.437 6.06-4.34 10.928-4.575 18.256-4.518m0 100 3.373-.02c3.667-.018 7.333-.007 11 .007l7.662-.012q8.02-.008 16.04.022c6.173.021 12.344.014 18.516-.008 5.952-.02 11.904-.018 17.855-.006q3.79.004 7.58-.01c3.53-.01 7.06.005 10.591.027l3.16-.024c7.579.088 10.657 1.667 16.342 6.604 2.515 4.548 2.357 8.862 1.625 13.938-2.195 4.644-5.254 7.95-10 10-3.704.586-7.367.557-11.11.533-1.11.01-2.22.018-3.364.027-3.662.022-7.324.015-10.987.006q-3.825.008-7.652.02-8.017.014-16.033-.01c-6.164-.016-12.327 0-18.49.032a2695 2695 0 0 1-17.838.022q-3.783 0-7.566.02c-3.53.018-7.06.004-10.59-.019l-3.143.036c-6.525-.086-11.293-1.195-16.227-5.667-2.785-4.7-3.678-8.577-3-14 1.747-4.94 4.16-7.553 8.805-10.134 4.334-1.71 8.852-1.42 13.451-1.384' fill='%2350B1BA'/%3E%3Cpath d='M213 358c4.005 2.002 6.659 4.18 9 8 1.342 4.026 2.004 7.71.236 11.744-3.972 6.526-9.245 11.683-14.646 17.03l-3.044 3.045a2094 2094 0 0 1-6.357 6.328q-4.074 4.044-8.127 8.11a2813 2813 0 0 1-6.277 6.264q-1.5 1.495-2.996 2.993a1088 1088 0 0 1-4.192 4.163l-2.403 2.39c-3.675 3.238-6.571 4.266-11.444 4.433l-2.703.156c-8.008-1.725-14.262-9.506-19.86-15.094l-2.271-2.197c-4.844-4.818-8.016-8.75-9.35-15.588-.01-5.126 1.109-7.927 4.434-11.777 4.263-3.857 7.874-4.747 13.473-4.52 4.433.912 7.304 3.469 10.527 6.52l1.605 1.512A117 117 0 0 1 162 395c3.083-1.373 5.177-2.936 7.543-5.332l2.043-2.053 2.172-2.213 2.255-2.27q3.562-3.592 7.112-7.195 3.564-3.605 7.133-7.204 2.221-2.24 4.434-4.487l2.023-2.043 1.78-1.805c3.962-3.68 9.43-2.921 14.505-2.398m0-100c4.005 2.002 6.659 4.18 9 8 1.342 4.026 2.004 7.71.236 11.744-3.972 6.526-9.245 11.683-14.646 17.03l-3.044 3.045a2094 2094 0 0 1-6.357 6.328q-4.074 4.044-8.127 8.11a2813 2813 0 0 1-6.277 6.264q-1.5 1.495-2.996 2.993a1088 1088 0 0 1-4.192 4.163l-2.403 2.39c-3.675 3.238-6.571 4.266-11.444 4.433l-2.703.156c-8.008-1.725-14.262-9.506-19.86-15.094l-2.271-2.197c-4.844-4.818-8.016-8.75-9.35-15.588-.01-5.126 1.109-7.927 4.434-11.777 4.263-3.857 7.874-4.747 13.473-4.52 4.433.912 7.304 3.469 10.527 6.52l1.605 1.512A117 117 0 0 1 162 295c3.083-1.373 5.177-2.936 7.543-5.332l2.043-2.053 2.172-2.213 2.255-2.27q3.562-3.592 7.112-7.195 3.564-3.605 7.133-7.204 2.221-2.24 4.434-4.487l2.023-2.043 1.78-1.805c3.962-3.68 9.43-2.921 14.505-2.398' fill='%2361D2DB'/%3E%3Cpath d='M214 150.652c4.598 2.31 7.29 5.5 9 10.348.658 5.356-.365 8.375-3 13-2.187 2.568-2.187 2.568-4.76 5.147l-1.425 1.442a875 875 0 0 1-4.65 4.645q-1.625 1.627-3.248 3.256-3.394 3.401-6.804 6.788c-2.907 2.89-5.801 5.794-8.691 8.702q-3.346 3.36-6.708 6.707-1.605 1.602-3.202 3.21a779 779 0 0 1-4.494 4.473l-2.577 2.57c-3.493 2.948-6.306 3.934-10.816 4.435-8.734-.903-14.147-7.456-20.015-13.43a579 579 0 0 0-4.311-4.324c-9.562-9.636-9.562-9.636-9.674-15.934.132-4.73 1.229-8.115 4.375-11.687 3.36-2.811 6.212-3.903 10.563-4.437 7.25.922 10.846 4.61 15.507 9.89 1.769 1.79 1.769 1.79 3.831 1.344 2.498-.948 3.745-2.093 5.61-4l2.023-2.043 2.154-2.219 2.24-2.268q3.546-3.595 7.072-7.204 3.53-3.604 7.072-7.194 2.205-2.234 4.394-4.484l2.022-2.053 1.767-1.807c4.845-4.233 10.69-4.848 16.745-2.873' fill='%2360D2DB'/%3E%3C/svg%3E");
}

.icon-bg-refresh {
  width: 30px;
  height: 30px;
}
.icon-bg-refresh::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-arrow-clockwise' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 3a5 5 0 1 0 4.546 2.914.5.5 0 0 1 .908-.417A6 6 0 1 1 8 2z'/%3E%3Cpath d='M8 4.466V.534a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384L8.41 4.658A.25.25 0 0 1 8 4.466'/%3E%3C/svg%3E");
}

.icon-bg-globe {
  width: 30px;
  height: 30px;
}
.icon-bg-globe::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M158 169h196c7.627 59.113 7.627 114.887 0 174H158c-3.725-27.315-3.725-27.315-4.687-39.625l-.19-2.417c-2.316-30.653-2.213-61.69.19-92.333l.177-2.273c1.017-12.532 2.81-24.878 4.51-37.352m-144 0h115c-2 21-2 21-2.598 27.23l-.465 4.958-.236 2.435c-1.597 17.203-1.904 34.36-1.888 51.627v3.475c.029 26.17 1.75 51.833 4.943 77.818C129 339 129 339 129 343H14c-8.089-26.577-8.089-26.577-9.812-35.937l-.577-2.893C.526 288.173-.374 272.69-.312 256.437l.006-3.092C-.256 238.726-.038 224.355 3 210l.65-3.083C6.447 194.023 10.053 181.63 14 169m369 0h115c8.089 26.577 8.089 26.577 9.813 35.938l.576 2.892c3.06 15.874 4.019 31.29 3.986 47.42l-.002 3.067c-.072 29.486-5.038 56.678-14.373 84.683H383c2-21 2-21 2.598-27.23l.464-4.957.237-2.436c1.597-17.203 1.904-34.36 1.889-51.627l-.001-3.475c-.029-26.17-1.75-51.833-4.943-77.818C383 173 383 173 383 169M276 4c40.893 24.486 58.635 77.857 69.625 121.625C348 135.161 348 135.161 348 140H164c.884-7.954 2.364-14.861 4.5-22.5.175-.63.35-1.261.532-1.91 10.737-38.419 27.757-88.773 64.605-110.117C246.71-1.27 262.614-3.347 276 4M164 372h184c-.884 7.954-2.364 14.861-4.5 22.5-.175.63-.35 1.261-.532 1.91-10.664 38.16-27.874 88.84-64.605 110.117-11.08 5.714-22.565 7.7-34.82 4.598-2.993-1.192-5.737-2.545-8.543-4.125l-2.79-1.504C194.25 483.308 177.51 428.473 167 389c-3-11.942-3-11.942-3-17m214 0h106c-3.944 19.718-23.356 41.178-36.719 55.531a158 158 0 0 0-5.469 6.281C413.032 466.688 369.763 491.357 328 503h-3c1.433-4.097 3.443-7.194 6-10.687 24.279-34.16 36.077-75.468 45.355-115.789C377 374 377 374 378 372M187 9c-1.34 3.783-3.027 6.54-5.5 9.688-24.966 33.724-36.593 76.535-45.855 116.788C135 138 135 138 134 140H28c.796-3.98 1.252-5.853 3.152-9.152l1.339-2.333 1.447-2.452 1.491-2.55C42.059 112.343 49.686 101.98 58 92l1.335-1.609C68.508 79.38 78.02 69.115 89.277 60.168q2.65-2.108 5.227-4.305C107.422 44.878 121.978 35.815 137 28l2.32-1.21C173.923 9 173.923 9 187 9m138 0c38.73 7.946 75.34 30.335 104 57a776 776 0 0 0 4.188 3.625c18.508 16.167 32.822 36.543 45.375 57.5l1.303 2.154 1.2 2.041 1.061 1.79C483 135 483 135 484 140H378l-4-16c-7.14-27.366-15.497-53.58-28-79l-1.105-2.253c-5.245-10.555-11.435-20.74-18.688-30.048C325 11 325 11 325 9M28 372h106l4 16c7.14 27.366 15.497 53.58 28 79l1.105 2.253c5.245 10.555 11.435 20.74 18.688 30.048C187 501 187 501 187 503c-38.386-7.816-75.807-30.205-104-57a510 510 0 0 0-4.25-3.687c-18.495-16.123-32.782-36.518-45.312-57.438l-1.304-2.154-1.2-2.041-1.061-1.79C29 377 29 377 28 372'/%3E%3C/svg%3E");
}

.icon-bg-email {
  width: 30px;
  height: 30px;
}
.icon-bg-email::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='m255.625-.312 3.085.006c14.609.05 28.94.3 43.29 3.306l2.954.602C353.336 13.722 397.324 35.64 433 70l1.998 1.916C444.486 81.06 453.226 90.357 461 101l2.574 3.453c6.038 8.191 11.397 16.705 16.426 25.547l1.104 1.915c21.606 37.748 31.373 80.514 31.209 123.71l-.007 3.085c-.05 14.609-.3 28.94-3.306 43.29l-.602 2.954C498.278 353.336 476.36 397.324 442 433l-1.916 1.998C430.94 444.486 421.643 453.226 411 461l-3.453 2.574c-8.19 6.038-16.692 11.42-25.547 16.426l-2.143 1.219c-23.135 13.025-48.307 21.774-74.295 27.094l-2.178.446c-14.676 2.79-29.2 3.59-44.111 3.557-2.94-.003-5.878.02-8.818.045-13.373.045-26.27-1.16-39.455-3.361l-3.446-.57C164.287 500.658 123.237 480.67 90 452l-2.258-1.922C74.237 438.267 61.566 425.516 51 411l-2.57-3.45C42.39 399.36 37.006 390.857 32 382l-1.219-2.143C17.756 356.722 9.007 331.55 3.688 305.562l-.447-2.178c-2.974-15.646-3.614-31.12-3.553-47.009l.006-3.085c.05-14.609.3-28.94 3.306-43.29l.602-2.954C13.722 158.664 35.64 114.676 70 79l1.916-1.998C81.06 67.514 90.357 58.774 101 51l3.453-2.574C112.643 42.388 121.145 37.006 130 32l2.143-1.219c23.135-13.025 48.307-21.774 74.295-27.093l2.178-.447c15.646-2.974 31.12-3.614 47.009-3.553M107 153c3.756 4.382 7.477 8.646 11.482 12.777l1.568 1.627q2.575 2.664 5.152 5.324l1.833 1.896c11.923 12.33 23.927 24.579 35.96 36.8a2977 2977 0 0 1 22.831 23.419 1901 1901 0 0 0 19.997 20.467 690 690 0 0 1 10.536 10.828c16.822 18.837 16.822 18.837 39.546 27.481 18.022-.985 31.672-18.94 43.194-31.048 3.695-3.856 7.464-7.636 11.226-11.426 7.094-7.169 14.118-14.402 21.12-21.66 7.98-8.267 16.038-16.455 24.102-24.639 11.864-12.044 23.698-24.117 35.458-36.262q1.91-1.972 3.822-3.942 2.595-2.676 5.185-5.359l1.55-1.594c2.39-2.018 2.39-2.018 3.438-4.689zm-13 14v186c5.707-4.868 5.707-4.868 11.107-9.986l2.222-2.218 2.36-2.372 2.545-2.544a6863 6863 0 0 0 6.842-6.854q3.585-3.594 7.175-7.183 6.78-6.786 13.556-13.578 7.721-7.736 15.446-15.468A79977 79977 0 0 0 187 261c-1.425-3.242-3.152-5.401-5.65-7.898l-2.3-2.311-2.523-2.507-2.656-2.662a3704 3704 0 0 0-7.214-7.201q-3.776-3.764-7.542-7.535-6.328-6.325-12.663-12.64-7.334-7.311-14.656-14.635a20954 20954 0 0 0-14.083-14.07q-3-2.996-6-5.996a6910 6910 0 0 0-8.37-8.347l-2.53-2.53c-.755-.752-1.51-1.504-2.29-2.278l-2-1.996c-1.302-1.507-1.302-1.507-2.523-1.394m321.44 1.437-2.053 2.056-2.35 2.345-2.596 2.607-2.72 2.72a7132 7132 0 0 0-7.4 7.412q-3.861 3.87-7.727 7.736-7.323 7.328-14.641 14.662a42730 42730 0 0 1-16.665 16.687A94132 94132 0 0 0 325 259c1.425 3.242 3.152 5.401 5.65 7.898l2.3 2.311 2.523 2.507 2.656 2.662a3704 3704 0 0 0 7.214 7.201q3.776 3.764 7.542 7.535 6.328 6.325 12.663 12.64 7.334 7.312 14.656 14.635 7.037 7.039 14.083 14.07 3 2.996 6 5.996a6910 6910 0 0 0 8.37 8.347l2.53 2.53c.755.752 1.51 1.504 2.29 2.278l2 1.996c1.302 1.507 1.302 1.507 2.523 1.394V167c-1.23-.113-1.23-.113-2.56 1.437M196.653 276.22l-2.172 2.163-2.397 2.404-2.513 2.507q-3.421 3.416-6.836 6.837l-7.14 7.138q-5.995 5.993-11.986 11.992-6.938 6.945-13.884 13.882-5.952 5.945-11.898 11.895a9831 9831 0 0 1-7.116 7.115 7302 7302 0 0 0-7.924 7.93l-2.404 2.398-2.163 2.172-1.895 1.896c-1.437 1.247-1.437 1.247-1.325 2.451h282c-4.74-5.572-4.74-5.572-9.72-10.84l-2.04-2.044-2.173-2.163-2.338-2.338q-3.796-3.792-7.596-7.58l-5.288-5.283q-6.936-6.93-13.878-13.854-7.091-7.077-14.178-14.158Q325.9 286.866 312 273q-1.65 1.4-3.297 2.804l-1.855 1.576c-2.922 2.562-5.642 5.31-8.368 8.077l-1.771 1.783a3537 3537 0 0 0-5.522 5.572 4834 4834 0 0 1-7.332 7.395l-1.691 1.717c-6.693 6.735-13.945 5.438-22.965 5.536q-2.808.04-5.616.123c-17.554.516-17.554.516-21.985-3.243A162 162 0 0 1 228 300c-1.589-1.633-3.214-3.223-4.843-4.816a501 501 0 0 1-5.409-5.397l-1.832-1.85-1.853-1.875a4886 4886 0 0 0-7.34-7.402l-1.698-1.723A241 241 0 0 0 201 273c-1.875 0-3.099 1.973-4.347 3.22'/%3E%3C/svg%3E");
}

.icon-bg-deleted {
  width: 30px;
  height: 30px;
}
.icon-bg-deleted::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800px' height='800px' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M18 6V16.2C18 17.8802 18 18.7202 17.673 19.362C17.3854 19.9265 16.9265 20.3854 16.362 20.673C15.7202 21 14.8802 21 13.2 21H10.8C9.11984 21 8.27976 21 7.63803 20.673C7.07354 20.3854 6.6146 19.9265 6.32698 19.362C6 18.7202 6 17.8802 6 16.2V6M4 6H20M16 6L15.7294 5.18807C15.4671 4.40125 15.3359 4.00784 15.0927 3.71698C14.8779 3.46013 14.6021 3.26132 14.2905 3.13878C13.9376 3 13.523 3 12.6936 3H11.3064C10.477 3 10.0624 3 9.70951 3.13878C9.39792 3.26132 9.12208 3.46013 8.90729 3.71698C8.66405 4.00784 8.53292 4.40125 8.27064 5.18807L8 6' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.icon-bg-shortlist {
  width: 30px;
  height: 30px;
}
.icon-bg-shortlist::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' transform='scale(-1 1)'%3E%3Cpath d='M268.625 12.688c1.602.949 1.602.949 3.375 2.312l2.873 2.148c3.303 2.773 5.14 5.967 6.936 9.844l1.01 2.101c4.37 9.215 8.294 18.632 12.243 28.032l2.582 6.106q2.744 6.485 5.481 12.97c4.461 10.56 8.963 21.103 13.46 31.647A17945 17945 0 0 1 340 163q11.01 1.056 22.018 2.107l8.216.787a8416 8416 0 0 0 52.831 4.915q8.802.792 17.604 1.593 8.667.784 17.335 1.545 5.468.484 10.934.987 2.55.231 5.102.45c23.121 1.99 23.121 1.99 31.96 10.616 6.25 8.188 6.74 15.959 6 26-1.533 5.998-4.37 9.908-9 14a836 836 0 0 0-3.125 3.25c-2.851 2.857-5.854 5.409-9 7.938-4.29 3.45-8.362 7.05-12.375 10.812-4.738 4.439-9.621 8.591-14.687 12.656-3.795 3.162-7.376 6.53-10.98 9.905a180 180 0 0 1-10.27 8.877c-4.376 3.508-8.483 7.22-12.563 11.062a249 249 0 0 1-15.203 13.176c-3.87 3.216-7.542 6.63-11.207 10.076l-1.547 1.451-1.502 1.44C399 318 399 318 397.245 319.154c-1.974 1.242-1.974 1.242-4.245 3.846.323 7.193 2.02 14.108 3.636 21.106l.814 3.577q1.098 4.82 2.207 9.639c.776 3.381 1.546 6.764 2.318 10.147q2.194 9.615 4.398 19.226 2.49 10.87 4.97 21.741 3.875 16.971 7.762 33.94l.756 3.3.722 3.152.698 3.058a750 750 0 0 0 1.55 6.57l.823 3.446.749 3.094c2.127 10.702.384 19.27-5.59 28.317-6.05 5.78-12.658 8.793-21 8.937l-2.668.078c-8.758-.914-15.61-5.125-22.962-9.734-3.055-1.915-6.129-3.798-9.199-5.688l-1.95-1.204c-7.56-4.661-15.202-9.181-22.846-13.702l-7.708-4.562-1.882-1.115a2402 2402 0 0 1-13.059-7.8 2786 2786 0 0 0-17.343-10.34q-5.113-3.03-10.23-6.051c-5.991-3.543-11.966-7.092-17.83-10.843l-2.498-1.588a245 245 0 0 1-4.336-2.843c-2.883-1.844-4.698-2.9-8.165-2.657-3.4.866-5.752 2.091-8.723 3.947l-3.268 2.018-1.732 1.087c-2.47 1.549-4.952 3.076-7.435 4.605l-3.945 2.434c-7.209 4.45-14.493 8.77-21.784 13.083l-4.032 2.39q-7.129 4.224-14.26 8.443-7.106 4.206-14.208 8.417l-1.994 1.182a2044 2044 0 0 0-21.71 13.025l-1.94 1.183a2807 2807 0 0 0-9.076 5.556C130.09 498.264 121.21 503.608 108 502c-8.115-2.65-13.816-6.542-18-14l-1.875-3.187c-3-10.167-.692-20.565 1.705-30.63q.458-1.991.911-3.982.972-4.247 1.97-8.487c1.052-4.478 2.083-8.96 3.113-13.444A8048 8048 0 0 1 100.75 407c2.956-12.693 5.89-25.393 8.816-38.093q1.54-6.674 3.095-13.343.968-4.156 1.927-8.313.656-2.824 1.32-5.645c1.427-6.191 2.793-12.248 3.092-18.606-1.775-2.461-2.937-3.719-5.25-5.5l-1.667-1.4A235 235 0 0 0 107 312l-5.375-4.375-2.71-2.18c-4.051-3.398-7.873-7.022-11.72-10.645-4.317-4.043-8.8-7.796-13.418-11.491-3.201-2.662-6.24-5.464-9.277-8.309-3.896-3.649-7.833-7.157-12-10.5-4.762-3.82-9.214-7.89-13.666-12.06a180 180 0 0 0-10.272-8.877C.95 221.383.95 221.383-.422 209.277c-.42-8.274.27-15.48 5.422-22.277 5.215-5.688 11.294-9.093 19.01-10.013l1.9-.23c11.575-1.339 23.195-2.305 34.8-3.35q5.41-.489 10.82-.984 10.22-.93 20.443-1.855a68387 68387 0 0 0 36.641-3.327q6.415-.584 12.831-1.163l6.057-.55q3.678-.334 7.356-.664 3.183-.29 6.364-.602c1.747-.165 3.495-.305 5.246-.41 4.067-.267 4.067-.267 7.206-2.645l.965-2.389 1.161-2.734 1.169-3.025 1.315-3.168c1.435-3.473 2.825-6.963 4.216-10.453q1.497-3.65 3.003-7.297a2580 2580 0 0 0 4.691-11.419c3.654-8.968 7.4-17.892 11.224-26.788l.8-1.86q1.969-4.579 3.943-9.156 2.922-6.784 5.83-13.575 1.385-3.233 2.777-6.464a1351 1351 0 0 0 6.591-15.537q1.593-3.823 3.2-7.641a859 859 0 0 0 2.223-5.385c4.205-9.987 8.411-17.482 18.413-22.394 6.77-2.225 16.96-2.338 23.43.765' fill='%23FFC106'/%3E%3C/svg%3E");
}

.icon-bg-compose {
  width: 30px;
  height: 30px;
}
.icon-bg-compose::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%23000000' version='1.1' id='Capa_1' width='800px' height='800px' viewBox='0 0 528.899 528.899' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M328.883,89.125l107.59,107.589l-272.34,272.34L56.604,361.465L328.883,89.125z M518.113,63.177l-47.981-47.981 c-18.543-18.543-48.653-18.543-67.259,0l-45.961,45.961l107.59,107.59l53.611-53.611 C532.495,100.753,532.495,77.559,518.113,63.177z M0.3,512.69c-1.958,8.812,5.998,16.708,14.811,14.565l119.891-29.069 L27.473,390.597L0.3,512.69z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-bg-inbox {
  width: 30px;
  height: 30px;
}
.icon-bg-inbox::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='2987' height='2987'%3E%3Cpath d='M0 0 C8.64667373 0.00234138 17.29334549 0.00254645 25.94001945 0.00148413 C27.20224803 0.0013309 28.46447662 0.00117766 29.76495456 0.00101979 C32.33441142 0.00069985 34.90386829 0.00037563 37.47332515 0.0000472 C60.52895435 -0.00268064 83.58457983 0.00007737 106.64020842 0.00538979 C127.36882487 0.0101299 148.09743516 0.00970504 168.82605155 0.0049288 C192.502683 -0.00050405 216.17931105 -0.00248536 239.85594304 0.00054106 C242.4124821 0.00085939 244.96902116 0.00117377 247.52556022 0.00148413 C248.78127197 0.00163841 250.03698373 0.00179268 251.33074735 0.00195163 C259.89984643 0.00279115 268.46894319 0.0013913 277.03804191 -0.00099542 C327.63716623 -0.01381121 378.23139816 0.10870395 428.82849296 0.58891318 C430.44252157 0.60400856 430.44252157 0.60400856 432.08915683 0.61940891 C456.66062887 0.84983733 481.22996573 1.16072503 505.79907401 1.57374594 C506.85515186 1.59147854 507.91122971 1.60921114 508.99930992 1.62748109 C596.26492618 3.10621368 683.53429469 5.76711353 1123.14129813 71.44706747 C1125.29666694 72.15631948 1127.45385765 72.85983434 1129.6112078 73.56303427 C1157.80544585 82.78537812 1185.36713147 93.53662927 1212.23278983 106.13529989 C1213.1597869 106.5660079 1214.08678397 106.99671591 1215.04187186 107.44047568 C1264.9787083 130.70063624 1312.24549415 159.67227946 1354.16247733 195.53373739 C1356.91013028 197.87787691 1359.72079212 200.13413306 1362.54528983 202.38529989 C1369.36795947 207.94414651 1375.68964754 214.0270672 1382.06530936 220.08549521 C1384.29609616 222.19516923 1386.54156521 224.28813084 1388.79138358 226.37748739 C1389.54403495 227.07865683 1390.29668632 227.77982626 1391.0721453 228.50224325 C1392.50748376 229.83906573 1393.9451473 231.17339813 1395.38562186 232.50468466 C1399.40231088 236.26001043 1403.093983 240.1638951 1406.67199882 244.33866904 C1408.59113148 246.54778796 1410.63300283 248.5981931 1412.73278983 250.63529989 C1416.78128652 254.6429714 1420.53734113 258.80345298 1424.23278983 263.13529989 C1425.13707745 264.17623846 1426.04208515 265.21655172 1426.94763358 266.25639364 C1433.45826047 273.75651639 1439.72846078 281.40433058 1445.79236015 289.26957724 C1447.29474368 291.21554588 1448.80661923 293.15391219 1450.31872733 295.09233114 C1504.62331973 365.03207244 1541.95147021 446.98110863 1575.23278983 564.13529989 C1575.43690482 564.93608969 1575.64101981 565.73687948 1575.85132011 566.56193564 C1599.75990476 660.5323755 1610.93735972 757.2103463 1625.23278983 987.13529989 C1625.27651851 988.21218321 1625.27651851 988.21218321 1625.32113059 989.31082175 C1626.74869515 1024.64359417 1627.50255527 1059.99572382 1628.23092063 1095.34854529 C1628.29188261 1098.28374866 1628.35452292 1101.21891104 1628.41766532 1104.15406821 C1629.09957457 1136.16627926 1629.44208652 1168.18314946 1629.75354179 1200.20072958 C1629.77021636 1201.91299498 1629.77021636 1201.91299498 1629.7872278 1203.6598516 C1630.27995767 1254.66593214 1630.3823406 1305.6690715 1630.36808973 1356.67720504 C1630.36574807 1365.30194026 1630.36554338 1373.92667352 1630.3666056 1382.55140898 C1630.36675883 1383.81057348 1630.36691206 1385.06973798 1630.36706994 1386.36705898 C1630.36738988 1388.93031312 1630.3677141 1391.49356725 1630.36804253 1394.05682139 C1630.37084925 1417.72205672 1630.36768783 1441.38728808 1630.36224217 1465.05252276 C1630.35777918 1485.06180687 1630.35855548 1505.07108418 1630.36316093 1525.08036825 C1630.36859488 1548.69804565 1630.37057446 1572.31571963 1630.36754866 1595.93339757 C1630.36723034 1598.48405672 1630.36691596 1601.03471588 1630.3666056 1603.58537504 C1630.36637419 1605.46458544 1630.36637419 1605.46458544 1630.3661381 1607.38175969 C1630.36529886 1615.92784663 1630.36669779 1624.47393125 1630.36908515 1633.02001784 C1630.38197324 1683.75548532 1630.2556006 1734.48605833 1629.77917655 1785.21952841 C1629.76408116 1786.85142686 1629.76408116 1786.85142686 1629.74868082 1788.51629295 C1629.51916042 1813.26788217 1629.21006012 1838.01731693 1628.79434379 1862.76651022 C1628.76774489 1864.35175102 1628.76774489 1864.35175102 1628.74060864 1865.96901689 C1627.26300259 1953.21205485 1624.59938681 2040.45939653 1558.92102225 2480.0438082 C1558.21177025 2482.199177 1557.50825539 2484.35636772 1556.80505546 2486.51371786 C1547.58271161 2514.70795591 1536.83146046 2542.26964153 1524.23278983 2569.13529989 C1523.80208183 2570.06229697 1523.37137382 2570.98929404 1522.92761405 2571.94438193 C1499.66745349 2621.88121836 1470.69581027 2669.14800421 1434.83435233 2711.06498739 C1432.49021282 2713.81264034 1430.23395667 2716.62330218 1427.98278983 2719.44779989 C1422.42394322 2726.27046954 1416.34102253 2732.59215761 1410.28259452 2738.96781943 C1408.1729205 2741.19860622 1406.07995889 2743.44407527 1403.99060233 2745.69389364 C1403.2894329 2746.44654501 1402.58826347 2747.19919638 1401.86584647 2747.97465536 C1400.529024 2749.40999382 1399.1946916 2750.84765736 1397.86340507 2752.28813193 C1394.1080793 2756.30482094 1390.20419463 2759.99649306 1386.02942069 2763.57450888 C1383.82030177 2765.49364155 1381.76989663 2767.53551289 1379.73278983 2769.63529989 C1375.72511833 2773.68379658 1371.56463675 2777.43985119 1367.23278983 2781.13529989 C1366.19185127 2782.03958752 1365.15153801 2782.94459521 1364.11169608 2783.85014364 C1356.61157334 2790.36077053 1348.96375915 2796.63097084 1341.09851249 2802.69487021 C1339.15254385 2804.19725374 1337.21417754 2805.70912929 1335.27575858 2807.22123739 C1265.33601729 2861.5258298 1183.38698109 2898.85398027 1066.23278983 2932.13529989 C1065.03160514 2932.44147238 1065.03160514 2932.44147238 1063.80615409 2932.75383017 C969.83571423 2956.66241482 873.15774342 2967.83986978 643.23278983 2982.13529989 C642.15590652 2982.17902857 642.15590652 2982.17902857 641.05726798 2982.22364065 C605.72449556 2983.65120521 570.37236591 2984.40506533 535.01954444 2985.13343069 C532.08434107 2985.19439267 529.14917869 2985.25703299 526.21402152 2985.32017538 C494.20710142 2986.00197092 462.1955175 2986.34459335 430.18322929 2986.65605185 C428.47122173 2986.67272642 428.47122173 2986.67272642 426.72462817 2986.68973786 C375.63798927 2987.18330337 324.55427431 2987.28483504 273.46557967 2987.27059979 C264.81890594 2987.26825841 256.17223417 2987.26805334 247.52556022 2987.26911566 C245.63221734 2987.26934551 245.63221734 2987.26934551 243.70062511 2987.26958 C241.13116824 2987.26989994 238.56171138 2987.27022416 235.99225451 2987.27055259 C212.93662532 2987.27328043 189.88099983 2987.27052242 166.82537125 2987.26521 C146.0967548 2987.26046989 125.36814451 2987.26089475 104.63952811 2987.26567099 C80.96289666 2987.27110384 57.28626861 2987.27308515 33.60963662 2987.27005873 C31.05309757 2987.2697404 28.49655851 2987.26942602 25.94001945 2987.26911566 C24.68430769 2987.26896138 23.42859594 2987.26880711 22.13483231 2987.26864816 C13.56573324 2987.26780864 4.99663648 2987.26920849 -3.57246224 2987.27159521 C-54.17158657 2987.284411 -104.76581849 2987.16189584 -155.36291329 2986.68168661 C-156.97694191 2986.66659123 -156.97694191 2986.66659123 -158.62357716 2986.65119088 C-183.1950492 2986.42076246 -207.76438607 2986.10987476 -232.33349435 2985.69685385 C-233.91761112 2985.67025495 -233.91761112 2985.67025495 -235.53373025 2985.6431187 C-322.79934651 2984.16438611 -410.06871503 2981.50348626 -849.67571847 2915.82353232 C-851.83108727 2915.11428031 -853.98827799 2914.41076545 -856.14562814 2913.70756552 C-884.33986618 2904.48522167 -911.90155181 2893.73397052 -938.76721017 2881.13529989 C-939.69420724 2880.70459189 -940.62120431 2880.27388388 -941.5762922 2879.83012411 C-991.51312863 2856.56996355 -1038.77991449 2827.59832033 -1080.69689767 2791.73686239 C-1083.44455062 2789.39272288 -1086.25521245 2787.13646673 -1089.07971017 2784.88529989 C-1095.90237981 2779.32645328 -1102.22406788 2773.24353259 -1108.5997297 2767.18510458 C-1110.8305165 2765.07543056 -1113.07598555 2762.98246895 -1115.32580392 2760.89311239 C-1116.45478097 2759.84135824 -1116.45478097 2759.84135824 -1117.60656564 2758.76835654 C-1119.04190409 2757.43153406 -1120.47956763 2756.09720166 -1121.9200422 2754.76591513 C-1125.93673121 2751.01058936 -1129.62840334 2747.10670469 -1133.20641915 2742.93193075 C-1135.12555182 2740.72281183 -1137.16742316 2738.67240669 -1139.26721017 2736.63529989 C-1143.31570685 2732.62762839 -1147.07176147 2728.46714681 -1150.76721017 2724.13529989 C-1151.67149779 2723.09436133 -1152.57650548 2722.05404807 -1153.48205392 2721.01420614 C-1159.9926808 2713.5140834 -1166.26288111 2705.86626921 -1172.32678048 2698.00102255 C-1173.82916401 2696.05505391 -1175.34103957 2694.1166876 -1176.85314767 2692.17826864 C-1231.15774007 2622.23852735 -1268.48589055 2540.28949116 -1301.76721017 2423.13529989 C-1302.07338265 2421.9341152 -1302.07338265 2421.9341152 -1302.38574044 2420.70866415 C-1326.2943251 2326.73822429 -1337.47178005 2230.06025349 -1351.76721017 2000.13529989 C-1351.81093884 1999.05841658 -1351.81093884 1999.05841658 -1351.85555093 1997.95977804 C-1353.28311548 1962.62700562 -1354.03697561 1927.27487597 -1354.76534097 1891.9220545 C-1354.82630295 1888.98685113 -1354.88894326 1886.05168875 -1354.95208566 1883.11653158 C-1355.63388119 1851.10961149 -1355.97650363 1819.09802757 -1356.28796212 1787.08573935 C-1356.2990785 1785.94440098 -1356.31019489 1784.80306261 -1356.32164813 1783.62713823 C-1356.81521364 1732.54049933 -1356.91674531 1681.45678437 -1356.90251006 1630.36808973 C-1356.90016868 1621.721416 -1356.89996361 1613.07474424 -1356.90102593 1604.42807028 C-1356.90117917 1603.16584169 -1356.9013324 1601.90361311 -1356.90149027 1600.60313517 C-1356.90181021 1598.03367831 -1356.90213443 1595.46422144 -1356.90246287 1592.89476458 C-1356.9051907 1569.83913538 -1356.90243269 1546.7835099 -1356.89712027 1523.72788131 C-1356.89238017 1502.99926486 -1356.89280503 1482.27065457 -1356.89758126 1461.54203818 C-1356.90301411 1437.86540672 -1356.90499542 1414.18877868 -1356.901969 1390.51214669 C-1356.90165067 1387.95560763 -1356.90133629 1385.39906857 -1356.90102593 1382.84252951 C-1356.90087166 1381.58681775 -1356.90071738 1380.331106 -1356.90055843 1379.03734237 C-1356.89971892 1370.4682433 -1356.90111876 1361.89914654 -1356.90350549 1353.33004782 C-1356.91632128 1302.7309235 -1356.79380612 1252.13669157 -1356.31359689 1201.53959677 C-1356.2985015 1199.92556816 -1356.2985015 1199.92556816 -1356.28310115 1198.2789329 C-1356.05267273 1173.70746086 -1355.74178504 1149.138124 -1355.32876412 1124.56901572 C-1355.31103152 1123.51293787 -1355.29329892 1122.45686002 -1355.27502897 1121.36877981 C-1353.79629638 1034.10316355 -1351.13539653 946.83379503 -1285.45544259 507.22679159 C-1284.74619058 505.07142279 -1284.04267572 502.91423207 -1283.33947579 500.75688193 C-1274.11713194 472.56264388 -1263.36588079 445.00095826 -1250.76721017 418.13529989 C-1250.33650216 417.20830282 -1249.90579415 416.28130575 -1249.46203439 415.32621786 C-1226.20187382 365.38938143 -1197.2302306 318.12259558 -1161.36877267 276.20561239 C-1159.02463316 273.45795945 -1156.768377 270.64729761 -1154.51721017 267.82279989 C-1146.75341808 258.27922153 -1138.12530282 249.37592752 -1129.35046212 240.76029989 C-1127.66973652 239.03525601 -1126.12214614 237.23436471 -1124.57971017 235.38529989 C-1121.07439186 231.31026846 -1117.16389715 227.7339828 -1113.17956368 224.14115927 C-1110.38486049 221.62104961 -1107.65085471 219.07330866 -1105.01721017 216.38529989 C-1101.44055326 212.75742595 -1097.63331626 209.45000026 -1093.76721017 206.13529989 C-1092.72389637 205.2281445 -1091.68095638 204.32055908 -1090.63830392 203.41264364 C-1083.14000712 196.90557469 -1075.4952557 190.63737479 -1067.63293282 184.57572958 C-1065.68696419 183.07334605 -1063.74859787 181.5614705 -1061.81017892 180.04936239 C-991.87043762 125.74476999 -909.92140143 88.41661952 -792.76721017 55.13529989 C-791.96642037 54.9311849 -791.16563058 54.72706991 -790.34057442 54.51676962 C-696.37013456 30.60818497 -599.69216376 19.43073001 -369.76721017 5.13529989 C-369.04928796 5.10614744 -368.33136575 5.07699499 -367.59168832 5.04695914 C-332.25891589 3.61939458 -296.90678624 2.86553446 -261.55396478 2.1371691 C-258.6187614 2.07620712 -255.68359902 2.0135668 -252.74844186 1.95042441 C-220.74152176 1.26862887 -188.72993784 0.92600644 -156.71764962 0.61454794 C-155.57631125 0.60343156 -154.43497288 0.59231517 -153.2590485 0.58086193 C-102.1724096 0.08729642 -51.08869465 -0.01423525 0 0 Z M-101.05530755 209.55725596 C-103.60808782 209.57259486 -106.16086956 209.58766358 -108.71365182 209.60266897 C-167.54766649 209.950225 -226.38697397 210.53003261 -285.20471017 212.01029989 C-286.88792742 212.05207291 -288.57114479 212.09384117 -290.25436227 212.13560507 C-373.82179883 214.22383421 -457.55722229 217.39171727 -944.76721017 355.13529989 C-945.76494454 355.96029989 -946.76267892 356.78529989 -947.79064767 357.63529989 C-963.77681257 370.90494152 -979.33834522 385.25445536 -992.76721017 401.13529989 C-994.03371407 402.56809286 -994.03371407 402.56809286 -995.32580392 404.02983114 C-1012.66686812 423.72472581 -1027.68723617 445.40569534 -1040.76721017 468.13529989 C-1041.15586251 468.80964072 -1041.54451485 469.48398154 -1041.94494454 470.17875693 C-1059.82156556 501.37648323 -1073.6796952 533.9697416 -1084.76721017 568.13529989 C-1085.15360665 569.31801474 -1085.54000314 570.50072958 -1085.9381086 571.71928427 C-1114.79015463 660.57294486 -1126.60606658 754.57444785 -1144.83043496 1069.20860693 C-1144.87053001 1070.82421181 -1144.91088436 1072.43981029 -1144.95154397 1074.05540106 C-1146.44576834 1133.46312509 -1146.94580838 1192.89051428 -1147.28461973 1252.3141599 C-1147.31782773 1258.07251905 -1147.35507098 1263.83084038 -1147.39489571 1269.58915732 C-1147.98866051 1355.76949317 -1147.80948808 1441.95347624 -1147.76721017 1528.13529989 C-1146.84502442 1528.13665642 -1145.92283868 1528.13801295 -1144.97270791 1528.13941059 C-1090.14947658 1528.2202269 -1035.32627009 1528.3113533 -980.50307761 1528.41535151 C-973.90020396 1528.42786832 -967.29733016 1528.44030142 -960.69445626 1528.45268271 C-958.72293137 1528.4563817 -958.72293137 1528.4563817 -956.71157769 1528.46015542 C-935.512234 1528.49973078 -914.31288508 1528.53254496 -893.11352627 1528.56279971 C-871.31311833 1528.59406504 -849.51273232 1528.63273707 -827.7123491 1528.67808995 C-814.29243054 1528.70578077 -800.87252776 1528.72789642 -787.45258854 1528.7425624 C-778.21305689 1528.75321692 -768.97355604 1528.77115403 -759.73404775 1528.79446693 C-754.42693561 1528.80765355 -749.11986605 1528.81796842 -743.81273667 1528.81951353 C-723.57544062 1528.82749635 -703.38332167 1529.02736444 -683.16833321 1530.04194662 C-682.37049405 1530.081487 -681.57265488 1530.12102738 -680.75063876 1530.16176595 C-627.44118347 1532.87408988 -572.61607657 1540.5143766 -524.14562814 1563.98490927 C-521.72786983 1565.15432799 -519.29715959 1566.29334719 -516.86486642 1567.43217489 C-490.61248784 1579.93220093 -466.77962527 1597.25697659 -444.70471017 1616.07279989 C-444.2000422 1616.50189657 -443.69537423 1616.93099325 -443.17541329 1617.37309286 C-431.34698282 1627.57014267 -420.23966014 1638.50215947 -409.21740548 1649.55473349 C-406.87837536 1651.89916666 -404.53398819 1654.23814861 -402.18908517 1656.57670614 C-400.6757433 1658.09070824 -399.16271136 1659.60502019 -397.65002267 1661.11967489 C-396.9613511 1661.80632223 -396.27267953 1662.49296957 -395.56313912 1663.20042441 C-391.65948263 1667.12277468 -387.9290804 1671.14474754 -384.32040231 1675.34056113 C-381.87198794 1678.16974374 -379.31778761 1680.89849652 -376.76721017 1683.63529989 C-371.38168486 1689.44665358 -366.13996333 1695.35687853 -360.99377267 1701.38139364 C-359.95998477 1702.5910857 -358.9261287 1703.80071949 -357.89221017 1705.01029989 C-357.37231515 1705.61905966 -356.85242013 1706.22781943 -356.31677071 1706.85502646 C-353.287893 1710.39211149 -350.21549274 1713.87947998 -347.07971017 1717.32279989 C-343.22870012 1721.56238033 -339.61877061 1725.96462101 -336.01721017 1730.41654989 C-333.83219447 1733.05677719 -331.57549626 1735.6025971 -329.26721017 1738.13529989 C-326.24438596 1741.45519476 -323.34208855 1744.83294101 -320.51721017 1748.32279989 C-315.30202501 1754.76241982 -309.85389265 1760.98985393 -304.41369454 1767.23881552 C-301.83083608 1770.21385178 -299.26664102 1773.20474049 -296.70471017 1776.19779989 C-296.21381905 1776.77119101 -295.72292794 1777.34458212 -295.21716134 1777.93534872 C-294.22835813 1779.09060507 -293.23966968 1780.24595965 -292.25109689 1781.40141318 C-289.75825493 1784.31424035 -287.2625825 1787.2246405 -284.76721017 1790.13529989 C-283.76719677 1791.30195507 -282.76719676 1792.46862174 -281.76721017 1793.63529989 C-281.27221017 1794.21279989 -280.77721017 1794.79029989 -280.26721017 1795.38529989 C-239.76721016 1842.6352999 -239.76721016 1842.6352999 -238.26745431 1844.38505575 C-237.26669411 1845.55258217 -236.26588024 1846.72006259 -235.2650129 1847.88749716 C-232.77620341 1850.79063618 -230.28830926 1853.69454939 -227.80236642 1856.60014364 C-222.10231248 1863.26020667 -216.37962732 1869.89978923 -210.63171212 1876.51860068 C-206.90654264 1880.8111653 -203.20750001 1885.12524314 -199.51721017 1889.44779989 C-195.34196813 1894.33419834 -191.09766385 1899.14804934 -186.77892892 1903.90873739 C-184.91986348 1905.96634381 -183.08792659 1908.04376753 -181.26721017 1910.13529989 C-177.87226078 1914.03320475 -174.41055132 1917.86877047 -170.94689767 1921.70561239 C-169.07575923 1923.7913617 -167.22796185 1925.89347618 -165.39221017 1928.01029989 C-150.82879168 1944.70170648 -135.79580939 1961.92637132 -118.76721017 1976.13529989 C-118.24385079 1976.5777706 -117.72049142 1977.0202413 -117.18127267 1977.47612021 C-76.83576892 2011.43358586 -27.30739995 2012.55787675 23.14294608 2013.68998739 C24.06910287 2013.71092333 24.99525966 2013.73185927 25.9494818 2013.75342963 C59.93794619 2014.48582113 93.94540335 2014.28495391 127.93967577 2014.26386926 C134.72659448 2014.2600976 141.5134986 2014.26145857 148.30041679 2014.26567099 C199.64673843 2014.36463708 199.64673843 2014.36463708 250.98669608 2013.68217489 C252.33604145 2013.6522514 252.33604145 2013.6522514 253.71264632 2013.62172339 C307.92774647 2012.3644125 355.87652425 2009.3155124 397.23278983 1971.13529989 C398.87791522 1969.67616798 400.52375724 1968.21784368 402.17028983 1966.76029989 C409.76443894 1959.9184014 416.98485259 1952.74002638 423.62341483 1944.96342489 C425.25865417 1943.10592001 426.96760777 1941.3692398 428.73278983 1939.63529989 C431.74351806 1936.67130137 434.52522734 1933.56811393 437.28357108 1930.36967489 C439.56299677 1927.75678613 441.89491337 1925.19599969 444.23278983 1922.63529989 C449.25192504 1917.12630915 454.17399419 1911.54806473 459.01403983 1905.88139364 C460.04524813 1904.67432677 461.07649931 1903.46729652 462.10778983 1902.26029989 C462.62752372 1901.65170126 463.14725761 1901.04310263 463.682741 1900.41606161 C466.71184578 1896.87887032 469.78435286 1893.39128935 472.92028983 1889.94779989 C475.94991852 1886.61302875 478.83887076 1883.20242351 481.67028983 1879.69779989 C485.52987586 1874.92533786 489.60478974 1870.40420881 493.76013358 1865.88920614 C496.97988502 1862.30322706 499.99184159 1858.56828497 503.01794608 1854.81889364 C505.1891181 1852.18821432 507.4352034 1849.65587565 509.73278983 1847.13529989 C512.84737652 1843.71790617 515.82465603 1840.2300764 518.73278983 1836.63529989 C522.34311426 1832.17253776 526.11706912 1827.90810457 529.98278983 1823.66654989 C532.31141036 1821.0468518 534.52841931 1818.3601468 536.73278983 1815.63529989 C540.34311426 1811.17253776 544.11706912 1806.90810457 547.98278983 1802.66654989 C550.31141036 1800.0468518 552.52841931 1797.3601468 554.73278983 1794.63529989 C558.34311426 1790.17253776 562.11706912 1785.90810457 565.98278983 1781.66654989 C568.31141036 1779.0468518 570.52841931 1776.3601468 572.73278983 1773.63529989 C575.64092363 1770.04052339 578.61820315 1766.55269362 581.73278983 1763.13529989 C584.75561404 1759.81540503 587.65791145 1756.43765878 590.48278983 1752.94779989 C595.16226659 1747.16966338 600.02694803 1741.56631034 604.90857108 1735.95951864 C608.03571169 1732.36761868 611.13780931 1728.75491424 614.23278983 1725.13529989 C623.0518486 1714.83496615 631.87397228 1704.54969732 641.03357108 1694.54936239 C643.5549415 1691.78167693 646.0169824 1688.96694844 648.47497733 1686.14311239 C652.01531441 1682.09926071 655.62280428 1678.1169166 659.23278983 1674.13529989 C660.04820243 1673.23303671 660.86361503 1672.33077353 661.7037371 1671.40116904 C669.76547659 1662.54148759 678.17157585 1654.04287871 686.65222343 1645.58549521 C688.9966566 1643.24646509 691.33563855 1640.90207792 693.67419608 1638.55717489 C695.18819818 1637.04383303 696.70251013 1635.53080109 698.21716483 1634.01811239 C698.90381217 1633.32944083 699.59045951 1632.64076926 700.29791434 1631.93122885 C704.78289347 1627.46762498 709.4310531 1623.25471535 714.23278983 1619.13529989 C715.19700858 1618.28967489 716.16122733 1617.44404989 717.15466483 1616.57279989 C779.77806512 1562.59904053 854.31757944 1537.79280229 935.92028983 1531.38529989 C937.04011253 1531.29668692 937.04011253 1531.29668692 938.1825579 1531.20628378 C943.52949815 1530.79179573 948.87922493 1530.45156898 954.23278983 1530.13529989 C955.37692785 1530.06753873 955.37692785 1530.06753873 956.54417976 1529.99840865 C977.17121398 1528.83963716 997.81913188 1528.96152447 1018.4709092 1528.93469128 C1023.88976872 1528.92658896 1029.3086148 1528.91292607 1034.72746452 1528.89997885 C1044.089007 1528.87835359 1053.45055093 1528.8601591 1062.81210502 1528.84437392 C1076.34691715 1528.82154682 1089.88171431 1528.79342271 1103.41651364 1528.76405464 C1125.38212119 1528.71653488 1147.34773491 1528.67322901 1169.31335624 1528.63261435 C1190.63595244 1528.59317953 1211.95854273 1528.55173451 1233.28112968 1528.50761435 C1234.59806335 1528.50489008 1235.91499703 1528.5021658 1237.27183779 1528.49935898 C1243.8792862 1528.48567819 1250.48673452 1528.47195817 1257.09418281 1528.45821867 C1311.8070404 1528.34449958 1366.51990985 1528.2376366 1421.23278983 1528.13529989 C1421.36270117 1398.19655626 1421.36270117 1398.19655626 1420.88944419 1268.25915167 C1420.86168819 1264.01528048 1420.83535334 1259.77140154 1420.80931516 1255.5275195 C1420.23451919 1162.03383945 1418.96224888 1068.56365016 1415.23278983 975.13529989 C1415.20331512 974.39483923 1415.1738404 973.65437857 1415.14347251 972.8914797 C1411.26072598 875.69056988 1404.22135539 777.96122122 1360.23278983 574.13529989 C1359.88280936 573.01429892 1359.5328289 571.89329794 1359.17224296 570.73832724 C1341.22253439 513.55496797 1314.07597921 458.05349876 1275.23278983 412.13529989 C1274.40778983 411.13756552 1273.58278983 410.13983114 1272.73278983 409.11186239 C1259.46314821 393.12569749 1245.11363437 377.56416484 1229.23278983 364.13529989 C1228.27759452 363.29096396 1227.32239921 362.44662802 1226.33825858 361.57670614 C1206.64336392 344.23564194 1184.96239439 329.2152739 1162.23278983 316.13529989 C1161.2212786 315.55232138 1161.2212786 315.55232138 1160.1893328 314.95756552 C1128.9916065 297.0809445 1096.39834813 283.22281486 1062.23278983 272.13529989 C1061.05007499 271.74890341 1059.86736015 271.36250693 1058.64880546 270.96440146 C969.79514487 242.11235544 875.79364188 230.29644348 561.1594828 212.0720751 C559.54387791 212.03198005 557.92827944 211.9916257 556.31268867 211.95096609 C497.44145282 210.47023548 438.54643182 209.93399858 379.65910896 209.58785555 C377.07326556 209.57259616 374.48742399 209.55705423 371.90158256 209.54146597 C288.09803856 209.03893765 204.2933435 209.001519 -101.05530755 209.55725596 Z M-1146.76721017 1737.13529989 C-1146.77608412 1745.54997473 -1146.7826525 1753.96464747 -1146.78663973 1762.3793259 C-1146.78855792 1766.29086995 -1146.7911367 1770.2024107 -1146.79549996 1774.11395285 C-1146.82550439 1801.76515822 -1146.62844347 1829.41024976 -1146.11096017 1857.05717489 C-1146.098135 1857.75776778 -1146.08530984 1858.45836066 -1146.07209603 1859.18018362 C-1144.62668731 1938.13638207 -1142.48846242 2017.10170126 -1063.76721017 2474.13529989 C-1063.27623849 2475.19716513 -1062.78526681 2476.25903036 -1062.2794172 2477.35307333 C-1058.87464519 2484.66366848 -1055.36499224 2491.91786082 -1051.76721017 2499.13529989 C-1051.37855782 2499.9166329 -1050.98990548 2500.69796591 -1050.58947579 2501.50297568 C-1040.97372235 2520.6611128 -1029.53458612 2538.9280814 -1016.76721017 2556.13529989 C-1016.33456857 2556.71956747 -1015.90192696 2557.30383505 -1015.45617501 2557.90580771 C-1009.22674597 2566.2675538 -1002.57399372 2574.24154161 -995.76721017 2582.13529989 C-995.15232735 2582.85201864 -994.53744454 2583.56873739 -993.90392892 2584.30717489 C-982.04648894 2598.00407454 -969.63488341 2611.44394034 -955.76721017 2623.13529989 C-954.81330392 2623.97834677 -953.85939767 2624.82139364 -952.87658517 2625.68998739 C-933.18167617 2643.03352934 -911.4981817 2658.05453925 -888.76721017 2671.13529989 C-888.09286935 2671.52395224 -887.41852853 2671.91260458 -886.72375314 2672.31303427 C-805.2828232 2718.97953253 -711.5353765 2739.68435168 -284.64221017 2775.26029989 C-283.85020966 2775.27988005 -283.05820916 2775.2994602 -282.24220864 2775.3196337 C-223.39140551 2776.77259045 -164.5210644 2777.33999841 -105.65474908 2777.68274424 C-103.04571993 2777.69799863 -100.43669263 2777.71354091 -97.82766549 2777.72913382 C-14.25850609 2778.22607196 69.31180987 2778.27343879 655.23278983 2772.13529989 C655.9732505 2772.10582518 656.71371116 2772.07635046 657.47661002 2772.04598257 C754.67751984 2768.16323604 852.40686851 2761.12386545 1056.23278983 2717.13529989 C1057.35379081 2716.78531943 1058.47479179 2716.43533896 1059.62976249 2716.07475302 C1116.81312175 2698.12504446 1172.31459096 2670.97848927 1218.23278983 2632.13529989 C1219.23052421 2631.31029989 1220.22825858 2630.48529989 1221.25622733 2629.63529989 C1237.24239224 2616.36565827 1252.80392489 2602.01614443 1266.23278983 2586.13529989 C1267.49929374 2584.70250693 1267.49929374 2584.70250693 1268.79138358 2583.24076864 C1286.13244779 2563.54587398 1301.15281583 2541.86490445 1314.23278983 2519.13529989 C1314.62144218 2518.46095907 1315.01009452 2517.78661825 1315.41052421 2517.09184286 C1362.07702247 2435.65091293 1382.78184162 2341.90346623 1419.57653983 1857.05717489 C1419.6115258 1855.1880242 1419.6115258 1855.1880242 1419.64721854 1853.28111288 C1420.12474381 1826.13290122 1420.28882641 1798.98818979 1420.25853904 1771.83638403 C1420.25459069 1767.89683891 1420.25296711 1763.95729274 1420.25110038 1760.01774618 C1420.24716728 1752.39026144 1420.24083363 1744.76278153 1420.23278983 1737.13529989 C1368.37623164 1737.1123428 1316.51967396 1737.09475575 1264.66311166 1737.08423457 C1258.52203107 1737.08298406 1252.38095049 1737.08168972 1246.23986991 1737.08036825 C1245.01744211 1737.08010594 1243.79501431 1737.07984363 1242.53554324 1737.07957337 C1222.81823233 1737.07523819 1203.10092436 1737.06736263 1183.38361519 1737.0581471 C1163.1076242 1737.04875045 1142.83163475 1737.04323164 1122.55564167 1737.0412114 C1110.07388329 1737.03984858 1097.59213327 1737.03556605 1085.11037747 1737.02738343 C1076.51704635 1737.02204158 1067.92371947 1737.02051224 1059.33038681 1737.02179852 C1054.39427288 1737.02243045 1049.45817341 1737.02155772 1044.52206214 1737.01609442 C1025.71820095 1736.99637026 1006.92781708 1737.07732745 988.12993034 1737.58770773 C987.3846729 1737.60768696 986.63941546 1737.62766619 985.87157446 1737.64825084 C940.7018094 1738.89277512 894.13712812 1740.38364527 858.23278983 1771.13529989 C857.2131414 1771.97190146 856.19349296 1772.80850302 855.14294608 1773.67045614 C848.01563187 1779.56903053 841.34014498 1785.84716156 834.79528983 1792.38529989 C834.05021171 1793.12957236 833.30513358 1793.87384482 832.53747733 1794.64067099 C828.53481078 1798.68375944 824.70561617 1802.8227792 820.99035819 1807.13041708 C817.18920467 1811.46644607 813.16640559 1815.60166953 809.19372733 1819.77983114 C802.6993549 1826.63778813 796.53988778 1833.75651944 790.42028983 1840.94779989 C786.69984767 1845.30887122 782.92658431 1849.60295013 779.04528983 1853.82279989 C775.01885148 1858.20885635 771.25169261 1862.75271617 767.51403983 1867.38529989 C765.16560015 1870.21629568 762.72369081 1872.92913587 760.23278983 1875.63529989 C756.11900075 1880.1051511 752.26191687 1884.72574883 748.44763358 1889.45170614 C746.27646157 1892.08238547 744.03037626 1894.61472414 741.73278983 1897.13529989 C738.61820315 1900.55269362 735.64092363 1904.04052339 732.73278983 1907.63529989 C729.12246541 1912.09806203 725.34851055 1916.36249522 721.48278983 1920.60404989 C719.1541693 1923.22374799 716.93716036 1925.91045299 714.73278983 1928.63529989 C711.12246541 1933.09806203 707.34851055 1937.36249522 703.48278983 1941.60404989 C701.1541693 1944.22374799 698.93716036 1946.91045299 696.73278983 1949.63529989 C693.12246541 1954.09806203 689.34851055 1958.36249522 685.48278983 1962.60404989 C683.1541693 1965.22374799 680.93716036 1967.91045299 678.73278983 1970.63529989 C675.12246541 1975.09806203 671.34851055 1979.36249522 667.48278983 1983.60404989 C665.1541693 1986.22374799 662.93716036 1988.91045299 660.73278983 1991.63529989 C657.12246541 1996.09806203 653.34851055 2000.36249522 649.48278983 2004.60404989 C647.1541693 2007.22374799 644.93716036 2009.91045299 642.73278983 2012.63529989 C639.12129849 2017.09950447 635.34618289 2021.36532103 631.47888358 2025.60795614 C629.17091385 2028.20492382 626.97723121 2030.86934002 624.79528983 2033.57279989 C620.88582043 2038.40334848 616.77751152 2043.00643084 612.57263358 2047.58061239 C610.57444135 2049.76227804 608.61130095 2051.96541298 606.67028983 2054.19779989 C602.58359975 2058.89701495 598.40497649 2063.51206603 594.23278983 2068.13529989 C593.51091483 2068.93967489 592.78903983 2069.74404989 592.04528983 2070.57279989 C590.60014905 2072.18309963 589.1528399 2073.79145632 587.70324882 2075.39775107 C586.12530076 2077.14629654 584.55029106 2078.89750116 582.97912772 2080.6521456 C575.34963033 2089.08841258 567.36933104 2097.15180282 559.31604179 2105.18241904 C557.03517006 2107.45789573 554.75974009 2109.73871706 552.48474296 2112.02006552 C551.01175643 2113.4923917 549.53845997 2114.9644079 548.06482108 2116.43608114 C547.39691047 2117.10601599 546.72899986 2117.77595083 546.04084953 2118.46618674 C541.59853112 2122.88678163 536.99001501 2127.05689923 532.23278983 2131.13529989 C531.71699363 2131.58396918 531.20119743 2132.03263846 530.66977103 2132.49490378 C515.10825877 2146.02540567 498.60382109 2158.03237861 481.23278983 2169.13529989 C480.52219413 2169.59001669 479.81159843 2170.04473349 479.07946952 2170.51322958 C398.39083898 2221.49715786 299.5672831 2222.49861167 207.34395965 2222.4039509 C203.39014686 2222.40087717 199.43634324 2222.40109294 195.48253043 2222.40293143 C194.48225714 2222.40339112 194.48225714 2222.40339112 193.4617763 2222.40386011 C192.10495698 2222.40449989 190.74813766 2222.40514832 189.39131834 2222.40580529 C176.81840271 2222.41143982 164.24551676 2222.40506095 151.67260601 2222.39420456 C141.00336212 2222.38527544 130.33416184 2222.38682946 119.66491874 2222.39604208 C107.12138154 2222.40686884 94.57787001 2222.41089116 82.03432878 2222.40481756 C80.68390227 2222.40418079 79.33347575 2222.40355205 77.98304923 2222.40293143 C77.31948479 2222.40262287 76.65592034 2222.40231432 75.97224789 2222.40199642 C71.40930315 2222.40030613 66.84637598 2222.40320699 62.28343375 2222.40789053 C37.82764089 2222.42950379 13.4029724 2222.35677744 -11.03088204 2221.22807333 C-11.9008831 2221.18818179 -12.77088416 2221.14829025 -13.66724889 2221.10718987 C-70.34906166 2218.42728525 -127.25480611 2210.17876396 -178.76721017 2185.13529989 C-180.11202462 2184.48633749 -180.11202462 2184.48633749 -181.48400704 2183.82426474 C-201.50779699 2174.06039647 -220.32915259 2162.0092003 -237.76721017 2148.13529989 C-238.37967599 2147.64996786 -238.99214181 2147.16463583 -239.6231672 2146.66459677 C-247.34986619 2140.5250136 -254.91669848 2134.27574334 -262.14221017 2127.54936239 C-264.20107383 2125.65594314 -266.2856439 2123.82460044 -268.4056379 2122.00175497 C-272.84087202 2118.12514737 -277.01911925 2114.02782604 -281.17736642 2109.85795614 C-281.94850274 2109.08777655 -282.71963906 2108.31759695 -283.51414315 2107.52407858 C-285.1330117 2105.90588616 -286.75063567 2104.28644777 -288.36706368 2102.66581747 C-290.82289735 2100.20462757 -293.28402381 2097.74882181 -295.74572579 2095.29350302 C-297.3274267 2093.71114123 -298.90881734 2092.12846922 -300.48986642 2090.54545614 C-301.21609704 2089.82124975 -301.94232766 2089.09704336 -302.69056527 2088.35089133 C-306.69306869 2084.33021885 -310.53019527 2080.2194499 -314.22788827 2075.91616843 C-316.67034047 2073.09045259 -319.22108904 2070.36732158 -321.76721017 2067.63529989 C-328.68482796 2060.17071263 -335.32696389 2052.4920888 -341.94299142 2044.76054404 C-345.70107016 2040.37089928 -349.479036 2035.99898622 -353.26721017 2031.63529989 C-358.96587588 2025.06924316 -364.63126059 2018.47537285 -370.28332345 2011.86918661 C-372.77616541 2008.95635944 -375.27183783 2006.04595929 -377.76721017 2003.13529989 C-378.76722357 2001.96864472 -379.76722357 2000.80197805 -380.76721017 1999.63529989 C-381.26221017 1999.05779989 -381.75721017 1998.48029989 -382.26721017 1997.88529989 C-470.76721017 1894.63529989 -470.76721017 1894.63529989 -472.26696603 1892.88554404 C-473.26772622 1891.71801762 -474.26854009 1890.5505372 -475.26940743 1889.38310263 C-477.75821693 1886.47996361 -480.24611107 1883.5760504 -482.73205392 1880.67045614 C-495.96949089 1865.14167059 -495.96949089 1865.14167059 -509.51721017 1849.88529989 C-512.41130943 1846.69918341 -515.14906517 1843.4400131 -517.82971017 1840.07279989 C-522.56505617 1834.20999055 -527.71690887 1828.77297694 -532.91979806 1823.32450888 C-536.71785725 1819.34289165 -540.40271534 1815.2951343 -544.00744454 1811.13798544 C-556.56964412 1796.84168645 -569.81904988 1782.93414451 -584.76721017 1771.13529989 C-585.55353829 1770.47014364 -586.33986642 1769.80498739 -587.15002267 1769.11967489 C-622.72417074 1739.29844185 -670.48071281 1738.77220437 -714.66435067 1737.58770773 C-715.44896029 1737.56640484 -716.23356992 1737.54510196 -717.04195559 1737.52315352 C-735.99189289 1737.02125766 -754.93799116 1736.99825443 -773.89334993 1737.01923427 C-778.92273972 1737.02364793 -783.95212867 1737.02208481 -788.98151986 1737.021332 C-797.64766393 1737.02081352 -806.31380034 1737.0238886 -814.97994248 1737.02956984 C-827.50895601 1737.03777799 -840.03796593 1737.04030948 -852.56698186 1737.04155783 C-872.90594351 1737.04373391 -893.2449011 1737.05035437 -913.58386056 1737.05986044 C-933.31400358 1737.06907225 -953.0441455 1737.07613453 -972.77429025 1737.08036825 C-973.99521165 1737.08063098 -975.21613306 1737.0808937 -976.47405209 1737.08116439 C-982.60047597 1737.08246964 -988.72689985 1737.0837333 -994.85332374 1737.08497629 C-1045.49128869 1737.09530383 -1096.12924923 1737.11288227 -1146.76721017 1737.13529989 Z ' fill='%231C274C' transform='translate(1356.7672101669014,-0.1352998949587345)'/%3E%3C/svg%3E");
}

.icon-bg-dash {
  width: 30px;
  height: 30px;
}
.icon-bg-dash::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800px' height='800px' viewBox='0 0 16 16'%3E%3Cpath d='M2 8a1 1 0 011-1h10a1 1 0 110 2H3a1 1 0 01-1-1z' fill='%23000000'/%3E%3C/svg%3E");
}

.icon-bg-print {
  width: 30px;
  height: 30px;
}
.icon-bg-print::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960' height='150' width='150' class='aoH'%3E%3Cpath d='M648-624v-120H312v120h-72v-192h480v192zm-480 72h625zm539.79 96q15.21 0 25.71-10.29t10.5-25.5-10.29-25.71-25.5-10.5-25.71 10.29-10.5 25.5 10.29 25.71 25.5 10.5M648-216v-144H312v144zm72 72H240v-144H96v-240q0-40 28-68t68-28h576q40 0 68 28t28 68v240H720zm73-216v-153.67Q793-530 781-541t-28-11H206q-16.15 0-27.07 11.04T168-513.6V-360h72v-72h480v72z'/%3E%3C/svg%3E");
}

.icon-bg-redirect {
  width: 30px;
  height: 30px;
}
.icon-bg-redirect::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-share-fill' viewBox='0 0 16 16'%3E%3Cpath d='M11 2.5a2.5 2.5 0 1 1 .603 1.628l-6.718 3.12a2.5 2.5 0 0 1 0 1.504l6.718 3.12a2.5 2.5 0 1 1-.488.876l-6.718-3.12a2.5 2.5 0 1 1 0-3.256l6.718-3.12A2.5 2.5 0 0 1 11 2.5'/%3E%3C/svg%3E");
}

.icon-bg-search {
  width: 30px;
  height: 30px;
}
.icon-bg-search::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M343.92 54.367c4.13 3.779 8.126 7.672 12.08 11.633l1.781 1.64c34.75 32.538 54.948 84.735 56.508 131.643.08 3.531.096 7.06.086 10.592l-.002 2.272C414.301 234.11 410.97 255.15 404 276l-.71 2.14c-2.772 8.185-6.188 16.038-9.853 23.86l-1.102 2.356c-2.193 4.57-4.607 8.715-7.593 12.82-.976 1.813-.976 1.813-.08 3.632 1.69 2.77 3.712 4.798 6.018 7.085l1.452 1.45c1.606 1.6 3.219 3.192 4.832 4.784l3.46 3.441q3.724 3.705 7.457 7.402 5.908 5.857 11.8 11.73a25647 25647 0 0 0 33.561 33.35q9.276 9.202 18.529 18.426 5.85 5.829 11.721 11.633c2.444 2.42 4.878 4.847 7.31 7.278a737 737 0 0 0 3.38 3.344c9.935 9.778 17.911 19.22 18.198 33.727l-.005 2.292-.005 2.394c-.19 9.13-2.806 16.553-8.37 23.856l-1.688 2.5c-7.366 7.964-17.992 12.964-28.738 13.656-16.25.552-26.858-6.428-38.39-17.147-4.887-4.595-9.635-9.328-14.369-14.08l-3.167-3.167a9252 9252 0 0 1-8.471-8.484q-4.448-4.456-8.9-8.908-8.401-8.406-16.797-16.818-9.571-9.587-19.147-19.169A122223 122223 0 0 1 325 382a5732 5732 0 0 0-6.668 3.79l-1.889 1.07a234 234 0 0 0-10.756 6.515c-16.084 9.372-34.67 15.25-52.687 19.625l-2.068.502c-49.585 11.576-105.916 2.61-149.44-23.748C96.558 386.649 91.75 383.38 87 380l-1.908-1.355c-8.067-5.807-15.432-12.35-22.6-19.216a597 597 0 0 0-4.144-3.921C51.487 348.896 45.667 341.634 40 334l-1.215-1.637C32.407 323.673 27.005 314.532 22 305l-1.043-1.982C8.264 278.482.032 249.847-.238 222.128l-.03-2.518C-.442 201.04-.239 183.18 4 165l.65-2.857C7.755 148.836 12.236 136.376 18 124l.977-2.116c8.707-18.666 19.972-35.47 33.937-50.61 1.938-2.113 3.796-4.274 5.648-6.462C62.066 60.805 65.923 57.412 70 54l2.648-2.309C141.944-7.85 245.784-13.027 343.92 54.367M148 84c-.973.44-1.946.88-2.95 1.332C131.916 91.565 120.79 100.393 110 110l-2.172 1.914c-22.806 21.393-38.5 55.449-39.996 86.59-1.3 43.09 11.087 78.858 40.531 110.828 26.53 26.844 62.687 40.06 99.91 40.675 36.722-.092 71.443-15.662 97.727-41.007 2.471-2.563 4.75-5.242 7-8l2.344-2.836c24.112-29.836 33.773-66.822 30.425-104.788-.58-4.894-1.57-9.598-2.769-14.376l-.504-2.06C334.736 145.866 316.552 118.361 291 99l-2.176-1.723C275.904 87.57 260.547 80.278 245 76l-3.023-.887C210.58 66.486 177.353 70.628 148 84'/%3E%3C/svg%3E");
}

.icon-bg-close {
  width: 30px;
  height: 30px;
}
.icon-bg-close::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 31 31'%3E%3Cpath style='stroke:none;fill-rule:nonzero;fill:%23000;fill-opacity:1' d='M5.023.848q.222.2.43.418l.117.117c.121.12.242.246.364.37l.363.368.226.227c.168.172.34.336.524.492.379.328.726.687 1.078 1.039l.242.242.645.649.68.68c.43.425.855.855 1.28 1.28l1.466 1.465q1.5 1.501 3 3.008c.296-.25.574-.508.847-.781l.121-.121.692-.692.62-.625q.488-.492.981-.984c.461-.46.918-.922 1.38-1.383l.089-.09q.704-.708 1.414-1.418.726-.73 1.457-1.46.486-.488.973-.981l.61-.61.28-.28c.844-.848 1.61-1.544 2.86-1.555.75 0 1.304.172 1.906.625q.076.053.16.105c.55.524.89 1.258.942 2.016.015.926-.235 1.672-.872 2.344q-.338.345-.683.683-.151.155-.309.309-.37.373-.746.746-.439.433-.87.867-.776.774-1.556 1.547-.751.75-1.507 1.5c-.032.031-.059.062-.094.094q-.23.234-.465.468a3519 3519 0 0 1-3.871 3.852c.11.23.242.379.426.559q.04.046.093.093c.102.106.207.207.309.313l.223.222c.203.204.406.403.609.606.211.21.422.426.637.637l2.3 2.3c.438.438.88.875 1.317 1.313q.186.19.379.379c.195.199.394.394.594.594l.218.218c.336.336.672.668 1.035.977.122.105.239.219.356.332.043.043.09.09.137.133q.065.07.14.14l.149.149c.101.101.207.207.312.308.102.106.207.207.313.313q.233.228.46.457l.145.137c.688.691 1.07 1.433 1.082 2.414-.011.832-.25 1.465-.824 2.07-.652.617-1.422.84-2.305.836-.96-.05-1.73-.426-2.398-1.106a2 2 0 0 0-.133-.132c-.14-.145-.285-.286-.426-.43l-.312-.313-.75-.75q-.436-.44-.871-.875l-1.559-1.562q-.756-.761-1.512-1.516-.046-.045-.093-.097l-.47-.47-3.878-3.89c-.3.25-.582.512-.855.79l-.125.128-.415.414c-.097.098-.195.2-.296.297l-.637.645c-.336.34-.676.675-1.012 1.015l-.172.172q-.13.134-.261.262c-.329.332-.657.66-.985.992a1 1 0 0 0-.09.09q-.73.732-1.457 1.465c-.5.5-.996 1.004-1.496 1.504q-.422.421-.84.843-.396.4-.793.793c-.093.098-.191.196-.285.293-.785.793-1.484 1.383-2.644 1.399-.918 0-1.668-.094-2.36-.75-.652-.692-.816-1.438-.797-2.36.063-1.402 1.356-2.375 2.278-3.293q.146-.151.293-.296.399-.395.793-.79l.828-.828 1.39-1.39q.72-.715 1.434-1.43c.027-.031.059-.058.09-.09l.441-.445 3.676-3.668c-.254-.3-.515-.582-.793-.855q-.06-.062-.125-.125l-.414-.41q-.15-.152-.3-.297l-.641-.641q-.511-.504-1.016-1.008a7 7 0 0 0-.176-.172l-.351-.351q-.446-.448-.899-.895c-.047-.047-.047-.047-.09-.094L4.934 9.2c-.504-.496-1.004-.996-1.508-1.496-.278-.281-.559-.558-.844-.84-.266-.261-.527-.523-.793-.789l-.289-.29C.71 5.012.137 4.281.098 3.137c.015-.844.34-1.621.933-2.23C2.231-.07 3.81-.13 5.023.846m0 0'/%3E%3C/svg%3E");
}

.icon-bg-bell {
  width: 30px;
  height: 30px;
}
.icon-bg-bell::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-bell-fill' viewBox='0 0 16 16'%3E%3Cpath d='M8 16a2 2 0 0 0 2-2H6a2 2 0 0 0 2 2m.995-14.901a1 1 0 1 0-1.99 0A5 5 0 0 0 3 6c0 1.098-.5 6-2 7h14c-1.5-1-2-5.902-2-7 0-2.42-1.72-4.44-4.005-4.901'/%3E%3C/svg%3E");
}

.icon-bg-delete {
  width: 30px;
  height: 30px;
}
.icon-bg-delete::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M117.375 151.063c5.52 3.08 8.605 6.878 10.625 12.937.092 1.387.13 2.778.133 4.167l.013 2.586-.001 2.842.01 3.018q.015 5.03.019 10.06l.02 7.193q.022 7.76.036 15.519.022 11.235.058 22.47a71381 71381 0 0 1 .184 69.68l.005 2.2.005 2.198q.04 18.168.101 36.335.036 10.197.05 20.393.015 9.597.053 19.194.01 3.519.012 7.036c0 3.209.014 6.417.03 9.625l-.008 2.795c.097 12.252 3.184 23.077 10.53 33.064 9.89 9.441 21.872 12.741 35.282 12.759l2.2.007q3.621.007 7.244.004l5.215.01q7.067.014 14.133.012l8.84.006q15.432.013 30.865.012 14.362.001 28.726.026 12.35.019 24.7.018 7.37-.002 14.737.013 6.933.014 13.866.003 2.535-.003 5.071.007c10.927.037 21.266.053 31.183-5.127l2.926-1.492c9.41-5.563 14.675-14.28 17.762-24.633 1.021-5.74 1.145-11.297 1.138-17.103l.009-3.037q.011-5.025.01-10.05l.016-7.215q.017-7.763.026-15.525c.01-8.18.031-16.361.053-24.542l.023-8.404.005-2.121a63209 63209 0 0 0 .063-26.08q.038-17.691.061-35.381.027-18.175.085-36.35.036-11.204.04-22.408c.002-5.722.02-11.443.044-17.165q.01-3.52.005-7.041c-.003-3.201.011-6.401.03-9.602l-.017-2.822c.067-6.517 1.338-10.669 5.596-15.779 6.02-5.083 11.18-7.095 19.137-6.754 6.846.97 11.114 4.28 15.45 9.5 3.603 5.52 3.514 10.576 3.493 16.97l.014 3.108c.013 3.441.011 6.882.01 10.323l.02 7.398q.023 9.012.023 18.024.002 7.335.012 14.67.026 20.827.025 41.655v4.538c-.001 12.117.018 24.233.046 36.349q.043 18.69.04 37.383c0 6.987.005 13.974.027 20.962q.029 9.874.005 19.748-.003 3.607.015 7.216c.132 27.905-5.473 51.033-25.52 71.71-14.758 14.45-35.45 22.977-56.032 22.972l-2.405.011q-3.975.015-7.95.019l-5.714.02q-9.372.028-18.746.041l-6.472.013q-15.213.029-30.426.041-17.513.015-35.023.077-13.566.044-27.13.048c-5.391.002-10.782.011-16.174.036q-7.622.035-15.244.018-2.779-.001-5.557.02c-25.994.183-48.263-7.064-67.287-25.507-15.263-15.589-22.975-36.7-22.971-58.257l-.011-3.129q-.015-5.188-.019-10.377l-.02-7.441c-.02-7.44-.03-14.88-.039-22.32l-.015-10.52a41818 41818 0 0 1-.046-46.323c-.008-12.174-.033-24.347-.066-36.521q-.049-18.762-.054-37.522c-.002-7.019-.01-14.038-.036-21.057q-.035-9.9-.018-19.802 0-3.633-.02-7.266c-.017-3.308-.01-6.615.003-9.922l-.033-2.9c.067-6.99 1.653-12.303 6.267-17.65l1.692-1.352 1.683-1.398c7.209-4.706 15.536-4.672 23.254-1.165m74.487-130.329 3.556-.026 3.874.002 4.101-.02c3.707-.018 7.414-.022 11.12-.024q3.478-.001 6.955-.01 12.143-.028 24.284-.026c7.534.002 15.068-.02 22.602-.051q9.716-.038 19.432-.036c3.865 0 7.729-.005 11.594-.026q5.455-.029 10.91-.005c1.962.003 3.924-.014 5.886-.03 8.633.06 14.266 1.04 20.637 7.269 4.914 7.301 5.618 13.519 5.48 22.094l-.013 3.06c-.017 3.199-.054 6.397-.092 9.596q-.024 3.27-.042 6.54-.05 7.98-.146 15.96l3.35-.034q15.667-.152 31.336-.225c5.369-.026 10.738-.061 16.107-.118a1922 1922 0 0 1 15.562-.097q2.96-.015 5.92-.055C434.864 84.2 434.864 84.2 442 90c5.812 6.22 6.47 12.175 6.41 20.406-.692 6.064-3.467 10.067-8.039 13.992-4.37 3.09-8.013 3.727-13.246 3.736l-3.74.014h-4.131l-4.371.01q-6.021.014-12.042.017-6.487.007-12.976.022c-10.45.02-20.901.03-31.352.039l-14.759.015a82084 82084 0 0 1-61.786.044l-3.197.002a35055 35055 0 0 0-51.275.066q-26.314.049-52.628.054c-9.851.002-19.703.011-29.554.036q-12.585.034-25.169.02c-4.28-.004-8.56-.002-12.84.017q-5.88.026-11.761.001-2.125-.004-4.25.014c-7.864.062-13.61-.166-20.294-4.505-2.059-2.035-2.059-2.035-3.437-4.062l-1.434-2.036C62.906 112.471 63.586 106.1 64 100c2.052-6.047 6.024-10.1 11.603-13.12 4.583-2.222 8.539-2.423 13.567-2.334l2.664-.002c2.878.003 5.756.034 8.635.065q3.01.012 6.019.018c5.26.015 10.521.054 15.782.098 5.376.041 10.752.06 16.128.08 10.534.042 21.068.11 31.602.195l-.03-1.864c-.089-5.746-.146-11.493-.19-17.24q-.03-3.245-.082-6.488a932 932 0 0 1-.089-9.369l-.062-2.893c-.003-7.276 1.185-14.507 6.203-20.095 4.866-4.473 9.473-6.297 16.112-6.318M214 64v21h84V64z'/%3E%3Cpath d='M308.559 192.941c5.194 3.133 9.15 7.4 11.441 13.059.263 3.028.263 3.028.28 6.647l.019 2.02c.017 2.233.02 4.466.023 6.699l.03 4.805c.027 4.352.04 8.703.048 13.055q.01 4.08.023 8.16.043 12.777.055 25.551.014 14.733.102 29.465.063 11.396.066 22.792c.002 4.535.014 9.07.05 13.605.033 4.269.037 8.537.02 12.806q-.004 2.344.026 4.686c.107 8.92-.237 15.995-6.742 22.709-6.62 5.676-13.642 5.567-22 5-6.084-2.064-9.626-5.915-13.115-11.211-3.059-6.336-2.451-13.353-2.418-20.226q-.011-2.342-.027-4.684c-.022-4.223-.02-8.446-.01-12.67.005-3.533-.002-7.067-.01-10.6-.017-8.341-.013-16.682.004-25.023.016-8.586 0-17.172-.032-25.759q-.039-11.083-.025-22.166c.005-4.406.003-8.811-.018-13.217q-.025-6.218.012-12.435.008-2.273-.01-4.545c-.068-8.675.32-16.232 5.649-23.464 7.019-6.637 17.443-8.413 26.559-5.059m-95.684-1.253 3.617-.051c6.349.657 10.453 3.56 14.508 8.363 4.902 7.442 4.574 14.828 4.533 23.437q.011 2.342.027 4.684c.022 4.223.02 8.446.01 12.67-.005 3.533.002 7.067.01 10.6q.024 12.512-.004 25.023c-.016 8.586 0 17.172.032 25.759q.039 11.083.025 22.166c-.005 4.406-.003 8.811.018 13.217q.025 6.217-.012 12.435a389 389 0 0 0 .01 4.545c.068 8.675-.32 16.232-5.649 23.464-6.02 5.694-11.718 6.367-19.703 6.27-5.618-.46-9.262-2.053-13.078-6.211-4.084-5.23-5.342-8.862-5.373-15.554l-.013-2.008q-.019-3.336-.026-6.674l-.025-4.78a6857 6857 0 0 1-.055-15.711l-.017-5.41q-.033-11.256-.051-22.512-.023-16.123-.107-32.246-.056-11.34-.063-22.68c-.004-4.515-.016-9.029-.048-13.543q-.044-6.374-.025-12.748 0-2.334-.025-4.668c-.164-15.306-.164-15.306 5.609-21.525 5.137-4.761 8.862-6.29 15.875-6.312'/%3E%3C/svg%3E");
}

.icon-bg-attach {
  width: 30px;
  height: 30px;
}
.icon-bg-attach::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800px' height='800px' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 8.00092L7 17C7 17.5523 6.55228 18 6 18C5.44772 18 5.00001 17.4897 5 16.9374C5 16.9374 5 16.9374 5 16.9374C5 16.937 5.00029 8.01023 5.00032 8.00092C5.00031 7.96702 5.00089 7.93318 5.00202 7.89931C5.00388 7.84357 5.00744 7.76644 5.01426 7.67094C5.02788 7.4803 5.05463 7.21447 5.10736 6.8981C5.21202 6.27011 5.42321 5.41749 5.85557 4.55278C6.28989 3.68415 6.95706 2.78511 7.97655 2.10545C9.00229 1.42162 10.325 1 12 1C13.6953 1 14.9977 1.42162 16.0235 2.10545C17.0429 2.78511 17.7101 3.68415 18.1444 4.55278C18.5768 5.41749 18.788 6.27011 18.8926 6.8981C18.9454 7.21447 18.9721 7.4803 18.9857 7.67094C18.9926 7.76644 18.9961 7.84357 18.998 7.89931C18.9991 7.93286 18.9997 7.96641 19 7.99998C19.0144 10.7689 19.0003 17.7181 19 18.001C19 18.0268 18.9993 18.0525 18.9985 18.0782C18.9971 18.1193 18.9945 18.175 18.9896 18.2431C18.9799 18.3791 18.961 18.5668 18.9239 18.7894C18.8505 19.2299 18.7018 19.8325 18.3944 20.4472C18.0851 21.0658 17.6054 21.7149 16.8672 22.207C16.1227 22.7034 15.175 23 14 23C12.825 23 11.8773 22.7034 11.1328 22.207C10.3946 21.7149 9.91489 21.0658 9.60557 20.4472C9.29822 19.8325 9.14952 19.2299 9.07611 18.7894C9.039 18.5668 9.02007 18.3791 9.01035 18.2431C9.00549 18.175 9.0029 18.1193 9.00153 18.0782C9.00069 18.0529 9.00008 18.0275 9 18.0022C8.99621 15.0044 9 12.0067 9 9.00902C9.00101 8.95723 9.00276 8.89451 9.00645 8.84282C9.01225 8.76155 9.02338 8.65197 9.04486 8.5231C9.08702 8.27011 9.17322 7.91749 9.35558 7.55278C9.53989 7.18415 9.83207 6.78511 10.2891 6.48045C10.7523 6.17162 11.325 6 12 6C12.675 6 13.2477 6.17162 13.7109 6.48045C14.1679 6.78511 14.4601 7.18415 14.6444 7.55278C14.8268 7.91749 14.913 8.27011 14.9551 8.5231C14.9766 8.65197 14.9877 8.76155 14.9936 8.84282C14.9984 8.91124 14.9999 8.95358 15 8.99794L15 17C15 17.5523 14.5523 18 14 18C13.4477 18 13 17.5523 13 17V9.00902C12.9995 8.99543 12.9962 8.93484 12.9824 8.8519C12.962 8.72989 12.9232 8.58251 12.8556 8.44722C12.7899 8.31585 12.7071 8.21489 12.6015 8.14455C12.5023 8.07838 12.325 8 12 8C11.675 8 11.4977 8.07838 11.3985 8.14455C11.2929 8.21489 11.2101 8.31585 11.1444 8.44722C11.0768 8.58251 11.038 8.72989 11.0176 8.8519C11.0038 8.93484 11.0005 8.99543 11 9.00902V17.9957C11.0009 18.0307 11.0028 18.0657 11.0053 18.1006C11.0112 18.1834 11.0235 18.3082 11.0489 18.4606C11.1005 18.7701 11.2018 19.1675 11.3944 19.5528C11.5851 19.9342 11.8554 20.2851 12.2422 20.543C12.6227 20.7966 13.175 21 14 21C14.825 21 15.3773 20.7966 15.7578 20.543C16.1446 20.2851 16.4149 19.9342 16.6056 19.5528C16.7982 19.1675 16.8995 18.7701 16.9511 18.4606C16.9765 18.3082 16.9888 18.1834 16.9947 18.1006C16.9972 18.0657 16.9991 18.0307 17 17.9956L16.9999 7.99892C16.9997 7.98148 16.9982 7.91625 16.9908 7.81343C16.981 7.67595 16.9609 7.47303 16.9199 7.2269C16.837 6.72989 16.6732 6.08251 16.3556 5.44722C16.0399 4.81585 15.5821 4.21489 14.9141 3.76955C14.2523 3.32838 13.325 3 12 3C10.675 3 9.7477 3.32838 9.08595 3.76955C8.41793 4.21489 7.96011 4.81585 7.64443 5.44722C7.32678 6.08251 7.16298 6.72989 7.08014 7.2269C7.03912 7.47303 7.019 7.67595 7.00918 7.81343C7.0025 7.90687 7.00117 7.9571 7 8.00092Z' fill='%230F0F0F'/%3E%3C/svg%3E");
}

.icon-bg-upload {
  width: 30px;
  height: 30px;
}
.icon-bg-upload::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M53.375 279.063C58.895 282.143 61.98 285.94 64 292c.11 2.979.165 5.936.174 8.915l.02 2.766q.021 2.977.036 5.957.026 4.732.065 9.464.105 13.458.182 26.916.049 8.233.12 16.466.024 3.122.037 6.243C64.723 389.81 65.382 408.695 79 426l1.844 2.5c10.45 12.116 26.69 17.343 42.156 18.5 8.589.363 17.19.274 25.785.259l7.8.01c6.3.01 12.602.007 18.902.002q7.688-.007 15.377-.003h2.219l4.464.003q20.882.006 41.763-.012 17.878-.012 35.755.002a34263 34263 0 0 0 48.281.006q7.67-.003 15.34.006 10.341.008 20.684-.01 3.783-.004 7.568.002c21.777.035 41.178-.19 59.062-14.265l2.5-1.844c12.535-10.811 17.277-27.243 18.5-43.156.298-6.39.299-12.786.305-19.181q.008-4.712.04-9.423c.056-8.917.087-17.834.111-26.752q.025-8.224.085-16.45.018-3.12.018-6.24c0-2.9.018-5.799.04-8.698l-.014-2.584c.077-6.295 1.498-10.372 5.603-15.297 6.018-5.083 11.178-7.095 19.136-6.754 6.846.97 11.114 4.28 15.45 9.5 3.609 5.529 3.517 10.609 3.5 17.015l.016 3.087c.014 3.37.013 6.74.01 10.109l.014 7.06q.01 7.41.002 14.822c-.006 6.292.01 12.585.034 18.878.015 4.867.016 9.734.013 14.601q0 3.477.015 6.952c.12 31.113-6.922 56.325-27.378 80.355l-1.734 2.05c-16.28 17.58-41.554 28.648-65.244 30.137-3.099.07-6.192.085-9.291.074l-3.56.011q-4.839.012-9.678.004c-3.493-.002-6.986.007-10.479.014q-10.245.018-20.489.012a15347 15347 0 0 0-23.907.01q-22.635.014-45.268.003c-13.775-.006-27.55.006-41.325.025q-21.262.03-42.526.024-11.919-.005-23.838.014-10.147.019-20.296.002c-3.445-.006-6.89-.008-10.335.005-32.268.09-58-6.078-83.03-27.385l-2.05-1.734C36.941 449.296 27.256 430.439 23 412l-.503-2.105c-2.285-11.263-1.826-22.752-1.833-34.192l-.02-7.088q-.017-7.398-.015-14.796c0-6.31-.027-12.62-.061-18.93-.022-4.872-.026-9.743-.025-14.614q-.005-3.49-.027-6.98c-.02-3.252-.014-6.503-.002-9.755l-.034-2.888c.066-7.002 1.643-12.319 6.266-17.675l1.692-1.352 1.683-1.398c7.209-4.706 15.536-4.672 23.254-1.164'/%3E%3Cpath d='m256 20.5 2.875-.031c6.963 1.183 12.2 5.009 17.078 9.983l1.648 1.63a977 977 0 0 1 5.377 5.394q1.944 1.939 3.89 3.874c3.51 3.495 7.005 7.002 10.499 10.513 3.662 3.676 7.335 7.342 11.006 11.01q9.24 9.237 18.462 18.496 10.659 10.695 21.346 21.362c6.86 6.849 13.71 13.706 20.558 20.567q4.367 4.377 8.742 8.744 5.15 5.144 10.281 10.308 1.884 1.891 3.774 3.775a1003 1003 0 0 1 5.146 5.17l1.513 1.494c4.84 4.928 7.315 9.956 7.868 16.777-.147 5.692-1.84 11.219-5.25 15.809-6.143 5.733-11.335 7.065-19.688 7.156-8.875-1.509-14.32-7.165-20.387-13.339l-2.693-2.691q-3.626-3.631-7.232-7.282c-2.522-2.547-5.055-5.083-7.587-7.62q-7.176-7.197-14.332-14.417c-5.436-5.48-10.883-10.95-16.332-16.418A22474 22474 0 0 1 279 97l-.002 1.72a71385 71385 0 0 1-.206 113.142l-.005 2.44c-.031 13.03-.048 26.06-.06 39.091q-.02 20.061-.082 40.121-.038 12.375-.036 24.75-.001 8.49-.041 16.98-.023 4.896-.014 9.792c.007 3.544-.011 7.087-.035 10.631l.023 3.105c-.085 7.176-1.235 13.727-6.321 19.111-6.319 5.707-11.225 6.628-19.733 6.496-6.353-.69-10.153-3.719-14.363-8.317-4.468-6.439-4.418-12.461-4.403-20.034l-.018-3.356c-.017-3.713-.02-7.426-.023-11.138l-.03-7.983q-.034-8.595-.048-17.188c-.014-8.284-.04-16.568-.068-24.851q-.067-20.16-.113-40.321-.045-19.583-.105-39.164l-.007-2.44-.037-12.113Q233.118 147.236 233 97l-1.417 1.428a23657 23657 0 0 1-34.206 34.402q-8.28 8.309-16.542 16.637-7.201 7.26-14.425 14.5a2306 2306 0 0 0-7.632 7.678 2019 2019 0 0 1-8.538 8.57l-2.53 2.573c-5.992 5.95-10.872 9.638-19.648 9.65-6.568-.206-11.138-1.487-15.812-6.204-4.72-5.765-6.595-11.31-6.187-18.734 1.797-10.707 10.975-17.972 18.311-25.278q1.904-1.912 3.806-3.827c3.43-3.449 6.871-6.888 10.314-10.325q4.316-4.314 8.625-8.634 10.171-10.19 20.36-20.362c7-6.987 13.986-13.988 20.966-20.995q9.005-9.037 18.031-18.054 5.385-5.378 10.756-10.771 5.048-5.07 10.122-10.116 1.856-1.85 3.7-3.71C245.975 20.391 245.975 20.391 256 20.5'/%3E%3C/svg%3E");
}

.icon-bg-copy {
  width: 30px;
  height: 30px;
}
.icon-bg-copy::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='m97.018 88.86 3.046-.01q5.05-.01 10.1-.011l7.245-.015q9.84-.019 19.68-.024 6.152-.005 12.302-.012 17.048-.019 34.094-.026h4.41l4.428-.002h2.219q17.782-.009 35.563-.046 18.279-.035 36.559-.037 10.253.001 20.507-.025a4805 4805 0 0 1 19.3-.01q3.534.002 7.068-.013c31.927-.126 31.927-.126 44.684 11.375 7.048 7.364 11.892 16.674 11.914 26.954l.015 3.796.002 4.193.013 4.437q.017 6.113.022 12.224.01 6.585.029 13.172.034 15.916.052 31.832l.011 8.992a81160 81160 0 0 1 .07 68.772l.001 3.248c.013 17.354.046 34.708.088 52.063q.063 26.727.071 53.454c.004 10.004.015 20.008.048 30.011.028 8.522.04 17.044.028 25.566-.005 4.346-.002 8.691.022 13.037q.033 5.976.003 11.953-.004 2.153.018 4.307c.124 12.592-2.799 23.65-11.63 32.985-13.065 12.36-27.866 11.724-44.764 11.647q-3.77.01-7.543.027c-6.098.02-12.196.017-18.295.002q-7.44-.015-14.88-.007l-2.146.002-4.317.005c-13.468.014-26.935-.002-40.402-.029q-17.302-.031-34.605.005a12827 12827 0 0 1-44.566.017l-2.137-.002c-4.95-.005-9.898.003-14.848.014-6.671.016-13.342.005-20.014-.024q-3.664-.01-7.329.006C87.386 512.728 74.097 512.445 62 501c-9.48-10.02-11.749-21.669-11.628-35.043q-.007-2.232-.022-4.464c-.019-4.059-.006-8.116.011-12.175.013-4.388-.002-8.777-.014-13.165-.018-8.585-.01-17.169.008-25.753a8393 8393 0 0 0 .013-23.949l-.003-6.062c-.008-17.851.008-35.702.038-53.554q.044-25.965.02-51.931a31160 31160 0 0 1 .003-62.637l.003-3q.007-10.453-.005-20.906-.011-12.74.024-25.481c.013-4.332.02-8.663.008-12.994q-.014-5.954.021-11.906.009-2.148-.005-4.296c-.077-13.369 3.275-23.601 12.27-33.625 9.629-9.25 21.462-11.211 34.276-11.2M82.125 122.5c-2.422 3.23-2.252 6.419-2.256 10.29l-.012 3.682q0 2.034.003 4.067l-.01 4.303q-.011 5.927-.01 11.854c-.002 4.258-.01 8.515-.016 12.773q-.02 13.971-.024 27.942l-.012 17.438q-.019 24.13-.026 48.259v6.25l-.003 9.42q-.008 25.233-.045 50.467a39677 39677 0 0 0-.037 51.783q.001 14.544-.025 29.087-.023 12.382-.012 24.763.008 6.32-.011 12.64-.019 5.783 0 11.565.004 2.095-.01 4.19c-.01 1.895-.001 3.79.01 5.685-.002 1.054-.002 2.108-.003 3.193.435 3.31 1.41 5.17 3.374 7.849 5.107 3.556 9.919 3.424 15.906 3.381l3.01.014c3.326.012 6.65.003 9.977-.007q3.578.007 7.155.016 8.708.016 17.414.002 7.077-.01 14.154-.005l2.036.002 4.095.003c12.794.008 25.59-.002 38.384-.018q16.463-.018 32.925.003a19298 19298 0 0 0 42.328.01l2.028-.001q7.067-.003 14.134.009 9.515.013 19.03-.015 3.494-.006 6.987.004c3.177.008 6.354-.002 9.53-.017l2.8.02c5.061-.046 8.86-.34 13.107-3.401 2.503-4.178 3.375-7.28 3.378-12.125l.023-3.677-.02-4.015q.005-2.142.014-4.284c.013-3.92.006-7.84-.003-11.76-.007-4.228.004-8.457.012-12.687.013-8.283.01-16.566.002-24.849q-.01-10.096-.005-20.194l.002-2.902.003-5.836c.008-18.248-.002-36.495-.018-54.742q-.018-23.49.003-46.979a39251 39251 0 0 0 .01-60.36l-.001-2.89q-.003-10.085.009-20.171.013-12.29-.01-24.58-.013-6.27-.001-12.543.013-5.74-.012-11.48-.005-2.078.006-4.154a500 500 0 0 0-.014-5.647l-.002-3.168c-.555-4.362-2.092-7.756-5.313-10.77-3.348-1.927-6.447-2.312-10.268-2.318l-2.534-.012-2.768.003-2.953-.01q-4.911-.01-9.822-.011l-7.032-.015q-9.561-.019-19.122-.024l-11.942-.012q-16.537-.019-33.073-.026h-4.28l-6.452-.003q-17.273-.008-34.545-.045-17.739-.035-35.477-.037-9.958.001-19.915-.025-9.366-.023-18.731-.01-3.438.002-6.876-.013c-3.128-.013-6.256-.007-9.385.004l-2.748-.025c-6.175.048-11.05.92-16.015 4.892'/%3E%3Cpath d='M197.764-.647q3.77-.01 7.543-.027c6.098-.02 12.196-.017 18.295-.002q7.44.015 14.88.007l2.146-.002 4.317-.005c13.468-.014 26.935.002 40.402.029q17.303.031 34.605-.005a12827 12827 0 0 1 46.703-.015c4.95.005 9.898-.003 14.848-.014 6.671-.016 13.342-.005 20.014.024q3.665.01 7.329-.006C424.614-.728 437.903-.445 450 11c9.48 10.02 11.749 21.669 11.628 35.043q.007 2.232.022 4.464c.019 4.059.006 8.116-.011 12.175-.013 4.388.002 8.777.014 13.165.018 8.585.01 17.169-.008 25.753a8393 8393 0 0 0-.013 23.949l.003 6.062c.008 17.851-.008 35.702-.038 53.554q-.044 25.965-.02 51.931a31160 31160 0 0 1-.006 65.637q-.007 10.453.005 20.906.011 12.74-.024 25.481c-.013 4.332-.02 8.663-.008 12.994q.014 5.954-.021 11.906-.009 2.148.005 4.296c.077 13.369-3.275 23.601-12.27 33.625-8.122 7.802-19.136 11.466-30.305 11.274-4.518-.497-7.29-2.48-10.266-5.777-3.106-4.487-3.32-8.064-2.687-13.438 1.727-4.91 4.392-7.663 9-10 3.04-.755 6.077-1.315 9.16-1.863 2.978-1.192 4.325-2.278 6.016-4.99 1.94-5.053 1.361-10.71 1.318-16.046l.015-4.311c.013-3.945 0-7.89-.015-11.834-.014-4.256-.004-8.511.003-12.767.01-8.335 0-16.67-.02-25.005-.02-9.703-.02-19.406-.019-29.11q0-25.966-.046-51.934a28710 28710 0 0 1-.041-53.547v-3.131q0-28.684-.028-57.37-.008-10.149-.01-20.299 0-12.364-.028-24.73-.016-6.31-.013-12.621.003-5.775-.02-11.549a827 827 0 0 1 0-4.182c.005-1.893-.005-3.785-.015-5.678l-.004-3.188c-.267-3.002-.9-5.159-2.253-7.845-4.429-2.86-9.78-2.278-14.869-2.254l-3.034-.01c-3.358-.007-6.717-.001-10.076.005q-3.609-.003-7.219-.01c-5.86-.009-11.72-.007-17.579-.002a10165 10165 0 0 1-20.472 0q-19.37-.006-38.737.012-16.617.013-33.236-.002a29481 29481 0 0 0-44.76-.006q-7.134.003-14.27-.006-9.601-.008-19.206.01-3.528.004-7.056-.002a1997 1997 0 0 0-9.617.011l-2.834-.013c-6.25.032-6.25.032-12.035 2.267-1.42 2.392-1.936 4.608-2.383 7.34-1.002 6.06-2.124 9.38-6.617 13.66-4.257 2.546-8.154 2.662-13 2-4.871-1.73-7.776-4.343-10-9-1.644-11.74 1.106-21.656 7.812-31.375C162.567-.971 179.204-.731 197.764-.647'/%3E%3C/svg%3E");
}

.icon-bg-calender {
  width: 30px;
  height: 30px;
}
.icon-bg-calender::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.1' height='17.09'%3E%3Cpath fill='%23f5f5f5' d='M16.713.965V0h-1.424v.965h-2.566V0H11.3v.965H8.771V0H7.347v.965H3.9v4.118a12.36 12.36 0 0 1-1.692 6.7A16.064 16.064 0 0 1 .237 14.6L0 14.856l3.9-.023v2.257h16.2V.965ZM2.818 13.4a13.813 13.813 0 0 0 2.5-7.611h13.339a13.535 13.535 0 0 1-.972 4.529 9.434 9.434 0 0 1-1.97 3.082Zm2.517 1.432H16a.731.731 0 0 0 .46-.166 9.967 9.967 0 0 0 2.212-3.066v4.058H5.335ZM8.763 3.454V2.4h2.524v1.055h1.432V2.4h2.562v1.055h1.432V2.4h1.959v1.959H5.335V2.4h2v1.055Z' data-name='calendar (3)'/%3E%3C/svg%3E");
}

.icon-bg-events {
  width: 30px;
  height: 30px;
}
.icon-bg-events::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M149 17c3.19 2.972 6.04 6.082 8 10v26h72V30c3.65-8.515 7.087-11.897 15-16 7.48-2.494 19-2.416 26.313.75C275.485 17.635 279.31 20.62 282 26c2.184 8.737 1 17.994 1 27h72V27c4.175-6.263 8.01-11.035 15.34-13.492C379.88 11.687 391.686 11.39 400 17c3.583 3.28 6.452 6.357 8 11 .083 1.92.107 3.84.098 5.762l-.01 3.388-.026 3.538-.013 3.572Q408.03 48.63 408 53l1.793-.013q9.297-.066 18.593-.097 3.462-.015 6.925-.04c3.331-.025 6.662-.037 9.994-.045l3.091-.032c11.282-.001 21.723 1.504 30.291 9.352 6.574 6.965 9.435 15.051 9.444 24.461l.007 2.01q.006 3.35.002 6.7l.01 4.84q.011 6.66.01 13.323.005 7.18.016 14.36.02 15.707.024 31.413.005 9.807.012 19.613.019 27.15.026 54.297v3.51l.003 14.119q.007 28.371.045 56.742.035 29.124.037 58.248-.001 16.354.025 32.707.023 13.928.012 27.854-.008 7.104.011 14.209.019 6.508 0 13.017-.004 2.35.01 4.7c.064 12.334-.792 22.342-9.381 31.752-9.468 9.258-19.275 9.584-31.795 9.521q-2.572.009-5.145.024c-4.7.02-9.399.016-14.099.007-5.073-.005-10.147.013-15.22.028-9.936.026-19.87.03-29.806.025q-12.114-.005-24.23.008l-3.484.004-7.008.007c-21.904.022-43.808.017-65.712.005-20.031-.01-40.062.012-60.093.05q-30.864.06-61.727.048c-11.549-.004-23.097.001-34.646.03q-14.748.036-29.495.002c-5.014-.012-10.028-.014-15.042.01q-6.893.032-13.785-.012-2.486-.009-4.972.015c-11.172.1-20.616-1.173-29.23-9.047-7.217-7.526-9.63-15.095-9.645-25.432l-.007-2.013q-.009-3.345-.006-6.69l-.011-4.84q-.014-6.654-.017-13.31-.007-7.176-.022-14.352c-.02-11.555-.03-23.11-.039-34.664l-.015-16.325a100516 100516 0 0 1-.044-68.352l-.002-3.536c-.008-18.9-.033-37.8-.066-56.7q-.049-29.11-.054-58.218c-.002-10.896-.01-21.79-.036-32.686q-.034-13.917-.02-27.835c.004-4.732.002-9.464-.017-14.197q-.026-6.505-.001-13.01.003-2.347-.014-4.693c-.094-13.2 1.73-23.078 11.15-32.774 8.978-7.996 20.535-8.41 32.05-8.293l3.253.008c3.393.011 6.785.036 10.177.062q3.472.016 6.945.027 8.466.034 16.93.098l-.048-2.2c-.062-3.308-.101-6.616-.14-9.925l-.076-3.46c-.06-6.913.13-11.774 4.807-17.208C119.012 11.33 137.117 8.959 149 17m-28 15v21h19V32c-9.5-3.963-9.5-3.963-19 0m125 1c-.548 2.213-.548 2.213-.39 4.668l.03 2.438.11 3.081L246 53h20l.25-9.812.11-3.082.03-2.438.064-2.491c-.273-2.337-.273-2.337-2.299-3.944-2.836-1.622-4.903-1.632-8.155-1.608l-3.125-.023c-3.286.455-4.5 1.123-6.875 3.398m126-1v21h19V32c-9.5-3.963-9.5-3.963-19 0' fill='%23fff'/%3E%3Cpath d='M149 17c3.19 2.972 6.04 6.082 8 10v26h72V30c3.65-8.515 7.087-11.897 15-16 7.48-2.494 19-2.416 26.313.75C275.485 17.635 279.31 20.62 282 26c2.184 8.737 1 17.994 1 27h72V27c4.175-6.263 8.01-11.035 15.34-13.492C379.88 11.687 391.686 11.39 400 17c3.583 3.28 6.452 6.357 8 11 .083 1.92.107 3.84.098 5.762l-.01 3.388-.026 3.538-.013 3.572Q408.03 48.63 408 53l1.793-.013q9.297-.066 18.593-.097 3.462-.015 6.925-.04c3.331-.025 6.662-.037 9.994-.045l3.091-.032c11.282-.001 21.723 1.504 30.291 9.352C499.945 84.646 488 135.32 488 154H24c0-81.945 0-81.945 10.645-92.902 8.978-7.996 20.535-8.41 32.05-8.293l3.253.008c3.393.011 6.785.036 10.177.062q3.472.016 6.945.027 8.466.034 16.93.098l-.048-2.2c-.062-3.308-.101-6.616-.14-9.925l-.076-3.46c-.06-6.913.13-11.774 4.807-17.208C119.012 11.33 137.117 8.959 149 17m-28 15v21h19V32c-9.5-3.963-9.5-3.963-19 0m125 1c-.548 2.213-.548 2.213-.39 4.668l.03 2.438.11 3.081L246 53h20l.25-9.812.11-3.082.03-2.438.064-2.491c-.273-2.337-.273-2.337-2.299-3.944-2.836-1.622-4.903-1.632-8.155-1.608l-3.125-.023c-3.286.455-4.5 1.123-6.875 3.398m126-1v21h19V32c-9.5-3.963-9.5-3.963-19 0' fill='%2330abe4'/%3E%3Cpath d='M487 399h1q.106 14.017.155 28.036c.016 4.34.037 8.68.071 13.02.033 4.196.05 8.39.059 12.586q.008 2.391.032 4.781c.123 12.53-.51 22.928-9.317 32.577-9.468 9.258-19.275 9.584-31.795 9.521q-2.572.009-5.145.024c-4.7.02-9.399.016-14.099.007-5.073-.005-10.147.013-15.22.028-9.936.026-19.87.03-29.806.025q-12.114-.005-24.23.008l-3.484.004-7.008.007c-21.904.022-43.808.017-65.712.005-20.031-.01-40.062.012-60.093.05q-30.864.06-61.727.048c-11.549-.004-23.097.001-34.646.03q-14.747.036-29.495.002c-5.014-.012-10.028-.014-15.042.01q-6.893.032-13.785-.012-2.486-.009-4.972.015c-11.172.1-20.616-1.173-29.23-9.047-7.025-7.327-9.658-14.798-9.609-24.9l.01-3.507.026-3.63.013-3.69q.018-4.5.049-8.998h1l.445 2.09c2.398 10.047 6.165 16.919 14.918 22.62 8.739 4.273 16.65 4.72 26.301 4.671q2.226.005 4.451.014c4.06.013 8.119.006 12.178-.003 4.384-.007 8.769.004 13.153.012 8.582.013 17.164.01 25.746.002q10.46-.01 20.923-.005l3.01.002 6.052.003c18.91.008 37.82-.002 56.731-.018q24.338-.018 48.677.003a42173 42173 0 0 0 62.568.01l2.996-.001q10.45-.003 20.9.009 12.734.013 25.467-.01 6.496-.013 12.993-.001 5.948.013 11.894-.012 2.151-.005 4.302.006c11.302.095 11.302.095 21.197-4.79l1.47-1.466 1.729-1.695 1.812-1.837 1.974-1.952c2.138-2.12 4.26-4.255 6.383-6.39q2.23-2.226 4.462-4.45 4.664-4.658 9.312-9.334c3.969-3.992 7.955-7.965 11.947-11.934a3212 3212 0 0 0 9.196-9.195q2.199-2.204 4.407-4.398c2.057-2.046 4.1-4.105 6.14-6.167l1.843-1.819c3.375-3.444 5.283-6.139 6.423-10.965M25 154h462v12H25z' fill='%23D1C9C9'/%3E%3Cpath d='M428.194 398.886h3.943l4.277.016 4.363.005q5.745.006 11.492.024 5.862.014 11.723.02 11.505.016 23.008.049c-.25 6.205-3.16 8.873-7.352 13l-2.01 2.036a1060 1060 0 0 1-6.618 6.609l-4.594 4.608q-4.815 4.824-9.652 9.625a2462 2462 0 0 0-12.344 12.361 2742 2742 0 0 1-9.5 9.5q-2.279 2.274-4.548 4.56a942 942 0 0 1-6.383 6.349l-1.885 1.915c-3.565 3.48-5.908 5.228-11.114 5.437q-.141-12.556-.207-25.114a1845 1845 0 0 0-.095-11.662q-.063-5.631-.078-11.263-.01-2.145-.043-4.289c-.03-2.008-.03-4.016-.031-6.024l-.027-3.459c.767-5.082 3.318-8.165 7.106-11.502 3.817-2.711 5.892-2.81 10.569-2.8m-323.6-114.551 3.104-.015q3.242-.005 6.485.027c3.306.027 6.609 0 9.915-.032q3.154.005 6.308.02l2.99-.03c4.409.074 6.938.276 10.731 2.653 2.592 4.21 2.542 7.504 2.432 12.357l-.007 2.708a457 457 0 0 1-.065 5.65 569 569 0 0 0-.067 8.644q-.02 2.75-.049 5.498l-.016 2.608-.049 2.438-.032 2.134c-.327 2.39-.995 3.96-2.274 6.004-3.155 2.104-3.963 2.26-7.576 2.306l-2.802.049-3.02.016c-1.028.01-2.055.018-3.113.027q-3.26.022-6.521.028c-3.324.011-6.645.06-9.968.111q-3.168.015-6.336.022l-3.009.059c-4.425-.03-6.963-.188-10.78-2.56-2.606-4.25-2.596-7.656-2.54-12.558l-.014-2.768q-.004-2.89.027-5.779c.027-2.944 0-5.884-.032-8.828q.006-2.812.02-5.625l-.03-2.658c.078-4.099.388-6.345 2.573-9.894 4.542-2.835 8.456-2.666 13.715-2.612m185.035.035 3.111-.007q3.249 0 6.498.04c3.317.033 6.63.02 9.948 0q3.159.01 6.318.03l3.005-.015c6.861.117 6.861.117 10.085 2.491 2.845 4.227 2.567 7.935 2.574 12.895l.01 2.653q.007 2.781.007 5.563c.002 2.836.02 5.67.04 8.506q.005 2.702.005 5.403l.022 2.57-.01 2.406.005 2.108c-.298 2.396-.965 3.943-2.247 5.986-3.155 2.104-3.963 2.26-7.576 2.306l-2.802.049-3.02.016c-1.028.01-2.055.018-3.113.027q-3.26.022-6.521.028c-3.324.011-6.645.06-9.968.111q-3.168.015-6.336.022l-3.009.059c-4.425-.03-6.963-.188-10.78-2.56-2.606-4.25-2.596-7.656-2.54-12.558l-.014-2.768q-.005-2.89.027-5.779c.027-2.944 0-5.884-.032-8.828q.005-2.812.02-5.625l-.03-2.658c.078-4.098.39-6.347 2.571-9.896 4.555-2.838 8.482-2.646 13.752-2.575m-.254-88 3.037-.007q3.172 0 6.344.04c3.233.033 6.464.02 9.697 0q3.086.01 6.172.03l2.923-.015c4.331.075 6.79.171 10.538 2.491 3.622 3.955 3.092 7.743 3.117 12.86l.017 2.645q.014 2.775.02 5.551c.01 2.825.04 5.649.072 8.473q.01 2.697.016 5.393l.038 2.554c-.018 4.691-.3 7.812-3.366 11.614-2.358 1.179-3.832 1.151-6.462 1.193l-2.802.049c-4.231.044-8.462.085-12.693.108a691 691 0 0 0-6.695.082c-3.217.055-6.432.077-9.649.091l-3.018.07c-4.437-.014-6.98-.158-10.808-2.532-2.602-4.253-2.594-7.659-2.537-12.561l-.015-2.768q-.005-2.89.027-5.779c.027-2.944 0-5.884-.032-8.828q.005-2.812.02-5.625l-.03-2.658c.078-4.109.385-6.344 2.587-9.896 4.486-2.81 8.285-2.646 13.482-2.575m-184.965.07 3.044.007q3.178.015 6.357.065c3.244.05 6.486.061 9.73.067q3.09.02 6.182.049l2.939.016 2.74.049c.794.01 1.587.02 2.404.032 2.528.316 4.075.855 6.194 2.274 1.778 2.7 2.253 4.846 2.275 8.047l.029 2.377-.003 2.54.013 2.638q.008 2.757.002 5.515c-.003 2.807.02 5.613.045 8.42q.004 2.683.002 5.365l.028 2.535c-.037 4.67-.348 7.776-3.391 11.563-2.358 1.179-3.832 1.151-6.462 1.193l-2.802.049c-4.231.044-8.462.085-12.693.108a691 691 0 0 0-6.695.082c-3.217.055-6.432.077-9.649.091l-3.018.07c-4.437-.014-6.98-.158-10.808-2.532-2.602-4.253-2.594-7.659-2.537-12.561l-.015-2.768q-.004-2.89.027-5.779c.027-2.944 0-5.884-.032-8.828q.006-2.812.02-5.625l-.03-2.658c.078-4.108.388-6.346 2.585-9.9 4.503-2.812 8.31-2.606 13.52-2.5m185.218 175.929 3.111-.007q3.249 0 6.498.04c3.317.033 6.63.02 9.948 0q3.159.01 6.318.03l3.005-.015c6.861.117 6.861.117 10.085 2.491 2.83 4.207 2.601 7.92 2.644 12.86l.025 2.645q.02 2.775.032 5.551c.017 2.825.061 5.649.105 8.473q.015 2.697.026 5.393l.053 2.554c-.015 4.071-.155 6.102-2.38 9.624-2.941 2.789-4.528 3.12-8.47 3.183l-2.74.049c-4.14.044-8.28.085-12.419.108a662 662 0 0 0-6.55.082c-3.146.055-6.292.077-9.44.091l-2.951.07c-4.388-.015-6.86-.176-10.643-2.532-2.62-4.252-2.607-7.651-2.55-12.561l-.015-2.768q-.005-2.89.027-5.779c.027-2.944 0-5.884-.032-8.828q.005-2.812.02-5.625l-.03-2.658c.078-4.098.39-6.347 2.571-9.896 4.555-2.838 8.482-2.646 13.752-2.575m-93.035-.098 3.104-.003q3.243.007 6.485.058c3.306.047 6.609.04 9.915.027q3.154.018 6.308.043l2.99-.005c4.074.084 6.994.326 10.725 2.043 2.862 3.905 2.596 7.456 2.543 12.185l.015 2.84q.005 2.968-.027 5.938c-.027 3.025 0 6.047.032 9.072q-.005 2.888-.02 5.775l.03 2.734c-.077 4.169-.363 6.484-2.587 10.09-4.488 2.787-8.293 2.63-13.482 2.559l-3.037.007a560 560 0 0 1-6.344-.04c-3.233-.033-6.464-.02-9.697 0q-3.086-.01-6.172-.03l-2.923.015c-4.331-.075-6.79-.171-10.538-2.491-4.88-5.329-3.22-14.119-3.264-21.001a492 492 0 0 0-.082-5.656 552 552 0 0 1-.091-8.167l-.07-2.539c.016-4.193.461-6.478 2.464-10.26 4.503-3.55 8.136-3.298 13.723-3.194m-92 .063 3.104-.015q3.242-.005 6.485.027c3.306.027 6.609 0 9.915-.032q3.154.006 6.308.02l2.99-.03c4.409.074 6.936.274 10.727 2.655 2.588 4.19 2.58 7.481 2.506 12.32l.007 2.7q0 2.82-.04 5.639c-.033 2.87-.02 5.74 0 8.61q-.01 2.745-.03 5.489l.015 2.592c-.08 4.08-.26 6.182-2.491 9.707-2.944 2.792-4.529 3.11-8.476 3.159l-2.751.039-2.98.022-3.057.025q-3.206.02-6.41.032c-3.27.017-6.54.061-9.81.105q-3.112.015-6.223.026l-2.968.053c-6.793-.022-6.793-.022-10.001-2.38-4.083-6.061-2.72-14.383-2.764-21.492a522 522 0 0 0-.082-5.823c-.055-2.8-.077-5.597-.091-8.397l-.07-2.62c.015-4.089.286-6.266 2.464-9.812 4.547-2.84 8.456-2.673 13.723-2.62m277-88.097 3.104-.01q3.242 0 6.485.045c3.306.04 6.608.02 9.915-.005q3.154.01 6.308.033l2.99-.021c4.396.09 6.94.305 10.725 2.67 2.615 4.245 2.6 7.649 2.543 12.55l.015 2.768q.005 2.89-.027 5.779c-.027 2.944 0 5.884.032 8.828q-.006 2.813-.02 5.625l.03 2.658c-.078 4.098-.387 6.344-2.573 9.892-4.539 2.836-8.457 2.686-13.715 2.65l-3.104.02q-3.242.013-6.485-.013c-3.306-.02-6.609.02-9.915.064q-3.154.001-6.308-.01l-2.99.047c-4.747-.08-6.918-.263-10.725-3.285-2.369-4.44-2.604-7.692-2.543-12.648l-.015-2.622q-.005-2.733.027-5.466c.027-2.78 0-5.555-.032-8.334q.006-2.664.02-5.328l-.03-2.5c.083-4.135.587-6.425 2.573-10.148 4.491-3.565 8.127-3.325 13.715-3.239m-185 0 3.104-.01q3.243 0 6.485.045c3.306.04 6.608.02 9.915-.005q3.154.01 6.308.033l2.99-.021c4.396.09 6.94.305 10.725 2.67 2.615 4.245 2.6 7.649 2.543 12.55l.015 2.768q.005 2.89-.027 5.779c-.027 2.944 0 5.884.032 8.828q-.005 2.813-.02 5.625l.03 2.658c-.078 4.098-.387 6.344-2.573 9.892-4.539 2.836-8.457 2.686-13.715 2.65l-3.104.02q-3.242.013-6.485-.013c-3.306-.02-6.609.02-9.915.064q-3.154.001-6.308-.01l-2.99.047c-4.747-.08-6.918-.263-10.725-3.285-2.369-4.44-2.604-7.692-2.543-12.648l-.015-2.622q-.005-2.733.027-5.466c.027-2.78 0-5.555-.032-8.334q.005-2.664.02-5.328l-.03-2.5c.083-4.135.587-6.425 2.573-10.148 4.491-3.565 8.127-3.325 13.715-3.239m-5.224-87.431 2.742-.049c4.139-.044 8.278-.085 12.418-.108q3.274-.025 6.55-.082c3.146-.055 6.292-.077 9.44-.091l2.951-.07c4.377.015 6.86.18 10.643 2.516 2.65 4.323 2.606 7.846 2.55 12.83l.015 2.843q.004 2.966-.027 5.933c-.027 3.027 0 6.051.032 9.078q-.005 2.886-.02 5.772l.03 2.74c-.073 3.977-.183 6.184-2.573 9.445-4.57 2.103-8.735 2.047-13.715 2.038l-3.104.026q-3.242.017-6.485.003c-3.306-.006-6.609.041-9.915.092q-3.154.007-6.308.004l-2.99.055c-4.749-.064-6.914-.236-10.727-3.255-2.372-4.458-2.585-7.716-2.506-12.687l-.007-2.629q0-2.74.04-5.479c.033-2.79.02-5.577 0-8.367q.01-2.669.03-5.338l-.015-2.516c.081-4.02.282-6.04 2.491-9.513 2.932-2.803 4.517-3.127 8.46-3.19' fill='%2330abe4'/%3E%3Cpath d='M149 17c7.889 7.351 7.889 7.351 8.114 12.706l-.016 3.396-.008 3.307-.028 4.216L157 54h-36l1 31c3.43 1.715 4.498 2.197 8 2.375 2.835.323 4.007.63 6.5 2.188 2.144 3.484 2.422 6.456 1.5 10.437-2.714 3.393-4.384 3.927-8.687 4.438-8.871-.55-14.947-3.336-21.5-9.305-3.918-4.61-4.093-9.216-4.008-15.059l.006-2.01c.01-2.459.038-4.918.064-7.376L104 54H55v-1h49c-.118-7.958-.118-7.958-.27-15.915-.051-6.793.223-11.544 4.813-16.878C119.012 11.33 137.117 8.959 149 17m-28 15v21h19V32c-9.5-3.963-9.5-3.963-19 0' fill='%23524E6C'/%3E%3Cpath d='M400 17c3.583 3.28 6.452 6.357 8 11 .083 1.992.107 3.987.098 5.98l-.008 3.177-.027 4.03L408 54h-36l1 31c3.43 1.715 4.498 2.197 8 2.375 2.882.323 3.989.618 6.5 2.25 2.139 3.387 2.12 5.443 1.5 9.375-2 2.938-2 2.938-5 5-7.008 1.107-13.646-1.02-20-4-4.54-3.32-7.192-6.67-9-12-.267-2.877-.267-2.877-.29-6.072l-.04-3.641-.006-3.908-.02-4.038a1812 1812 0 0 1-.015-8.45c0-3.6-.027-7.198-.061-10.797a992 992 0 0 1-.025-8.336 629 629 0 0 0-.047-5.906C354.552 25.79 354.552 25.79 359 21c10.047-9.818 28.971-12.116 41-4m-28 15v21h19V32c-9.5-3.963-9.5-3.963-19 0' fill='%234F4D6B'/%3E%3Cpath d='M270.313 14.75c5.18 2.89 9.008 5.866 11.687 11.25.34 3.138.34 3.138.293 6.613l-.023 3.408-.082 4.291L282 54h-36l1 31 14 4c3 4 3 4 2.875 7.563-.84 3.3-1.185 4.5-3.875 6.437-4.353 2.177-8.692 1.355-13.207.129C239.003 100.414 233.745 97.49 230 90c-.117-1.995-.17-3.993-.193-5.991l-.049-3.814q-.017-2.072-.031-4.144l-.017-2.108q-.039-5.526-.06-11.053-.02-4.564-.082-9.128c-.05-3.679-.074-7.357-.081-11.036a338 338 0 0 0-.046-4.194c-.2-12.296-.2-12.296 2.945-16.836 2.36-2.433 4.226-4.07 7.239-5.571l2.29-1.18c7.804-3.537 20.438-3.641 28.398-.195M246 33c-.548 2.213-.548 2.213-.39 4.668l.03 2.438.11 3.081L246 53h20l.25-9.812.11-3.082.03-2.438.064-2.491c-.273-2.337-.273-2.337-2.299-3.944-2.836-1.622-4.903-1.632-8.155-1.608l-3.125-.023c-3.286.455-4.5 1.123-6.875 3.398' fill='%234C4B6A'/%3E%3Cpath d='M418.059 199.652C420 200 420 200 422.5 201.625c1.98 3.134 2.085 4.719 1.5 8.375-2.875 4.792-6.367 8.887-10.062 13.063l-3.47 3.957-1.753 2.002a394 394 0 0 0-4.871 5.74l-1.488 1.783a680 680 0 0 0-2.753 3.33c-4.725 5.667-4.725 5.667-7.603 7.125-4.173.343-5.983-.23-9.327-2.763-2.615-2.37-5.087-4.833-7.548-7.362l-2.625-2.555c-6.927-6.992-6.927-6.992-7.66-11.254.16-3.066.16-3.066 1.598-6.004 2.772-2.23 4.683-3.01 8.273-2.835 4.19 1.415 6.969 4.685 9.992 7.804 2.299 2.403 2.299 2.403 6.297 1.969 2.161-1.82 2.161-1.82 4.188-4.312l2.363-2.743c3.196-3.843 6.374-7.7 9.504-11.597 3.608-4.354 4.952-5.952 11.004-5.696' fill='%2395C11F'/%3E%3Cpath d='M316 197c7.997-.627 7.997-.627 12 1.875 3.72 3.953 3.177 7.722 3.203 12.895l.017 2.645q.014 2.775.02 5.551c.01 2.825.04 5.649.072 8.473q.01 2.697.016 5.393l.038 2.554c-.018 4.691-.3 7.812-3.366 11.614-2.645 1.322-4.678 1.097-7.625 1.063l-3.04-.028L315 249l1.969-1.383c3.068-3.954 2.586-7.619 2.527-12.492l.005-2.914q-.004-3.045-.034-6.092a674 674 0 0 1-.008-9.322q-.01-2.961-.025-5.922l.008-2.816c-.034-5.076-.034-5.076-1.97-9.676zm-186 88c1.727-.136 3.457-.232 5.188-.312l2.917-.176c4.128.696 5.351 2.19 7.895 5.488.696 3.114.63 6.137.559 9.316l-.007 2.708a457 457 0 0 1-.065 5.65 569 569 0 0 0-.067 8.644q-.02 2.75-.049 5.498l-.016 2.608-.049 2.438-.032 2.134c-.327 2.39-.995 3.96-2.274 6.004-3.314 2.21-4.345 2.225-8.187 2.125l-2.731-.055L131 337l1.965-2.43c2.709-4.088 2.63-7.908 2.601-12.695l.02-2.622a503 503 0 0 0-.01-5.466c-.013-2.78.02-5.555.059-8.334q0-2.664-.006-5.328l.04-2.5c-.095-5.896-1.47-8.478-5.669-12.625m185 0c10.12-.628 10.12-.628 13.625 1.875 2.766 4.274 2.536 7.96 2.543 12.93l.01 2.653q.007 2.781.007 5.563c.002 2.836.02 5.67.04 8.506q.005 2.702.005 5.403l.022 2.57-.01 2.406.005 2.108c-.298 2.396-.965 3.943-2.247 5.986-3.314 2.21-4.345 2.225-8.187 2.125l-2.731-.055L316 337l1.965-2.43c2.709-4.088 2.63-7.908 2.601-12.695l.02-2.622a503 503 0 0 0-.01-5.466c-.013-2.78.02-5.555.059-8.334q0-2.664-.006-5.328l.04-2.5c-.095-5.896-1.47-8.478-5.669-12.625m-92-88a130 130 0 0 1 4.688-.312l2.636-.176c3.978.726 5.22 2.303 7.676 5.488.734 3.253.701 6.43.664 9.754l.015 2.842q.005 2.967-.027 5.933c-.027 3.027 0 6.051.032 9.078q-.005 2.886-.02 5.772l.03 2.74c-.116 6.254-.116 6.254-3.068 9.458-2.945 1.596-4.62 1.85-7.939 1.673l-2.675-.11L223 249l1.967-1.906c2.797-4.256 2.61-7.607 2.564-12.594l.012-2.768q.004-2.89-.022-5.779c-.02-2.943 0-5.885.026-8.828q-.004-2.812-.016-5.625l.025-2.658c-.065-4.24-.202-6.304-2.59-9.936zm184 88c1.727-.136 3.457-.232 5.188-.312l2.917-.176c4.134.697 5.348 2.183 7.895 5.488.73 3.17.701 6.259.664 9.5l.015 2.768q.005 2.89-.027 5.779c-.027 2.944 0 5.884.032 8.828q-.006 2.813-.02 5.625l.03 2.658c-.084 4.44-.265 6.289-3.068 9.905-2.988 2.204-4.288 2.493-7.938 2.25l-2.676-.137L408 337l1.971-1.902c2.805-4.283 2.571-7.657 2.49-12.668l-.003-2.782a599 599 0 0 0-.046-5.805 711 711 0 0 1-.04-8.894q-.015-2.822-.036-5.644l-.007-2.69-.038-2.498-.024-2.195c-.17-2.248-.17-2.248-2.267-4.922zm-185 0c1.727-.136 3.457-.232 5.188-.312l2.917-.176c4.134.697 5.348 2.183 7.895 5.488.73 3.17.701 6.259.664 9.5l.015 2.768q.005 2.89-.027 5.779c-.027 2.944 0 5.884.032 8.828q-.005 2.813-.02 5.625l.03 2.658c-.084 4.44-.265 6.289-3.068 9.905-2.988 2.204-4.288 2.493-7.939 2.25l-2.675-.137L223 337l1.971-1.902c2.805-4.283 2.571-7.657 2.49-12.668l-.003-2.782a599 599 0 0 0-.046-5.805 711 711 0 0 1-.04-8.894q-.015-2.822-.036-5.644l-.007-2.69-.038-2.498-.024-2.195c-.17-2.248-.17-2.248-2.267-4.922zm-91-88c1.416-.054 2.833-.093 4.25-.125l2.39-.07c2.665.22 4.15.694 6.36 2.195 1.66 2.762 2.253 4.841 2.275 8.047l.029 2.377-.003 2.54.013 2.638q.008 2.757.002 5.515c-.003 2.807.02 5.613.045 8.42q.004 2.683.002 5.365l.028 2.535c-.037 4.67-.348 7.776-3.391 11.563-2.525 1.262-4.312 1.099-7.125 1.063l-2.758-.028L131 249l1-2h2c.765-2.733 1.136-5.195 1.177-8.03l.039-2.368.022-2.532.025-2.63q.02-2.751.032-5.502.017-2.808.062-5.615c.042-2.71.059-5.418.069-8.128l.053-2.52c-.02-5.51-.987-8.384-4.479-12.675m184 176c10.12-.628 10.12-.628 13.625 1.875 2.752 4.253 2.57 7.945 2.613 12.895l.025 2.645q.02 2.775.032 5.551c.017 2.825.061 5.649.105 8.473q.015 2.696.026 5.393l.053 2.554c-.015 4.056-.177 6.12-2.344 9.656C327 424 327 424 324.422 424.488l-2.672-.175-2.703-.137L317 424l1.47-2.443c1.87-4.347 1.998-7.791 1.999-12.463l.023-2.555q.015-2.663.009-5.325c-.001-2.706.04-5.41.085-8.116q.008-2.595.008-5.192l.05-2.434c-.072-5.834-1.503-8.363-5.644-12.472m-184 0a130 130 0 0 1 4.688-.312l2.636-.176c3.96.722 5.22 2.33 7.676 5.488.718 3.098.678 6.112.629 9.281l.007 2.7q0 2.82-.04 5.639c-.033 2.87-.02 5.74 0 8.61q-.01 2.745-.03 5.489l.015 2.592c-.08 4.064-.281 6.202-2.455 9.739C142 424 142 424 139.422 424.488l-2.672-.175-2.703-.137L132 424l1.48-1.931c2.057-4.153 1.916-7.597 1.848-12.167l-.006-2.64a728 728 0 0 0-.04-5.51 936 936 0 0 1-.048-8.426l-.03-5.361-.014-2.541-.029-2.377-.02-2.081c-.154-2.145-.385-3.947-1.141-5.966l-3-1zm92 0c1.56-.11 3.124-.186 4.688-.25l2.636-.14c3.751.547 5.102 1.59 7.676 4.39.736 3.216.653 6.37.594 9.656v2.847a501 501 0 0 1-.052 5.95 567 567 0 0 0-.034 9.106q-.016 2.892-.04 5.785v2.75c-.117 6.248-.117 6.248-1.842 9.485-2.292 2.003-3.821 1.826-6.814 1.671l-2.73-.11L225 424l.982-1.736c1.072-2.385 1.281-3.9 1.309-6.494l.038-2.499.007-2.673.02-2.772q.015-2.9.015-5.797c.004-2.953.04-5.903.078-8.855q.009-2.82.012-5.639l.043-2.668c-.031-4.255-.141-6.313-2.533-9.963zM135 81c4.347 2.215 7.484 4.807 10 9 1.235 3.93 1.645 7.319.148 11.219-2.575 4.452-5.425 7.559-10.148 9.781-5.969.866-9.411-.153-14.367-3.555-2.135-1.889-3.001-3.682-3.633-6.445l3.5 1c5.118 1.261 9.963 2.015 15 0 2.026-2.702 1.94-4.757 1.934-8.062-.57-2.544-1.34-3.398-3.434-4.938-2.397-.68-2.397-.68-5-1-3.723-.532-5.572-1.061-8-4 4.45-3.446 8.576-3.862 14-3m250 0c4.79 1.69 8.728 4.35 11 9 .821 4.766.399 8.804-1.125 13.375-2.872 4.02-6.228 6.076-10.875 7.625-5.716.54-8.558-.366-13-4-1.875-2.25-1.875-2.25-3-4l1-2 3 1c4.191 1.173 7.649 1.428 12 1 2.647-1.397 2.647-1.397 4-4 .632-4.583.632-4.583-1.18-8.652-3.08-2.28-6.604-2.249-10.324-2.723C374 87 374 87 372 84c4.175-3.132 7.914-3.72 13-3m-124 0c4.408 1.82 6.58 4.27 8.938 8.375 1.564 5.336 2.024 8.807-.625 13.813-3.053 3.712-5.721 6.281-10.313 7.812-5.734.541-8.508-.426-13-4-1.875-1.625-1.875-1.625-3-3v-2l3 .5c5.415.769 10.688.984 16-.5.277-1.412.52-2.83.75-4.25l.422-2.39c.027-2.491.027-2.491-1.766-4.547-2.86-2.155-5.168-2.805-8.656-3.563l-3.266-.734L247 86c2.833-6.272 7.648-5.827 14-5' fill='%23007AB4'/%3E%3Cpath d='m238 17 2 1-8 8c0-3 0-3 2.438-5.625L237 18z' fill='%236E6E87'/%3E%3C/svg%3E");
}

.icon-bg-msg {
  width: 30px;
  height: 30px;
}
.icon-bg-msg::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='m153.392 3.869 3.259-.012 3.562.003 3.799-.01q5.215-.011 10.432-.01 5.626-.005 11.254-.016Q198 3.804 210.306 3.8l15.373-.012q21.293-.019 42.585-.026h5.512l5.534-.002h2.773q22.23-.009 44.458-.046 22.835-.035 45.671-.037 12.816.001 25.632-.025 10.915-.023 21.832-.012c3.71.004 7.42.003 11.13-.011 4.03-.015 8.06-.007 12.092.004l3.515-.025C464.432 3.717 480.037 10.518 493 23c16.333 16.962 19.46 35.25 19.404 57.876l.02 6.292c.019 5.668.018 11.335.012 17.002-.003 4.744.003 9.488.009 14.232q.02 16.796.001 33.592a10485 10485 0 0 0 .03 34.573q.032 14.88.022 29.762-.007 8.87.017 17.74.022 8.346-.008 16.69-.005 3.05.01 6.098c.097 20.343-3.592 37.702-18.224 52.873L492 312l-2.012 2.113c-4.456 4.371-9.286 7.373-14.8 10.2l-1.901.986c-11.759 5.717-23.258 6.102-36.037 5.888a2649 2649 0 0 0-4.75-.04c-3.834-.033-7.667-.085-11.5-.147l.048 2.149c.464 24.148-1.159 45.176-18.048 63.851l-1.605 1.848c-12.488 13.496-30.405 19.47-48.332 20.59-11.687.917-17.837 8.914-25.055 17.265-8.686 9.936-17.645 19.727-27.688 28.313a400 400 0 0 0-5.265 4.593C280.085 482.8 263.753 494.2 247 505l-2.727 1.805c-3.729 1.96-7.172 1.85-11.273 1.195-3.522-1.873-4.705-3.466-6.625-6.938-1.131-5.334 1.578-10.015 3.66-14.82 14.853-29.748 14.853-29.748 17.778-60.992-1.921-3.444-2.264-4.015-5.813-5.25-3.382-.306-3.382-.306-7.234-.265l-2.212-.013c-2.447-.013-4.894-.01-7.341-.01q-2.633-.008-5.264-.02-5.67-.022-11.34-.028a5970 5970 0 0 1-17.956-.052c-12.718-.05-25.435-.081-38.153-.112-13.703-.033-27.405-.07-41.108-.124q-8.91-.034-17.823-.044-5.566-.01-11.133-.036-2.565-.009-5.132-.007c-22.953.011-42.547-4.718-59.406-21.176C6.234 386.043-.15 370.04-.147 353.331l-.011-2.644a3560 3560 0 0 1-.019-8.769l-.02-6.288q-.028-10.33-.041-20.657l-.013-7.121q-.029-16.735-.041-33.469-.015-19.288-.077-38.577-.044-14.925-.048-29.85c-.002-5.937-.011-11.874-.036-17.811q-.035-8.388-.018-16.777.001-3.065-.02-6.13c-.135-21.277 4.228-38.942 19.596-54.511C40.377 90.689 63.535 90.35 91 91l-.048-2.149C90.496 65.09 91.87 43.191 109 25c11.707-11.993 27.227-21.108 44.392-21.131' fill='%2338afa5'/%3E%3Cpath d='m153.392 3.869 3.259-.012 3.562.003 3.799-.01q5.215-.011 10.432-.01 5.626-.005 11.254-.016Q198 3.804 210.306 3.8l15.373-.012q21.293-.019 42.585-.026h5.512l5.534-.002h2.773q22.23-.009 44.458-.046 22.835-.035 45.671-.037 12.816.001 25.632-.025 10.915-.023 21.832-.012c3.71.004 7.42.003 11.13-.011 4.03-.015 8.06-.007 12.092.004l3.515-.025C464.432 3.717 480.037 10.518 493 23c16.333 16.962 19.46 35.25 19.404 57.876l.02 6.292c.019 5.668.018 11.335.012 17.002-.003 4.744.003 9.488.009 14.232q.02 16.796.001 33.592a10485 10485 0 0 0 .03 34.573q.032 14.88.022 29.762-.007 8.87.017 17.74.022 8.346-.008 16.69-.005 3.05.01 6.098c.097 20.343-3.592 37.702-18.224 52.873L492 312l-2.012 2.113c-4.456 4.371-9.286 7.373-14.8 10.2l-1.901.986c-11.893 5.782-23.617 6.098-36.537 5.888a2815 2815 0 0 0-4.895-.04c-3.952-.033-7.903-.085-11.855-.147l-.01-2.783q-.121-33.554-.278-67.106-.076-16.227-.134-32.452-.05-14.147-.12-28.292a6418 6418 0 0 1-.061-14.974 4106 4106 0 0 0-.064-14.11q-.014-2.58-.017-5.163c-.03-20.96-4.28-39.503-19.316-55.12-19.215-16.64-38.08-18.598-62.542-18.53q-4.02-.01-8.04-.026-8.621-.029-17.24-.022c-8.31.007-16.62-.01-24.93-.033q-20.23-.053-40.46-.063-19.635-.01-39.27-.043l-2.45-.004q-13.225-.023-26.452-.05l-2.345-.005-9.278-.019q-13.588-.029-27.178-.038-8.506-.005-17.013-.018-4.913-.007-9.825-.006-5.312 0-10.625-.012l-3.17.006-2.85-.01-2.48-.001C92 92 92 92 91 91c-1.652-23.197.615-45.631 16.105-63.988 12.162-12.914 27.993-23.119 46.287-23.143' fill='%23198bb5'/%3E%3Cpath d='M76 90.688q2.174.016 4.348.029c6.611.057 13.116.236 19.652 1.283-2.832 1.52-5.524 2.49-8.625 3.313C82.003 98.079 74.357 102.614 67 109l-2.281 1.957C54.622 120.276 49.316 131.849 46 145l-.535 1.937c-.775 3.44-.606 6.94-.599 10.45l-.007 2.587q-.007 4.299-.004 8.599l-.01 6.16q-.014 8.374-.012 16.748-.002 6.993-.008 13.986-.013 16.504-.01 33.007-.001 17.014-.026 34.027-.019 14.613-.018 29.224.002 8.724-.013 17.449-.014 8.213-.003 16.424.003 3.007-.007 6.015c-.06 21.598 3.477 40.201 18.877 56.575C76.485 410.48 90.975 415.212 108 418v1q-9.497.075-18.994.11-3.224.015-6.447.04c-24.958.198-46.048-2.867-64.66-21.037C6.233 386.043-.152 370.04-.148 353.331l-.011-2.644q-.015-4.385-.019-8.769l-.02-6.288q-.028-10.33-.041-20.657l-.013-7.121q-.029-16.734-.041-33.469-.015-19.288-.077-38.577-.044-14.925-.048-29.85c-.002-5.937-.011-11.874-.036-17.811q-.035-8.389-.018-16.777.001-3.065-.02-6.13c-.135-21.277 4.228-38.942 19.596-54.511C35.49 95.294 54.055 90.233 76 90.687' fill='%23339a92'/%3E%3Cpath d='M371 92c4.976-.126 9.952-.215 14.93-.275q2.528-.036 5.055-.102c19.776-.501 37.024 4.13 51.738 18.1 11.929 11.929 20.798 26.524 21.4 43.81l-.003 3.984.003 2.23q0 3.683-.01 7.366l.001 5.293q-.001 7.174-.013 14.348-.007 7.5-.008 15.002-.004 14.2-.021 28.4-.016 16.167-.022 32.336-.016 33.254-.05 66.508c-8.944 2.633-17.83 2.223-27.062 2.125q-2.468-.016-4.936-.027-6-.035-12.002-.098l-.01-2.783q-.121-33.554-.278-67.106-.076-16.227-.134-32.452-.05-14.147-.12-28.292a6418 6418 0 0 1-.061-14.974q-.02-7.056-.064-14.11-.014-2.58-.017-5.163c-.03-20.96-4.28-39.503-19.316-55.12-6.736-5.833-13.851-10.424-22-14l-2.176-.965c-1.6-.696-3.21-1.369-4.824-2.035z' fill='%23197ca0'/%3E%3Cpath d='M239 418q9.69-.113 19.379-.165 3.296-.022 6.59-.061c3.16-.037 6.32-.054 9.48-.067l2.971-.047c6.595-.002 10.064.892 14.892 5.59 2.429 3.957 2.156 7.378 1.264 11.899a179 179 0 0 1-2.014 7.288l-.79 2.722c-3.08 10.304-6.83 20.388-10.81 30.376a76 76 0 0 0-1.61 4.49c-1.93 5.622-5.82 8.093-10.54 11.288l-2.415 1.676A781 781 0 0 1 258 498l-2.265 1.566a380 380 0 0 1-6.298 4.247l-1.87 1.292c-4.742 3.032-8.978 3.735-14.567 2.895-3.522-1.873-4.705-3.466-6.625-6.937-1.131-5.335 1.578-10.016 3.66-14.821 14.718-29.636 14.718-29.636 17.965-60.93-2.583-4.277-4.345-4.819-9-6.312z' fill='%23197ca0'/%3E%3Cpath d='M321.375 239.563c5.159 3.02 9.453 7.85 11.625 13.437.853 7.045 1.297 14.042-2.687 20.188-4.622 5.757-9.11 9.136-16.567 10.105-6.876.398-12.14-1.29-17.746-5.293-4.95-4.89-7.877-10.31-8.062-17.379.305-6.256 1.917-10.888 6.062-15.621 7.734-6.92 17.362-9.97 27.375-5.437m-217.937-.375c5.406 3.824 10.066 8.603 12.562 14.812 1 6.4.726 12.518-2.598 18.184-3.848 4.985-8.366 8.877-14.402 10.816-7.061.908-13.229.359-19-4-6.032-5.602-8.958-10.584-9.375-18.875.169-6.248 1.953-10.562 6.246-15.105 7.73-7.087 16.374-9.353 26.567-5.833m143.968-.304c5.55 3.222 9.713 7.953 12.969 13.43 1.604 6.898 1.201 13.207-1.973 19.578-3.533 5.314-8.332 9.15-14.402 11.109-7.061.908-13.229.359-19-4-6.032-5.602-8.958-10.584-9.375-18.875.148-6.572 2.52-10.92 6.688-15.875 7.498-6.278 15.38-8.93 25.093-5.367m-71.031.68c5.162 3.021 9.445 7.849 11.625 13.437.83 7.842 1.08 15.593-4 22-5.152 5.564-10.15 7.975-17.75 8.438-6.729-.173-12.49-2.56-17.176-7.446-5.417-7.007-5.798-13.263-5.074-21.992 1.658-6.194 5.697-10.538 11-14 6.547-3.165 14.688-3.44 21.375-.437' fill='%23B0DAFB'/%3E%3Cpath d='M321 241c5.614 1.32 7.996 5.437 11 10 2.456 4.911 1.585 11.648 1 17-2.054 4.861-4.624 8.082-9 11-3.761 0-4.91-.911-7.625-3.562-4.136-5.48-5.994-11.341-5.723-18.208 1.095-7.023 5.251-11.597 10.348-16.23m-145 0c5.473 1.564 8.149 5.072 11.121 9.773 2.209 5.596 1.774 13.062.156 18.782-1.916 4.11-4.254 7.188-8.277 9.445-2.5.125-2.5.125-5-1-5.106-5.106-8.08-10.541-8.5-17.875.222-6.937 3.526-12.319 8.313-17.187zm-72 0c4.82 1.963 7.85 5.374 10.813 9.563 2.215 6.413 2.437 13.557-.438 19.812-2.223 3.821-5.118 6.664-8.375 9.625-3.09-1.351-4.97-2.79-7.125-5.375l-1.508-1.773C93.043 266.995 93.187 261.09 94 254c1.966-5.639 4.97-9.694 10-13m145 0c5.278 2.32 8.47 6.428 11.375 11.313 1.62 6.965 1.147 13.201-2.02 19.636-2.22 3.36-5.103 5.721-8.355 8.051-5.187-2.371-7.438-6.112-10-11-2.046-6.139-2.106-13.5.625-19.437 2.164-3.729 4.912-6.044 8.375-8.563' fill='%23DDEAFA'/%3E%3Cpath d='M360 91h41v1h-30v2l-11-2z' fill='%235C73D5'/%3E%3C/svg%3E");
}

.icon-bg-pdf {
  width: 30px;
  height: 30px;
}
.icon-bg-pdf::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='m128.713-1.095 2.627-.277c2.904-.3 5.809-.587 8.714-.87l3.093-.307c20.6-2.023 41.229-3.242 61.904-4.195 13.103-.621 26.11-1.464 39.15-2.947 59.928-6.652 106.181 1.184 153.516 38.825 48.157 38.982 86.291 84.595 92.974 147.76 3.847 39.706 1.462 79.834-1.317 119.527-1.006 14.542-1.661 29.071-2.096 43.64l-.094 3.152q-.231 7.835-.452 15.67c-.9 31.527-2.156 63.027-4.111 94.507q-.224 3.657-.435 7.314-.332 5.646-.713 11.288a756 756 0 0 0-.365 5.99c-.705 9.793-3.197 18.723-10.108 26.018-6.424 5.163-12.59 8.246-20.96 8.257l-3.567.02-3.89-.01-4.154.014c-3.8.012-7.6.012-11.4.01-4.1 0-8.2.01-12.3.02q-12.048.023-24.095.023-9.793.001-19.586.012-27.769.026-55.537.025h-6.051c-16.193-.001-32.385.018-48.577.046q-24.942.043-49.885.04c-9.335 0-18.67.006-28.004.027q-11.921.029-23.843.009c-4.053-.006-8.107-.007-12.16.01q-5.572.024-11.143-.004c-1.973-.004-3.947.01-5.92.027-7.216-.056-12.654-.881-18.928-4.526l-1.98-1.146C102.091 502.628 98.216 495.619 96 488c-.24-2.848-.24-2.848-.227-5.822v-3.396l.032-3.618.008-3.74c.011-3.934.037-7.866.062-11.799q.016-4.005.027-8.012.034-9.807.098-19.613l-2.01.027c-6.91.088-13.82.149-20.732.193q-3.867.03-7.734.082c-3.709.048-7.417.071-11.126.089l-3.485.062c-6.104.002-10.27-.043-14.913-4.453-3.568-4.531-4.501-7.47-4.508-13.21l-.019-2.132a579 579 0 0 1 .01-7.033q-.009-2.528-.022-5.057c-.018-4.57-.011-9.14.002-13.71.01-4.786 0-9.572-.006-14.358q-.01-12.055.022-24.11c.021-9.287.014-18.574-.008-27.862q-.026-11.967-.01-23.934c.006-4.763.007-9.526-.006-14.29q-.017-6.717.02-13.434.008-2.463-.006-4.927c-.01-2.244.003-4.488.023-6.732l.005-3.803c.763-5.17 3.256-8.224 6.978-11.759 5.274-2.467 10.173-2.143 15.923-2.04l3.607.018c3.79.022 7.58.072 11.37.123q3.86.03 7.723.055 9.45.067 18.902.195l-.011-3.348q-.134-40.338-.196-80.674c-.02-13.005-.049-26.01-.095-39.014q-.06-17.002-.074-34.006c-.006-6.002-.018-12.003-.047-18.004q-.039-8.476-.03-16.953a903 903 0 0 0-.024-6.215 778 778 0 0 1-.004-8.504l-.035-2.467C95.57 22.37 99.169 14.155 105 8c7.364-5.918 14.445-8.162 23.713-9.095' fill='%23E1E4E6'/%3E%3Cpath d='m48.372 239.497 3.845-.032 4.2.027q2.24-.006 4.48-.019c4.1-.017 8.2-.008 12.301.004 4.424.01 8.847-.005 13.27-.016 8.665-.018 17.33-.014 25.994-.002q10.562.013 21.125.006l3.035-.002 6.106-.004c19.09-.011 38.179.002 57.268.023q24.571.026 49.142-.003a32212 32212 0 0 1 63.142-.014l3.023.002q10.55.003 21.1-.012 12.856-.018 25.713.013c4.374.01 8.747.015 13.12.001q6.006-.017 12.012.016 2.172.007 4.344-.007c13.48-.084 13.48-.084 19.408 4.522 4.455 4.807 5.125 8.208 5.147 14.647l.011 2.057q.015 3.42.019 6.84l.02 4.898c.021 5.367.031 10.734.041 16.101l.013 5.545q.029 13.025.041 26.051.015 15.03.077 30.06.044 11.622.048 23.242c.002 4.626.011 9.251.036 13.877q.034 6.532.018 13.063 0 2.393.02 4.784c.122 15.134.122 15.134-4.491 21.835-5.002 3.98-8.697 5.124-14.99 5.134l-3.818.014h-4.217q-2.232.004-4.462.01-6.147.014-12.293.017-6.623.007-13.246.022c-10.667.02-21.334.03-32.001.039l-15.062.015a85472 85472 0 0 1-63.044.044l-3.261.002c-17.446.008-34.892.033-52.337.066q-26.853.049-53.706.054c-10.055.002-20.11.011-30.165.036q-12.84.034-25.683.02c-4.37-.004-8.738-.002-13.108.017q-5.998.026-11.996.001-2.172-.003-4.343.014c-12.158.093-12.158.093-15.918-2.16-4.984-4.973-6.85-8.467-6.858-15.556l-.019-2.131a579 579 0 0 1 .01-7.033q-.009-2.528-.022-5.057c-.018-4.57-.011-9.14.002-13.71.01-4.786 0-9.572-.006-14.358q-.01-12.055.022-24.11c.021-9.287.014-18.574-.008-27.862q-.026-11.967-.01-23.934c.006-4.763.007-9.526-.006-14.29q-.017-6.717.02-13.434.008-2.464-.006-4.927c-.01-2.244.003-4.488.023-6.732l.005-3.803c.79-5.347 3.036-8.264 7.251-11.551 3.595-2.053 5.528-2.358 9.624-2.36' fill='%23F15642'/%3E%3Cpath d='M352 0c6.669 5.483 12.714 11.565 18.81 17.665l3.55 3.54q4.794 4.782 9.581 9.569l5.985 5.98q10.44 10.425 20.872 20.858 9.731 9.732 19.476 19.451 8.37 8.35 16.727 16.709 4.99 4.992 9.99 9.976 4.69 4.677 9.369 9.367 1.722 1.725 3.45 3.442 2.347 2.338 4.681 4.687l2.654 2.653C479 126 479 126 479 128q-18.907.07-37.815.104-8.78.014-17.56.047-8.481.032-16.962.039-3.228.004-6.456.021c-3.026.015-6.05.017-9.076.016l-2.668.022c-10.813-.036-19.31-1.812-27.463-9.249-7.603-9.19-9.16-18.147-9.114-29.769v-2.929q.002-4.772.016-9.544l.005-6.633q.006-8.715.024-17.43.014-8.898.02-17.797Q351.967 17.45 352 0' fill='%23B0B7BD'/%3E%3Cpath d='m202.902 294.797 2.401-.017q2.526-.014 5.052-.02c2.541-.01 5.082-.04 7.624-.072 15.664-.103 28.39 2.508 40.24 13.44 2.878 3.025 4.91 6.15 6.781 9.872l1.191 2.215c4.984 10.992 4.747 25.829.684 37.098C261.78 368.373 253.556 377.575 242 382c-5.668 1.929-10.729 2.32-16.695 2.336l-2.76.02q-2.87.015-5.743.015c-2.925.004-5.85.04-8.775.078q-2.799.009-5.597.012l-2.64.043-2.478-.018-2.163.008c-3.294-.757-4.858-2.02-7.149-4.494-.506-2.78-.686-4.955-.647-7.734l-.027-2.347a504 504 0 0 1 .01-7.669 3265 3265 0 0 0-.015-5.335q-.009-5.589.027-11.177c.029-4.775.012-9.55-.018-14.325a1348 1348 0 0 1 0-11.015q.006-2.64-.011-5.282c-.013-2.461.006-4.92.034-7.382l-.03-2.204c.078-3.773.382-5.235 3.092-7.95 4.317-2.638 7.515-2.755 12.487-2.783' fill='%23FEFBFB'/%3E%3Cpath d='M415 419h1c.109 2.689.188 5.373.25 8.063l.102 2.279c.099 5.741-1.071 8.93-4.352 13.658-4.296 3.981-7.398 5.125-13.18 5.123l-3.269.006-3.605-.009-3.819.003q-5.258.002-10.514-.007-5.667-.005-11.332-.002-9.819 0-19.639-.008-14.197-.011-28.394-.012-23.033-.004-46.066-.019-22.377-.014-44.755-.02h-2.785l-13.834-.005Q153.403 448.034 96 448v-16l4.772-.004a91476 91476 0 0 0 125.953-.204l2.776-.005c14.832-.031 29.664-.048 44.496-.06q22.83-.02 45.657-.082 14.087-.038 28.173-.036 9.66-.001 19.32-.041c3.715-.015 7.43-.023 11.145-.014 4.03.01 8.06-.011 12.091-.035l3.55.023c6.809-.071 11.277-.872 17.067-4.542 1.72-2.021 1.72-2.021 2.5-4.25.3-.706.598-1.413.906-2.14z' fill='%23CAD0D7'/%3E%3Cpath d='M480 127v96c-7.875-6.75-7.875-6.75-11.183-10.056l-2.273-2.264-2.417-2.423-2.604-2.6q-3.504-3.498-7.003-7.002-3.67-3.673-7.343-7.342-6.153-6.151-12.303-12.308-7.117-7.124-14.241-14.24a19756 19756 0 0 1-12.243-12.24q-3.651-3.655-7.307-7.305a6905 6905 0 0 1-8.116-8.124l-2.46-2.454-2.213-2.221-1.94-1.94C385 129 385 129 385 128l85.258-.908 2.652-.029c5.976-.063 5.976-.063 7.09-.063' fill='%23C9D0D7'/%3E%3Cpath d='m115.465 293.797 2.266-.017q2.385-.014 4.77-.02c2.396-.01 4.792-.04 7.188-.072 12.244-.086 23.764.712 33.311 9.312 8.19 9.966 9.17 19.504 8 32-1.776 7.845-5.579 13.74-12.312 18.188q-1.83.934-3.688 1.812l-3.293 1.602c-6.323 2.336-13.068 1.712-19.707 1.586q-2.04-.024-4.082-.042A1219 1219 0 0 1 118 358l.063 1.956c.084 2.931.136 5.862.187 8.794l.102 3.078c.098 7.505.098 7.505-2.153 10.84-3.295 1.996-5.425 1.928-9.199 1.332-3.513-2.686-4.853-4.165-5.628-8.567q-.039-2.086-.003-4.173l-.022-2.313c-.017-2.514.003-5.027.024-7.54q0-2.63-.007-5.257-.003-5.503.04-11.005c.033-4.698.027-9.395.008-14.092-.01-3.617-.001-7.234.014-10.85q.008-2.6-.002-5.197a533 533 0 0 1 .043-7.266l-.02-2.16c.091-4.782 1.17-7.218 4.553-10.58 3.02-1.51 6.151-1.184 9.465-1.203' fill='%23FEFBFB'/%3E%3Cpath d='m298.554 294.855 2.863-.02 3.103-.003 3.184-.01q3.34-.007 6.68-.007c3.404-.002 6.808-.02 10.212-.04q3.243-.005 6.486-.005l3.084-.022 2.892.01 2.532-.005c3.48.357 6.307 1.524 9.222 3.434 1.952 2.978 1.612 5.361 1.188 8.813-2.219 2.907-3.52 3.84-7 5-2.95.085-5.875.116-8.824.098l-2.61-.005a3188 3188 0 0 1-8.254-.03l-5.595-.014c-4.573-.01-9.145-.03-13.717-.049v20l7.227-.14q3.484-.046 6.97-.08 2.412-.03 4.824-.082c2.319-.049 4.636-.071 6.956-.089l2.16-.062c5.1-.002 7.929 1.266 11.863 4.453 1.779 2.398 2.012 3.519 1.937 6.5-1.3 3.466-2.807 4.527-5.937 6.5-2.924.343-5.453.47-8.363.39l-2.4-.017a662 662 0 0 1-7.55-.123q-2.567-.03-5.134-.055c-4.185-.044-8.369-.113-12.553-.195l.08 2.675c.085 3.29.147 6.577.195 9.868q.038 2.131.102 4.262c.061 2.049.09 4.095.111 6.144l.08 3.73c-.728 4.255-2.207 5.697-5.568 8.321-3.5.625-3.5.625-7 0-3.51-2.692-4.853-4.17-5.635-8.574q-.043-2.09-.012-4.182l-.027-2.318c-.021-2.519-.007-5.036.01-7.555q-.004-2.632-.015-5.263-.009-5.509.027-11.018c.029-4.707.012-9.413-.018-14.12-.018-3.62-.012-7.242 0-10.863a603 603 0 0 0-.011-5.206c-.013-2.426.006-4.849.034-7.274l-.03-2.171c.08-3.75.396-5.175 3.092-7.87 3.43-2.104 5.153-2.713 9.139-2.731' fill='%23FEFBFA'/%3E%3Cpath d='M205 311c31.92 0 31.92 0 40.938 8.875 6.553 8.362 7.036 15.592 6.062 26.125-1.52 6.708-3.948 12.293-9 17-12.746 7.748-20.134 5-38 5zm-86 0 12.625-.25 3.948-.11c10.624-.102 10.624-.102 15.427 4.36 3.922 4.334 4.63 7.87 4.39 13.531-.754 4.77-2.86 8.078-6.452 11.344-3.637 2.111-6.582 2.244-10.7 2.223l-3.053-.008-3.873-.027L119 342z' fill='%23F15642'/%3E%3C/svg%3E");
}

.icon-bg-cycle {
  width: 30px;
  height: 30px;
}
.icon-bg-cycle::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M429 283c10.326.67 20.485 2.414 30.688 4.063l5.341.853Q471.515 288.952 478 290c-5.862 41.72-23.49 80.15-51 112l-2.363 2.758A262 262 0 0 1 418 412l-1.42 1.502c-7.942 8.345-16.341 15.63-25.58 22.498l-1.69 1.284c-9.56 7.258-19.663 13.193-30.31 18.716l-2.269 1.184c-31.374 16.165-65.498 23.267-100.606 23.191l-2.86-.002c-15.409-.04-30.188-.929-45.265-4.373l-2.863-.65C185.483 470.734 166.774 463.537 149 454l-1.978-1.034C136.205 447.303 126.536 440.61 117 433l-1.69-1.334C100.417 419.816 87.425 406.186 76 391l-11-14-1 63H32V312h128v32l-55 1c30.112 42.658 67.39 73.546 119.922 83.219 47.093 7.73 94.902-2.753 133.87-30.513 6.339-4.648 12.124-9.756 17.729-15.258a367 367 0 0 1 4.374-4.19C407.343 352.734 422.005 318.585 429 283M298 35l2.581.536C343.417 44.532 381.422 64.773 413 95l1.507 1.425c8.029 7.618 14.781 15.78 21.493 24.575l11 14 1-63h32v128H352v-32l55-1c-31.649-44.835-70.05-74.51-125-84-44.683-7.345-91.442 5.01-128.25 30.875-5.336 3.83-10.214 8.068-14.933 12.634-2.293 2.206-3.747 3.468-6.817 4.491a92 92 0 0 0-2 4c-1.375 1.465-1.375 1.465-3 2.938-24.443 23.937-37.533 58.166-44 91.062-10.326-.67-20.485-2.414-30.687-4.062l-5.342-.854Q40.485 223.048 34 222c6.648-46.892 28.415-88.958 61-123l1.425-1.507C104.022 89.487 112.159 82.593 121 76l1.694-1.289C147.964 55.526 178.102 42.771 209 36l2.687-.599C238.981 29.604 270.688 29.004 298 35'/%3E%3C/svg%3E");
}

.icon-bg-redirect {
  width: 30px;
  height: 30px;
}
.icon-bg-redirect::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-share-fill' viewBox='0 0 16 16'%3E%3Cpath d='M11 2.5a2.5 2.5 0 1 1 .603 1.628l-6.718 3.12a2.5 2.5 0 0 1 0 1.504l6.718 3.12a2.5 2.5 0 1 1-.488.876l-6.718-3.12a2.5 2.5 0 1 1 0-3.256l6.718-3.12A2.5 2.5 0 0 1 11 2.5'/%3E%3C/svg%3E");
}

.icon-bg-projects {
  width: 30px;
  height: 30px;
}
.icon-bg-projects::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='m310 255 3.02 1.684c7.55 4.504 13.689 10.246 19.98 16.316l2.219 2.027C351.373 290.187 363.13 314.903 365 337c.099 8.954-1.885 15.784-7.875 22.5-18.264 17.062-47.486 23.719-71.125 28.5l-3.687.758c-29.241 4.896-59.413.406-87.313-8.758l-2.181-.71c-15.382-5.116-34.965-12.47-43.381-27.228-5.883-14.313.143-30.82 5.542-44.437C166.4 280.495 189.063 259.272 216 248c8.381-3.17 17.119-5.752 26-7l2.758-.406c22.959-2.584 45.351 3.17 65.242 14.406' fill='%23fff'/%3E%3Cpath d='M166.73 242.07c11.907 10.124 11.907 10.124 15.27 14.93-1.481 3.603-3.452 5.42-6.437 7.875C155.528 282.571 141.679 310.517 139 337a181 181 0 0 0 0 12c-37.556 6.24-79.194 1.53-111.73-19.79-5.38-3.983-9.117-7.75-11.27-14.21-1.65-21.089 6.571-41.47 20.125-57.516 2.25-2.538 4.55-5.015 6.875-7.484l1.64-1.871C50.116 242.143 57.078 238.094 64 234l2.906-1.73c31.298-17.1 72.327-12.495 99.824 9.8m294.32.414C478.357 257.246 492.314 277.057 496 300c1.134 16.602 1.134 16.602-4 23-18.164 20.828-56.11 27.025-82.1 28.875L408 352l-2.734.184c-10.638.311-21.811-1.312-32.266-3.184l.105-2.062c.875-31.334-14.942-58.954-35.527-81.344-2.402-2.417-4.87-4.53-7.578-6.594 4.614-13.249 21.025-22.19 33.074-28.21 32.116-15.163 70.204-10.109 97.977 11.694' fill='%23ffffff'/%3E%3Cpath d='M288 132c9.936 8.11 16.167 18.444 19 31 .292 3.276.334 6.525.313 9.813l-.018 2.697c-.234 12.65-4.768 24.404-13.494 33.806C283.003 219.412 269.942 225.35 255 225c-14.406-1.13-27.18-6.119-37-17l-1.457-1.48c-10.124-10.79-12.143-24.372-11.852-38.56.603-13.257 7.442-25.108 17.02-34.112C240.885 118.37 268.004 117.003 288 132' fill='%23fff'/%3E%3Cpath d='M431 131c8.302 6.707 14.272 16.433 16 27 1.267 15.074-1.782 27.222-11.625 38.934-4.2 4.52-8.82 7.439-14.375 10.066l-1.965.938c-10.521 4.475-22.636 3.838-33.21-.13-12.495-5.826-20.536-14.268-25.637-27.058-3.64-11.496-3.161-23.534 2.136-34.488 1.454-2.514 3-4.892 4.676-7.262l1.336-1.93c15.13-19.678 43.812-19.55 62.664-6.07m-295.25-1.437c9.917 7.727 15.108 17.51 18 29.562 1.248 14.357-2.215 26.406-11.437 37.563-8.346 8.988-19.312 13.542-31.438 14.3-12.69.052-24.539-4.545-33.875-13.175-9.247-10.074-12.655-22.327-12.309-35.739.689-12.238 6.875-22.075 15.559-30.387 15.673-13.257 38.787-13.274 55.5-2.125' fill='%23ffffff'/%3E%3C/svg%3E");
}

.icon-bg-map-pin {
  width: 30px;
  height: 30px;
}
.icon-bg-map-pin::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(51,51,51,0.95)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}

.icon-bg-ddown {
  width: 30px;
  height: 30px;
}
.icon-bg-ddown::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='512' height='512'%3E%3Cpath d='M0 0 C70.62 0 141.24 0 214 0 C210.51710005 4.06338328 207.23174222 7.89323478 203.48208618 11.63816833 C202.63242279 12.48920639 201.7827594 13.34024445 200.90734863 14.21707153 C199.99384644 15.12697845 199.08034424 16.03688538 198.13916016 16.97436523 C197.15285096 17.96039184 196.16676293 18.94663971 195.18087769 19.93309021 C192.5223944 22.59185869 189.86085408 25.24754727 187.19872713 27.90266681 C184.41025453 30.68485956 181.62464098 33.46991197 178.8387146 36.25465393 C173.57102436 41.51924445 168.30079174 46.78128212 163.02962625 52.04239279 C157.0251978 58.03561775 151.02363146 64.03170534 145.02229619 70.02802742 C132.68469825 82.35519177 120.3435357 94.67878136 108 107 C104.5048724 105.50184141 102.24881825 103.49796789 99.57073975 100.81797791 C98.69016907 99.94160172 97.80959839 99.06522552 96.90234375 98.16229248 C95.93447341 97.18893912 94.96670332 96.21548606 93.99902344 95.24194336 C92.97423779 94.21823087 91.94901928 93.19495155 90.92340088 92.17207336 C88.14227067 89.3957877 85.3674259 86.61329698 82.59379864 83.82951808 C79.6929535 80.9198911 76.7868393 78.01553568 73.88140869 75.11048889 C69.00573828 70.23388222 64.13395568 65.35341888 59.26464844 60.47045898 C53.62731135 54.81737479 47.98474285 49.16955607 42.33916068 43.52470678 C36.91405966 38.100215 31.49181611 32.67287688 26.07117462 27.24392891 C23.76094155 24.93015674 21.44985341 22.61724357 19.13811493 20.30497551 C16.42056849 17.58642823 13.70557369 14.86535816 10.9925766 12.14227104 C9.99365952 11.14042126 8.99388249 10.1394281 7.99320984 9.13933182 C6.63360186 7.78021086 5.27735957 6.41772541 3.92132568 5.05503845 C3.1595892 4.29162612 2.39785271 3.52821379 1.61303329 2.74166775 C0 1 0 1 0 0 Z ' fill='%23000000' transform='translate(149,213)'/%3E%3C/svg%3E");
}

.icon-bg-match {
  width: 30px;
  height: 30px;
}
.icon-bg-match::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M100.156-.508q2.107-.007 4.213-.019c3.83-.016 7.66-.008 11.491.004 4.142.01 8.284-.005 12.426-.016 8.103-.018 16.205-.014 24.308-.002q9.882.013 19.763.006l2.846-.002 5.723-.004c17.872-.011 35.744.002 53.617.023q22.984.026 45.968-.003a28240 28240 0 0 1 59.132-.014l2.833.002q9.866.003 19.73-.012 12.03-.018 24.058.013c4.088.01 8.177.015 12.265.001q5.622-.017 11.244.016c1.986.007 3.973-.006 5.96-.02 13.271.115 25.222 4.656 35.017 13.785 11.53 12.37 13.85 26.268 13.758 42.506q.006 2.693.019 5.386c.016 4.912.008 9.823-.004 14.735-.01 5.306.005 10.61.016 15.916.018 10.386.014 20.77.002 31.156q-.013 12.663-.006 25.327l.002 3.643.004 7.328c.011 22.896-.002 45.793-.023 68.69q-.025 29.454.003 58.91a46342 46342 0 0 1 .014 75.744l-.002 3.628q-.003 12.645.012 25.288.018 15.415-.013 30.83c-.01 5.24-.015 10.481-.001 15.722q.017 7.203-.016 14.406a635 635 0 0 0 .007 5.199c.082 15.726-2.851 28.966-13.846 40.848-9.964 9.463-21.506 14.279-35.303 14.381-9.136-.375-17.169-3.144-25.701-6.135a2847 2847 0 0 0-4.746-1.623q-4.965-1.697-9.926-3.413c-4.851-1.675-9.713-3.32-14.58-4.953l-2.382-.8-4.771-1.602a7626 7626 0 0 1-12.093-4.078l-4.865-1.643-2.435-.823q-4.875-1.647-9.75-3.29l-7.297-2.464q-4.795-1.62-9.591-3.233c-7.252-2.444-14.493-4.913-21.705-7.475-3.227-1.146-6.457-2.282-9.687-3.418a641 641 0 0 1-4.56-1.634 627 627 0 0 0-6.295-2.239l-3.591-1.288c-5.996-1.38-11.084.279-16.784 2.22l-3.728 1.26-4.003 1.375-4.209 1.428a4946 4946 0 0 0-11.227 3.83q-5.83 1.989-11.664 3.97-12.417 4.224-24.828 8.467l-8.589 2.934q-5.487 1.874-10.973 3.75a3970 3970 0 0 1-9.686 3.298l-6.916 2.348a856 856 0 0 0-14.104 4.965c-39.949 14.388-39.949 14.388-57.304 6.635L75 508l-2.633-1.355C60.792 500.2 52.65 490.093 48.91 477.259c-.962-4.033-1.163-7.85-1.167-12.006l-.01-2.244c-.01-2.47-.005-4.94 0-7.411l-.014-5.38c-.012-4.92-.012-9.841-.01-14.761 0-5.31-.01-10.62-.02-15.93q-.023-15.599-.023-31.197-.002-12.68-.012-25.36-.026-35.954-.025-71.906v-7.835c.001-20.966-.018-41.933-.046-62.899q-.043-32.295-.04-64.591c0-12.087-.006-24.174-.027-36.26q-.029-15.435-.009-30.87c.006-5.25.007-10.498-.01-15.747q-.024-7.213.004-14.425.005-2.604-.012-5.208c-.092-15.295 3.019-28.453 13.761-39.979C72.396 2.862 85.26-.612 100.156-.508M231 128c-5.557 7.691-9.501 16.695-13.716 25.17a1972 1972 0 0 1-3.534 7.057l-2.242 4.492-1.07 2.127c-1.82 3.412-1.82 3.412-2.438 7.154l-2.24.137c-8.634.591-17.158 1.612-25.718 2.855a845 845 0 0 1-6.712.928c-11.496 1.62-22.553 3.72-30.33 13.08-5.08 8.346-8.605 16.567-6.469 26.46 2.822 10.213 8.82 16.191 16.508 23.118 2.646 2.402 5.242 4.855 7.838 7.31q2.056 1.92 4.158 3.79c11.222 10.01 11.222 10.01 12.411 15.312.159 4.183-.769 8.045-1.91 12.045-.851 3.119-1.31 6.295-1.825 9.485q-.998 5.496-2.031 10.986c-2.4 13.303-2.885 23.539 4.508 35.244 4.601 6.026 11.925 10.138 19.25 11.805 17.699 2.212 34.446-9.717 49.167-18.188l2.056-1.16a385 385 0 0 0 5.28-3.074c3.952-1.464 5.187-.672 9.059.867a216 216 0 0 1 7.086 3.555l2.002 1.039a2340 2340 0 0 1 6.287 3.281 7915 7915 0 0 0 8.273 4.305l1.988 1.034C301.98 346.366 301.98 346.366 319 346c11.479-4.37 17.242-10.972 22.375-21.938 2.37-11.612-.828-23.5-2.937-34.937q-1.017-5.524-2.004-11.055l-.48-2.535c-1.43-8.002-1.43-8.002.046-11.535 1.905-2.413 4.057-4.522 6.266-6.656l1.91-1.893c2.015-1.994 4.044-3.972 6.074-5.951q2.026-1.996 4.05-3.996 3.735-3.685 7.486-7.354l1.654-1.621q2.191-2.147 4.388-4.289c2.236-2.306 3.535-4.357 4.922-7.24l1.234-2.5c3.38-8.317 2.314-16.36-.984-24.5-4.51-8.74-10.533-13.888-19.726-17.277-3.79-1.205-7.63-1.768-11.56-2.328l-2.605-.391q-2.707-.403-5.418-.794c-2.75-.397-5.5-.81-8.248-1.224l-5.29-.779-2.466-.37c-4.616-.657-9.025-.957-13.687-.837l-.755-2.487c-1.444-4.076-3.246-7.859-5.167-11.728l-1.159-2.345q-1.212-2.445-2.43-4.889a1326 1326 0 0 1-3.66-7.432q-1.187-2.386-2.376-4.771l-1.08-2.22c-5.165-10.242-12.18-16.302-22.873-20.503-12.916-2.306-24.1 1.08-33.5 10.375' fill='%23ffc106'/%3E%3Cpath d='M255 147h2l.788 1.623a3300 3300 0 0 0 8.227 16.791q1.536 3.125 3.058 6.26a1393 1393 0 0 0 4.43 9.017l1.35 2.807c4.296 8.598 9.869 15.285 19.147 18.502 11.386 2.94 23.026 4.358 34.665 5.878 2.326.305 4.65.621 6.976.938l2.155.272c4.978.686 4.978.686 7.204 2.912a5818 5818 0 0 1-8.96 9.015l-3.037 3.058c-5.293 5.337-10.587 10.613-16.34 15.462-6.65 5.857-12.2 13.623-12.814 22.7-.017 6 .594 11.64 1.682 17.535l.471 2.678c.491 2.79.994 5.577 1.498 8.365q.755 4.207 1.498 8.417.46 2.606.935 5.209c.694 3.902 1.264 7.578 1.067 11.561q-3.159-1.557-6.312-3.125l-2.082-1.034a789 789 0 0 1-14.434-7.42l-3.612-1.893a1533 1533 0 0 1-7.153-3.778c-9.093-4.77-18.245-9.284-28.692-6.04-6.6 2.724-12.976 5.805-19.34 9.04l-6.32 3.188-3.103 1.57a2729 2729 0 0 1-12.452 6.242l-3.844 1.922L201 316c.65-10.464 2.61-20.676 4.491-30.972 3.73-18.726 3.73-18.726-2.003-36.415-4.733-6.265-10.226-11.702-16.18-16.797-4.467-3.894-8.644-8.04-12.808-12.254l-2.203-2.216q-2.652-2.67-5.297-5.346c3.048-3.048 6.843-2.855 10.96-3.367l5.56-.746q4.37-.571 8.74-1.132c22.123-2.287 22.123-2.287 39.74-14.755 2.286-3.402 4.1-6.935 5.875-10.625l1.499-2.992a841 841 0 0 0 3.072-6.213 973 973 0 0 1 4.765-9.565A2654 2654 0 0 0 255 147' fill='%23ffc106'/%3E%3C/svg%3E");
}

.icon-bg-read {
  width: 30px;
  height: 30px;
}
.icon-bg-read::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M349.277 131.477c5.906 4.817 9.932 10.807 10.723 18.523.704 9.15-2.234 15.798-7.98 22.742a156 156 0 0 1-14.663 14.397c-4.373 3.82-8.484 7.86-12.574 11.98l-2.358 2.363q-2.516 2.52-5.027 5.045a7501 7501 0 0 1-7.973 7.997A29873 29873 0 0 0 292.5 231.5q-9.809 9.845-19.626 19.682-3.914 3.925-7.823 7.855l-4.834 4.844-2.17 2.185c-3.889 3.89-7.885 7.568-12.048 11.16-3.55 3.15-6.873 6.526-10.216 9.893l-2.358 2.363q-2.516 2.52-5.027 5.045a7501 7501 0 0 1-7.973 7.997A29873 29873 0 0 0 203.5 319.5q-9.809 9.845-19.626 19.682-3.914 3.925-7.823 7.855l-4.834 4.844-2.17 2.185a207 207 0 0 1-12.248 11.336c-2.464 2.19-4.676 4.581-6.922 6.99-5.929 6.3-11.038 11.111-19.877 12.608l-2.07.352c-6.528.502-13.528-1.688-18.651-5.7-4.588-4.053-8.796-8.486-13.029-12.902a2258 2258 0 0 0-3.863-3.934c-5.39-5.497-10.67-11.044-15.673-16.897-3.868-4.33-8.08-8.344-12.214-12.419-5.42-5.344-10.734-10.68-15.686-16.463-3.74-4.2-7.809-8.091-11.814-12.037-5.303-5.224-10.473-10.456-15.315-16.11-2.33-2.614-4.847-5.004-7.382-7.417-8.758-8.393-14.393-14.5-14.865-27.098.367-9.131 2.384-13.564 9-19.75 5.353-4.674 9.652-5.937 16.75-6.062l3.73-.122c9.2.674 15.743 6.552 21.52 13.184q2.053 2.272 4.117 4.535l2.167 2.387c4.745 5.11 9.75 9.966 14.72 14.856 3.443 3.407 6.808 6.82 9.96 10.5 4.42 5.141 9.273 9.84 14.098 14.597 5.481 5.404 10.866 10.799 15.874 16.646 2.713 3.093 5.634 5.968 8.564 8.854l1.783 1.77q2.136 2.117 4.279 4.23c7.769-6.326 14.64-13.577 21.673-20.693q2.55-2.576 5.104-5.147l1.532-1.557a142 142 0 0 1 8.394-7.806c4.258-3.712 8.26-7.633 12.238-11.64l2.27-2.275q2.42-2.426 4.836-4.853a6936 6936 0 0 1 7.67-7.695Q197.862 250.17 206 242q9.437-9.473 18.882-18.938 3.765-3.776 7.524-7.556l4.653-4.662 2.085-2.1c3.854-3.856 7.824-7.498 11.95-11.06 2.946-2.603 5.7-5.379 8.455-8.183l1.821-1.84q1.935-1.957 3.868-3.916a2980 2980 0 0 1 6.147-6.206 7651 7651 0 0 0 17.459-17.63 3365 3365 0 0 1 10.726-10.82 1050 1050 0 0 0 4.056-4.107c12.573-12.8 27.378-25.353 45.651-13.505M502 133c4.502 3.888 8.104 8.313 10 14 .603 8.331 1.07 15.976-4 23l-1.75 2.563c-1.888 2.045-3.766 3.78-5.877 5.582-4.385 3.814-8.497 7.852-12.59 11.974l-2.358 2.363q-2.516 2.52-5.027 5.045a7501 7501 0 0 1-7.973 7.997A29873 29873 0 0 0 455.5 222.5q-9.809 9.845-19.626 19.682-3.914 3.925-7.823 7.855l-4.834 4.844-2.17 2.185c-3.889 3.89-7.885 7.568-12.048 11.16-3.55 3.15-6.873 6.526-10.216 9.893l-2.358 2.363q-2.516 2.52-5.027 5.045a7501 7501 0 0 1-7.973 7.997A29873 29873 0 0 0 366.5 310.5q-9.809 9.845-19.626 19.682-3.914 3.924-7.823 7.855l-4.834 4.844-2.17 2.185a217 217 0 0 1-12.312 11.42c-2.481 2.166-4.762 4.5-7.048 6.87l-2.82 2.884a824 824 0 0 0-4.304 4.443c-7.785 8.09-14.2 13.48-25.688 14.63-12.829-1.035-19.69-8.19-28.125-17a1844 1844 0 0 0-3.43-3.475c-19.147-19.49-19.147-19.49-19.757-31.713.24-7.412 3.079-14.915 8.437-20.125 8.086-5.864 15.003-6.992 25-6 7.62 2.28 12.81 7.158 18 13 7.552-6.165 14.258-13.194 21.1-20.12q2.446-2.472 4.896-4.939l1.466-1.49a139 139 0 0 1 8.218-7.63c4.363-3.805 8.46-7.833 12.537-11.94l2.358-2.363q2.516-2.52 5.027-5.045 3.983-4.002 7.973-7.997 8.466-8.485 16.925-16.976 9.809-9.845 19.626-19.682 3.914-3.925 7.823-7.855l4.834-4.844 2.17-2.185a225 225 0 0 1 12.168-11.277c2.84-2.504 5.49-5.175 8.136-7.88l1.729-1.752q1.835-1.86 3.666-3.724c2.61-2.652 5.23-5.295 7.848-7.938 4.858-4.904 9.713-9.811 14.55-14.736q5.075-5.162 10.182-10.294a761 761 0 0 0 3.843-3.907C469.51 132.706 484.49 121.326 502 133'/%3E%3C/svg%3E");
}

.icon-bg-user-check {
  width: 30px;
  height: 30px;
}
.icon-bg-user-check::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(51,51,51,0.95)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpolyline points='16 11 18 13 22 9'/%3E%3C/svg%3E");
}

.icon-bg-folder-open {
  width: 30px;
  height: 30px;
}
.icon-bg-folder-open::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(51,51,51,0.95)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z'/%3E%3C/svg%3E");
}

.icon-bg-phone {
  width: 30px;
  height: 30px;
}
.icon-bg-phone::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(51,51,51,0.95)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
}

.icon-bg-check-circle {
  width: 30px;
  height: 30px;
}
.icon-bg-check-circle::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(51,51,51,0.95)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 11.08V12a10 10 0 1 1-5.93-9.14'/%3E%3Cpolyline points='22 4 12 14.01 9 11.01'/%3E%3C/svg%3E");
}

.icon-bg-send {
  width: 30px;
  height: 30px;
}
.icon-bg-send::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(51,51,51,0.95)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='22' y1='2' x2='11' y2='13'/%3E%3Cpolygon points='22 2 15 22 11 13 2 9 22 2'/%3E%3C/svg%3E");
}

.icon-bg-zap {
  width: 30px;
  height: 30px;
}
.icon-bg-zap::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(51,51,51,0.95)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='13 2 3 14 12 14 11 22 21 10 12 10 13 2'/%3E%3C/svg%3E");
}

.icon-bg-mail {
  width: 30px;
  height: 30px;
}
.icon-bg-mail::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(51,51,51,0.95)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'/%3E%3Cpolyline points='22,6 12,13 2,6'/%3E%3C/svg%3E");
}

.icon-bg-file-plus {
  width: 30px;
  height: 30px;
}
.icon-bg-file-plus::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(51,51,51,0.95)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpolyline points='14 2 14 8 20 8'/%3E%3Cline x1='12' y1='18' x2='12' y2='12'/%3E%3Cline x1='9' y1='15' x2='15' y2='15'/%3E%3C/svg%3E");
}

.icon-bg-clock {
  width: 30px;
  height: 30px;
}
.icon-bg-clock::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(51,51,51,0.95)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpolyline points='12 6 12 12 16 14'/%3E%3C/svg%3E");
}

.icon-bg-map-pin {
  width: 30px;
  height: 30px;
}
.icon-bg-map-pin::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(51,51,51,0.95)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}

.icon-bg-calendar-check {
  width: 30px;
  height: 30px;
}
.icon-bg-calendar-check::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(51,51,51,0.95)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3Cpolyline points='9 16 11 18 15 14'/%3E%3C/svg%3E");
}

.icon-bg-award {
  width: 30px;
  height: 30px;
}
.icon-bg-award::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(51,51,51,0.95)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='7'/%3E%3Cpolyline points='8.21 13.89 7 23 12 20 17 23 15.79 13.88'/%3E%3C/svg%3E");
}

.icon {
  width: 20px;
  height: 20px;
}
.icon-chevron-up::before, .icon-chevron-left::before {
  transform: scale(-1);
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -ms-transform: scale(-1);
  -o-transform: scale(-1);
}

.icon-bg {
  width: 100px;
  height: 100px;
}
.icon-bg-chevron-up::before, .icon-bg-chevron-left::before {
  transform: scale(-1);
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -ms-transform: scale(-1);
  -o-transform: scale(-1);
}

@keyframes glow {
  0% {
    text-shadow: 0 0 10px #ffffff, 2px 2px 2px rgba(58, 134, 248, 0);
  }
  50% {
    text-shadow: 0 0 0 #ffffff, 2px 2px 2px rgba(58, 134, 248, 0);
  }
  100% {
    text-shadow: 0 0 10px #ffffff, 2px 2px 2px rgba(58, 134, 248, 0);
  }
}
@keyframes drag {
  0% {
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
  }
  50% {
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
  }
  100% {
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
  }
}
@keyframes shake {
  0%, 20% {
    transform: translateX(0);
  }
  2% {
    transform: translateX(-1px);
  }
  4% {
    transform: translateX(1px);
  }
  6% {
    transform: translateX(-1px);
  }
  8% {
    transform: translateX(1px);
  }
  10% {
    transform: translateX(-1px);
  }
  12% {
    transform: translateX(1px);
  }
  14% {
    transform: translateX(-1px);
  }
  16% {
    transform: translateX(1px);
  }
  18% {
    transform: translateX(-1px);
  }
  20% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes flash {
  0% {
    background: rgb(255, 255, 255);
    opacity: 0.8;
    left: -75px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
  }
  100% {
    background: #3a86f8;
    opacity: 0;
    left: 120%;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
  }
}
@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translateY(100%) translateX(-50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(-50%);
  }
}
.animation-fadeInUp2 {
  animation: fadeInUp2 0.6s ease forwards;
  animation-delay: 0.6s;
}

@keyframes firstSmallIconAnimation {
  10% {
    top: -5px;
    left: -2px;
    transform: rotate(-45deg);
  }
  50% {
    top: -10px;
    left: -5px;
  }
  100% {
    top: calc(50% - 5px);
    left: calc(50% - 5px);
  }
}
@keyframes secondSmallIconAnimation {
  10% {
    top: -5px;
    transform: rotate(-25deg);
  }
  50% {
    top: -25px;
  }
  100% {
    top: calc(50% - 11px);
  }
}
@keyframes thirdSmallIconAnimation {
  10% {
    top: -5px;
    left: 12px;
    transform: rotate(45deg);
  }
  50% {
    top: -15px;
    left: 15px;
  }
  100% {
    top: calc(50% - 12px);
    left: calc(50% - 11px);
  }
}
@keyframes Throttle {
  0% {
    transform: scale(1);
  }
  31% {
    transform: scale(1.21);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes shimmer {
  0% {
    background-position: 0% 0;
  }
  100% {
    background-position: 100% 0;
  }
}
@keyframes Reveal {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes fillWater {
  to {
    width: 100%;
  }
}
@keyframes fillWaterVerticle {
  to {
    height: 100%;
  }
}
@keyframes fillWaterVerticleTopDown {
  to {
    height: 0%;
  }
}
@keyframes strip {
  to {
    left: 100%;
  }
}
@keyframes progressShrink {
  from {
    width: 100%;
  }
  to {
    width: 0%;
  }
}
@keyframes curve-left {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  40% {
    transform: translate(-30px, -40px) scale(1.05);
  }
  100% {
    transform: translate(-60px, -80px) scale(0.9);
    opacity: 0;
  }
}
@keyframes curve-minor-left {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  40% {
    transform: translate(-15px, -50px) scale(1.05);
  }
  100% {
    transform: translate(-30px, -90px) scale(0.9);
    opacity: 0;
  }
}
@keyframes curve-minor-right {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  40% {
    transform: translate(15px, -50px) scale(1.05);
  }
  100% {
    transform: translate(30px, -90px) scale(0.9);
    opacity: 0;
  }
}
@keyframes curve-right {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  40% {
    transform: translate(30px, -40px) scale(1.05);
  }
  100% {
    transform: translate(60px, -80px) scale(0.9);
    opacity: 0;
  }
}
@keyframes BorderFlash {
  0% {
    box-shadow: 0 0 0 2px rgba(58, 134, 248, 0.1);
  }
  25% {
    box-shadow: 0 0 0 4px rgba(58, 134, 248, 0.2);
  }
  50% {
    box-shadow: 0 0 0 2px rgba(58, 134, 248, 0.1);
  }
  75% {
    box-shadow: 0 0 0 4px rgba(58, 134, 248, 0.2);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(58, 134, 248, 0);
  }
}
@keyframes Ripple {
  from {
    opacity: 1;
    transform: scale(0);
  }
  to {
    opacity: 0;
    transform: scale(3);
  }
}
.BtnWrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .BtnWrap {
    flex-direction: column;
  }
}
.BtnWrap .BtnWrapInner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  gap: 0;
  position: relative;
  padding: 22px;
  overflow: auto;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .BtnWrap .BtnWrapInner {
    justify-content: flex-start;
  }
}
@media (max-width: 576px) {
  .BtnWrap .BtnWrapInner {
    gap: 4px;
  }
}
@media (max-width: 468px) {
  .BtnWrap .BtnWrapInner {
    justify-content: flex-start;
  }
}
.BtnWrap .BtnWrapInner h5, .BtnWrap .BtnWrapInner .regular-5, .BtnWrap .BtnWrapInner .h5 {
  display: block;
  flex-basis: 100%;
  margin-bottom: 10px;
}
.BtnWrap .BtnWrapInner:has(.sign) {
  align-items: flex-start;
  max-height: 220px;
  overflow: auto;
}
.BtnWrap .BtnWrapInner:has(.sign) .icon {
  width: 13px;
  height: 13px;
}
.BtnWrap .BtnWrapInner .CustomButton {
  margin: 0 4px 4px 0;
}
.BtnWrap .BtnWrapInner .attach {
  padding: 0px;
  max-width: fit-content;
  width: fit-content;
  background-color: transparent;
  border: transparent;
  cursor: pointer;
  margin: 0;
}
@media (max-width: 768px) {
  .BtnWrap .BtnWrapInner .attach {
    padding: 8.5px 13px;
  }
}
.BtnWrap .BtnWrapInner .attach .icon {
  width: 22px;
  height: 22px;
  transform: rotate(180deg);
  background-color: transparent;
}
.BtnWrap .BtnWrapInner .attach .icon::before {
  background-color: #4E4E4E;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.BtnWrap .BtnWrapInner .attach:hover .icon::before {
  background-color: #cad5e2;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.BtnWrap .BtnWrapInner .share {
  flex-basis: 100%;
}
.BtnWrap .BtnWrapInner .sign {
  width: 100%;
  max-width: 300px;
}

.CustomButton {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 14px;
  max-width: fit-content;
  min-width: 121px;
  width: 100%;
  min-height: 40px;
  margin: 0;
  padding: 6px 22px;
  border-radius: 30px;
  color: rgb(255, 255, 255);
  background: #3a86f8;
  border: 1px solid rgb(255, 255, 255);
  font-weight: 400;
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  white-space: unset !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  position: relative;
}
@media (max-width: 1200px) {
  .CustomButton {
    padding: 7px 16px;
  }
}
@media (max-width: 992px) {
  .CustomButton {
    font-size: 11px;
  }
}
@media (max-width: 576px) {
  .CustomButton {
    padding: 4px 7px;
  }
}
.CustomButton .icon {
  margin: 0 0 2px 0;
  pointer-events: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.CustomButton .icon-chevron-right,
.CustomButton .icon-chevron-left {
  width: 13px;
  height: 13px;
}
.CustomButton:hover, .CustomButton:focus {
  transform: scale(0.99);
  -webkit-transform: scale(0.99);
  -moz-transform: scale(0.99);
  -ms-transform: scale(0.99);
  -o-transform: scale(0.99);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.CustomButton:hover .icon, .CustomButton:focus .icon {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.CustomButton:disabled {
  cursor: no-drop;
}

.CustomButtonNoPadding {
  min-height: 0;
  padding: 0;
  box-shadow: none;
}

.CustomButton.Effect {
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.CustomButton.Effect::after {
  content: "";
  position: absolute;
  left: -75px;
  top: -50px;
  z-index: 1;
  width: 20px;
  height: 155px;
  background: rgb(255, 255, 255);
  border: 0px solid rgb(255, 255, 255);
  opacity: 0.8;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.CustomButton.Effect:hover::after, .CustomButton.Effect:focus::after, .CustomButton.Effect:active::after {
  background: #3a86f8;
  border: 1px solid rgb(255, 255, 255);
  opacity: 0;
  left: 120%;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

.CustomButton.CustomButtonFilters {
  position: relative;
  color: rgb(255, 255, 255);
  border: 1px solid transparent;
  background: none;
  background-color: #3a86f8;
  opacity: 0.7;
  box-shadow: none;
}
.CustomButton.CustomButtonFilters .icon {
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 12px;
  height: 12px;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.CustomButton.CustomButtonFilters:hover {
  opacity: 1;
}
.CustomButton.CustomButtonFilters.active {
  background-color: #3a86f8;
  color: rgb(255, 255, 255);
  opacity: 1;
  box-shadow: rgba(99, 99, 99, 0.4) 0px 2px 8px 0px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.CustomButton.CustomButtonFilters:has(.icon):hover {
  padding-right: 40px;
}
.CustomButton.CustomButtonFilters:has(.icon):hover .icon {
  right: 16px;
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.CustomButton.CustomButtonFilters:has(.icon).active {
  padding-right: 40px;
}
.CustomButton.CustomButtonFilters:has(.icon).active .icon {
  right: 16px;
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.CustomButton.CustomButtonFilters:has(.icon-close):hover {
  padding-right: 40px;
}
.CustomButton.CustomButtonFilters:has(.icon-close):hover .icon {
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
}
.CustomButton.CustomButtonFilters:has(.icon-close).active .icon {
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 992px) {
  .CustomButton.CustomButtonFilters {
    opacity: 1;
    padding-right: 40px;
  }
  .CustomButton.CustomButtonFilters .icon {
    right: 16px;
    opacity: 1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
}

.search-bar.active ~ .CustomButtonFilters:not(:first-child) {
  padding-right: 40px;
  opacity: 1;
}
.search-bar.active ~ .CustomButtonFilters:not(:first-child) .icon {
  right: 16px;
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.Tag {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: fit-content;
  pointer-events: none;
  font-size: 13px;
  background: rgb(255, 255, 255);
  border-radius: 3px 0 0 3px;
  color: #314158;
  display: inline-block;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.Tag::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 10px;
  width: 6px;
  height: 6px;
  background: #90a1b9;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
}
.Tag::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 100%;
  background: rgb(255, 255, 255);
  border-bottom: 13px solid transparent;
  border-left: 10px solid #90a1b9;
  border-top: 13px solid transparent;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.Tag.Primary {
  color: rgb(255, 255, 255);
  background-color: #3a86f8;
}
.Tag.Primary::before {
  background: #3a86f8;
}
.Tag.Primary::after {
  background: rgb(255, 255, 255);
  border-left: 10px solid #3a86f8;
}
.Tag.Secondary {
  color: rgb(255, 255, 255);
  background-color: #3a86f8;
}
.Tag.Secondary::before {
  background: #3a86f8;
}
.Tag.Secondary::after {
  background: rgb(255, 255, 255);
  border-left: 10px solid #3a86f8;
}
.Tag.Yellow {
  color: #4E4E4E;
  background-color: rgba(255, 191, 0, 0.7450980392);
}
.Tag.Yellow::before {
  background: rgba(255, 191, 0, 0.7450980392);
}
.Tag.Yellow::after {
  background: rgb(255, 255, 255);
  border-left: 10px solid rgba(255, 191, 0, 0.7450980392);
}
.Tag.Orange {
  color: #4E4E4E;
  background-color: rgba(255, 125, 55, 0.8078431373);
}
.Tag.Orange::before {
  background: rgba(255, 125, 55, 0.8078431373);
}
.Tag.Orange::after {
  background: rgb(255, 255, 255);
  border-left: 10px solid rgba(255, 125, 55, 0.8078431373);
}
.Tag.Success {
  color: #4E4E4E;
  background-color: rgba(40, 167, 70, 0.631372549);
}
.Tag.Success::before {
  background: rgba(40, 167, 70, 0.631372549);
}
.Tag.Success::after {
  background: rgb(255, 255, 255);
  border-left: 10px solid rgba(40, 167, 70, 0.631372549);
}

.read .Tag::after {
  background: #e2e8f0;
}

.hamburger {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  position: relative;
  z-index: 9;
  color: rgb(255, 255, 255);
  width: auto;
  margin: 0;
  cursor: pointer;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.hamburger .hamburger-bars {
  width: 31px;
  height: 2px;
  display: block;
  position: relative;
  pointer-events: none;
  background: rgb(78, 78, 78);
  top: initial;
  bottom: initial;
  left: initial;
  right: initial;
  transform: translateY(0px) rotate(0deg) scale(1);
  -webkit-transform: translateY(0px) rotate(0deg) scale(1);
  -moz-transform: translateY(0px) rotate(0deg) scale(1);
  -ms-transform: translateY(0px) rotate(0deg) scale(1);
  -o-transform: translateY(0px) rotate(0deg) scale(1);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .hamburger .hamburger-bars {
    width: 25px;
  }
}
.hamburger.open {
  transform: rotate(177deg);
  -webkit-transform: rotate(177deg);
  -moz-transform: rotate(177deg);
  -ms-transform: rotate(177deg);
  -o-transform: rotate(177deg);
  transition: all 0.2s ease-in-out;
}
.hamburger.open .hamburger-bars {
  background: #3a86f8;
}
.hamburger.open .hamburger-bars:first-child {
  top: 0;
  width: 27px;
  transform: translateY(8px) rotate(45deg);
  -webkit-transform: translateY(8px) rotate(45deg);
  -moz-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
}
@media (max-width: 992px) {
  .hamburger.open .hamburger-bars:first-child {
    width: 25px;
  }
}
.hamburger.open .hamburger-bars:nth-child(2) {
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  opacity: 0;
}
.hamburger.open .hamburger-bars:last-child {
  bottom: 0;
  width: 27px;
  transform: translateY(-10px) rotate(-40deg);
  -webkit-transform: translateY(-10px) rotate(-40deg);
  -moz-transform: translateY(-10px) rotate(-40deg);
  -ms-transform: translateY(-10px) rotate(-40deg);
  -o-transform: translateY(-10px) rotate(-40deg);
}
@media (max-width: 992px) {
  .hamburger.open .hamburger-bars:last-child {
    width: 25px;
  }
}

.menu-is-open .hamburger {
  transform: rotate(177deg);
  -webkit-transform: rotate(177deg);
  -moz-transform: rotate(177deg);
  -ms-transform: rotate(177deg);
  -o-transform: rotate(177deg);
  transition: all 0.2s ease-in-out;
}
.menu-is-open .hamburger .hamburger-bars {
  background: #3a86f8;
}
.menu-is-open .hamburger .hamburger-bars:first-child {
  top: 0;
  width: 27px;
  transform: translateY(8px) rotate(45deg);
  -webkit-transform: translateY(8px) rotate(45deg);
  -moz-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
}
@media (max-width: 992px) {
  .menu-is-open .hamburger .hamburger-bars:first-child {
    width: 25px;
  }
}
.menu-is-open .hamburger .hamburger-bars:nth-child(2) {
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  opacity: 0;
}
.menu-is-open .hamburger .hamburger-bars:last-child {
  bottom: 0;
  width: 27px;
  transform: translateY(-10px) rotate(-40deg);
  -webkit-transform: translateY(-10px) rotate(-40deg);
  -moz-transform: translateY(-10px) rotate(-40deg);
  -ms-transform: translateY(-10px) rotate(-40deg);
  -o-transform: translateY(-10px) rotate(-40deg);
}
@media (max-width: 992px) {
  .menu-is-open .hamburger .hamburger-bars:last-child {
    width: 25px;
  }
}

.dashboard-hamburger {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  position: relative;
  z-index: 9;
  color: rgb(255, 255, 255);
  width: auto;
  margin: 0;
  cursor: pointer;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.dashboard-hamburger .hamburger-bars {
  width: 25px;
  height: 2px;
  display: block;
  position: relative;
  pointer-events: none;
  background: rgb(255, 255, 255);
  top: initial;
  bottom: initial;
  left: initial;
  right: initial;
  transform: translateY(0px) rotate(0deg) scale(1);
  -webkit-transform: translateY(0px) rotate(0deg) scale(1);
  -moz-transform: translateY(0px) rotate(0deg) scale(1);
  -ms-transform: translateY(0px) rotate(0deg) scale(1);
  -o-transform: translateY(0px) rotate(0deg) scale(1);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .dashboard-hamburger .hamburger-bars {
    width: 25px;
  }
}

.dashboard-hamburger-content {
  position: absolute;
  right: 4px;
  top: 90px;
  max-width: 400px;
  width: 100%;
  height: fit-content;
  padding: 0;
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(255, 255, 255);
  border-radius: 16px;
  box-shadow: none;
  overflow: hidden;
  z-index: 4;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .dashboard-hamburger-content {
    max-width: 90%;
  }
}
.dashboard-hamburger-content .navigation-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: auto;
  width: 100%;
  max-height: 400px;
  overflow: auto;
}
.dashboard-hamburger-content .navigation-list li {
  padding-left: 0;
  width: 100%;
  user-select: none;
  padding: 7px 0;
  border-bottom: 1px solid #e2e8f0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.dashboard-hamburger-content .navigation-list li .navigation-link {
  display: grid;
  grid-template-columns: 22px 1fr 20px;
  justify-content: flex-start;
  align-items: center;
  white-space: nowrap;
  gap: 7px;
  color: #4E4E4E;
  position: relative;
  padding: 7px 13px;
  border-radius: 7px;
  background-color: transparent;
  font-size: 14px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.dashboard-hamburger-content .navigation-list li .navigation-link .icon-bg {
  width: 22px;
  height: 22px;
}
.dashboard-hamburger-content .navigation-list li .navigation-link .icon::before {
  background-color: #3a86f8;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.dashboard-hamburger-content .navigation-list li .navigation-link .icon-chevron-right {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.dashboard-hamburger-content .navigation-list li .navigation-link .icon-chevron-right::before {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
}
.dashboard-hamburger-content .navigation-list li .navigation-link .icon-close {
  width: 13px;
  height: 13px;
}
.dashboard-hamburger-content .navigation-list li::before {
  display: none;
}
.dashboard-hamburger-content .navigation-list li:hover {
  background-color: #e2e8f0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.dashboard-hamburger-content .navigation-list li:hover .navigation-link {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.dashboard-hamburger-content .navigation-list li:hover .navigation-link .icon::before {
  background-color: #3a86f8;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.dashboard-hamburger-content .navigation-list li.active {
  background-color: #e2e8f0;
}
.dashboard-hamburger-content.is-active {
  box-shadow: rgba(0, 0, 0, 0.1) 3.1px 3.1px 2.6px;
  opacity: 1;
  pointer-events: all;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

body:has(.dashboard-hamburger-content.is-active) .dashboard-hamburger {
  transform: rotate(177deg);
  -webkit-transform: rotate(177deg);
  -moz-transform: rotate(177deg);
  -ms-transform: rotate(177deg);
  -o-transform: rotate(177deg);
  transition: all 0.2s ease-in-out;
}
body:has(.dashboard-hamburger-content.is-active) .dashboard-hamburger .hamburger-bars:first-child {
  top: 0;
  width: 25px;
  transform: translateY(8px) rotate(45deg);
  -webkit-transform: translateY(8px) rotate(45deg);
  -moz-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
}
body:has(.dashboard-hamburger-content.is-active) .dashboard-hamburger .hamburger-bars:nth-child(2) {
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  opacity: 0;
}
body:has(.dashboard-hamburger-content.is-active) .dashboard-hamburger .hamburger-bars:last-child {
  bottom: 0;
  width: 25px;
  transform: translateY(-10px) rotate(-40deg);
  -webkit-transform: translateY(-10px) rotate(-40deg);
  -moz-transform: translateY(-10px) rotate(-40deg);
  -ms-transform: translateY(-10px) rotate(-40deg);
  -o-transform: translateY(-10px) rotate(-40deg);
}

.HamburgerMenu {
  position: absolute;
  top: 100%;
  left: 0;
  border-top: 1px solid #e2e8f0;
  box-shadow: rgba(0, 0, 0, 0.1) 3.1px 3.1px 2.6px;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.HamburgerMenu .HamburgerMenuInner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: rgb(255, 255, 255);
  padding: 22px 22px;
  width: 100%;
  max-width: 520px;
  min-width: 520px;
  height: calc(var(--vh, 1vh) * 100 - 91px);
  overflow-y: auto;
}
.HamburgerMenu .HamburgerMenuInner .list {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.HamburgerMenu .HamburgerMenuInner .list li {
  position: relative;
  border-bottom: 1px solid #e2e8f0;
}
@media (max-width: 576px) {
  .HamburgerMenu .HamburgerMenuInner .list li {
    width: 100%;
    border-bottom: 1px solid #eefffa;
  }
}
.HamburgerMenu .HamburgerMenuInner .list li a {
  display: block;
  padding: 13px 22px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .HamburgerMenu .HamburgerMenuInner .list li a {
    padding: 10px 0;
  }
}
.HamburgerMenu .HamburgerMenuInner .list li a:has(.icon) {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  gap: 4px;
}
@media (max-width: 576px) {
  .HamburgerMenu .HamburgerMenuInner .list li a:has(.icon) {
    gap: 10px;
  }
}
.HamburgerMenu .HamburgerMenuInner .list li a:has(.icon) .icon {
  width: 10px;
  height: 10px;
  margin: 2px 0 0;
  pointer-events: all;
  transform: translateY(-1px) rotate(0deg);
  -webkit-transform: translateY(-1px) rotate(0deg);
  -moz-transform: translateY(-1px) rotate(0deg);
  -ms-transform: translateY(-1px) rotate(0deg);
  -o-transform: translateY(-1px) rotate(0deg);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .HamburgerMenu .HamburgerMenuInner .list li a:has(.icon) .icon {
    margin: 0;
    padding: 0;
    transform: translateX(0%) rotate(90deg);
    -webkit-transform: translateX(0%) rotate(90deg);
    -moz-transform: translateX(0%) rotate(90deg);
    -ms-transform: translateX(0%) rotate(90deg);
    -o-transform: translateX(0%) rotate(90deg);
  }
}
.HamburgerMenu .HamburgerMenuInner .list li a:hover {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .HamburgerMenu .HamburgerMenuInner .list li a:hover {
    text-decoration: none;
  }
}
.HamburgerMenu .HamburgerMenuInner .list li a:hover .icon {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.HamburgerMenu .HamburgerMenuInner .list li a:hover .icon::before {
  background-color: #3a86f8;
}
@media (max-width: 576px) {
  .HamburgerMenu .HamburgerMenuInner .list li a:hover .icon {
    transform: translateX(0%) rotate(90deg);
    -webkit-transform: translateX(0%) rotate(90deg);
    -moz-transform: translateX(0%) rotate(90deg);
    -ms-transform: translateX(0%) rotate(90deg);
    -o-transform: translateX(0%) rotate(90deg);
  }
}
.HamburgerMenu .HamburgerMenuInner .list li:hover > a {
  background-color: #f1f5f9;
}
.HamburgerMenu .HamburgerMenuInner .list li.HasSub {
  display: flex;
  flex-direction: column;
  min-width: 310px;
}
@media (max-width: 576px) {
  .HamburgerMenu .HamburgerMenuInner .list li.HasSub {
    flex-direction: column;
  }
}
@media (max-width: 468px) {
  .HamburgerMenu .HamburgerMenuInner .list li.HasSub {
    min-width: 100%;
  }
}
.HamburgerMenu .HamburgerMenuInner .list li.HasSub a {
  width: 100%;
}
.HamburgerMenu .HamburgerMenuInner .list li.HasSub a .icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
}
.HamburgerMenu .HamburgerMenuInner .list li.HasSub a .icon::before {
  width: 10px;
  height: 10px;
}
.HamburgerMenu .HamburgerMenuInner .list li.HasSub .list {
  display: none;
  width: 100%;
  padding: 4px 22px;
  margin: 16px 0;
}
@media (max-width: 576px) {
  .HamburgerMenu .HamburgerMenuInner .list li.HasSub .list {
    padding: 0px 16px 16px;
  }
}
@media (max-width: 468px) {
  .HamburgerMenu .HamburgerMenuInner .list li.HasSub .list {
    padding: 0 0 20px;
    max-width: calc(100% - 20px);
  }
}
.HamburgerMenu .HamburgerMenuInner .list li.HasSub .list li {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.HamburgerMenu .HamburgerMenuInner .list li.HasSub .list li:first-child {
  border-top: 1px solid #e2e8f0;
}
.HamburgerMenu .HamburgerMenuInner .list li.HasSub .list li:not(:last-child) {
  border-bottom: 1px solid #e2e8f0;
}
.HamburgerMenu .HamburgerMenuInner .list li.HasSub .list li a {
  font-size: 13px;
  padding: 7px 22px;
}
.HamburgerMenu .HamburgerMenuInner .list li.HasSub .list li .list {
  position: static;
  inset: initial;
  width: 100%;
  height: fit-content;
  max-height: fit-content;
  overflow-y: auto;
  padding: 10px 0px 10px 10px;
  margin: 0;
  border: 0;
}
.HamburgerMenu .HamburgerMenuInner .list li:has(.list.open) > a {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  color: #3a86f8;
}
@media (max-width: 992px) {
  .HamburgerMenu .HamburgerMenuInner .list li:has(.list.open) > a {
    text-decoration: none;
  }
}
.HamburgerMenu .HamburgerMenuInner .list li:has(.list.open) .icon {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.HamburgerMenu .HamburgerMenuInner .list li:has(.list.open) .icon::before {
  background-color: #3a86f8;
}
@media (max-width: 576px) {
  .HamburgerMenu .HamburgerMenuInner .list li:has(.list.open) .icon {
    transform: translateX(0%) rotate(-90deg);
    -webkit-transform: translateX(0%) rotate(-90deg);
    -moz-transform: translateX(0%) rotate(-90deg);
    -ms-transform: translateX(0%) rotate(-90deg);
    -o-transform: translateX(0%) rotate(-90deg);
  }
}
.HamburgerMenu .HamburgerMenuInner .list li.Active > a {
  color: #3a86f8;
}
.HamburgerMenu .HamburgerMenuInner .list:first-child li:first-child {
  border-top: 1px solid #e2e8f0;
}

.logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: relative;
}
.logo span {
  font-size: 18px;
  font-weight: 400;
  color: rgb(78, 78, 78);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .logo span {
    font-size: 16px;
  }
}
.logo .icon-bg {
  margin-top: -2px;
  width: 31px;
  height: 31px;
  transform: rotate(13deg);
  -webkit-transform: rotate(13deg);
  -moz-transform: rotate(13deg);
  -ms-transform: rotate(13deg);
  -o-transform: rotate(13deg);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .logo .icon-bg {
    width: 22px;
    height: 22px;
  }
}

.GlobalLoaderWrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: white;
  backdrop-filter: blur(3px);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
}

.Loader {
  width: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #3a86f8;
  --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 2s infinite linear;
}

.LoaderWrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.LoaderWrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-color: rgb(255, 255, 255);
  backdrop-filter: blur(3px);
  border-radius: 16px;
  z-index: 98;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  pointer-events: all;
}
.LoaderWrapper .Loader {
  position: absolute;
  top: 50%;
  width: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #3a86f8;
  --_m: conic-gradient(#0000 10%,#000),
  linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 2s infinite linear;
}

form:has(.LoaderWrapper) {
  position: relative;
}

div:has(.LoaderWrapper) {
  position: relative;
}

.CustomHeading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 7px;
  position: relative;
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-weight: 600;
  text-align: center;
  padding: 22px;
  width: 100%;
}
.CustomHeading:has(.icon-bg) {
  justify-content: center;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.CustomHeading:has(.icon-bg) .icon-bg {
  width: 40px;
  height: 40px;
}
.CustomHeading.TextCenter {
  justify-content: center;
}

h1, .regular-1, .h1 {
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-size: 77.72px;
  font-weight: 600;
  line-height: 72px;
  letter-spacing: -0.5px;
}
@media (max-width: 1400px) {
  h1, .regular-1, .h1 {
    font-size: 66px;
    line-height: 62px;
  }
}
@media (max-width: 1200px) {
  h1, .regular-1, .h1 {
    font-size: 60px;
    line-height: 56px;
  }
}
@media (max-width: 992px) {
  h1, .regular-1, .h1 {
    font-size: 54px;
    line-height: 52px;
    letter-spacing: normal;
  }
}
@media (max-width: 768px) {
  h1, .regular-1, .h1 {
    font-size: 48px;
    line-height: 48px;
  }
}
@media (max-width: 576px) {
  h1, .regular-1, .h1 {
    font-size: 42px;
    line-height: 42px;
  }
}

h2, .regular-2, .h2 {
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-size: 60px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 60px;
}
@media (max-width: 1400px) {
  h2, .regular-2, .h2 {
    font-size: 54px;
    line-height: 53px;
  }
}
@media (max-width: 1200px) {
  h2, .regular-2, .h2 {
    font-size: 48px;
    line-height: 50px;
  }
}
@media (max-width: 768px) {
  h2, .regular-2, .h2 {
    font-size: 42px;
    line-height: 48px;
  }
}
@media (max-width: 576px) {
  h2, .regular-2, .h2 {
    font-size: 36px;
    line-height: 40px;
  }
}

h3, .regular-3, .h3 {
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 55px;
  letter-spacing: -0.25px;
}
@media (max-width: 1200px) {
  h3, .regular-3, .h3 {
    font-size: 42px;
    line-height: 50px;
  }
}
@media (max-width: 768px) {
  h3, .regular-3, .h3 {
    font-size: 36px;
    line-height: 43px;
  }
}
@media (max-width: 576px) {
  h3, .regular-3, .h3 {
    font-size: 30px;
    line-height: 38px;
  }
}

h4, .regular-4, .h4 {
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -0.25px;
}
@media (max-width: 1400px) {
  h4, .regular-4, .h4 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 1200px) {
  h4, .regular-4, .h4 {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  h4, .regular-4, .h4 {
    font-size: 18px;
    line-height: 24px;
  }
}

h5, .regular-5, .h5 {
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.25px;
}
@media (max-width: 992px) {
  h5, .regular-5, .h5 {
    line-height: 24px;
  }
}

h6, .regular-6, .h6 {
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: -0.25px;
}

.regular-1 {
  font-weight: 300;
}

.regular-2 {
  font-weight: 300;
}

.regular-3 {
  font-weight: 300;
}

.regular-4 {
  font-weight: 300;
  line-height: 30px;
}
@media (max-width: 1400px) {
  .regular-4 {
    line-height: 28px;
  }
}
@media (max-width: 1200px) {
  .regular-4 {
    line-height: 24px;
  }
}
@media (max-width: 992px) {
  .regular-4 {
    line-height: 22px;
  }
}

.regular-5 {
  font-weight: 300;
}

.regular-6 {
  font-weight: 300;
}

p, a, span, ul li, ol li, dl, dt, dd, time, blockquote, cite, dfn {
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}
@media (max-width: 768px) {
  p, a, span, ul li, ol li, dl, dt, dd, time, blockquote, cite, dfn {
    line-height: 26px;
  }
}

ul {
  list-style-type: none;
}
ul li {
  position: relative;
  padding-left: 20px;
}
ul li::before {
  left: 5px;
  top: 12px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #0d6efd;
}

ol {
  list-style-type: decimal;
  padding-left: 20px;
}

ul.secondary li::before {
  background-color: #dc3545;
}

ul.light-blue li::before {
  background-color: #bedcff;
}

ul.yes li {
  padding-left: 25px;
}
ul.yes li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 7px;
  width: 16px;
  height: 16px;
  background-color: #0d6efd;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24px' height='24px'%3E%3Cpath d='M5.268,10.732c-0.976-0.976-2.559-0.976-3.536,0s-0.976,2.559,0,3.536l4.645,4.645 c1.449,1.449,3.797,1.449,5.246,0L12.536,18L5.268,10.732z' opacity='1'/%3E%3Cpath d='M22.268,4.732c-0.976-0.976-2.559-0.976-3.536,0L9,14.464L12.536,18l9.732-9.732C23.244,7.291,23.244,5.708,22.268,4.732z'/%3E%3C/svg%3E%0A");
  border-radius: 0;
}
ul.yes li ul {
  margin: 5px 0 10px;
}
ul.yes li ul li {
  padding-left: 20px;
}
ul.yes li ul li::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 1px;
  width: 6px;
  height: 2px;
  border-radius: 0 !important;
  background-color: transparent !important;
  -webkit-mask-image: none;
}

ul.yes.light-blue li::before {
  background-color: #bedcff;
}

ul.yes.secondary li::before {
  background-color: #dc3545;
}

.header ul li,
.footer ul li,
.sec-breadcrumb ul li {
  padding: 0;
}
.header ul li::before,
.footer ul li::before,
.sec-breadcrumb ul li::before {
  display: none;
}

h1, .h1, .regular-1, h2, .h2, .regular-2, h3, .h3, .regular-3, h4, .h4, .regular-4, h5, .h5, .regular-5, h6, .h6, .regular-6, p {
  margin: 0;
  width: fit-content;
  height: fit-content;
}

strong, b {
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-weight: 600;
}

em, i {
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-style: italic;
  font-weight: 300;
}

u {
  text-decoration: underline;
}

s {
  text-decoration: line-through;
}

small, .small {
  font-size: 80%;
  line-height: 1.4;
}

sup, sub {
  font-size: 70%;
  line-height: 1;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
  position: relative;
}

sub {
  bottom: -0.25em;
  position: relative;
}

mark, .mark {
  background-color: #bedcff;
  padding: 0 2px;
}

abbr[title] {
  border-bottom: 1px dotted rgb(0, 0, 0);
  cursor: help;
}

blockquote {
  font-size: 18px;
  border-left: 4px solid #0d6efd;
  padding-left: 16px;
  margin: 20px 0;
}

q {
  quotes: "“" "”" "‘" "’";
}
q::before {
  content: open-quote;
}
q::after {
  content: close-quote;
}

code, kbd, samp, var {
  font-family: monospace;
  font-size: 90%;
  background-color: #e2e8f0;
  padding: 2px 4px;
  border-radius: 4px;
}

pre {
  font-family: monospace;
  font-size: 14px;
  line-height: 20px;
  background-color: #e2e8f0;
  padding: 12px;
  border-radius: 6px;
  overflow-x: auto;
}

kbd {
  font-weight: 600;
  border: 1px solid #cad5e2;
  box-shadow: inset 0 -1px 0 #90a1b9;
}

dt {
  font-weight: 600;
  margin-top: 10px;
}

dd {
  margin-left: 20px;
  margin-bottom: 10px;
}

main .header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
  border-radius: 16px;
  border: 0;
  border: 2px solid rgb(255, 255, 255);
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 3.1px 3.1px 2.6px;
}
main .header::after {
  content: "";
  position: absolute;
  left: -75px;
  top: -52px;
  z-index: 1;
  width: 20px;
  height: 40vh;
  background: rgb(255, 255, 255);
  border: 0px solid rgb(255, 255, 255);
  opacity: 0.8;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: flash 6s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
main .header h5, main .header .h5, main .header .regular-5 {
  margin-right: auto;
}
main .header h6, main .header .h6, main .header .regular-6 {
  margin-top: 13px;
}
@media (max-width: 576px) {
  main .header h6, main .header .h6, main .header .regular-6 {
    margin-top: 7px;
  }
}
main .header .CustomHeading {
  display: flex;
  align-items: center;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
main .header .CustomHeading .icon-bg {
  width: 40px;
  height: 40px;
}
main .header .CustomHeading:has(.icon-bg) {
  align-items: center;
  justify-content: center;
  gap: 7px;
}
main .header .CustomHeading::after {
  display: none;
}
main .header .CustomHeading.TextCenter {
  width: 100%;
  justify-content: center;
}
main .header:has(.breadcrumb-list) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
@media (max-width: 992px) {
  main .header:has(.breadcrumb-list) {
    grid-template-columns: 1fr;
  }
}
main .header:has(.breadcrumb-list) .filter-wrap {
  grid-template-columns: 1fr;
  margin: 0;
  padding: 16px 13px 0;
  grid-column: span 2/span 2;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 992px) {
  main .header:has(.breadcrumb-list) .filter-wrap {
    grid-column: span 1/span 1;
  }
}
main .header:has(.breadcrumb-list) .breadcrumb-list {
  flex-basis: 100%;
  padding: 13px 0 26px;
  background-color: #f1f5f9;
  min-width: calc(100% + 26px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
@media (max-width: 576px) {
  main .header:has(.breadcrumb-list) .breadcrumb-list {
    padding: 7px 0;
    gap: 0;
  }
}
@media (max-width: 992px) {
  main .header:has(.breadcrumb-list) .search-bar {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 576px) {
  main .header:has(.breadcrumb-list) .search-bar {
    grid-column: span 1/span 1;
  }
}
main .header:has(.breadcrumb-list) .search-bar label input {
  box-shadow: rgba(99, 99, 99, 0.121) 0 2px 8px 0;
}
main .header .filter-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 7px;
  border-top: 1px solid #e2e8f0;
  padding: 16px 22px;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (max-width: 992px) {
  main .header .filter-wrap {
    display: grid;
    grid-template-columns: 1fr auto auto;
  }
}
@media (max-width: 576px) {
  main .header .filter-wrap {
    grid-template-columns: 1fr 1fr;
    margin: 13px 0 13px;
    padding: 13px 0 7px;
    gap: 16px 7px;
  }
}
main .header .filter-wrap h4, main .header .filter-wrap .h4, main .header .filter-wrap .regular-4 {
  line-height: normal;
  margin: 0;
}
main .header .filter-wrap h6, main .header .filter-wrap .h6, main .header .filter-wrap .regular-6 {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  main .header .filter-wrap h6, main .header .filter-wrap .h6, main .header .filter-wrap .regular-6 {
    grid-column: span 3/span 3;
  }
}
@media (max-width: 576px) {
  main .header .filter-wrap h6, main .header .filter-wrap .h6, main .header .filter-wrap .regular-6 {
    grid-column: span 1/span 1;
  }
}
main .header .filter-wrap h6 span, main .header .filter-wrap .h6 span, main .header .filter-wrap .regular-6 span {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 7px;
}
main .header .filter-wrap h6 span .icon, main .header .filter-wrap .h6 span .icon, main .header .filter-wrap .regular-6 span .icon {
  width: 13px;
  height: 13px;
}
main .header .filter-wrap h6 span .icon::before, main .header .filter-wrap .h6 span .icon::before, main .header .filter-wrap .regular-6 span .icon::before {
  background-color: rgb(78, 78, 78);
}
@media (max-width: 992px) {
  main .header .filter-wrap .CustomButton {
    justify-items: center;
  }
}
main .header .filter-wrap .CustomButton.search {
  overflow: visible;
}
@media (max-width: 768px) {
  main .header .filter-wrap .CustomButton.search {
    display: none;
  }
}
@media (max-width: 576px) {
  main .header .filter-wrap .CustomButton.filters {
    justify-self: flex-end;
  }
}
main .header .filter-wrap .CustomButton.CustomButtonTransparent {
  background-color: transparent;
  color: rgb(255, 255, 255);
}
main .header .filter-wrap .CustomButton.CustomButtonTransparent .icon::before {
  background-color: rgb(255, 255, 255);
}
main .header .filter-wrap .CustomButton.CustomButtonTransparent:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(78, 78, 78);
}
main .header .filter-wrap .CustomButton.CustomButtonTransparent:hover .icon::before {
  background-color: rgb(78, 78, 78);
}
main .header .filter-wrap .CustomButton.CustomButtonTransparent.active {
  background-color: rgb(255, 255, 255);
  color: rgb(78, 78, 78);
}
main .header .filter-wrap .CustomButton.CustomButtonTransparent.active .icon::before {
  background-color: rgb(78, 78, 78);
}
main .header .filter-wrap .search {
  font-size: 14px;
  cursor: pointer;
  user-select: none;
}
main .header .filter-wrap .search .icon {
  width: 16px;
  height: 16px;
}
main .header .filter-wrap .search:has(.search-dropdown-menu)::after {
  content: "▾";
  position: relative;
  inset: initial;
  top: -1px;
}
main .header .filter-wrap .search .search-dropdown-menu {
  position: absolute;
  left: 50%;
  bottom: -66px;
  width: 100%;
  height: fit-content;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  border-radius: 13px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
main .header .filter-wrap .search .search-dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #e2e8f0;
}
main .header .filter-wrap .search .search-dropdown-menu li a {
  font-size: 14px;
  display: block;
  color: rgb(255, 255, 255);
  padding: 2px 12px;
  text-decoration: none;
  background-color: rgba(58, 134, 248, 0.7);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
main .header .filter-wrap .search .search-dropdown-menu li a:hover {
  background-color: #3a86f8;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
main .header .filter-wrap .search .search-dropdown-menu li.active a {
  background-color: #3a86f8;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
main .header .filter-wrap .search.active .search-dropdown-menu {
  pointer-events: all;
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
main .header .filter-wrap.TextCenter {
  justify-content: center;
}
main .header .filter-wrap.TextCenter .CustomHeading {
  justify-content: center;
}
main .header .filter-wrap:has(.CustomHeading) .CustomHeading {
  padding: 0;
}
main .header .filter-wrap:has(.list), main .header .filter-wrap:has(.Rlist) {
  justify-content: space-between;
}
main .header .BtnWrap {
  z-index: 0;
}

.dropdown {
  width: 100%;
  min-width: 220px;
  position: relative;
  border-radius: 30px;
  background-color: rgb(255, 255, 255);
}
.dropdown > .regular-6 {
  font-size: 16px;
  color: rgb(78, 78, 78);
  font-weight: 300;
  padding: 13px 20px;
  border: 1px solid #e2e8f0;
  background-color: rgb(255, 255, 255);
  border-radius: 20px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .dropdown > .regular-6 {
    font-size: 14px;
    padding: 10px 16px 10px 13px;
  }
}
.dropdown > .regular-6:focus, .dropdown > .regular-6:hover, .dropdown > .regular-6:focus-within {
  border: 1px solid #e2e8f0 !important;
  background-color: #dbebfe !important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.dropdown > .regular-6 .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 13px;
  height: 13px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.dropdown > .regular-6 .icon::before {
  background-color: #3a86f8;
}
.dropdown > .regular-6.selected {
  color: rgb(0, 0, 0);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.dropdown .dropdown-content {
  background-color: rgb(255, 255, 255);
  border: 1px solid #e2e8f0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 100%;
  min-height: unset;
  max-height: 300px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  position: absolute;
  inset: initial;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.1) 3.1px 3.1px 2.6px;
}
.dropdown .dropdown-content .nav-item {
  width: 100%;
  position: relative;
}
.dropdown .dropdown-content .nav-item .dropdown-label {
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-right: 0;
  flex-shrink: 0;
  padding: 0 13px;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.dropdown .dropdown-content .nav-item .dropdown-label .dropdown-radio {
  width: 20px;
  height: 20px;
  pointer-events: none;
  position: relative;
  border: 1px solid #ebebeb;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.dropdown .dropdown-content .nav-item .dropdown-label .dropdown-radio .icon {
  width: 15px;
  height: 15px;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.dropdown .dropdown-content .nav-item .dropdown-label .dropdown-radio .icon::before {
  background-color: #3a86f8;
}
.dropdown .dropdown-content .nav-item .dropdown-label input {
  display: none;
}
.dropdown .dropdown-content .nav-item .dropdown-label input:checked + .dropdown-radio .icon {
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.dropdown .dropdown-content .nav-item .dropdown-label:has(input:checked) {
  background-color: #e2e8f0;
}
.dropdown .dropdown-content .nav-item .dropdown-label:has(input:checked) .dropdown-radio {
  border: 1px solid #cad5e2;
}
.dropdown .dropdown-content .nav-item .dropdown-label:hover {
  background-color: #e2e8f0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.dropdown .dropdown-content .nav-item .dropdown-label:hover .dropdown-radio {
  border: 1px solid #cad5e2;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.dropdown .dropdown-content .nav-item .dropdown-label:not(:last-child) {
  border-bottom: 1px solid #e2e8f0;
}
.dropdown .dropdown-content .nav-item > .dropdown-label:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.dropdown .dropdown-content .nav-item .dropdown-span {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  font-weight: 300;
  gap: 7px;
  align-items: center;
  margin-top: -1px;
  padding: 10px 0 10px 10px;
  pointer-events: all;
  user-select: none;
  width: 100%;
  word-break: auto-phrase;
}
.dropdown .dropdown-content .nav-item .dropdown-span .icon {
  transform: rotate(0) scale(1);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.dropdown .dropdown-content .nav-item .dropdown {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
  padding: 0 13px;
  cursor: pointer;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  border-radius: 0;
}
.dropdown .dropdown-content .nav-item .dropdown.open .dropdown-span .icon {
  transform: rotate(180deg) scale(1);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.dropdown .dropdown-content .nav-item .dropdown-content {
  width: 100%;
  min-height: fit-content;
  max-height: fit-content;
  position: relative;
  border: 0;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
}
.dropdown .dropdown-content .nav-item .dropdown-content.level-1 .dropdown-label, .dropdown .dropdown-content .nav-item .dropdown-content.level-2 .dropdown-label, .dropdown .dropdown-content .nav-item .dropdown-content.level-3 .dropdown-label {
  padding: 7px 20px 4px 20px;
}
.dropdown .dropdown-content .nav-item .dropdown-content.level-1 .dropdown-label .dropdown-span, .dropdown .dropdown-content .nav-item .dropdown-content.level-2 .dropdown-label .dropdown-span, .dropdown .dropdown-content .nav-item .dropdown-content.level-3 .dropdown-label .dropdown-span {
  font-size: 13px;
}
.dropdown .dropdown-content .nav-item .dropdown-content .dropdown-content-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
}
.dropdown .dropdown-content .nav-item .dropdown-content .dropdown-content-inner .dropdown-label {
  border-bottom: 1px solid #e2e8f0;
  width: 100%;
  padding: 0 0 0 31px;
}
.dropdown .dropdown-content .nav-item .dropdown-content .dropdown-content-inner .dropdown-label:hover {
  background-color: #e2e8f0;
}
.dropdown .dropdown-content .nav-item .dropdown-content .dropdown-content-inner .dropdown-label:hover .dropdown-radio {
  border: 1px solid #cad5e2;
}
.dropdown .dropdown-content .nav-item .dropdown-triggerr {
  font-weight: 400;
}
.dropdown .dropdown-content .nav-item .dropdown-triggerr .dropdown-label {
  border: 0 !important;
}
.dropdown .dropdown-content .nav-item .dropdown-triggerr:hover {
  background-color: #e2e8f0;
}
.dropdown .dropdown-content .nav-item .dropdown-triggerr:hover .dropdown-label .dropdown-radio {
  border: 1px solid #cad5e2;
}
.dropdown.open > .regular-6 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 3.1px 3.1px 2.6px;
}
.dropdown ~ .dropdown-label-fw {
  display: none;
}
.dropdown:has(option) > .regular-6 {
  color: rgb(0, 0, 0);
}
.dropdown .dropdown-triggerr > .dropdown-label:has(input:checked) {
  background-color: transparent !important;
}

.dropdown-triggerr {
  font-size: 16px;
  font-weight: 400;
}
.dropdown-triggerr .dropdown-label {
  width: fit-content;
}
.dropdown-triggerr .icon {
  pointer-events: none;
}

.field .heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 7px;
  color: #4E4E4E;
  padding-left: 3px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .field .heading {
    font-size: 14px;
    padding-right: 7px;
  }
}
.field .heading .icon {
  position: absolute;
  right: -25px;
  top: 2px;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .field .heading .icon {
    top: 0;
    right: -13px;
  }
}
.field .heading .icon::before {
  background-color: red;
}
.field.required .heading:has(.icon) {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.field.required .heading:has(.icon) .icon {
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.field.required .dropdown-label .i-frame {
  border: 2px solid red !important;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.field:has(option) .regular-6.dropdown-triggerr {
  color: rgb(0, 0, 0) !important;
}
.field .dropdown-label-multiple-fw {
  display: none;
}

div .field:nth-last-child(2) .dropdown .dropdown-content {
  position: relative;
  inset: initial;
}
div .field:last-child .dropdown .dropdown-content {
  position: relative;
  inset: initial;
}

.addstudent-form-fields-wrap:last-child .field .dropdown .dropdown-content {
  position: relative;
  inset: initial;
}

/*////////////////////////////////////////////////////////////////////////*/
/* ////////////////////// CUSTOM CSS FOR DROPDOWN ////////////////////// */
/*////////////////////////////////////////////////////////////////////////*/
.form-multi-select {
  position: relative;
  width: 100%;
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}
.form-multi-select .form-multi-select-input-group {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 52px;
  padding: 0 20px;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  transition: border-color 0.15s ease-in-out;
}
.form-multi-select .form-multi-select-input-group .form-multi-select-selection {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem;
  padding: 0;
  min-height: calc(1.5em + 0.75rem);
}
.form-multi-select .form-multi-select-input-group .form-multi-select-selection .form-multi-select-search {
  flex: 1;
  min-width: 3.125rem;
  padding: 13px 0;
  border: none;
  outline: none;
  background: transparent;
  color: rgb(78, 78, 78);
  font-size: inherit;
  box-shadow: none;
}
.form-multi-select .form-multi-select-input-group .form-multi-select-selection .form-multi-select-search::placeholder {
  color: #4E4E4E;
  opacity: 1;
}
.form-multi-select .form-multi-select-input-group .form-multi-select-selection .form-multi-select-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.5rem;
  margin: 0.125rem;
  font-size: 0.875rem;
  background-color: #e2e8f0;
  border-radius: 0.25rem;
  color: rgb(78, 78, 78);
}
.form-multi-select .form-multi-select-input-group .form-multi-select-selection .form-multi-select-tag .form-multi-select-tag-delete {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  margin-left: 0.375rem;
  padding: 0;
  border: none;
  background-color: transparent;
  color: #4E4E4E;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.15s ease-in-out;
}
.form-multi-select .form-multi-select-input-group .form-multi-select-selection .form-multi-select-tag .form-multi-select-tag-delete:hover {
  background-color: rgb(209.1931818182, 218.6704545455, 231.3068181818);
  color: rgb(0, 0, 0);
}
.form-multi-select .form-multi-select-input-group .form-multi-select-selection .form-multi-select-tag .form-multi-select-tag-delete::before {
  content: "×";
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.form-multi-select .form-multi-select-input-group .form-multi-select-buttons {
  display: flex;
  align-items: center;
}
.form-multi-select .form-multi-select-input-group .form-multi-select-buttons .form-multi-select-cleaner {
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  border: none;
  background: transparent;
  color: #0d6efd;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
.form-multi-select .form-multi-select-input-group .form-multi-select-buttons .form-multi-select-cleaner:hover {
  color: #0d6efd;
}
.form-multi-select .form-multi-select-input-group .form-multi-select-buttons .form-multi-select-cleaner::before {
  content: "×";
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.form-multi-select .form-multi-select-input-group .form-multi-select-buttons .form-multi-select-cleaner[style*="display: block"], .form-multi-select .form-multi-select-input-group .form-multi-select-buttons .form-multi-select-cleaner[style*="display: flex"] {
  display: flex !important;
}
.form-multi-select .form-multi-select-input-group .form-multi-select-buttons .form-multi-select-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border: none;
  background: transparent;
  cursor: pointer;
  color: #0d6efd;
  transition: color 0.15s ease-in-out;
}
.form-multi-select .form-multi-select-input-group .form-multi-select-buttons .form-multi-select-indicator:hover {
  color: #0d6efd;
}
.form-multi-select .form-multi-select-input-group .form-multi-select-buttons .form-multi-select-indicator::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 0.3125rem solid transparent;
  border-right: 0.3125rem solid transparent;
  border-top: 0.3125rem solid #90a1b9;
  transition: transform 0.2s ease;
}
.form-multi-select .form-multi-select-input-group:focus, .form-multi-select .form-multi-select-input-group:hover, .form-multi-select .form-multi-select-input-group:focus-within {
  border: 1px solid #e2e8f0 !important;
  background-color: #dbebfe !important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.form-multi-select[aria-expanded=true] .form-multi-select-indicator::after {
  transform: rotate(180deg);
}
.form-multi-select[aria-expanded=true] .form-multi-select-dropdown {
  display: block;
}
.form-multi-select .form-multi-select-dropdown {
  position: absolute;
  z-index: 1000;
  width: 100%;
  max-height: 18.75rem;
  overflow-y: auto;
  margin-top: 0.25rem;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  display: none;
}
.form-multi-select .form-multi-select-dropdown .form-multi-select-all {
  width: 100%;
  padding: 0.5rem 1rem;
  border: none;
  border-bottom: 1px solid rgb(242.8068181818, 245.3295454545, 248.6931818182);
  background: rgb(252.8909090909, 253.3272727273, 253.9090909091);
  text-align: left;
  cursor: pointer;
  transition: background 0.15s ease-in-out;
  font-family: inherit;
  font-size: 16px;
  color: rgb(78, 78, 78);
}
.form-multi-select .form-multi-select-dropdown .form-multi-select-all:hover {
  background: rgb(236.0840909091, 239.9977272727, 245.2159090909);
}
.form-multi-select .form-multi-select-dropdown .form-multi-select-options {
  padding: 0.25rem 0;
}
.form-multi-select .form-multi-select-dropdown .form-multi-select-options .form-multi-select-optgroup {
  padding: 0.25rem 0;
}
.form-multi-select .form-multi-select-dropdown .form-multi-select-options .form-multi-select-optgroup .form-multi-select-optgroup-label {
  padding: 0.25rem 1rem;
  font-weight: 600;
  color: #4E4E4E;
  background: rgb(252.8909090909, 253.3272727273, 253.9090909091);
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}
.form-multi-select .form-multi-select-dropdown .form-multi-select-options .form-multi-select-option {
  position: relative;
  padding: 0.5rem 1rem 0.5rem 2.5rem;
  cursor: pointer;
  transition: background 0.15s ease-in-out;
  font-family: inherit;
  color: rgb(78, 78, 78);
}
.form-multi-select .form-multi-select-dropdown .form-multi-select-options .form-multi-select-option:hover {
  background-color: rgb(252.8909090909, 253.3272727273, 253.9090909091);
}
.form-multi-select .form-multi-select-dropdown .form-multi-select-options .form-multi-select-option.form-multi-selected {
  background-color: rgba(13, 110, 253, 0.1);
  font-weight: 400;
}
.form-multi-select .form-multi-select-dropdown .form-multi-select-options .form-multi-select-option.form-multi-select-option-with-checkbox::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  border: 1px solid rgb(175.5795454545, 192.0113636364, 213.9204545455);
  border-radius: 0.25rem;
  background-color: rgb(255, 255, 255);
}
.form-multi-select .form-multi-select-dropdown .form-multi-select-options .form-multi-select-option.form-multi-select-option-with-checkbox.form-multi-selected::before {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.75rem;
}
.form-multi-select .form-multi-select-dropdown .form-multi-select-options .form-multi-select-options-empty {
  width: 100%;
  padding: 0.5rem 1rem;
  border: none;
  text-align: left;
  cursor: pointer;
  color: #4e4e4e;
}

.sec-notification {
  position: fixed;
  width: 100%;
  height: calc(100% - 90px);
  left: 50%;
  top: 90px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  z-index: 1020;
  pointer-events: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .sec-notification {
    top: 58px;
  }
}
.sec-notification .container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 7px;
  max-width: 100%;
  height: 100%;
}
.sec-notification .container .notification-inner {
  max-width: 628px;
  width: 100%;
  max-height: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  border-radius: 8px;
  position: relative;
  overflow: auto;
  transform: translateX(130%);
  -webkit-transform: translateX(130%);
  -moz-transform: translateX(130%);
  -ms-transform: translateX(130%);
  -o-transform: translateX(130%);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .sec-notification .container .notification-inner {
    max-width: 90%;
    width: 100%;
  }
}
.sec-notification .container .notification-inner::before {
  inset: initial;
  top: -7px;
  right: 4px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  background-color: rgb(255, 255, 255);
  width: 70px;
  height: 25px;
  z-index: -1;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.sec-notification .container .notification-inner .notification-heading {
  position: sticky;
  top: 0;
  z-index: 999;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 20px 20px;
  background-color: rgb(255, 255, 255);
}
@media (max-width: 768px) {
  .sec-notification .container .notification-inner .notification-heading {
    gap: 7px;
  }
}
@media (max-width: 576px) {
  .sec-notification .container .notification-inner .notification-heading {
    padding: 16px 13px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.sec-notification .container .notification-inner .notification-heading h4, .sec-notification .container .notification-inner .notification-heading .h4, .sec-notification .container .notification-inner .notification-heading .regular-4 {
  font-weight: 400;
  user-select: none;
}
@media (max-width: 768px) {
  .sec-notification .container .notification-inner .notification-heading h4, .sec-notification .container .notification-inner .notification-heading .h4, .sec-notification .container .notification-inner .notification-heading .regular-4 {
    font-size: 16px;
  }
}
.sec-notification .container .notification-inner .notification-heading .count {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  padding: 13px;
  border-radius: 50%;
  background-color: #3a86f8;
  color: rgb(255, 255, 255);
  font-size: 14px;
  margin: -1px auto 0 0;
  user-select: none;
}
.sec-notification .container .notification-inner .notification-heading .markasread {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 7px;
  cursor: pointer;
  margin: 0 0 0 auto;
  user-select: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .sec-notification .container .notification-inner .notification-heading .markasread {
    font-size: 13px;
    gap: 4px;
  }
}
@media (max-width: 576px) {
  .sec-notification .container .notification-inner .notification-heading .markasread {
    align-self: flex-end;
  }
}
.sec-notification .container .notification-inner .notification-heading .markasread .icon::before {
  background-color: #4E4E4E;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-notification .container .notification-inner .notification-heading .markasread:hover {
  color: #3a86f8;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-notification .container .notification-inner .notification-heading .markasread:hover .icon::before {
  background-color: #3a86f8;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-notification .container .notification-inner .notification-body {
  display: grid;
  grid-template-columns: 1fr;
}
.sec-notification .container .notification-inner .notification-body .notification {
  display: grid;
  grid-template-columns: 1fr;
  gap: 13px;
  padding: 20px 20px 20px 34px;
  position: relative;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-notification .container .notification-inner .notification-body .notification::before {
  width: 7px;
  height: 7px;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  border-radius: 50%;
  background-color: #ff8904;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-notification .container .notification-inner .notification-body .notification:not(:last-child) {
  border-bottom: 1px solid #e2e8f0;
}
.sec-notification .container .notification-inner .notification-body .notification:has(.img-wrap) {
  grid-template-columns: 70px 1fr;
}
.sec-notification .container .notification-inner .notification-body .notification .img-wrap {
  width: 70px;
  height: 70px;
}
.sec-notification .container .notification-inner .notification-body .notification .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.sec-notification .container .notification-inner .notification-body .notification .notification-wrap {
  color: rgb(78, 78, 78);
  display: flex;
  flex-direction: column;
}
@media (max-width: 576px) {
  .sec-notification .container .notification-inner .notification-body .notification .notification-wrap .date-time {
    font-size: 13px;
  }
}
.sec-notification .container .notification-inner .notification-body .notification .notification-wrap:hover {
  color: rgb(78, 78, 78);
}
.sec-notification .container .notification-inner .notification-body .notification.read {
  background-color: #e2e8f0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-notification .container .notification-inner .notification-body .notification.unread::before {
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-notification .container .notification-inner .notification-body .notification:hover {
  background-color: #e2e8f0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.notification-open .sec-notification {
  pointer-events: all;
}
.notification-open .sec-notification .container .notification-inner {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.NotifyWrap {
  width: 100%;
  max-height: 100%;
  height: 100%;
  position: fixed;
  inset: initial;
  top: 106px;
  z-index: 9;
  display: flex;
  flex-direction: column;
  gap: 7px;
  pointer-events: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.NotifyWrap .Notify {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  max-width: 400px;
  padding: 16px 16px;
  margin-left: auto;
  background-color: #5ea8fc !important;
  color: rgb(255, 255, 255) !important;
  font-weight: 300;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.1) 3.1px 3.1px 2.6px;
  border-radius: 10px;
  cursor: default;
  overflow: hidden;
  opacity: 0;
  transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.NotifyWrap .Notify::after {
  inset: initial;
  left: 0;
  bottom: 0;
  background-color: #3a86f8;
  width: 100%;
  height: 6px;
  transition: all 3.1s linear;
}
.NotifyWrap .Notify .icon {
  width: 16px;
  height: 16px;
  margin-top: -1px;
  margin-left: 7px;
  margin-right: 7px;
  cursor: pointer;
  pointer-events: none;
}
.NotifyWrap .Notify .icon::before {
  background-color: rgb(255, 255, 255) !important;
}
.NotifyWrap .Notify .icon-bg {
  width: 22px;
  height: 22px;
  margin-top: -1px;
  margin-left: 7px;
  margin-right: 4px;
  cursor: pointer;
  pointer-events: none;
}
.NotifyWrap .Notify .NotifyCount {
  color: rgb(255, 255, 255) !important;
  font-weight: 400;
}
.NotifyWrap .Notify .CustomButton {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  min-width: unset;
}
.NotifyWrap .Notify .CustomButton .icon-close {
  width: 13px;
  height: 13px;
  margin: 0;
}
.NotifyWrap .Notify.alert-success {
  justify-content: center;
  background-color: #c1e9ad !important;
  color: rgb(78, 78, 78) !important;
}
.NotifyWrap .Notify.alert-success::after {
  background-color: #77c754;
}
.NotifyWrap .Notify.alert-success .icon::before {
  background-color: #77c754 !important;
}
.NotifyWrap .Notify.alert-danger {
  justify-content: center;
  background-color: #ffc0c0 !important;
  color: rgb(78, 78, 78) !important;
}
.NotifyWrap .Notify.alert-danger::after {
  background-color: #ff5757;
}
.NotifyWrap .Notify.alert-danger .icon::before {
  background-color: #ff5757 !important;
}
.NotifyWrap .Notify.alert-warning {
  justify-content: center;
  background-color: #eeff86 !important;
  color: rgb(78, 78, 78) !important;
}
.NotifyWrap .Notify.alert-warning::after {
  background-color: #d1bf00;
}
.NotifyWrap .Notify.alert-warning .icon::before {
  background-color: #d1bf00 !important;
}
.NotifyWrap .Notify.alert-info {
  justify-content: center;
  background-color: #afe9f2 !important;
  color: rgb(78, 78, 78) !important;
}
.NotifyWrap .Notify.alert-info::after {
  background-color: #3abed6;
}
.NotifyWrap .Notify.alert-info .icon::before {
  background-color: #3abed6 !important;
}
.NotifyWrap .Notify.alert-primary {
  justify-content: center;
  background-color: #bedcff !important;
  color: rgb(78, 78, 78) !important;
}
.NotifyWrap .Notify.alert-primary::after {
  background-color: #5ea8fc;
}
.NotifyWrap .Notify.alert-primary .icon::before {
  background-color: #5ea8fc !important;
}
.NotifyWrap .Notify.alert-secondary {
  justify-content: center;
  background-color: #e2e8f0 !important;
  color: rgb(78, 78, 78) !important;
}
.NotifyWrap .Notify.alert-secondary::after {
  background-color: #90a1b9;
}
.NotifyWrap .Notify.alert-secondary .icon::before {
  background-color: #90a1b9 !important;
}
.NotifyWrap .Notify.alert-light {
  justify-content: center;
  background-color: rgb(255, 255, 255) !important;
  color: rgb(0, 0, 0) !important;
  border-color: #cad5e2;
}
.NotifyWrap .Notify.alert-light::after {
  background-color: #90a1b9;
}
.NotifyWrap .Notify.alert-light .icon::before {
  background-color: #90a1b9 !important;
}
.NotifyWrap .Notify.alert-dark {
  justify-content: center;
  background-color: rgb(0, 0, 0) !important;
  color: rgb(255, 255, 255) !important;
}
.NotifyWrap .Notify.alert-dark::after {
  background-color: #314158;
}
.NotifyWrap .Notify.alert-dark .icon::before {
  background-color: #314158 !important;
}
.NotifyWrap .Notify.active {
  opacity: 1;
  pointer-events: all;
  transform: translateZ(0) translateX(0);
  -webkit-transform: translateZ(0) translateX(0);
  -moz-transform: translateZ(0) translateX(0);
  -ms-transform: translateZ(0) translateX(0);
  -o-transform: translateZ(0) translateX(0);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.NotifyWrap .Notify.active::after {
  width: 0%;
  transition: all 3.1s linear;
}
.NotifyWrap .Notify:hover::after, .NotifyWrap .Notify:focus::after {
  width: 100%;
  transition: all 3.1s linear;
}
.NotifyWrap.Typo3Messages .Notify {
  justify-content: center;
  margin: 0 auto;
}
.NotifyWrap .copy {
  position: absolute;
  inset: initial;
  top: 0;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: fit-content;
  justify-content: center;
}

.alerts-wrap {
  position: fixed;
  top: 90px;
  width: 100%;
  height: fit-content;
  z-index: 9;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 2.6px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.alerts-wrap .CTA-trigger {
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  padding: 7px 20px;
  margin: 0;
  border-radius: 0;
  cursor: pointer;
}
.alerts-wrap .CTA-trigger.animate {
  animation: shake 4s infinite normal forwards;
}

.nav-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-left: 0;
  border-right: 0;
  border: 2px solid #e2e8f0;
  width: 100%;
  overflow: hidden;
  position: relative;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.nav-tabs .nav-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.nav-tabs .nav-item::before {
  display: none;
}
.nav-tabs .nav-item::after {
  right: -4px;
  top: 50%;
  transform: translateY(-50%) rotate(22deg);
  -webkit-transform: translateY(-50%) rotate(22deg);
  -moz-transform: translateY(-50%) rotate(22deg);
  -ms-transform: translateY(-50%) rotate(22deg);
  -o-transform: translateY(-50%) rotate(22deg);
  background-color: rgb(255, 255, 255);
  height: 100%;
  width: 2px;
  opacity: 0;
}
.nav-tabs .nav-item button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.nav-tabs .nav-item button:hover {
  border-bottom: 2px solid #e2e8f0;
}
.nav-tabs .nav-item button:hover .heading-6 {
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.3960784314), 2px 2px 2px rgba(58, 134, 248, 0);
}
.nav-tabs .nav-item button.animate {
  animation: shake 4s infinite normal forwards;
}
.nav-tabs .nav-item button h6, .nav-tabs .nav-item button .h6, .nav-tabs .nav-item button .regular-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 7px;
  text-align: center;
  color: rgb(0, 0, 0);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4745098039), 2px 2px 2px rgba(58, 134, 248, 0);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.nav-tabs .nav-item button h6 .icon-bg, .nav-tabs .nav-item button .h6 .icon-bg, .nav-tabs .nav-item button .regular-6 .icon-bg {
  width: 25px;
  height: 25px;
}
@media (max-width: 768px) {
  .nav-tabs .nav-item button h6 .icon-bg, .nav-tabs .nav-item button .h6 .icon-bg, .nav-tabs .nav-item button .regular-6 .icon-bg {
    width: 22px;
    height: 22px;
  }
}
.nav-tabs .nav-item button h6 .icon-bg-favheart, .nav-tabs .nav-item button .h6 .icon-bg-favheart, .nav-tabs .nav-item button .regular-6 .icon-bg-favheart {
  opacity: 0.8;
}
.nav-tabs .nav-item button .new {
  position: absolute;
  right: 4px;
  top: 7px;
  width: 4.9px;
  height: 4.9px;
  background-color: #FF0000;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .nav-tabs .nav-item button .new {
    top: -4px;
    right: 0px;
  }
}
.nav-tabs .nav-item button.active {
  background-color: rgb(255, 255, 255);
  border: 2px solid transparent;
  border-bottom: 2px solid #e2e8f0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.nav-tabs .nav-item button.active .regular-6 {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.3960784314), 2px 2px 2px rgba(58, 134, 248, 0);
}

.tab-content .tab-pan.active {
  display: flex;
}

.accordion {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.accordion .accordion-trigger {
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: rgb(0, 0, 0);
  padding: 13px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  border: 1px solid #e2e8f0;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.accordion .accordion-trigger .icon {
  position: absolute;
  right: 13px;
  width: 13px;
  height: 13px;
  margin-top: -2px;
  pointer-events: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.accordion .accordion-trigger .icon::before {
  background-color: #888;
}
.accordion .accordion-content {
  display: none;
  border-bottom: 1px solid transparent;
}
.accordion .accordion-content ul {
  list-style-type: none;
  padding-left: 0;
}
.accordion .accordion-content ul li {
  counter-increment: accordion-counter;
  padding: 7px 0;
  padding-left: 31px;
  text-align: left;
  color: rgb(0, 0, 0);
}
.accordion .accordion-content ul li::before {
  content: counter(accordion-counter) ".";
  color: rgb(0, 0, 0);
  background-color: transparent;
  width: auto;
  height: auto;
  font-size: 13px;
  font-weight: 100;
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.accordion .accordion-content ul li:not(:last-of-type) {
  border-bottom: 1px solid #e2e8f0;
}
.accordion .accordion-content ul li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  width: 100%;
  height: 100%;
}
.accordion .accordion-content ul li a .icon {
  width: 10.3px;
  height: 10.3px;
  opacity: 0;
  transform: translateX(-4px);
  -webkit-transform: translateX(-4px);
  -moz-transform: translateX(-4px);
  -ms-transform: translateX(-4px);
  -o-transform: translateX(-4px);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.accordion .accordion-content ul li a .icon::before {
  background-color: #3a86f8;
}
.accordion .accordion-content ul li a:hover {
  text-decoration: underline;
}
.accordion .accordion-content ul li a:hover .icon {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.accordion .accordion-content ul li.active a .icon {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.accordion.open {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.accordion.open .accordion-trigger {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.accordion.open .accordion-trigger .icon {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.accordion.open .accordion-content {
  border: 1px solid #e2e8f0;
  border-top: 1px solid transparent;
}

.search-bar {
  max-width: 400px;
  width: 0%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease, opacity 0.3s ease 0.3s;
  margin-left: auto;
  margin-top: 2px;
}
@media (max-width: 768px) {
  .search-bar {
    width: 100%;
    opacity: 1;
    pointer-events: all;
  }
}
@media (max-width: 576px) {
  .search-bar {
    max-width: 100%;
    order: 1;
    grid-column: span 2/span 2;
  }
}
.search-bar label {
  position: relative;
  width: 100%;
  margin: 0;
}
.search-bar label input {
  font-size: 13px !important;
  padding: 9.04px 20px;
  border: 0;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  background-color: rgb(255, 255, 255);
  width: 100%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.search-bar label input::placeholder {
  font-size: 13px !important;
}
.search-bar.active {
  width: 100%;
  opacity: 1;
  pointer-events: all;
  transition: all 0.4s ease;
}
.search-bar.active ~ .search .icon {
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.search-bar.always-active {
  width: 100% !important;
  opacity: 1 !important;
  pointer-events: all !important;
  transition: all 0.4s ease;
}

div:has(.no-data-message),
div:has(.no-static-data-message) {
  position: relative;
}
div:has(.no-data-message) .no-data-message,
div:has(.no-static-data-message) .no-data-message {
  width: 100%;
  padding: 22px;
  text-align: center;
  font-weight: 400;
}
div:has(.no-data-message) .no-static-data-message,
div:has(.no-static-data-message) .no-static-data-message {
  display: none;
  width: 100%;
  padding: 22px;
  text-align: center;
  font-weight: 400;
}

.GlobalFilter {
  display: none;
  background-color: rgb(255, 255, 255);
  border-bottom: 0;
  padding: 16px 16px;
  position: sticky;
  left: 0;
  z-index: 9;
}
.GlobalFilter .filter-wrap {
  margin: 0;
  padding: 0;
  border: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 320px;
  gap: 10px;
  align-items: flex-end;
}
@media (max-width: 1400px) {
  .GlobalFilter .filter-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 992px) {
  .GlobalFilter .filter-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px;
  }
}
@media (max-width: 768px) {
  .GlobalFilter .filter-wrap {
    grid-template-columns: 1fr;
  }
}
.GlobalFilter .filter-wrap .field .dropdown {
  min-width: 280px;
}
.GlobalFilter .filter-wrap .field .dropdown .dropdown-triggerr {
  font-size: 13px;
  padding: 7px 20px;
}
.GlobalFilter .filter-wrap .field .dropdown .dropdown-content {
  position: absolute;
  inset: initial;
  padding: 0;
}
.GlobalFilter .filter-wrap .field .dropdown .dropdown-content .dropdown-content-inner .nav-item label {
  padding: 0px 13px;
}
.GlobalFilter .filter-wrap .field .dropdown .dropdown-content .dropdown-content-inner .nav-item label:last-child {
  margin: 0;
}
.GlobalFilter .filter-wrap .field .dropdown .dropdown-content .dropdown-content-inner .nav-item label .dropdown-span {
  font-size: 13px;
}
.GlobalFilter .filter-wrap .BtnWrap {
  justify-content: flex-start;
  padding: 0;
  margin-bottom: 2px;
  gap: 7px;
}
@media (max-width: 992px) {
  .GlobalFilter .filter-wrap .BtnWrap {
    margin: auto auto 2px auto;
    gap: 13px;
  }
}
@media (max-width: 768px) {
  .GlobalFilter .filter-wrap .BtnWrap {
    width: 100%;
    flex-direction: row;
    margin-top: 10px;
  }
}
.GlobalFilter .filter-wrap .BtnWrap .CustomButton {
  opacity: 0.7;
  pointer-events: none;
}
@media (max-width: 768px) {
  .GlobalFilter .filter-wrap .BtnWrap .CustomButton {
    max-width: 50%;
    width: 100%;
  }
}
.GlobalFilter .filter-wrap:has(.field:nth-child(4)) .BtnWrap {
  grid-column: span 2/span 2;
}
.GlobalFilter:has(option) .filter-wrap .BtnWrap .CustomButton {
  opacity: 1;
  pointer-events: all;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.UserStatus {
  width: 100%;
  padding: 31px 22px;
  border: 0;
  border-left: 1px solid #cad5e2;
  transition: all 0.3s ease-in, border 0.3s ease-in 0.4s;
}
@media (max-width: 992px) {
  .UserStatus {
    border: 0;
  }
}
.UserStatus .UserStatusList {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 13px 0;
  width: 100%;
  height: fit-content;
}
.UserStatus .UserStatusList li {
  display: grid;
  grid-template-columns: 1fr 100px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 10px;
  border: 1px solid rgb(255, 255, 255);
  background-color: #3a86f8;
  width: 100%;
  min-width: 202px;
  flex: auto;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.UserStatus .UserStatusList li::before {
  display: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.UserStatus .UserStatusList li::after {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  border-radius: 7px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  animation: fillWaterVerticleTopDown 0.6s cubic-bezier(0.35, 0.35, 0.57, 0.56) 0s 1 normal forwards;
  animation-play-state: paused;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.UserStatus .UserStatusList li p {
  position: relative;
  z-index: 1;
  color: rgb(78, 78, 78);
  padding: 5px 10px 5px 20px;
  width: 100%;
  text-align: center;
  user-select: none;
  transition: all 0.3s ease 0.6s;
}
.UserStatus .UserStatusList li p:last-of-type {
  font-weight: 400;
}
.UserStatus .UserStatusList li p:last-of-type::before {
  left: 0;
  bottom: 0;
  width: 2px;
  height: 100%;
  background-color: #cad5e2;
  transform: rotate(7deg);
  -webkit-transform: rotate(7deg);
  -moz-transform: rotate(7deg);
  -ms-transform: rotate(7deg);
  -o-transform: rotate(7deg);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.UserStatus .UserStatusList li .LoaderWrapper {
  display: flex !important;
  position: absolute;
  left: 1px;
  top: 0;
  width: 31px;
  height: 100%;
  border-radius: 50%;
  backdrop-filter: blur(0px);
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.UserStatus .UserStatusList li .LoaderWrapper .Loader {
  width: 20px;
  height: 20px;
  inset: initial;
}
.UserStatus .UserStatusList li .indication {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 16px;
  top: 0;
  width: 31px;
  height: 100%;
  z-index: 3;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.UserStatus .UserStatusList li .indication::before {
  left: 50%;
  bottom: -27px;
  width: 4px;
  height: 100%;
  background-color: rgb(255, 255, 255);
  transform: translateX(-50%) rotate(180deg);
  -webkit-transform: translateX(-50%) rotate(180deg);
  -moz-transform: translateX(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) rotate(180deg);
  -o-transform: translateX(-50%) rotate(180deg);
  opacity: 0.4;
  transition: all 0.3s ease;
}
.UserStatus .UserStatusList li .indication::after {
  left: 50%;
  bottom: -27px;
  width: 4px;
  height: 0%;
  background-color: rgb(255, 255, 255);
  transform: translateX(-50%) rotate(180deg);
  -webkit-transform: translateX(-50%) rotate(180deg);
  -moz-transform: translateX(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) rotate(180deg);
  -o-transform: translateX(-50%) rotate(180deg);
  transition: all 0.3s ease;
}
.UserStatus .UserStatusList li .indication .circle-indicator {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 50%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.UserStatus .UserStatusList li .indication .circle-indicator::before {
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #3a86f8;
  opacity: 0.4;
  transform: translateX(-50%) rotate(180deg);
  -webkit-transform: translateX(-50%) rotate(180deg);
  -moz-transform: translateX(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) rotate(180deg);
  -o-transform: translateX(-50%) rotate(180deg);
  transition: all 0.6s ease;
}
.UserStatus .UserStatusList li .indication .circle-indicator::after {
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 0%;
  background-color: #306eca;
  transform: translateX(-50%) rotate(180deg);
  -webkit-transform: translateX(-50%) rotate(180deg);
  -moz-transform: translateX(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) rotate(180deg);
  -o-transform: translateX(-50%) rotate(180deg);
  transition: all 0.6s ease;
}
.UserStatus .UserStatusList li .indication .circle-indicator .icon {
  width: 10px;
  height: 10px;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease;
}
.UserStatus .UserStatusList li.active {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.UserStatus .UserStatusList li.active::after {
  animation-play-state: running;
}
.UserStatus .UserStatusList li.active p {
  color: rgb(255, 255, 255);
  transition: all 0.3s ease 0.3s;
}
.UserStatus .UserStatusList li.active .indication {
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.UserStatus .UserStatusList li.active .indication::before {
  transition: all 0.3s ease;
}
.UserStatus .UserStatusList li.active .indication::after {
  background-color: rgb(255, 255, 255);
  height: 100%;
  transition: all 1s ease 0.61s;
}
.UserStatus .UserStatusList li.active .indication .circle-indicator::before {
  background-color: rgba(255, 255, 255, 0.4);
}
.UserStatus .UserStatusList li.active .indication .circle-indicator::after {
  height: 100%;
  transition: all 1s ease 1.3s;
}
.UserStatus .UserStatusList li.active .indication .circle-indicator .icon {
  opacity: 1;
  transition: all 0.3s ease;
}
.UserStatus .UserStatusList li.active .indication .circle-indicator .icon::before {
  background-color: rgb(255, 255, 255);
}
.UserStatus .UserStatusList li.InProgress {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.UserStatus .UserStatusList li.InProgress .LoaderWrapper {
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.UserStatus .UserStatusList li.InProgress .indication {
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.UserStatus .UserStatusList li.InProgress p:last-of-type::before {
  background-color: #cad5e2;
}
.UserStatus .UserStatusList li.active.InProgress .LoaderWrapper {
  opacity: 1;
  background-color: #3a86f8;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.UserStatus .UserStatusList li.active.InProgress .LoaderWrapper .Loader {
  background-color: rgb(255, 255, 255);
}
.UserStatus .UserStatusList li:last-child .indication::before, .UserStatus .UserStatusList li:last-child .indication::after {
  display: none;
}
.UserStatusHeading {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: rgb(255, 255, 255);
  cursor: pointer;
  width: 100%;
  padding: 10px 22px;
  font-weight: 300;
  position: relative;
  z-index: 4;
  box-shadow: rgba(255, 255, 255, 0) 0 7px 16px 0;
  overflow: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.UserStatusHeading::after {
  content: "";
  position: absolute;
  left: -75px;
  top: -75px;
  z-index: 1;
  width: 20px;
  height: calc(100% + 16vh);
  background: rgb(255, 255, 255);
  border: 0px solid rgb(255, 255, 255);
  opacity: 0.8;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: flash 6s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.UserStatusHeading .icon {
  width: 16px;
  height: 16px;
}
.UserStatusHeading .icon::before {
  background-color: rgb(255, 255, 255) !important;
}
.UserStatusHeading.open {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.UserStatusHeading.open .icon {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.CustomStatusHeading {
  cursor: pointer;
  background-color: rgb(255, 255, 255);
  margin-bottom: 0;
  border-radius: 10px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.CustomStatusHeading p {
  position: relative;
  z-index: 1;
  padding: 5px 10px 5px 20px;
  width: 100%;
  text-align: center;
  user-select: none;
}
.CustomStatusHeading .indication {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 16px;
  top: 0;
  width: 31px;
  height: 100%;
  z-index: 3;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.CustomStatusHeading .indication .circle-indicator {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 50%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.CustomStatusHeading .indication .circle-indicator::after {
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #306eca;
  transform: translateX(-50%) rotate(180deg);
  -webkit-transform: translateX(-50%) rotate(180deg);
  -moz-transform: translateX(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) rotate(180deg);
  -o-transform: translateX(-50%) rotate(180deg);
  transition: all 0.6s ease;
}
.CustomStatusHeading .indication .circle-indicator .icon {
  width: 10px;
  height: 10px;
  z-index: 1;
  transition: all 0.3s ease;
}
.CustomStatusHeading .indication .circle-indicator .icon::before {
  background-color: rgb(255, 255, 255);
}
.CustomStatusHeading.open {
  margin-bottom: 13px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

@media (max-width: 992px) {
  .UserConfidentialData {
    border: 0;
    border-top: 1px solid rgb(255, 255, 255);
  }
}
.UserConfidentialData > .heading-6 {
  margin-top: 4px;
  margin-bottom: 16px;
}
.UserConfidentialData .heading-6 {
  font-weight: 300;
}
.UserConfidentialData a {
  text-decoration: underline;
}
.UserConfidentialData .UserConfidentialData-Content {
  display: grid;
  grid-template-columns: 250px 1fr;
}
@media (max-width: 768px) {
  .UserConfidentialData .UserConfidentialData-Content {
    grid-template-columns: max-content 1fr;
    gap: 4px;
  }
}
@media (max-width: 576px) {
  .UserConfidentialData .UserConfidentialData-Content {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media (max-width: 768px) {
  .UserConfidentialData .UserConfidentialData-Content p {
    margin-bottom: 16px;
  }
}

.sec-breadcrumb {
  position: relative;
  background-color: #e2e8f0;
}
.sec-breadcrumb .container .breadcrumb-inner {
  padding: 50px 0 45px;
}
.sec-breadcrumb .container .breadcrumb-inner .breadcrumb-heading {
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-size: 45px;
  font-weight: 400;
  width: fit-content;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  border-spacing: 12px;
  padding-bottom: 7px;
  margin-bottom: 30px;
  position: relative;
}
.sec-breadcrumb .container .breadcrumb-inner .breadcrumb-heading::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 4px;
  width: calc(100% + 70px);
  height: 5px;
  background: #3a86f8;
}
@media (max-width: 1400px) {
  .sec-breadcrumb .container .breadcrumb-inner .breadcrumb-heading {
    font-size: 40px;
    padding-bottom: 10px;
    margin-bottom: 18px;
  }
}
@media (max-width: 992px) {
  .sec-breadcrumb .container .breadcrumb-inner .breadcrumb-heading {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .sec-breadcrumb .container .breadcrumb-inner .breadcrumb-heading {
    font-size: 26px;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
}
@media (max-width: 576px) {
  .sec-breadcrumb .container .breadcrumb-inner .breadcrumb-heading {
    font-size: 22px;
    margin-bottom: 10px;
    padding-bottom: 2px;
  }
}

.sec-breadcrumb.transparent {
  background-color: transparent;
}

.breadcrumb-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px 0px;
  padding: 4px 7px;
}
.breadcrumb-list .breadcrumb-item {
  padding: 0;
}
.breadcrumb-list .breadcrumb-item::before {
  display: none;
}
.breadcrumb-list .breadcrumb-item .breadcrumb-link {
  font-size: 14px;
  padding-right: 20px;
  position: relative;
  user-select: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.breadcrumb-list .breadcrumb-item .breadcrumb-link::before {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 10px;
  right: 4px;
  top: 53%;
  transform: translateY(-50%);
  pointer-events: none;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: opacity 0.3s ease, background-color 0.3s ease;
  background-color: rgb(0, 0, 0);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
}
.breadcrumb-list .breadcrumb-item .breadcrumb-link:hover, .breadcrumb-list .breadcrumb-item .breadcrumb-link:focus {
  text-decoration: underline;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.breadcrumb-list .breadcrumb-item.active {
  cursor: no-drop;
}
.breadcrumb-list .breadcrumb-item.active .breadcrumb-link {
  cursor: no-drop;
  pointer-events: none;
}
.breadcrumb-list .breadcrumb-item:first-child {
  display: list-item;
}
.breadcrumb-list .breadcrumb-item:last-child .breadcrumb-link::before {
  display: none;
}
.breadcrumb-list.bg-light {
  background-color: #e2e8f0;
}

.sec-CTA-Popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  height: fit-content;
  max-width: 700px;
  max-height: calc(var(--vh, 1vh) * 100 - 40%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 99;
  pointer-events: none;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  background-color: rgb(255, 255, 255);
  border-radius: 16px;
  overflow: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.sec-CTA-Popup .container {
  padding: 0;
}
.sec-CTA-Popup .container .CTA-Popup-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.sec-CTA-Popup .container .CTA-Popup-inner .error {
  display: none;
  position: absolute;
  left: 0;
  top: -7px;
  font-size: 10px;
  color: red;
}
.sec-CTA-Popup .container .CTA-Popup-inner .CTAPopupHeader {
  display: flex;
  flex-direction: row;
  position: sticky;
  top: 0;
  left: 0;
  padding: 22px 22px 16px;
  z-index: 9;
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid #e2e8f0;
}
.sec-CTA-Popup .container .CTA-Popup-inner .CTAPopupHeader .heading-4 {
  text-align: center;
  width: 100%;
  margin: 0;
}
@media (max-width: 768px) {
  .sec-CTA-Popup .container .CTA-Popup-inner .CTAPopupHeader .heading-4 {
    padding: 13px;
  }
}
.sec-CTA-Popup .container .CTA-Popup-inner .CTAPopupHeader .icon-close {
  width: 31px;
  height: 31px;
  align-self: flex-end;
  cursor: pointer;
  pointer-events: all;
  z-index: 9;
  background-color: #e2e8f0;
  border-radius: 50%;
  opacity: 0.7;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-CTA-Popup .container .CTA-Popup-inner .CTAPopupHeader .icon-close::before {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: calc(100% - 22px);
  height: calc(100% - 22px);
  background-color: rgb(0, 0, 0);
}
.sec-CTA-Popup .container .CTA-Popup-inner .CTAPopupHeader .icon-close:hover {
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-CTA-Popup .container .CTA-Popup-inner .BtnWrap {
  position: sticky;
  bottom: 0;
  margin: auto 0 0;
  padding: 13px 0 22px;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 576px) {
  .sec-CTA-Popup .container .CTA-Popup-inner .BtnWrap {
    flex-direction: row;
  }
}
.sec-CTA-Popup .container .CTA-Popup-inner .BtnWrap .CustomButton {
  min-width: unset;
}
.sec-CTA-Popup .container .CTA-Popup-inner .nav-tabs {
  position: sticky;
  top: 70px;
  z-index: 9;
  box-shadow: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: rgb(255, 255, 255);
  border: 1px solid #e2e8f0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .sec-CTA-Popup .container .CTA-Popup-inner .nav-tabs {
    overflow-x: scroll;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}
.sec-CTA-Popup .container .CTA-Popup-inner .nav-tabs .nav-item {
  min-width: 33.3333333333%;
}
@media (max-width: 768px) {
  .sec-CTA-Popup .container .CTA-Popup-inner .nav-tabs .nav-item {
    min-width: 200px;
    width: 100%;
    max-width: 200px;
  }
}
.sec-CTA-Popup .container .CTA-Popup-inner .nav-tabs .nav-item .nav-link {
  padding: 13px 16px;
  border: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-CTA-Popup .container .CTA-Popup-inner .nav-tabs .nav-item .nav-link .regular-6 {
  text-shadow: none;
  color: rgb(78, 78, 78);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-CTA-Popup .container .CTA-Popup-inner .nav-tabs .nav-item .nav-link:hover {
  background-color: #e2e8f0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-CTA-Popup .container .CTA-Popup-inner .nav-tabs .nav-item .nav-link:hover .regular-6 {
  color: rgb(78, 78, 78);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-CTA-Popup .container .CTA-Popup-inner .nav-tabs .nav-item .nav-link.active {
  background-color: #e2e8f0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-CTA-Popup .container .CTA-Popup-inner .nav-tabs .nav-item .nav-link.active .regular-6 {
  color: rgb(0, 0, 0);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-CTA-Popup .container .CTA-Popup-inner .tab-content .tab-pane {
  min-height: 200px;
}
@media (max-width: 576px) {
  .sec-CTA-Popup .container .CTA-Popup-inner .tab-content .tab-pane form {
    padding: 13px 0 0;
  }
}
.sec-CTA-Popup .container .CTA-Popup-inner .notesList {
  padding: 0 22px 25px;
}
@media (max-width: 768px) {
  .sec-CTA-Popup .container .CTA-Popup-inner .notesList {
    padding: 13px;
  }
}
.sec-CTA-Popup .container .CTA-Popup-inner .notesList li {
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  height: fit-content;
  border-bottom: 1px solid #e2e8f0;
}
.sec-CTA-Popup .container .CTA-Popup-inner .notesList li::before {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.sec-CTA-Popup .container .CTA-Popup-inner .notesList li form {
  display: grid;
  grid-template-columns: 1fr 61px;
  align-items: center;
  gap: 13px;
  padding: 0;
}
.sec-CTA-Popup .container .CTA-Popup-inner .notesList li form > div {
  display: none;
}
.sec-CTA-Popup .container .CTA-Popup-inner .notesList li a:hover {
  text-decoration: underline;
}
.sec-CTA-Popup .container .CTA-Popup-inner .notesList li input {
  display: none;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 7px 13px;
}
.sec-CTA-Popup .container .CTA-Popup-inner .notesList li .icons-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 13px;
}
@media (max-width: 768px) {
  .sec-CTA-Popup .container .CTA-Popup-inner .notesList li .icons-wrap {
    justify-content: flex-end;
  }
}
.sec-CTA-Popup .container .CTA-Popup-inner .notesList li .icons-wrap .icon {
  cursor: pointer;
}
.sec-CTA-Popup .container .CTA-Popup-inner .notesList li .icons-wrap .icon::before {
  background-color: rgba(136, 136, 136, 0.5333333333);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-CTA-Popup .container .CTA-Popup-inner .notesList li .icons-wrap .icon:hover::before {
  background-color: rgb(0, 0, 0);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-CTA-Popup .container .CTA-Popup-inner .notesList li .icons-wrap .icon-yes::before {
  background-color: rgba(0, 128, 0, 0.511);
}
.sec-CTA-Popup .container .CTA-Popup-inner .notesList li .icons-wrap .icon-yes:hover::before {
  background-color: green;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-CTA-Popup .container .CTA-Popup-inner .notesList li .icons-wrap button {
  display: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .sec-CTA-Popup .container .CTA-Popup-inner .notesList li {
    grid-template-columns: 1fr;
  }
  .sec-CTA-Popup .container .CTA-Popup-inner .notesList li::before {
    top: 22px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
.sec-CTA-Popup .container .CTA-Popup-inner .notesList.red li::before {
  background-color: red;
}
.sec-CTA-Popup .container .CTA-Popup-inner form {
  display: flex;
  flex-direction: column;
  position: static;
  bottom: 0;
  padding: 22px 22px 0;
  overflow: auto;
}
.sec-CTA-Popup .container .CTA-Popup-inner form textarea {
  color: rgb(78, 78, 78);
  max-height: 52px;
  width: 100%;
  padding: 7px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  box-shadow: none;
}
.sec-CTA-Popup .container .CTA-Popup-inner form input {
  color: rgb(78, 78, 78);
  box-shadow: none;
}
.sec-CTA-Popup .container .CTA-Popup-inner form .btn {
  padding: 4px 31px;
  margin: auto;
  margin-top: 7px;
}
.sec-CTA-Popup .container .CTA-Popup-inner form .FormFieldBlocksItem {
  display: flex;
  flex-direction: column;
  gap: 7px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-CTA-Popup .container .CTA-Popup-inner form .FormFieldBlocksItem .regular-6 {
  margin: 0;
}
.sec-CTA-Popup .container .CTA-Popup-inner form .FormFieldBlocksItem .field {
  padding: 13px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-CTA-Popup .container .CTA-Popup-inner form .FormFieldBlocksItem .field label {
  display: grid;
  grid-template-columns: 22px 1fr 170px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .sec-CTA-Popup .container .CTA-Popup-inner form .FormFieldBlocksItem .field label {
    grid-template-columns: 22px 1fr;
  }
}
.sec-CTA-Popup .container .CTA-Popup-inner form .FormFieldBlocksItem .field label .heading {
  display: none;
}
.sec-CTA-Popup .container .CTA-Popup-inner form .FormFieldBlocksItem .field label a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 13px;
  margin-left: auto;
  grid-column: span 2/span 2;
  word-break: break-all;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .sec-CTA-Popup .container .CTA-Popup-inner form .FormFieldBlocksItem .field label a {
    grid-column: span 2/span 2;
  }
}
.sec-CTA-Popup .container .CTA-Popup-inner form .FormFieldBlocksItem .field label .icon {
  width: 10px;
  height: 10px;
}
.sec-CTA-Popup .container .CTA-Popup-inner form .FormFieldBlocksItem .field:hover {
  background-color: #e2e8f0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-CTA-Popup .container .CTA-Popup-inner form .FormFieldBlocksItem .field:hover label .i-frame {
  border-color: rgba(136, 136, 136, 0.5333333333);
}
.sec-CTA-Popup .container .CTA-Popup-inner form .FormFieldBlocksItem .field:hover label a {
  text-decoration: underline;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-CTA-Popup .container .CTA-Popup-inner form .FormFieldBlocksItem .field ~ .regular-6 {
  margin-top: 16px;
}
@media (max-width: 576px) {
  .sec-CTA-Popup .container .CTA-Popup-inner form {
    padding-left: 0;
    padding-right: 0;
  }
}
.sec-CTA-Popup .container .CTA-Popup-inner form #VisaDocs ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.sec-CTA-Popup .container .CTA-Popup-inner form #VisaDocs ul li {
  padding: 0;
}
.sec-CTA-Popup .container .CTA-Popup-inner form #VisaDocs ul li::before {
  display: none;
}
.sec-CTA-Popup .container .CTA-Popup-inner form #VisaDocs ul li .field {
  background-color: #ffdddd;
  border: 1px solid rgb(255, 255, 255);
}
.sec-CTA-Popup .container .CTA-Popup-inner #candidateVisastatusForm {
  display: none;
  padding: 22px 22px;
}
.sec-CTA-Popup .container .CTA-Popup-inner #candidateVisastatusForm .heading {
  padding-left: 4px;
}
.sec-CTA-Popup .container .CTA-Popup-inner #candidateVisastatusForm .dropdown-content {
  position: relative;
  inset: initial;
}
.sec-CTA-Popup .container .CTA-Popup-inner #addNoteForm {
  margin-top: auto;
  overflow: visible;
}
.sec-CTA-Popup .container .CTA-Popup-inner #checklistForm {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 0;
  box-shadow: none;
}
.sec-CTA-Popup .container .CTA-Popup-inner:has(#CityHallCheckboxInputYes) form, .sec-CTA-Popup .container .CTA-Popup-inner:has(#CityHallCheckboxInputNo) form {
  gap: 16px;
}
.sec-CTA-Popup .container .CTA-Popup-inner:has(#CityHallCheckboxInputYes) .field, .sec-CTA-Popup .container .CTA-Popup-inner:has(#CityHallCheckboxInputNo) .field {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.sec-CTA-Popup .container .CTA-Popup-inner:has(#CityHallCheckboxInputYes) label:has(#CityHallCheckboxInputYes),
.sec-CTA-Popup .container .CTA-Popup-inner:has(#CityHallCheckboxInputYes) label:has(#CityHallCheckboxInputNop), .sec-CTA-Popup .container .CTA-Popup-inner:has(#CityHallCheckboxInputNo) label:has(#CityHallCheckboxInputYes),
.sec-CTA-Popup .container .CTA-Popup-inner:has(#CityHallCheckboxInputNo) label:has(#CityHallCheckboxInputNop) {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}
.sec-CTA-Popup .container .CTA-Popup-inner iframe {
  width: 100%;
  height: 100%;
  min-height: 520px;
  padding: 22px 22px 13px;
}
@media (max-width: 576px) {
  .sec-CTA-Popup .container .CTA-Popup-inner iframe {
    min-height: 400px;
  }
}
.sec-CTA-Popup .container .CTA-Popup-inner:has(.ConfidentialDataList) {
  max-width: 850px;
}
.sec-CTA-Popup .container .CTA-Popup-inner:has(.ConfidentialDataList) .ConfidentialDataList {
  padding: 0 22px 25px;
}
@media (max-width: 768px) {
  .sec-CTA-Popup .container .CTA-Popup-inner:has(.ConfidentialDataList) .ConfidentialDataList {
    padding: 13px;
  }
}
.sec-CTA-Popup .container .CTA-Popup-inner:has(.ConfidentialDataList) .ConfidentialDataList li {
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  height: fit-content;
  border-bottom: 1px solid #e2e8f0;
}
.sec-CTA-Popup .container .CTA-Popup-inner:has(.ConfidentialDataList) .ConfidentialDataList li::before {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
@media (max-width: 992px) {
  .sec-CTA-Popup .container .CTA-Popup-inner:has(.ConfidentialDataList) .ConfidentialDataList li {
    padding-left: 13px;
  }
  .sec-CTA-Popup .container .CTA-Popup-inner:has(.ConfidentialDataList) .ConfidentialDataList li::before {
    display: none;
  }
}
@media (max-width: 768px) {
  .sec-CTA-Popup .container .CTA-Popup-inner:has(.ConfidentialDataList) .ConfidentialDataList li {
    padding: 0;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    margin-bottom: 7px;
  }
}
.sec-CTA-Popup .container .CTA-Popup-inner:has(.ConfidentialDataList) .ConfidentialDataList li form {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding: 10px 0 0;
}
@media (max-width: 768px) {
  .sec-CTA-Popup .container .CTA-Popup-inner:has(.ConfidentialDataList) .ConfidentialDataList li form {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 10px;
  }
}
.sec-CTA-Popup .container .CTA-Popup-inner:has(.ConfidentialDataList) .ConfidentialDataList li form.error {
  border: 1px solid red;
}
.sec-CTA-Popup .container .CTA-Popup-inner:has(.ConfidentialDataList) .ConfidentialDataList li .heading-6 {
  margin-top: 1px;
  width: 100%;
  max-width: fit-content;
}
.sec-CTA-Popup .container .CTA-Popup-inner:has(.ConfidentialDataList) .ConfidentialDataList li a:hover {
  text-decoration: underline;
}
.sec-CTA-Popup .container .CTA-Popup-inner:has(.ConfidentialDataList) .ConfidentialDataList li label {
  display: none;
  width: 100%;
  flex: auto;
}
.sec-CTA-Popup .container .CTA-Popup-inner:has(.ConfidentialDataList) .ConfidentialDataList li .input-upload {
  width: 100%;
  padding: 7px 13px;
  margin: 4px;
  min-height: fit-content;
  background-color: rgb(255, 255, 255);
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-CTA-Popup .container .CTA-Popup-inner:has(.ConfidentialDataList) .ConfidentialDataList li .input-upload span {
  font-size: 13px;
}
.sec-CTA-Popup .container .CTA-Popup-inner:has(.ConfidentialDataList) .ConfidentialDataList li input {
  display: none;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 7px 13px;
  margin: 4px 0;
  width: 100%;
  flex: auto;
}
.sec-CTA-Popup .container .CTA-Popup-inner:has(.ConfidentialDataList) .ConfidentialDataList li.AddData p {
  display: none;
}
.sec-CTA-Popup .container .CTA-Popup-inner:has(.ConfidentialDataList) .ConfidentialDataList li.AddData label {
  display: block;
}
.sec-CTA-Popup .container .CTA-Popup-inner:has(.ConfidentialDataList) .ConfidentialDataList li.AddData input {
  display: block;
}
.sec-CTA-Popup .container .CTA-Popup-inner:has(.ConfidentialDataList) .ConfidentialDataList li.AddData .icons-wrap button {
  display: flex;
}
@media (max-width: 768px) {
  .sec-CTA-Popup .container .CTA-Popup-inner:has(.ConfidentialDataList) .ConfidentialDataList li.AddData .icons-wrap {
    max-width: 22px;
  }
}
@media (max-width: 768px) {
  .sec-CTA-Popup .container .CTA-Popup-inner:has(.ConfidentialDataList) .ConfidentialDataList li.AddData form {
    flex-direction: row;
    align-items: center;
  }
}
.sec-CTA-Popup .container .CTA-Popup-inner:has(.ConfidentialDataList) .ConfidentialDataList li .icons-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 13px;
  margin-left: auto;
}
@media (max-width: 768px) {
  .sec-CTA-Popup .container .CTA-Popup-inner:has(.ConfidentialDataList) .ConfidentialDataList li .icons-wrap {
    justify-content: flex-end;
  }
  .sec-CTA-Popup .container .CTA-Popup-inner:has(.ConfidentialDataList) .ConfidentialDataList li .icons-wrap:has(.icon-yes) {
    position: absolute;
    top: 7px;
    right: 7px;
    gap: 10px;
  }
}
.sec-CTA-Popup .container .CTA-Popup-inner:has(.ConfidentialDataList) .ConfidentialDataList li .icons-wrap .icon {
  cursor: pointer;
}
@media (max-width: 768px) {
  .sec-CTA-Popup .container .CTA-Popup-inner:has(.ConfidentialDataList) .ConfidentialDataList li .icons-wrap .icon {
    width: 16px;
    height: 16px;
  }
}
.sec-CTA-Popup .container .CTA-Popup-inner:has(.ConfidentialDataList) .ConfidentialDataList li .icons-wrap .icon::before {
  background-color: rgba(136, 136, 136, 0.5333333333);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-CTA-Popup .container .CTA-Popup-inner:has(.ConfidentialDataList) .ConfidentialDataList li .icons-wrap .icon:hover::before {
  background-color: rgb(0, 0, 0);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-CTA-Popup .container .CTA-Popup-inner:has(.ConfidentialDataList) .ConfidentialDataList li .icons-wrap .icon-yes::before {
  background-color: rgba(0, 128, 0, 0.511);
}
.sec-CTA-Popup .container .CTA-Popup-inner:has(.ConfidentialDataList) .ConfidentialDataList li .icons-wrap .icon-yes:hover::before {
  background-color: green;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-CTA-Popup .container .CTA-Popup-inner:has(.ConfidentialDataList) .ConfidentialDataList li .icons-wrap .icon-plus {
  margin-left: auto;
}
.sec-CTA-Popup .container .CTA-Popup-inner:has(.ConfidentialDataList) .ConfidentialDataList li .icons-wrap button {
  display: none;
  padding: 0;
  margin: 0;
}
.sec-CTA-Popup .container .CTA-Popup-inner:has(.ConfidentialDataList) .ConfidentialDataList li input[type=file] {
  display: none;
}
@media (max-width: 768px) {
  .sec-CTA-Popup .container .CTA-Popup-inner:has(.ConfidentialDataList) .ConfidentialDataList li {
    grid-template-columns: 1fr;
  }
  .sec-CTA-Popup .container .CTA-Popup-inner:has(.ConfidentialDataList) .ConfidentialDataList li::before {
    top: 22px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
.sec-CTA-Popup .container .CTA-Popup-inner #uploadagreement label {
  display: flex !important;
}
.sec-CTA-Popup .container .CTA-Popup-inner #uploadagreement .icons-wrap button {
  display: flex;
}
.sec-CTA-Popup .container .CTA-Popup-inner #uploadagreement .UploadedFiles {
  display: none;
}
.sec-CTA-Popup .container .CTA-Popup-inner .CTA-Popup-Steps {
  display: none;
  flex-direction: column;
  width: 100%;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 16px;
}
.sec-CTA-Popup .container .CTA-Popup-inner .CTA-Popup-Steps:first-child, .sec-CTA-Popup .container .CTA-Popup-inner .CTA-Popup-Steps:first-of-type, .sec-CTA-Popup .container .CTA-Popup-inner .CTA-Popup-Steps.IsActive {
  display: block;
}
.sec-CTA-Popup .container .CTA-Popup-inner .CTA-Popup-Steps h5, .sec-CTA-Popup .container .CTA-Popup-inner .CTA-Popup-Steps .h5, .sec-CTA-Popup .container .CTA-Popup-inner .CTA-Popup-Steps .regular-5 {
  text-align: left;
  margin: 0 0 10px;
  font-weight: 300;
}
.sec-CTA-Popup .container .CTA-Popup-inner .CustomButton {
  min-width: unset;
}
.sec-CTA-Popup .container .icons-wrap,
.sec-CTA-Popup .container .icon {
  pointer-events: all;
}
.sec-CTA-Popup.active {
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.3s ease;
}

.sec-CTA-Popup#Confirmation-CTA-Popup .container .CTA-Popup-inner form {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 40px 0;
  text-align: center;
  gap: 13px;
}
.sec-CTA-Popup#Confirmation-CTA-Popup .container .CTA-Popup-inner form .field-wrap {
  display: flex;
  flex-direction: row;
  gap: 13px;
}
.sec-CTA-Popup#Confirmation-CTA-Popup .container .CTA-Popup-inner form label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.sec-CTA-Popup#Confirmation-CTA-Popup .container .CTA-Popup-inner form input {
  display: none;
}
.sec-CTA-Popup#Confirmation-CTA-Popup .container .CTA-Popup-inner form .BtnWrap {
  padding: 22px 0 0;
}
.sec-CTA-Popup#Confirmation-CTA-Popup .container .CTA-Popup-inner #GlobalConfirmation {
  gap: 0;
}
.sec-CTA-Popup#Confirmation-CTA-Popup .container .CTA-Popup-inner #GlobalConfirmation .CTA-Popup-Steps {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: 0;
}
.sec-CTA-Popup#Confirmation-CTA-Popup .container .CTA-Popup-inner #GlobalConfirmation .CTA-Popup-Steps .CTAPopupHeader {
  padding: 13px;
  margin-bottom: 16px;
}
.sec-CTA-Popup#Confirmation-CTA-Popup .container .CTA-Popup-inner #GlobalConfirmation .CTA-Popup-Steps h5, .sec-CTA-Popup#Confirmation-CTA-Popup .container .CTA-Popup-inner #GlobalConfirmation .CTA-Popup-Steps .h5, .sec-CTA-Popup#Confirmation-CTA-Popup .container .CTA-Popup-inner #GlobalConfirmation .CTA-Popup-Steps .regular-5 {
  margin: 0 0 22px;
}
.sec-CTA-Popup#Confirmation-CTA-Popup .container .CTA-Popup-inner #GlobalConfirmation .CTA-Popup-Steps .BtnWrap {
  padding: 4px 0 0;
}

.CTA-Popup-Steps:first-child, .CTA-Popup-Steps:first-of-type {
  display: block;
}

.favorite {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 100%;
  pointer-events: all;
}
.favorite a {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  min-width: 52px;
  min-height: 52px;
  width: 100%;
  height: 100%;
  justify-content: center;
  z-index: 9;
  border-radius: 50%;
}
.favorite .icon-heart {
  width: 24px;
  height: 24px;
  z-index: 0;
  transition: all 0.5s;
  pointer-events: none;
}
.favorite .icon-heart::before {
  background-color: rgb(255, 255, 255);
  transition: all 0.5s;
}
.favorite .icon-heartsmall {
  position: absolute;
  left: calc(50% - 10px);
  top: calc(50% - 12px);
  display: flex;
  width: 10px;
  height: 10px;
  opacity: 0;
  z-index: 0;
  transition: all 0s;
}
.favorite .icon-heartsmall::before {
  background-color: red;
}
.favorite.active {
  animation: Throttle 0.6s ease-in 0s 1 normal forwards;
}
.favorite.active .icon-heart::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3Cpath d='M21.99 9.34c-.18 3.532-3.683 6.638-5.805 8.332-1.21.973-3.163 2.29-3.163 2.29s-.426.287-1.018.67c-.568-.37-1.011-.668-1.011-.668s-2.005-1.35-2.836-2.026q-.375-.306-.74-.598c-3.08-2.478-5.278-4.538-5.412-8.125-.054-1.448.345-2.682 1.012-3.662A5.82 5.82 0 0 1 6.081 3.29a6.26 6.26 0 0 1 3.817.019c.722.232 1.433.6 2.096 1.123a6.7 6.7 0 0 1 2.13-1.136 6.26 6.26 0 0 1 3.852.015 5.83 5.83 0 0 1 3.052 2.322c.654.994 1.038 2.242.963 3.706' fill='%23FFF'/%3E%3Cpath d='M17.976 3.311a5.83 5.83 0 0 1 3.052 2.322c.654.994 1.038 2.242.963 3.706-.18 3.533-3.684 6.64-5.806 8.333-1.21.973-3.163 2.29-3.163 2.29s-.426.287-1.018.67c-.568-.37-1.011-.668-1.011-.668s-2.005-1.35-2.836-2.026q-.375-.306-.74-.598c-3.08-2.478-5.278-4.538-5.412-8.125-.054-1.448.345-2.682 1.012-3.662A5.82 5.82 0 0 1 6.081 3.29a6.26 6.26 0 0 1 3.817.019c.722.232 1.433.6 2.096 1.123a6.7 6.7 0 0 1 2.13-1.136 6.26 6.26 0 0 1 3.852.015m2.199 5.936c.22-4.302-4.965-6.048-7.86-2.602-.077.092-.309.547-.309.547s-.243-.447-.324-.543c-2.905-3.435-8.017-1.712-7.86 2.498.125 3.35 2.572 5.009 5.484 7.381.79.644 2.7 1.926 2.7 1.926s1.877-1.264 2.707-1.933c1.695-1.366 5.297-4.037 5.462-7.274' fill='%231D1D1D'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3Cpath d='M21.99 9.34c-.18 3.532-3.683 6.638-5.805 8.332-1.21.973-3.163 2.29-3.163 2.29s-.426.287-1.018.67c-.568-.37-1.011-.668-1.011-.668s-2.005-1.35-2.836-2.026q-.375-.306-.74-.598c-3.08-2.478-5.278-4.538-5.412-8.125-.054-1.448.345-2.682 1.012-3.662A5.82 5.82 0 0 1 6.081 3.29a6.26 6.26 0 0 1 3.817.019c.722.232 1.433.6 2.096 1.123a6.7 6.7 0 0 1 2.13-1.136 6.26 6.26 0 0 1 3.852.015 5.83 5.83 0 0 1 3.052 2.322c.654.994 1.038 2.242.963 3.706' fill='%23FFF'/%3E%3Cpath d='M17.976 3.311a5.83 5.83 0 0 1 3.052 2.322c.654.994 1.038 2.242.963 3.706-.18 3.533-3.684 6.64-5.806 8.333-1.21.973-3.163 2.29-3.163 2.29s-.426.287-1.018.67c-.568-.37-1.011-.668-1.011-.668s-2.005-1.35-2.836-2.026q-.375-.306-.74-.598c-3.08-2.478-5.278-4.538-5.412-8.125-.054-1.448.345-2.682 1.012-3.662A5.82 5.82 0 0 1 6.081 3.29a6.26 6.26 0 0 1 3.817.019c.722.232 1.433.6 2.096 1.123a6.7 6.7 0 0 1 2.13-1.136 6.26 6.26 0 0 1 3.852.015m2.199 5.936c.22-4.302-4.965-6.048-7.86-2.602-.077.092-.309.547-.309.547s-.243-.447-.324-.543c-2.905-3.435-8.017-1.712-7.86 2.498.125 3.35 2.572 5.009 5.484 7.381.79.644 2.7 1.926 2.7 1.926s1.877-1.264 2.707-1.933c1.695-1.366 5.297-4.037 5.462-7.274' fill='%231D1D1D'/%3E%3C/g%3E%3C/svg%3E");
  background-color: red !important;
  transition: all 0.5s;
}
.favorite.active .icon-heartsmall {
  opacity: 1;
  transition: all 0s;
}
.favorite.active .icon-heartsmall:nth-child(3) {
  animation: curve-left 1.4s ease-out forwards;
}
.favorite.active .icon-heartsmall:nth-child(4) {
  animation: curve-minor-left 1.4s ease-out forwards;
}
.favorite.active .icon-heartsmall:nth-child(5) {
  animation: curve-minor-right 1.4s ease-out forwards;
}
.favorite.active .icon-heartsmall::before {
  background-color: red !important;
  transition: all 0.3s ease-in;
}

.AcceptProfileAnimation {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: initial;
  z-index: 99;
  pointer-events: none;
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.AcceptProfileAnimation .icon {
  position: absolute;
  left: -10px;
  top: -10px;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  animation: shake 4s infinite normal forwards;
}
.AcceptProfileAnimation .icon.icon-yes::before {
  background-color: #5CB338 !important;
}
.AcceptProfileAnimation .icon.icon-close::before {
  background-color: #ff9494 !important;
}
.AcceptProfileAnimation.active {
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.AcceptProfileAnimation.active .icon {
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  animation: none;
}
.AcceptProfileAnimation.active .icon:nth-child(1) {
  animation: curve-left 1.4s ease-out forwards;
}
.AcceptProfileAnimation.active .icon:nth-child(2) {
  animation: curve-minor-left 1.4s ease-out forwards;
}
.AcceptProfileAnimation.active .icon:nth-child(3) {
  animation: curve-minor-right 1.4s ease-out forwards;
}
.AcceptProfileAnimation.active .icon:nth-child(4) {
  animation: curve-right 1.4s ease-out forwards;
}

.SectionProfileFloatingBar {
  position: fixed;
  bottom: 3.1%;
  left: 50%;
  z-index: 99;
  width: 100%;
  animation: none;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
@media (max-width: 992px) {
  .SectionProfileFloatingBar {
    bottom: 1.3%;
  }
}
@media (max-width: 468px) {
  .SectionProfileFloatingBar {
    bottom: 1.3%;
  }
}
.SectionProfileFloatingBar .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.SectionProfileFloatingBar .container .ProfileFloatingBarWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 10px;
  min-width: 52px;
  min-height: 52px;
  max-width: fit-content;
  padding: 7px 13px;
  background: linear-gradient(157deg, #3a86f8 0%, #3abed6 100%);
  border-radius: 20px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.SectionProfileFloatingBar .container .ProfileFloatingBarWrap .icon {
  width: 22px;
  height: 22px;
  pointer-events: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.SectionProfileFloatingBar .container .ProfileFloatingBarWrap .icon::before {
  background-color: rgb(78, 78, 78);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.SectionProfileFloatingBar .container .ProfileFloatingBarWrap:has(.icon) {
  background: transparent;
  max-width: unset;
  padding: 0;
  border-radius: 50%;
  border: 0;
}
.SectionProfileFloatingBar .container .ProfileFloatingBarWrap .ProfileFloatingBarItem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.SectionProfileFloatingBar .container .ProfileFloatingBarWrap .ProfileFloatingBarItem a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: rgb(255, 255, 255);
  padding: 2px 13px;
  border-radius: 20px;
  white-space: nowrap;
}
.SectionProfileFloatingBar .container .ProfileFloatingBarWrap .ProfileFloatingBarItem .favorite a {
  position: absolute !important;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 0;
  padding: 0;
  border: 0;
}
.SectionProfileFloatingBar .container .ProfileFloatingBarWrap .ProfileFloatingBarItem .ProfileFloatingBarItemInfo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 107%;
  padding: 10px 16px;
  border-radius: 16px;
  background-color: #3a86f8;
  z-index: 0;
  opacity: 0;
  transform: translateY(10px) scale(0.98);
  overflow: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.SectionProfileFloatingBar .container .ProfileFloatingBarWrap .ProfileFloatingBarItem .ProfileFloatingBarItemInfo p {
  color: rgb(255, 255, 255);
}
.SectionProfileFloatingBar .container .ProfileFloatingBarWrap .ProfileFloatingBarItem:hover a {
  background-color: rgb(255, 255, 255);
  color: #3a86f8;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.SectionProfileFloatingBar .container .ProfileFloatingBarWrap .ProfileFloatingBarItem:hover:has(.favorite.active) .icon {
  transform: translateY(0) scale(1.1);
  -webkit-transform: translateY(0) scale(1.1);
  -moz-transform: translateY(0) scale(1.1);
  -ms-transform: translateY(0) scale(1.1);
  -o-transform: translateY(0) scale(1.1);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.SectionProfileFloatingBar .container .ProfileFloatingBarWrap .ProfileFloatingBarItem:hover .ProfileFloatingBarItemInfo {
  z-index: 9;
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease, pointer-events 0s !important;
}
.SectionProfileFloatingBar .container .ProfileFloatingBarWrap .ProfileFloatingBarItem:has(.icon) {
  min-width: 52px;
  min-height: 52px;
  border-radius: 50%;
  background-color: transparent;
  box-shadow: rgba(0, 0, 0, 0.1) 3.1px 3.1px 2.6px;
}
.SectionProfileFloatingBar .container .ProfileFloatingBarWrap .ProfileFloatingBarItem:has(.icon) a {
  position: relative;
  background-color: rgb(255, 255, 255);
  padding: 0;
  min-width: 52px;
  min-height: 52px;
  width: 100%;
  height: 100%;
  justify-content: center;
  border-radius: 50%;
}
.SectionProfileFloatingBar .container .ProfileFloatingBarWrap .ProfileFloatingBarItem:has(.icon):hover a {
  background-color: #3a86f8;
}
.SectionProfileFloatingBar .container .ProfileFloatingBarWrap .ProfileFloatingBarItem:has(.icon):hover .icon::before {
  background-color: rgb(255, 255, 255);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.SectionProfileFloatingBar .container .ProfileFloatingBarWrap .ProfileFloatingBarItem.AcceptProfile .icon-yes::before, .SectionProfileFloatingBar .container .ProfileFloatingBarWrap .ProfileFloatingBarItem.RejectProfile .icon-yes::before {
  background-color: #5CB338 !important;
}
.SectionProfileFloatingBar .container .ProfileFloatingBarWrap .ProfileFloatingBarItem.AcceptProfile .icon-close::before, .SectionProfileFloatingBar .container .ProfileFloatingBarWrap .ProfileFloatingBarItem.RejectProfile .icon-close::before {
  background-color: #FF0000 !important;
}
.SectionProfileFloatingBar .container .ProfileFloatingBarWrap .ProfileFloatingBarItem.AcceptProfile:hover .icon::before, .SectionProfileFloatingBar .container .ProfileFloatingBarWrap .ProfileFloatingBarItem.RejectProfile:hover .icon::before {
  background-color: rgb(255, 255, 255) !important;
}
.SectionProfileFloatingBar .container .ProfileFloatingBarWrap .ProfileFloatingBarItem.AcceptProfile:has(.active) a, .SectionProfileFloatingBar .container .ProfileFloatingBarWrap .ProfileFloatingBarItem.RejectProfile:has(.active) a {
  background-color: rgb(255, 255, 255);
  pointer-events: none;
  cursor: no-drop;
}
.SectionProfileFloatingBar .container .ProfileFloatingBarWrap .ProfileFloatingBarItem.AcceptProfile:has(.active) .icon-yes::before, .SectionProfileFloatingBar .container .ProfileFloatingBarWrap .ProfileFloatingBarItem.RejectProfile:has(.active) .icon-yes::before {
  background-color: #5CB338 !important;
}
.SectionProfileFloatingBar .container .ProfileFloatingBarWrap .ProfileFloatingBarItem.AcceptProfile:has(.active) .icon-close::before, .SectionProfileFloatingBar .container .ProfileFloatingBarWrap .ProfileFloatingBarItem.RejectProfile:has(.active) .icon-close::before {
  background-color: #FF0000 !important;
}
.SectionProfileFloatingBar .container .ProfileFloatingBarWrap .ProfileFloatingBarItem:has(.icon-close) .ProfileFloatingBarItemInfo {
  background-color: #ff9494;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.SectionProfileFloatingBar .container .ProfileFloatingBarWrap .ProfileFloatingBarItem:has(.icon-hold) .ProfileFloatingBarItemInfo {
  background-color: #90a1b9;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.SectionProfileFloatingBar .container .ProfileFloatingBarWrap .ProfileFloatingBarItem:has(.icon-hold) .ProfileFloatingBarItemInfo p {
  color: rgb(255, 255, 255);
}
.SectionProfileFloatingBar .container .ProfileFloatingBarWrap .ProfileFloatingBarItem:has(.icon-yes) .ProfileFloatingBarItemInfo {
  background-color: #c1e9ad;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.SectionProfileFloatingBar .container .ProfileFloatingBarWrap .ProfileFloatingBarItem:has(.icon-yes) .ProfileFloatingBarItemInfo p {
  color: rgb(78, 78, 78);
}
.SectionProfileFloatingBar .container .ProfileFloatingBarWrap .ProfileFloatingBarItem:has(.icon-heart) .ProfileFloatingBarItemInfo {
  background-color: #ff9494;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.SectionProfileFloatingBar .container .ProfileFloatingBarWrap:has(.save-profile) {
  background: none;
  z-index: 99;
  padding: 0;
  min-width: fit-content;
  min-height: fit-content;
}
.SectionProfileFloatingBar .container .ProfileFloatingBarWrap:has(.save-profile) .save-profile {
  display: none;
  margin: auto;
  box-shadow: rgba(0, 0, 0, 0.1) 3.1px 3.1px 2.6px;
}

.hireflix {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
  position: relative;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 1400px) {
  .hireflix {
    grid-template-columns: 60% 1fr;
  }
}
@media (max-width: 992px) {
  .hireflix {
    grid-template-columns: 1fr;
    border: 1px solid #E5E5E5;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
  }
}
@media (max-width: 576px) {
  .hireflix {
    border: none;
    border-radius: 0;
  }
}
.hireflix .hireflix-group {
  display: flex;
  flex-direction: column;
  padding: 13px 16px;
  gap: 7px;
  background-color: rgb(255, 255, 255);
}
@media (max-width: 992px) {
  .hireflix .hireflix-group {
    padding-bottom: 0;
    border: 1px solid transparent;
  }
}
@media (max-width: 576px) {
  .hireflix .hireflix-group {
    border: none;
    border-radius: 0;
  }
}
.hireflix .hireflix-group:nth-child(odd) {
  padding-right: 16px;
}
.hireflix .hireflix-group .heading-4 {
  width: 100%;
  color: rgb(0, 0, 0);
  margin: 0 0 22px;
}
.hireflix .hireflix-group .hireflix-info {
  display: grid;
  grid-template-columns: 34% 1fr 20px;
  align-items: flex-start;
  padding: 0 10px 16px;
}
@media (max-width: 1400px) {
  .hireflix .hireflix-group .hireflix-info {
    padding: 0 0 13px;
  }
}
@media (max-width: 576px) {
  .hireflix .hireflix-group .hireflix-info {
    grid-template-columns: 1fr 20px;
  }
}
.hireflix .hireflix-group .hireflix-info:not(:last-child) {
  margin-bottom: 13px;
  border-bottom: 1px solid #E5E5E5;
}
.hireflix .hireflix-group .hireflix-info .heading-6 {
  color: rgb(0, 0, 0);
}
@media (max-width: 576px) {
  .hireflix .hireflix-group .hireflix-info .heading-6 {
    grid-column: span 2/span 2;
  }
}
.hireflix .hireflix-group .hireflix-info .heading-6 a {
  display: flex;
  flex-direction: column;
}
.hireflix .hireflix-group .hireflix-info .regular-6 {
  word-break: break-all;
}
.hireflix .hireflix-group .hireflix-info .regular-6 a {
  display: flex;
  flex-direction: column;
}
.hireflix .hireflix-group .hireflix-info .icon {
  margin-top: 4px;
  cursor: pointer;
}
@media (max-width: 576px) {
  .hireflix .hireflix-group .hireflix-info .icon {
    margin-top: 0;
  }
}
.hireflix .hireflix-group .hireflix-info .icon::before {
  background-color: #3a86f8;
}
.hireflix .hireflix-group.span-2 {
  padding: 16px 22px 22px;
  grid-column: span 2/span 2;
  border-right: 1px solid transparent;
}
@media (max-width: 768px) {
  .hireflix .hireflix-group.span-2 {
    grid-column: span 1/span 1;
  }
}
.hireflix .hireflix-group .BtnWrap {
  justify-content: center;
  margin: 13px 0;
}
.hireflix .iframe-wrap {
  min-height: 310px;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .hireflix .iframe-wrap {
    padding: 0 13px 13px;
    border: 1px solid transparent;
  }
}
.hireflix .iframe-wrap iframe {
  width: 100%;
  height: 100%;
}
.hireflix .iframe-wrap:has(img) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hireflix .iframe-wrap:has(img) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hireflix .swiper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hireflix .swiper .swiper-wrapper .swiper-slide {
  border-radius: 16px;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease-in;
}
.hireflix .swiper .swiper-wrapper .swiper-slide video {
  width: 100%;
  height: 100%;
  min-height: 400px;
  max-height: 520px;
}
.hireflix .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
  transition: all 0.3s ease-in;
}
.hireflix .swiper .swiper-button-next .icon::before {
  background-color: rgb(255, 255, 255);
}
.hireflix .swiper .swiper-button-next::after {
  display: none;
}
.hireflix .swiper .swiper-button-prev .icon::before {
  background-color: rgb(255, 255, 255);
}
.hireflix .swiper .swiper-button-prev::after {
  display: none;
}
.hireflix .swiper .swiper-button-next .icon,
.hireflix .swiper .swiper-button-prev .icon {
  pointer-events: none;
}
.hireflix .hireflix {
  grid-template-columns: 1fr;
}

.draggable-headings {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  display: flex;
  flex-direction: row;
  max-width: 100%;
  min-width: 110px;
  gap: 10px;
  grid-column: span 10/span 10;
  padding: 0 0 7px 0;
}

.draggable-heading {
  font-size: 16px;
  position: sticky;
  top: 0px;
  z-index: 8;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 16px;
  font-weight: 300;
  min-height: 44px;
  background-color: rgb(255, 255, 255);
  color: rgb(78, 78, 78);
  border-bottom: 2px solid #3a86f8;
  padding: 7px;
  text-align: center;
  word-break: auto-phrase;
  cursor: pointer;
  user-select: none;
  box-shadow: rgba(90, 158, 255, 0.1) 1px 2px 2px;
}

.draggable-candidates {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  max-width: 100%;
  min-width: 214.6px;
  min-height: 700px;
  min-height: fit-content;
  border-right: 1px solid rgb(255, 255, 255);
  border-bottom: 1px solid rgb(255, 255, 255);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.draggable-candidates:first-of-type {
  border-left: 1px solid rgb(255, 255, 255);
}
.draggable-candidates:has(.sortable-chosen) {
  background-color: #bedcff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.draggable-candidates:has(.sortable-fallback) {
  background-color: rgb(255, 255, 255);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.draggable-candidates:has(.sortable-chosen) {
  background-color: #bedcff;
}
.draggable-candidates:has(.sortable-fallback) {
  background-color: #eff6ff;
}

.draggable-candidate {
  display: block;
  max-width: 121px;
  width: 100%;
  position: relative;
  z-index: 7;
}
@media (max-width: 500px) {
  .draggable-candidate {
    min-width: 100%;
    width: 100%;
  }
}
.draggable-candidate .candidate-link {
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  gap: 7px;
  padding: 13px 7px;
  width: fit-content;
  width: calc(100% - 13px);
  margin: auto;
  height: 100%;
  position: relative;
  border-radius: 13px;
  z-index: 2;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  background-color: rgba(56, 175, 165, 0.67);
  background-color: rgba(58, 134, 248, 0.7);
  box-shadow: rgba(0, 0, 0, 0.15) 4px 4px 2.2px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .draggable-candidate .candidate-link {
    max-width: 120px;
    width: 100%;
  }
}
.draggable-candidate .candidate-link img {
  max-width: 52px;
  min-width: 52px;
  max-height: 52px;
  min-height: 52px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  border-radius: 50%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.draggable-candidate .candidate-link p {
  font-size: 11px;
  color: rgb(255, 255, 255);
  position: relative;
  margin: auto;
  text-align: center;
  line-height: 20px;
}
.draggable-candidate .candidate-link p.name {
  word-break: break-word;
}
.draggable-candidate:hover .candidate-link {
  background-color: rgb(56, 175, 165);
  background-color: rgb(58, 134, 248);
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  transform: scale(1.01);
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.draggable-candidate:hover .candidate-link img {
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.draggable-candidate.searched {
  opacity: 1 !important;
}
.draggable-candidate.searched .candidate-link {
  background-color: rgb(56, 175, 165);
  background-color: rgb(58, 134, 248);
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  transform: scale(1.01);
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.draggable-candidate.selected {
  opacity: 1 !important;
}
.draggable-candidate.selected .candidate-link {
  background-color: rgb(56, 175, 165);
  background-color: rgb(58, 134, 248);
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  transform: scale(1.01);
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.draggable-candidate:nth-child(2)::before {
  left: 50%;
  top: -10px;
  width: 2px;
  height: 10px;
  background-color: #3a86f8;
  transform: tranSlateX(-50%);
  -webkit-transform: tranSlateX(-50%);
  -moz-transform: tranSlateX(-50%);
  -ms-transform: tranSlateX(-50%);
  -o-transform: tranSlateX(-50%);
  z-index: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.draggable-candidate:not(:last-child)::after {
  left: 50%;
  bottom: -10px;
  width: 2px;
  height: 10px;
  transform: tranSlateX(-50%);
  -webkit-transform: tranSlateX(-50%);
  -moz-transform: tranSlateX(-50%);
  -ms-transform: tranSlateX(-50%);
  -o-transform: tranSlateX(-50%);
  z-index: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.draggable-candidate:not(:last-child)::after {
  background-color: #3a86f8;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.draggable-candidate.first::before {
  left: 50%;
  top: -10px;
  width: 2px;
  height: 10px;
  background-color: #3a86f8;
  transform: tranSlateX(-50%);
  -webkit-transform: tranSlateX(-50%);
  -moz-transform: tranSlateX(-50%);
  -ms-transform: tranSlateX(-50%);
  -o-transform: tranSlateX(-50%);
  z-index: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.draggable-candidate.last::after {
  display: none;
}

.sec-draggable-element {
  margin: 16px 0;
}
.sec-draggable-element .container .draggable-element-inner .header {
  position: sticky;
  left: 0px;
  grid-column: span 10/span 10;
  padding: 16px 13px;
  margin: 0;
  margin-bottom: 10px;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.31) 3.1px 3.1px 2.6px;
  z-index: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .sec-draggable-element .container .draggable-element-inner .header {
    border: 0;
  }
}
@media (max-width: 992px) {
  .sec-draggable-element .container .draggable-element-inner .header {
    border: 1px solid rgb(255, 255, 255);
    border-bottom: 0;
    border-right: 0;
  }
}
.sec-draggable-element .container .draggable-element-inner .header .filter-wrap {
  margin-top: 0;
  border: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .sec-draggable-element .container .draggable-element-inner .header .filter-wrap {
    display: grid;
    grid-template-columns: 1fr auto auto auto;
  }
}
@media (max-width: 576px) {
  .sec-draggable-element .container .draggable-element-inner .header .filter-wrap {
    grid-template-columns: 1fr;
    margin: 0;
  }
}
.sec-draggable-element .container .draggable-element-inner .header .filter-wrap .icon {
  width: 16px;
  height: 16px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-draggable-element .container .draggable-element-inner .header .filter-wrap .CustomButton {
  box-shadow: none;
}
.sec-draggable-element .container .draggable-element-inner .header .heading-5 {
  text-align: left;
  padding: 0 13px;
}
.sec-draggable-element .container .draggable-element-inner .draggable-candidates-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 1px;
  display: flex;
  flex-direction: row;
  position: relative;
  min-height: 400px;
  border: 1px solid #e2e8f0;
  background-color: #f1f5f9;
  border-radius: 16px;
  max-height: 700px;
  overflow: auto;
  box-shadow: rgba(0, 0, 0, 0.31) 3.1px 3.1px 2.6px;
}
@media (max-width: 1200px) {
  .sec-draggable-element .container .draggable-element-inner .draggable-candidates-wrap {
    width: 1200px;
  }
}
@media (max-width: 992px) {
  .sec-draggable-element .container .draggable-element-inner .draggable-candidates-wrap {
    width: 1400px;
    padding: 0px 0px 10px 0px;
    gap: 0px;
  }
}
.sec-draggable-element .container .draggable-element-inner .draggable-candidates-wrap .no-data-message {
  font-size: 16px;
  display: none;
  position: relative;
  inset: initial;
  width: calc(100% - 13px);
  height: fit-content;
  padding: 10px 13px 10px;
  background-color: rgb(255, 255, 255);
  z-index: 9;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0) 1px 2px 2px;
}
.sec-draggable-element .container .draggable-element-inner .GlobalFilter {
  border: 2px solid rgb(255, 255, 255);
  border-radius: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  border: 2px solid rgb(255, 255, 255);
  border-top: 0;
  box-shadow: rgba(0, 0, 0, 0.31) 3.1px 3.1px 2.6px;
  margin-bottom: 10px;
}
.sec-draggable-element .container .draggable-element-inner:has(.searched) .draggable-candidates-wrap .draggable-candidates .draggable-candidate {
  opacity: 0.1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-draggable-element .container .draggable-element-inner:has(.GlobalFilter.open) .header {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: rgba(0, 0, 0, 0.31) 3.1px 3.1px 2.6px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-draggable-element .container .draggable-element-inner:has(.GlobalFilter.open) > [class*=-filter] {
  border-radius: 0;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.31) 3.1px 2.1px 2.6px;
  margin-bottom: 10px;
}

.sec-draggable-element.pipeline .container .draggable-element-inner .draggable-candidates-filter {
  margin-bottom: 10px;
}
.sec-draggable-element.pipeline .container .draggable-element-inner .draggable-candidates-wrap {
  gap: 10px;
  background-color: transparent;
  box-shadow: none;
  min-height: 610px;
  border: 0;
}
@media (max-width: 1200px) {
  .sec-draggable-element.pipeline .container .draggable-element-inner .draggable-candidates-wrap {
    width: 100%;
  }
}
.sec-draggable-element.pipeline .draggable-heading {
  justify-content: center;
  align-items: flex-start;
  padding: 7px 16px;
  border-radius: 16px 16px 0 0;
  min-height: unset;
  font-weight: 100;
  background-color: rgb(255, 255, 255);
  border-right: 0px solid transparent;
  border-bottom: 2px solid #3a86f8;
  box-shadow: rgba(90, 158, 255, 0.1) 1px 2px 2px;
  overflow: hidden;
}
.sec-draggable-element.pipeline .draggable-heading span {
  font-weight: 300;
  color: rgb(0, 0, 0);
  text-align: left;
}
.sec-draggable-element.pipeline .draggable-heading .count {
  font-size: 13px;
  color: rgb(78, 78, 78);
  text-align: left;
  margin-top: 4px;
}
.sec-draggable-element.pipeline .draggable-candidates {
  background-color: #f1f5f9;
  min-width: 310px;
  border: 0;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  overflow: hidden;
}
.sec-draggable-element.pipeline .draggable-candidates:has(.sortable-chosen) {
  background-color: #bedcff;
}
.sec-draggable-element.pipeline .draggable-candidates:has(.sortable-fallback) {
  background-color: #eff6ff;
}
.sec-draggable-element.pipeline .draggable-candidates .no-data-message {
  display: none;
  position: relative;
  inset: initial;
  width: calc(100% - 13px);
  height: fit-content;
  padding: 10px 13px 10px;
  background-color: rgb(255, 255, 255);
  z-index: 9;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0) 1px 2px 2px;
}
.sec-draggable-element.pipeline .draggable-candidate {
  max-width: 100%;
  border-radius: 0;
  cursor: pointer;
}
.sec-draggable-element.pipeline .draggable-candidate .candidate-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding: 10px 13px 10px;
  width: calc(100% - 13px);
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0) 1px 2px 2px;
}
@media (max-width: 1200px) {
  .sec-draggable-element.pipeline .draggable-candidate .candidate-link {
    max-width: 100%;
  }
}
.sec-draggable-element.pipeline .draggable-candidate .candidate-link .draggable-candidate-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
  margin-top: 31px;
}
.sec-draggable-element.pipeline .draggable-candidate .candidate-link p {
  font-size: 13px;
  color: #949496;
  text-align: left;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  align-self: flex-start;
}
.sec-draggable-element.pipeline .draggable-candidate .candidate-link p.name {
  font-size: 14px;
  font-weight: 400;
  color: rgb(0, 0, 0);
  margin-left: 0;
}
.sec-draggable-element.pipeline .draggable-candidate .candidate-link a {
  color: rgb(78, 78, 78);
}
.sec-draggable-element.pipeline .draggable-candidate .candidate-link a:hover {
  color: #3a86f8;
}
.sec-draggable-element.pipeline .draggable-candidate .candidate-link a:has(.icon) {
  display: flex;
  flex-direction: row;
  gap: 4px;
  overflow: hidden;
}
.sec-draggable-element.pipeline .draggable-candidate .candidate-link a:has(.icon):hover .icon::before {
  background-color: #3a86f8;
}
.sec-draggable-element.pipeline .draggable-candidate .candidate-link a:has(.icon):hover p {
  color: #3a86f8;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-draggable-element.pipeline .draggable-candidate .candidate-link .redirect {
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background-color: #3a86f8;
  border-radius: 50%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-draggable-element.pipeline .draggable-candidate .candidate-link .redirect .icon-chevron-right {
  width: 10px;
  height: 10px;
}
.sec-draggable-element.pipeline .draggable-candidate .candidate-link .redirect .icon-chevron-right::before {
  background-color: rgb(255, 255, 255);
}
.sec-draggable-element.pipeline .draggable-candidate .candidate-link .redirect:hover .icon::before {
  background-color: rgb(255, 255, 255) !important;
}
.sec-draggable-element.pipeline .draggable-candidate .candidate-link .newtag {
  position: absolute;
  top: 7px;
  right: 7px;
  min-height: unset;
  padding: 0px 10px;
  background-color: #9ad97d;
  color: rgb(255, 255, 255);
  border-radius: 16px;
  font-size: 10px;
}
.sec-draggable-element.pipeline .draggable-candidate .candidate-link .newtag:hover {
  color: rgb(255, 255, 255);
}
.sec-draggable-element.pipeline .draggable-candidate .candidate-link .icon {
  left: 1px;
}
.sec-draggable-element.pipeline .draggable-candidate .candidate-link .icon::before {
  background-color: #cad5e2;
}
.sec-draggable-element.pipeline .draggable-candidate .candidate-link:has(.newtag) {
  padding-top: 13px;
}
.sec-draggable-element.pipeline .draggable-candidate.searched {
  opacity: 1 !important;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-draggable-element.pipeline .draggable-candidate.searched .candidate-link {
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-draggable-element.pipeline .draggable-candidate.selected {
  opacity: 1 !important;
}
.sec-draggable-element.pipeline .draggable-candidate.selected .candidate-link {
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-draggable-element.pipeline .draggable-candidate:nth-child(2)::before {
  display: none;
}
.sec-draggable-element.pipeline .draggable-candidate:not(:last-child)::after {
  display: none;
}
.sec-draggable-element.pipeline .draggable-candidate.increment .candidate-link {
  background-color: #f0faeb;
}
.sec-draggable-element.pipeline .draggable-candidate.increment .candidate-link .icon::before {
  background-color: rgb(78, 78, 78);
}
.sec-draggable-element.pipeline .draggable-candidate.increment .candidate-link .redirect {
  background-color: #9ad97d;
}
.sec-draggable-element.pipeline .draggable-candidate.increment .candidate-link .redirect .icon::before {
  background-color: rgb(255, 255, 255);
}
.sec-draggable-element.pipeline .draggable-candidate.decrement .candidate-link {
  background-color: #fff0f0;
}
.sec-draggable-element.pipeline .draggable-candidate.decrement .candidate-link .icon::before {
  background-color: rgb(78, 78, 78);
}
.sec-draggable-element.pipeline .draggable-candidate.decrement .candidate-link .redirect {
  background-color: #ff5757;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.sec-draggable-element.pipeline .draggable-candidate.decrement .candidate-link .redirect .icon::before {
  background-color: rgb(255, 255, 255);
}
.sec-draggable-element.pipeline .draggable-candidate.sortable-ghost {
  opacity: 0 !important;
}
.sec-draggable-element.pipeline .draggable-candidate:hover .candidate-link {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.sec-draggable-element.pipeline .GlobalFilter:has(option) .filter-wrap .BtnWrap .btn {
  opacity: 1;
  pointer-events: all;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

a:has(.tooltip) {
  position: relative;
  overflow: visible !important;
}
a:has(.tooltip) .tooltip {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  z-index: 10;
  padding: 8px 14px;
  min-width: max-content;
  max-width: 220px;
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  background-color: rgb(255, 255, 255);
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  color: rgb(78, 78, 78);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
a:has(.tooltip):hover .tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.GlobalIndication {
  padding: 22px;
}
.GlobalIndication .GlobalIndicationInner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.GlobalIndication .GlobalIndicationInner h5, .GlobalIndication .GlobalIndicationInner .h5, .GlobalIndication .GlobalIndicationInner .regular-5 {
  color: #FF0000;
}
.GlobalIndication .GlobalIndicationInner .GlobalIndicationWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 10px;
  background-color: #f1f5f9;
  padding: 0 13px;
}
.GlobalIndication .GlobalIndicationInner .GlobalIndicationWrap h6, .GlobalIndication .GlobalIndicationInner .GlobalIndicationWrap .h6, .GlobalIndication .GlobalIndicationInner .GlobalIndicationWrap .regular-6 {
  font-weight: 400;
}
.GlobalIndication .GlobalIndicationInner .GlobalIndicationWrap div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.GlobalIndication .GlobalIndicationInner .GlobalIndicationWrap div h4, .GlobalIndication .GlobalIndicationInner .GlobalIndicationWrap div .h4, .GlobalIndication .GlobalIndicationInner .GlobalIndicationWrap div .regular-4 {
  color: rgb(0, 0, 0);
}
.GlobalIndication .GlobalIndicationInner .GlobalIndicationWrap .Outof h4, .GlobalIndication .GlobalIndicationInner .GlobalIndicationWrap .Outof .h4, .GlobalIndication .GlobalIndicationInner .GlobalIndicationWrap .Outof .regular-4 {
  color: #62748e;
}
.GlobalIndication .GlobalIndicationInner .GlobalIndicationWrap .Total h4, .GlobalIndication .GlobalIndicationInner .GlobalIndicationWrap .Total .h4, .GlobalIndication .GlobalIndicationInner .GlobalIndicationWrap .Total .regular-4 {
  color: rgb(0, 0, 0);
}
.GlobalIndication .GlobalIndicationInner .animate {
  animation: shake 4s infinite normal forwards;
}

.RelocationsInfoWrap h4, .RelocationsInfoWrap .h4, .RelocationsInfoWrap .regular-4 {
  margin-bottom: 10px;
}
.RelocationsInfoWrap .RelocationsInfo {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 7px 10px;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
}
.RelocationsInfoWrap .RelocationsInfo li {
  min-width: fit-content;
  width: 100%;
  max-width: fit-content;
  padding: 0;
  position: relative;
}
.RelocationsInfoWrap .RelocationsInfo li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding: 10px 13px;
  border-radius: 16px;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
}
.RelocationsInfoWrap .RelocationsInfo li::before {
  display: none;
}
.RelocationsInfoWrap .RelocationsInfo li:not(.last-in-row)::after {
  inset: initial;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #3a86f8;
  z-index: 0;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.RelocationsInfoWrap .RelocationsInfo .circle-indicator {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background-color: #77c754;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 50%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.RelocationsInfoWrap .RelocationsInfo .circle-indicator .icon {
  width: 10px;
  height: 10px;
  z-index: 1;
}
.RelocationsInfoWrap .RelocationsInfo .circle-indicator .icon::before {
  background-color: rgb(255, 255, 255);
}
.RelocationsInfoWrap .RelocationsInfo .RelocationsPending a {
  background-color: #ff9494;
  color: rgb(255, 255, 255);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.RelocationsInfoWrap .RelocationsInfo .RelocationsPending a:hover {
  background-color: #ff5757;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.RelocationsInfoWrap .RelocationsInfo .RelocationsCompleted a {
  padding: 10px 13px 10px 16px;
  background-color: #9ad97d;
  color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.1) 3.1px 3.1px 2.6px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.RelocationsInfoWrap .RelocationsInfo .RelocationsCompleted a:hover {
  background-color: #77c754;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.RelocationsInfoWrap .RelocationsInfo.Animate li:not(.last-in-row)::after {
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.RelocationsInfoWrap .RelocationsInfo.Animate .circle-indicator {
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.sec-result {
  margin: 16px 0;
}
.sec-result .container .result-inner {
  border: 1px solid transparent;
  border-radius: 7px;
  background-color: #5ea8fc;
  height: auto;
  min-height: 539px;
  min-height: auto;
  position: relative;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.sec-result .container .result-inner .result-fields {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  padding: 40px 22px 61px;
}
.sec-result .container .result-inner .result-fields .heading-4 {
  color: rgb(255, 255, 255);
  text-align: center;
}
.sec-result .container .result-inner .result-fields .heading-4 b {
  color: rgb(255, 255, 255);
}
.sec-result .container .result-inner .result-fields .btn {
  border: 0;
  box-shadow: none;
  background-color: transparent;
  text-decoration: underline;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px;
  color: rgb(255, 255, 255);
}
.sec-result .container .result-inner .result-fields .btn .icon::before {
  background-color: rgb(255, 255, 255);
}

#Header {
  position: sticky;
  top: 0;
  z-index: 99;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 2.6px;
}
#Header .container .header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 576px) {
  #Header .container .header-inner {
    gap: 7px;
  }
}
#Header .container .header-inner .header-left {
  justify-self: start;
}
#Header .container .header-inner .header-center {
  justify-self: center;
}
#Header .container .header-inner .header-center .logo {
  margin: 0;
  padding: 0;
}
#Header .container .header-inner .header-center .logo img {
  max-width: 130px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#Header .container .header-inner .header-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  justify-self: end;
  gap: 10px;
}
@media (max-width: 1200px) {
  #Header .container .header-inner .header-right {
    gap: 7px;
  }
}
#Header .container .header-inner .header-right .list {
  display: flex;
  flex-direction: row;
  gap: 10px;
  position: relative;
}
#Header .container .header-inner .header-right .list li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#Header .container .header-inner .header-right .list li a,
#Header .container .header-inner .header-right .list li button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 10px;
  font-weight: 300;
  gap: 7px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
#Header .container .header-inner .header-right .list li a .icon,
#Header .container .header-inner .header-right .list li button .icon {
  width: 16px;
  height: 16px;
  pointer-events: none;
}
#Header .container .header-inner .header-right .list li a.CustomButton,
#Header .container .header-inner .header-right .list li button.CustomButton {
  position: relative;
  min-width: unset;
  max-width: unset;
  width: 40px;
  height: 40px;
  padding: 0;
  min-height: unset;
  max-height: unset;
  border-radius: 50%;
  overflow: visible;
  cursor: pointer;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#Header .container .header-inner .header-right .list li a.CustomButton .icon,
#Header .container .header-inner .header-right .list li button.CustomButton .icon {
  margin: 0;
}
#Header .container .header-inner .header-right .list li a.CustomButton:hover,
#Header .container .header-inner .header-right .list li button.CustomButton:hover {
  transform: scale(0.94);
  -webkit-transform: scale(0.94);
  -moz-transform: scale(0.94);
  -ms-transform: scale(0.94);
  -o-transform: scale(0.94);
}
#Header .container .header-inner .header-right .list li a:has(.new).animate,
#Header .container .header-inner .header-right .list li button:has(.new).animate {
  animation: shake 4s infinite normal forwards;
}
#Header .container .header-inner .header-right .list li a:has(.new):hover,
#Header .container .header-inner .header-right .list li button:has(.new):hover {
  animation: shake 0s 1 normal forwards !important;
}
#Header .container .header-inner .header-right .list li a .new,
#Header .container .header-inner .header-right .list li button .new {
  position: absolute;
  right: 0;
  top: 2px;
  width: 7px;
  height: 7px;
  background-color: #FF0000;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#Header .container .header-inner .header-right .list li a:hover.btn,
#Header .container .header-inner .header-right .list li button:hover.btn {
  background-color: rgb(255, 255, 255);
}
#Header .container .header-inner .header-right .list li a:hover.btn .icon::before,
#Header .container .header-inner .header-right .list li button:hover.btn .icon::before {
  background-color: #3a86f8;
}
#Header .container .header-inner .header-right .list .langmenue {
  margin-left: 10px;
}
#Header .container .header-inner .header-right .list .langmenue::before {
  left: 0;
  top: 50%;
  width: 1px;
  height: 40px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background-color: #e2e8f0;
}
#Header .container .header-inner .header-right .list .langmenue > a {
  padding: 31px 22px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.langmenue {
  position: relative;
  gap: 4px;
  background-color: rgb(255, 255, 255);
  margin: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.Navigation-dropdown {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: initial;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  min-width: 160px;
  width: 100%;
  height: fit-content;
  background-color: rgb(255, 255, 255);
  border: 1px solid #e2e8f0;
  border-radius: 0 0 10px 10px;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  box-shadow: rgba(0, 0, 0, 0.1) 3.1px 3.1px 2.6px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.Navigation-dropdown a {
  text-align: center;
  padding: 4px;
  width: 100%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.Navigation-dropdown a:not(:last-of-type) {
  border-bottom: 1px solid #e2e8f0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.Navigation-dropdown a:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.Navigation-dropdown a.active {
  background-color: #e2e8f0;
  color: #3a86f8;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.Navigation-dropdown a:hover {
  background-color: #e2e8f0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.Navigation-dropdown:hover {
  opacity: 1;
  pointer-events: all;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

a:hover ~ .Navigation-dropdown {
  opacity: 1;
  pointer-events: all;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.Footer {
  margin-top: auto;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 2.6px;
}
.Footer .footer-inner {
  padding: 25px 0;
}
.Footer .footer-inner .footer-top {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 16px;
}
@media (max-width: 576px) {
  .Footer .footer-inner .footer-top {
    flex-wrap: wrap;
    gap: 0;
    margin: 22px 0 31px;
  }
}
.Footer .footer-inner .footer-top .address-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
.Footer .footer-inner .footer-top .address-info .logo {
  justify-content: flex-start;
}
.Footer .footer-inner .footer-top .address-info .logo span {
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
}
.Footer .footer-inner .footer-top .socials {
  display: flex;
  flex-direction: row;
  gap: 13px;
}
.Footer .footer-inner .footer-middle {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 10px;
}
@media (max-width: 468px) {
  .Footer .footer-inner .footer-middle {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 22px 0;
  }
}
.Footer .footer-inner .footer-middle .footer-nav {
  width: 100%;
}
.Footer .footer-inner .footer-middle .footer-nav ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .Footer .footer-inner .footer-middle .footer-nav ul {
    flex-wrap: wrap;
    gap: 7px 16px;
  }
}
@media (max-width: 468px) {
  .Footer .footer-inner .footer-middle .footer-nav ul {
    flex-direction: column;
    align-items: flex-start;
  }
}
.Footer .footer-inner .footer-middle .footer-nav ul li {
  padding: 0;
}
.Footer .footer-inner .footer-middle .footer-nav ul li::before {
  display: none;
}
.Footer .footer-inner .footer-middle a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #3a86f8;
  transition: width 0.3s ease;
}
.Footer .footer-inner .footer-bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid #e2e8f0;
}
@media (max-width: 576px) {
  .Footer .footer-inner .footer-bottom {
    flex-wrap: wrap;
    gap: 13px;
  }
}
.Footer .footer-inner .footer-bottom .footer-links-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
@media (max-width: 992px) {
  .Footer .footer-inner .footer-bottom .footer-links-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
  }
}
.Footer .footer-inner .footer-bottom .footer-links-wrap .footer-links {
  font-weight: 400;
}
.Footer .footer-inner .footer-bottom .footer-links-wrap .footer-links a {
  font-weight: 300;
  margin-left: 2px;
}
.Footer .footer-inner .socials-links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  min-width: unset;
  max-width: unset;
  width: 31px;
  height: 31px;
  padding: 0;
  min-height: unset;
  max-height: unset;
  border-radius: 50%;
  overflow: visible;
  cursor: pointer;
  border: 1px solid #e2e8f0;
  box-shadow: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.Footer .footer-inner .socials-links .icon {
  width: 22px;
  height: 22px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.Footer .footer-inner .socials-links .icon::before {
  background-color: rgb(78, 78, 78);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.Footer .footer-inner .socials-links:hover {
  background-color: rgb(255, 255, 255);
  border: 1px solid #e2e8f0;
  transform: scale(0.94);
  -webkit-transform: scale(0.94);
  -moz-transform: scale(0.94);
  -ms-transform: scale(0.94);
  -o-transform: scale(0.94);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.Footer .footer-inner .socials-links:hover .icon {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.Footer .footer-inner .socials-links:hover .icon::before {
  background-color: #3a86f8;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.Footer .footer-inner a {
  color: #3a86f8;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.Footer .footer-inner a:hover {
  color: rgb(78, 78, 78);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.sec-404 {
  margin: 16px 0;
}
.sec-404 .container .notfound-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 22px;
}
.sec-404 .container .notfound-inner .iframe {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  background-color: #e2e8f0;
  border-radius: 50%;
}
.sec-404 .container .notfound-inner .iframe .icon-bg {
  width: 52px;
  height: 52px;
  margin-bottom: -4px;
}
.sec-404 .container .notfound-inner .heading-3 {
  text-align: center;
  color: #4e4e4e;
}

body:has(.sec-404) #site main {
  margin: auto;
}

.sec-registration-form {
  margin: 16px 0;
  scroll-margin-top: 500px;
}
.sec-registration-form .container .registration-form-inner {
  position: relative;
  height: auto;
  min-height: auto;
  padding: 16px 20px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.1) 3.1px 3.1px 2.6px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-registration-form .container .registration-form-inner .formerrors {
  display: flex;
  flex-direction: row;
  gap: 7px;
  flex-wrap: wrap;
  padding: 16px 0;
}
@media (max-width: 468px) {
  .sec-registration-form .container .registration-form-inner .formerrors {
    padding: 20px 5px 4px;
  }
}
.sec-registration-form .container .registration-form-inner .formerrors .error {
  width: 100%;
  padding: 7px 7px 7px 25px;
  background-color: #ffc0c0;
  border-radius: 7px;
  position: relative;
}
.sec-registration-form .container .registration-form-inner .formerrors .error::before {
  left: 10px;
  top: 16px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #FF0000;
}
.sec-registration-form .container .registration-form-inner::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 1;
  backdrop-filter: blur(2px);
  border-radius: 7px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-registration-form .container .registration-form-inner:has(.dropdown.open)::before {
  opacity: 1;
  pointer-events: all;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] {
  display: flex;
  flex-direction: column;
  width: 100%;
  display: none;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] [class^=step-] {
  display: flex;
  flex-direction: column;
  display: none;
  gap: 7px;
  width: 100%;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  padding: 16px 22px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
}
@media (max-width: 992px) {
  .sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap > h4, .sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap > .h4, .sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap > .regular-4 {
  grid-column: span 2/span 2;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap > h4, .sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap > .h4, .sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap > .regular-4 {
    grid-column: span 1/span 1;
  }
}
@media (max-width: 468px) {
  .sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap > h4, .sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap > .h4, .sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap > .regular-4 {
    word-break: break-all;
  }
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap > h4 span, .sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap > .h4 span, .sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap > .regular-4 span {
  display: block;
  padding: 0 4px 0;
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap > h4 span a, .sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap > .h4 span a, .sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap > .regular-4 span a {
  text-decoration: underline;
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .field .registration-label meter {
  display: none;
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .field[data-value=fspecializations] {
  display: none;
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .field .dropdown .dropdown-content {
  position: absolute;
  padding: 0;
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .field .dropdown .dropdown-content .dropdown-content-inner .nav-item label {
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .field .dropdown .dropdown-content .dropdown-content-inner .nav-item label:not(:last-child) {
  border-bottom: 1px solid #e2e8f0;
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .field.span-2 {
  grid-column: span 2/span 2;
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .field:has(#pr-box) {
  z-index: 99;
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .field:has(#pr-box) #pr-box {
  z-index: 99;
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .field:has(#specializations), .sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .field:has(#fieldexperience) {
  display: none;
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap:has(.field-wrap) {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 992px) {
  .sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap:has(.field-wrap) {
    grid-template-columns: 1fr;
  }
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap:has(.field-wrap) .field-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  position: relative;
  grid-column: span 2/span 2;
  padding-top: 10px;
}
@media (max-width: 992px) {
  .sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap:has(.field-wrap) .field-wrap {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-column: span 1/span 1;
  }
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap:has(.field-wrap) .field-wrap h4, .sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap:has(.field-wrap) .field-wrap .h4, .sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap:has(.field-wrap) .field-wrap .regular-4 {
  grid-column: span 2/span 2;
}
@media (max-width: 992px) {
  .sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap:has(.field-wrap) .field-wrap h4, .sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap:has(.field-wrap) .field-wrap .h4, .sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap:has(.field-wrap) .field-wrap .regular-4 {
    grid-column: span 1/span 1;
  }
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap:has(.field-wrap) .field-wrap .field {
  opacity: 1;
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap:has(.field-wrap) .field-wrap:has(input[type=radio]) {
  display: flex;
  flex-direction: row;
  gap: 13px;
  padding-top: 0;
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap:has(.field-wrap) .field-wrap:has(input[type=radio]) .field {
  flex-direction: row;
  gap: 31px;
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap:has(.field-wrap) .field-wrap:has(input[type=radio]) .field label {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap:has(.field-wrap) .field-wrap:has(input[type=checkbox]) {
  display: flex;
  flex-direction: row;
  gap: 13px;
  padding-top: 0;
  flex-wrap: wrap;
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap:has(.field-wrap) .field-wrap:has(input[type=checkbox]) .field {
  flex-direction: row;
  gap: 31px;
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap:has(.field-wrap) .field-wrap:has(input[type=checkbox]) .field label {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap:has(.field-wrap) .field-wrap:has(input[type=checkbox]) .field a {
  color: #3a86f8;
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap:has(.field-wrap) .field-wrap:has(input[type=checkbox]) .field span {
  font-size: 13px;
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap:has(.prexe) {
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
  background-color: rgb(255, 255, 255);
  border: 0;
  margin: 13px 0;
}
@media (max-width: 992px) {
  .sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap:has(.prexe) {
    overflow-x: scroll;
  }
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .prexe {
  grid-column: span 2/span 2;
  border-radius: 8px;
}
@media (max-width: 992px) {
  .sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .prexe {
    width: 886px;
  }
}
@media (max-width: 576px) {
  .sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .prexe {
    width: 100%;
  }
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .prexe .wrap {
  display: none;
  overflow-x: auto;
  margin: 0;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .prexe .wrap .prexe-field-title {
  display: grid;
  grid-template-columns: 10% 10% 10% 16% 16% 16% 20%;
  width: 100%;
  background-color: #e2e8f0;
  border-bottom: 1px solid rgb(255, 255, 255);
}
@media (max-width: 1200px) {
  .sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .prexe .wrap .prexe-field-title {
    width: 1246px;
  }
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .prexe .wrap .prexe-field-title .prexe-title {
  padding: 13px 10px;
  width: 100%;
  height: 100%;
  border-right: 1px solid rgb(255, 255, 255);
  word-break: break-all;
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .prexe .wrap .prexe-field-title .prexe-title:last-child {
  border-right: 1px solid transparent;
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .prexe .wrap .prexe-field-title .prexe-title.index {
  text-align: center;
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .prexe .wrap .prexe-group {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 1200px) {
  .sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .prexe .wrap .prexe-group {
    width: 1246px;
  }
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .prexe .wrap .prexe-group .prexe-field-info {
  display: grid;
  grid-template-columns: 10% 10% 10% 16% 16% 16% 14% 4% 4%;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  position: relative;
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .prexe .wrap .prexe-group .prexe-field-info .prexe-info {
  display: block !important;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .prexe .wrap .prexe-group .prexe-field-info .prexe-info span {
  word-break: break-all;
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .prexe .wrap .prexe-group .prexe-field-info .prexe-info.index {
  text-align: center;
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .prexe .wrap .prexe-group .prexe-field-info .prexe-info:not(:last-of-type) {
  border-right: 1px solid #e2e8f0;
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .prexe .wrap .prexe-group .prexe-field-info .prexe-info input {
  display: none;
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .prexe .wrap .prexe-group .prexe-field-info .prexe-info:has(.Highlight) {
  background-color: #e2e8f0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .prexe .wrap .prexe-group .prexe-field-info .delete-record,
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .prexe .wrap .prexe-group .prexe-field-info .edit-record,
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .prexe .wrap .prexe-group .prexe-field-info .save-record {
  background-color: transparent;
  background: none;
  padding: 5px 10px;
  margin: 0;
  border: 2px solid transparent;
  width: fit-content;
  height: fit-content;
  box-shadow: none;
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .prexe .wrap .prexe-group .prexe-field-info .delete-record .icon,
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .prexe .wrap .prexe-group .prexe-field-info .edit-record .icon,
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .prexe .wrap .prexe-group .prexe-field-info .save-record .icon {
  width: 16px;
  height: 16px;
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .prexe .wrap .prexe-group .prexe-field-info .delete-record .icon::before,
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .prexe .wrap .prexe-group .prexe-field-info .edit-record .icon::before,
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .prexe .wrap .prexe-group .prexe-field-info .save-record .icon::before {
  background-color: rgb(78, 78, 78);
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .prexe .wrap .prexe-group .prexe-field-info .save-record .icon::before {
  background-color: #5CB338;
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .prexe .wrap .prexe-group .prexe-field-info .CustomButton {
  min-width: unset;
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .prexe .prexe-upload {
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  margin-top: 13px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .prexe .prexe-upload {
    background: none;
  }
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .prexe .prexe-upload .prexe-group .prexe-upload-info-field {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 13px 20px 20px;
}
@media (max-width: 576px) {
  .sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .prexe .prexe-upload .prexe-group .prexe-upload-info-field {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 40px 16px;
  }
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .prexe .prexe-upload .prexe-group .prexe-upload-info-field > h4, .sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .prexe .prexe-upload .prexe-group .prexe-upload-info-field > .h4, .sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .prexe .prexe-upload .prexe-group .prexe-upload-info-field > .regular-4 {
  grid-column: span 2/span 2;
  margin: 0 0 10px;
}
@media (max-width: 576px) {
  .sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .prexe .prexe-upload .prexe-group .prexe-upload-info-field > h4, .sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .prexe .prexe-upload .prexe-group .prexe-upload-info-field > .h4, .sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .prexe .prexe-upload .prexe-group .prexe-upload-info-field > .regular-4 {
    grid-column: span 1/span 1;
  }
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .prexe .prexe-upload .prexe-group .prexe-upload-info-field .prexe-info {
  display: flex;
  opacity: 1;
  grid-column: span 1/span 1;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 8px 16px;
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .prexe .prexe-upload .prexe-group .prexe-upload-info-field .prexe-info .heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .prexe .prexe-upload .prexe-group .prexe-upload-info-field .prexe-info .heading .icon {
  position: absolute;
  right: -25px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .prexe .prexe-upload .prexe-group .prexe-upload-info-field .prexe-info .heading .icon::before {
  background-color: red;
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .prexe .prexe-upload .prexe-group .prexe-upload-info-field .prexe-info .heading .error {
  color: red;
  display: none;
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .prexe .prexe-upload .prexe-group .prexe-upload-info-field .prexe-info.required .heading .icon {
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .prexe .prexe-upload .prexe-group .prexe-upload-info-field .prexe-info .prexe-label.Editing input,
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .prexe .prexe-upload .prexe-group .prexe-upload-info-field .prexe-info .prexe-label.Editing textarea {
  background-color: #dbebfe;
  animation: BorderFlash 1.3s ease 0s infinite forwards normal;
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .prexe .prexe-upload .prexe-group .prexe-upload-info-field .prexe-info .registred-info-label {
  width: 100%;
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .prexe .prexe-upload .prexe-group .prexe-upload-info-field .prexe-info .registred-info-label:has(select) {
  display: none;
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .prexe .prexe-upload .prexe-group .prexe-upload-info-field .prexe-info .registration-select-dropdown ~ .registration-label {
  display: none;
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .prexe .prexe-upload .prexe-group .prexe-upload-info-field .prexe-info:has(.CustomButton) {
  grid-column: span 2/span 2;
}
@media (max-width: 576px) {
  .sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .prexe .prexe-upload .prexe-group .prexe-upload-info-field .prexe-info:has(.CustomButton) {
    grid-column: span 1/span 1;
  }
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .prexe .prexe-upload .prexe-group .prexe-upload-info-field .prexe-info .CustomButton {
  margin: 20px auto 10px;
  width: fit-content;
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap:has(#Terms), .sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap:has(#Privacy), .sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap:has(#Protection), .sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap:has(.captcha) {
  background-color: #f6f7f9;
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .captcha {
  padding: 0;
}
@media (max-width: 301px) {
  .sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap:has(.captcha) {
    padding: 20px 0;
  }
  .sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap:has(.captcha) .captcha {
    margin: 0;
    padding: 0;
  }
  .sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap:has(.captcha) .captcha div {
    width: 100%;
  }
  .sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap:has(.captcha) .captcha div div iframe {
    width: 100%;
  }
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap:has(.error-message) {
  gap: 4px;
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap .error-message {
  color: red;
  grid-column: span 2/span 2;
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap:nth-last-child(2) .dropdown .dropdown-content {
  position: static;
}
.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-] .registration-form-fields-wrap:last-child .dropdown .dropdown-content {
  position: static;
}
.sec-registration-form .container .registration-form-inner:has(.step-1.is-active) .BtnWrap input[type=submit] {
  display: none;
}
.sec-registration-form .container .registration-form-inner:has(.step-1.is-active) .BtnWrap .registration-form-prev {
  opacity: 0;
  pointer-events: none;
}
.sec-registration-form .container .registration-form-inner:has(.step-1.is-active) .BtnWrap .registration-form-next {
  display: flex;
}
.sec-registration-form .container .registration-form-inner:has(.step-3.is-active) .BtnWrap input[type=submit] {
  display: flex;
}
.sec-registration-form .container .registration-form-inner:has(.step-3.is-active) .BtnWrap .registration-form-next {
  display: none;
}
.sec-registration-form .container .registration-form-inner .BtnWrap {
  grid-column: span 2/span 2;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 30px 22px 22px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  flex-direction: row;
}
@media (max-width: 576px) {
  .sec-registration-form .container .registration-form-inner .BtnWrap {
    align-items: center;
  }
}
.sec-registration-form .container .registration-form-inner .BtnWrap .registration-form-home {
  padding: 5px 22px;
}
@media (max-width: 576px) {
  .sec-registration-form .container .registration-form-inner .BtnWrap .registration-form-home {
    min-height: 20px;
    padding: 7.6px 18px;
    margin: 0;
  }
}
.sec-registration-form .container .registration-form-inner .BtnWrap.is-active {
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-registration-form .container .registration-form-inner .BtnWrap input[type=submit] {
  display: none;
  padding: 8px 22px 6px;
}
.sec-registration-form .container .registration-form-inner .registration-form-submitted {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 30px;
  padding: 40px 0px 10px;
}
.sec-registration-form .container .registration-form-inner .registration-form-submitted h4, .sec-registration-form .container .registration-form-inner .registration-form-submitted .h4, .sec-registration-form .container .registration-form-inner .registration-form-submitted .regular-4 {
  text-align: center;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.4745098039), 2px 2px 2px rgba(58, 134, 248, 0);
}

.sec-registration-form .container .registration-form-inner [class^=registration-form-fields-step-].is-active {
  display: flex;
  position: relative;
  z-index: 1;
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-registration-form .container .registration-form-inner [class^=step-].is-active {
  display: flex;
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.sec-registration-form-success .container .tx_evoweb_sfregister {
  background-color: rgb(255, 255, 255);
  border-radius: 16px;
  padding: 22px;
}
.sec-change-password {
  margin: 16px 0;
}
.sec-change-password .container .change-password-inner {
  background-color: rgb(255, 255, 255);
  padding: 20px 30px 30px;
  margin: auto;
  max-width: 790px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
@media (max-width: 576px) {
  .sec-change-password .container .change-password-inner {
    padding: 16px 13px 16px;
  }
}
.sec-change-password .container .change-password-inner > h4, .sec-change-password .container .change-password-inner > .h4, .sec-change-password .container .change-password-inner > .regular-4 {
  text-align: center;
  width: 100%;
  color: #4E4E4E;
}
.sec-change-password .container .change-password-inner a {
  text-decoration: underline;
}
.sec-change-password .container .change-password-inner .field-wrap {
  margin: 22px 0 0;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 22px 16px;
  width: 100%;
}
@media (max-width: 576px) {
  .sec-change-password .container .change-password-inner .field-wrap {
    padding: 13px 7px;
  }
}
.sec-change-password .container .change-password-inner .field-wrap h4, .sec-change-password .container .change-password-inner .field-wrap .h4, .sec-change-password .container .change-password-inner .field-wrap .regular-4 {
  text-align: center;
  width: 100%;
}
.sec-change-password .container .change-password-inner .field-wrap h4 a, .sec-change-password .container .change-password-inner .field-wrap .h4 a, .sec-change-password .container .change-password-inner .field-wrap .regular-4 a {
  text-decoration: underline;
}
.sec-change-password .container .change-password-inner .field {
  margin-bottom: 16px;
}
.sec-change-password .container .change-password-inner .field:has(ul) h4, .sec-change-password .container .change-password-inner .field:has(ul) .h4, .sec-change-password .container .change-password-inner .field:has(ul) .regular-4 {
  margin-bottom: 4px;
}
.sec-change-password .container .change-password-inner .field ul li::before {
  background-color: rgb(78, 78, 78);
}
.sec-change-password .container .change-password-inner > p {
  line-height: normal;
}
.sec-change-password .container .change-password-inner .CustomButton {
  margin: 31px auto 4px;
}
@media (max-width: 992px) {
  .sec-change-password .container .change-password-inner .CustomButton {
    margin-bottom: 13px;
  }
}

.sec-current-state {
  margin: 16px 0;
}
.sec-current-state .container form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 610px;
  min-height: 310px;
  margin: 0 auto;
  background-color: rgb(255, 255, 255);
  border: 2px solid #e2e8f0;
  border-radius: 20px;
  padding: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.sec-current-state .container form .state {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.sec-current-state .container form .state .heading-4 {
  color: #4E4E4E;
  margin-bottom: 22px;
  font-size: 24px;
}
.sec-current-state .container form .state .regular-5 {
  color: #4E4E4E;
  margin-bottom: 7px;
}
.sec-current-state .container form .state .regular-5 label {
  color: #4E4E4E;
}
.sec-current-state .container form .BtnWrap button {
  font-size: 16px;
  margin: auto;
  padding: 7px 31px;
}

.sec-profile-logout {
  margin: 16px 0 0;
}
.sec-profile-logout .container form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
  background: #3a86f8;
  border-radius: 20px;
  padding: 20px;
}
.sec-profile-logout .container form .BtnWrap button {
  margin: auto 0 auto auto;
  padding: 7px 31px;
  gap: 13px;
}

.sec-forgot {
  width: 100%;
  margin: 16px 0;
}
.sec-forgot .container .forgot {
  max-width: 520px;
  width: 100%;
  background-color: rgb(255, 255, 255);
  border-radius: 16px;
  padding: 20px 30px 20px;
  margin: auto;
  border: 1px solid #e2e8f0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
@media (max-width: 768px) {
  .sec-forgot .container .forgot {
    padding: 20px 20px;
  }
}
.sec-forgot .container .forgot .forgot-inner {
  margin: 30px 0 0;
}
@media (max-width: 576px) {
  .sec-forgot .container .forgot .forgot-inner {
    margin: 30px 0 0;
  }
}
.sec-forgot .container .forgot .forgot-inner .forgot-form-fields-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sec-forgot .container .forgot .forgot-inner .CustomButton.request {
  margin: 40px auto 0;
}
.sec-forgot .container .forgot .BtnWrap {
  flex-direction: column;
  gap: 4px;
  margin: 40px 0 0;
}
.sec-forgot .container .forgot .BtnWrap a {
  text-decoration: underline;
}
.sec-forgot .container .forgot p {
  text-align: center;
  user-select: none;
  pointer-events: none;
}

.sec-login {
  margin: 16px 0;
}
.sec-login .container > .login {
  max-width: 790px;
  width: 100%;
  background-color: rgb(255, 255, 255);
  border-radius: 16px;
  padding: 20px 30px 30px;
  margin: auto;
  border: 1px solid #e2e8f0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
@media (max-width: 768px) {
  .sec-login .container > .login {
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .sec-login .container > .login {
    padding: 16px;
  }
}
.sec-login .container > .login .heading-4 {
  color: #4E4E4E;
}
.sec-login .container > .login .regular-5 {
  margin-top: -4px;
}
.sec-login .container > .login .login-inner {
  margin: 30px 0 0;
}
@media (max-width: 576px) {
  .sec-login .container > .login .login-inner {
    margin: 30px 0 0;
  }
}
.sec-login .container > .login .login-inner .login-form-fields-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sec-login .container > .login .login-inner .login-form-fields-wrap .field {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  position: relative;
  transition-property: z-index;
  transition-delay: 10s;
}
@media (max-width: 576px) {
  .sec-login .container > .login .login-inner .login-form-fields-wrap .field {
    gap: 4px;
  }
}
.sec-login .container > .login .login-inner .login-form-fields-wrap .field .heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 7px;
  padding-left: 3px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 468px) {
  .sec-login .container > .login .login-inner .login-form-fields-wrap .field .heading {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.sec-login .container > .login .login-inner .login-form-fields-wrap .field .heading span {
  position: relative;
}
@media (max-width: 468px) {
  .sec-login .container > .login .login-inner .login-form-fields-wrap .field .heading span {
    order: 1;
  }
}
.sec-login .container > .login .login-inner .login-form-fields-wrap .field .heading .error {
  color: red;
  display: none;
}
.sec-login .container > .login .login-inner .login-form-fields-wrap .field .heading .icon {
  position: absolute;
  right: -25px;
  top: 2px;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .sec-login .container > .login .login-inner .login-form-fields-wrap .field .heading .icon {
    right: -15px;
    top: 4px;
  }
}
.sec-login .container > .login .login-inner .login-form-fields-wrap .field .heading .icon::before {
  background-color: red;
}
.sec-login .container > .login .login-inner .login-form-fields-wrap .field .heading:has(.error) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sec-login .container > .login .login-inner .login-form-fields-wrap .field .heading:has(a) {
  width: 100%;
  justify-content: space-between;
}
.sec-login .container > .login .login-inner .login-form-fields-wrap .field .heading:has(a) a {
  color: #3a86f8;
}
@media (max-width: 468px) {
  .sec-login .container > .login .login-inner .login-form-fields-wrap .field .heading:has(a) a {
    order: 0;
  }
}
.sec-login .container > .login .login-inner .login-form-fields-wrap .field .login-label {
  position: relative;
  margin: 0;
  width: 100%;
}
.sec-login .container > .login .login-inner .login-form-fields-wrap .field.required .heading:has(.icon) {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-login .container > .login .login-inner .login-form-fields-wrap .field.required .heading:has(.icon) .icon {
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-login .container > .login .login-inner .login-form-fields-wrap .field.required .login-label .i-frame {
  border: 2px solid red !important;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-login .container > .login .login-inner .login-form-fields-wrap .field:has(#email) {
  margin-bottom: 30px;
}
.sec-login .container > .login .BtnWrap {
  justify-content: space-between;
  gap: 10px;
  padding: 0 2px;
  margin: 40px 0 30px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .sec-login .container > .login .BtnWrap {
    flex-direction: column-reverse;
    margin: 30px 0;
  }
}
.sec-login .container > .login .BtnWrap .CustomButton {
  max-width: 100%;
  min-height: 42px;
}
.sec-login .container > .login p {
  text-align: center;
}
.sec-login .container > .login .icon {
  pointer-events: all;
}

.sec-candidate-dashboard .container .dashboard-inner {
  position: relative;
}
.sec-candidate-dashboard .container .dashboard-inner::before {
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: transparent;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.13);
  backdrop-filter: blur(2px);
  border-radius: 16px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-candidate-dashboard .container .dashboard-inner .dashboard-body {
  display: grid;
  grid-template-columns: 733px 1fr;
  gap: 0;
  padding: 0;
  margin: 0;
  min-height: auto;
  border-radius: 7px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1400px) {
  .sec-candidate-dashboard .container .dashboard-inner .dashboard-body {
    display: flex;
    flex-direction: column;
  }
}
.sec-candidate-dashboard .container .dashboard-inner .dashboard-body h5, .sec-candidate-dashboard .container .dashboard-inner .dashboard-body .h5, .sec-candidate-dashboard .container .dashboard-inner .dashboard-body .regular-5 {
  padding: 0 13px;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 13px;
  margin: 0;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .sec-candidate-dashboard .container .dashboard-inner .dashboard-body h5, .sec-candidate-dashboard .container .dashboard-inner .dashboard-body .h5, .sec-candidate-dashboard .container .dashboard-inner .dashboard-body .regular-5 {
    order: 1;
    grid-column: span 3/span 3;
  }
}
.sec-candidate-dashboard .container .dashboard-inner .dashboard-body > .header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  width: 100%;
  grid-column: span 2/span 2;
  margin: 0 0 10px;
  border: 0;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.1) 3.1px 3.1px 2.6px;
  z-index: 3;
}
@media (max-width: 992px) {
  .sec-candidate-dashboard .container .dashboard-inner .dashboard-body > .header {
    grid-column: span 1/span 1;
  }
}
@media (max-width: 768px) {
  .sec-candidate-dashboard .container .dashboard-inner .dashboard-body > .header {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }
}
.sec-candidate-dashboard .container .dashboard-inner .dashboard-body > .header::before {
  content: "";
  position: absolute;
  left: -75px;
  top: -31px;
  z-index: 1;
  width: 20px;
  height: 155px;
  background: rgb(255, 255, 255);
  border: 0px solid rgb(255, 255, 255);
  opacity: 0.8;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: flash 6s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
@media (max-width: 768px) {
  .sec-candidate-dashboard .container .dashboard-inner .dashboard-body > .header::before {
    display: none;
  }
}
.sec-candidate-dashboard .container .dashboard-inner .dashboard-body > .header .search-bar {
  margin-right: 4px;
  max-width: 400px;
  width: 0%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease, opacity 0.3s ease 0.3s;
}
@media (max-width: 768px) {
  .sec-candidate-dashboard .container .dashboard-inner .dashboard-body > .header .search-bar {
    width: 100%;
    opacity: 1;
    pointer-events: all;
    margin: 0;
    max-width: 100%;
    grid-column: span 3/span 3;
    order: 4;
    transition: all 0.4s ease;
  }
}
.sec-candidate-dashboard .container .dashboard-inner .dashboard-body > .header .search-bar label {
  position: relative;
  width: 100%;
  margin: 0;
}
.sec-candidate-dashboard .container .dashboard-inner .dashboard-body > .header .search-bar.active {
  width: 100%;
  opacity: 1;
  pointer-events: all;
  transition: all 0.4s ease;
}
.sec-candidate-dashboard .container .dashboard-inner .dashboard-body > .header .BtnWrap {
  min-width: 400px;
  gap: 7px;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .sec-candidate-dashboard .container .dashboard-inner .dashboard-body > .header .BtnWrap {
    margin-top: 7px;
    flex-direction: row;
    justify-content: flex-end;
    order: 2;
    grid-column: span 3/span 3;
  }
}
.sec-candidate-dashboard .container .dashboard-inner .dashboard-body > .header .CustomButton {
  color: rgb(255, 255, 255);
}
.sec-candidate-dashboard .container .dashboard-inner .dashboard-body > .header .CustomButton .icon {
  width: 16px;
  height: 16px;
}
.sec-candidate-dashboard .container .dashboard-inner .dashboard-body > .header .CustomButton .icon::before {
  background-color: rgb(255, 255, 255);
}
.sec-candidate-dashboard .container .dashboard-inner .dashboard-body > .header .CustomButton:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(78, 78, 78);
}
.sec-candidate-dashboard .container .dashboard-inner .dashboard-body > .header .CustomButton:hover .icon::before {
  background-color: rgb(78, 78, 78);
}
.sec-candidate-dashboard .container .dashboard-inner .dashboard-body > .header .CustomButton.active {
  background-color: rgb(255, 255, 255);
  color: rgb(78, 78, 78);
}
.sec-candidate-dashboard .container .dashboard-inner .dashboard-body > .header .CustomButton.active .icon::before {
  background-color: rgb(78, 78, 78);
}
.sec-candidate-dashboard .container .dashboard-inner .dashboard-body > .header .dashboard-hamburger {
  margin: 0 13px 0 16px;
}
@media (max-width: 768px) {
  .sec-candidate-dashboard .container .dashboard-inner .dashboard-body > .header .dashboard-hamburger {
    position: absolute;
    right: 13px;
    top: 25px;
    order: 3;
  }
}
.sec-candidate-dashboard .container .dashboard-inner .dashboard-body > .header h5, .sec-candidate-dashboard .container .dashboard-inner .dashboard-body > .header .h5, .sec-candidate-dashboard .container .dashboard-inner .dashboard-body > .header .regular-5 {
  padding: 0;
}
.sec-candidate-dashboard .container .dashboard-inner .dashboard-body > .header .icon-bg-mgw {
  width: 40px;
  height: 40px;
}
.sec-candidate-dashboard .container .dashboard-inner .dashboard-body > .header .filter-wrap {
  padding: 16px 13px;
  border: 0;
}
@media (max-width: 576px) {
  .sec-candidate-dashboard .container .dashboard-inner .dashboard-body > .header .filter-wrap {
    padding: 13px 0 7px;
  }
}
.sec-candidate-dashboard .container .dashboard-inner .dashboard-body:has(.swiper, #myTab) {
  gap: 13px;
  margin-top: 22px;
  background-color: transparent;
  box-shadow: none;
  overflow: visible;
  z-index: 0;
}
.sec-candidate-dashboard .container .dashboard-inner .dashboard-body:has(.swiper, #myTab) .foryou-wrap .foryou {
  box-shadow: rgba(0, 0, 0, 0.1) 3.1px 3.1px 2.6px;
}
.sec-candidate-dashboard .container .dashboard-inner .dashboard-body:has(.dashboard-hamburger-content.is-active) .foryou-wrap::before {
  opacity: 1;
  pointer-events: all;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-candidate-dashboard .container .dashboard-inner .dashboard-body:has(.dashboard-hamburger-content.is-active) .dashboard-body .foryou-wrap .foryou {
  box-shadow: none;
}
.sec-candidate-dashboard .container .dashboard-inner .dashboard-body:has(.dashboard-hamburger-content.is-active) .progress-wrap {
  min-height: 400px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.foryou-wrap {
  height: fit-content;
  z-index: 2;
}
.foryou-wrap::before {
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: transparent;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.13);
  backdrop-filter: blur(2px);
  border-radius: 16px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou {
  border: 0px solid rgb(255, 255, 255);
  position: relative;
  border-radius: 16px;
  z-index: 0;
  min-height: 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 3.1px 3.1px 2.6px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou > .heading {
  padding: 16px 13px;
  border-radius: 16px;
}
.foryou-wrap .foryou .LoaderWrapper {
  z-index: 999;
  border-radius: 16px;
}
.foryou-wrap .foryou:not(:last-child) {
  margin-bottom: 16px;
}
.foryou-wrap .foryou .heading {
  border-bottom: 1px solid rgb(255, 255, 255);
}
.foryou-wrap .foryou .dashboard-filter {
  display: none;
  padding: 22px;
  position: relative;
  z-index: 104;
  margin-top: 0;
  width: 100%;
  background-color: #dbebfe;
  border-top: 1px solid rgb(255, 255, 255);
  border-bottom: 1px solid rgb(255, 255, 255);
  border-radius: 16px 16px 0 0;
}
.foryou-wrap .foryou .dashboard-filter .dashboard-filter-wrap {
  display: flex;
  flex-direction: row;
  gap: 13px;
  width: 100%;
}
@media (max-width: 1200px) {
  .foryou-wrap .foryou .dashboard-filter .dashboard-filter-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .foryou-wrap .foryou .dashboard-filter .dashboard-filter-wrap {
    grid-template-columns: 1fr;
  }
}
.foryou-wrap .foryou .dashboard-filter .dashboard-filter-wrap .field {
  width: 100%;
  max-width: 400px;
}
@media (max-width: 1200px) {
  .foryou-wrap .foryou .dashboard-filter .dashboard-filter-wrap .field {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .foryou-wrap .foryou .dashboard-filter .dashboard-filter-wrap .field {
    min-width: 100%;
  }
}
.foryou-wrap .foryou .dashboard-filter .dashboard-filter-wrap .field .heading {
  font-size: 13px;
  margin: 0 0 2.2px;
  padding: 0 13px;
  border: 0;
}
.foryou-wrap .foryou .dashboard-filter .dashboard-filter-wrap .field .dropdown .dropdown-triggerr {
  display: flex;
  align-items: center;
  padding: 7px 20px;
  margin-bottom: 0;
}
.foryou-wrap .foryou .dashboard-filter .dashboard-filter-wrap .field .dropdown .dropdown-content {
  position: absolute;
  overflow: auto;
  min-height: 0;
  max-height: 169px;
}
.foryou-wrap .foryou .dashboard-filter .dashboard-filter-wrap .field .dropdown .dropdown-content .dropdown-content-inner .nav-item label {
  padding-bottom: 4px;
}
.foryou-wrap .foryou .dashboard-filter .dashboard-filter-wrap .field .dropdown .dropdown-content .dropdown-content-inner .nav-item label .dropdown-span {
  font-size: 13px;
}
.foryou-wrap .foryou .dashboard-filter .dashboard-filter-wrap .field:has([data-value=Deficit]) .dropdown {
  display: none;
}
.foryou-wrap .foryou .dashboard-filter .dashboard-filter-wrap .field:has([data-value=Deficit]) .dropdown[data-value=Deficit] {
  display: block;
}
.foryou-wrap .foryou .dashboard-filter .dashboard-filter-wrap .BtnWrap {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  margin: auto 0 0 0;
  gap: 13px;
}
@media (max-width: 1200px) {
  .foryou-wrap .foryou .dashboard-filter .dashboard-filter-wrap .BtnWrap {
    grid-column: span 2/span 2;
  }
}
@media (max-width: 768px) {
  .foryou-wrap .foryou .dashboard-filter .dashboard-filter-wrap .BtnWrap {
    width: 100%;
    grid-column: span 1/span 1;
  }
}
@media (max-width: 400px) {
  .foryou-wrap .foryou .dashboard-filter .dashboard-filter-wrap .BtnWrap {
    flex-wrap: wrap;
  }
}
.foryou-wrap .foryou .dashboard-filter .dashboard-filter-wrap .BtnWrap button {
  min-height: 43px;
  opacity: 0.7;
  pointer-events: none;
}
@media (max-width: 576px) {
  .foryou-wrap .foryou .dashboard-filter .dashboard-filter-wrap .BtnWrap button {
    min-width: fit-content;
  }
}
@media (max-width: 400px) {
  .foryou-wrap .foryou .dashboard-filter .dashboard-filter-wrap .BtnWrap button {
    min-width: 100%;
  }
}
.foryou-wrap .foryou .dashboard-filter .dashboard-filter-wrap .BtnWrap button .icon {
  width: 16px;
  height: 16px;
}
.foryou-wrap .foryou .dashboard-filter .dashboard-filter-wrap .BtnWrap button:hover {
  background-color: #e2e8f0;
  color: rgb(78, 78, 78);
}
.foryou-wrap .foryou .dashboard-filter .dashboard-filter-wrap .BtnWrap button:hover .icon::before {
  background-color: rgb(78, 78, 78);
}
.foryou-wrap .foryou .dashboard-filter .dashboard-filter-wrap:has(option) .BtnWrap button {
  opacity: 1;
  pointer-events: all;
}
.foryou-wrap .foryou:has(.tab-content) .dashboard-filter {
  border-radius: 0;
}
.foryou-wrap .foryou .swiper::before, .foryou-wrap .foryou .swiper::after {
  width: 100px;
  height: 85%;
  background-color: transparent;
  z-index: 1;
  backdrop-filter: blur(4px);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.foryou-wrap .foryou .swiper::before {
  left: 0;
  top: 50%;
  z-index: 2;
}
@media (max-width: 992px) {
  .foryou-wrap .foryou .swiper::before {
    display: none;
  }
}
@media (max-width: 768px) {
  .foryou-wrap .foryou .swiper::before {
    display: block;
  }
}
@media (max-width: 468px) {
  .foryou-wrap .foryou .swiper::before {
    display: none;
  }
}
.foryou-wrap .foryou .swiper::after {
  right: 0;
  top: 50%;
}
@media (max-width: 992px) {
  .foryou-wrap .foryou .swiper::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .foryou-wrap .foryou .swiper::after {
    display: block;
  }
}
@media (max-width: 468px) {
  .foryou-wrap .foryou .swiper::after {
    display: none;
  }
}
.foryou-wrap .foryou .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0.2;
  pointer-events: none;
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .swiper .swiper-wrapper .swiper-slide .foryou-profile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 52px 0 13px;
  width: fit-content;
  height: fit-content;
}
@media (max-width: 576px) {
  .foryou-wrap .foryou .swiper .swiper-wrapper .swiper-slide .foryou-profile {
    margin: 49px 0px 25px;
  }
}
.foryou-wrap .foryou .swiper .swiper-wrapper .swiper-slide .foryou-profile::before {
  position: absolute;
  left: 50%;
  top: 65.2px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  width: 150px;
  height: 150px;
  border: 1px solid transparent;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2px);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .swiper .swiper-wrapper .swiper-slide .foryou-profile .img-wrap {
  width: 130px;
  height: 130px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.foryou-wrap .foryou .swiper .swiper-wrapper .swiper-slide .foryou-profile .img-wrap::before, .foryou-wrap .foryou .swiper .swiper-wrapper .swiper-slide .foryou-profile .img-wrap::after {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
  box-shadow: rgba(255, 255, 255, 0) 0px 0px 22px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .foryou-wrap .foryou .swiper .swiper-wrapper .swiper-slide .foryou-profile .img-wrap::before, .foryou-wrap .foryou .swiper .swiper-wrapper .swiper-slide .foryou-profile .img-wrap::after {
    box-shadow: rgba(255, 255, 255, 0.35) 0px 0px 22px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
}
.foryou-wrap .foryou .swiper .swiper-wrapper .swiper-slide .foryou-profile .img-wrap::before {
  background: linear-gradient(130deg, #3a86f8 0%, #3abed6);
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.foryou-wrap .foryou .swiper .swiper-wrapper .swiper-slide .foryou-profile .img-wrap::after {
  background: linear-gradient(130deg, rgb(255, 255, 255) 0%, #cad5e2);
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.foryou-wrap .foryou .swiper .swiper-wrapper .swiper-slide .foryou-profile .img-wrap img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  position: relative;
  bottom: -10px;
  z-index: 1;
}
.foryou-wrap .foryou .swiper .swiper-wrapper .swiper-slide .foryou-profile .img-wrap .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .swiper .swiper-wrapper .swiper-slide .foryou-profile .img-wrap .icon::before {
  background-color: rgb(255, 255, 255);
}
.foryou-wrap .foryou .swiper .swiper-wrapper .swiper-slide .foryou-profile .foryou-info {
  margin: 22px 0px 7px;
}
.foryou-wrap .foryou .swiper .swiper-wrapper .swiper-slide .foryou-profile .foryou-info .regular-6 {
  width: 100%;
  text-align: center;
  color: rgb(78, 78, 78);
}
.foryou-wrap .foryou .swiper .swiper-wrapper .swiper-slide .foryou-profile:hover::before {
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .swiper .swiper-wrapper .swiper-slide .foryou-profile:hover .img-wrap img {
  backdrop-filter: blur(2px);
}
.foryou-wrap .foryou .swiper .swiper-wrapper .swiper-slide .foryou-profile:hover .img-wrap .icon {
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
  pointer-events: all;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .swiper .swiper-wrapper .swiper-slide.swiper-slide-prev, .foryou-wrap .foryou .swiper .swiper-wrapper .swiper-slide.swiper-slide-next {
  opacity: 0.8;
  pointer-events: all;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .swiper .swiper-button-next::after,
.foryou-wrap .foryou .swiper .swiper-button-prev::after {
  display: none;
}
.foryou-wrap .foryou .swiper .swiper-button-next .icon,
.foryou-wrap .foryou .swiper .swiper-button-prev .icon {
  pointer-events: none;
}
.foryou-wrap .foryou .swiper .swiper-button-next .icon::before,
.foryou-wrap .foryou .swiper .swiper-button-prev .icon::before {
  background-color: #5ea8fc;
}
.foryou-wrap .foryou .nav-tabs {
  position: relative;
  padding: 0;
  border: 0;
  border-top: 1px solid rgb(255, 255, 255);
  border-radius: 0;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 3.1px 3.1px 2.6px;
}
@media (max-width: 768px) {
  .foryou-wrap .foryou .nav-tabs {
    padding: 0;
  }
}
.foryou-wrap .foryou .nav-tabs .nav-item {
  position: relative;
  padding: 13px 13px;
  min-height: 70px;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .foryou-wrap .foryou .nav-tabs .nav-item {
    min-height: 61px;
  }
}
@media (max-width: 576px) {
  .foryou-wrap .foryou .nav-tabs .nav-item {
    min-height: unset;
  }
}
.foryou-wrap .foryou .nav-tabs .nav-item button {
  color: rgb(78, 78, 78);
  background-color: transparent;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 7px 13px 7px 16px;
  border: 0px solid transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 468px) {
  .foryou-wrap .foryou .nav-tabs .nav-item button {
    padding: 4px 0;
  }
}
.foryou-wrap .foryou .nav-tabs .nav-item button h6, .foryou-wrap .foryou .nav-tabs .nav-item button .h6, .foryou-wrap .foryou .nav-tabs .nav-item button .regular-6 {
  display: block;
  font-weight: 400;
  text-shadow: none;
}
.foryou-wrap .foryou .nav-tabs .nav-item button h6:has(.icon-bg), .foryou-wrap .foryou .nav-tabs .nav-item button .h6:has(.icon-bg), .foryou-wrap .foryou .nav-tabs .nav-item button .regular-6:has(.icon-bg) {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 16px;
}
@media (max-width: 468px) {
  .foryou-wrap .foryou .nav-tabs .nav-item button h6:has(.icon-bg), .foryou-wrap .foryou .nav-tabs .nav-item button .h6:has(.icon-bg), .foryou-wrap .foryou .nav-tabs .nav-item button .regular-6:has(.icon-bg) {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 468px) {
  .foryou-wrap .foryou .nav-tabs .nav-item button h6 .icon-bg, .foryou-wrap .foryou .nav-tabs .nav-item button .h6 .icon-bg, .foryou-wrap .foryou .nav-tabs .nav-item button .regular-6 .icon-bg {
    display: none;
  }
}
.foryou-wrap .foryou .nav-tabs .nav-item button h6 .icon::before, .foryou-wrap .foryou .nav-tabs .nav-item button .h6 .icon::before, .foryou-wrap .foryou .nav-tabs .nav-item button .regular-6 .icon::before {
  background-color: #e2e8f0;
}
.foryou-wrap .foryou .nav-tabs .nav-item button.active .regular-6 {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .nav-tabs .nav-item button:hover {
  border: 0px solid transparent;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .nav-tabs .nav-item:has(.active) {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou #dashboardTab {
  border-radius: 16px 16px 0 0;
}
.foryou-wrap .foryou #dashboardTab:has(#C-tab) {
  grid-template-columns: 1fr 1fr 1fr;
}
.foryou-wrap .foryou #myTab {
  border-radius: 16px 16px 0 0;
}
.foryou-wrap .foryou #myTab .nav-item {
  min-height: unset;
}
.foryou-wrap .foryou:has(.unread) .nav-tabs .nav-item button .new {
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .tab-content .tab-pane {
  min-height: 69px;
}
.foryou-wrap .foryou .tab-content .tab-pane #calendar {
  text-align: center;
  background-color: rgb(255, 255, 255);
  padding: 13px 4px 4px;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  position: relative;
  min-height: 410px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
@media (max-width: 768px) {
  .foryou-wrap .foryou .tab-content .tab-pane #calendar {
    min-height: auto;
  }
}
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label {
  width: 100%;
  margin-bottom: 0;
}
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker {
  gap: 10px;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
}
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker {
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
}
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 22px 22px 22px;
  border: 1px solid #e2e8f0;
  border-radius: 7px;
  position: relative;
  width: 100%;
  height: fit-content;
  max-height: fit-content;
  min-height: 38px;
}
@media (max-width: 1400px) {
  .foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker {
    padding: 10px;
  }
}
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_today_button,
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_next, .foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_prev {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
  width: 38px;
  height: 38px;
  padding: 13px;
  margin: 0;
  font-size: 14px;
  color: rgb(255, 255, 255);
  font-weight: 100;
  white-space: unset !important;
  background-color: rgb(255, 255, 255);
  background-image: none !important;
  border: 1px solid #4E4E4E !important;
  border-radius: 50%;
  opacity: 1;
  box-shadow: 0px 0px 0px 0px #000 inset;
  box-shadow: 0px 0px 0px 0px #000 inset;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 576px) {
  .foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_today_button,
  .foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_next, .foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_prev {
    width: 31px;
    height: 31px;
    padding: 7px;
  }
}
@media (max-width: 468px) {
  .foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_today_button,
  .foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_next, .foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_prev {
    width: 22px;
    height: 22px;
  }
}
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_today_button::after,
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_next::after, .foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_prev::after {
  content: "";
  position: absolute;
  left: -75px;
  top: -50px;
  z-index: 1;
  width: 20px;
  height: 155px;
  background: rgb(255, 255, 255);
  border: 0px solid rgb(255, 255, 255);
  opacity: 0.8;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1); /*easeOutCirc*/
}
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_today_button:hover::after, .foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_today_button:focus::after, .foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_today_button:active::after,
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_next:hover::after,
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_next:focus::after,
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_next:active::after, .foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_prev:hover::after, .foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_prev:focus::after, .foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_prev:active::after {
  background: #3a86f8;
  border: 1px solid rgb(255, 255, 255);
  opacity: 0;
  left: 120%;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_prev {
  position: relative;
}
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_prev::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 31px);
  height: 100%;
  pointer-events: none;
  background-color: rgb(0, 0, 0);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10' transform='scale(-1 1)'%3E%3Cpath fill='rgba(51,51,51,0.95)' d='M6 5a1 1 0 0 1-.293.707l-4 4A1 1 0 1 1 .293 8.293L3.586 5 .293 1.707A1 1 0 1 1 1.707.293l4 4A1 1 0 0 1 6 5'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10' transform='scale(-1 1)'%3E%3Cpath fill='rgba(51,51,51,0.95)' d='M6 5a1 1 0 0 1-.293.707l-4 4A1 1 0 1 1 .293 8.293L3.586 5 .293 1.707A1 1 0 1 1 1.707.293l4 4A1 1 0 0 1 6 5'/%3E%3C/svg%3E");
}
@media (max-width: 576px) {
  .foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_prev::before {
    width: 7px;
    height: 7px;
  }
}
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_next {
  position: relative;
  margin-left: auto;
}
@media (max-width: 576px) {
  .foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_next {
    margin-left: 7px;
  }
}
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_next::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 31px);
  height: 100%;
  pointer-events: none;
  background-color: rgb(0, 0, 0);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10'%3E%3Cpath fill='rgba(51,51,51,0.95)' d='M6 5a1 1 0 0 1-.293.707l-4 4A1 1 0 1 1 .293 8.293L3.586 5 .293 1.707A1 1 0 1 1 1.707.293l4 4A1 1 0 0 1 6 5Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10'%3E%3Cpath fill='rgba(51,51,51,0.95)' d='M6 5a1 1 0 0 1-.293.707l-4 4A1 1 0 1 1 .293 8.293L3.586 5 .293 1.707A1 1 0 1 1 1.707.293l4 4A1 1 0 0 1 6 5Z'/%3E%3C/svg%3E");
}
@media (max-width: 576px) {
  .foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_next::before {
    width: 7px;
    height: 7px;
  }
}
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_today_button {
  margin-left: 16px;
  position: relative;
}
@media (max-width: 576px) {
  .foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_today_button {
    margin-left: 7px;
  }
}
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_today_button::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 22px);
  height: 100%;
  pointer-events: none;
  background-color: rgb(0, 0, 0);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M264.7 33.534c4.448 3.104 8.157 7.037 11.974 10.866l2.607 2.591q3.568 3.55 7.125 7.11 3.846 3.84 7.7 7.673 8.411 8.38 16.809 16.773 5.246 5.24 10.496 10.48c9.692 9.672 19.384 19.347 29.068 29.029l1.877 1.876 3.765 3.764 1.889 1.888 1.89 1.89a25655 25655 0 0 0 30.372 30.304 24238 24238 0 0 1 31.193 31.135q8.744 8.747 17.51 17.472 7.464 7.426 14.897 14.88a1819 1819 0 0 0 7.602 7.586 1503 1503 0 0 1 8.233 8.241l2.437 2.398c4.8 4.872 8.635 9.393 8.944 16.562-.359 4.93-1.946 8.211-5.088 11.948-4.285 3.603-8.389 5.247-14 5-7.242-1.953-11.256-5.553-16.44-10.84l-2.46-2.445c-2.709-2.702-5.4-5.42-8.092-8.14q-2.91-2.914-5.826-5.823a4810 4810 0 0 1-12.511-12.553 8993 8993 0 0 0-18.09-18.148 22389 22389 0 0 1-29.352-29.445 31143 31143 0 0 0-28.501-28.603l-1.777-1.781-8.825-8.844A84361 84361 0 0 1 257 73c-3.06 1.366-5.156 2.91-7.512 5.283l-2.066 2.065-2.245 2.275-2.405 2.412q-3.997 4.017-7.984 8.045l-5.721 5.75q-6.168 6.197-12.328 12.403c-6.494 6.54-12.998 13.07-19.503 19.599l-6.679 6.703-1.686 1.692a55374 55374 0 0 0-18.991 19.072l-1.754 1.761a38805 38805 0 0 0-28.1 28.269q-14.424 14.52-28.88 29.009a6928 6928 0 0 0-17.796 17.9 3619 3619 0 0 1-12.21 12.264q-3.529 3.527-7.033 7.08c-2.536 2.57-5.09 5.12-7.649 7.668l-2.211 2.268C59.69 269.005 55.429 271.988 49 273c-6.28-.375-10.726-2.217-15-7-2.42-4.421-3.403-8.556-2.625-13.563 2.593-8.577 11.065-15.027 17.234-21.2l2.55-2.563q3.473-3.488 6.952-6.974 3.761-3.773 7.52-7.548a27082 27082 0 0 1 23.245-23.31 75183 75183 0 0 1 39.225-39.293l1.849-1.851a28752 28752 0 0 0 29.664-29.752 23634 23634 0 0 1 30.497-30.568 9365 9365 0 0 0 17.107-17.155q7.265-7.31 14.562-14.59 3.722-3.71 7.421-7.444c2.677-2.699 5.368-5.382 8.064-8.062l2.343-2.385c7.183-7.079 15.344-11.745 25.092-6.208M102 288c4.965 2.305 7.43 5.216 10 10 .567 3.406.534 6.76.498 10.205l.017 3.073q.015 3.294.001 6.59c-.012 3.486 0 6.972.016 10.459.027 6.155.033 12.31.031 18.465-.002 9.826.012 19.651.056 29.477.01 3.417.001 6.834-.009 10.25.016 17.343 1.182 33.4 13.578 46.86 11.197 10.015 24.325 13.779 39.076 13.761l2.439.01q4.023.01 8.045.011l5.787.015q7.848.019 15.696.024l9.82.012q15.384.02 30.768.027 17.719.007 35.437.05 13.721.034 27.443.034 8.182 0 16.366.025 7.706.023 15.412.01 2.814-.002 5.628.013c17.036.085 30.76-1.662 45.145-11.621 11.034-11.034 15.925-24.234 16.018-39.654l-.013-2.867.011-3.108q.01-3.312.008-6.626.002-5.245.03-10.492.067-14.905.077-29.812c.005-6.093.03-12.186.065-18.28q.015-3.475.007-6.952c-.007-3.235.01-6.47.033-9.706l-.025-2.89c.07-5.634.761-8.903 4.539-13.363 3.82-3.628 6.883-4.31 12-4.5 5.117.19 8.18.872 12 4.5 4.655 5.395 4.572 10.034 4.518 16.984l.02 3.324c.018 3.624.007 7.247-.007 10.872l.012 7.594a3389 3389 0 0 1-.022 15.933c-.021 6.1-.014 12.199.008 18.298.02 5.903.018 11.806.006 17.71q-.004 3.74.01 7.48c.07 23.523-2.61 43.316-18.545 61.805l-1.574 2.008c-12.14 14.991-30.996 24.188-50.018 26.277-9.82.828-19.593.863-29.439.86l-5.661.01q-7.637.014-15.273.012-4.785.001-9.569.006-16.726.013-33.454.012-15.533.001-31.067.026-13.387.019-26.776.018-7.974-.002-15.947.013-7.504.014-15.008.003-2.736-.003-5.47.007c-27.417.086-51.889-4.444-72.357-23.872-3.53-3.514-6.547-7.297-9.387-11.38l-1.64-2.355c-8.025-12.422-11.663-26.482-11.65-41.106l-.02-3.403c-.02-3.694-.024-7.388-.026-11.081l-.02-7.725q-.017-8.082-.015-16.164c.002-6.22-.02-12.438-.051-18.657-.03-6-.037-11.999-.035-17.998a1485 1485 0 0 0-.027-7.638 1199 1199 0 0 1-.002-10.67l-.034-3.184c.052-6.012.536-9.43 4.52-14.019 5.271-5.008 11.108-4.928 18-4'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M264.7 33.534c4.448 3.104 8.157 7.037 11.974 10.866l2.607 2.591q3.568 3.55 7.125 7.11 3.846 3.84 7.7 7.673 8.411 8.38 16.809 16.773 5.246 5.24 10.496 10.48c9.692 9.672 19.384 19.347 29.068 29.029l1.877 1.876 3.765 3.764 1.889 1.888 1.89 1.89a25655 25655 0 0 0 30.372 30.304 24238 24238 0 0 1 31.193 31.135q8.744 8.747 17.51 17.472 7.464 7.426 14.897 14.88a1819 1819 0 0 0 7.602 7.586 1503 1503 0 0 1 8.233 8.241l2.437 2.398c4.8 4.872 8.635 9.393 8.944 16.562-.359 4.93-1.946 8.211-5.088 11.948-4.285 3.603-8.389 5.247-14 5-7.242-1.953-11.256-5.553-16.44-10.84l-2.46-2.445c-2.709-2.702-5.4-5.42-8.092-8.14q-2.91-2.914-5.826-5.823a4810 4810 0 0 1-12.511-12.553 8993 8993 0 0 0-18.09-18.148 22389 22389 0 0 1-29.352-29.445 31143 31143 0 0 0-28.501-28.603l-1.777-1.781-8.825-8.844A84361 84361 0 0 1 257 73c-3.06 1.366-5.156 2.91-7.512 5.283l-2.066 2.065-2.245 2.275-2.405 2.412q-3.997 4.017-7.984 8.045l-5.721 5.75q-6.168 6.197-12.328 12.403c-6.494 6.54-12.998 13.07-19.503 19.599l-6.679 6.703-1.686 1.692a55374 55374 0 0 0-18.991 19.072l-1.754 1.761a38805 38805 0 0 0-28.1 28.269q-14.424 14.52-28.88 29.009a6928 6928 0 0 0-17.796 17.9 3619 3619 0 0 1-12.21 12.264q-3.529 3.527-7.033 7.08c-2.536 2.57-5.09 5.12-7.649 7.668l-2.211 2.268C59.69 269.005 55.429 271.988 49 273c-6.28-.375-10.726-2.217-15-7-2.42-4.421-3.403-8.556-2.625-13.563 2.593-8.577 11.065-15.027 17.234-21.2l2.55-2.563q3.473-3.488 6.952-6.974 3.761-3.773 7.52-7.548a27082 27082 0 0 1 23.245-23.31 75183 75183 0 0 1 39.225-39.293l1.849-1.851a28752 28752 0 0 0 29.664-29.752 23634 23634 0 0 1 30.497-30.568 9365 9365 0 0 0 17.107-17.155q7.265-7.31 14.562-14.59 3.722-3.71 7.421-7.444c2.677-2.699 5.368-5.382 8.064-8.062l2.343-2.385c7.183-7.079 15.344-11.745 25.092-6.208M102 288c4.965 2.305 7.43 5.216 10 10 .567 3.406.534 6.76.498 10.205l.017 3.073q.015 3.294.001 6.59c-.012 3.486 0 6.972.016 10.459.027 6.155.033 12.31.031 18.465-.002 9.826.012 19.651.056 29.477.01 3.417.001 6.834-.009 10.25.016 17.343 1.182 33.4 13.578 46.86 11.197 10.015 24.325 13.779 39.076 13.761l2.439.01q4.023.01 8.045.011l5.787.015q7.848.019 15.696.024l9.82.012q15.384.02 30.768.027 17.719.007 35.437.05 13.721.034 27.443.034 8.182 0 16.366.025 7.706.023 15.412.01 2.814-.002 5.628.013c17.036.085 30.76-1.662 45.145-11.621 11.034-11.034 15.925-24.234 16.018-39.654l-.013-2.867.011-3.108q.01-3.312.008-6.626.002-5.245.03-10.492.067-14.905.077-29.812c.005-6.093.03-12.186.065-18.28q.015-3.475.007-6.952c-.007-3.235.01-6.47.033-9.706l-.025-2.89c.07-5.634.761-8.903 4.539-13.363 3.82-3.628 6.883-4.31 12-4.5 5.117.19 8.18.872 12 4.5 4.655 5.395 4.572 10.034 4.518 16.984l.02 3.324c.018 3.624.007 7.247-.007 10.872l.012 7.594a3389 3389 0 0 1-.022 15.933c-.021 6.1-.014 12.199.008 18.298.02 5.903.018 11.806.006 17.71q-.004 3.74.01 7.48c.07 23.523-2.61 43.316-18.545 61.805l-1.574 2.008c-12.14 14.991-30.996 24.188-50.018 26.277-9.82.828-19.593.863-29.439.86l-5.661.01q-7.637.014-15.273.012-4.785.001-9.569.006-16.726.013-33.454.012-15.533.001-31.067.026-13.387.019-26.776.018-7.974-.002-15.947.013-7.504.014-15.008.003-2.736-.003-5.47.007c-27.417.086-51.889-4.444-72.357-23.872-3.53-3.514-6.547-7.297-9.387-11.38l-1.64-2.355c-8.025-12.422-11.663-26.482-11.65-41.106l-.02-3.403c-.02-3.694-.024-7.388-.026-11.081l-.02-7.725q-.017-8.082-.015-16.164c.002-6.22-.02-12.438-.051-18.657-.03-6-.037-11.999-.035-17.998a1485 1485 0 0 0-.027-7.638 1199 1199 0 0 1-.002-10.67l-.034-3.184c.052-6.012.536-9.43 4.52-14.019 5.271-5.008 11.108-4.928 18-4'/%3E%3C/svg%3E");
}
@media (max-width: 576px) {
  .foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_today_button::before {
    width: 7px;
    height: 7px;
  }
}
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 7px;
  border: 1px solid #e2e8f0;
  border-radius: 7px;
  width: 100%;
  padding: 7px;
  margin-left: 22px;
  position: relative;
  z-index: 9;
}
@media (max-width: 768px) {
  .foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_label {
    padding: 4px;
  }
}
@media (max-width: 576px) {
  .foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_label {
    margin-left: 7px;
  }
}
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_label span {
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  color: #4E4E4E;
}
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_label i {
  margin-top: 4px;
  opacity: 1;
}
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_label.xdsoft_month {
  max-width: fit-content;
  margin-left: 16px;
}
@media (max-width: 576px) {
  .foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_label.xdsoft_month {
    margin-left: 7px;
  }
}
@media (max-width: 468px) {
  .foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_label.xdsoft_month {
    padding: 4px;
  }
}
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_label.xdsoft_month span {
  font-size: 16px;
}
@media (max-width: 468px) {
  .foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_label.xdsoft_month span {
    font-size: 13px;
  }
}
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_label.xdsoft_year {
  max-width: fit-content;
  margin-left: 13px;
  margin-right: auto;
}
@media (max-width: 576px) {
  .foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_label.xdsoft_year {
    margin-left: 7px;
  }
}
@media (max-width: 468px) {
  .foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_label.xdsoft_year {
    padding: 4px;
    font-size: 13px;
  }
}
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_label.xdsoft_year span {
  font-size: 13px;
}
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_label .xdsoft_select {
  inset: initial;
  top: 10px;
  top: 52px;
  width: fit-content;
  border: 1px solid #e2e8f0;
  border-radius: 7px;
  max-height: 274px;
}
@media (max-width: 768px) {
  .foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_label .xdsoft_select {
    top: 31px;
  }
}
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_label .xdsoft_select .xdsoft_option {
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  text-align: center;
  padding: 8.5px 10px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_label .xdsoft_select .xdsoft_option:not(:last-child) {
  border-bottom: 1px solid #e2e8f0;
}
@media (max-width: 768px) {
  .foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_label .xdsoft_select .xdsoft_option {
    font-size: 13px;
  }
}
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_label .xdsoft_select .xdsoft_option:hover {
  background-color: #3a86f8;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_label .xdsoft_select .xdsoft_scrollbar {
  width: 4px;
}
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_label .xdsoft_select .xdsoft_option.xdsoft_current {
  background-color: #3a86f8;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_label:hover span {
  text-decoration: none;
}
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar {
  margin-bottom: 0;
}
@media (max-width: 468px) {
  .foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar {
    overflow-x: scroll;
    padding-bottom: 10px;
  }
}
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table {
  border-radius: 7px;
  border: 2px solid transparent;
  border-collapse: separate;
  border-spacing: 10px;
}
@media (max-width: 576px) {
  .foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table {
    border-spacing: 4px;
  }
}
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table > thead {
  background-color: rgb(255, 255, 255);
  border: 1px solid #e2e8f0;
  border-radius: 7px;
}
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table > thead tr {
  margin-bottom: 10px;
}
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table > thead tr th {
  background-color: transparent;
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  background-color: transparent;
  font-weight: normal;
  border: 1px solid #E5E5E5;
  border-radius: 7px;
  padding: 10px;
  color: #4E4E4E;
  font-size: 13px;
}
@media (max-width: 768px) {
  .foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table > thead tr th {
    padding: 7px;
  }
}
@media (max-width: 576px) {
  .foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table > thead tr th {
    font-size: 10px;
    padding: 4px;
  }
}
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table > thead tr td {
  border-radius: 7px;
}
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr {
  margin-top: 10px;
}
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr td {
  background-color: transparent;
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  background-color: transparent;
  font-weight: normal;
  border: 1px solid #E5E5E5;
  border-radius: 7px;
  padding: 7px 4px;
  color: rgb(78, 78, 78);
  font-size: 13px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr td {
    padding: 7px;
  }
}
@media (max-width: 576px) {
  .foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr td {
    width: 10%;
    font-size: 10px;
  }
}
@media (max-width: 368px) {
  .foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr td {
    padding: 4px;
  }
}
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr td div {
  width: fit-content;
  margin: auto;
  padding: 0;
}
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr td:hover, .foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr td:focus {
  background-color: #8fa6b2 !important;
  color: rgb(255, 255, 255) !important;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr td.xdsoft_current {
  background-color: rgb(255, 255, 255) !important;
  color: #666 !important;
  box-shadow: none !important;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr td.xdsoft_disabled {
  cursor: no-drop;
}
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr td.xdsoft_today {
  background-color: #3a86f8 !important;
  color: rgb(255, 255, 255) !important;
  border: 2px solid rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px !important;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr:has(.event-day) td.event-day {
  background-color: #3a86f8 !important;
  color: rgb(255, 255, 255) !important;
  border: 2px solid rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px !important;
  position: relative;
  overflow: hidden;
  padding-right: 18.4px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr:has(.event-day) td.event-day::after {
  right: 7px;
  top: 49.9%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 10px;
  height: 10px;
  pointer-events: none;
  background: rgb(255, 255, 255);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10'%3E%3Cpath fill='rgba(51,51,51,0.95)' d='M6 5a1 1 0 0 1-.293.707l-4 4A1 1 0 1 1 .293 8.293L3.586 5 .293 1.707A1 1 0 1 1 1.707.293l4 4A1 1 0 0 1 6 5Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10'%3E%3Cpath fill='rgba(51,51,51,0.95)' d='M6 5a1 1 0 0 1-.293.707l-4 4A1 1 0 1 1 .293 8.293L3.586 5 .293 1.707A1 1 0 1 1 1.707.293l4 4A1 1 0 0 1 6 5Z'/%3E%3C/svg%3E");
}
@media (max-width: 576px) {
  .foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr:has(.event-day) td.event-day::after {
    width: 7px;
    height: 7px;
  }
}
@media (max-width: 468px) {
  .foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr:has(.event-day) td.event-day::after {
    right: 4px;
  }
}
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr:has(.event-day) td.event-day::before {
  content: "";
  position: absolute;
  left: -75px;
  top: -50px;
  z-index: 1;
  width: 20px;
  height: 155px;
  background: rgb(255, 255, 255);
  border: 0px solid rgb(255, 255, 255);
  opacity: 0.8;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1); /*easeOutCirc*/
}
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr:has(.event-day) td.event-day:hover, .foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr:has(.event-day) td.event-day:focus, .foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr:has(.event-day) td.event-day:active {
  border: 2px solid rgb(255, 255, 255);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr:has(.event-day) td.event-day:hover::before, .foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr:has(.event-day) td.event-day:focus::before, .foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr:has(.event-day) td.event-day:active::before {
  background: #3a86f8;
  border: 1px solid rgb(255, 255, 255);
  opacity: 0;
  left: 120%;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr:has(.booked) td.booked {
  color: #4E4E4E !important;
  background-color: #ffc834 !important;
  border: 2px solid #f1f5f9;
  cursor: no-drop;
  position: relative;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px !important;
  padding-right: 18.4px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr:has(.booked) td.booked:hover, .foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr:has(.booked) td.booked:focus, .foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr:has(.booked) td.booked:active {
  color: #4E4E4E !important;
  background-color: #ecff41 !important;
  border: 2px solid #cad5e2 !important;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr td.selected-date {
  background-color: #cad5e2 !important;
  color: rgb(78, 78, 78) !important;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px !important;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_timepicker {
  width: 130px;
  margin: 0;
  display: none !important;
}
@media (max-width: 1200px) {
  .foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_timepicker {
    width: 70px;
  }
}
@media (max-width: 768px) {
  .foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_timepicker {
    order: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0px;
    position: relative;
  }
}
@media (max-width: 576px) {
  .foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_timepicker {
    width: 100%;
  }
}
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  margin: 8px auto 0 auto;
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' transform='rotate(180)'%3E%3Cpath d='m58.839 126.869 2.093-.007q3.489-.006 6.978-.002l5.04-.01q6.937-.011 13.876-.01c4.985-.002 9.97-.01 14.955-.016q16.357-.02 32.715-.024 10.212-.005 20.423-.012 28.267-.019 56.533-.026h7.32l7.352-.002h3.683q29.546-.009 59.092-.046 30.325-.035 60.651-.037 17.03.001 34.06-.025 14.502-.023 29.004-.012 7.399.008 14.798-.011 6.775-.019 13.551 0 2.45.004 4.898-.01c10.75-.053 20.385-.04 28.635 7.635 4.825 5.602 6.86 12.283 6.711 19.61-1.069 11.031-9.654 18.77-17.154 26.115-3.286 3.22-6.327 6.563-9.31 10.06-2.713 3.053-5.649 5.875-8.555 8.742A120 120 0 0 0 440.5 205c-3.252 3.794-6.757 7.274-10.312 10.781A120 120 0 0 0 424.5 222c-3.252 3.794-6.757 7.274-10.312 10.781A120 120 0 0 0 408.5 239c-3.252 3.794-6.757 7.274-10.312 10.781A120 120 0 0 0 392.5 256c-3.252 3.794-6.757 7.274-10.312 10.781A120 120 0 0 0 376.5 273c-3.252 3.794-6.757 7.274-10.312 10.781A120 120 0 0 0 360.5 290c-3.252 3.794-6.757 7.274-10.312 10.781A120 120 0 0 0 344.5 307c-3.252 3.794-6.757 7.274-10.312 10.781A120 120 0 0 0 328.5 324c-3.252 3.794-6.757 7.274-10.312 10.781A120 120 0 0 0 312.5 341c-3.252 3.794-6.757 7.274-10.312 10.781-2.587 2.624-4.972 5.383-7.368 8.18-2.783 3.118-5.78 6.011-8.761 8.937a56 56 0 0 0-4.621 5.352c-6.672 7.526-15.547 10.085-25.313 11.187-11.548-.569-20.62-5.628-28.395-13.832a384 384 0 0 1-4.539-5.125c-2.03-2.297-4.128-4.459-6.316-6.605a126 126 0 0 1-7.312-7.813c-2.57-2.99-5.256-5.793-8.063-8.562-3.407-3.361-6.575-6.837-9.687-10.469-2.024-2.267-4.15-4.397-6.313-6.531-3.407-3.361-6.575-6.837-9.687-10.469-2.024-2.267-4.15-4.397-6.313-6.531-3.407-3.361-6.575-6.837-9.687-10.469-2.024-2.267-4.15-4.397-6.313-6.531-3.407-3.361-6.575-6.837-9.687-10.469-2.024-2.267-4.15-4.397-6.313-6.531-3.407-3.361-6.575-6.837-9.687-10.469-2.024-2.267-4.15-4.397-6.313-6.531-3.407-3.361-6.575-6.837-9.687-10.469-2.024-2.267-4.15-4.397-6.313-6.531-3.407-3.361-6.575-6.837-9.687-10.469-2.024-2.267-4.15-4.397-6.313-6.531-3.407-3.361-6.575-6.837-9.687-10.469-2.024-2.267-4.15-4.397-6.313-6.531-3.407-3.361-6.575-6.837-9.687-10.469-2.74-3.07-5.692-5.919-8.622-8.808-2.61-2.648-5.022-5.43-7.437-8.254-1.877-2.107-3.856-4.065-5.879-6.032-6.667-6.615-10.41-12.166-11.187-21.812.236-7.207 2.653-13.34 7.566-18.621 6.107-5.26 12.724-6.627 20.585-6.635'/%3E%3C/svg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: -12px;
  left: -1px;
}
@media (max-width: 768px) {
  .foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
    width: 40px;
    height: 14px;
    margin: 0;
    flex: 0.05;
    top: 12px;
    left: -2px;
    transform: rotate(-90deg);
  }
}
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  margin: 8px auto 0 auto;
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='512' height='512'%3E%3Cpath d='M0 0 C0.69077547 -0.00205263 1.38155094 -0.00410527 2.09325901 -0.0062201 C4.41911548 -0.01189622 6.74491284 -0.0104321 9.07077503 -0.00901413 C10.75073226 -0.01159742 12.43068888 -0.01461048 14.11064464 -0.01801753 C18.73607691 -0.0260951 23.36149367 -0.02787752 27.98693216 -0.028615 C32.97208821 -0.03046424 37.95723619 -0.03801094 42.94238758 -0.04475021 C53.84736481 -0.05833956 64.75233836 -0.06435923 75.65732265 -0.06876087 C82.46501001 -0.07152235 89.27269595 -0.07575953 96.08038235 -0.08026505 C114.92460732 -0.09245863 133.76883116 -0.10275768 152.61306 -0.10614014 C153.81944085 -0.1063597 155.02582169 -0.10657927 156.26875954 -0.10680549 C158.08269041 -0.10713291 158.08269041 -0.10713291 159.93326634 -0.10746694 C162.38379109 -0.1079104 164.83431584 -0.10835697 167.28484058 -0.10880661 C169.10816262 -0.10913875 169.10816262 -0.10913875 170.96831945 -0.10947761 C190.66550827 -0.1134258 210.3626601 -0.13088007 230.05983462 -0.15416613 C250.27705805 -0.17787429 270.49426291 -0.19034175 290.71150047 -0.19150805 C302.06495923 -0.19242513 313.4183698 -0.19818561 324.7718153 -0.21632767 C334.43952009 -0.23172143 344.10716179 -0.23685339 353.7748765 -0.22858956 C358.70759086 -0.22468048 363.64017816 -0.22562535 368.57287693 -0.23964691 C373.09014497 -0.25237016 377.60719027 -0.25120213 382.12445793 -0.2390562 C383.75706048 -0.23709647 385.38967871 -0.24019037 387.0222592 -0.24890056 C397.77258732 -0.30261628 407.40738616 -0.29020501 415.65715504 7.38533401 C420.4819009 12.98705193 422.51704737 19.66883964 422.36809254 26.99470901 C421.29916169 38.02688212 412.71448604 45.76614784 405.21428394 53.11067581 C401.92804181 56.3308316 398.88683536 59.67298447 395.90324879 63.17049026 C393.19061885 66.22371948 390.25505676 69.04545926 387.34856129 71.91267776 C385.36385787 73.92573409 383.50009212 75.98589179 381.66106129 78.13142776 C378.40941501 81.92501509 374.90393034 85.40535424 371.34856129 88.91267776 C369.36385787 90.92573409 367.50009212 92.98589179 365.66106129 95.13142776 C362.40941501 98.92501509 358.90393034 102.40535424 355.34856129 105.91267776 C353.36385787 107.92573409 351.50009212 109.98589179 349.66106129 112.13142776 C346.40941501 115.92501509 342.90393034 119.40535424 339.34856129 122.91267776 C337.36385787 124.92573409 335.50009212 126.98589179 333.66106129 129.13142776 C330.40941501 132.92501509 326.90393034 136.40535424 323.34856129 139.91267776 C321.36385787 141.92573409 319.50009212 143.98589179 317.66106129 146.13142776 C314.40941501 149.92501509 310.90393034 153.40535424 307.34856129 156.91267776 C305.36385787 158.92573409 303.50009212 160.98589179 301.66106129 163.13142776 C298.40941501 166.92501509 294.90393034 170.40535424 291.34856129 173.91267776 C289.36385787 175.92573409 287.50009212 177.98589179 285.66106129 180.13142776 C282.40941501 183.92501509 278.90393034 187.40535424 275.34856129 190.91267776 C273.36385787 192.92573409 271.50009212 194.98589179 269.66106129 197.13142776 C266.40941501 200.92501509 262.90393034 204.40535424 259.34856129 207.91267776 C257.36385787 209.92573409 255.50009212 211.98589179 253.66106129 214.13142776 C250.40941501 217.92501509 246.90393034 221.40535424 243.34856129 224.91267776 C240.76164111 227.53655395 238.37722857 230.2953441 235.98137379 233.09236526 C233.19812762 236.21007879 230.20141232 239.10341882 227.21965504 242.02986526 C225.53051734 243.75426011 224.05676389 245.46661627 222.59856129 247.38142776 C215.92746185 254.90779636 207.0521898 257.46630035 197.28606129 258.56892776 C185.73833598 257.99984069 176.66697238 252.94059042 168.89153004 244.73689651 C167.36335478 243.0421059 165.85020571 241.33364423 164.35246754 239.61189651 C162.32248898 237.31414895 160.22427341 235.15247781 158.03606129 233.00642776 C155.4777738 230.48850773 153.0608647 227.91809519 150.72356129 225.19392776 C148.15440858 222.20341061 145.46788872 219.40026092 142.66106129 216.63142776 C139.25387339 213.27028295 136.08647954 209.79441573 132.97356129 206.16267776 C130.95013249 203.89504204 128.82452782 201.76565826 126.66106129 199.63142776 C123.25387339 196.27028295 120.08647954 192.79441573 116.97356129 189.16267776 C114.95013249 186.89504204 112.82452782 184.76565826 110.66106129 182.63142776 C107.25387339 179.27028295 104.08647954 175.79441573 100.97356129 172.16267776 C98.95013249 169.89504204 96.82452782 167.76565826 94.66106129 165.63142776 C91.25387339 162.27028295 88.08647954 158.79441573 84.97356129 155.16267776 C82.95013249 152.89504204 80.82452782 150.76565826 78.66106129 148.63142776 C75.25387339 145.27028295 72.08647954 141.79441573 68.97356129 138.16267776 C66.95013249 135.89504204 64.82452782 133.76565826 62.66106129 131.63142776 C59.25387339 128.27028295 56.08647954 124.79441573 52.97356129 121.16267776 C50.95013249 118.89504204 48.82452782 116.76565826 46.66106129 114.63142776 C43.25387339 111.27028295 40.08647954 107.79441573 36.97356129 104.16267776 C34.95013249 101.89504204 32.82452782 99.76565826 30.66106129 97.63142776 C27.25387339 94.27028295 24.08647954 90.79441573 20.97356129 87.16267776 C18.95013249 84.89504204 16.82452782 82.76565826 14.66106129 80.63142776 C11.25387339 77.27028295 8.08647954 73.79441573 4.97356129 70.16267776 C2.23329046 67.09168459 -0.71840773 64.243559 -3.64753246 61.35408401 C-6.25819118 58.70619666 -8.66944874 55.92489748 -11.08503246 53.10017776 C-12.9621914 50.99307732 -14.94058414 49.03555277 -16.96393871 47.06892776 C-23.6312961 40.45325532 -27.37352531 34.90255394 -28.15143871 25.25642776 C-27.91444596 18.04905992 -25.49809604 11.91595846 -20.58503246 6.63533401 C-14.47746139 1.37489808 -7.86085407 0.00794684 0 0 Z ' fill='%23000000' transform='translate(58.83893871307373,126.86857223510742)'/%3E%3C/svg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  bottom: -3px;
  left: -1px;
}
@media (max-width: 768px) {
  .foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
    width: 40px;
    height: 14px;
    margin: 0;
    bottom: initial;
    top: 12px;
    right: -1px;
    left: initial;
    flex: 0.05;
    transform: rotate(-90deg);
  }
}
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_timepicker button {
  display: none;
}
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  inset: initial;
  position: relative;
  bottom: -129px;
  overflow-y: scroll;
  border: 1px solid #e2e8f0;
  border-radius: 7px;
}
@media (max-width: 768px) {
  .foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
    inset: initial;
    bottom: -79px;
    overflow-x: scroll;
  }
}
@media (max-width: 576px) {
  .foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    inset: initial;
    height: fit-content !important;
    flex-wrap: wrap;
    border: 1px solid transparent;
  }
}
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time_variant {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
@media (max-width: 992px) {
  .foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time_variant {
    margin-left: -10px;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time_variant {
    display: flex;
    flex-direction: column;
    height: fit-content !important;
  }
}
@media (max-width: 576px) {
  .foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time_variant {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    width: fit-content;
    margin: 0;
  }
}
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time_variant .xdsoft_time {
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  background-color: rgb(255, 255, 255);
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time_variant .xdsoft_time {
    height: 100%;
  }
}
@media (max-width: 768px) {
  .foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time_variant .xdsoft_time {
    padding: 8px;
    height: fit-content;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 576px) {
  .foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time_variant .xdsoft_time {
    max-width: fit-content;
    font-size: 10px;
    padding: 4px;
    border: 1px solid #e2e8f0;
    border-radius: 7px;
  }
}
@media (max-width: 496px) {
  .foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time_variant .xdsoft_time {
    padding: 5px 8px;
    width: 100%;
  }
}
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time_variant .xdsoft_time:hover, .foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time_variant .xdsoft_time:focus {
  background-color: #3a86f8 !important;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time_variant .xdsoft_time.xdsoft_current {
  background-color: #3a86f8 !important;
}
.foryou-wrap .foryou .tab-content .tab-pane #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_scrollbar {
  display: none;
}
.foryou-wrap .foryou .tab-content .tab-pane .todos-wrap {
  background-color: rgb(255, 255, 255);
  padding: 7px 7px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .tab-content .tab-pane .todos-wrap ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-height: 240px;
  overflow-y: auto;
  padding-bottom: 7px;
}
.foryou-wrap .foryou .tab-content .tab-pane .todos-wrap ul li {
  padding: 4px 7px 4px 7px;
  border-radius: 7px;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .tab-content .tab-pane .todos-wrap ul li::before {
  display: none;
}
.foryou-wrap .foryou .tab-content .tab-pane .todos-wrap ul li .todo-link {
  font-size: 13px;
  line-height: 22px;
}
.foryou-wrap .foryou .tab-content .tab-pane .todos-wrap ul li.read {
  background-color: #e2e8f0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .tab-content .tab-pane .todos-wrap ul li.unread {
  background-color: rgb(255, 255, 255);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .tab-content .tab-pane .todos-wrap ul li:hover {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .tab-content .tab-pane .foryou {
  border-radius: 0;
}
.foryou-wrap .foryou .tab-content .tab-pane .tx-cp-company-projects {
  position: relative;
}
.foryou-wrap .foryou .tab-content .tab-pane::before {
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 9;
  backdrop-filter: blur(2px);
  border-radius: 7px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .tab-content .tab-pane:has(.field.edit) {
  position: relative;
  min-height: 400px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .tab-content .tab-pane:has(.field.edit)::before {
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou #dashboardTabContent {
  overflow: hidden;
}
.foryou-wrap .foryou #myTabContent .tab-pane {
  background-color: rgb(255, 255, 255);
  border-radius: 0 0 16px 16px;
  overflow: hidden;
}
.foryou-wrap .foryou .progress-wrap {
  margin: 0;
  overflow-x: auto;
  min-height: 0;
  max-height: 610px;
  border-radius: 0 0 16px 16px;
  overflow-y: auto;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .progress-wrap .color-details {
  background-color: rgb(255, 255, 255);
  position: absolute;
  right: 20.2px;
  top: 56.2px;
  width: fit-content;
  display: flex;
  flex-direction: row;
  display: none;
  gap: 13px;
  padding: 7px 16px;
  border-radius: 7px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .foryou-wrap .foryou .progress-wrap .color-details {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10.3px;
  }
}
.foryou-wrap .foryou .progress-wrap .color-details .color {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 13px;
}
.foryou-wrap .foryou .progress-wrap .color-details .color > div {
  width: 16px;
  height: 16px;
  border-radius: 7px;
}
.foryou-wrap .foryou .progress-wrap .color-details .color > div.pending {
  background-color: #ffc834;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .progress-wrap .color-details .color > div.in-progress {
  background-color: #3a86f8;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .progress-wrap .color-details .color > div.completed {
  background-color: #5CB338;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .progress-wrap .color-details .color > div.rejected {
  background-color: #FF8282;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .progress-wrap .progress-titles {
  position: sticky;
  top: 1px;
  z-index: 103;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #cad5e2;
  border-bottom: 1px solid #cad5e2;
  width: fit-content;
  align-items: stretch;
  height: auto;
}
.foryou-wrap .foryou .progress-wrap .progress-titles::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 98;
  backdrop-filter: blur(2px);
  border-radius: 7px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .progress-wrap .progress-titles.focused::before {
  opacity: 1;
  pointer-events: all;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .progress-wrap .progress-titles .field {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 61px;
  min-width: 135px;
  max-width: 135px;
  background-color: #f1f5f9;
  color: rgb(78, 78, 78);
  padding: 13px;
  font-weight: 400;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.01) 1px 4px 2.2px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}
.foryou-wrap .foryou .progress-wrap .progress-titles .field:first-of-type {
  position: sticky;
  left: 0;
  z-index: 99;
  border-bottom: 1px solid #cad5e2;
}
@media (max-width: 992px) {
  .foryou-wrap .foryou .progress-wrap .progress-titles .field:first-of-type {
    min-width: 121px;
    max-width: 121px;
  }
}
.foryou-wrap .foryou .progress-wrap .progress-titles .field.active {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .progress-wrap .progress-titles .field:not(:last-of-type) {
  border: 1px solid #cad5e2;
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
}
.foryou-wrap .foryou .progress-wrap .progress-titles.edit .field:first-of-type {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
}
.foryou-wrap .foryou .progress-wrap .progress-content {
  z-index: 101;
  width: fit-content;
}
.foryou-wrap .foryou .progress-wrap .progress-content form {
  width: fit-content;
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress {
  display: flex;
  height: auto;
  overflow: visible;
  border-radius: 0;
  width: fit-content;
  background-color: rgb(255, 255, 255);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress.active {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress.active .field {
  background-color: #cdf3ff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
  font-size: 16px;
  color: #4E4E4E;
  padding: 13px 13px;
  min-width: 135px;
  max-width: 135px;
  min-height: 102px;
  text-align: center;
  background-color: rgb(255, 255, 255);
  z-index: 0;
  border-right: 1px solid #cad5e2;
  border-bottom: 1px solid #cad5e2;
  border-radius: 0;
  word-break: break-all;
  user-select: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field .img-wrap {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-color: white;
  padding: 13px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease, pointer-events 0s ease;
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field .img-wrap::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(0.6px);
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field .img-wrap img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field .img-wrap .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field .img-wrap .icon::before {
  background-color: #e2e8f0;
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field .img-wrap:hover {
  pointer-events: all;
  opacity: 1;
  transition: opacity 0.3s ease, pointer-events 0s ease;
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field .img-wrap:hover::before {
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field .img-wrap:hover img {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field .img-wrap:hover .icon {
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field:first-of-type {
  position: sticky;
  left: 0;
  font-size: 18px;
  z-index: 99;
  background-color: #f1f5f9 !important;
}
@media (max-width: 992px) {
  .foryou-wrap .foryou .progress-wrap .progress-content form .progress .field:first-of-type {
    min-width: 121px;
    max-width: 121px;
    padding: 22px 13px 13px;
  }
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field > .heading, .foryou-wrap .foryou .progress-wrap .progress-content form .progress .field > .regular-6 {
  font-size: 16px;
  word-break: break-all;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field[data-editable=true] {
  cursor: pointer;
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field[data-editable=false] {
  color: rgb(78, 78, 78);
  background-color: rgb(255, 255, 255);
  cursor: not-allowed;
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field[data-editable=false] .heading,
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field[data-editable=false] .regular-6 {
  color: #888888;
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field.edit {
  min-width: 300px !important;
  max-width: 300px !important;
  background-color: rgb(255, 255, 255);
  border: 2px solid #e2e8f0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 7px;
  z-index: 9;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .foryou-wrap .foryou .progress-wrap .progress-content form .progress .field.edit {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field.edit .registration-select-dropdown {
  z-index: 99;
}
@media (max-width: 992px) {
  .foryou-wrap .foryou .progress-wrap .progress-content form .progress .field:last-of-type.edit {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}
@media (max-width: 992px) {
  .foryou-wrap .foryou .progress-wrap .progress-content form .progress .field:nth-last-child(2).edit {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field .candidate-label {
  display: none;
  width: 100%;
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field .candidate-label .candidate-input {
  border: 1px solid #E5E5E5;
  padding: 13px 20px;
  border-radius: 30px;
  width: 100%;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field .candidate-label input:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field .dropdown {
  width: 100%;
  display: none;
  position: relative;
  padding: 0;
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field .dropdown > .regular-6 {
  border: 1px solid #e2e8f0;
  border-bottom: 2px solid #e2e8f0;
  padding: 7px 13px;
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  background-color: rgb(255, 255, 255);
  color: #4E4E4E;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  position: relative;
  word-break: break-word;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field .dropdown > .regular-6 .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  margin-top: 2px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field .dropdown .dropdown-content {
  position: absolute;
  padding: 0;
  max-height: 187px;
  overflow: auto;
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field .dropdown .dropdown-content .dropdown-content-inner {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field .dropdown .dropdown-content .dropdown-content-inner .nav-item {
  padding: 0;
  margin: 0;
  border: 0;
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field .dropdown .dropdown-content .dropdown-content-inner .nav-item:not(:last-child) .dropdown-triggerr {
  border-bottom: 1px solid #e2e8f0;
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field .dropdown .dropdown-content .dropdown-content-inner .nav-item:first-child .dropdown-triggerr {
  border-top: 1px solid #e2e8f0;
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field .dropdown .dropdown-content .dropdown-content-inner .nav-item label .dropdown-span {
  text-align: left;
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field .dropdown .dropdown-content .dropdown-content-inner .nav-item .dropdown {
  display: flex !important;
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field .dropdown .dropdown-content .dropdown-content-inner .nav-item .dropdown label {
  background-color: transparent;
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field .dropdown .dropdown-content .dropdown-content-inner .nav-item .dropdown span {
  font-size: 13px;
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field .dropdown .dropdown-content .dropdown-content-inner .nav-item .dropdown-triggerr .dropdown-span {
  padding: 10px 0;
  font-size: 13px;
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field .dropdown .dropdown-content .dropdown-content-inner .nav-item .dropdown-content {
  padding: 7px 0 7px;
  position: relative;
  inset: initial;
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field .dropdown .dropdown-content .dropdown-content-inner .nav-item .dropdown-content .dropdown-label {
  padding: 0 13px;
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field .dropdown .dropdown-content .dropdown-content-inner .nav-item .dropdown-content .dropdown-label .dropdown-span {
  padding: 10px;
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field .dropdown .dropdown-content .dropdown-content-inner .nav-item > .dropdown-label {
  margin: 0;
  padding-bottom: 0;
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field .dropdown.open > .regular-6 {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field .dropdown-label {
  border-bottom: 0;
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field .dropdown-label-fw {
  display: none;
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field.pending {
  background-color: #f4ffc1;
  border-right: 1px solid rgb(255, 255, 255);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field.pending > .regular-6 {
  color: rgb(78, 78, 78);
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field.in-progress {
  background-color: #dbebfe;
  border-right: 1px solid rgb(255, 255, 255);
  border-bottom: 1px solid rgb(255, 255, 255);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field.in-progress > .regular-6 {
  color: rgb(78, 78, 78);
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field.completed {
  background-color: #dff3d4;
  border-right: 1px solid rgb(255, 255, 255);
  border-bottom: 1px solid rgb(255, 255, 255);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field.completed > .regular-6 {
  color: rgb(78, 78, 78);
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field.rejected {
  background-color: #ffdddd;
  border-right: 1px solid rgb(255, 255, 255);
  border-bottom: 1px solid rgb(255, 255, 255);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field.approved {
  background-color: #dff3d4;
  border-right: 1px solid rgb(255, 255, 255);
  border-bottom: 1px solid rgb(255, 255, 255);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field.approved > .regular-6 {
  color: rgb(78, 78, 78);
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field.active {
  background-color: rgb(255, 255, 255);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field.active > .regular-6 {
  color: #4E4E4E;
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field:hover, .foryou-wrap .foryou .progress-wrap .progress-content form .progress .field:focus {
  background-color: #e2e8f0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field:hover .img-wrap, .foryou-wrap .foryou .progress-wrap .progress-content form .progress .field:focus .img-wrap {
  pointer-events: all;
  opacity: 1;
  transition: opacity 0.3s ease, pointer-events 0s ease;
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field:has(input[type=checkbox]) .registration-select-dropdown .registration-select li {
  padding: 7px 13px 7px 16px;
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field:has(input[type=checkbox]) .registration-select-dropdown .registration-select li label {
  display: grid;
  grid-template-columns: 22px 1fr;
  align-items: center;
  gap: 13px;
  margin: 0;
  text-align: left;
  cursor: pointer;
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field:has(input[type=checkbox]) .registration-select-dropdown .registration-select li label input {
  display: none;
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field:has(input[type=checkbox]) .registration-select-dropdown .registration-select li label .i-frame {
  width: 22px;
  height: 22px;
  border-radius: 4px;
  padding: 0;
  border: 2px solid #e2e8f0;
  margin-top: 1.21px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field:has(input[type=checkbox]) .registration-select-dropdown .registration-select li label .i-frame .icon {
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field:has(input[type=checkbox]) .registration-select-dropdown .registration-select li label .i-frame .icon::before {
  width: 15px;
  height: 15px;
  background-color: white;
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field:has(input[type=checkbox]) .registration-select-dropdown .registration-select li label input:checked ~ .i-frame {
  border: 2px solid #3a86f8 !important;
  background-color: #3a86f8;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field:has(input[type=checkbox]) .registration-select-dropdown .registration-select li label input:checked ~ .i-frame .icon {
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field:has(input[type=checkbox]) .registration-select-dropdown .registration-select li.selected {
  background-color: rgb(255, 255, 255);
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress .field:has(input[type=checkbox]) .registration-select-dropdown .registration-select li:hover, .foryou-wrap .foryou .progress-wrap .progress-content form .progress .field:has(input[type=checkbox]) .registration-select-dropdown .registration-select li:focus {
  background-color: rgb(255, 255, 255);
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress a .icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 97;
  backdrop-filter: blur(2px);
  border-radius: 7px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress.focused::before {
  opacity: 1;
  pointer-events: all;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .progress-wrap .progress-content form .progress:has(.field.edit) {
  position: relative;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .progress-wrap .progress-content.edit .progress .field:first-of-type {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
}
.foryou-wrap .foryou .progress-wrap:has(.field.edit) {
  min-height: 400px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou .progress-wrap {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  --scroll-thumb: rgba(0,0,0,0.35);
  --scroll-thumb-hover: rgba(0,0,0,0.55);
  --scroll-size: 6px;
  --scroll-radius: 999px;
  scrollbar-width: thin;
  scrollbar-color: #cad5e2 transparent;
}
.foryou-wrap .foryou .progress-wrap::-webkit-scrollbar {
  width: var(--scroll-size);
  height: var(--scroll-size);
}
.foryou-wrap .foryou .progress-wrap::-webkit-scrollbar-track {
  background: transparent;
  margin: 2px 0;
}
.foryou-wrap .foryou .progress-wrap::-webkit-scrollbar-thumb {
  background-color: #92c7fe;
  border-radius: var(--scroll-radius);
  border: 0;
  box-shadow: none;
}
.foryou-wrap .foryou .progress-wrap::-webkit-scrollbar-thumb:hover {
  background-color: #5ea8fc;
}
.foryou-wrap .foryou .progress-wrap:focus {
  outline: none;
}
.foryou-wrap .foryou:has(.calender), .foryou-wrap .foryou:has(.todos) {
  border: 0;
  padding: 0;
  border-radius: 10px;
}
.foryou-wrap .foryou:has(.progress-wrap) {
  padding-top: 0;
  padding-bottom: 0;
  background-color: rgb(255, 255, 255);
  border: 1px solid #e2e8f0;
  position: relative;
  z-index: 98;
}
.foryou-wrap .foryou:has(.progress-wrap) > .heading-4:hover {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou:has(.progress-wrap) > .heading-4:hover ~ .progress-wrap .color-details {
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.foryou-wrap .foryou:has(.swiper) {
  border: 1px solid #e2e8f0;
  border-radius: 16px;
}
.foryou-wrap .foryou:has(.swiper) > .heading {
  border-radius: 16px 16px 0 0;
  border-bottom: 4px solid transparent;
}
.foryou-wrap .foryou:has(.swiper) .heading-5 {
  justify-content: center !important;
}
.foryou-wrap .foryou[class^=column-] .progress-wrap .progress-content form .progress .field.edit {
  max-width: unset;
  min-width: unset;
}
.foryou-wrap .foryou .progress-wrap.column-3 .progress-titles {
  display: grid;
  grid-template-columns: 220px 1fr 1fr;
  width: 100%;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .foryou-wrap .foryou .progress-wrap.column-3 .progress-titles {
    width: fit-content;
    grid-template-columns: 160px 160px 160px;
  }
}
.foryou-wrap .foryou .progress-wrap.column-3 .progress-titles .field {
  min-width: 100%;
  max-width: 100%;
}
.foryou-wrap .foryou .progress-wrap.column-3 .progress-titles .field:first-child {
  min-width: 220px;
  max-width: 220px;
}
@media (max-width: 768px) {
  .foryou-wrap .foryou .progress-wrap.column-3 .progress-titles .field:first-child {
    min-width: 160px;
    max-width: 160px;
  }
}
.foryou-wrap .foryou .progress-wrap.column-3 .progress-content {
  width: 100%;
}
.foryou-wrap .foryou .progress-wrap.column-3 .progress-content form {
  width: 100%;
}
.foryou-wrap .foryou .progress-wrap.column-3 .progress-content form .progress {
  display: grid;
  grid-template-columns: 220px 1fr 1fr;
  width: 100%;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .foryou-wrap .foryou .progress-wrap.column-3 .progress-content form .progress {
    grid-template-columns: 160px 160px 160px;
  }
}
.foryou-wrap .foryou .progress-wrap.column-3 .progress-content form .progress .field {
  max-width: 100%;
}
.foryou-wrap .foryou .progress-wrap.column-3 .progress-content form .progress .field:first-child {
  min-width: 220px;
  max-width: 220px;
}
@media (max-width: 992px) {
  .foryou-wrap .foryou .progress-wrap.column-3 .progress-content form .progress .field:first-child {
    min-width: 160px;
    max-width: 160px;
  }
}
.foryou-wrap .foryou .progress-wrap.column-4 .progress-titles {
  display: grid;
  grid-template-columns: 220px 1fr 1fr 1fr;
  width: 100%;
  justify-content: flex-start;
}
@media (max-width: 1400px) {
  .foryou-wrap .foryou .progress-wrap.column-4 .progress-titles {
    width: fit-content;
  }
}
@media (max-width: 992px) {
  .foryou-wrap .foryou .progress-wrap.column-4 .progress-titles {
    width: fit-content;
    grid-template-columns: 160px 1fr 1fr 1fr;
  }
}
.foryou-wrap .foryou .progress-wrap.column-4 .progress-titles .field {
  max-width: 100%;
}
@media (max-width: 992px) {
  .foryou-wrap .foryou .progress-wrap.column-4 .progress-titles .field {
    min-width: 220px;
  }
}
.foryou-wrap .foryou .progress-wrap.column-4 .progress-titles .field:first-child {
  min-width: 220px;
  max-width: 220px;
}
@media (max-width: 992px) {
  .foryou-wrap .foryou .progress-wrap.column-4 .progress-titles .field:first-child {
    min-width: 160px;
    max-width: 160px;
  }
}
.foryou-wrap .foryou .progress-wrap.column-4 .progress-content {
  width: 100%;
}
@media (max-width: 1400px) {
  .foryou-wrap .foryou .progress-wrap.column-4 .progress-content {
    width: fit-content;
  }
}
.foryou-wrap .foryou .progress-wrap.column-4 .progress-content form {
  width: 100%;
}
.foryou-wrap .foryou .progress-wrap.column-4 .progress-content form .progress {
  display: grid;
  grid-template-columns: 220px 1fr 1fr 1fr;
  width: 100%;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .foryou-wrap .foryou .progress-wrap.column-4 .progress-content form .progress {
    grid-template-columns: 160px 1fr 1fr 1fr;
  }
}
.foryou-wrap .foryou .progress-wrap.column-4 .progress-content form .progress .field {
  max-width: 100%;
}
@media (max-width: 992px) {
  .foryou-wrap .foryou .progress-wrap.column-4 .progress-content form .progress .field {
    min-width: 220px;
  }
}
.foryou-wrap .foryou .progress-wrap.column-4 .progress-content form .progress .field:first-child {
  min-width: 220px;
  max-width: 220px;
}
@media (max-width: 992px) {
  .foryou-wrap .foryou .progress-wrap.column-4 .progress-content form .progress .field:first-child {
    min-width: 160px;
    max-width: 160px;
  }
}
.foryou-wrap .foryou .progress-wrap.column-5 .progress-titles {
  display: grid;
  grid-template-columns: 220px 1fr 1fr 1fr 1fr;
  width: 100%;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .foryou-wrap .foryou .progress-wrap.column-5 .progress-titles {
    width: fit-content;
    grid-template-columns: 160px 160px 160px 160px 160px;
  }
}
.foryou-wrap .foryou .progress-wrap.column-5 .progress-titles .field {
  min-width: 100%;
  max-width: 100%;
}
.foryou-wrap .foryou .progress-wrap.column-5 .progress-titles .field:first-child {
  min-width: 220px;
  max-width: 220px;
}
@media (max-width: 992px) {
  .foryou-wrap .foryou .progress-wrap.column-5 .progress-titles .field:first-child {
    min-width: 160px;
    max-width: 160px;
  }
}
.foryou-wrap .foryou .progress-wrap.column-5 .progress-content {
  width: 100%;
}
.foryou-wrap .foryou .progress-wrap.column-5 .progress-content form {
  width: 100%;
}
.foryou-wrap .foryou .progress-wrap.column-5 .progress-content form .progress {
  display: grid;
  grid-template-columns: 220px 1fr 1fr 1fr 1fr;
  width: 100%;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .foryou-wrap .foryou .progress-wrap.column-5 .progress-content form .progress {
    grid-template-columns: 160px 160px 160px 160px 160px;
  }
}
.foryou-wrap .foryou .progress-wrap.column-5 .progress-content form .progress .field {
  max-width: 100%;
}
.foryou-wrap .foryou .progress-wrap.column-5 .progress-content form .progress .field:first-child {
  min-width: 220px;
  max-width: 220px;
}
@media (max-width: 992px) {
  .foryou-wrap .foryou .progress-wrap.column-5 .progress-content form .progress .field:first-child {
    min-width: 160px;
    max-width: 160px;
  }
}
.foryou-wrap .foryou .progress-wrap.column-6 .progress-titles {
  display: grid;
  grid-template-columns: 220px 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  justify-content: flex-start;
}
@media (max-width: 1200px) {
  .foryou-wrap .foryou .progress-wrap.column-6 .progress-titles {
    width: fit-content;
    grid-template-columns: 160px 160px 160px 160px 160px 160px;
  }
}
.foryou-wrap .foryou .progress-wrap.column-6 .progress-titles .field {
  min-width: 100%;
  max-width: 100%;
}
.foryou-wrap .foryou .progress-wrap.column-6 .progress-titles .field:first-child {
  min-width: 220px;
  max-width: 220px;
}
@media (max-width: 1200px) {
  .foryou-wrap .foryou .progress-wrap.column-6 .progress-titles .field:first-child {
    min-width: 160px;
    max-width: 160px;
  }
}
.foryou-wrap .foryou .progress-wrap.column-6 .progress-content {
  width: 100%;
}
.foryou-wrap .foryou .progress-wrap.column-6 .progress-content form {
  width: 100%;
}
.foryou-wrap .foryou .progress-wrap.column-6 .progress-content form .progress {
  display: grid;
  grid-template-columns: 220px 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  justify-content: flex-start;
}
@media (max-width: 1200px) {
  .foryou-wrap .foryou .progress-wrap.column-6 .progress-content form .progress {
    grid-template-columns: 160px 160px 160px 160px 160px 160px;
  }
}
.foryou-wrap .foryou .progress-wrap.column-6 .progress-content form .progress .field {
  max-width: 100%;
}
.foryou-wrap .foryou .progress-wrap.column-6 .progress-content form .progress .field:first-child {
  min-width: 220px;
  max-width: 220px;
}
@media (max-width: 1200px) {
  .foryou-wrap .foryou .progress-wrap.column-6 .progress-content form .progress .field:first-child {
    min-width: 160px;
    max-width: 160px;
  }
}
.foryou-wrap .foryou .progress-wrap.column-7 .progress-titles {
  display: grid;
  grid-template-columns: 220px 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  justify-content: flex-start;
}
@media (max-width: 1200px) {
  .foryou-wrap .foryou .progress-wrap.column-7 .progress-titles {
    width: fit-content;
    grid-template-columns: 160px 160px 160px 160px 160px 160px 160px;
  }
}
.foryou-wrap .foryou .progress-wrap.column-7 .progress-titles .field {
  min-width: 100%;
  max-width: 100%;
}
.foryou-wrap .foryou .progress-wrap.column-7 .progress-titles .field:first-child {
  min-width: 220px;
  max-width: 220px;
}
@media (max-width: 1200px) {
  .foryou-wrap .foryou .progress-wrap.column-7 .progress-titles .field:first-child {
    min-width: 160px;
    max-width: 160px;
  }
}
.foryou-wrap .foryou .progress-wrap.column-7 .progress-content {
  width: 100%;
}
.foryou-wrap .foryou .progress-wrap.column-7 .progress-content form {
  width: 100%;
}
.foryou-wrap .foryou .progress-wrap.column-7 .progress-content form .progress {
  display: grid;
  grid-template-columns: 220px 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  justify-content: flex-start;
}
@media (max-width: 1200px) {
  .foryou-wrap .foryou .progress-wrap.column-7 .progress-content form .progress {
    grid-template-columns: 160px 160px 160px 160px 160px 160px 160px;
  }
}
.foryou-wrap .foryou .progress-wrap.column-7 .progress-content form .progress .field {
  max-width: 100%;
}
.foryou-wrap .foryou .progress-wrap.column-7 .progress-content form .progress .field:first-child {
  min-width: 220px;
  max-width: 220px;
}
@media (max-width: 1200px) {
  .foryou-wrap .foryou .progress-wrap.column-7 .progress-content form .progress .field:first-child {
    min-width: 160px;
    max-width: 160px;
  }
}
.foryou-wrap .foryou .progress-wrap.column-8 .progress-titles {
  display: grid;
  grid-template-columns: 220px 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  justify-content: flex-start;
}
@media (max-width: 1400px) {
  .foryou-wrap .foryou .progress-wrap.column-8 .progress-titles {
    width: fit-content;
    grid-template-columns: 160px 160px 160px 160px 160px 160px 160px 160px;
  }
}
.foryou-wrap .foryou .progress-wrap.column-8 .progress-titles .field {
  min-width: 100%;
  max-width: 100%;
}
.foryou-wrap .foryou .progress-wrap.column-8 .progress-titles .field:first-child {
  min-width: 220px;
  max-width: 220px;
}
@media (max-width: 1400px) {
  .foryou-wrap .foryou .progress-wrap.column-8 .progress-titles .field:first-child {
    min-width: 160px;
    max-width: 160px;
  }
}
.foryou-wrap .foryou .progress-wrap.column-8 .progress-content {
  width: 100%;
}
.foryou-wrap .foryou .progress-wrap.column-8 .progress-content form {
  width: 100%;
}
.foryou-wrap .foryou .progress-wrap.column-8 .progress-content form .progress {
  display: grid;
  grid-template-columns: 220px 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  justify-content: flex-start;
}
@media (max-width: 1400px) {
  .foryou-wrap .foryou .progress-wrap.column-8 .progress-content form .progress {
    grid-template-columns: 160px 160px 160px 160px 160px 160px 160px 160px;
  }
}
.foryou-wrap .foryou .progress-wrap.column-8 .progress-content form .progress .field {
  max-width: 100%;
}
.foryou-wrap .foryou .progress-wrap.column-8 .progress-content form .progress .field:first-child {
  min-width: 220px;
  max-width: 220px;
}
@media (max-width: 1400px) {
  .foryou-wrap .foryou .progress-wrap.column-8 .progress-content form .progress .field:first-child {
    min-width: 160px;
    max-width: 160px;
  }
}
.foryou-wrap .foryou .progress-wrap.column-9 .progress-titles {
  display: grid;
  grid-template-columns: 220px 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  justify-content: flex-start;
}
@media (max-width: 1400px) {
  .foryou-wrap .foryou .progress-wrap.column-9 .progress-titles {
    width: fit-content;
    grid-template-columns: 160px 160px 160px 160px 160px 160px 160px 160px 160px;
  }
}
.foryou-wrap .foryou .progress-wrap.column-9 .progress-titles .field {
  min-width: 100%;
  max-width: 100%;
}
.foryou-wrap .foryou .progress-wrap.column-9 .progress-titles .field:first-child {
  min-width: 220px;
  max-width: 220px;
}
@media (max-width: 1400px) {
  .foryou-wrap .foryou .progress-wrap.column-9 .progress-titles .field:first-child {
    min-width: 160px;
    max-width: 160px;
  }
}
.foryou-wrap .foryou .progress-wrap.column-9 .progress-content {
  width: 100%;
}
.foryou-wrap .foryou .progress-wrap.column-9 .progress-content form {
  width: 100%;
}
.foryou-wrap .foryou .progress-wrap.column-9 .progress-content form .progress {
  display: grid;
  grid-template-columns: 220px 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  justify-content: flex-start;
}
@media (max-width: 1400px) {
  .foryou-wrap .foryou .progress-wrap.column-9 .progress-content form .progress {
    grid-template-columns: 160px 160px 160px 160px 160px 160px 160px 160px 160px;
  }
}
.foryou-wrap .foryou .progress-wrap.column-9 .progress-content form .progress .field {
  max-width: 100%;
}
.foryou-wrap .foryou .progress-wrap.column-9 .progress-content form .progress .field:first-child {
  min-width: 220px;
  max-width: 220px;
}
@media (max-width: 1400px) {
  .foryou-wrap .foryou .progress-wrap.column-9 .progress-content form .progress .field:first-child {
    min-width: 160px;
    max-width: 160px;
  }
}
.foryou-wrap .foryou .progress-wrap:has(.accordion) .progress-titles {
  grid-template-columns: 220px 220px 1fr;
}
@media (max-width: 1200px) {
  .foryou-wrap .foryou .progress-wrap:has(.accordion) .progress-titles {
    grid-template-columns: 25% 25% 1fr;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .foryou-wrap .foryou .progress-wrap:has(.accordion) .progress-titles {
    display: flex;
    width: fit-content;
  }
}
.foryou-wrap .foryou .progress-wrap:has(.accordion) .progress-titles .field {
  width: 100%;
  min-width: 100%;
  min-height: 70px;
}
@media (max-width: 768px) {
  .foryou-wrap .foryou .progress-wrap:has(.accordion) .progress-titles .field {
    min-width: 130px !important;
    width: 130px !important;
  }
}
.foryou-wrap .foryou .progress-wrap:has(.accordion) .progress-titles .field:first-child {
  width: 100%;
  min-width: 100%;
}
.foryou-wrap .foryou .progress-wrap:has(.accordion) .progress-titles .field:not(:last-of-type) {
  border: 0;
  border-right: 1px solid #cad5e2;
}
@media (max-width: 768px) {
  .foryou-wrap .foryou .progress-wrap:has(.accordion) .progress-titles .field:last-child {
    min-width: 310px !important;
    width: 310px !important;
  }
}
.foryou-wrap .foryou .progress-wrap:has(.accordion) .progress-content form .progress {
  grid-template-columns: 220px 220px 1fr;
}
@media (max-width: 1200px) {
  .foryou-wrap .foryou .progress-wrap:has(.accordion) .progress-content form .progress {
    grid-template-columns: 25% 25% 1fr;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .foryou-wrap .foryou .progress-wrap:has(.accordion) .progress-content form .progress {
    display: flex;
    width: fit-content;
  }
}
.foryou-wrap .foryou .progress-wrap:has(.accordion) .progress-content form .progress .field {
  width: 100%;
  min-width: 100%;
  min-height: 70px;
  border-color: rgba(158, 158, 158, 0.5333333333);
  padding: 13px;
  padding-top: 26px;
  color: rgb(78, 78, 78);
  justify-content: unset;
  background-color: rgb(255, 255, 255);
}
@media (max-width: 768px) {
  .foryou-wrap .foryou .progress-wrap:has(.accordion) .progress-content form .progress .field {
    min-width: 130px !important;
    width: 130px !important;
  }
}
.foryou-wrap .foryou .progress-wrap:has(.accordion) .progress-content form .progress .field .candidate-list-wrap {
  width: 100%;
  height: 100%;
}
.foryou-wrap .foryou .progress-wrap:has(.accordion) .progress-content form .progress .field .candidate-list-wrap .accordion .accordion-trigger {
  max-height: 70px;
  height: 100%;
  border: 0;
  border-bottom: 1px solid rgba(158, 158, 158, 0.5333333333);
}
.foryou-wrap .foryou .progress-wrap:has(.accordion) .progress-content form .progress .field .candidate-list-wrap .accordion.open .accordion-trigger {
  border: 0;
  border-bottom: 1px solid rgba(158, 158, 158, 0.5333333333);
}
.foryou-wrap .foryou .progress-wrap:has(.accordion) .progress-content form .progress .field .candidate-list-wrap .accordion.open .accordion-content {
  border: 0;
}
.foryou-wrap .foryou .progress-wrap:has(.accordion) .progress-content form .progress .field:has(.accordion) {
  padding-top: 13px;
}
.foryou-wrap .foryou .progress-wrap:has(.accordion) .progress-content form .progress .field:first-child {
  width: 100%;
  min-width: 100%;
  box-shadow: none;
}
.foryou-wrap .foryou .progress-wrap:has(.accordion) .progress-content form .progress .field:not(:last-of-type) {
  border-right: 1px solid rgba(158, 158, 158, 0.5333333333);
}
.foryou-wrap .foryou .progress-wrap:has(.accordion) .progress-content form .progress .field:last-child {
  border-right: 0px solid transparent;
}
@media (max-width: 768px) {
  .foryou-wrap .foryou .progress-wrap:has(.accordion) .progress-content form .progress .field:last-child {
    min-width: 310px !important;
    width: 310px !important;
  }
}
.foryou-wrap .foryou .progress-wrap:has(.accordion.open) .progress-content form .progress .field {
  justify-content: flex-start;
}
.foryou-wrap .foryou .progress-wrap:has(.accordion.open) .progress-content form .progress .field:has(.accordion.open) {
  padding-top: 13px;
}
.foryou-wrap .list-inner {
  border-radius: 7px;
}
.foryou-wrap .list-inner .header {
  border: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 3.1px 3.1px 2.6px;
}
.foryou-wrap .list-inner .header .filter-wrap .heading-4,
.foryou-wrap .list-inner .header .filter-wrap .regular-4 {
  font-size: 20px;
  font-weight: 600;
}
.foryou-wrap .list-inner .TableWrap {
  max-height: 410px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 3.1px 3.1px 2.6px;
}
.foryou-wrap.span-2 {
  grid-column: span 2/span 2;
}

.sec-list {
  margin: 16px 0;
}
.list-inner {
  position: relative;
  max-width: 100%;
}
.list-inner .header {
  position: sticky;
  left: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.list-inner .header .filter-wrap {
  gap: 7px;
  position: relative;
  padding: 13px 22px;
  margin: 0;
}
@media (max-width: 992px) {
  .list-inner .header .filter-wrap {
    padding: 22px;
    border-collapse: collapse;
  }
}
@media (max-width: 768px) {
  .list-inner .header .filter-wrap {
    grid-template-columns: 1fr 1fr max-content;
    gap: 16px 7px;
  }
}
.list-inner .header .filter-wrap .CustomButton {
  color: rgb(255, 255, 255);
}
@media (max-width: 992px) {
  .list-inner .header .filter-wrap .CustomButton {
    justify-items: center;
  }
}
@media (max-width: 992px) {
  .list-inner .header .filter-wrap .CustomButton.search {
    display: none;
  }
}
.list-inner .header .filter-wrap .CustomButton .icon::before {
  background-color: rgb(255, 255, 255);
}
.list-inner .header .filter-wrap .CustomButton:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(78, 78, 78);
}
.list-inner .header .filter-wrap .CustomButton:hover .icon::before {
  background-color: rgb(78, 78, 78);
}
.list-inner .header .filter-wrap .search {
  box-shadow: none;
  overflow: visible;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.list-inner .header .filter-wrap .search .search-dropdown-menu {
  position: absolute;
  left: 50%;
  bottom: -67px;
  width: 100%;
  height: fit-content;
  min-width: fit-content;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  border-radius: 13px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.list-inner .header .filter-wrap .search .search-dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #e2e8f0;
}
.list-inner .header .filter-wrap .search .search-dropdown-menu li a {
  display: block;
  font-size: 10px;
  padding: 2px 12px;
  text-decoration: none;
  background-color: rgba(56, 175, 165, 0.6823529412);
  backdrop-filter: blur(10px);
  color: rgb(255, 255, 255);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.list-inner .header .filter-wrap .search .search-dropdown-menu li a:hover {
  background-color: #339e95;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.list-inner .header .filter-wrap .search .search-dropdown-menu li.active a {
  background-color: #339e95;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.list-inner .header .filter-wrap .search.active .search-dropdown-menu {
  pointer-events: all;
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.list-inner .header .filter-wrap .icon {
  width: 16px;
  height: 16px;
}
.list-inner .GlobalFilter {
  border-radius: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  border: 2px solid rgb(255, 255, 255);
  border-top: 0;
  box-shadow: rgba(0, 0, 0, 0.31) 3.1px 3.1px 2.6px;
  margin-bottom: 10px;
}
.list-inner .GlobalFilter .filter-wrap {
  gap: 13px 7px;
}
@media (max-width: 1200px) {
  .list-inner .GlobalFilter .filter-wrap {
    max-width: 310px;
  }
}
@media (max-width: 992px) {
  .list-inner .GlobalFilter .filter-wrap {
    width: 100%;
    opacity: 1;
    pointer-events: all;
  }
}
@media (max-width: 768px) {
  .list-inner .GlobalFilter .filter-wrap {
    max-width: 100%;
    width: 100%;
    margin: 0;
    opacity: 1;
    pointer-events: all;
  }
}
@media (max-width: 576px) {
  .list-inner .GlobalFilter .filter-wrap {
    order: 1;
  }
}
@media (max-width: 992px) {
  .list-inner .GlobalFilter .filter-wrap .BtnWrap {
    width: 100%;
    grid-column: span 2/span 2;
    margin-left: auto;
    justify-content: flex-end;
  }
}
@media (max-width: 768px) {
  .list-inner .GlobalFilter .filter-wrap .BtnWrap {
    grid-column: span 1/span 1;
  }
}
.list-inner .student-courselist-wrap {
  min-height: 149px;
  margin-bottom: 0;
  background-color: rgb(255, 255, 255);
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .list-inner .student-courselist-wrap {
    width: 1200px;
  }
}
@media (max-width: 992px) {
  .list-inner .student-courselist-wrap {
    width: 992px;
  }
}
.list-inner .student-courselist-wrap .course-toggle {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.list-inner .student-courselist-wrap .course-toggle .icon {
  width: 10px;
  height: 10px;
  opacity: 1;
}
.list-inner .student-courselist-wrap .course-toggle span {
  font-size: 13px;
}
.list-inner .student-courselist-wrap .course-toggle:hover {
  text-decoration: none;
}
.list-inner .student-courselist-wrap .student-courselist-titles {
  display: grid;
  grid-template-columns: 52px 1fr 1fr 1fr 1fr 25% 25%;
  position: sticky;
  top: 0;
  z-index: 7;
  background-color: #e2e8f0;
}
.list-inner .student-courselist-wrap .student-courselist-titles p {
  font-size: 13px;
  color: rgb(0, 0, 0);
  font-weight: 400;
  padding: 0.75rem;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.list-inner .student-courselist-wrap .student-courselist-titles p:not(:last-child) {
  border-right: 1px solid rgb(255, 255, 255);
}
.list-inner .student-courselist-wrap .student-courselist-content {
  display: grid;
  grid-template-columns: 52px 1fr 1fr 1fr 1fr 25% 25%;
  align-items: center;
}
.list-inner .student-courselist-wrap .student-courselist-content p {
  font-size: 13px;
  font-weight: 300;
  padding: 0.75rem;
  color: #888;
}
.list-inner .student-courselist-wrap .student-courselist-content a {
  color: rgb(0, 0, 0);
}
.list-inner .student-courselist-wrap .student-courselist-content .accordion .accordion-trigger {
  border-top: 0;
  border-bottom: 0;
  min-height: 52px;
  font-weight: 300;
  border: 0;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}
.list-inner .student-courselist-wrap .student-courselist-content .accordion .accordion-trigger .icon::before {
  background-color: #3a86f8;
}
.list-inner .student-courselist-wrap .student-courselist-content .accordion .accordion-content {
  width: 100%;
}
.list-inner .student-courselist-wrap .student-courselist-content .accordion .accordion-content ul li {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.list-inner .student-courselist-wrap .student-courselist-content .accordion .accordion-content ul li.active {
  background-color: #e2e8f0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.list-inner .student-courselist-wrap .student-courselist-content .accordion.open .accordion-trigger {
  border-top: 0px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}
.list-inner .student-courselist-wrap .student-courselist-content .CourseDetails {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.list-inner .student-courselist-wrap .student-courselist-content .CourseDetails .CourseDetails-block {
  display: grid;
  grid-template-columns: 130px 1fr;
  align-items: center;
  gap: 7px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #e2e8f0;
}
@media (max-width: 468px) {
  .list-inner .student-courselist-wrap .student-courselist-content .CourseDetails .CourseDetails-block {
    word-break: break-all;
  }
}
.list-inner .student-courselist-wrap .student-courselist-content .CourseDetails .CourseDetails-block p {
  width: 100%;
  height: 100%;
  padding: 7px;
}
.list-inner .student-courselist-wrap .student-courselist-content .CourseDetails .CourseDetails-block p:not(:last-child) {
  border-right: 1px solid #e2e8f0;
}
.list-inner .student-courselist-wrap .student-courselist-content .CourseDetails .CourseDetails-block:first-child {
  border-top: 0px solid #e2e8f0;
}
.list-inner .student-courselist-wrap .student-courselist-content .CourseDetails .CourseDetails-block:last-child {
  border-bottom: 0px solid #e2e8f0;
}
.list-inner .student-courselist-wrap .student-courselist-content .CourseDetails:first-child {
  display: flex;
}
.list-inner .student-courselist-wrap .student-courselist-content:has(.accordion.open) .CourseDetails .CourseDetails-block:first-child {
  border-top: 1px solid #e2e8f0;
}
.list-inner .student-courselist-wrap .student-courselist-content:has(.accordion.open) .CourseDetails .CourseDetails-block:last-child {
  border-bottom: 1px solid #e2e8f0;
}
.list-inner .student-courselist-wrap .student-courselist-content > * {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #e2e8f0;
}
.list-inner .student-courselist-wrap .student-courselist-content > *:not(:last-child) {
  border-right: 1px solid #e2e8f0;
}
.list-inner .student-courselist-wrap .student-courselist-content:not(:last-child) {
  border-bottom: 2px solid #e2e8f0;
}
.list-inner .student-courselist-wrap .no-static-data-message {
  display: none;
}
.list-inner .no-inquiry {
  display: none;
  background-color: white;
  padding: 13px;
}
.list-inner .no-inquiry p {
  font-size: 13px;
  color: #888;
  font-weight: 300;
}
.list-inner .TableWrap {
  background-color: rgb(255, 255, 255);
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  max-height: 52vh;
  overflow-x: auto;
  box-shadow: rgba(0, 0, 0, 0.1) 3.1px 3.1px 2.6px;
}
.list-inner table {
  margin-bottom: 0;
  background-color: rgb(255, 255, 255);
  border-collapse: collapse;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
}
@media (max-width: 992px) {
  .list-inner table {
    width: 992px;
  }
}
.list-inner table thead {
  position: sticky;
  top: -1px;
  z-index: 1;
  background-color: #e2e8f0;
  border-top: 2px solid rgb(255, 255, 255);
}
.list-inner table thead tr {
  border-bottom: 1px solid #e2e8f0;
}
.list-inner table thead tr th {
  vertical-align: middle;
}
.list-inner table thead tr th p {
  font-size: 13px;
  color: rgb(0, 0, 0);
  font-weight: 400;
}
.list-inner table thead tr th:not(:last-child) {
  border-right: 1px solid rgb(255, 255, 255);
}
.list-inner table thead tr th:first-child p {
  margin: auto;
}
.list-inner table thead tr th:last-child p {
  margin: auto;
}
.list-inner table thead tr.titles th p {
  white-space: nowrap;
}
.list-inner table tbody {
  position: relative;
  z-index: 0;
  background-color: rgb(255, 255, 255);
}
.list-inner table tbody tr {
  border-bottom: 1px solid #e2e8f0;
}
.list-inner table tbody tr td p {
  font-size: 13px;
  color: #888;
  font-weight: 300;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.list-inner table tbody tr td:not(:last-child) {
  border-right: 1px solid #e2e8f0;
}
.list-inner table tbody tr td:first-child p {
  margin: auto;
}
.list-inner table tbody tr td:has(.accordion) {
  padding: 0;
}
.list-inner table tbody tr td:has(.favorite) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  user-select: auto;
  min-height: 52px;
  border: 0;
  position: relative;
}
.list-inner table tbody tr td:has(.favorite) .favorite {
  position: relative;
  cursor: pointer;
}
.list-inner table tbody tr td:has(.favorite) .favorite a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 4;
  pointer-events: all;
}
.list-inner table tbody tr td:has(.favorite) .favorite .icon {
  width: 20px;
  height: 20px;
  opacity: 1;
}
.list-inner table tbody tr td:has(.favorite) .favorite .icon::before {
  background-color: rgb(78, 78, 78) !important;
}
.list-inner table tbody tr td:has(.favorite) .favorite .icon-heartsmall {
  opacity: 0;
}
.list-inner table tbody tr td:has(.favorite) .favorite .icon-heartsmall::before {
  background-color: #3a86f8 !important;
}
.list-inner table tbody tr td:has(.favorite) .favorite.active .icon-heart::before {
  background-color: #3a86f8 !important;
}
.list-inner table tbody tr td:has(a) a {
  color: #5ea8fc !important;
  font-weight: 300;
}
.list-inner table tbody tr td:has(a) a:hover {
  color: #3a86f8 !important;
}
.list-inner table tbody tr td:has(a) a p {
  color: #5ea8fc !important;
  font-weight: 300;
}
.list-inner table tbody tr td:has(a) a p:hover {
  color: #3a86f8 !important;
}
.list-inner table tbody tr td .accordion {
  margin: auto;
}
.list-inner table tbody tr td .accordion .accordion-trigger {
  font-size: 13px;
  color: #888;
  font-weight: 300;
  border: 1px solid transparent;
}
.list-inner table tbody tr td .accordion .accordion-content {
  border: 1px solid transparent;
}
.list-inner table tbody tr td .accordion .accordion-content ul li::before {
  font-size: 13px;
  color: #888;
  font-weight: 300;
  top: 7px;
  transform: translate(0);
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
}
.list-inner table tbody tr td .accordion .accordion-content ul li span {
  font-size: 11px;
  color: #888;
}
.list-inner table tbody tr td .accordion.open .accordion-trigger {
  border-bottom: 1px solid #e2e8f0;
}
.list-inner table tbody tr td .accordion.open .accordion-content {
  border: 1px solid transparent;
}
.list-inner table tbody tr td .inquiry-link {
  font-size: 13px;
  color: #888;
  font-weight: 300;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.list-inner table tbody tr td .inquiry-link.inquiry-link {
  display: grid;
  grid-template-columns: max-content max-content;
  gap: 7px;
}
.list-inner table tbody tr td .inquiry-link .icon {
  width: 10px;
  height: 10px;
  margin: auto;
  opacity: 0;
  transform: translateX(-4px);
  -webkit-transform: translateX(-4px);
  -moz-transform: translateX(-4px);
  -ms-transform: translateX(-4px);
  -o-transform: translateX(-4px);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.list-inner table tbody tr td:hover .inquiry-link {
  text-decoration: underline;
}
.list-inner table tbody tr td:hover .inquiry-link .icon {
  opacity: 1;
  transform: translateX(4px);
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.list-inner table tbody tr td:hover a:has(.icon-shortlist) .icon {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.list-inner table tbody tr.active a .icon::before {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.list-inner table tbody tr.highlight p {
  color: rgb(0, 0, 0);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.list-inner table tbody tr.highlight a {
  color: rgb(0, 0, 0);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.list-inner table tbody tr:has(.no-static-data-message) {
  display: table-row;
}
.list-inner table tbody tr:has(.no-static-data-message) .no-static-data-message {
  display: block;
}
.list-inner table tbody:has(tr:nth-child(2)) tr:has(.no-static-data-message) {
  display: none;
}
.list-inner:has(.GlobalFilter.open) .header {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: rgba(0, 0, 0, 0.31) 3.1px 3.1px 2.6px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.list-inner:has(.GlobalFilter.open) > [class*=-filter] {
  border-radius: 0;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.31) 3.1px 2.1px 2.6px;
  margin-bottom: 10px;
}

.sec-candidate-list {
  margin: 16px 0;
}
.candidate-list {
  padding: 0 22px 9px;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  min-height: 322px;
  overflow-x: hidden;
  position: relative;
}
.candidate-list .header {
  position: sticky;
  top: 0;
  padding: 16px 0 0;
  background-color: rgba(56, 175, 165, 0.1);
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(4px);
  box-shadow: none;
  z-index: 2;
  align-items: flex-start;
}
.candidate-list .header::after {
  display: none;
}
.candidate-list .header h4, .candidate-list .header .h4, .candidate-list .header .regular-4 {
  padding-bottom: 16px;
}
.candidate-list .heading-4 {
  line-height: normal;
}
.candidate-list .CustomButton {
  white-space: nowrap !important;
  min-width: fit-content !important;
}
.candidate-list .CustomButton[data-filter=all] {
  display: flex !important;
}
.candidate-list .BtnWrap {
  overflow-x: auto;
  width: 100%;
}
.candidate-list .BtnWrap .BtnWrap-inner {
  display: flex;
  justify-content: flex-start;
  gap: 13px;
  padding: 0 0 16px;
  border-bottom: 1px solid #e2e8f0;
  position: relative;
  transition: none;
  width: 100%;
  position: relative;
}
.candidate-list > .BtnWrap {
  margin: 22px 0;
  justify-content: center;
}
.candidate-list > .BtnWrap .CustomButton {
  box-shadow: none;
}
.candidate-list:has(.active) .filter-wrap .CustomButton[data-filter="*"] {
  padding-right: 40px;
}
.candidate-list:has(.active) .filter-wrap .CustomButton[data-filter="*"] .icon {
  right: 16px;
  opacity: 1;
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.candidate-list .student-list-wrap {
  margin-top: 22px;
}
.candidate-list .student-list-wrap .student-list {
  display: block;
  min-width: fit-content;
  min-height: 76px;
  margin: 0 7px 13px 0;
}
@media (max-width: 500px) {
  .candidate-list .student-list-wrap .student-list {
    min-width: 100%;
    width: 100%;
  }
}
.candidate-list .student-list-wrap .student-list .student-list-link {
  display: grid;
  grid-template-columns: 61px 1fr;
  align-items: center;
  gap: 13px;
  padding: 13px 22px 13px 16px;
  width: fit-content;
  height: 100%;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  background-color: #f1f5f9;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .candidate-list .student-list-wrap .student-list .student-list-link {
    width: 100%;
  }
}
.candidate-list .student-list-wrap .student-list .student-list-link img {
  width: 61px;
  height: 61px;
  object-fit: cover;
  border-radius: 50%;
}
.candidate-list .student-list-wrap .student-list .student-list-link p {
  color: rgb(78, 78, 78);
  position: relative;
  font-weight: 300;
  text-align: center;
  line-height: 16px;
}
.candidate-list .student-list-wrap .student-list .student-list-link p.city {
  padding-right: 7px;
  border-right: 1px solid rgb(78, 78, 78);
  justify-self: flex-end;
}
.candidate-list .student-list-wrap .student-list .student-list-link p.name {
  font-weight: 600;
  grid-column: span 2/span 2;
}
.candidate-list .student-list-wrap .student-list .student-list-link p.userstatus {
  padding-left: 7px;
  justify-self: flex-start;
}
.candidate-list .student-list-wrap .student-list .student-list-link .user-status-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  gap: 7px 0;
  width: fit-content;
  height: fit-content;
  margin: auto;
}
.candidate-list .student-list-wrap .student-list .tng {
  position: absolute;
  right: 0;
  top: 0.5px;
  z-index: 1;
  width: fit-content;
  height: fit-content;
  border-radius: 0 16px 0 16px;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  padding: 2.2px;
  overflow: hidden;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.candidate-list .student-list-wrap .student-list .tng .icon-bg,
.candidate-list .student-list-wrap .student-list .tng .icon {
  width: 22px;
  height: 22px;
}
.candidate-list .student-list-wrap .student-list .tng .icon::before {
  background-color: #3a86f8;
}
.candidate-list .student-list-wrap .student-list:hover .student-list-link {
  background-color: #92c7fe;
  transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.candidate-list .student-list-wrap .student-list:hover .tng {
  transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.candidate-list .student-list-wrap .student-list.active .student-list-link {
  background-color: #bedcff;
  transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.candidate-list .student-list-wrap .student-list.active .student-list-link .user-status-wrap .name {
  text-decoration: underline;
}
.candidate-list .student-list-wrap .student-list.active .tng {
  transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.candidate-list .no-static-data-message {
  display: none;
}

.sec-hireflix-list {
  margin: 16px 0;
}
.sec-hireflix-list .container .hireflix-list-inner .header {
  margin-bottom: 10px;
}
.sec-hireflix-list .container .hireflix-list-inner .hireflix .hireflix-group {
  border: 1px solid #e2e8f0;
  border-radius: 16px;
}
.sec-hireflix-list .container .hireflix-list-inner .BtnWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 13px auto;
}

.sec-companyselection-locationlist {
  margin: 16px 0;
  scroll-margin-top: 500px;
}
@media (max-width: 992px) {
  .sec-companyselection-locationlist .container .companyselection-locationlist-inner {
    overflow-x: scroll;
  }
}
.sec-companyselection-locationlist .container .companyselection-locationlist-inner > .header {
  margin-bottom: 10px;
}
.sec-companyselection-locationlist .container .companyselection-locationlist-inner > .heading-4 {
  color: rgb(255, 255, 255);
  background: linear-gradient(61deg, rgb(61, 134, 236) 97%, rgb(43, 242, 209) 100%);
  padding: 31px 20px;
  text-align: center;
  width: 100%;
  border-radius: 7px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid rgb(255, 255, 255);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  position: sticky;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .sec-companyselection-locationlist .container .companyselection-locationlist-inner > .heading-4 {
    position: sticky;
    top: 0;
    left: 0;
  }
}
.sec-companyselection-locationlist .container .companyselection-locationlist-inner > .heading-4::after {
  content: "";
  position: absolute;
  left: -75px;
  top: -20px;
  z-index: 1;
  width: 20px;
  height: 155px;
  background: rgb(255, 255, 255);
  border: 0px solid rgb(255, 255, 255);
  opacity: 0.8;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: flash 6s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.sec-companyselection-locationlist .container .companyselection-locationlist-inner .TableWrap {
  background-color: rgb(255, 255, 255);
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  overflow-x: auto;
  box-shadow: rgba(0, 0, 0, 0.1) 3.1px 3.1px 2.6px;
}
.sec-companyselection-locationlist .container .companyselection-locationlist-inner .TableWrap table {
  border: 1px solid #e2e8f0;
}
@media (max-width: 992px) {
  .sec-companyselection-locationlist .container .companyselection-locationlist-inner .TableWrap table {
    width: 930px;
    max-height: 600px;
  }
}
.sec-companyselection-locationlist .container .companyselection-locationlist-inner .TableWrap table thead tr th {
  padding: 16px 13px;
  text-align: left;
}
.sec-companyselection-locationlist .container .companyselection-locationlist-inner .TableWrap table thead tr th:not(:last-child) {
  border-right: 1px solid #e2e8f0;
}
.sec-companyselection-locationlist .container .companyselection-locationlist-inner .TableWrap table tbody tr th {
  text-align: left;
}
.sec-companyselection-locationlist .container .companyselection-locationlist-inner .TableWrap table tbody tr th:not(:last-child) {
  border-right: 1px solid #e2e8f0;
}
.sec-companyselection-locationlist .container .companyselection-locationlist-inner .TableWrap table tbody tr td {
  text-align: left;
}
.sec-companyselection-locationlist .container .companyselection-locationlist-inner .TableWrap table tbody tr td:last-child a {
  text-decoration: none;
  color: #3a86f8;
}
.sec-companyselection-locationlist .container .companyselection-locationlist-inner .TableWrap table tbody tr td:not(:last-child) {
  border-right: 1px solid #e2e8f0;
}
@media (max-width: 768px) {
  .sec-companyselection-locationlist .container .companyselection-locationlist-inner .TableWrap table th,
  .sec-companyselection-locationlist .container .companyselection-locationlist-inner .TableWrap table td {
    font-size: 13px;
  }
}
.sec-companyselection-locationlist .container .companyselection-locationlist-inner .BtnWrap {
  justify-content: center;
  padding: 13px 0 22px;
}
@media (max-width: 992px) {
  .sec-companyselection-locationlist .container .companyselection-locationlist-inner .BtnWrap {
    width: 930px;
  }
}
.sec-calender {
  margin: 16px 0;
}
.sec-calender .container .booked-tooltip {
  position: fixed;
  top: 22%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  background-color: #ffc834;
  color: #4E4E4E;
  padding: 5px;
  border-radius: 7px;
  z-index: 13;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: all 0.2s ease;
}
.sec-calender .container .calender-inner {
  border-radius: 16px;
}
.sec-calender .container .calender-inner .header .filter-wrap {
  flex-direction: column;
  gap: 0;
  border: 0;
}
.sec-calender .container .calender-inner #calendar {
  margin: 4px 0 20px;
  margin: 0 0 20px;
  text-align: center;
  background-color: rgb(255, 255, 255);
  border-radius: 16px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding: 20px 22px;
  position: relative;
  min-height: 528px;
  border-radius: 16px;
  border: 2px solid rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.13) -0.05px -0.05px 7px;
}
@media (max-width: 992px) {
  .sec-calender .container .calender-inner #calendar {
    min-height: fit-content;
  }
}
@media (max-width: 768px) {
  .sec-calender .container .calender-inner #calendar {
    padding: 10px;
  }
}
@media (max-width: 576px) {
  .sec-calender .container .calender-inner #calendar {
    overflow-x: auto;
  }
}
.sec-calender .container .calender-inner #calendar::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.121);
  z-index: 3;
  backdrop-filter: blur(2px);
  border-radius: 7px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-calender .container .calender-inner #calendar:has(.company-interview-dates.open)::before {
  opacity: 1;
  pointer-events: all;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-calender .container .calender-inner #calendar .date-choice-label {
  width: 100%;
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker {
  display: grid;
  grid-template-columns: 1fr 130px;
  gap: 10px;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
}
@media (max-width: 1200px) {
  .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker {
    grid-template-columns: 1fr 70px;
  }
}
@media (max-width: 576px) {
  .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker {
    display: flex;
    flex-direction: column;
  }
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker {
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 22px 22px 22px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  position: relative;
  width: calc(100% + 142px);
  height: fit-content;
  max-height: fit-content;
  min-height: 38px;
}
@media (max-width: 1200px) {
  .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker {
    width: calc(100% + 76px);
  }
}
@media (max-width: 768px) {
  .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker {
    padding: 10px;
  }
}
@media (max-width: 576px) {
  .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker {
    width: 100%;
  }
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_today_button,
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_next, .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_prev {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
  width: 38px;
  height: 38px;
  padding: 13px;
  margin: 0;
  color: rgb(255, 255, 255);
  font-weight: 100;
  white-space: unset !important;
  background-color: rgb(255, 255, 255);
  background-image: none !important;
  border: 1px solid #4E4E4E !important;
  border-radius: 50%;
  opacity: 1;
  box-shadow: 0px 0px 0px 0px #000 inset;
  box-shadow: 0px 0px 0px 0px #000 inset;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 576px) {
  .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_today_button,
  .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_next, .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_prev {
    width: 31px;
    height: 31px;
    padding: 7px;
  }
}
@media (max-width: 468px) {
  .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_today_button,
  .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_next, .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_prev {
    width: 22px;
    height: 22px;
  }
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_today_button::after,
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_next::after, .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_prev::after {
  content: "";
  position: absolute;
  left: -75px;
  top: -50px;
  z-index: 1;
  width: 20px;
  height: 155px;
  background: rgb(255, 255, 255);
  border: 0px solid rgb(255, 255, 255);
  opacity: 0.8;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1); /*easeOutCirc*/
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_today_button:hover::after, .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_today_button:focus::after, .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_today_button:active::after,
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_next:hover::after,
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_next:focus::after,
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_next:active::after, .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_prev:hover::after, .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_prev:focus::after, .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_prev:active::after {
  background: #3a86f8;
  border: 1px solid rgb(255, 255, 255);
  opacity: 0;
  left: 120%;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_prev {
  position: relative;
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_prev::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 31px);
  height: 100%;
  pointer-events: none;
  background-color: rgb(0, 0, 0);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10' transform='scale(-1 1)'%3E%3Cpath fill='rgba(51,51,51,0.95)' d='M6 5a1 1 0 0 1-.293.707l-4 4A1 1 0 1 1 .293 8.293L3.586 5 .293 1.707A1 1 0 1 1 1.707.293l4 4A1 1 0 0 1 6 5'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10' transform='scale(-1 1)'%3E%3Cpath fill='rgba(51,51,51,0.95)' d='M6 5a1 1 0 0 1-.293.707l-4 4A1 1 0 1 1 .293 8.293L3.586 5 .293 1.707A1 1 0 1 1 1.707.293l4 4A1 1 0 0 1 6 5'/%3E%3C/svg%3E");
}
@media (max-width: 576px) {
  .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_prev::before {
    width: 7px;
    height: 7px;
  }
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_next {
  position: relative;
  margin-left: auto;
  z-index: 2;
}
@media (max-width: 576px) {
  .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_next {
    margin-left: 7px;
  }
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_next::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 31px);
  height: 100%;
  pointer-events: none;
  background-color: rgb(0, 0, 0);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10'%3E%3Cpath fill='rgba(51,51,51,0.95)' d='M6 5a1 1 0 0 1-.293.707l-4 4A1 1 0 1 1 .293 8.293L3.586 5 .293 1.707A1 1 0 1 1 1.707.293l4 4A1 1 0 0 1 6 5Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10'%3E%3Cpath fill='rgba(51,51,51,0.95)' d='M6 5a1 1 0 0 1-.293.707l-4 4A1 1 0 1 1 .293 8.293L3.586 5 .293 1.707A1 1 0 1 1 1.707.293l4 4A1 1 0 0 1 6 5Z'/%3E%3C/svg%3E");
}
@media (max-width: 576px) {
  .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_next::before {
    width: 7px;
    height: 7px;
  }
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_today_button {
  margin-left: 16px;
  position: relative;
}
@media (max-width: 576px) {
  .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_today_button {
    margin-left: 7px;
  }
}
@media (max-width: 468px) {
  .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_today_button {
    display: none;
  }
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_today_button::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 22px);
  height: 100%;
  pointer-events: none;
  background-color: rgb(0, 0, 0);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M264.7 33.534c4.448 3.104 8.157 7.037 11.974 10.866l2.607 2.591q3.568 3.55 7.125 7.11 3.846 3.84 7.7 7.673 8.411 8.38 16.809 16.773 5.246 5.24 10.496 10.48c9.692 9.672 19.384 19.347 29.068 29.029l1.877 1.876 3.765 3.764 1.889 1.888 1.89 1.89a25655 25655 0 0 0 30.372 30.304 24238 24238 0 0 1 31.193 31.135q8.744 8.747 17.51 17.472 7.464 7.426 14.897 14.88a1819 1819 0 0 0 7.602 7.586 1503 1503 0 0 1 8.233 8.241l2.437 2.398c4.8 4.872 8.635 9.393 8.944 16.562-.359 4.93-1.946 8.211-5.088 11.948-4.285 3.603-8.389 5.247-14 5-7.242-1.953-11.256-5.553-16.44-10.84l-2.46-2.445c-2.709-2.702-5.4-5.42-8.092-8.14q-2.91-2.914-5.826-5.823a4810 4810 0 0 1-12.511-12.553 8993 8993 0 0 0-18.09-18.148 22389 22389 0 0 1-29.352-29.445 31143 31143 0 0 0-28.501-28.603l-1.777-1.781-8.825-8.844A84361 84361 0 0 1 257 73c-3.06 1.366-5.156 2.91-7.512 5.283l-2.066 2.065-2.245 2.275-2.405 2.412q-3.997 4.017-7.984 8.045l-5.721 5.75q-6.168 6.197-12.328 12.403c-6.494 6.54-12.998 13.07-19.503 19.599l-6.679 6.703-1.686 1.692a55374 55374 0 0 0-18.991 19.072l-1.754 1.761a38805 38805 0 0 0-28.1 28.269q-14.424 14.52-28.88 29.009a6928 6928 0 0 0-17.796 17.9 3619 3619 0 0 1-12.21 12.264q-3.529 3.527-7.033 7.08c-2.536 2.57-5.09 5.12-7.649 7.668l-2.211 2.268C59.69 269.005 55.429 271.988 49 273c-6.28-.375-10.726-2.217-15-7-2.42-4.421-3.403-8.556-2.625-13.563 2.593-8.577 11.065-15.027 17.234-21.2l2.55-2.563q3.473-3.488 6.952-6.974 3.761-3.773 7.52-7.548a27082 27082 0 0 1 23.245-23.31 75183 75183 0 0 1 39.225-39.293l1.849-1.851a28752 28752 0 0 0 29.664-29.752 23634 23634 0 0 1 30.497-30.568 9365 9365 0 0 0 17.107-17.155q7.265-7.31 14.562-14.59 3.722-3.71 7.421-7.444c2.677-2.699 5.368-5.382 8.064-8.062l2.343-2.385c7.183-7.079 15.344-11.745 25.092-6.208M102 288c4.965 2.305 7.43 5.216 10 10 .567 3.406.534 6.76.498 10.205l.017 3.073q.015 3.294.001 6.59c-.012 3.486 0 6.972.016 10.459.027 6.155.033 12.31.031 18.465-.002 9.826.012 19.651.056 29.477.01 3.417.001 6.834-.009 10.25.016 17.343 1.182 33.4 13.578 46.86 11.197 10.015 24.325 13.779 39.076 13.761l2.439.01q4.023.01 8.045.011l5.787.015q7.848.019 15.696.024l9.82.012q15.384.02 30.768.027 17.719.007 35.437.05 13.721.034 27.443.034 8.182 0 16.366.025 7.706.023 15.412.01 2.814-.002 5.628.013c17.036.085 30.76-1.662 45.145-11.621 11.034-11.034 15.925-24.234 16.018-39.654l-.013-2.867.011-3.108q.01-3.312.008-6.626.002-5.245.03-10.492.067-14.905.077-29.812c.005-6.093.03-12.186.065-18.28q.015-3.475.007-6.952c-.007-3.235.01-6.47.033-9.706l-.025-2.89c.07-5.634.761-8.903 4.539-13.363 3.82-3.628 6.883-4.31 12-4.5 5.117.19 8.18.872 12 4.5 4.655 5.395 4.572 10.034 4.518 16.984l.02 3.324c.018 3.624.007 7.247-.007 10.872l.012 7.594a3389 3389 0 0 1-.022 15.933c-.021 6.1-.014 12.199.008 18.298.02 5.903.018 11.806.006 17.71q-.004 3.74.01 7.48c.07 23.523-2.61 43.316-18.545 61.805l-1.574 2.008c-12.14 14.991-30.996 24.188-50.018 26.277-9.82.828-19.593.863-29.439.86l-5.661.01q-7.637.014-15.273.012-4.785.001-9.569.006-16.726.013-33.454.012-15.533.001-31.067.026-13.387.019-26.776.018-7.974-.002-15.947.013-7.504.014-15.008.003-2.736-.003-5.47.007c-27.417.086-51.889-4.444-72.357-23.872-3.53-3.514-6.547-7.297-9.387-11.38l-1.64-2.355c-8.025-12.422-11.663-26.482-11.65-41.106l-.02-3.403c-.02-3.694-.024-7.388-.026-11.081l-.02-7.725q-.017-8.082-.015-16.164c.002-6.22-.02-12.438-.051-18.657-.03-6-.037-11.999-.035-17.998a1485 1485 0 0 0-.027-7.638 1199 1199 0 0 1-.002-10.67l-.034-3.184c.052-6.012.536-9.43 4.52-14.019 5.271-5.008 11.108-4.928 18-4'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M264.7 33.534c4.448 3.104 8.157 7.037 11.974 10.866l2.607 2.591q3.568 3.55 7.125 7.11 3.846 3.84 7.7 7.673 8.411 8.38 16.809 16.773 5.246 5.24 10.496 10.48c9.692 9.672 19.384 19.347 29.068 29.029l1.877 1.876 3.765 3.764 1.889 1.888 1.89 1.89a25655 25655 0 0 0 30.372 30.304 24238 24238 0 0 1 31.193 31.135q8.744 8.747 17.51 17.472 7.464 7.426 14.897 14.88a1819 1819 0 0 0 7.602 7.586 1503 1503 0 0 1 8.233 8.241l2.437 2.398c4.8 4.872 8.635 9.393 8.944 16.562-.359 4.93-1.946 8.211-5.088 11.948-4.285 3.603-8.389 5.247-14 5-7.242-1.953-11.256-5.553-16.44-10.84l-2.46-2.445c-2.709-2.702-5.4-5.42-8.092-8.14q-2.91-2.914-5.826-5.823a4810 4810 0 0 1-12.511-12.553 8993 8993 0 0 0-18.09-18.148 22389 22389 0 0 1-29.352-29.445 31143 31143 0 0 0-28.501-28.603l-1.777-1.781-8.825-8.844A84361 84361 0 0 1 257 73c-3.06 1.366-5.156 2.91-7.512 5.283l-2.066 2.065-2.245 2.275-2.405 2.412q-3.997 4.017-7.984 8.045l-5.721 5.75q-6.168 6.197-12.328 12.403c-6.494 6.54-12.998 13.07-19.503 19.599l-6.679 6.703-1.686 1.692a55374 55374 0 0 0-18.991 19.072l-1.754 1.761a38805 38805 0 0 0-28.1 28.269q-14.424 14.52-28.88 29.009a6928 6928 0 0 0-17.796 17.9 3619 3619 0 0 1-12.21 12.264q-3.529 3.527-7.033 7.08c-2.536 2.57-5.09 5.12-7.649 7.668l-2.211 2.268C59.69 269.005 55.429 271.988 49 273c-6.28-.375-10.726-2.217-15-7-2.42-4.421-3.403-8.556-2.625-13.563 2.593-8.577 11.065-15.027 17.234-21.2l2.55-2.563q3.473-3.488 6.952-6.974 3.761-3.773 7.52-7.548a27082 27082 0 0 1 23.245-23.31 75183 75183 0 0 1 39.225-39.293l1.849-1.851a28752 28752 0 0 0 29.664-29.752 23634 23634 0 0 1 30.497-30.568 9365 9365 0 0 0 17.107-17.155q7.265-7.31 14.562-14.59 3.722-3.71 7.421-7.444c2.677-2.699 5.368-5.382 8.064-8.062l2.343-2.385c7.183-7.079 15.344-11.745 25.092-6.208M102 288c4.965 2.305 7.43 5.216 10 10 .567 3.406.534 6.76.498 10.205l.017 3.073q.015 3.294.001 6.59c-.012 3.486 0 6.972.016 10.459.027 6.155.033 12.31.031 18.465-.002 9.826.012 19.651.056 29.477.01 3.417.001 6.834-.009 10.25.016 17.343 1.182 33.4 13.578 46.86 11.197 10.015 24.325 13.779 39.076 13.761l2.439.01q4.023.01 8.045.011l5.787.015q7.848.019 15.696.024l9.82.012q15.384.02 30.768.027 17.719.007 35.437.05 13.721.034 27.443.034 8.182 0 16.366.025 7.706.023 15.412.01 2.814-.002 5.628.013c17.036.085 30.76-1.662 45.145-11.621 11.034-11.034 15.925-24.234 16.018-39.654l-.013-2.867.011-3.108q.01-3.312.008-6.626.002-5.245.03-10.492.067-14.905.077-29.812c.005-6.093.03-12.186.065-18.28q.015-3.475.007-6.952c-.007-3.235.01-6.47.033-9.706l-.025-2.89c.07-5.634.761-8.903 4.539-13.363 3.82-3.628 6.883-4.31 12-4.5 5.117.19 8.18.872 12 4.5 4.655 5.395 4.572 10.034 4.518 16.984l.02 3.324c.018 3.624.007 7.247-.007 10.872l.012 7.594a3389 3389 0 0 1-.022 15.933c-.021 6.1-.014 12.199.008 18.298.02 5.903.018 11.806.006 17.71q-.004 3.74.01 7.48c.07 23.523-2.61 43.316-18.545 61.805l-1.574 2.008c-12.14 14.991-30.996 24.188-50.018 26.277-9.82.828-19.593.863-29.439.86l-5.661.01q-7.637.014-15.273.012-4.785.001-9.569.006-16.726.013-33.454.012-15.533.001-31.067.026-13.387.019-26.776.018-7.974-.002-15.947.013-7.504.014-15.008.003-2.736-.003-5.47.007c-27.417.086-51.889-4.444-72.357-23.872-3.53-3.514-6.547-7.297-9.387-11.38l-1.64-2.355c-8.025-12.422-11.663-26.482-11.65-41.106l-.02-3.403c-.02-3.694-.024-7.388-.026-11.081l-.02-7.725q-.017-8.082-.015-16.164c.002-6.22-.02-12.438-.051-18.657-.03-6-.037-11.999-.035-17.998a1485 1485 0 0 0-.027-7.638 1199 1199 0 0 1-.002-10.67l-.034-3.184c.052-6.012.536-9.43 4.52-14.019 5.271-5.008 11.108-4.928 18-4'/%3E%3C/svg%3E");
}
@media (max-width: 576px) {
  .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_today_button::before {
    width: 7px;
    height: 7px;
  }
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 7px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  width: 100%;
  padding: 13px;
  margin-left: 22px;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_label {
    padding: 4px;
  }
}
@media (max-width: 576px) {
  .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_label {
    margin-left: 7px;
  }
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_label span {
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  color: #4E4E4E;
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_label i {
  margin-top: 4px;
  opacity: 1;
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_label.xdsoft_month {
  max-width: 220px;
  z-index: 1;
}
@media (max-width: 768px) {
  .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_label.xdsoft_month {
    max-width: 130px;
  }
}
@media (max-width: 468px) {
  .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_label.xdsoft_month {
    padding: 4px 0;
  }
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_label.xdsoft_month span {
  font-size: 25px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_label.xdsoft_month span {
    font-size: 13px;
  }
}
@media (max-width: 468px) {
  .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_label.xdsoft_month span {
    font-size: 10px;
  }
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_label.xdsoft_year {
  max-width: 130px;
  margin-left: 13px;
  z-index: 1;
}
@media (max-width: 768px) {
  .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_label.xdsoft_year {
    max-width: 70px;
  }
}
@media (max-width: 576px) {
  .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_label.xdsoft_year {
    margin-left: 7px;
  }
}
@media (max-width: 468px) {
  .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_label.xdsoft_year {
    padding: 4px 0;
  }
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_label.xdsoft_year span {
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_label.xdsoft_year span {
    font-size: 13px;
  }
}
@media (max-width: 468px) {
  .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_label.xdsoft_year span {
    font-size: 10px;
  }
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_label .xdsoft_select {
  inset: initial;
  top: 10px;
  top: 50px;
  width: 100%;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  max-height: 274px;
}
@media (max-width: 768px) {
  .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_label .xdsoft_select {
    top: 31px;
  }
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_label .xdsoft_select .xdsoft_option {
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  text-align: center;
  padding: 8.5px 4px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_label .xdsoft_select .xdsoft_option:not(:last-child) {
  border-bottom: 1px solid #e2e8f0;
}
@media (max-width: 768px) {
  .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_label .xdsoft_select .xdsoft_option {
    font-size: 13px;
  }
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_label .xdsoft_select .xdsoft_option:hover {
  background-color: #3a86f8;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_label .xdsoft_select .xdsoft_scrollbar {
  width: 4px;
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_label .xdsoft_select .xdsoft_option.xdsoft_current {
  background-color: #3a86f8;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xdsoft_label:hover span {
  text-decoration: none;
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar {
  padding-top: 20px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar {
    padding-top: 10px;
  }
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table {
  border-radius: 8px;
  border: 2px solid transparent;
  border-collapse: separate;
  border-spacing: 10px;
}
@media (max-width: 576px) {
  .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table {
    border-spacing: 4px;
  }
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table > thead {
  background-color: rgb(255, 255, 255);
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table > thead tr {
  margin-bottom: 10px;
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table > thead tr th {
  background-color: transparent;
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  background-color: transparent;
  font-weight: normal;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  padding: 10px;
  color: #4E4E4E;
  font-size: 18px;
}
@media (max-width: 768px) {
  .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table > thead tr th {
    font-size: 13px;
    padding: 7px;
  }
}
@media (max-width: 576px) {
  .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table > thead tr th {
    font-size: 10px;
    padding: 4px;
  }
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table > thead tr td {
  border-radius: 8px;
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr {
  margin-top: 10px;
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr td {
  background-color: transparent;
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  background: none;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 10px;
  color: #4E4E4E;
  box-shadow: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr td {
    padding: 7px;
  }
}
@media (max-width: 576px) {
  .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr td {
    width: 10%;
    padding: 4px;
  }
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr td:hover, .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr td:focus {
  box-shadow: rgba(0, 0, 0, 0.1) 3.1px 3.1px 2.6px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr:has(.xdsoft_disabled) {
  cursor: no-drop;
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr:has(.xdsoft_disabled) td.xdsoft_disabled {
  background-color: #f1f5f9;
  color: #90a1b9;
  border: 1px solid #e2e8f0;
  cursor: no-drop;
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr:has(.xdsoft_disabled) td.xdsoft_disabled:hover, .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr:has(.xdsoft_disabled) td.xdsoft_disabled:focus {
  background-color: #f1f5f9;
  color: #90a1b9;
  border: 1px solid #e2e8f0;
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr:has(.xdsoft_today) td.xdsoft_today {
  background-color: #e2e8f0;
  color: rgb(0, 0, 0);
  border: 2px solid rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.1) 3.1px 3.1px 2.6px;
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr:has(.xdsoft_today) td.xdsoft_today:hover, .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr:has(.xdsoft_today) td.xdsoft_today:focus, .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr:has(.xdsoft_today) td.xdsoft_today:active {
  background-color: #cad5e2;
  color: rgb(0, 0, 0);
  border: 2px solid rgb(255, 255, 255);
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr:has(.event-day) td.event-day {
  background-color: #92c7fe;
  color: rgb(255, 255, 255);
  border: 2px solid #5ea8fc;
  box-shadow: rgba(0, 0, 0, 0.1) 3.1px 3.1px 2.6px;
  position: relative;
  overflow: hidden;
  padding-right: 18.4px;
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr:has(.event-day) td.event-day::after {
  right: 7px;
  top: 49.9%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 10px;
  height: 10px;
  pointer-events: none;
  background: rgb(255, 255, 255);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10'%3E%3Cpath fill='rgba(51,51,51,0.95)' d='M6 5a1 1 0 0 1-.293.707l-4 4A1 1 0 1 1 .293 8.293L3.586 5 .293 1.707A1 1 0 1 1 1.707.293l4 4A1 1 0 0 1 6 5Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10'%3E%3Cpath fill='rgba(51,51,51,0.95)' d='M6 5a1 1 0 0 1-.293.707l-4 4A1 1 0 1 1 .293 8.293L3.586 5 .293 1.707A1 1 0 1 1 1.707.293l4 4A1 1 0 0 1 6 5Z'/%3E%3C/svg%3E");
}
@media (max-width: 576px) {
  .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr:has(.event-day) td.event-day::after {
    width: 7px;
    height: 7px;
  }
}
@media (max-width: 468px) {
  .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr:has(.event-day) td.event-day::after {
    right: 4px;
  }
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr:has(.event-day) td.event-day::before {
  content: "";
  position: absolute;
  left: -75px;
  top: -50px;
  z-index: 1;
  width: 20px;
  height: 155px;
  background: rgb(255, 255, 255);
  border: 0px solid rgb(255, 255, 255);
  opacity: 0.8;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1); /*easeOutCirc*/
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr:has(.event-day) td.event-day:hover, .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr:has(.event-day) td.event-day:focus, .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr:has(.event-day) td.event-day:active {
  background-color: #5ea8fc;
  color: rgb(255, 255, 255);
  border: 2px solid #3a86f8;
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr:has(.event-day) td.event-day:hover::before, .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr:has(.event-day) td.event-day:focus::before, .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr:has(.event-day) td.event-day:active::before {
  background: #00ab94;
  border: 1px solid rgb(255, 255, 255);
  opacity: 0;
  left: 120%;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr:has(.booked) td.booked {
  color: #4E4E4E;
  background-color: #f2ff0d;
  border: 1px solid #ffff00;
  cursor: no-drop;
  position: relative;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 3.1px 3.1px 2.6px;
  padding-right: 18.4px;
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr:has(.booked) td.booked:hover, .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr:has(.booked) td.booked:focus, .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr:has(.booked) td.booked:active {
  color: #4E4E4E;
  background-color: #ffff00;
  border: 1px solid #d1bf00;
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr:has(.selected-date) .selected-date {
  background-color: #3a86f8 !important;
  color: rgb(255, 255, 255) !important;
  border: 2px solid rgb(255, 255, 255) !important;
  box-shadow: rgba(0, 0, 0, 0.1) 3.1px 3.1px 2.6px !important;
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr:has(.selected-date) .selected-date:hover, .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr:has(.selected-date) .selected-date:focus, .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody tr:has(.selected-date) .selected-date:active {
  background-color: #5ea8fc !important;
  color: rgb(255, 255, 255) !important;
  border: 2px solid rgb(255, 255, 255) !important;
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_timepicker {
  width: 130px;
  margin: 0;
}
@media (max-width: 1200px) {
  .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_timepicker {
    width: 70px;
  }
}
@media (max-width: 768px) {
  .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_timepicker {
    order: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0px;
    position: relative;
  }
}
@media (max-width: 576px) {
  .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_timepicker {
    width: 100%;
  }
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  margin: 8px auto 0 auto;
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' transform='rotate(180)'%3E%3Cpath d='m58.839 126.869 2.093-.007q3.489-.006 6.978-.002l5.04-.01q6.937-.011 13.876-.01c4.985-.002 9.97-.01 14.955-.016q16.357-.02 32.715-.024 10.212-.005 20.423-.012 28.267-.019 56.533-.026h7.32l7.352-.002h3.683q29.546-.009 59.092-.046 30.325-.035 60.651-.037 17.03.001 34.06-.025 14.502-.023 29.004-.012 7.399.008 14.798-.011 6.775-.019 13.551 0 2.45.004 4.898-.01c10.75-.053 20.385-.04 28.635 7.635 4.825 5.602 6.86 12.283 6.711 19.61-1.069 11.031-9.654 18.77-17.154 26.115-3.286 3.22-6.327 6.563-9.31 10.06-2.713 3.053-5.649 5.875-8.555 8.742A120 120 0 0 0 440.5 205c-3.252 3.794-6.757 7.274-10.312 10.781A120 120 0 0 0 424.5 222c-3.252 3.794-6.757 7.274-10.312 10.781A120 120 0 0 0 408.5 239c-3.252 3.794-6.757 7.274-10.312 10.781A120 120 0 0 0 392.5 256c-3.252 3.794-6.757 7.274-10.312 10.781A120 120 0 0 0 376.5 273c-3.252 3.794-6.757 7.274-10.312 10.781A120 120 0 0 0 360.5 290c-3.252 3.794-6.757 7.274-10.312 10.781A120 120 0 0 0 344.5 307c-3.252 3.794-6.757 7.274-10.312 10.781A120 120 0 0 0 328.5 324c-3.252 3.794-6.757 7.274-10.312 10.781A120 120 0 0 0 312.5 341c-3.252 3.794-6.757 7.274-10.312 10.781-2.587 2.624-4.972 5.383-7.368 8.18-2.783 3.118-5.78 6.011-8.761 8.937a56 56 0 0 0-4.621 5.352c-6.672 7.526-15.547 10.085-25.313 11.187-11.548-.569-20.62-5.628-28.395-13.832a384 384 0 0 1-4.539-5.125c-2.03-2.297-4.128-4.459-6.316-6.605a126 126 0 0 1-7.312-7.813c-2.57-2.99-5.256-5.793-8.063-8.562-3.407-3.361-6.575-6.837-9.687-10.469-2.024-2.267-4.15-4.397-6.313-6.531-3.407-3.361-6.575-6.837-9.687-10.469-2.024-2.267-4.15-4.397-6.313-6.531-3.407-3.361-6.575-6.837-9.687-10.469-2.024-2.267-4.15-4.397-6.313-6.531-3.407-3.361-6.575-6.837-9.687-10.469-2.024-2.267-4.15-4.397-6.313-6.531-3.407-3.361-6.575-6.837-9.687-10.469-2.024-2.267-4.15-4.397-6.313-6.531-3.407-3.361-6.575-6.837-9.687-10.469-2.024-2.267-4.15-4.397-6.313-6.531-3.407-3.361-6.575-6.837-9.687-10.469-2.024-2.267-4.15-4.397-6.313-6.531-3.407-3.361-6.575-6.837-9.687-10.469-2.024-2.267-4.15-4.397-6.313-6.531-3.407-3.361-6.575-6.837-9.687-10.469-2.74-3.07-5.692-5.919-8.622-8.808-2.61-2.648-5.022-5.43-7.437-8.254-1.877-2.107-3.856-4.065-5.879-6.032-6.667-6.615-10.41-12.166-11.187-21.812.236-7.207 2.653-13.34 7.566-18.621 6.107-5.26 12.724-6.627 20.585-6.635'/%3E%3C/svg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: -12px;
  left: -1px;
}
@media (max-width: 768px) {
  .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
    width: 40px;
    height: 14px;
    margin: 0;
    flex: 0.05;
    top: 12px;
    left: -2px;
    transform: rotate(-90deg);
  }
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  margin: 8px auto 0 auto;
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='512' height='512'%3E%3Cpath d='M0 0 C0.69077547 -0.00205263 1.38155094 -0.00410527 2.09325901 -0.0062201 C4.41911548 -0.01189622 6.74491284 -0.0104321 9.07077503 -0.00901413 C10.75073226 -0.01159742 12.43068888 -0.01461048 14.11064464 -0.01801753 C18.73607691 -0.0260951 23.36149367 -0.02787752 27.98693216 -0.028615 C32.97208821 -0.03046424 37.95723619 -0.03801094 42.94238758 -0.04475021 C53.84736481 -0.05833956 64.75233836 -0.06435923 75.65732265 -0.06876087 C82.46501001 -0.07152235 89.27269595 -0.07575953 96.08038235 -0.08026505 C114.92460732 -0.09245863 133.76883116 -0.10275768 152.61306 -0.10614014 C153.81944085 -0.1063597 155.02582169 -0.10657927 156.26875954 -0.10680549 C158.08269041 -0.10713291 158.08269041 -0.10713291 159.93326634 -0.10746694 C162.38379109 -0.1079104 164.83431584 -0.10835697 167.28484058 -0.10880661 C169.10816262 -0.10913875 169.10816262 -0.10913875 170.96831945 -0.10947761 C190.66550827 -0.1134258 210.3626601 -0.13088007 230.05983462 -0.15416613 C250.27705805 -0.17787429 270.49426291 -0.19034175 290.71150047 -0.19150805 C302.06495923 -0.19242513 313.4183698 -0.19818561 324.7718153 -0.21632767 C334.43952009 -0.23172143 344.10716179 -0.23685339 353.7748765 -0.22858956 C358.70759086 -0.22468048 363.64017816 -0.22562535 368.57287693 -0.23964691 C373.09014497 -0.25237016 377.60719027 -0.25120213 382.12445793 -0.2390562 C383.75706048 -0.23709647 385.38967871 -0.24019037 387.0222592 -0.24890056 C397.77258732 -0.30261628 407.40738616 -0.29020501 415.65715504 7.38533401 C420.4819009 12.98705193 422.51704737 19.66883964 422.36809254 26.99470901 C421.29916169 38.02688212 412.71448604 45.76614784 405.21428394 53.11067581 C401.92804181 56.3308316 398.88683536 59.67298447 395.90324879 63.17049026 C393.19061885 66.22371948 390.25505676 69.04545926 387.34856129 71.91267776 C385.36385787 73.92573409 383.50009212 75.98589179 381.66106129 78.13142776 C378.40941501 81.92501509 374.90393034 85.40535424 371.34856129 88.91267776 C369.36385787 90.92573409 367.50009212 92.98589179 365.66106129 95.13142776 C362.40941501 98.92501509 358.90393034 102.40535424 355.34856129 105.91267776 C353.36385787 107.92573409 351.50009212 109.98589179 349.66106129 112.13142776 C346.40941501 115.92501509 342.90393034 119.40535424 339.34856129 122.91267776 C337.36385787 124.92573409 335.50009212 126.98589179 333.66106129 129.13142776 C330.40941501 132.92501509 326.90393034 136.40535424 323.34856129 139.91267776 C321.36385787 141.92573409 319.50009212 143.98589179 317.66106129 146.13142776 C314.40941501 149.92501509 310.90393034 153.40535424 307.34856129 156.91267776 C305.36385787 158.92573409 303.50009212 160.98589179 301.66106129 163.13142776 C298.40941501 166.92501509 294.90393034 170.40535424 291.34856129 173.91267776 C289.36385787 175.92573409 287.50009212 177.98589179 285.66106129 180.13142776 C282.40941501 183.92501509 278.90393034 187.40535424 275.34856129 190.91267776 C273.36385787 192.92573409 271.50009212 194.98589179 269.66106129 197.13142776 C266.40941501 200.92501509 262.90393034 204.40535424 259.34856129 207.91267776 C257.36385787 209.92573409 255.50009212 211.98589179 253.66106129 214.13142776 C250.40941501 217.92501509 246.90393034 221.40535424 243.34856129 224.91267776 C240.76164111 227.53655395 238.37722857 230.2953441 235.98137379 233.09236526 C233.19812762 236.21007879 230.20141232 239.10341882 227.21965504 242.02986526 C225.53051734 243.75426011 224.05676389 245.46661627 222.59856129 247.38142776 C215.92746185 254.90779636 207.0521898 257.46630035 197.28606129 258.56892776 C185.73833598 257.99984069 176.66697238 252.94059042 168.89153004 244.73689651 C167.36335478 243.0421059 165.85020571 241.33364423 164.35246754 239.61189651 C162.32248898 237.31414895 160.22427341 235.15247781 158.03606129 233.00642776 C155.4777738 230.48850773 153.0608647 227.91809519 150.72356129 225.19392776 C148.15440858 222.20341061 145.46788872 219.40026092 142.66106129 216.63142776 C139.25387339 213.27028295 136.08647954 209.79441573 132.97356129 206.16267776 C130.95013249 203.89504204 128.82452782 201.76565826 126.66106129 199.63142776 C123.25387339 196.27028295 120.08647954 192.79441573 116.97356129 189.16267776 C114.95013249 186.89504204 112.82452782 184.76565826 110.66106129 182.63142776 C107.25387339 179.27028295 104.08647954 175.79441573 100.97356129 172.16267776 C98.95013249 169.89504204 96.82452782 167.76565826 94.66106129 165.63142776 C91.25387339 162.27028295 88.08647954 158.79441573 84.97356129 155.16267776 C82.95013249 152.89504204 80.82452782 150.76565826 78.66106129 148.63142776 C75.25387339 145.27028295 72.08647954 141.79441573 68.97356129 138.16267776 C66.95013249 135.89504204 64.82452782 133.76565826 62.66106129 131.63142776 C59.25387339 128.27028295 56.08647954 124.79441573 52.97356129 121.16267776 C50.95013249 118.89504204 48.82452782 116.76565826 46.66106129 114.63142776 C43.25387339 111.27028295 40.08647954 107.79441573 36.97356129 104.16267776 C34.95013249 101.89504204 32.82452782 99.76565826 30.66106129 97.63142776 C27.25387339 94.27028295 24.08647954 90.79441573 20.97356129 87.16267776 C18.95013249 84.89504204 16.82452782 82.76565826 14.66106129 80.63142776 C11.25387339 77.27028295 8.08647954 73.79441573 4.97356129 70.16267776 C2.23329046 67.09168459 -0.71840773 64.243559 -3.64753246 61.35408401 C-6.25819118 58.70619666 -8.66944874 55.92489748 -11.08503246 53.10017776 C-12.9621914 50.99307732 -14.94058414 49.03555277 -16.96393871 47.06892776 C-23.6312961 40.45325532 -27.37352531 34.90255394 -28.15143871 25.25642776 C-27.91444596 18.04905992 -25.49809604 11.91595846 -20.58503246 6.63533401 C-14.47746139 1.37489808 -7.86085407 0.00794684 0 0 Z ' fill='%23000000' transform='translate(58.83893871307373,126.86857223510742)'/%3E%3C/svg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  bottom: -3px;
  left: -1px;
}
@media (max-width: 768px) {
  .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
    width: 40px;
    height: 14px;
    margin: 0;
    bottom: initial;
    top: 12px;
    right: -1px;
    left: initial;
    flex: 0.05;
    transform: rotate(-90deg);
  }
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_timepicker button {
  display: none;
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  inset: initial;
  position: relative;
  bottom: -129px;
  overflow-y: scroll;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
    inset: initial;
    bottom: -79px;
    overflow-x: scroll;
  }
}
@media (max-width: 576px) {
  .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    inset: initial;
    height: fit-content !important;
    flex-wrap: wrap;
    border: 1px solid transparent;
  }
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time_variant {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
@media (max-width: 992px) {
  .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time_variant {
    margin-left: -10px;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time_variant {
    display: flex;
    flex-direction: column;
    height: fit-content !important;
  }
}
@media (max-width: 576px) {
  .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time_variant {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    width: fit-content;
    margin: 0;
  }
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time_variant .xdsoft_time {
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  background-color: rgb(255, 255, 255);
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time_variant .xdsoft_time {
    height: 100%;
  }
}
@media (max-width: 768px) {
  .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time_variant .xdsoft_time {
    padding: 8px;
    height: fit-content;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 576px) {
  .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time_variant .xdsoft_time {
    max-width: fit-content;
    padding: 4px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
  }
}
@media (max-width: 496px) {
  .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time_variant .xdsoft_time {
    padding: 5px 8px;
    width: 100%;
  }
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time_variant .xdsoft_time:last-child {
  border-bottom: 1px solid #e2e8f0;
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time_variant .xdsoft_time:hover, .sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time_variant .xdsoft_time:focus {
  background-color: #3a86f8;
  color: rgb(255, 255, 255);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time_variant .xdsoft_time.xdsoft_disabled {
  cursor: no-drop;
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time_variant .xdsoft_time.xdsoft_current {
  background-color: #bedcff;
  color: rgb(78, 78, 78);
  box-shadow: none;
  font-weight: 300;
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time_variant .xdsoft_time.selected-time {
  background-color: #3a86f8;
  color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.1) 3.1px 3.1px 2.6px;
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time_variant .xdsoft_time.Hidden {
  opacity: 0;
  transition: all 0.3s linear 0s, opacity 0.3s ease 0s;
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_scrollbar {
  display: none;
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker:has(.xdsoft_timepicker.visible) .xdsoft_timepicker .xdsoft_time_box {
  animation: shake 4s ease 0s 1 forwards normal, BorderFlash 1.3s ease 0s 1 forwards normal;
}
.sec-calender .container .calender-inner #calendar .date-choice-label .xdsoft_datetimepicker:has(.xdsoft_timepicker.visible) .xdsoft_timepicker .xdsoft_time_box .xdsoft_time {
  opacity: 1;
  transition: all 0.3s ease 0s;
}
.sec-calender .container .calender-inner #calendar .BtnWrap {
  justify-content: center;
  width: fit-content;
  margin: 16px auto 13px;
  display: none;
  transition: none;
}
.sec-calender .container .calender-inner #calendar .BtnWrap .CustomButton {
  max-width: fit-content;
}
@media (max-width: 576px) {
  .sec-calender .container .calender-inner #calendar .BtnWrap .CustomButton {
    padding: 4px 13px;
  }
}
.sec-calender .container .calender-inner #calendar .company-interview-dates {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  max-width: 430px;
  width: 100%;
  min-height: 400px;
  max-height: 400px;
  overflow: auto;
  background-color: rgb(255, 255, 255);
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.13) -0.05px -0.05px 7px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 9;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-calender .container .calender-inner #calendar .company-interview-dates.open {
  opacity: 1;
  pointer-events: all;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-calender .container .calender-inner #calendar .company-interview-dates .heading-5 {
  display: grid;
  grid-template-columns: 1fr 25px;
  font-size: 16px;
  color: #4E4E4E;
  text-align: left;
  width: 100%;
  position: relative;
  padding: 16px 31px;
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid #e2e8f0;
  position: sticky;
  top: 0;
  z-index: 1;
}
.sec-calender .container .calender-inner #calendar .company-interview-dates .heading-5 .close {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: flex-end;
  justify-self: flex-end;
  position: absolute;
  right: 7px;
  top: 7px;
  background-color: #e2e8f0;
  background: none;
  z-index: 99;
  opacity: 1;
  box-shadow: none;
  max-width: 25px;
  min-width: 25px;
  width: 25px;
  height: 25px;
  min-height: 25px;
}
.sec-calender .container .calender-inner #calendar .company-interview-dates .heading-5 .close .icon {
  width: 13px;
  height: 13px;
}
.sec-calender .container .calender-inner #calendar .company-interview-dates .heading-5 .close .icon::before {
  background-color: #4E4E4E;
}
.sec-calender .container .calender-inner #calendar .company-interview-dates .dates-wrap {
  width: 100%;
  border: 1px solid #e2e8f0;
}
.sec-calender .container .calender-inner #calendar .company-interview-dates .dates-wrap li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 7px 0;
  width: 100%;
}
.sec-calender .container .calender-inner #calendar .company-interview-dates .dates-wrap li::before {
  display: none;
}
.sec-calender .container .calender-inner #calendar .company-interview-dates .dates-wrap li span {
  font-size: 13px;
  text-align: left;
  color: #4E4E4E;
  width: fit-content;
}
.sec-calender .container .calender-inner #calendar .company-interview-dates .dates-wrap li span:nth-child(odd) {
  text-align: right;
}
.sec-calender .container .calender-inner #calendar .company-interview-dates .dates-wrap li:not(:last-child) {
  border-bottom: 1px solid #e2e8f0;
}
.sec-calender .container .calender-inner #calendar .company-interview-dates .BtnWrap {
  display: flex !important;
  margin: 0;
  width: 100%;
  gap: 13px;
  padding: 20px;
  position: sticky;
  bottom: 0;
  z-index: 1;
  background-color: rgb(255, 255, 255);
  border-top: 1px solid #e2e8f0;
  margin-top: auto;
}
.sec-calender .container .calender-inner #calendar .company-interview-dates .BtnWrap button {
  font-size: 13px;
  padding: 7px 16px;
}
.sec-calender .container .calender-inner #calendar.agent .date-choice-label .xdsoft_datetimepicker {
  grid-template-columns: 1fr;
}
.sec-calender .container .calender-inner #calendar.agent .date-choice-label .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker {
  width: 100%;
}
.sec-calender .container .calender-inner #calendar.agent .date-choice-label .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}
.sec-calender .container .calender-inner #calendar:has(.GlobalIndication) {
  padding: 0 20px 22px;
}
@media (max-width: 768px) {
  .sec-calender .container .calender-inner #calendar:has(.GlobalIndication) {
    padding: 0 10px 10px;
  }
}

.event-popup {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  backdrop-filter: blur(2px);
  background-color: rgba(0, 0, 0, 0.2156862745);
  z-index: 99;
  cursor: default;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.event-popup .popup-inner {
  display: flex;
  flex-direction: column;
  max-width: 610px;
  width: 100%;
  max-height: 400px;
  height: 100%;
  padding: 20px 20px 10px 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  overflow-y: auto;
  background-color: rgb(255, 255, 255);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  border-radius: 8px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .event-popup .popup-inner {
    width: calc(100% - 20px);
  }
}
@media (max-width: 468px) {
  .event-popup .popup-inner {
    max-width: calc(100% - 52px);
  }
}
@media only screen and (max-height: 610px) {
  .event-popup .popup-inner {
    max-height: 400px;
  }
}
.event-popup .regular-6 {
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  margin-bottom: 10px;
  text-align: left;
}
@media (max-width: 768px) {
  .event-popup .regular-6 {
    font-size: 16px;
    margin-bottom: 7px;
  }
}
.event-popup p {
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: row;
  gap: 4px;
}
.event-popup p a {
  display: block;
  color: #5ea8fc !important;
  text-align: left;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.event-popup p a:hover {
  color: #3a86f8 !important;
}
.event-popup p.company {
  font-size: 20px;
  font-weight: 400;
  color: rgb(78, 78, 78);
  margin-bottom: 4px;
}
.event-popup .event-details:not(:last-of-type) {
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.event-popup .close-btn {
  position: absolute;
  right: 7px;
  top: 10px;
  font-size: 16px;
  border: none;
  background-color: rgb(255, 255, 255);
  align-self: flex-end;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.event-popup .close-btn:hover {
  opacity: 1;
  color: rgb(0, 0, 0);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.event-popup.active {
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.sec-globalform {
  margin: 16px 0;
  scroll-margin-top: 500px;
}
.sec-globalform .container .header {
  margin-bottom: 10px;
}
.sec-globalform .container #pr-box {
  position: static;
  transform: translate(0px, 0px);
  width: 100%;
  max-width: 100%;
}

.globalform-inner {
  background-color: rgb(255, 255, 255);
  border: 1px solid #e2e8f0;
  box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 2px;
  border-radius: 16px;
}
.globalform-inner .step-1 {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.globalform-inner .step-1 .FormFieldBlocks {
  display: flex;
  flex-direction: column;
  gap: 13px;
  width: 100%;
  padding: 20px 20px 20px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .globalform-inner .step-1 .FormFieldBlocks {
    padding: 13px;
  }
  .globalform-inner .step-1 .FormFieldBlocks:first-child {
    padding: 0;
  }
}
.globalform-inner .step-1 .FormFieldBlocks::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 1;
  backdrop-filter: blur(2px);
  border-radius: 7px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.globalform-inner .step-1 .FormFieldBlocks:has(.dropdown.open)::before {
  opacity: 1;
  pointer-events: all;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.globalform-inner .step-1 .FormFieldBlocks .FormFieldBlocksItem {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  padding: 10px 20px 25px;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
}
@media (max-width: 768px) {
  .globalform-inner .step-1 .FormFieldBlocks .FormFieldBlocksItem {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  .globalform-inner .step-1 .FormFieldBlocks .FormFieldBlocksItem {
    border-radius: 0;
  }
}
.globalform-inner .step-1 .FormFieldBlocks .FormFieldBlocksItem > h4, .globalform-inner .step-1 .FormFieldBlocks .FormFieldBlocksItem > .h4, .globalform-inner .step-1 .FormFieldBlocks .FormFieldBlocksItem > .regular-4 {
  width: 100%;
  grid-column: span 2/span 2;
  color: rgb(78, 78, 78);
}
@media (max-width: 768px) {
  .globalform-inner .step-1 .FormFieldBlocks .FormFieldBlocksItem > h4, .globalform-inner .step-1 .FormFieldBlocks .FormFieldBlocksItem > .h4, .globalform-inner .step-1 .FormFieldBlocks .FormFieldBlocksItem > .regular-4 {
    grid-column: span 1/span 1;
  }
}
@media (max-width: 468px) {
  .globalform-inner .step-1 .FormFieldBlocks .FormFieldBlocksItem > h4, .globalform-inner .step-1 .FormFieldBlocks .FormFieldBlocksItem > .h4, .globalform-inner .step-1 .FormFieldBlocks .FormFieldBlocksItem > .regular-4 {
    word-break: break-word;
  }
}
.globalform-inner .step-1 .FormFieldBlocks .FormFieldBlocksItem > h4 span, .globalform-inner .step-1 .FormFieldBlocks .FormFieldBlocksItem > .h4 span, .globalform-inner .step-1 .FormFieldBlocks .FormFieldBlocksItem > .regular-4 span {
  display: block;
  font-size: 14px;
  color: rgb(78, 78, 78);
  grid-column: span 2/span 2;
  padding: 0 4px 0;
  margin-top: 2px;
}
@media (max-width: 992px) {
  .globalform-inner .step-1 .FormFieldBlocks .FormFieldBlocksItem > h4 span, .globalform-inner .step-1 .FormFieldBlocks .FormFieldBlocksItem > .h4 span, .globalform-inner .step-1 .FormFieldBlocks .FormFieldBlocksItem > .regular-4 span {
    grid-column: span 1/span 1;
  }
}
.globalform-inner .step-1 .FormFieldBlocks .FormFieldBlocksItem > h4 span a, .globalform-inner .step-1 .FormFieldBlocks .FormFieldBlocksItem > .h4 span a, .globalform-inner .step-1 .FormFieldBlocks .FormFieldBlocksItem > .regular-4 span a {
  text-decoration: underline;
  color: #3a86f8;
}
.globalform-inner .step-1 .FormFieldBlocks .FormFieldBlocksItem > p {
  grid-column: span 2/span 2;
  margin-top: -22px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .globalform-inner .step-1 .FormFieldBlocks .FormFieldBlocksItem > p {
    grid-column: span 1/span 1;
  }
}
.globalform-inner .step-1 .FormFieldBlocks .FormFieldBlocksItem > p a {
  color: #3a86f8;
}
.globalform-inner .step-1 .FormFieldBlocks .FormFieldBlocksItem > p a:hover {
  text-decoration: underline;
}
.globalform-inner .step-1 .FormFieldBlocks:has(#type-candidate), .globalform-inner .step-1 .FormFieldBlocks:has(#type-student), .globalform-inner .step-1 .FormFieldBlocks:has(#type-company) {
  padding: 0;
}
.globalform-inner .step-1 .FormFieldBlocks:has(#type-candidate) .FormFieldBlocksItem, .globalform-inner .step-1 .FormFieldBlocks:has(#type-student) .FormFieldBlocksItem, .globalform-inner .step-1 .FormFieldBlocks:has(#type-company) .FormFieldBlocksItem {
  padding: 22px 22px 13px;
  border: 0;
  border-radius: 0;
  position: relative;
}
@media (max-width: 992px) {
  .globalform-inner .step-1 .FormFieldBlocks:has(#type-candidate) .FormFieldBlocksItem, .globalform-inner .step-1 .FormFieldBlocks:has(#type-student) .FormFieldBlocksItem, .globalform-inner .step-1 .FormFieldBlocks:has(#type-company) .FormFieldBlocksItem {
    padding: 13px 22px;
  }
}
.globalform-inner .step-1 .FormFieldBlocks:has(#type-candidate) .FormFieldBlocksItem .field, .globalform-inner .step-1 .FormFieldBlocks:has(#type-student) .FormFieldBlocksItem .field, .globalform-inner .step-1 .FormFieldBlocks:has(#type-company) .FormFieldBlocksItem .field {
  padding: 0;
  border: 0;
  gap: 4px !important;
}
.globalform-inner .step-1 .FormFieldBlocks:has(#type-candidate) .FormFieldBlocksItem .field > .heading, .globalform-inner .step-1 .FormFieldBlocks:has(#type-student) .FormFieldBlocksItem .field > .heading, .globalform-inner .step-1 .FormFieldBlocks:has(#type-company) .FormFieldBlocksItem .field > .heading {
  padding: 0;
}
.globalform-inner .step-1 .FormFieldBlocks:has(#type-candidate) .FormFieldBlocksItem .field .field-wrap, .globalform-inner .step-1 .FormFieldBlocks:has(#type-student) .FormFieldBlocksItem .field .field-wrap, .globalform-inner .step-1 .FormFieldBlocks:has(#type-company) .FormFieldBlocksItem .field .field-wrap {
  gap: 0;
  border: 1px solid #e2e8f0;
}
.globalform-inner .step-1 .FormFieldBlocks:has(#type-candidate) .FormFieldBlocksItem .field .field-wrap .i-frame, .globalform-inner .step-1 .FormFieldBlocks:has(#type-student) .FormFieldBlocksItem .field .field-wrap .i-frame, .globalform-inner .step-1 .FormFieldBlocks:has(#type-company) .FormFieldBlocksItem .field .field-wrap .i-frame {
  display: none;
}
.globalform-inner .step-1 .FormFieldBlocks:has(#type-candidate) .FormFieldBlocksItem .field .field-wrap label, .globalform-inner .step-1 .FormFieldBlocks:has(#type-student) .FormFieldBlocksItem .field .field-wrap label, .globalform-inner .step-1 .FormFieldBlocks:has(#type-company) .FormFieldBlocksItem .field .field-wrap label {
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 16px 16px 13px;
  border: 0;
  border-bottom: 4px solid transparent;
  border-right: 1px solid #e2e8f0;
  cursor: pointer;
}
@media (max-width: 992px) {
  .globalform-inner .step-1 .FormFieldBlocks:has(#type-candidate) .FormFieldBlocksItem .field .field-wrap label, .globalform-inner .step-1 .FormFieldBlocks:has(#type-student) .FormFieldBlocksItem .field .field-wrap label, .globalform-inner .step-1 .FormFieldBlocks:has(#type-company) .FormFieldBlocksItem .field .field-wrap label {
    padding: 10px 13px 7px;
  }
}
@media (max-width: 768px) {
  .globalform-inner .step-1 .FormFieldBlocks:has(#type-candidate) .FormFieldBlocksItem .field .field-wrap label, .globalform-inner .step-1 .FormFieldBlocks:has(#type-student) .FormFieldBlocksItem .field .field-wrap label, .globalform-inner .step-1 .FormFieldBlocks:has(#type-company) .FormFieldBlocksItem .field .field-wrap label {
    border-bottom: 1px solid #e2e8f0;
  }
}
@media (max-width: 576px) {
  .globalform-inner .step-1 .FormFieldBlocks:has(#type-candidate) .FormFieldBlocksItem .field .field-wrap label, .globalform-inner .step-1 .FormFieldBlocks:has(#type-student) .FormFieldBlocksItem .field .field-wrap label, .globalform-inner .step-1 .FormFieldBlocks:has(#type-company) .FormFieldBlocksItem .field .field-wrap label {
    padding: 13px 13px 10px;
  }
}
.globalform-inner .step-1 .FormFieldBlocks:has(#type-candidate) .FormFieldBlocksItem .field .field-wrap label:has(input:checked), .globalform-inner .step-1 .FormFieldBlocks:has(#type-student) .FormFieldBlocksItem .field .field-wrap label:has(input:checked), .globalform-inner .step-1 .FormFieldBlocks:has(#type-company) .FormFieldBlocksItem .field .field-wrap label:has(input:checked) {
  background-color: #f1f5f9;
  border-bottom: 4px solid #3a86f8;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.globalform-inner .step-1 .FormFieldBlocks:has(#type-candidate) .FormFieldBlocksItem .field .field-wrap label:last-child, .globalform-inner .step-1 .FormFieldBlocks:has(#type-student) .FormFieldBlocksItem .field .field-wrap label:last-child, .globalform-inner .step-1 .FormFieldBlocks:has(#type-company) .FormFieldBlocksItem .field .field-wrap label:last-child {
  border-right: 0px solid transparent;
}
.globalform-inner .step-1 .FormFieldBlocks:has(#type-candidate) .FormFieldBlocksItem::after, .globalform-inner .step-1 .FormFieldBlocks:has(#type-student) .FormFieldBlocksItem::after, .globalform-inner .step-1 .FormFieldBlocks:has(#type-company) .FormFieldBlocksItem::after {
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: #3a86f8;
}
.globalform-inner .step-1 .FormFieldBlocks:has(#type-candidate).changed .FormFieldBlocksItem::after, .globalform-inner .step-1 .FormFieldBlocks:has(#type-student).changed .FormFieldBlocksItem::after, .globalform-inner .step-1 .FormFieldBlocks:has(#type-company).changed .FormFieldBlocksItem::after {
  width: 100%;
  transition: all 0.7s ease;
}
.globalform-inner .step-1 .FormFieldBlocks.active {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.globalform-inner .step-1 .FormFieldBlocks:not(:nth-child(1)) {
  display: none;
}
.globalform-inner .step-1 .FormFieldBlocks:nth-child(2) {
  display: flex;
}
.globalform-inner .field {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px 7px;
  position: relative;
  height: fit-content;
  transition-property: z-index;
  transition-delay: 10s;
  padding: 13px;
  width: 100%;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}
@media (max-width: 576px) {
  .globalform-inner .field {
    gap: 4px;
  }
}
.globalform-inner .field .heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 7px;
  color: rgb(0, 0, 0);
  width: fit-content;
  position: relative;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.globalform-inner .field .heading .error {
  font-size: 13px;
  color: red;
  display: none;
}
.globalform-inner .field .heading .icon {
  position: absolute;
  right: -25px;
  top: 2px;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .globalform-inner .field .heading .icon {
    right: -15px;
    top: 4px;
  }
}
.globalform-inner .field .heading .icon::before {
  background-color: red;
}
.globalform-inner .field .globalform-label {
  display: flex;
  flex-direction: row;
  gap: 7px;
  position: relative;
  margin: 0;
  width: 100%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .globalform-inner .field .globalform-label {
    flex-direction: column;
  }
}
.globalform-inner .field .globalform-label:has(.error) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.globalform-inner .field .globalform-label textarea.message {
  min-height: 121px;
  border-radius: 10px;
  transition: none;
}
.globalform-inner .field .globalform-label textarea.message:hover {
  transition: none;
}
.globalform-inner .field:has(input[type=radio]) {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  align-items: center;
}
.globalform-inner .field:has(input[type=radio]) .heading {
  grid-column: span 2/span 2;
}
.globalform-inner .field:has(input[type=radio]) .field-wrap {
  grid-column: span 2/span 2;
}
.globalform-inner .field input[type=checkbox],
.globalform-inner .field input[type=radio] {
  display: none;
}
.globalform-inner .field.span-2 {
  grid-column: span 2/span 2;
}
@media (max-width: 768px) {
  .globalform-inner .field.span-2 {
    grid-column: span 1/span 1;
  }
}
.globalform-inner .field .field-wrap {
  display: flex;
  flex-direction: row;
  gap: 13px;
  width: 100%;
}
.globalform-inner .field .field-wrap .globalform-label {
  width: fit-content;
}
@media (max-width: 1200px) {
  .globalform-inner .field .field-wrap .globalform-label {
    flex-direction: row;
  }
}
.globalform-inner .field .field-wrap:has(input[type=checkbox]) {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 13px;
}
@media (max-width: 768px) {
  .globalform-inner .field .field-wrap:has(input[type=checkbox]) {
    grid-template-columns: 1fr;
  }
}
.globalform-inner .field .field-wrap:has(input[type=checkbox]) label {
  align-items: flex-start;
}
.globalform-inner .field:has(#type-student) {
  grid-template-columns: 1fr;
  gap: 13px;
}
@media (max-width: 992px) {
  .globalform-inner .field:has(#type-student) {
    grid-template-columns: 1fr;
  }
}
.globalform-inner .field:has(#type-student) .heading {
  grid-column: span 1/span 1;
}
.globalform-inner .field:has(#type-student) .field-wrap {
  grid-column: span 1/span 1;
}
@media (max-width: 768px) {
  .globalform-inner .field:has(#type-student) .field-wrap {
    flex-wrap: wrap;
  }
}
.globalform-inner .field:has(.dropdown) {
  grid-template-columns: 1fr !important;
  gap: 10px;
}
.globalform-inner .field:has(.dropdown) .dropdown {
  width: 100%;
}
.globalform-inner .field:has(.dropdown) .dropdown .dropdown .dropdown-label {
  border: none;
}
.globalform-inner .field:last-child .dropdown .dropdown-content {
  position: relative;
  inset: initial;
}
.globalform-inner .field:has(#userid) {
  cursor: no-drop !important;
  opacity: 0.5 !important;
}
.globalform-inner .field:has(#userid) input {
  cursor: no-drop !important;
  pointer-events: none !important;
}
.globalform-inner .field.required .heading:has(.icon) {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.globalform-inner .field.required .heading:has(.icon) .icon {
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.globalform-inner .field.required .registration-label .i-frame {
  border: 2px solid red !important;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.globalform-inner .BtnWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-content: center;
  grid-column: span 2/span 2;
  margin: 0;
  padding: 22px 22px 22px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .globalform-inner .BtnWrap {
    grid-column: span 1/span 1;
  }
}
@media (max-width: 576px) {
  .globalform-inner .BtnWrap {
    align-items: center;
  }
}
.globalform-inner .BtnWrap .CustomButton {
  gap: 7px;
  width: 100%;
  max-width: 160px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .globalform-inner .BtnWrap .CustomButton {
    padding: 7px;
    min-height: 20px;
  }
}

.sec-addstudent {
  margin: 16px 0;
  scroll-margin-top: 500px;
}
.sec-addstudent .container > .heading-4 {
  color: rgb(255, 255, 255);
  background: linear-gradient(61deg, rgb(61, 134, 236) 97%, rgb(43, 242, 209) 100%);
  padding: 31px 20px;
  text-align: center;
  width: 100%;
  border: 2px solid rgb(255, 255, 255);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 576px) {
  .sec-addstudent .container > .heading-4 {
    padding: 25px 0px;
  }
}
.sec-addstudent .container > .heading-4::after {
  content: "";
  position: absolute;
  left: -75px;
  top: -20px;
  z-index: 1;
  width: 20px;
  height: 155px;
  background: rgb(255, 255, 255);
  border: 0px solid rgb(255, 255, 255);
  border-radius: 16px;
  opacity: 0.8;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: flash 6s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.sec-addstudent .container #addstudent {
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(255, 255, 255);
  border-top: 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 16px;
}
.sec-addstudent .container #addstudent .step-1 {
  display: flex;
  flex-direction: column;
  gap: 13px;
  width: 100%;
  padding: 20px 20px 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-addstudent .container #addstudent .step-1::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 1;
  backdrop-filter: blur(2px);
  border-radius: 7px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-addstudent .container #addstudent .step-1:has(.registration-select-dropdown.open)::before {
  opacity: 1;
  pointer-events: all;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  padding: 25px 20px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
}
@media (max-width: 992px) {
  .sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap {
    padding: 13px 16px;
  }
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap > .heading-4 {
  grid-column: span 2/span 2;
  color: #4E4E4E;
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap > .heading-4 span {
  display: block;
  padding: 0 4px 0;
  color: #4E4E4E;
  grid-column: span 2/span 2;
  line-height: normal;
}
@media (max-width: 992px) {
  .sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap > .heading-4 span {
    grid-column: span 1/span 1;
  }
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap > .heading-4 span a {
  text-decoration: underline;
  color: #3a86f8;
}
@media (max-width: 992px) {
  .sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap > .heading-4 {
    grid-column: span 1/span 1;
    white-space: wrap;
    word-break: break-all;
  }
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap .heading-4:nth-child(2) {
  margin-top: -16px;
  margin-bottom: 4px;
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap > p {
  grid-column: span 2/span 2;
  margin-top: -16px;
  margin-bottom: 13px;
}
@media (max-width: 768px) {
  .sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap > p {
    grid-column: span 1/span 1;
  }
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap > p a {
  color: #3a86f8;
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap > p a:hover {
  text-decoration: underline;
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap > .field-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px 20px;
  width: 100%;
}
@media (max-width: 992px) {
  .sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap > .field-wrap {
    grid-template-columns: 1fr;
  }
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap > .field-wrap .heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 7px;
  color: #4e4e4e;
  width: fit-content;
  margin-bottom: 13px;
  position: relative;
  grid-column: span 2/span 2;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap > .field-wrap .heading {
    grid-column: span 1/span 1;
  }
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap > .field-wrap .heading span {
  display: block;
  padding: 0 4px 0;
  font-size: 14px;
  color: #4E4E4E;
  grid-column: span 2/span 2;
  line-height: normal;
}
@media (max-width: 992px) {
  .sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap > .field-wrap .heading span {
    grid-column: span 1/span 1;
  }
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap > .field-wrap .heading span a {
  text-decoration: underline;
  color: #3a86f8;
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap > .field-wrap .heading .error {
  color: red;
  display: none;
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap > .field-wrap .heading .icon {
  position: absolute;
  right: -25px;
  top: 2px;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap > .field-wrap .heading .icon {
    right: -15px;
    top: 4px;
  }
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap > .field-wrap .heading .icon::before {
  background-color: red;
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap > .field-wrap .heading:has(.error) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap .field {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  position: relative;
  height: fit-content;
  transition-property: z-index;
  transition-delay: 10s;
}
@media (max-width: 576px) {
  .sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap .field {
    gap: 4px;
  }
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap .field .heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 7px;
  color: #4e4e4e;
  margin-bottom: 4px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap .field .heading span {
  display: block;
  padding: 0 4px 0;
  font-size: 14px;
  color: #4E4E4E;
  grid-column: span 2/span 2;
  line-height: normal;
}
@media (max-width: 992px) {
  .sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap .field .heading span {
    grid-column: span 1/span 1;
  }
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap .field .heading span a {
  text-decoration: underline;
  color: #3a86f8;
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap .field .heading .error {
  color: red;
  display: none;
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap .field .heading .icon {
  position: absolute;
  right: -25px;
  top: 2px;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap .field .heading .icon {
    right: -15px;
    top: 4px;
  }
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap .field .heading .icon::before {
  background-color: red;
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap .field .heading:has(.error) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap .field .registration-select-dropdown {
  width: 100%;
  position: relative;
  border-radius: 30px;
  background-color: rgb(255, 255, 255);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap .field .registration-select-dropdown .regular-6 {
  color: #888888;
  padding: 13px 20px;
  border: 1px solid #e2e8f0;
  background-color: rgb(255, 255, 255);
  border-radius: 30px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  user-select: none;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap .field .registration-select-dropdown .regular-6 {
    padding: 10px 16px 10px 13px;
  }
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap .field .registration-select-dropdown .regular-6:hover {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap .field .registration-select-dropdown .regular-6 .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 13px;
  height: 13px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap .field .registration-select-dropdown .regular-6 .icon::before {
  background-color: #4E4E4E;
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap .field .registration-select-dropdown:has(.registration-select .selected) .regular-6 {
  color: rgb(0, 0, 0);
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap .field .registration-select-dropdown .registration-select {
  padding: 0;
  background-color: rgb(255, 255, 255);
  border: 1px solid #e2e8f0;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  width: 100%;
  max-height: 197px;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  position: absolute;
  inset: initial;
  display: none;
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap .field .registration-select-dropdown .registration-select li {
  padding: 0;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap .field .registration-select-dropdown .registration-select li {
    padding: 10px 13px;
  }
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap .field .registration-select-dropdown .registration-select li::before {
  display: none;
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap .field .registration-select-dropdown .registration-select li:not(:last-of-type) {
  border-bottom: 1px solid #e2e8f0;
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap .field .registration-select-dropdown .registration-select li:last-of-type {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap .field .registration-select-dropdown .registration-select li:hover {
  background-color: #e2e8f0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap .field .registration-select-dropdown .registration-select li.selected {
  background-color: #e2e8f0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap .field .registration-select-dropdown.open {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap .field .registration-select-dropdown.open .regular-6 {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition-property: border-radius;
  transition-duration: 0s;
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap .field .registration-select-dropdown.open .regular-6 .icon {
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap .field .registration-select-dropdown ~ .registration-label {
  display: none;
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap .field .addstudent-label {
  display: flex;
  flex-direction: row;
  gap: 13px;
  position: relative;
  margin: 0;
  width: 100%;
}
@media (max-width: 1200px) {
  .sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap .field .addstudent-label {
    flex-direction: column;
  }
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap .field .addstudent-label .addstudent-input {
  padding: 13px 20px;
}
@media (max-width: 576px) {
  .sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap .field .addstudent-label .addstudent-input {
    padding: 13px 16px 13px 13px;
  }
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap .field .addstudent-label .addstudent-input[type=date] {
  border: 1px solid #e2e8f0;
  padding: 13px 16px;
  border-radius: 30px;
  width: 100%;
  background-color: rgb(255, 255, 255);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 576px) {
  .sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap .field .addstudent-label .addstudent-input[type=date] {
    min-height: 47px;
  }
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap .field .addstudent-label .addstudent-input[type=date]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 0.5;
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap .field .addstudent-label .addstudent-input[type=date]:hover::-webkit-calendar-picker-indicator {
  opacity: 1;
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap .field .addstudent-label textarea {
  height: 52px;
}
@media (max-width: 768px) {
  .sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap .field .addstudent-label textarea {
    height: 46px;
  }
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap .field .i-frame {
  width: 22px;
  height: 22px;
  border-radius: 4px;
  padding: 0;
  border: 2px solid #e2e8f0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap .field .i-frame .icon {
  margin: 2px 0px 0px 0px;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap .field .i-frame .icon::before {
  width: 15px;
  height: 15px;
  background-color: white;
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap .field input:checked ~ .i-frame {
  border: 2px solid #e2e8f0 !important;
  background-color: #3a86f8;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap .field input:checked ~ .i-frame .icon {
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap .field:has(input[type=radio]) {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  align-items: center;
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap .field:has(input[type=radio]) .heading {
  grid-column: span 2/span 2;
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap .field:has(input[type=radio]) .field-wrap {
  grid-column: span 2/span 2;
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap .field input[type=checkbox],
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap .field input[type=radio] {
  display: none;
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap .field .field-wrap {
  display: flex;
  flex-direction: row;
  gap: 13px;
  width: 100%;
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap .field .field-wrap .addstudent-label {
  align-items: center;
  width: fit-content;
}
@media (max-width: 1200px) {
  .sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap .field .field-wrap .addstudent-label {
    flex-direction: row;
  }
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap .field .field-wrap:has(input[type=checkbox]) {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 13px;
}
@media (max-width: 768px) {
  .sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap .field .field-wrap:has(input[type=checkbox]) {
    grid-template-columns: 1fr;
  }
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap .field .field-wrap:has(input[type=checkbox]) label {
  align-items: flex-start;
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap .span-2 {
  grid-column: span 2/span 2;
}
@media (max-width: 992px) {
  .sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap .span-2 {
    grid-column: span 1/span 1;
  }
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap > .field, .sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap > .field-wrap {
  padding: 13px;
  width: 100%;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}
.sec-addstudent .container #addstudent .step-1 .addstudent-form-fields-wrap > [data-value] {
  display: none;
}
.sec-addstudent .container #addstudent .BtnWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-content: center;
  grid-column: span 2/span 2;
  margin: 0;
  padding: 22px 22px 22px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .sec-addstudent .container #addstudent .BtnWrap {
    grid-column: span 1/span 1;
  }
}
@media (max-width: 576px) {
  .sec-addstudent .container #addstudent .BtnWrap {
    align-items: center;
  }
}
.sec-addstudent .container #addstudent .BtnWrap .CustomButton {
  gap: 7px;
  width: 100%;
  max-width: 160px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .sec-addstudent .container #addstudent .BtnWrap .CustomButton {
    padding: 7px;
    min-height: 20px;
  }
}

.sec-job-detail {
  margin: 16px 0;
}
.sec-job-detail .container > .header {
  margin-bottom: 10px;
}
.sec-job-detail .container .job-detail-inner {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 13px 20px 20px;
  border: 1px solid #e2e8f0;
  background-color: rgb(255, 255, 255);
  border-radius: 16px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-job-detail .container .job-detail-inner > .heading-4 {
  margin-bottom: 14.2px;
  padding: 0 7px;
  color: #4E4E4E;
}
.sec-job-detail .container .job-detail-inner .img-wrap {
  position: relative;
  margin-bottom: 13px;
}
.sec-job-detail .container .job-detail-inner .img-wrap img {
  width: 100%;
  height: 100%;
  max-height: 400px;
  border-radius: 7px;
}
.sec-job-detail .container .job-detail-inner .job-info {
  padding: 0 7px;
}
.sec-job-detail .container .job-detail-inner .job-info .job-info-wrap {
  display: flex;
  flex-direction: column;
  gap: 7px;
  max-width: fit-content;
  height: 100%;
  margin: 0 0 16px;
}
.sec-job-detail .container .job-detail-inner .job-info .job-info-wrap .heading-4 {
  color: #4E4E4E;
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .sec-job-detail .container .job-detail-inner .job-info .job-info-wrap .heading-4 {
    margin-top: 7px;
  }
}
.sec-job-detail .container .job-detail-inner .job-info .job-info-wrap p {
  color: #4E4E4E;
}
@media (max-width: 992px) {
  .sec-job-detail .container .job-detail-inner .job-info .job-info-wrap p {
    font-size: 16px;
  }
}
.sec-job-detail .container .job-detail-inner .job-info .job-info-wrap .job-detail {
  display: grid;
  grid-template-columns: 211px 10px 1fr;
  gap: 13px;
  align-items: center;
  padding: 4px 7px 13px;
  border-bottom: 1px solid #e2e8f0;
}
@media (max-width: 992px) {
  .sec-job-detail .container .job-detail-inner .job-info .job-info-wrap .job-detail {
    grid-template-columns: 1fr 10px 1fr;
  }
}
.sec-job-detail .container .job-detail-inner .job-info .job-info-wrap .job-detail .regular-6 {
  font-size: 18px;
  height: 100%;
  color: #4E4E4E;
}
@media (max-width: 992px) {
  .sec-job-detail .container .job-detail-inner .job-info .job-info-wrap .job-detail .regular-6 {
    font-size: 16px;
  }
}
.sec-job-detail .container .job-detail-inner .job-info .job-info-wrap ul li {
  font-size: 16px;
  color: #4E4E4E;
}

.sec-candidate-chat {
  margin: 16px 0;
}
.sec-candidate-chat .container .candidate-chat-inner {
  display: grid;
  grid-template-columns: 31% 1fr;
  background-color: rgb(255, 255, 255);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.31) 0 3.1px 13px;
}
@media (max-width: 1200px) {
  .sec-candidate-chat .container .candidate-chat-inner {
    grid-template-columns: 34% 1fr;
  }
}
@media (max-width: 992px) {
  .sec-candidate-chat .container .candidate-chat-inner {
    grid-template-columns: 1fr;
    position: relative;
    overflow: hidden;
  }
}
.sec-candidate-chat .container .candidate-chat-inner .chat-header {
  position: relative;
  overflow: hidden;
}
.sec-candidate-chat .container .candidate-chat-inner .chat-header .LoaderWrapper {
  border-top-right-radius: 0;
}
.sec-candidate-chat .container .candidate-chat-inner .chat-header .header {
  display: grid;
  grid-template-columns: 1fr 49px;
  gap: 7px 0;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  min-height: 67px;
  max-height: fit-content;
  overflow: hidden;
  z-index: 2;
  padding: 13px 0;
  margin: 0;
  border: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.sec-candidate-chat .container .candidate-chat-inner .chat-header .header .CustomButton {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  min-width: unset;
  max-width: unset;
  width: 31px;
  min-height: unset;
  max-height: unset;
  height: 31px;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: none;
}
.sec-candidate-chat .container .candidate-chat-inner .chat-header .header .CustomButton .icon {
  width: 16px;
  height: 16px;
}
.sec-candidate-chat .container .candidate-chat-inner .chat-header .header .CustomButton .icon::before {
  background-color: rgb(255, 255, 255);
}
.sec-candidate-chat .container .candidate-chat-inner .chat-header .header .regular-6 {
  width: 100%;
  position: relative;
  padding-left: 4px;
  margin: 0;
  padding: 0 0 0 18px;
  text-align: left;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-candidate-chat .container .candidate-chat-inner .chat-header .header .search-bar {
  grid-column: span 2/span 2;
  display: none;
  width: 100%;
  max-width: 100%;
  padding: 0 13px;
  transition: none;
  opacity: 1;
}
.sec-candidate-chat .container .candidate-chat-inner .chat-header .header .search-bar label input {
  padding: 10.4px 20px 10.4px 40px;
  min-height: 40px;
}
.sec-candidate-chat .container .candidate-chat-inner .chat-header .header .search-bar label .icon-search {
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  pointer-events: none;
}
.sec-candidate-chat .container .candidate-chat-inner .chat-header .chat-group {
  max-height: 610px;
  min-height: 610px;
  overflow-y: auto;
  border-right: 1px solid #cad5e2;
}
@media (max-width: 992px) {
  .sec-candidate-chat .container .candidate-chat-inner .chat-header .chat-group {
    min-height: 520px;
    max-height: 100%;
    height: calc(var(--vh, 1vh) * 100 - 112px);
  }
}
.sec-candidate-chat .container .candidate-chat-inner .chat-header .chat-group .chat {
  display: grid;
  grid-template-columns: 70px 1fr;
  align-items: flex-start;
  gap: 7px;
  position: relative;
  padding: 13px 13px 13px 7px;
  border: 0;
  border-bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .sec-candidate-chat .container .candidate-chat-inner .chat-header .chat-group .chat {
    grid-template-columns: 52px 1fr;
  }
}
.sec-candidate-chat .container .candidate-chat-inner .chat-header .chat-group .chat .img-wrap {
  width: 61px;
  height: 61px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 576px) {
  .sec-candidate-chat .container .candidate-chat-inner .chat-header .chat-group .chat .img-wrap {
    width: 52px;
    height: 52px;
  }
}
.sec-candidate-chat .container .candidate-chat-inner .chat-header .chat-group .chat .img-wrap::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(2px);
  border-radius: 50%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-candidate-chat .container .candidate-chat-inner .chat-header .chat-group .chat .img-wrap img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.sec-candidate-chat .container .candidate-chat-inner .chat-header .chat-group .chat .img-wrap .icon-redirect {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-candidate-chat .container .candidate-chat-inner .chat-header .chat-group .chat .img-wrap .icon-redirect::before {
  background-color: #e2e8f0;
}
.sec-candidate-chat .container .candidate-chat-inner .chat-header .chat-group .chat .img-wrap:hover {
  pointer-events: all;
  opacity: 1;
}
.sec-candidate-chat .container .candidate-chat-inner .chat-header .chat-group .chat .img-wrap:hover::before {
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-candidate-chat .container .candidate-chat-inner .chat-header .chat-group .chat .img-wrap:hover .icon {
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-candidate-chat .container .candidate-chat-inner .chat-header .chat-group .chat .chat-title {
  margin: 4px 0 7px;
}
.sec-candidate-chat .container .candidate-chat-inner .chat-header .chat-group .chat .chat-title .regular-6 {
  padding: 0;
  margin: 0;
  line-height: normal;
}
.sec-candidate-chat .container .candidate-chat-inner .chat-header .chat-group .chat .chat-title .sub-title {
  font-size: 15px;
}
.sec-candidate-chat .container .candidate-chat-inner .chat-header .chat-group .chat .datetime {
  font-size: 13px;
  color: rgb(78, 78, 78);
  position: absolute;
  right: 13px;
  bottom: 0;
}
.sec-candidate-chat .container .candidate-chat-inner .chat-header .chat-group .chat:hover {
  background-color: #e2e8f0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-candidate-chat .container .candidate-chat-inner .chat-header .chat-group .chat:first-child {
  border-top: 1px solid #e2e8f0;
}
.sec-candidate-chat .container .candidate-chat-inner .chat-header .chat-group .chat:not(:last-child) {
  border-bottom: 1px solid #e2e8f0;
}
.sec-candidate-chat .container .candidate-chat-inner .chat-header .chat-group .chat:last-child {
  border-bottom: 1px solid #e2e8f0;
}
.sec-candidate-chat .container .candidate-chat-inner .chat-header .chat-group .chat.active {
  background-color: #e2e8f0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-candidate-chat .container .candidate-chat-inner > .chat-content {
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .sec-candidate-chat .container .candidate-chat-inner > .chat-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-color: rgb(255, 255, 255);
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  .sec-candidate-chat .container .candidate-chat-inner > .chat-content.active {
    pointer-events: all;
    opacity: 1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
}
.sec-candidate-chat .container .candidate-chat-inner > .chat-content .LoaderWrapper {
  justify-content: center;
  border-top-left-radius: 0;
}
.sec-candidate-chat .container .candidate-chat-inner > .chat-content .LoaderWrapper .Loader {
  position: static;
}
.sec-candidate-chat .container .candidate-chat-inner > .chat-content .chat-content-group {
  display: flex;
  margin-top: 0;
  height: 100%;
  padding-top: 67px;
}
@media (max-width: 992px) {
  .sec-candidate-chat .container .candidate-chat-inner > .chat-content .chat-content-group {
    max-height: 100%;
  }
}
.sec-candidate-chat .container .candidate-chat-inner > .chat-content .chat-content-group .header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  min-height: 67px;
  max-height: 67px;
  overflow: hidden;
  padding: 16px 0 16px;
  margin: 0;
  border: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-candidate-chat .container .candidate-chat-inner > .chat-content .chat-content-group .header .CustomButton.chat-back {
  min-width: fit-content;
  width: fit-content;
  height: fit-content;
  padding: 7px;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  margin-left: 7px;
}
.sec-candidate-chat .container .candidate-chat-inner > .chat-content .chat-content-group .header .CustomButton.chat-back .icon {
  width: 13px;
  height: 13px;
}
.sec-candidate-chat .container .candidate-chat-inner > .chat-content .chat-content-group .header .CustomButton.chat-back .icon::before {
  background-color: rgb(78, 78, 78);
}
.sec-candidate-chat .container .candidate-chat-inner > .chat-content .chat-content-group .header .img-wrap {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  border: 2px solid rgb(78, 78, 78);
  margin-right: 13px;
}
.sec-candidate-chat .container .candidate-chat-inner > .chat-content .chat-content-group .header .img-wrap img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.sec-candidate-chat .container .candidate-chat-inner > .chat-content .chat-content-group .header .regular-6 {
  margin: 0;
  text-align: left;
  font-weight: 300;
}
.sec-candidate-chat .container .candidate-chat-inner > .chat-content .chat-content-group .chat-content {
  display: none;
  width: 100%;
  max-height: 603px;
  height: 100%;
  padding: 13px 16px;
  margin-top: auto;
  overflow-y: auto;
}
@media (max-width: 992px) {
  .sec-candidate-chat .container .candidate-chat-inner > .chat-content .chat-content-group .chat-content {
    max-height: 100%;
  }
}
.sec-candidate-chat .container .candidate-chat-inner > .chat-content .chat-content-group .chat-content::before {
  left: 0;
  top: -52px;
  width: 100%;
  height: 120px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  opacity: 1;
  z-index: 0;
}
.sec-candidate-chat .container .candidate-chat-inner > .chat-content .chat-content-group .chat-content .CustomButton {
  padding: 4px 13px;
  position: absolute;
  top: 76px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-candidate-chat .container .candidate-chat-inner > .chat-content .chat-content-group .chat-content .CustomButton .icon {
  width: 13px;
  height: 13px;
}
.sec-candidate-chat .container .candidate-chat-inner > .chat-content .chat-content-group .chat-content .chat-content-wrap {
  display: flex;
  flex-direction: column-reverse;
  gap: 7px;
  width: 100%;
  height: fit-content;
  margin-top: auto;
}
@media (max-width: 576px) {
  .sec-candidate-chat .container .candidate-chat-inner > .chat-content .chat-content-group .chat-content .chat-content-wrap {
    gap: 13px;
  }
}
.sec-candidate-chat .container .candidate-chat-inner > .chat-content .chat-content-group .chat-content .chat-content-wrap .regular-6 {
  font-size: 16px;
  font-weight: 300;
  background-color: #3a86f8;
  padding: 7px 13px;
  border-radius: 22px;
  color: rgb(255, 255, 255);
  margin-bottom: 13px;
  position: relative;
  cursor: pointer;
  max-width: 50%;
}
@media (max-width: 576px) {
  .sec-candidate-chat .container .candidate-chat-inner > .chat-content .chat-content-group .chat-content .chat-content-wrap .regular-6 {
    max-width: 90%;
    margin-bottom: 16px;
  }
}
.sec-candidate-chat .container .candidate-chat-inner > .chat-content .chat-content-group .chat-content .chat-content-wrap .regular-6:hover .chat-msg-time {
  opacity: 1;
}
.sec-candidate-chat .container .candidate-chat-inner > .chat-content .chat-content-group .chat-content .chat-content-wrap .regular-6.highlight {
  background-color: #FFFF00 !important;
  color: rgb(0, 0, 0) !important;
  text-decoration-color: rgb(0, 0, 0) !important;
}
.sec-candidate-chat .container .candidate-chat-inner > .chat-content .chat-content-group .chat-content .chat-content-wrap .regular-6 a {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}
.sec-candidate-chat .container .candidate-chat-inner > .chat-content .chat-content-group .chat-content .chat-content-wrap .chat-msg-time {
  position: absolute;
  right: 7px;
  bottom: -25px;
  font-size: 11px;
  color: #888897;
  white-space: nowrap;
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-candidate-chat .container .candidate-chat-inner > .chat-content .chat-content-group .chat-content .chat-content-wrap .attatchment {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  position: relative;
  margin-bottom: 22px;
}
.sec-candidate-chat .container .candidate-chat-inner > .chat-content .chat-content-group .chat-content .chat-content-wrap .attatchment .regular-6 {
  display: block;
  max-width: 100%;
  width: 100%;
  width: fit-content;
  text-decoration: underline;
  text-decoration-color: rgb(255, 255, 255);
  word-break: break-word;
  margin-bottom: 0;
}
.sec-candidate-chat .container .candidate-chat-inner > .chat-content .chat-content-group .chat-content .chat-content-wrap .attatchment ~ .regular-6 {
  margin-bottom: 20px;
}
.sec-candidate-chat .container .candidate-chat-inner > .chat-content .chat-content-group .chat-content .chat-content-wrap .received {
  align-self: flex-start;
  border-bottom-left-radius: 0;
}
.sec-candidate-chat .container .candidate-chat-inner > .chat-content .chat-content-group .chat-content .chat-content-wrap .received .attatchment .img-wrap {
  justify-content: flex-start;
}
.sec-candidate-chat .container .candidate-chat-inner > .chat-content .chat-content-group .chat-content .chat-content-wrap .received .chat-msg-time {
  right: initial;
  left: 7px;
}
.sec-candidate-chat .container .candidate-chat-inner > .chat-content .chat-content-group .chat-content .chat-content-wrap .sent {
  align-self: flex-end;
  border-bottom-right-radius: 0;
}
.sec-candidate-chat .container .candidate-chat-inner > .chat-content .chat-content-group .chat-content .chat-content-wrap .sent .attatchment .img-wrap {
  justify-content: flex-end;
}
.sec-candidate-chat .container .candidate-chat-inner > .chat-content .chat-content-group .chat-content .chat-content-wrap .sent .chat-msg-time {
  left: initial;
  right: 7px;
}
.sec-candidate-chat .container .candidate-chat-inner > .chat-content .chat-content-group .chat-content.load-more .CustomButton {
  opacity: 1;
  pointer-events: all;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-candidate-chat .container .candidate-chat-inner > .chat-content .chat-content-group [data-tab=default] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  margin: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
@media (max-width: 992px) {
  .sec-candidate-chat .container .candidate-chat-inner > .chat-content .chat-content-group [data-tab=default] {
    display: none;
  }
}
.sec-candidate-chat .container .candidate-chat-inner > .chat-content .chat-content-group [data-tab=default] .regular-5 {
  margin-top: 13px;
  text-align: center;
}
.sec-candidate-chat .container .candidate-chat-inner > .chat-content .chat-content-group [data-tab=default]::before {
  opacity: 0;
}
.sec-candidate-chat .container .candidate-chat-inner > .chat-content .chat-content-group:has(.active) .header {
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.sec-edit-profile {
  margin: 22px 0;
}
.sec-edit-profile .container .edit-profile-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 13px;
  margin: 20px 0;
}
.sec-edit-profile .container .edit-profile-inner .hireflix {
  padding: 0;
  border: 0;
  overflow: hidden;
}
.sec-edit-profile .container .edit-profile-inner .hireflix .hireflix-group {
  border: 1px solid #e2e8f0;
  background-color: rgb(255, 255, 255);
  border-radius: 16px;
  margin-bottom: 13px;
  overflow: hidden;
}
.sec-edit-profile .container .edit-profile-inner .edit-profile-wrap {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  z-index: 3;
  position: relative;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-edit-profile .container .edit-profile-inner .edit-profile-wrap .user-profile {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 16px 31px 13px 20px;
}
@media (max-width: 992px) {
  .sec-edit-profile .container .edit-profile-inner .edit-profile-wrap .user-profile {
    flex-direction: column;
  }
}
.sec-edit-profile .container .edit-profile-inner .edit-profile-wrap .UserVisaStatus {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  padding: 6px 16px;
  font-size: 13px;
  font-weight: 300;
  border: 1px solid #3a86f8;
}
@media (max-width: 992px) {
  .sec-edit-profile .container .edit-profile-inner .edit-profile-wrap .UserVisaStatus {
    inset: initial;
    left: 0;
    top: 0;
  }
}
.sec-edit-profile .container .edit-profile-inner .edit-profile-wrap .profile-image {
  width: 70px;
  height: 70px;
  position: relative;
  margin: 0 22px 13px 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1400px) {
  .sec-edit-profile .container .edit-profile-inner .edit-profile-wrap .profile-image {
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 992px) {
  .sec-edit-profile .container .edit-profile-inner .edit-profile-wrap .profile-image {
    margin: 0 0 22px 0;
  }
}
.sec-edit-profile .container .edit-profile-inner .edit-profile-wrap .profile-image::before, .sec-edit-profile .container .edit-profile-inner .edit-profile-wrap .profile-image::after {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
  box-shadow: rgba(255, 255, 255, 0) 0px 0px 22px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .sec-edit-profile .container .edit-profile-inner .edit-profile-wrap .profile-image::before, .sec-edit-profile .container .edit-profile-inner .edit-profile-wrap .profile-image::after {
    box-shadow: rgba(255, 255, 255, 0.35) 0px 0px 22px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
}
.sec-edit-profile .container .edit-profile-inner .edit-profile-wrap .profile-image::before {
  background: linear-gradient(130deg, rgb(43, 242, 209) 0%, rgb(61, 134, 236) 70%);
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  inset: initial;
  left: 50%;
  top: 58%;
}
.sec-edit-profile .container .edit-profile-inner .edit-profile-wrap .profile-image::after {
  background-color: rgb(255, 255, 255);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  left: 50%;
  top: 5px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.sec-edit-profile .container .edit-profile-inner .edit-profile-wrap .profile-image .regular-6 {
  font-size: 13px;
  line-height: 16px;
  width: 100%;
  text-align: center;
  color: #4E4E4E;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  cursor: pointer;
}
.sec-edit-profile .container .edit-profile-inner .edit-profile-wrap .profile-image:has(img) .regular-6 {
  color: rgb(255, 255, 255);
}
.sec-edit-profile .container .edit-profile-inner .edit-profile-wrap .profile-image:has(img) img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  position: relative;
  bottom: -10px;
  z-index: 1;
}
.sec-edit-profile .container .edit-profile-inner .edit-profile-wrap .profile-image:has(img) label {
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-edit-profile .container .edit-profile-inner .edit-profile-wrap .profile-image .upload-profile-label {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  position: absolute;
  right: -4px;
  bottom: -9px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  margin: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-edit-profile .container .edit-profile-inner .edit-profile-wrap .profile-image .upload-profile-label input {
  display: none;
}
.sec-edit-profile .container .edit-profile-inner .edit-profile-wrap .profile-image .upload-profile-label .icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #3a86f8;
  border: 2px solid rgb(255, 255, 255);
}
.sec-edit-profile .container .edit-profile-inner .edit-profile-wrap .profile-image .upload-profile-label .icon::before {
  background-color: rgb(255, 255, 255);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-edit-profile .container .edit-profile-inner .edit-profile-wrap .profile-image .upload-profile-label:hover .icon::before {
  background-color: rgb(255, 255, 255);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-edit-profile .container .edit-profile-inner .edit-profile-wrap .profile-image .UploadedFiles {
  display: none;
}
.sec-edit-profile .container .edit-profile-inner .edit-profile-wrap .user-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  margin-right: auto;
}
@media (max-width: 992px) {
  .sec-edit-profile .container .edit-profile-inner .edit-profile-wrap .user-info {
    align-items: center;
    text-align: center;
    margin: 0 0 22px 0;
  }
}
@media (max-width: 576px) {
  .sec-edit-profile .container .edit-profile-inner .edit-profile-wrap .user-info {
    gap: 4px;
  }
}
.sec-edit-profile .container .edit-profile-inner .edit-profile-wrap .user-info .heading-6 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.sec-edit-profile .container .edit-profile-inner .edit-profile-wrap .user-info .user-info-link {
  color: rgb(255, 255, 255);
}
.sec-edit-profile .container .edit-profile-inner .edit-profile-wrap .user-info .user-info-link:hover {
  color: #dbebfe !important;
}
.sec-edit-profile .container .edit-profile-inner .edit-profile-wrap .user-info .VisaStatusInfo {
  display: flex;
  flex-direction: row;
  gap: 4px;
  position: relative;
  margin-bottom: 7px;
}
.sec-edit-profile .container .edit-profile-inner .edit-profile-wrap .user-info .VisaStatusInfo .icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 31px;
  height: 31px;
  background-color: rgb(255, 255, 255);
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  border-radius: 50%;
}
.sec-edit-profile .container .edit-profile-inner .edit-profile-wrap .user-info .VisaStatusInfo .icon::before {
  width: 16px;
  height: 16px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-edit-profile .container .edit-profile-inner .edit-profile-wrap .user-info .VisaStatusInfo .icon:hover {
  opacity: 0.7;
}
.sec-edit-profile .container .edit-profile-inner .edit-profile-wrap .user-info .VisaStatusInfo .icon:hover::before {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-edit-profile .container .edit-profile-inner .edit-profile-wrap .user-info .VisaStatusInfo .StatusInfo {
  position: absolute;
  left: 9px;
  bottom: 103%;
  font-size: 16px;
  background: rgb(255, 255, 255);
  border: #e2e8f0;
  color: rgb(0, 0, 0);
  padding: 8px 12px;
  border-radius: 6px;
  white-space: nowrap;
  z-index: 10;
  margin: 0;
  box-shadow: rgba(0, 0, 0, 0.31) 3.1px 3.1px 2.6px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-edit-profile .container .edit-profile-inner .edit-profile-wrap .user-info .VisaStatusInfo .StatusInfo::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  border: 6px solid transparent;
  border-top-color: rgb(255, 255, 255);
  transform: rotate(2deg);
}
.sec-edit-profile .container .edit-profile-inner .edit-profile-wrap .user-info .VisaStatusInfo .icon:hover + .StatusInfo {
  opacity: 1;
  visibility: visible;
}
.sec-edit-profile .container .edit-profile-inner .edit-profile-wrap .BtnWrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
}
@media (max-width: 576px) {
  .sec-edit-profile .container .edit-profile-inner .edit-profile-wrap .BtnWrap {
    flex-direction: column;
    padding-bottom: 0;
  }
}
.sec-edit-profile .container .edit-profile-inner .edit-profile-wrap .BtnWrap .favorite {
  width: unset;
}
.sec-edit-profile .container .edit-profile-inner .edit-profile-wrap .BtnWrap .favorite .icon::before {
  background-color: rgb(255, 255, 255);
}
.sec-edit-profile .container .edit-profile-inner .edit-profile-wrap .BtnWrap .CustomButton:not(:last-child) {
  margin-right: 7px;
}
.sec-edit-profile .container .edit-profile-inner .edit-profile-wrap .BtnWrap .CustomButton span {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 400;
}
.sec-edit-profile .container .edit-profile-inner .edit-profile-wrap .BtnWrap .CustomButton span .icon-bg {
  width: 22px;
  height: 22px;
}
.sec-edit-profile .container .edit-profile-inner .edit-profile-wrap .BtnWrap .CustomButton span .icon {
  width: 16px;
  height: 16px;
}
.sec-edit-profile .container .edit-profile-inner .edit-profile-wrap:hover .profile-image.Editable {
  pointer-events: all;
}
.sec-edit-profile .container .edit-profile-inner .edit-profile-wrap:hover .profile-image.Editable::before, .sec-edit-profile .container .edit-profile-inner .edit-profile-wrap:hover .profile-image.Editable::after {
  box-shadow: rgba(255, 255, 255, 0.35) 0px 0px 22px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-edit-profile .container:has(.registred-info-block.edit) .edit-profile-inner .edit-profile-wrap .profile-image {
  pointer-events: all;
}
.sec-edit-profile .container .edit-info-wrap-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 7px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .sec-edit-profile .container .edit-info-wrap-block {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.sec-edit-profile .container .edit-info-wrap-block .MyDocuments-list {
  display: flex;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0px solid transparent;
}
.sec-edit-profile .container .edit-info-wrap-block .MyDocuments-list .documents-header {
  font-size: 16px;
  font-weight: 400;
  color: rgb(78, 78, 78);
  margin: 0;
}
.sec-edit-profile .container .edit-info-wrap-block .MyDocuments-list .header::after {
  display: none;
}
@media (max-width: 576px) {
  .sec-edit-profile .container .edit-info-wrap-block .MyDocuments-list .documents-list-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .sec-edit-profile .container .edit-info-wrap-block .MyDocuments-list .documents-list-wrap .documents {
    max-width: 100%;
  }
}
.sec-edit-profile .container .edit-info-wrap-block .MyDocuments-list.list .documents-list-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  .sec-edit-profile .container .edit-info-wrap-block .MyDocuments-list.list .documents-list-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .sec-edit-profile .container .edit-info-wrap-block .MyDocuments-list.list .documents-list-wrap {
    grid-template-columns: 1fr;
  }
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 4px;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  padding: 13px 22px 16px;
  position: relative;
  width: 100%;
}
@media (max-width: 576px) {
  .sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap {
    padding: 13px;
  }
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap:not(:last-of-type) {
  border-bottom: 2px solid #e2e8f0;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap:has(img) {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap:has(p) > p {
  padding: 0 4px 0;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap > .heading-4 {
  color: rgb(0, 0, 0);
  line-height: normal;
  padding: 0 4px 0;
  margin: 0 0 7px;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap p a {
  text-decoration: underline;
  color: #3a86f8;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 1;
  backdrop-filter: blur(2px);
  border-radius: 7px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap:has(.dropdown.open)::before {
  opacity: 1;
  pointer-events: all;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap:has(.MyDocuments-list) {
  max-height: 520px;
  flex-direction: column;
  align-items: flex-start;
  overflow: auto;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px 13px;
  margin: 16px 0 0;
}
@media (max-width: 1200px) {
  .sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block {
    margin: 10px 0 0;
  }
}
@media (max-width: 576px) {
  .sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block {
    grid-template-columns: 1fr;
  }
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field {
  padding: 10px 16px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
  min-height: 63px;
  height: 100%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 1400px) {
  .sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field {
    padding: 8px;
  }
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .heading {
  padding: 0;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .heading-5 {
  line-height: normal;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field p {
  font-size: 18px;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .registred-info {
  color: rgb(0, 0, 0);
  font-weight: 400;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .registred-info-label {
  margin: 0;
  width: 100%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .registred-info-label .registred-info-input {
  display: none;
  padding: 10px 13px;
}
@media (max-width: 576px) {
  .sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .registred-info-label .registred-info-input {
    padding: 13px 16px 13px 13px;
  }
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .registred-info-label .registred-info-inputinput[type=file] {
  display: none;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .registred-info-label input {
  transition: none;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .registred-info-label:has(input[type=file]) .input-upload {
  display: none;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .registred-info-label:has(input[type=file]) a {
  color: #3a86f8;
  margin-right: 7px;
  text-decoration: underline;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .registred-info-label:has(input[type=file]) a .regular-6 {
  color: #3a86f8;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .registred-info-label .regular-6 {
  margin-top: 2px;
  font-size: 16px;
  word-break: break-all;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .registred-info-label .regular-6:has(.link) {
  word-break: break-all;
  text-decoration: underline;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .registred-info-label .link {
  display: block;
  color: #3a86f8;
  text-decoration: underline;
  word-break: break-all;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .registred-info-label .link .regular-6 {
  color: #3a86f8;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .registred-info-label .link:first-child {
  margin-top: 7px;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .registred-info-label:has(.link) {
  pointer-events: all;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .dropdown,
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .registration-select-dropdown {
  margin-top: 4px;
  background-color: rgb(255, 255, 255);
  display: none;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .dropdown.open,
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .registration-select-dropdown.open {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .registred-info-label ~ .dropdown-label-fw {
  display: none;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field:has(input:focus) {
  background-color: #e2e8f0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field:has(.prexe) {
  padding: 13px 16px 13px;
  background: transparent;
  border: 1px solid #e2e8f0;
}
@media (max-width: 992px) {
  .sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field:has(.prexe) {
    overflow: scroll;
  }
}
@media (max-width: 576px) {
  .sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field:has(.prexe) {
    overflow: hidden;
  }
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field:has(.prexe):hover {
  background-color: transparent;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field:has(.prexe) .prexe {
  grid-column: span 2/span 2;
  width: 100%;
}
@media (max-width: 992px) {
  .sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field:has(.prexe) .prexe {
    width: 889px;
  }
}
@media (max-width: 576px) {
  .sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field:has(.prexe) .prexe {
    width: 100%;
    grid-column: span 1/span 1;
  }
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field:has(.prexe) .registred-info {
  margin: 0px 7px 13px;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field:has(.prexe) .prexe-info {
  background-color: transparent;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field:has(#profession), .sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field:has(#yearsofexperience), .sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field:has(#Specializations), .sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field:has(#Preferredgermanregions), .sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field:has(.prexe) {
  grid-column: span 2/span 2;
}
@media (max-width: 576px) {
  .sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field:has(#profession), .sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field:has(#yearsofexperience), .sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field:has(#Specializations), .sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field:has(#Preferredgermanregions), .sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field:has(.prexe) {
    grid-column: span 1/span 1;
  }
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field:has(#Specializations) .dropdown,
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field:has(#Specializations) .registration-select-dropdown {
  display: none;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field:hover {
  cursor: no-drop;
  background-color: #e2e8f0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field:hover .UploadedFiles .UploadedFile {
  border: 1px solid rgb(255, 255, 255) !important;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field:hover > * {
  cursor: no-drop;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .wrap {
  border: 0;
  overflow-x: auto;
  border-radius: 8px;
  border: 1px solid #cad5e2;
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .wrap .prexe-field-title {
  display: grid;
  grid-template-columns: 85px 16% 16% 16% 15% 10% 10% 10%;
  width: 100%;
  background-color: #e2e8f0;
  border-bottom: 1px solid rgb(255, 255, 255);
}
@media (max-width: 1200px) {
  .sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .wrap .prexe-field-title {
    width: 1246px;
  }
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .wrap .prexe-field-title .prexe-title {
  font-size: 14px;
  color: rgb(0, 0, 0);
  padding: 13px 10px;
  width: 100%;
  height: 100%;
  border-right: 1px solid rgb(255, 255, 255);
  word-break: break-all;
}
@media (max-width: 576px) {
  .sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .wrap .prexe-field-title .prexe-title {
    font-size: 16px;
  }
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .wrap .prexe-field-title .prexe-title:last-child {
  border-right: 1px solid transparent;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .wrap .prexe-field-title .prexe-title.index {
  text-align: center;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .wrap .prexe-group {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 1200px) {
  .sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .wrap .prexe-group {
    width: 1246px;
  }
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info {
  display: grid;
  grid-template-columns: 85px 16% 16% 16% 15% 10% 10% 10%;
  border-top: 1px solid #e2e8f0;
  position: relative;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info .prexe-info {
  font-size: 14px;
  padding: 10px;
  color: rgb(0, 0, 0);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  border-right: 1px solid #e2e8f0;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info .prexe-info:last-of-type {
  border-right: 1px solid transparent;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info .prexe-info.index {
  justify-content: center;
  text-align: center;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info .prexe-info span {
  word-break: break-all;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info .prexe-info .prexe-info-input {
  display: none;
  font-size: 18px;
  max-width: calc(100% - 22px);
  width: 100%;
  padding: 7px 16px;
  border-radius: 30px;
  border: 1px solid #E5E5E5;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info .prexe-info .icon {
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info .prexe-info .icon::before {
  background-color: #888888;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info .prexe-info .icon:hover::before {
  background-color: rgb(0, 0, 0);
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info .prexe-info:last-of-type .prexe-info-input {
  max-width: calc(100% - 52px);
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info .prexe-info:last-of-type .icon {
  margin-right: 25px;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info .prexe-info:has(.Highlight) {
  background-color: #e2e8f0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info .delete-record,
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info .edit-record,
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info .save-record {
  background-color: transparent;
  background: none;
  padding: 5px 10px;
  margin: 0;
  border: 2px solid transparent;
  width: fit-content;
  height: fit-content;
  box-shadow: none;
  align-self: center;
  opacity: 0;
  pointer-events: none;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info .delete-record:is(.delete-record),
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info .edit-record:is(.delete-record),
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info .save-record:is(.delete-record) {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  border-radius: 8px;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info .delete-record .icon,
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info .edit-record .icon,
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info .save-record .icon {
  width: 16px;
  height: 16px;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info .delete-record .icon::before,
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info .edit-record .icon::before,
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info .save-record .icon::before {
  background-color: rgb(78, 78, 78);
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info .delete-record:hover, .sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info .delete-record:focus,
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info .edit-record:hover,
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info .edit-record:focus,
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info .save-record:hover,
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info .save-record:focus {
  border: 2px solid transparent;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info .save-record .icon::before {
  background-color: #5CB338;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info.edit .prexe-info .icon {
  opacity: 1;
  pointer-events: all;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info.edit .delete-record {
  opacity: 1;
  pointer-events: all;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .prexe-upload {
  display: none;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  margin-top: 13px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .prexe-upload {
    background: none;
  }
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .prexe-upload .prexe-group .prexe-upload-info-field {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 13px 20px 20px;
}
@media (max-width: 576px) {
  .sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .prexe-upload .prexe-group .prexe-upload-info-field {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .prexe-upload .prexe-group .prexe-upload-info-field > .heading-4 {
  grid-column: span 2/span 2;
  font-size: 20px;
  color: rgb(0, 0, 0);
  font-weight: 400;
  margin: 0 0 7px;
}
@media (max-width: 576px) {
  .sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .prexe-upload .prexe-group .prexe-upload-info-field > .heading-4 {
    grid-column: span 1/span 1;
  }
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .prexe-upload .prexe-group .prexe-upload-info-field .prexe-info {
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .prexe-upload .prexe-group .prexe-upload-info-field .prexe-info .heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #888888;
  position: relative;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .prexe-upload .prexe-group .prexe-upload-info-field .prexe-info .heading .icon {
  position: absolute;
  right: -25px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .prexe-upload .prexe-group .prexe-upload-info-field .prexe-info .heading .icon::before {
  background-color: red;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .prexe-upload .prexe-group .prexe-upload-info-field .prexe-info.required .heading .icon {
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .prexe-upload .prexe-group .prexe-upload-info-field .prexe-info .prexe-label {
  position: relative;
  width: 100%;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .prexe-upload .prexe-group .prexe-upload-info-field .prexe-info .prexe-label .prexe-input {
  border: 1px solid #e2e8f0;
  padding: 13px 20px;
  border-radius: 22px;
  width: 100%;
  background-color: rgb(255, 255, 255);
}
@media (max-width: 576px) {
  .sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .prexe-upload .prexe-group .prexe-upload-info-field .prexe-info .prexe-label .prexe-input {
    padding: 13px 16px 13px 13px;
  }
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .prexe-upload .prexe-group .prexe-upload-info-field .prexe-info .prexe-label textarea {
  border-radius: 22px;
  height: 52px;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .prexe-upload .prexe-group .prexe-upload-info-field .prexe-info .registration-label:has(select) {
  display: none;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .prexe-upload .prexe-group .prexe-upload-info-field .prexe-info:has(.CustomButton) {
  grid-column: span 2/span 2;
}
@media (max-width: 576px) {
  .sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .prexe-upload .prexe-group .prexe-upload-info-field .prexe-info:has(.CustomButton) {
    grid-column: span 1/span 1;
  }
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .prexe-upload .prexe-group .prexe-upload-info-field .prexe-info .CustomButton {
  margin: 20px auto 10px;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .prexe-upload .prexe-group .prexe-upload-info-field .prexe-info:focus, .sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .prexe .prexe-upload .prexe-group .prexe-upload-info-field .prexe-info:hover {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field .BtnWrap {
  width: 100%;
  justify-content: center;
  margin: 16px 0 0;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field.will-change {
  cursor: pointer;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field.will-change > * {
  cursor: pointer;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field.will-change:hover {
  cursor: pointer;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field.edit .registred-info {
  padding-left: 4px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field.edit .registred-info-label {
  margin: 7px 0 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field.edit .registred-info-label:has(input[type=file]) {
  pointer-events: all;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field.edit .registred-info-label:has(input[type=file]) .input-upload {
  display: block;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field.edit .registred-info-label:has(input[type=file]) .regular-6 {
  display: none;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field.edit .registred-info-label:has(input[type=file]) .regular-6:has(a) {
  display: block;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field.edit .registred-info-label:has(input[type=file]) a {
  font-size: 13px;
  display: block;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field.edit .registred-info-label:has(input[type=file]) a .regular-6 {
  display: block;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field.edit .registred-info-label:has(.link) {
  pointer-events: all;
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field.edit:has(.registration-select) {
  min-height: 128px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 1400px) {
  .sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap .registred-info-block .field.edit:has(.registration-select) {
    min-height: 116px;
  }
}
.sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap.span-2 {
  grid-column: span 2/span 2;
}
@media (max-width: 1200px) {
  .sec-edit-profile .container .edit-info-wrap-block .edit-info-wrap.span-2 {
    grid-column: span 1/span 1;
  }
}
.sec-edit-profile .container .edit-info-wrap-block:has(.RelocationsInfoWrap) {
  display: none;
  transition: none;
}
.sec-edit-profile .container .edit-info-wrap-block .BtnWrap.span-2 {
  grid-column: span 2/span 2;
}
@media (max-width: 1200px) {
  .sec-edit-profile .container .edit-info-wrap-block .BtnWrap.span-2 {
    grid-column: span 1/span 1;
  }
}
.sec-edit-profile .container .edit-info-wrap-block .BtnWrap .save-profile {
  animation: shake 4s infinite normal forwards;
}
.sec-edit-profile.OnHold .container .edit-profile-inner .edit-profile-wrap .user-profile .profile-image {
  margin-bottom: 0;
}
.sec-edit-profile.OnHold .container .edit-profile-inner .edit-profile-wrap .user-profile .profile-image img {
  inset: initial;
}
.sec-edit-profile.OnHold .container .edit-profile-inner .edit-profile-wrap .user-profile .profile-image::before {
  display: none;
}
.sec-edit-profile.OnHold .container .edit-profile-inner .edit-profile-wrap .user-profile .profile-image::after {
  display: none;
}
.sec-edit-profile.OnHold .container .edit-profile-inner > * {
  cursor: no-drop !important;
  user-select: none !important;
  pointer-events: none !important;
}

.doc {
  width: 100%;
  max-width: 301px;
  max-width: fit-content;
  padding: 5px 22px;
}
@media (max-width: 576px) {
  .doc:not(:last-child) {
    margin: 0 0 7px 0;
  }
}
.doc .img-wrap img {
  width: 31px;
  height: 31px;
  border-radius: 7px;
}
.doc span {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 20px;
  font-size: 14px;
}
@media (max-width: 576px) {
  .doc span {
    font-size: 11px;
  }
}
.doc span .icon-bg {
  width: 31px;
  height: 31px;
}

.resume {
  width: 100%;
  max-width: 301px;
  padding: 7px 16px;
}
.resume:not(:last-child) {
  margin-right: 7px;
}
.resume .img-wrap img {
  width: 31px;
  height: 31px;
  border-radius: 7px;
}
.resume span {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 20px;
  font-size: 14px;
}
.resume span .icon-bg {
  width: 31px;
  height: 31px;
}

.sec-profile-view {
  margin: 22px 0;
}
.sec-profile-view .container .profile-inner {
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
}
.sec-profile-view .container .profile-inner .hireflix {
  border: 0;
  border-radius: 0;
  margin: 0 0 13px;
}
.sec-profile-view .container .profile-inner .hireflix .hireflix-group {
  border: 1px solid #e2e8f0;
  border-radius: 16px;
}
.sec-profile-view .container .profile-wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  position: relative;
  padding: 22px 20px 20px 20px;
  border-radius: 16px;
  margin-bottom: 10px;
  transition: all 0.3s ease-in, border 0.3s ease-in 0.4s;
}
.sec-profile-view .container .user-profile {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  width: 100%;
  padding: 0 0 0 20px;
  height: fit-content;
  position: relative;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .sec-profile-view .container .user-profile {
    flex-direction: column;
    padding: 25px 0 20px;
  }
}
.sec-profile-view .container .user-profile .profile-image {
  width: 70px;
  height: 70px;
  position: relative;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1400px) {
  .sec-profile-view .container .user-profile .profile-image {
    width: 160px;
    height: 160px;
  }
}
.sec-profile-view .container .user-profile .profile-image::before, .sec-profile-view .container .user-profile .profile-image::after {
  left: 50%;
  top: 50%;
  transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  border-radius: 50%;
  z-index: 0;
  box-shadow: rgba(255, 255, 255, 0) 0px 0px 22px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .sec-profile-view .container .user-profile .profile-image::before, .sec-profile-view .container .user-profile .profile-image::after {
    box-shadow: rgba(255, 255, 255, 0.35) 0px 0px 22px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
}
.sec-profile-view .container .user-profile .profile-image::before {
  background: linear-gradient(130deg, rgb(43, 242, 209) 0%, rgb(61, 134, 236) 70%);
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  inset: initial;
  bottom: -7px;
}
.sec-profile-view .container .user-profile .profile-image::after {
  background-color: rgb(255, 255, 255);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  inset: initial;
  bottom: -5px;
}
.sec-profile-view .container .user-profile .profile-image .regular-6 {
  width: 100%;
  text-align: center;
  color: #4E4E4E;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  cursor: pointer;
}
.sec-profile-view .container .user-profile .profile-image:has(img) .regular-6 {
  color: rgb(255, 255, 255);
}
.sec-profile-view .container .user-profile .profile-image:has(img) img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  position: relative;
  z-index: 1;
  bottom: -5px;
}
.sec-profile-view .container .user-profile .profile-image:has(img) label {
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-profile-view .container .user-profile .profile-image .upload-profile-label {
  width: 34px;
  height: 34px;
  margin: 0;
  border-radius: 50%;
  background-color: #3a86f8;
  border: 2px solid rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 4px;
  bottom: 0;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-profile-view .container .user-profile .profile-image .upload-profile-label input {
  display: none;
}
.sec-profile-view .container .user-profile .profile-image .upload-profile-label .icon::before {
  background-color: rgb(255, 255, 255);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-profile-view .container .user-profile .profile-image .upload-profile-label:hover .icon::before {
  background-color: #4E4E4E;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-profile-view .container .user-profile .user-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100px;
  padding: 13px;
}
@media (max-width: 992px) {
  .sec-profile-view .container .user-profile .user-info {
    align-items: center;
    text-align: center;
    padding: 0 13px;
    min-height: unset;
  }
}
@media (max-width: 576px) {
  .sec-profile-view .container .user-profile .user-info {
    gap: 4px;
  }
}
.sec-profile-view .container .user-profile .user-info .heading-6 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.sec-profile-view .container .user-profile .user-info .VisaStatusInfo {
  display: flex;
  flex-direction: row;
  gap: 4px;
  position: relative;
  margin-bottom: 7px;
}
.sec-profile-view .container .user-profile .user-info .VisaStatusInfo .icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 31px;
  height: 31px;
  background-color: rgb(255, 255, 255);
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  border-radius: 50%;
}
.sec-profile-view .container .user-profile .user-info .VisaStatusInfo .icon::before {
  width: 16px;
  height: 16px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-profile-view .container .user-profile .user-info .VisaStatusInfo .icon:hover {
  opacity: 0.7;
}
.sec-profile-view .container .user-profile .user-info .VisaStatusInfo .icon:hover::before {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-profile-view .container .user-profile .user-info .VisaStatusInfo .StatusInfo {
  position: absolute;
  left: 9px;
  bottom: 103%;
  font-size: 16px;
  background: rgb(255, 255, 255);
  border: #e2e8f0;
  color: rgb(0, 0, 0);
  padding: 8px 12px;
  border-radius: 6px;
  white-space: nowrap;
  z-index: 10;
  margin: 0;
  box-shadow: rgba(0, 0, 0, 0.31) 3.1px 3.1px 2.6px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-profile-view .container .user-profile .user-info .VisaStatusInfo .StatusInfo::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  border: 6px solid transparent;
  border-top-color: rgb(255, 255, 255);
  transform: rotate(2deg);
}
.sec-profile-view .container .user-profile .user-info .VisaStatusInfo .icon:hover + .StatusInfo {
  opacity: 1;
  visibility: visible;
}
.sec-profile-view .container .user-profile .user-info .user-info-link:hover {
  color: #dbebfe !important;
}
.sec-profile-view .container .user-profile .BtnWrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  margin: 0 31px 0 auto;
}
@media (max-width: 576px) {
  .sec-profile-view .container .user-profile .BtnWrap {
    flex-direction: column;
    padding-bottom: 0;
  }
}
.sec-profile-view .container .user-profile .BtnWrap .favorite {
  width: unset;
}
.sec-profile-view .container .user-profile .BtnWrap .favorite .icon::before {
  background-color: rgb(255, 255, 255);
}
.sec-profile-view .container .user-profile .BtnWrap .CustomButton:not(:last-child) {
  margin-right: 7px;
}
.sec-profile-view .container .user-profile .BtnWrap .CustomButton span {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 400;
}
.sec-profile-view .container .user-profile .BtnWrap .CustomButton span .icon-bg {
  width: 22px;
  height: 22px;
}
.sec-profile-view .container .user-profile .BtnWrap .CustomButton span .icon {
  width: 16px;
  height: 16px;
}
.sec-profile-view .container .user-profile:hover .profile-image::before, .sec-profile-view .container .user-profile:hover .profile-image::after {
  box-shadow: rgba(255, 255, 255, 0.35) 0px 0px 22px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-profile-view .container .UserWrap {
  display: none;
  grid-template-columns: 1fr 1fr;
  border: 0;
}
@media (max-width: 992px) {
  .sec-profile-view .container .UserWrap {
    grid-template-columns: 1fr;
  }
}
.sec-profile-view .container .UserWrap .UserConfidentialData {
  width: 100%;
  padding: 16px 22px 16px;
}
@media (max-width: 992px) {
  .sec-profile-view .container .UserWrap .UserConfidentialData {
    order: 2;
  }
}
.sec-profile-view .container .UserWrap .UserStatus {
  padding: 16px;
}
@media (max-width: 992px) {
  .sec-profile-view .container .UserWrap .UserStatus {
    order: 1;
  }
}
.sec-profile-view .container .UserStatusHeading {
  border-bottom: 1px solid transparent;
}
.sec-profile-view .container .UserStatusHeading .icon {
  pointer-events: none;
}
.sec-profile-view .container .UserStatusHeading.open {
  border-radius: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid rgb(255, 255, 255);
}
.sec-profile-view .container .UserVisaStatus {
  position: absolute;
  right: 4px;
  top: 4px;
  z-index: 1;
  padding: 6px 16px;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .sec-profile-view .container .UserVisaStatus {
    inset: initial;
    left: 0;
    top: 0;
  }
}
.sec-profile-view .container:has(.UserStatus) .profile-wrap, .sec-profile-view .container:has(.UserConfidentialData) .profile-wrap {
  display: grid;
  grid-template-columns: 1fr;
  min-height: fit-content;
  padding: 0;
}
.sec-profile-view .container:has(.UserStatus) .user-profile, .sec-profile-view .container:has(.UserConfidentialData) .user-profile {
  border: 1px solid transparent;
  border-bottom: 1px solid rgb(255, 255, 255);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-profile-view .container .doc.btn.primary {
  color: rgb(255, 255, 255);
  background: none;
  background-color: #3a86f8;
  border-radius: 16px;
}
.sec-profile-view .container .doc.btn.primary span {
  color: rgb(255, 255, 255);
}
.sec-profile-view .container .doc.btn.primary .icon::before {
  background-color: rgb(255, 255, 255);
}
.sec-profile-view .container .doc.btn.primary:hover {
  color: rgb(78, 78, 78);
  background-color: rgb(255, 255, 255);
  border: 1px solid #e2e8f0;
}
.sec-profile-view .container .doc.btn.primary:hover span {
  color: rgb(78, 78, 78);
}
.sec-profile-view .container .doc.btn.primary:hover .icon::before {
  background-color: rgb(78, 78, 78);
}
.sec-profile-view .container .hireflix.animate__animated {
  margin-top: 10px;
}

.candidate-info-wrap-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 0 13px;
  background-color: rgb(255, 255, 255);
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .candidate-info-wrap-block {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.candidate-info-wrap-block .candidate-info-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 4px;
  padding: 13px 22px 16px;
  position: relative;
  width: 100%;
}
.candidate-info-wrap-block .candidate-info-wrap:nth-child(odd) {
  border-right: 1px solid #e2e8f0;
}
.candidate-info-wrap-block .candidate-info-wrap:has(img) {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.candidate-info-wrap-block .candidate-info-wrap:has(p) > p {
  padding: 0 4px 0;
}
.candidate-info-wrap-block .candidate-info-wrap > .heading-4 {
  color: rgb(0, 0, 0);
  line-height: normal;
  padding: 0 4px 0;
}
.candidate-info-wrap-block .candidate-info-wrap p a {
  text-decoration: underline;
  color: #3a86f8;
}
.candidate-info-wrap-block .candidate-info-wrap::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 1;
  backdrop-filter: blur(2px);
  border-radius: 7px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.candidate-info-wrap-block .candidate-info-wrap:has(.registration-select-dropdown.open)::before {
  opacity: 1;
  pointer-events: all;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px 13px;
  margin: 20px 0 0;
}
@media (max-width: 1200px) {
  .candidate-info-wrap-block .candidate-info-wrap .registred-info-block {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .candidate-info-wrap-block .candidate-info-wrap .registred-info-block {
    margin: 10px 0 0;
  }
}
@media (max-width: 576px) {
  .candidate-info-wrap-block .candidate-info-wrap .registred-info-block {
    grid-template-columns: 1fr;
  }
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field {
  padding: 10px 16px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
  min-height: 63px;
  height: 100%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 1400px) {
  .candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field {
    padding: 8px;
  }
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .heading {
  padding: 0;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .heading-5 {
  line-height: normal;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field p {
  font-size: 18px;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .registred-info {
  color: rgb(0, 0, 0);
  font-weight: 400;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .registred-info-label {
  margin: 0;
  width: 100%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .registred-info-label .registred-info-input {
  display: none;
  padding: 10px 13px;
}
@media (max-width: 576px) {
  .candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .registred-info-label .registred-info-input {
    padding: 13px 16px 13px 13px;
  }
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .registred-info-label .registred-info-inputinput[type=file] {
  display: none;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .registred-info-label input {
  transition: none;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .registred-info-label:has(input[type=file]) .input-upload {
  display: none;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .registred-info-label:has(input[type=file]) a {
  color: #3a86f8;
  margin-right: 7px;
  text-decoration: underline;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .registred-info-label:has(input[type=file]) a .regular-6 {
  color: #3a86f8;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .registred-info-label .regular-6 {
  margin-top: 2px;
  font-size: 16px;
  word-break: break-all;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .registred-info-label .regular-6:has(.link) {
  word-break: break-all;
  text-decoration: underline;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .registred-info-label .link {
  display: block;
  color: #3a86f8;
  text-decoration: underline;
  word-break: break-all;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .registred-info-label .link .regular-6 {
  color: #3a86f8;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .registred-info-label .link:first-child {
  margin-top: 7px;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .registred-info-label:has(.link) {
  pointer-events: all;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .country-edit-dropdown {
  width: 100%;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .dropdown,
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .registration-select-dropdown {
  margin-top: 4px;
  background-color: rgb(255, 255, 255);
  display: none;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .dropdown.open,
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .registration-select-dropdown.open {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .registred-info-label ~ .dropdown-label-fw {
  display: none;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field:has(input:focus) {
  background-color: #e2e8f0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field:has(.prexe) {
  padding: 13px 16px 13px;
  background: transparent;
  border: 1px solid #e2e8f0;
}
@media (max-width: 992px) {
  .candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field:has(.prexe) {
    overflow: scroll;
  }
}
@media (max-width: 576px) {
  .candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field:has(.prexe) {
    overflow: hidden;
  }
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field:has(.prexe):hover {
  background-color: transparent;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field:has(.prexe) .prexe {
  grid-column: span 2/span 2;
  width: 100%;
}
@media (max-width: 992px) {
  .candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field:has(.prexe) .prexe {
    width: 889px;
  }
}
@media (max-width: 576px) {
  .candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field:has(.prexe) .prexe {
    width: 100%;
    grid-column: span 1/span 1;
  }
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field:has(.prexe) .registred-info {
  margin: 0px 7px 13px;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field:has(.prexe) .prexe-info {
  background-color: transparent;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field:has(#profession), .candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field:has(#yearsofexperience), .candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field:has(#Specializations), .candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field:has(#Preferredgermanregions), .candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field:has(.prexe) {
  grid-column: span 2/span 2;
}
@media (max-width: 576px) {
  .candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field:has(#profession), .candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field:has(#yearsofexperience), .candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field:has(#Specializations), .candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field:has(#Preferredgermanregions), .candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field:has(.prexe) {
    grid-column: span 1/span 1;
  }
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field:has(#Specializations) .dropdown,
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field:has(#Specializations) .registration-select-dropdown {
  display: none;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field:hover {
  cursor: no-drop;
  background-color: #e2e8f0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field:hover .UploadedFiles .UploadedFile {
  border: 1px solid rgb(255, 255, 255) !important;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field:hover > * {
  cursor: no-drop;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .wrap {
  border: 0;
  overflow-x: auto;
  border-radius: 8px;
  border: 1px solid #cad5e2;
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .wrap .prexe-field-title {
  display: grid;
  grid-template-columns: 85px 16% 16% 16% 15% 10% 10% 10%;
  width: 100%;
  background-color: #e2e8f0;
  border-bottom: 1px solid rgb(255, 255, 255);
}
@media (max-width: 1200px) {
  .candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .wrap .prexe-field-title {
    width: 1246px;
  }
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .wrap .prexe-field-title .prexe-title {
  font-size: 14px;
  color: rgb(0, 0, 0);
  padding: 13px 10px;
  width: 100%;
  height: 100%;
  border-right: 1px solid rgb(255, 255, 255);
  word-break: break-all;
}
@media (max-width: 576px) {
  .candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .wrap .prexe-field-title .prexe-title {
    font-size: 16px;
  }
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .wrap .prexe-field-title .prexe-title:last-child {
  border-right: 1px solid transparent;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .wrap .prexe-field-title .prexe-title.index {
  text-align: center;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .wrap .prexe-group {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 1200px) {
  .candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .wrap .prexe-group {
    width: 1246px;
  }
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info {
  display: grid;
  grid-template-columns: 85px 16% 16% 16% 15% 10% 10% 10%;
  border-top: 1px solid #e2e8f0;
  position: relative;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info .prexe-info {
  font-size: 14px;
  padding: 10px;
  color: rgb(0, 0, 0);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  border-right: 1px solid #e2e8f0;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info .prexe-info:last-of-type {
  border-right: 1px solid transparent;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info .prexe-info.index {
  justify-content: center;
  text-align: center;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info .prexe-info span {
  word-break: break-all;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info .prexe-info .prexe-info-input {
  display: none;
  font-size: 18px;
  max-width: calc(100% - 22px);
  width: 100%;
  padding: 7px 16px;
  border-radius: 30px;
  border: 1px solid #E5E5E5;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info .prexe-info .icon {
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info .prexe-info .icon::before {
  background-color: #888888;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info .prexe-info .icon:hover::before {
  background-color: rgb(0, 0, 0);
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info .prexe-info:last-of-type .prexe-info-input {
  max-width: calc(100% - 52px);
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info .prexe-info:last-of-type .icon {
  margin-right: 25px;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info .prexe-info:has(.Highlight) {
  background-color: #e2e8f0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info .delete-record,
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info .edit-record,
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info .save-record {
  background-color: transparent;
  background: none;
  padding: 5px 10px;
  margin: 0;
  border: 2px solid transparent;
  width: fit-content;
  height: fit-content;
  box-shadow: none;
  align-self: center;
  opacity: 0;
  pointer-events: none;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info .delete-record:is(.delete-record),
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info .edit-record:is(.delete-record),
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info .save-record:is(.delete-record) {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  border-radius: 8px;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info .delete-record .icon,
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info .edit-record .icon,
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info .save-record .icon {
  width: 16px;
  height: 16px;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info .delete-record .icon::before,
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info .edit-record .icon::before,
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info .save-record .icon::before {
  background-color: rgb(78, 78, 78);
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info .delete-record:hover, .candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info .delete-record:focus,
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info .edit-record:hover,
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info .edit-record:focus,
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info .save-record:hover,
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info .save-record:focus {
  border: 2px solid transparent;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info .save-record .icon::before {
  background-color: #5CB338;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info.edit .prexe-info .icon {
  opacity: 1;
  pointer-events: all;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .wrap .prexe-group .prexe-field-info.edit .delete-record {
  opacity: 1;
  pointer-events: all;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .prexe-upload {
  display: none;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  margin-top: 13px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .prexe-upload {
    background: none;
  }
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .prexe-upload .prexe-group .prexe-upload-info-field {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 13px 20px 20px;
}
@media (max-width: 576px) {
  .candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .prexe-upload .prexe-group .prexe-upload-info-field {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .prexe-upload .prexe-group .prexe-upload-info-field > .heading-4 {
  grid-column: span 2/span 2;
  font-size: 20px;
  color: rgb(0, 0, 0);
  font-weight: 400;
  margin: 0 0 7px;
}
@media (max-width: 576px) {
  .candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .prexe-upload .prexe-group .prexe-upload-info-field > .heading-4 {
    grid-column: span 1/span 1;
  }
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .prexe-upload .prexe-group .prexe-upload-info-field .prexe-info {
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .prexe-upload .prexe-group .prexe-upload-info-field .prexe-info .heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #888888;
  position: relative;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .prexe-upload .prexe-group .prexe-upload-info-field .prexe-info .heading .icon {
  position: absolute;
  right: -25px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .prexe-upload .prexe-group .prexe-upload-info-field .prexe-info .heading .icon::before {
  background-color: red;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .prexe-upload .prexe-group .prexe-upload-info-field .prexe-info.required .heading .icon {
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .prexe-upload .prexe-group .prexe-upload-info-field .prexe-info .prexe-label {
  position: relative;
  width: 100%;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .prexe-upload .prexe-group .prexe-upload-info-field .prexe-info .prexe-label .prexe-input {
  border: 1px solid #e2e8f0;
  padding: 13px 20px;
  border-radius: 22px;
  width: 100%;
  background-color: rgb(255, 255, 255);
}
@media (max-width: 576px) {
  .candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .prexe-upload .prexe-group .prexe-upload-info-field .prexe-info .prexe-label .prexe-input {
    padding: 13px 16px 13px 13px;
  }
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .prexe-upload .prexe-group .prexe-upload-info-field .prexe-info .prexe-label textarea {
  border-radius: 22px;
  height: 52px;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .prexe-upload .prexe-group .prexe-upload-info-field .prexe-info .registration-label:has(select) {
  display: none;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .prexe-upload .prexe-group .prexe-upload-info-field .prexe-info:has(.CustomButton) {
  grid-column: span 2/span 2;
}
@media (max-width: 576px) {
  .candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .prexe-upload .prexe-group .prexe-upload-info-field .prexe-info:has(.CustomButton) {
    grid-column: span 1/span 1;
  }
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .prexe-upload .prexe-group .prexe-upload-info-field .prexe-info .CustomButton {
  margin: 20px auto 10px;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .prexe-upload .prexe-group .prexe-upload-info-field .prexe-info:focus, .candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .prexe .prexe-upload .prexe-group .prexe-upload-info-field .prexe-info:hover {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field .BtnWrap {
  width: 100%;
  justify-content: center;
  margin: 16px 0 0;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field.will-change {
  cursor: pointer;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field.will-change > * {
  cursor: pointer;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field.will-change:hover {
  cursor: pointer;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field.edit .registred-info {
  padding-left: 4px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field.edit .registred-info-label {
  margin: 7px 0 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field.edit .registred-info-label:has(input[type=file]) {
  pointer-events: all;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field.edit .registred-info-label:has(input[type=file]) .input-upload {
  display: block;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field.edit .registred-info-label:has(input[type=file]) .regular-6 {
  display: none;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field.edit .registred-info-label:has(input[type=file]) .regular-6:has(a) {
  display: block;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field.edit .registred-info-label:has(input[type=file]) a {
  font-size: 13px;
  display: block;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field.edit .registred-info-label:has(input[type=file]) a .regular-6 {
  display: block;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field.edit .registred-info-label:has(.link) {
  pointer-events: all;
}
.candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field.edit:has(.registration-select) {
  min-height: 128px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 1400px) {
  .candidate-info-wrap-block .candidate-info-wrap .registred-info-block .field.edit:has(.registration-select) {
    min-height: 116px;
  }
}
.candidate-info-wrap-block .candidate-info-wrap.span-2 {
  border: 0;
  grid-column: span 2;
}
@media (max-width: 1200px) {
  .candidate-info-wrap-block .candidate-info-wrap.span-2 {
    grid-column: span 1;
  }
}
.candidate-info-wrap-block:has(.RelocationsInfoWrap) {
  display: none;
  transition: none;
}

.sec-MyDocuments {
  margin: 16px 0;
}
.sec-MyDocuments .container .MyDocuments-inner {
  padding: 16px 20px;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  max-height: 535px;
  overflow-x: hidden;
  overflow-y: auto;
}
.sec-MyDocuments .container .MyDocuments-inner > .header {
  width: calc(100% + 26px);
  position: relative;
  left: 50%;
  border: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  border-radius: 0;
  box-shadow: none;
}
.sec-MyDocuments .container .MyDocuments-inner > .header .filter-wrap {
  padding: 0 13px 0;
  border-radius: 0;
  border: 0;
  gap: 20px;
}
.sec-MyDocuments .container .MyDocuments-inner > .header .search-bar label input {
  box-shadow: rgba(99, 99, 99, 0.121) 0 2px 8px 0;
}
.sec-MyDocuments .container .MyDocuments-inner > .header .breadcrumb-list {
  padding: 4px 13px 7px;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  background-color: transparent;
}
.sec-MyDocuments .container .MyDocuments-inner > .header::after {
  display: none;
}
.sec-MyDocuments .container .MyDocuments-inner .breadcrumb-list .breadcrumb-item[data-title] {
  display: none;
}
.sec-MyDocuments .container .MyDocuments-inner .breadcrumb-list .breadcrumb-item[data-title]:first-of-type {
  display: list-item;
}
.sec-MyDocuments .container .MyDocuments-inner .MyDocuments-list[data-title=Location] {
  display: flex;
}
.MyDocuments-list {
  position: relative;
  padding: 0 0 13px;
  margin-bottom: 13px;
  flex-direction: column;
  border-bottom: 1px solid #e2e8f0;
}
.MyDocuments-list[data-title] {
  display: none;
}
.MyDocuments-list .LoaderWrapper {
  width: 100%;
  height: 100%;
  left: 50%;
  top: 51%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.MyDocuments-list .header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border: 0;
  box-shadow: none;
}
.MyDocuments-list .header .filter-wrap {
  border: 0;
}
.MyDocuments-list .header a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.MyDocuments-list .header a .icon {
  width: 10px;
  height: 10px;
}
.MyDocuments-list .header a .icon-list,
.MyDocuments-list .header a .icon-Rlist {
  width: 16px;
  height: 16px;
}
.MyDocuments-list .header a .icon-list::before,
.MyDocuments-list .header a .icon-Rlist::before {
  background-color: #5e5e5e;
}
.MyDocuments-list .header a:hover {
  color: rgb(0, 0, 0);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.MyDocuments-list .header a:hover .icon::before {
  background-color: rgb(0, 0, 0);
}
.MyDocuments-list .header a.list, .MyDocuments-list .header a.Rlist {
  padding: 0 13px;
}
.MyDocuments-list .header::after {
  display: none;
}
.MyDocuments-list .header .icon {
  pointer-events: none;
}
.MyDocuments-list .documents-header {
  font-size: 18px;
  margin: 13px 0;
}
.MyDocuments-list.list .documents-list-wrap {
  flex-direction: column;
  gap: 7px;
}
.MyDocuments-list.list .documents-list-wrap .documents {
  max-width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 7px 13px;
  gap: 13px;
}
.MyDocuments-list.list .documents-list-wrap .documents iframe {
  width: 20px;
  height: 20px;
}
.MyDocuments-list.list .documents-list-wrap .documents canvas {
  width: 20px;
  height: 20px;
}
.MyDocuments-list.list .documents-list-wrap .documents img {
  width: 20px;
  height: 20px;
}
.MyDocuments-list.list .documents-list-wrap .documents .document-name {
  word-break: break-word;
}
.MyDocuments-list.searched .documents-header {
  display: block;
}
.MyDocuments-list.seperate[data-title]:not([data-title=Location]) {
  display: flex;
  flex-direction: column;
  background-color: rgb(255, 255, 255);
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  margin: 31px 0;
}

.folder-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 13px;
  width: calc(100% + 34px);
  width: 100%;
  min-height: 273px;
  min-height: fit-content;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.MyDocuments-heading {
  position: relative;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: calc(100% + 3px);
}
.MyDocuments-heading .heading-6 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  font-size: 13px;
  color: #5e5e5e;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.MyDocuments-heading .heading-6 .icon {
  width: 13px;
  height: 13px;
  margin: 4px 0 0 -1px;
}
.MyDocuments-heading .heading-6 .icon::before {
  background-color: #5e5e5e;
}
.MyDocuments-heading .heading-6::after {
  right: -128px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 100%;
  height: 2px;
  border-bottom: 1px solid #3a86f8;
  border-bottom: 1px solid #e2e8f0;
  border-radius: 20px;
}
.MyDocuments-heading .document-toggle {
  cursor: pointer;
}

.folder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  width: 130px;
  height: fit-content;
  padding: 0 0 4px;
  cursor: pointer;
  border: 0;
  border-radius: 8px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.folder .folder-name {
  font-size: 13px;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 992px) {
  .folder .folder-name {
    text-align: center;
  }
}
.folder:hover, .folder:focus {
  background-color: #e2e8f0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.folder.active {
  background-color: #e2e8f0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .folder {
    width: 100px;
    height: fit-content;
  }
  .folder .icon-bg {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 468px) {
  .folder {
    width: 47.2%;
  }
}

.documents-list-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 13px;
}
.documents-list-wrap a span {
  white-space: wrap;
  word-break: break-all;
}

.documents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: 130px;
  padding: 13px 7px 7px;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.documents iframe {
  width: 100px;
  height: 100px;
}
.documents canvas {
  width: 100px;
  height: 100px;
}
.documents img {
  width: 100px;
  height: 100px;
}
.documents .document-name {
  font-size: 13px;
  color: #5e5e5e;
  word-break: break-word;
  text-align: center;
}
@media (max-width: 576px) {
  .documents {
    max-width: 47.2%;
  }
}
.documents:hover, .documents:focus {
  background-color: #e2e8f0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.documents:hover .document-name, .documents:focus .document-name {
  text-decoration: underline;
}

.sec-DocumentsHierarchy {
  margin: 16px 0;
}
.sec-DocumentsHierarchy .container .DocumentsHierarchy-inner {
  border-radius: 20px;
}
.sec-DocumentsHierarchy .container .DocumentsHierarchy-inner > .header {
  margin-bottom: 10px;
  border-radius: 16px;
  border-bottom: 1px solid #e2e8f0;
}
.sec-DocumentsHierarchy .container .DocumentsHierarchy-inner > .header .CustomHeading {
  grid-column: span 2/span 2;
}
@media (max-width: 992px) {
  .sec-DocumentsHierarchy .container .DocumentsHierarchy-inner > .header .CustomHeading {
    grid-column: span 1/span 1;
  }
}
.sec-DocumentsHierarchy .container .DocumentsHierarchy-inner > .header .breadcrumb-list {
  padding: 7px 0 7px 22px;
  gap: 0;
}
@media (max-width: 992px) {
  .sec-DocumentsHierarchy .container .DocumentsHierarchy-inner > .header .breadcrumb-list {
    padding: 13px;
  }
}
.sec-DocumentsHierarchy .container .DocumentsHierarchy-inner > .header .breadcrumb-list .breadcrumb-item .breadcrumb-link {
  color: rgb(78, 78, 78);
}
.sec-DocumentsHierarchy .container .DocumentsHierarchy-inner > .header .breadcrumb-list .breadcrumb-item[data-title] {
  display: none;
}
.sec-DocumentsHierarchy .container .DocumentsHierarchy-inner > .header .breadcrumb-list .breadcrumb-item[data-title]:first-of-type {
  display: list-item;
}
.sec-DocumentsHierarchy .container .DocumentsHierarchy-inner > .header .search-bar label input {
  box-shadow: rgba(99, 99, 99, 0.121) 0 2px 8px 0;
}
.sec-DocumentsHierarchy .container .DocumentsHierarchy-inner .DocumentsHierarchy-content {
  max-height: 535px;
  overflow: auto;
  padding: 22px 22px 13px;
  background-color: rgb(255, 255, 255);
  border: 1px solid #e2e8f0;
  border-radius: 16px;
}
.sec-DocumentsHierarchy .container .DocumentsHierarchy-inner .MyDocuments-list[data-title=SelectCategory] {
  display: flex;
}

.sec-inbox {
  margin: 16px 0;
}
.sec-inbox .container {
  position: relative;
}
.sec-inbox .container::before {
  width: calc(100% - 31px);
  height: 100%;
  top: 0;
  left: 50%;
  z-index: 1;
  opacity: 0;
  backdrop-filter: blur(2px);
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.02);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-inbox .container:has(.dropdown-trigger.open)::before {
  opacity: 1;
  pointer-events: all;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-inbox .container:has(.deletecnf-popup.active)::before {
  background-color: rgba(0, 0, 0, 0.121);
  opacity: 1;
  pointer-events: all;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-inbox .container .inbox-inner {
  border: 2px solid rgb(255, 255, 255);
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
  position: relative;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  overflow: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-inbox .container .inbox-inner .top-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 22px 16px;
  border-radius: 7px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.sec-inbox .container .inbox-inner .top-bar::after {
  content: "";
  position: absolute;
  left: -75px;
  top: -20px;
  z-index: 0;
  width: 20px;
  height: 155px;
  background: rgb(255, 255, 255);
  border: 0px solid rgb(255, 255, 255);
  opacity: 0.8;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: flash 6s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.sec-inbox .container .inbox-inner .top-bar .heading-5 {
  color: rgb(255, 255, 255);
  text-align: center;
  width: 100%;
}
@media (max-width: 576px) {
  .sec-inbox .container .inbox-inner .top-bar .heading-5 {
    display: none;
  }
}
.sec-inbox .container .inbox-inner .top-bar .close-btn-link .icon::before {
  background-color: rgb(255, 255, 255);
}
.sec-inbox .container .inbox-inner .top-bar .close-btn-link:hover .icon::before {
  background-color: rgb(255, 255, 255);
}
.sec-inbox .container .inbox-inner .top-bar .wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.sec-inbox .container .inbox-inner .top-bar .wrap .select {
  margin: 0;
}
.sec-inbox .container .inbox-inner .top-bar .wrap .select .mail-selectbox {
  display: none;
}
.sec-inbox .container .inbox-inner .top-bar .wrap .select .i-frame {
  position: relative;
  width: 22px;
  height: 22px;
  border: 1px solid #e2e8f0;
  border-radius: 7px;
  cursor: pointer;
  background: rgb(255, 255, 255);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-inbox .container .inbox-inner .top-bar .wrap .select .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .sec-inbox .container .inbox-inner .top-bar .wrap .select .icon {
    width: 18px;
    height: 18px;
  }
}
.sec-inbox .container .inbox-inner .top-bar .wrap .select .icon::before {
  background-color: #3a86f8 !important;
}
.sec-inbox .container .inbox-inner .top-bar .wrap .select .icon-dash {
  width: 18px;
  height: 18px;
}
.sec-inbox .container .inbox-inner .top-bar .wrap .select .mail-selectbox:checked ~ .i-frame .icon-yes {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-inbox .container .inbox-inner .top-bar .wrap .select:hover .i-frame, .sec-inbox .container .inbox-inner .top-bar .wrap .select:focus .i-frame {
  border: 1px solid #c5c5c5;
  background: rgb(255, 255, 255);
  -moz-box-shadow: 0px 1px 2px 0 rgb(128, 128, 128);
  box-shadow: 0px 1px 2px 0 rgb(128, 128, 128);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-inbox .container .inbox-inner .top-bar .wrap .select.all-checked .mail-selectbox:checked + .i-frame .icon-yes {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-inbox .container .inbox-inner .top-bar .wrap .select.not-all-checked .mail-selectbox + .i-frame .icon-dash {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-inbox .container .inbox-inner .top-bar .wrap .CustomButton {
  min-width: 25px;
  min-height: 25px;
  padding: 0;
  max-width: fit-content;
  background-color: transparent;
  border: 0;
  padding: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sec-inbox .container .inbox-inner .top-bar .wrap .CustomButton .icon {
  width: 24px;
  height: 24px;
  margin: 0;
}
.sec-inbox .container .inbox-inner .top-bar .wrap .CustomButton .icon::before {
  background-color: rgb(255, 255, 255);
}
.sec-inbox .container .inbox-inner .top-bar .compose-BtnWrap {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 7px;
}
.sec-inbox .container .inbox-inner .top-bar .compose-BtnWrap .CustomButton {
  color: rgb(255, 255, 255) !important;
}
.sec-inbox .container .inbox-inner .top-bar .compose-BtnWrap .CustomButton .icon {
  width: 16px;
  height: 16px;
  margin-top: 0;
}
.sec-inbox .container .inbox-inner .top-bar .compose-BtnWrap .CustomButton .icon::before {
  background-color: rgb(255, 255, 255) !important;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-inbox .container .inbox-inner .top-bar .compose-BtnWrap .CustomButton:hover {
  background-color: rgb(255, 255, 255) !important;
  color: rgb(78, 78, 78) !important;
}
.sec-inbox .container .inbox-inner .top-bar .compose-BtnWrap .CustomButton:hover .icon::before {
  background-color: rgb(78, 78, 78) !important;
}
.sec-inbox .container .inbox-inner .GlobalFilter {
  border: 0;
}
.sec-inbox .container .inbox-inner .mail-body {
  display: flex;
  flex-direction: row;
}
.sec-inbox .container .inbox-inner .mail-body .nav {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 0 4px 0;
  min-width: 202px;
  width: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-color: #f1f5f9;
  border: none;
  border-right: 4px solid #e2e8f0;
  box-shadow: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 1400px) {
  .sec-inbox .container .inbox-inner .mail-body .nav {
    grid-template-columns: 20% 20% 1fr;
  }
}
@media (max-width: 1200px) {
  .sec-inbox .container .inbox-inner .mail-body .nav {
    grid-template-columns: 21% 21% 1fr;
  }
}
@media (max-width: 992px) {
  .sec-inbox .container .inbox-inner .mail-body .nav {
    grid-template-columns: 28% 28% 1fr;
  }
}
@media (max-width: 768px) {
  .sec-inbox .container .inbox-inner .mail-body .nav {
    grid-template-columns: 35% 35% 1fr;
  }
}
@media (max-width: 576px) {
  .sec-inbox .container .inbox-inner .mail-body .nav {
    grid-template-columns: 50% 50%;
  }
}
.sec-inbox .container .inbox-inner .mail-body .nav li {
  width: 100%;
  padding: 0;
}
.sec-inbox .container .inbox-inner .mail-body .nav li::before {
  display: none;
}
.sec-inbox .container .inbox-inner .mail-body .nav li:has(.active) {
  background-color: #e2e8f0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-inbox .container .inbox-inner .mail-body .nav .btn {
  background: none;
  color: rgb(78, 78, 78);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 10px;
  padding: 13px 16px;
  background-color: transparent;
  min-width: 100%;
  border-radius: 0;
  border: 0px solid transparent;
  box-shadow: 0 4px 0 0.01px #e2e8f0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .sec-inbox .container .inbox-inner .mail-body .nav .btn {
    justify-content: center;
  }
}
.sec-inbox .container .inbox-inner .mail-body .nav .btn .icon {
  width: 22px;
  height: 22px;
  margin-top: 0;
}
.sec-inbox .container .inbox-inner .mail-body .nav .btn .icon::before {
  background-color: #4E4E4E;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .sec-inbox .container .inbox-inner .mail-body .nav .btn .icon {
    width: 15px;
    height: 15px;
  }
}
.sec-inbox .container .inbox-inner .mail-body .nav .btn:hover {
  color: #3a86f8;
  background-color: #e2e8f0;
  box-shadow: 0 4px 0 0.01px #3a86f8;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-inbox .container .inbox-inner .mail-body .nav .btn:hover .icon::before {
  background-color: #3a86f8;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-inbox .container .inbox-inner .mail-body .nav .btn.active {
  color: #3a86f8;
  font-weight: 400;
  box-shadow: 0 4px 0 0.01px #3a86f8;
}
.sec-inbox .container .inbox-inner .mail-body .nav .btn.active .icon::before {
  background-color: #3a86f8;
}
.sec-inbox .container .inbox-inner .mail-body .tab-content {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.sec-inbox .container .inbox-inner .mail-body .tab-content .tab-pane {
  min-height: 220px;
}
.sec-inbox .container .inbox-inner .mail-body .tab-content .mail {
  padding: 0;
  transform: translateY(0) scale(1);
  border-top: 1px solid transparent;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-inbox .container .inbox-inner .mail-body .tab-content .mail::before {
  display: none;
}
.sec-inbox .container .inbox-inner .mail-body .tab-content .mail .mail-reff {
  display: grid;
  grid-template-columns: 25px 1fr;
  padding: 18px 16px;
  gap: 22px;
  border-bottom: 1px solid #e2e8f0;
  position: relative;
}
@media (max-width: 992px) {
  .sec-inbox .container .inbox-inner .mail-body .tab-content .mail .mail-reff {
    padding: 22px 16px 18px 16px;
  }
}
@media (max-width: 576px) {
  .sec-inbox .container .inbox-inner .mail-body .tab-content .mail .mail-reff {
    padding: 25px 13px 22px 13px;
  }
}
@media (max-width: 420px) {
  .sec-inbox .container .inbox-inner .mail-body .tab-content .mail .mail-reff {
    padding: 31px 16px 22px 16px;
  }
}
@media (max-width: 768px) {
  .sec-inbox .container .inbox-inner .mail-body .tab-content .mail .mail-reff .select {
    margin-top: 3px;
  }
}
.sec-inbox .container .inbox-inner .mail-body .tab-content .mail .mail-reff .select .mail-selectbox {
  display: none;
}
.sec-inbox .container .inbox-inner .mail-body .tab-content .mail .mail-reff .select .i-frame {
  position: relative;
  width: 25px;
  height: 25px;
  border: 1px solid #e2e8f0;
  border-radius: 7px;
  cursor: pointer;
  background: rgb(255, 255, 255);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-inbox .container .inbox-inner .mail-body .tab-content .mail .mail-reff .select .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .sec-inbox .container .inbox-inner .mail-body .tab-content .mail .mail-reff .select .icon {
    width: 18px;
    height: 18px;
  }
}
.sec-inbox .container .inbox-inner .mail-body .tab-content .mail .mail-reff .select .icon::before {
  background-color: #3a86f8 !important;
}
.sec-inbox .container .inbox-inner .mail-body .tab-content .mail .mail-reff .select .mail-selectbox:checked + .i-frame .icon {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-inbox .container .inbox-inner .mail-body .tab-content .mail .mail-reff .select:hover .i-frame, .sec-inbox .container .inbox-inner .mail-body .tab-content .mail .mail-reff .select:focus .i-frame {
  border: 1px solid #c5c5c5;
  background: rgb(255, 255, 255);
  -moz-box-shadow: 0px 1px 2px 0 rgb(128, 128, 128);
  box-shadow: 0px 1px 2px 0 rgb(128, 128, 128);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-inbox .container .inbox-inner .mail-body .tab-content .mail .mail-reff .name-subject-date {
  display: grid;
  grid-template-columns: 130px 1fr 148px;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
}
@media (max-width: 1400px) {
  .sec-inbox .container .inbox-inner .mail-body .tab-content .mail .mail-reff .name-subject-date {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .sec-inbox .container .inbox-inner .mail-body .tab-content .mail .mail-reff .name-subject-date {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
.sec-inbox .container .inbox-inner .mail-body .tab-content .mail .mail-reff .name-subject-date p {
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  min-width: 120px;
  max-width: 130px;
  color: #4E4E4E;
}
.sec-inbox .container .inbox-inner .mail-body .tab-content .mail .mail-reff .name-subject-date .date-time {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 10px;
  position: relative;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 992px) {
  .sec-inbox .container .inbox-inner .mail-body .tab-content .mail .mail-reff .name-subject-date .date-time {
    position: absolute;
    right: -7px;
    top: -20px;
    width: fit-content;
  }
}
.sec-inbox .container .inbox-inner .mail-body .tab-content .mail .mail-reff .name-subject-date .date-time .mail-date {
  font-size: 13px;
}
.sec-inbox .container .inbox-inner .mail-body .tab-content .mail .mail-reff .name-subject-date .date-time .mail-time {
  font-size: 13px;
}
.sec-inbox .container .inbox-inner .mail-body .tab-content .mail .mail-reff .name-subject-date:has(.Tag) {
  grid-template-columns: 130px 1fr 100px 148px;
}
@media (max-width: 992px) {
  .sec-inbox .container .inbox-inner .mail-body .tab-content .mail .mail-reff .name-subject-date:has(.Tag) {
    grid-template-columns: 130px 1fr 100px;
  }
}
.sec-inbox .container .inbox-inner .mail-body .tab-content .mail .mail-reff .name-subject-date .Tag {
  align-self: flex-start;
  justify-self: flex-end;
}
@media (max-width: 992px) {
  .sec-inbox .container .inbox-inner .mail-body .tab-content .mail .mail-reff .name-subject-date .Tag {
    margin: 4px -10px 0 0;
  }
}
@media (max-width: 768px) {
  .sec-inbox .container .inbox-inner .mail-body .tab-content .mail .mail-reff .name-subject-date .Tag {
    position: absolute;
    top: 22px;
    right: 0px;
    padding: 2px 10px;
    font-size: 10px;
    margin: 4px 0 0;
  }
}
.sec-inbox .container .inbox-inner .mail-body .tab-content .mail .mail-reff .name-subject-date .mail-subject {
  position: relative;
}
.sec-inbox .container .inbox-inner .mail-body .tab-content .mail .mail-reff .name-subject-date .mail-subject p {
  max-width: 100%;
  min-width: 100%;
}
.sec-inbox .container .inbox-inner .mail-body .tab-content .mail:hover {
  background-color: #e5e5e5 !important;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-inbox .container .inbox-inner .mail-body .tab-content .mail.unread {
  background-color: rgb(255, 255, 255);
  border-top: 1px solid transparent;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-inbox .container .inbox-inner .mail-body .tab-content .mail.unread .mail-reff .name-subject-date .mail-name {
  font-weight: 600;
  color: rgb(0, 0, 0);
}
.sec-inbox .container .inbox-inner .mail-body .tab-content .mail.unread .mail-reff .name-subject-date .mail-subject p {
  color: rgb(0, 0, 0);
}
.sec-inbox .container .inbox-inner .mail-body .tab-content .mail.unread .mail-reff .name-subject-date .mail-subject .image-attatchment-group .image-wrap .mail-img-name {
  color: rgb(0, 0, 0);
}
.sec-inbox .container .inbox-inner .mail-body .tab-content .mail.read {
  background-color: #e2e8f0;
  border-top: 1px solid rgb(255, 255, 255);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-inbox .container .inbox-inner .mail-body .tab-content .mail.read .mail-reff .name-subject-date .mail-name {
  font-weight: 400;
  color: #4E4E4E;
}
.sec-inbox .container .inbox-inner .mail-body .tab-content .mail.read .mail-reff .name-subject-date .mail-subject p {
  color: #4E4E4E;
}
.sec-inbox .container .inbox-inner .mail-body .tab-content .mail.read .mail-reff .image-attatchment-group .image-wrap {
  border: 1px solid rgb(153, 153, 153) !important;
}
.sec-inbox .container .inbox-inner .mail-body .tab-content .mail.read .mail-reff .image-attatchment-group .image-wrap .mail-img-name {
  color: #4E4E4E;
}
.sec-inbox .container .inbox-inner .mail-body .tab-content .mail.has-attach .mail-reff .name-subject-date .mail-subject {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sec-inbox .container .inbox-inner .mail-body .tab-content .mail.has-attach .mail-reff .name-subject-date .mail-subject .image-attatchment-group {
  display: flex;
  flex-direction: row;
  gap: 8px;
  max-width: 666px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .sec-inbox .container .inbox-inner .mail-body .tab-content .mail.has-attach .mail-reff .name-subject-date .mail-subject .image-attatchment-group {
    max-width: 606px;
  }
}
@media (max-width: 1200px) {
  .sec-inbox .container .inbox-inner .mail-body .tab-content .mail.has-attach .mail-reff .name-subject-date .mail-subject .image-attatchment-group {
    max-width: 581px;
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .sec-inbox .container .inbox-inner .mail-body .tab-content .mail.has-attach .mail-reff .name-subject-date .mail-subject .image-attatchment-group {
    max-width: 356px;
  }
}
@media (max-width: 768px) {
  .sec-inbox .container .inbox-inner .mail-body .tab-content .mail.has-attach .mail-reff .name-subject-date .mail-subject .image-attatchment-group {
    max-width: 180px;
  }
}
.sec-inbox .container .inbox-inner .mail-body .tab-content .mail.has-attach .mail-reff .name-subject-date .mail-subject .image-attatchment-group .image-wrap {
  text-overflow: ellipsis;
  max-width: 150px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  padding: 5px 8px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 5px;
}
@media (max-width: 992px) {
  .sec-inbox .container .inbox-inner .mail-body .tab-content .mail.has-attach .mail-reff .name-subject-date .mail-subject .image-attatchment-group .image-wrap {
    max-width: 130px;
    padding: 2.2px 7px;
  }
}
.sec-inbox .container .inbox-inner .mail-body .tab-content .mail.has-attach .mail-reff .name-subject-date .mail-subject .image-attatchment-group .image-wrap .icon {
  margin-bottom: 1px;
}
.sec-inbox .container .inbox-inner .mail-body .tab-content .mail.has-attach .mail-reff .name-subject-date .mail-subject .image-attatchment-group .image-wrap .icon::before {
  background-color: #3a86f8;
}
.sec-inbox .container .inbox-inner .mail-body .tab-content .mail.has-attach .mail-reff .name-subject-date .mail-subject .image-attatchment-group .image-wrap .mail-img-name {
  font-size: 13px;
  max-width: 150px;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.sec-inbox .container .inbox-inner .mail-body .tab-content .mail.has-attach .mail-reff .name-subject-date .mail-subject .image-attatchment-group .image-wrap:hover {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  border: 1px solid #4E4E4E;
}
@media (max-width: 768px) {
  .sec-inbox .container .inbox-inner .mail-body .tab-content .mail.has-attach .mail-reff .name-subject-date .mail-subject .image-attatchment-group .image-wrap:last-child {
    display: none;
  }
}
.sec-inbox .container .inbox-inner .mail-body .tab-content .mail.draft {
  background-color: #f1f5f9;
}
.sec-inbox .container .inbox-inner .mail-body .tab-content .mail.draft .mail-reff {
  position: relative;
}
.sec-inbox .container .inbox-inner .mail-body .tab-content .mail.draft .mail-reff button {
  margin: auto;
}
.sec-inbox .container .inbox-inner .mail-body .tab-content .mail.draft .mail-reff .name-subject-date {
  position: static;
  grid-template-columns: 61px 130px 1fr 148px;
}
.sec-inbox .container .inbox-inner .mail-body .tab-content .mail.draft .mail-reff .name-subject-date p.draft {
  color: #FF0000;
}
.sec-inbox .container .inbox-inner .mail-body .tab-content .mail.draft .mail-reff .name-subject-date p {
  font-weight: 300;
}
.sec-inbox .container .inbox-inner .mail-body .tab-content .mail.archive {
  background-color: #f1f5f9;
}
.sec-inbox .container .inbox-inner .mail-body .tab-content .InboxPagination {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  margin: 22px 16px;
}
@media (max-width: 400px) {
  .sec-inbox .container .inbox-inner .mail-body .tab-content .InboxPagination {
    flex-wrap: wrap;
  }
}
.sec-inbox .container .inbox-inner .mail-body .tab-content .InboxPagination span {
  color: rgb(255, 255, 255);
  font-size: 13px;
}
.sec-inbox .container .inbox-inner .mail-body .tab-content .InboxPagination span:hover {
  color: #3a86f8;
}
@media (max-width: 768px) {
  .sec-inbox .container .inbox-inner .mail-body .tab-content .InboxPagination span {
    font-size: 12px;
  }
}
.sec-inbox .container .inbox-inner .mail-body .tab-content .InboxPagination .CustomButton {
  padding: 2px 16px;
  min-width: unset;
}
.sec-inbox .container .inbox-inner .mail-body .tab-content .InboxPagination .active {
  background-color: rgb(255, 255, 255);
  color: #3a86f8;
  border: 2px solid rgb(255, 255, 255);
  border-bottom: 2px solid #3a86f8;
}
.sec-inbox .container .inbox-inner .mail-body .CustomButton {
  min-width: unset;
}
.deletecnf-popup {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.deletecnf-popup .deletecnf-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 610px;
  width: 100%;
  min-height: 166px;
  height: fit-content;
  padding: 31px;
  margin-top: 71px;
  background-color: rgb(255, 255, 255);
  position: relative;
  z-index: 1;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 8px;
}
.deletecnf-popup .deletecnf-inner .heading-5 {
  width: 100%;
  text-align: center;
}
.deletecnf-popup .deletecnf-inner .BtnWrap {
  justify-content: center;
  gap: 13px;
  margin-top: 31px;
}
.deletecnf-popup.active {
  pointer-events: all;
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.sec-inbox-mail-detail {
  margin: 16px 0;
}
.sec-inbox-mail-detail .container {
  position: relative;
}
.sec-inbox-mail-detail .container::before {
  width: calc(100% - 31px);
  height: 100%;
  top: 0;
  left: 50%;
  z-index: 1;
  opacity: 0;
  backdrop-filter: blur(2px);
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.02);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-inbox-mail-detail .container:has(.dropdown-trigger.open)::before {
  opacity: 1;
  opacity: 0;
  pointer-events: all;
  pointer-events: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner {
  border: 2px solid rgb(255, 255, 255);
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  overflow: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .top-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px;
  width: 100%;
  border-radius: 7px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .top-bar::after {
  content: "";
  position: absolute;
  left: -75px;
  top: -20px;
  z-index: 1;
  width: 20px;
  height: 155px;
  background: rgb(255, 255, 255);
  border: 0px solid rgb(255, 255, 255);
  opacity: 0.8;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: flash 6s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .top-bar .CustomButton {
  min-width: unset;
  min-height: 37px;
  padding: 4px 16px;
  color: rgb(255, 255, 255);
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .top-bar .CustomButton .icon {
  width: 22px;
  height: 22px;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .top-bar .CustomButton .icon::before {
  background-color: rgb(255, 255, 255);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .top-bar .CustomButton .icon-chevron-left {
  width: 13px;
  height: 13px;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .top-bar .CustomButton:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(78, 78, 78);
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .top-bar .CustomButton:hover .icon::before {
  background-color: rgb(78, 78, 78);
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body {
  border: none;
  border-top: 0px solid rgb(255, 255, 255);
  border-bottom: 2px solid rgb(255, 255, 255);
  padding-bottom: 10px;
  position: relative;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body:has(.reply-message.active) {
  padding-bottom: 22px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail {
  border-top: 1px solid #e2e8f0;
  position: relative;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail:first-child {
  border-top: 0px solid rgb(255, 255, 255);
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-reff {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 5px;
  width: 100%;
  padding: 25px 25px 22px;
  margin: 0;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #e2e8f0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-reff {
    gap: 0;
  }
}
@media (max-width: 992px) {
  .sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-reff {
    padding: 10px 18px 10px 18px;
  }
}
@media (max-width: 768px) {
  .sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-reff {
    padding: 31px 13px 25px 13px;
    align-items: center;
  }
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-reff .img-wrap {
  margin-right: 13px;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-reff .img-wrap img {
  max-width: 70px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-reff .wrap {
  align-self: center;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-reff .wrap .to-me {
  display: flex;
  flex-direction: row;
  gap: 4px;
  position: relative;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-reff .wrap .to-me .to {
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  padding-bottom: 16px;
  font-size: 13px;
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-weight: 400;
  color: #4E4E4E;
  position: relative;
  cursor: pointer;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-reff .wrap .to-me .to .icon {
  margin-top: -1px;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-reff .wrap .to-me .to .icon::before {
  background-color: #4E4E4E;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-reff .wrap .to-me .mail-details {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-content: start;
  align-items: center;
  gap: 0 7px;
  position: absolute;
  inset: initial;
  left: 100%;
  top: 7px;
  min-width: 420px;
  max-width: 420px;
  width: 100%;
  height: auto;
  min-height: auto;
  max-height: 280px;
  overflow: auto;
  padding: 13px 22px;
  background: rgb(255, 255, 255);
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04);
  cursor: default;
  opacity: 0;
  pointer-events: none;
  z-index: 100;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-reff .wrap .to-me .mail-details span {
  padding: 2px 0;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-reff .wrap .to-me .mail-details span:nth-of-type(odd) {
  justify-self: flex-start;
  align-self: flex-start;
  font-weight: 500;
  font-size: 13px;
  color: rgb(78, 78, 78);
  text-transform: capitalize;
  max-width: 100px;
  word-break: break-all;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-reff .wrap .to-me .mail-details span:nth-of-type(even) {
  word-break: break-word;
  align-self: flex-start;
  font-weight: 400;
  font-size: 14px;
  color: rgb(78, 78, 78);
  min-width: 310px;
  word-break: auto-phrase;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-reff .wrap .to-me .mail-details span:nth-of-type(even) b {
  font-weight: 600;
  color: rgb(0, 0, 0);
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-reff .wrap .to-me .mail-details::-webkit-scrollbar {
  width: 6px;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-reff .wrap .to-me .mail-details::-webkit-scrollbar-track {
  background: transparent;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-reff .wrap .to-me .mail-details::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 3px;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-reff .wrap .to-me .mail-details::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-reff .wrap .to-me .mail-details:hover {
  opacity: 1;
  pointer-events: all;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-reff .wrap .to-me:hover .mail-details {
  opacity: 1;
  pointer-events: all;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-reff .wrap .mail-title {
  color: rgb(0, 0, 0);
  margin: 0;
}
@media (max-width: 576px) {
  .sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-reff .wrap .mail-title {
    font-size: 14px;
  }
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-reff .date-time {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  margin-right: 0;
  margin-left: auto;
  margin-top: 6px;
  margin: 6px 0 0 auto;
}
@media (max-width: 768px) {
  .sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-reff .date-time {
    position: absolute;
    right: 4px;
    top: 7px;
    margin: 0;
  }
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-reff .date-time .mail-details-date {
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: rgb(0, 0, 0);
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-reff .date-time .mail-details-time {
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: rgb(0, 0, 0);
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-content {
  position: relative;
  z-index: 1;
  padding: 0 25px 0 25px;
}
@media (max-width: 992px) {
  .sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-content {
    padding: 0 15px;
  }
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-content .description,
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-content p {
  padding: 0;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-content .description a:hover,
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-content p a:hover {
  text-decoration: underline;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-content .description:not(:last-child),
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-content p:not(:last-child) {
  margin: 13px 0;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-content .description:last-of-type,
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-content p:last-of-type {
  width: 100%;
  padding-bottom: 25px;
  border-bottom: 1px solid #e2e8f0;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-content .description:first-child,
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-content p:first-child {
  margin: 25px 0 0;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-content a {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 14px;
  max-width: fit-content;
  width: 100%;
  min-height: 36px;
  margin: 7px;
  padding: 0px 10px;
  border-radius: 10px;
  color: rgb(78, 78, 78);
  background: #f1f5f9;
  border: 1px solid rgb(255, 255, 255);
  font-weight: 400;
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  white-space: unset !important;
  position: relative;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-content a {
    padding: 0px 10px;
  }
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-content a .icon {
  margin: 0 0 2px 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-content a .icon-chevron-right,
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-content a .icon-chevron-left {
  width: 13px;
  height: 13px;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-content a:hover, .sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-content a:focus {
  color: #3a86f8;
  background-color: #e2e8f0;
  border: 1px solid rgb(255, 255, 255);
  transition: all 0.3s ease;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-content .attachments {
  padding: 0 13px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 18px;
  overflow-x: auto;
  padding: 25px 0;
  border-bottom: 1px solid #e2e8f0;
}
@media (max-width: 992px) {
  .sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-content .attachments {
    flex-wrap: nowrap;
  }
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-content .attachments .img-wrap .img-link {
  position: relative;
  display: block;
  width: fit-content;
  border: 1px solid #e2e8f0;
  background-color: rgb(255, 255, 255);
  border-radius: 13px;
  padding: 10px;
  max-width: 300px;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-content .attachments .img-wrap .img-link img {
  width: 189px;
  height: 189px;
  object-fit: cover;
  border-radius: 7px;
}
@media (max-width: 1200px) {
  .sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-content .attachments .img-wrap .img-link img {
    min-width: 130px;
    width: 130px;
    height: 130px;
  }
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-content .attachments .img-wrap .img-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 13px;
  background-color: rgba(0, 0, 0, 0);
  pointer-events: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-content .attachments .img-wrap .img-link:hover::before, .sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-content .attachments .img-wrap .img-link:focus::before {
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-content .attachments .files-wrap {
  display: flex;
  flex-direction: column;
  gap: 5px;
  max-width: 211px;
  width: 100%;
  align-self: flex-end;
  border-radius: 13px;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-content .attachments .files-wrap .uploaded-file {
  max-width: fit-content;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  background-color: rgb(255, 255, 255);
  border: 1px solid #e2e8f0;
  border-radius: 13px;
  padding: 10px 10px 0;
  padding-bottom: 13px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-content .attachments .files-wrap .uploaded-file .uploaded-filename {
  gap: 8px;
  width: fit-content;
  word-break: break-all;
  margin: 10px 0;
  display: grid;
  grid-template-columns: 13px 1fr;
  align-items: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-content .attachments .files-wrap .uploaded-file .uploaded-filename {
    font-size: 12.1px;
  }
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-content .attachments .files-wrap .uploaded-file .uploaded-filename .icon {
  width: 13px;
  height: 13px;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-content .attachments .files-wrap .uploaded-file .uploaded-filename .icon::before {
  background-color: #4E4E4E;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-content .attachments .files-wrap .uploaded-file img {
  width: 151px;
  height: 151px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-content .attachments .files-wrap .uploaded-file img {
    min-width: 130px;
    width: 130px;
    height: 130px;
  }
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-content .attachments .files-wrap .uploaded-file:has(.uploaded-filename) {
  gap: 0;
  padding: 10px 10px 0;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-content .attachments .files-wrap .uploaded-file:hover, .sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-content .attachments .files-wrap .uploaded-file:focus {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-content .attachments .files-wrap .uploaded-file:hover .icon::before, .sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-content .attachments .files-wrap .uploaded-file:focus .icon::before {
  background-color: #3a86f8;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-content .attachments .files-wrap .uploaded-file:hover .uploaded-filename, .sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .mail .mail-content .attachments .files-wrap .uploaded-file:focus .uploaded-filename {
  text-decoration: underline;
  color: rgb(0, 0, 0);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message {
  display: none;
  border-radius: 7px;
  margin: 31px 25px 0px 25px;
  border: 1px solid #e2e8f0;
}
@media (max-width: 992px) {
  .sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message {
    margin: 31px 16px;
  }
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  padding: 13px 13px 0;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field .mail-label {
  width: 100%;
  margin: 0;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field .mail-label .mail-input {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 13px;
  margin: 0;
  position: relative;
  border: 0;
  border-bottom: 1px solid #e2e8f0;
  user-select: none;
  cursor: pointer;
  border-radius: 0;
  box-shadow: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field .mail-label .mail-input:hover, .sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field .mail-label .mail-input:focus {
  box-shadow: 0 4px 0 0.01px #ebebeb;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field .mail-label .mail-textarea {
  position: relative;
  border: 0;
  border-bottom: 1px solid #e2e8f0;
  user-select: none;
  border-radius: 0;
  box-shadow: none;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field .mail-label .mail-textarea:hover, .sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field .mail-label .mail-textarea:focus {
  box-shadow: 0 4px 0 0.01px #ebebeb;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field .mail-label #div-message {
  display: none;
  font-size: 18px;
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  padding: 16px 13px;
  border: 0;
  border-bottom: 1px solid #ebebeb;
  resize: none;
  background-color: transparent;
  width: 100%;
  height: 200px;
  margin-bottom: 13px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field .mail-label #div-message {
    font-size: 16px;
  }
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field .mail-label #div-message:hover, .sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field .mail-label #div-message:focus {
  box-shadow: 0 4px 0 0.01px #ebebeb;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field .mail-label iframe {
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field .mail-label iframe p {
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field .mail-label iframe a {
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field > p {
  font-size: 13px;
  text-align: center;
  padding-left: 10px;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field .dropdown {
  width: 100%;
  position: relative;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field .dropdown .dropdown-triggerr {
  font-size: 18px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px;
  margin: 0;
  position: relative;
  border: 0;
  border-bottom: 1px solid #e2e8f0;
  user-select: none;
  cursor: pointer;
  border-radius: 0;
  box-shadow: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field .dropdown .dropdown-triggerr {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field .dropdown .dropdown-triggerr {
    padding: 10px 20px 13px;
  }
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field .dropdown .dropdown-triggerr .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 13px;
  height: 13px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field .dropdown .dropdown-triggerr .icon::before {
  background-color: #3a86f8;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field .dropdown .dropdown-triggerr.open {
  box-shadow: 0 4px 0 0.01px #ebebeb;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field .dropdown .dropdown-triggerr.open .icon {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field .dropdown .dropdown-triggerr:hover {
  box-shadow: 0 4px 0 0.01px #ebebeb;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field .dropdown .dropdown-content {
  display: none;
  padding: 13px 22px;
  margin-top: 5px;
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 1;
  width: 100%;
  max-height: 333px;
  overflow-y: scroll;
  background-color: rgb(255, 255, 255);
  border: 1px solid #e2e8f0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media (max-width: 992px) {
  .sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field .dropdown .dropdown-content {
    padding: 13px;
  }
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field .dropdown .dropdown-content .MMSearch-bar {
  margin-bottom: 13px;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field .dropdown .dropdown-content .MMSearch-bar label {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #e2e8f0;
  border-radius: 7px;
  position: relative;
  box-shadow: rgba(99, 99, 99, 0) 0px 2px 8px 0px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field .dropdown .dropdown-content .MMSearch-bar label input {
  padding: 13px 0 13px 13px;
  border: 0;
  border-radius: 7px;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field .dropdown .dropdown-content .MMSearch-bar label input:hover, .sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field .dropdown .dropdown-content .MMSearch-bar label input:focus {
  box-shadow: none;
  border: 0;
  background-color: rgb(255, 255, 255);
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field .dropdown .dropdown-content .MMSearch-bar label .icon {
  position: absolute;
  right: 10.3px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field .dropdown .dropdown-content .MMSearch-bar label:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field .dropdown .dropdown-content .nav-item:not(:last-child) {
  margin-bottom: 7px;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field .dropdown .dropdown-content .nav-item .dropdown {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
  padding: 0 4px;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  cursor: pointer;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field .dropdown .dropdown-content .nav-item .dropdown .list-filter-label {
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-right: 0;
  margin: 0;
  flex-shrink: 0;
  cursor: pointer;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field .dropdown .dropdown-content .nav-item .dropdown .list-filter-label .list-filter-input {
  display: none;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field .dropdown .dropdown-content .nav-item .dropdown .list-filter-label .list-filter-radio {
  width: 20px;
  height: 20px;
  pointer-events: none;
  position: relative;
  border: 1px solid #e2e8f0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field .dropdown .dropdown-content .nav-item .dropdown .list-filter-label .list-filter-radio .icon {
  width: 15px;
  height: 15px;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field .dropdown .dropdown-content .nav-item .dropdown .list-filter-label .list-filter-input:checked ~ .list-filter-radio .icon {
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field .dropdown .dropdown-content .nav-item .dropdown .list-filter-span {
  font-size: 16px;
  font-weight: 400;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 10px;
  align-items: center;
  line-height: 1.1;
  letter-spacing: 3%;
  margin-top: -1px;
  padding: 10px 0 10px 10px;
  pointer-events: all;
  user-select: none;
  width: 100%;
}
@media (max-width: 992px) {
  .sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field .dropdown .dropdown-content .nav-item .dropdown .list-filter-span {
    font-size: 14px;
  }
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field .dropdown .dropdown-content .nav-item .dropdown .list-filter-span .icon {
  transform: rotate(0) scale(1);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field .dropdown .dropdown-content .nav-item .dropdown-content.level-1, .sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field .dropdown .dropdown-content .nav-item .dropdown-content.level-2, .sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field .dropdown .dropdown-content .nav-item .dropdown-content.level-3 {
  display: none;
  padding: 8px 0 0 10px;
}
@media (max-width: 992px) {
  .sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field .dropdown .dropdown-content .nav-item .dropdown-content.level-1, .sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field .dropdown .dropdown-content .nav-item .dropdown-content.level-2, .sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field .dropdown .dropdown-content .nav-item .dropdown-content.level-3 {
    padding: 0 0 0 10px;
  }
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field .dropdown .dropdown-content .nav-item .dropdown-content .dropdown-content-inner .list-filter-label {
  display: flex;
  align-items: center;
  padding: 4px 0;
  margin-top: 0;
  margin-right: 0;
  margin: 0;
  margin-bottom: 4px;
  flex-shrink: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field .dropdown .dropdown-content .nav-item .dropdown-content .dropdown-content-inner .list-filter-label:not(:last-child) {
  border-bottom: 1px solid #e2e8f0;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field .dropdown .dropdown-content .nav-item .dropdown-content .dropdown-content-inner .list-filter-label.active {
  box-shadow: 0 4px 0 0.01px #3a86f8;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field .dropdown .dropdown-content .nav-item .dropdown-content .dropdown-content-inner .list-filter-label:has(input:checked) {
  box-shadow: 0 4px 0 0.01px #3a86f8;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field .dropdown .dropdown-content .nav-item .dropdown-content .dropdown-content-inner .list-filter-label input {
  display: none;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field .dropdown .dropdown-content .nav-item .dropdown-content .dropdown-content-inner .list-filter-label .list-filter-radio {
  width: 20px;
  height: 20px;
  pointer-events: none;
  position: relative;
  border: 1px solid #e2e8f0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field .dropdown .dropdown-content .nav-item .dropdown-content .dropdown-content-inner .list-filter-label .list-filter-radio .icon {
  width: 15px;
  height: 15px;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field .dropdown .dropdown-content .nav-item .dropdown-content .dropdown-content-inner .list-filter-label input:checked ~ .list-filter-radio .icon {
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field .dropdown .dropdown-content .nav-item .dropdown-content .dropdown-content-inner .list-filter-span {
  font-size: 16px;
  font-weight: 400;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  line-height: 1.1;
  letter-spacing: 3%;
  margin-top: -1px;
  padding: 10px 0 10px 10px;
  pointer-events: all;
  user-select: none;
}
@media (max-width: 992px) {
  .sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field .dropdown .dropdown-content .nav-item .dropdown-content .dropdown-content-inner .list-filter-span {
    font-size: 14px;
  }
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field .dropdown .dropdown-content .nav-item .dropdown-content .dropdown-content-inner .list-filter-span .icon {
  transform: rotate(0) scale(1);
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field .dropdown .dropdown-content .nav-item.open .dropdown .list-filter-span .icon {
  transform: rotate(180deg) scale(1);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field .dropdown:has(.dropdown-trigger.open) {
  z-index: 2;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field:has(.dropdown) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
  position: relative;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field:has(.dropdown) {
    padding: 5px 0px 0px;
  }
}
@media (max-width: 576px) {
  .sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message .field:has(.dropdown) {
    flex-direction: column;
    gap: 4px;
    padding: 10px 0px 0px;
  }
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .reply-message #AdditionalDropdown {
  display: none;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .BtnWrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 13px;
  margin: 31px 25px 0px 25px;
}
@media (max-width: 992px) {
  .sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .BtnWrap {
    margin: 31px 16px;
  }
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .BtnWrap p.required {
  position: absolute;
  top: 4px;
  left: 16px;
  color: red;
  font-size: 13px;
  display: none;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .BtnWrap .attach {
  display: none;
  width: fit-content;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .BtnWrap .mail-fileupload-name-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px 0;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .BtnWrap .mail-fileupload-name-group .mail-fileupload-name {
  padding: 7px 17px;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .BtnWrap .mail-fileupload-name-group button {
  width: fit-content;
  margin: 0;
  padding: 0;
  align-self: center;
  justify-self: center;
  margin-right: 10px;
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .received-mail {
  background-color: rgb(255, 255, 255);
}
.sec-inbox-mail-detail .container .inbox-mail-detail-inner .mail-body .replied-mail {
  position: relative;
  top: -1px;
}
.sec-mail {
  margin: 16px 0;
}
.sec-mail .container {
  position: relative;
}
.sec-mail .container::before {
  width: calc(100% - 31px);
  height: 100%;
  top: 0;
  left: 50%;
  z-index: 1;
  opacity: 0;
  backdrop-filter: blur(2px);
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.02);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-mail .container:has(.open)::before {
  opacity: 1;
  pointer-events: all;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-mail .container .mail-inner {
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  overflow: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-mail .container .mail-inner .top-bar,
.sec-mail .container .mail-inner .bottom-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px 10px;
  border: 0;
  position: relative;
  overflow: hidden;
}
.sec-mail .container .mail-inner .top-bar::after,
.sec-mail .container .mail-inner .bottom-bar::after {
  content: "";
  position: absolute;
  left: -75px;
  top: -50px;
  z-index: 1;
  width: 20px;
  height: 155px;
  background: rgb(255, 255, 255);
  border: 0px solid rgb(255, 255, 255);
  opacity: 0.8;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: flash 6s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.sec-mail .container .mail-inner .top-bar {
  padding: 20px 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.sec-mail .container .mail-inner .top-bar .regular-6 {
  color: rgb(255, 255, 255);
}
.sec-mail .container .mail-inner .top-bar .close-btn-link .icon::before {
  background-color: #888888;
}
.sec-mail .container .mail-inner .top-bar .close-btn-link:hover .icon::before {
  background-color: rgb(0, 0, 0);
}
.sec-mail .container .mail-inner .bottom-bar {
  padding: 13px 20px 13px;
}
.sec-mail .container .mail-inner .bottom-bar .BtnWrap {
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
}
@media (max-width: 468px) {
  .sec-mail .container .mail-inner .bottom-bar .BtnWrap {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.sec-mail .container .mail-inner .bottom-bar .BtnWrap .sent {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 7px 31px;
  max-width: fit-content;
  width: fit-content;
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-weight: 400;
}
.sec-mail .container .mail-inner .bottom-bar .BtnWrap .sent .icon {
  width: 15px;
  height: 15px;
  transform: rotate(180deg);
}
.sec-mail .container .mail-inner .bottom-bar .BtnWrap .sent .icon::before {
  background-color: rgb(255, 255, 255);
}
.sec-mail .container .mail-inner .bottom-bar .BtnWrap .attach {
  padding: 0px;
  max-width: fit-content;
  width: fit-content;
  background-color: transparent;
  border: transparent;
  cursor: pointer;
  margin: 0;
}
.sec-mail .container .mail-inner .bottom-bar .BtnWrap .attach .icon {
  width: 22px;
  height: 22px;
  transform: rotate(180deg);
  margin-top: 2px;
  background-color: transparent;
}
.sec-mail .container .mail-inner .bottom-bar .BtnWrap .attach .icon::before {
  background-color: rgb(78, 78, 78);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-mail .container .mail-inner .bottom-bar .BtnWrap .attach:hover .icon::before {
  background-color: #e2e8f0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-mail .container .mail-inner .bottom-bar::after {
  display: none;
}
.sec-mail .container .mail-inner .mail-body {
  padding: 7px 10px 0;
}
.sec-mail .container .mail-inner .mail-body .field {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  padding: 13px 13px 0;
}
@media (max-width: 768px) {
  .sec-mail .container .mail-inner .mail-body .field {
    padding: 0px;
  }
}
.sec-mail .container .mail-inner .mail-body .field .mail-label {
  width: 100%;
  margin: 0;
}
.sec-mail .container .mail-inner .mail-body .field .mail-label .mail-input {
  padding: 16px 13px;
  width: 100%;
  background-color: transparent;
  resize: none;
  border: 0;
  border-bottom: 1px solid #e2e8f0;
  border-radius: 0;
  box-shadow: none;
}
.sec-mail .container .mail-inner .mail-body .field .mail-label .mail-textarea {
  padding: 16px 13px;
  width: 100%;
  height: 200px;
  margin-bottom: 13px;
  background-color: transparent;
  resize: none;
  border: 0;
  border-bottom: 1px solid #e2e8f0;
  border-radius: 0;
  box-shadow: none;
}
.sec-mail .container .mail-inner .mail-body .field .mail-label #div-message {
  display: none;
  font-size: 18px;
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  padding: 16px 13px;
  border: 0;
  border-bottom: 1px solid #e2e8f0;
  resize: none;
  background-color: transparent;
  width: 100%;
  height: 200px;
  margin-bottom: 13px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-mail .container .mail-inner .mail-body .field .mail-label iframe {
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}
.sec-mail .container .mail-inner .mail-body .field .mail-label iframe p {
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}
.sec-mail .container .mail-inner .mail-body .field .mail-label iframe a {
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}
.sec-mail .container .mail-inner .mail-body .field .mail-label textarea {
  height: auto;
  max-height: unset;
  min-height: unset;
}
.sec-mail .container .mail-inner .mail-body .field .img-wrap {
  width: 70px;
  height: 70px;
}
@media (max-width: 576px) {
  .sec-mail .container .mail-inner .mail-body .field .img-wrap {
    width: 100px;
    height: 100px;
    margin-bottom: 13px;
  }
}
.sec-mail .container .mail-inner .mail-body .field .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.sec-mail .container .mail-inner .mail-body .field .dropdown {
  width: 100%;
  position: relative;
}
.sec-mail .container .mail-inner .mail-body .field .dropdown .required {
  display: none;
  position: absolute;
  left: 0;
  top: -16px;
  font-size: 13px;
  color: red;
  z-index: 1;
}
.sec-mail .container .mail-inner .mail-body .field .dropdown .dropdown-triggerr {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 20px;
  margin: 0;
  position: relative;
  border-radius: 0;
  border: 1px solid transparent;
  border-bottom: 1px solid #e2e8f0;
  user-select: none;
  cursor: pointer;
  box-shadow: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .sec-mail .container .mail-inner .mail-body .field .dropdown .dropdown-triggerr {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .sec-mail .container .mail-inner .mail-body .field .dropdown .dropdown-triggerr {
    padding: 10px 20px 13px;
  }
}
.sec-mail .container .mail-inner .mail-body .field .dropdown .dropdown-triggerr .dropdown-span .icon {
  inset: initial;
  width: 20px;
  height: 20px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-mail .container .mail-inner .mail-body .field .dropdown .dropdown-triggerr .dropdown-span .icon::before {
  background-color: #3a86f8;
}
.sec-mail .container .mail-inner .mail-body .field .dropdown .dropdown-triggerr.open .dropdown-radio .icon {
  transform: rotate(0deg);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-mail .container .mail-inner .mail-body .field .dropdown .dropdown-triggerr.open .dropdown-span .icon {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-mail .container .mail-inner .mail-body .field .dropdown .dropdown-triggerr:hover {
  box-shadow: 0 4px 0 0.01px #e2e8f0;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-mail .container .mail-inner .mail-body .field .dropdown .dropdown-content {
  display: none;
  position: static;
  inset: initial;
  z-index: 1;
  width: 100%;
  max-height: 430px;
  overflow-y: scroll;
  background-color: rgb(255, 255, 255);
}
@media (max-width: 992px) {
  .sec-mail .container .mail-inner .mail-body .field .dropdown .dropdown-content {
    padding: 13px;
  }
}
.sec-mail .container .mail-inner .mail-body .field .dropdown .dropdown-content .dropdown-content-inner .MMSearch-bar {
  margin-bottom: 13px;
}
.sec-mail .container .mail-inner .mail-body .field .dropdown .dropdown-content .dropdown-content-inner .MMSearch-bar label {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.sec-mail .container .mail-inner .mail-body .field .dropdown .dropdown-content .dropdown-content-inner .MMSearch-bar label input {
  padding: 13px 0 13px 13px;
}
.sec-mail .container .mail-inner .mail-body .field .dropdown .dropdown-content .dropdown-content-inner .MMSearch-bar label .icon {
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.sec-mail .container .mail-inner .mail-body .field .dropdown .dropdown-content .dropdown-content-inner .nav-item:not(:last-child) {
  margin-bottom: 7px;
}
.sec-mail .container .mail-inner .mail-body .field .dropdown .dropdown-content .dropdown-content-inner .nav-item .dropdown {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
  padding: 0 4px;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  cursor: pointer;
}
.sec-mail .container .mail-inner .mail-body .field .dropdown .dropdown-content .dropdown-content-inner .nav-item .dropdown label {
  border: 0;
}
.sec-mail .container .mail-inner .mail-body .field .dropdown .dropdown-content .dropdown-content-inner .nav-item .dropdown label .dropdown-radio .icon {
  inset: initial;
}
.sec-mail .container .mail-inner .mail-body .field .dropdown .dropdown-content .dropdown-content-inner .nav-item .dropdown-content .dropdown-content-inner {
  gap: 0;
  padding-top: 4px;
}
.sec-mail .container .mail-inner .mail-body .field .dropdown .dropdown-content .dropdown-content-inner .nav-item .dropdown-content .dropdown-content-inner .dropdown-label {
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-right: 0;
  margin: 0;
  margin-bottom: 0;
  flex-shrink: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-mail .container .mail-inner .mail-body .field .dropdown .dropdown-content .dropdown-content-inner .nav-item .dropdown-content .dropdown-content-inner .dropdown-label:not(:last-child) {
  border-bottom: 1px solid #e2e8f0;
}
.sec-mail .container .mail-inner .mail-body .field .dropdown .dropdown-content .dropdown-content-inner .nav-item .dropdown-content .dropdown-content-inner .dropdown-label.active {
  box-shadow: 0 4px 0 0.01px #3a86f8;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-mail .container .mail-inner .mail-body .field .dropdown .dropdown-content .dropdown-content-inner .nav-item .dropdown-content .dropdown-content-inner .dropdown-label:has(input:checked) {
  box-shadow: 0 4px 0 0.01px #3a86f8;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-mail .container .mail-inner .mail-body .field .dropdown .dropdown-content .dropdown-content-inner .nav-item .dropdown-content .dropdown-content-inner .dropdown-label input {
  display: none;
}
.sec-mail .container .mail-inner .mail-body .field .dropdown .dropdown-content .dropdown-content-inner .nav-item .dropdown-content .dropdown-content-inner .dropdown-label .list-filter-radio {
  width: 20px;
  height: 20px;
  pointer-events: none;
  position: relative;
  border: 1px solid #e2e8f0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sec-mail .container .mail-inner .mail-body .field .dropdown .dropdown-content .dropdown-content-inner .nav-item .dropdown-content .dropdown-content-inner .dropdown-label .list-filter-radio .icon {
  width: 15px;
  height: 15px;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-mail .container .mail-inner .mail-body .field .dropdown .dropdown-content .dropdown-content-inner .nav-item .dropdown-content .dropdown-content-inner .dropdown-label input:checked ~ .list-filter-radio .icon {
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-mail .container .mail-inner .mail-body .field .dropdown .dropdown-content .dropdown-content-inner .nav-item .dropdown-content .dropdown-content-inner .dropdown-span {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  line-height: 1.1;
  margin-top: -1px;
  padding: 16px 0 16px 10px;
  pointer-events: all;
  user-select: none;
}
.sec-mail .container .mail-inner .mail-body .field .dropdown .dropdown-content .dropdown-content-inner .nav-item .dropdown-content .dropdown-content-inner .dropdown-span .icon {
  transform: rotate(0) scale(1);
}
.sec-mail .container .mail-inner .mail-body .field .dropdown .dropdown-content .dropdown-content-inner .nav-item .dropdown-label:has(input:checked) {
  background-color: transparent;
}
.sec-mail .container .mail-inner .mail-body .field .dropdown > .dropdown-content {
  position: absolute;
  left: 0;
  top: 50px;
  padding: 16px;
}
.sec-mail .container .mail-inner .mail-body .field .dropdown.open > .dropdown-triggerr {
  border: 1px solid #e2e8f0;
}
.sec-mail .container .mail-inner .mail-body .field:has(.dropdown) {
  position: relative;
  padding: 12px 13px 12px;
  margin-bottom: 16px;
  gap: 13px;
}
@media (max-width: 768px) {
  .sec-mail .container .mail-inner .mail-body .field:has(.dropdown) {
    padding: 5px 0px 0px;
  }
}
@media (max-width: 576px) {
  .sec-mail .container .mail-inner .mail-body .field:has(.dropdown) {
    flex-direction: column;
    gap: 4px;
    padding: 10px 0px 0px;
  }
}
.sec-mail .container .mail-inner .mail-body .field:has(.dropdown)::after {
  left: 50%;
  bottom: -21px;
  width: calc(100% + 20px);
  height: 1px;
  background-color: #e2e8f0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.sec-mail .container .mail-inner .dropdown .icon {
  pointer-events: none;
}
.sec-mail .container .mail-inner .mail-fileupload-name-group {
  width: fit-content;
  flex-direction: row;
  gap: 4px;
}
.sec-mail .container .mail-inner:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 5px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.sec-sign-pdf {
  margin: 16px 0;
}
.sec-sign-pdf .container .sign-pdf-inner .heading-4 {
  order: 0;
  color: rgb(255, 255, 255);
  background: linear-gradient(61deg, rgb(61, 134, 236) 97%, rgb(43, 242, 209) 100%);
  padding: 31px 20px;
  text-align: center;
  width: 100%;
  border-radius: 7px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid rgb(255, 255, 255);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  position: relative;
  overflow: hidden;
}
.sec-sign-pdf .container .sign-pdf-inner .heading-4::after {
  content: "";
  position: absolute;
  left: -75px;
  top: -20px;
  z-index: 1;
  width: 20px;
  height: 155px;
  background: rgb(255, 255, 255);
  border: 0px solid rgb(255, 255, 255);
  opacity: 0.8;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: flash 6s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.sec-sign-pdf .container .sign-pdf-inner #pdfContainer {
  display: grid;
  grid-template-columns: 1fr;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 7px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  position: relative;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  position: relative;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sec-sign-pdf .container .sign-pdf-inner #pdfContainer label {
  display: none;
  position: relative;
  margin: 0;
  margin: 20px;
  padding: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 7px;
}
.sec-sign-pdf .container .sign-pdf-inner #pdfContainer label p {
  font-size: 16px;
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  padding: 0 0 0 13px;
  margin-bottom: 4px;
}
.sec-sign-pdf .container .sign-pdf-inner #pdfContainer label input {
  display: none;
  max-width: 400px;
}
.sec-sign-pdf .container .sign-pdf-inner #pdfContainer label .input-upload {
  border: 1px solid #E5E5E5;
  padding: 13px 20px;
  border-radius: 30px;
  width: 100%;
  max-width: 400px;
  font-size: 16px;
  background-color: rgb(255, 255, 255);
  cursor: pointer;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.sec-sign-pdf .container .sign-pdf-inner #pdfContainer [id^=page-container-] {
  display: none;
  order: 1;
  border: 2px solid #e2e8f0;
}
.sec-sign-pdf .container .sign-pdf-inner #pdfContainer [id^=page-container-]:has(canvas) {
  display: block;
}
.sec-sign-pdf .container .sign-pdf-inner #pdfContainer [id^=page-container-] canvas {
  width: 100%;
  height: 97%;
}
.sec-sign-pdf .container .sign-pdf-inner #pdfContainer .pdfContainer-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  order: 2;
  padding: 22px;
}
@media (max-width: 576px) {
  .sec-sign-pdf .container .sign-pdf-inner #pdfContainer .pdfContainer-inner {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 7px;
  }
}
.sec-sign-pdf .container .sign-pdf-inner #pdfContainer .pdfContainer-inner .btn {
  margin: 0 auto 13px;
  padding: 10px 31px;
}
@media (max-width: 576px) {
  .sec-sign-pdf .container .sign-pdf-inner #pdfContainer .pdfContainer-inner .btn {
    padding: 7px;
  }
}
.sec-sign-pdf .container .sign-pdf-inner #pdfContainer .pdfContainer-inner #signatureEditor #signatureContent {
  display: none;
  flex-direction: column;
  gap: 7px;
  margin-top: 22px;
  border-radius: 7px;
  position: fixed;
  inset: initial;
  top: 60px;
  left: 10px;
  background: rgb(255, 255, 255);
  padding: 13px;
  border: 1px solid #e2e8f0;
  border-radius: 7px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  z-index: 99;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .sec-sign-pdf .container .sign-pdf-inner #pdfContainer .pdfContainer-inner #signatureEditor #signatureContent {
    padding: 7px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
}
.sec-sign-pdf .container .sign-pdf-inner #pdfContainer .pdfContainer-inner #signatureEditor #signatureContent #finalSignature {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  display: none;
}
.sec-sign-pdf .container .sign-pdf-inner #pdfContainer .pdfContainer-inner #signatureEditor #signatureContent #finalSignature .regular-6 {
  font-size: 16px;
  display: none;
  width: 100%;
  margin-bottom: 4px;
  text-align: center;
}
.sec-sign-pdf .container .sign-pdf-inner #pdfContainer .pdfContainer-inner #signatureEditor #signatureContent #finalSignature #signatureDisplay {
  margin: 0;
  border-radius: 7px;
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  border: 1px solid #ccc;
  padding: 10px;
  width: 82px;
  height: 82px;
}
.sec-sign-pdf .container .sign-pdf-inner #pdfContainer .pdfContainer-inner #signatureEditor #signatureContent #finalSignature #signatureDisplay img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sec-sign-pdf .container .sign-pdf-inner #pdfContainer .pdfContainer-inner #signatureEditor #signatureContent #draggableSignatures {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-content: center;
  justify-items: center;
  gap: 7px;
  width: fit-content;
  border-radius: 7px;
  display: none;
}
@media (max-width: 768px) {
  .sec-sign-pdf .container .sign-pdf-inner #pdfContainer .pdfContainer-inner #signatureEditor #signatureContent #draggableSignatures {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .sec-sign-pdf .container .sign-pdf-inner #pdfContainer .pdfContainer-inner #signatureEditor #signatureContent #draggableSignatures {
    grid-template-columns: 1fr;
  }
}
.sec-sign-pdf .container .sign-pdf-inner #pdfContainer .pdfContainer-inner #signatureEditor #signatureContent #draggableSignatures .regular-6 {
  font-size: 16px;
  width: 100%;
  margin-bottom: 4px;
  text-align: center;
}
@media (max-width: 1200px) {
  .sec-sign-pdf .container .sign-pdf-inner #pdfContainer .pdfContainer-inner #signatureEditor #signatureContent #draggableSignatures .regular-6 {
    font-size: 13px;
    word-break: break-word;
  }
}
@media (max-width: 768px) {
  .sec-sign-pdf .container .sign-pdf-inner #pdfContainer .pdfContainer-inner #signatureEditor #signatureContent #draggableSignatures .regular-6 {
    grid-column: span 3/span 3;
  }
}
@media (max-width: 576px) {
  .sec-sign-pdf .container .sign-pdf-inner #pdfContainer .pdfContainer-inner #signatureEditor #signatureContent #draggableSignatures .regular-6 {
    margin-bottom: 0;
  }
}
.sec-sign-pdf .container .sign-pdf-inner #pdfContainer .pdfContainer-inner #signatureEditor #signatureContent #draggableSignatures .draggable-signature {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  border-radius: 7px;
  cursor: move;
  padding: 4px;
  margin: 0;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  width: 100%;
  height: 82px;
  pointer-events: all;
}
@media (max-width: 1200px) {
  .sec-sign-pdf .container .sign-pdf-inner #pdfContainer .pdfContainer-inner #signatureEditor #signatureContent #draggableSignatures .draggable-signature {
    width: 175px;
  }
}
@media (max-width: 768px) {
  .sec-sign-pdf .container .sign-pdf-inner #pdfContainer .pdfContainer-inner #signatureEditor #signatureContent #draggableSignatures .draggable-signature {
    width: 121px;
    height: 62px;
  }
}
@media (max-width: 576px) {
  .sec-sign-pdf .container .sign-pdf-inner #pdfContainer .pdfContainer-inner #signatureEditor #signatureContent #draggableSignatures .draggable-signature {
    width: 70px;
    height: 62px;
  }
}
@media (max-width: 1200px) {
  .sec-sign-pdf .container .sign-pdf-inner #pdfContainer .pdfContainer-inner #signatureEditor #signatureContent #draggableSignatures .draggable-signature #signatureTextPreview {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .sec-sign-pdf .container .sign-pdf-inner #pdfContainer .pdfContainer-inner #signatureEditor #signatureContent #draggableSignatures .draggable-signature #signatureTextPreview {
    font-size: 13px;
    word-break: break-all;
  }
}
.sec-sign-pdf .container .sign-pdf-inner #pdfContainer .pdfContainer-inner #signatureEditor #signatureContent #draggableSignatures .draggable-signature img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  user-select: none;
  pointer-events: none;
}
@media (max-width: 768px) {
  .sec-sign-pdf .container .sign-pdf-inner #pdfContainer .pdfContainer-inner #signatureEditor #signatureContent #draggableSignatures .draggable-signature img {
    width: 52px;
    height: 52px;
  }
}
.sec-sign-pdf .container .sign-pdf-inner #pdfContainer .pdfContainer-inner #signatureEditor #signatureContent #draggableSignatures .draggable-signature span {
  user-select: none;
  pointer-events: none;
}
.sec-sign-pdf .container .sign-pdf-inner #pdfContainer > canvas {
  display: none;
}
.sec-sign-pdf .container .sign-pdf-inner #pdfContainer #navigation {
  order: 2;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 7px 0 22px;
  margin-top: 13px;
  border-bottom: 2px solid #e2e8f0;
}
@media (max-width: 576px) {
  .sec-sign-pdf .container .sign-pdf-inner #pdfContainer #navigation {
    font-size: 11px;
  }
}
.sec-sign-pdf .container .sign-pdf-inner #pdfContainer #navigation span {
  font-size: 13px;
}
.sec-sign-pdf .container .sign-pdf-inner #pdfContainer #navigation .btn {
  background-color: white;
  color: black;
  padding: 10px 13px;
  border: none;
  box-shadow: none;
}
.sec-sign-pdf .container .sign-pdf-inner #pdfContainer #navigation .btn .icon::before {
  background-color: rgb(0, 0, 0);
}
@media (max-width: 576px) {
  .sec-sign-pdf .container .sign-pdf-inner #pdfContainer #navigation .btn {
    padding: 7px;
  }
}
.sec-sign-pdf .container .sign-pdf-inner #modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}
.sec-sign-pdf .container .sign-pdf-inner #modal .modal-content {
  position: relative;
  background-color: rgb(255, 255, 255);
  border-radius: 7px;
  border: 2px solid rgb(255, 255, 255);
  padding: 20px;
  border-radius: 5px;
  width: 430px;
  max-height: 600px;
  border: 2px solid #e2e8f0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  overflow-y: scroll;
}
.sec-sign-pdf .container .sign-pdf-inner #modal .modal-content::-webkit-scrollbar-track {
  border-radius: 0 0 7px 7px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.22);
  background-color: rgb(255, 255, 255);
}
.sec-sign-pdf .container .sign-pdf-inner #modal .modal-content::-webkit-scrollbar {
  width: 7px;
}
.sec-sign-pdf .container .sign-pdf-inner #modal .modal-content::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #c0c0c0;
  border: 1px solid #c2c2c2;
}
@media only screen and (max-height: 580px) {
  .sec-sign-pdf .container .sign-pdf-inner #modal .modal-content {
    max-height: 520px;
  }
}
.sec-sign-pdf .container .sign-pdf-inner #modal .modal-content .regular-6 {
  font-size: 22px;
  font-weight: 400;
  color: #4E4E4E;
  text-align: center;
  width: 100%;
  margin: 0 0 22px;
}
.sec-sign-pdf .container .sign-pdf-inner #modal .modal-content .BtnWrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 13px;
  margin-top: 13px;
}
.sec-sign-pdf .container .sign-pdf-inner #modal .modal-content button {
  max-width: 100%;
  width: 100%;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}
.sec-sign-pdf .container .sign-pdf-inner #modal .modal-content .close {
  position: absolute;
  right: 4px;
  top: 7px;
  width: fit-content;
  min-width: fit-content;
  max-width: fit-content;
  padding: 10px;
  background-color: transparent;
  box-shadow: none;
}
.sec-sign-pdf .container .sign-pdf-inner #modal .modal-content .close .icon {
  width: 13px;
  height: 13px;
}
.sec-sign-pdf .container .sign-pdf-inner #modal .modal-content .close .icon::before {
  background-color: rgb(78, 78, 78);
}
.sec-sign-pdf .container .sign-pdf-inner #modal .modal-content #draw-canvas {
  margin-top: 13px;
  user-select: none;
}
.sec-sign-pdf .container .sign-pdf-inner #modal .modal-content #draw-canvas .regular-6 {
  display: none;
}
.sec-sign-pdf .container .sign-pdf-inner #modal .modal-content #draw-canvas label {
  width: fit-content;
  color: #4E4E4E;
}
.sec-sign-pdf .container .sign-pdf-inner #modal .modal-content #draw-canvas #signatureCanvas {
  border: 2px solid rgb(255, 255, 255);
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.1);
}
.sec-sign-pdf .container .sign-pdf-inner #modal .modal-content #draw-canvas div:has(#colorPicker) {
  display: grid;
  grid-template-columns: max-content 52px;
  align-items: center;
  gap: 4px;
  margin: 13px 0;
}
.sec-sign-pdf .container .sign-pdf-inner #modal .modal-content #draw-canvas div:has(#colorPicker) #colorPicker {
  padding: 0;
}
.sec-sign-pdf .container .sign-pdf-inner #modal .modal-content #image-upLoader {
  margin-top: 13px;
}
.sec-sign-pdf .container .sign-pdf-inner #modal .modal-content #image-upLoader .regular-6 {
  margin: 13px 0 7px;
  color: #4E4E4E;
}
.sec-sign-pdf .container .sign-pdf-inner #modal .modal-content #image-upLoader input {
  border: 1px solid #E5E5E5;
  padding: 13px 20px;
  border-radius: 30px;
  width: 100%;
  font-size: 16px;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin: 0 0 13px;
}
.sec-sign-pdf .container .sign-pdf-inner #modal .modal-content #image-upLoader button {
  margin-top: 13px;
}
.sec-sign-pdf .container .sign-pdf-inner #modal .modal-content #signatureCanvas {
  width: 100%;
}
.sec-sign-pdf .container .sign-pdf-inner #modal .modal-content #signatureCanvas ~ .btn {
  margin-bottom: 13px;
}
.sec-sign-pdf .container .sign-pdf-inner #modal .modal-content #text-editor {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-top: 16px;
}
.sec-sign-pdf .container .sign-pdf-inner #modal .modal-content #text-editor .regular-6 {
  margin: 0 0 4px;
  text-align: center;
  width: 100%;
  color: #4E4E4E;
}
.sec-sign-pdf .container .sign-pdf-inner #modal .modal-content #text-editor input {
  border: 1px solid #E5E5E5;
  padding: 13px 20px;
  border-radius: 30px;
  width: 100%;
  font-size: 16px !important;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.sec-sign-pdf .container .sign-pdf-inner #modal .modal-content #text-editor select {
  border: 1px solid #E5E5E5;
  padding: 13px 20px;
  border-radius: 30px;
  width: 100%;
  font-size: 13px;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  font-family: "SourceSans3", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-weight: 100;
}
.sec-sign-pdf .container .sign-pdf-inner #modal .modal-content #text-editor .btn {
  margin-top: 13px;
}
.sec-sign-pdf .container .sign-pdf-inner #modal .modal-content .flex.mt-4.space-x-2 {
  margin: 31px 0 16px !important;
}
.sec-sign-pdf .container .sign-pdf-inner #signaturePreviewContainer {
  position: relative;
}
.sec-sign-pdf .container .sign-pdf-inner #signaturePreviewContainer #clearPreviewIcon {
  position: absolute;
  right: 4px;
  top: 0px;
  width: fit-content;
  min-width: fit-content;
  max-width: fit-content;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  color: #ff5757;
  font-size: 31px;
  border: 0;
  line-height: normal;
}
.sec-sign-pdf .container .sign-pdf-inner #saveAndDownload {
  margin-bottom: 22px;
}

.hidden {
  display: none !important;
}

body {
  position: relative;
  background-color: #f6f7f9;
}
body::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(2px);
  background-color: rgba(0, 0, 0, 0.13);
  z-index: 9;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
body.Blur::before {
  opacity: 1;
  pointer-events: all;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
body.menu-is-open::before {
  opacity: 1;
  pointer-events: all;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
body.menu-is-open .HamburgerMenu {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
body.notification-open::before {
  opacity: 1;
  pointer-events: all;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
body.scrolled #Header .container .header-inner .header-left .hamburger .hamburger-bars {
  width: 25px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
body.scrolled #Header .container .header-inner .header-right .list li a.btn {
  width: 31px;
  height: 31px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
body.scrolled #Header .container .header-inner .header-right .list li a.btn .icon {
  width: 13px;
  height: 13px;
}
body.scrolled #Header .container .header-inner .header-right .list li.langmenue > a {
  padding: 16px 22px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
body.scrolled.notification-open .sec-notification {
  height: calc(100% - 61px);
  left: 50%;
  top: 60px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
body.scrolled .NotifyWrap {
  top: 67px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
body.scrolled .alerts-wrap {
  top: 61px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  body.scrolled .alerts-wrap {
    top: 66px;
  }
}
@media (max-width: 576px) {
  body.scrolled .alerts-wrap {
    top: 57px;
  }
}
body:has(.alerts-wrap) section:first-child {
  margin: 52px 0 0;
}
body main {
  overflow: hidden;
}
body main:has(.section-center) {
  flex: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body main:has(.OnHold)::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: initial;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgb(255, 255, 255);
  z-index: 3;
  mix-blend-mode: saturation;
  pointer-events: all;
}
body .FullWidth {
  max-width: 100%;
  width: 100%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}
body .DefaultSpacingSection {
  margin: 31px 0;
}
@media (max-width: 992px) {
  body .DefaultSpacingSection {
    margin: 22px 0;
  }
}
@media (max-width: 768px) {
  body .DefaultSpacingSection {
    margin: 16px 0;
  }
}
body .DefaultSpacing {
  margin: 130px 0;
}
@media (max-width: 992px) {
  body .DefaultSpacing {
    margin: 61px 0;
  }
}
@media (max-width: 768px) {
  body .DefaultSpacing {
    margin: 40px 0;
  }
}
body .DefaultSpacingTop {
  margin: 130px 0 0;
}
@media (max-width: 992px) {
  body .DefaultSpacingTop {
    margin: 61px 0 0;
  }
}
@media (max-width: 768px) {
  body .DefaultSpacingTop {
    margin: 40px 0 0;
  }
}
body .DefaultSpacingBottom {
  margin: 0 0 130px;
}
@media (max-width: 992px) {
  body .DefaultSpacingBottom {
    margin: 0 0 61px;
  }
}
@media (max-width: 768px) {
  body .DefaultSpacingBottom {
    margin: 0 0 40px;
  }
}
body .DefaultPaddingSpacing {
  padding: 130px 0;
}
@media (max-width: 992px) {
  body .DefaultPaddingSpacing {
    padding: 61px 0;
  }
}
@media (max-width: 768px) {
  body .DefaultPaddingSpacing {
    padding: 40px 0;
  }
}
body .DefaultPaddingSpacingTop {
  padding: 130px 0 0;
}
@media (max-width: 992px) {
  body .DefaultPaddingSpacingTop {
    padding: 61px 0 0;
  }
}
@media (max-width: 768px) {
  body .DefaultPaddingSpacingTop {
    padding: 40px 0 0;
  }
}
body .DefaultPaddingSpacingBottom {
  padding: 0 0 130px;
}
@media (max-width: 992px) {
  body .DefaultPaddingSpacingBottom {
    padding: 0 0 61px;
  }
}
@media (max-width: 768px) {
  body .DefaultPaddingSpacingBottom {
    padding: 0 0 40px;
  }
}
body .typo3-messages {
  display: none;
}
body.Primary .icon::before {
  background-color: rgb(78, 78, 78);
}
body.Primary h1, body.Primary .h1, body.Primary .regular-1, body.Primary h2, body.Primary .h2, body.Primary .regular-2, body.Primary h3, body.Primary .h3, body.Primary .regular-3, body.Primary h4, body.Primary .h4, body.Primary .regular-4, body.Primary h5, body.Primary .h5, body.Primary .regular-5, body.Primary h6, body.Primary .h6, body.Primary .regular-6, body.Primary p, body.Primary li, body.Primary span, body.Primary strong, body.Primary b {
  color: rgb(78, 78, 78);
}
body.Primary a {
  color: rgb(78, 78, 78);
}
body.Primary a:hover {
  color: #3a86f8;
}
body.Primary a:hover span {
  color: #3a86f8;
}
body.Primary .CustomButton {
  color: rgb(255, 255, 255);
}
body.Primary .CustomButton span {
  color: rgb(255, 255, 255);
}
body.Primary .CustomButton .icon {
  pointer-events: none;
}
body.Primary .CustomButton .icon::before {
  background-color: rgb(255, 255, 255);
}
body.Primary .CustomButton.active {
  color: rgb(78, 78, 78);
  background-color: rgb(255, 255, 255);
  border: 1px solid #e2e8f0;
}
body.Primary .CustomButton.active span {
  color: rgb(78, 78, 78);
}
body.Primary .CustomButton.active .icon::before {
  background-color: rgb(78, 78, 78);
}
body.Primary .CustomButton:hover, body.Primary .CustomButton:focus {
  color: rgb(78, 78, 78);
  background-color: rgb(255, 255, 255);
  border: 1px solid #e2e8f0;
}
body.Primary .CustomButton:hover span, body.Primary .CustomButton:focus span {
  color: rgb(78, 78, 78);
}
body.Primary .CustomButton:hover .icon::before, body.Primary .CustomButton:focus .icon::before {
  background-color: rgb(78, 78, 78);
}
body.Primary .CustomButton.CustomButtonFilters {
  color: rgb(255, 255, 255);
  background-color: #3a86f8;
  border: 1px solid transparent;
}
body.Primary .CustomButton.CustomButtonFilters .icon::before {
  background-color: rgb(255, 255, 255);
}
body.Primary .CustomButton.CustomButtonFilters:hover, body.Primary .CustomButton.CustomButtonFilters:focus {
  opacity: 1;
}
body.Primary .CustomButton.CustomButtonFilters:hover .icon::before, body.Primary .CustomButton.CustomButtonFilters:focus .icon::before {
  background-color: rgb(255, 255, 255);
}
body.Primary .CustomButton.CustomButtonFilters.active {
  opacity: 1;
}
body.Primary .CustomButton.CustomButtonFilters.active .icon::before {
  background-color: rgb(255, 255, 255);
}
body.Primary .CustomButton.CustomButtonPrimary {
  color: rgb(255, 255, 255);
  background: none;
  background-color: #3a86f8;
}
body.Primary .CustomButton.CustomButtonPrimary span {
  color: rgb(255, 255, 255);
}
body.Primary .CustomButton.CustomButtonPrimary .icon::before {
  background-color: rgb(255, 255, 255);
}
body.Primary .CustomButton.CustomButtonPrimary.CustomButtonBordered {
  color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
}
body.Primary .CustomButton.CustomButtonPrimary:hover, body.Primary .CustomButton.CustomButtonPrimary:focus {
  color: rgb(78, 78, 78);
  background-color: rgb(255, 255, 255);
  border: 1px solid #e2e8f0;
}
body.Primary .CustomButton.CustomButtonPrimary:hover span, body.Primary .CustomButton.CustomButtonPrimary:focus span {
  color: rgb(78, 78, 78);
}
body.Primary .CustomButton.CustomButtonPrimary:hover .icon::before, body.Primary .CustomButton.CustomButtonPrimary:focus .icon::before {
  background-color: rgb(78, 78, 78);
}
body.Primary .CustomButton.CustomButtonPrimary.active {
  color: rgb(78, 78, 78);
  background-color: rgb(255, 255, 255);
  border: 1px solid #e2e8f0;
}
body.Primary .CustomButton.CustomButtonPrimary.active span {
  color: rgb(78, 78, 78);
}
body.Primary .CustomButton.CustomButtonPrimary.active .icon::before {
  background-color: rgb(78, 78, 78);
}
body.Primary .CustomButton.CustomButtonSecondary {
  color: rgb(255, 255, 255);
  background: none;
  background-color: #00d4b4;
  border: 1px solid rgb(255, 255, 255);
}
body.Primary .CustomButton.CustomButtonSecondary span {
  color: rgb(255, 255, 255);
}
body.Primary .CustomButton.CustomButtonSecondary .icon::before {
  background-color: rgb(255, 255, 255);
}
body.Primary .CustomButton.CustomButtonSecondary.CustomButtonBordered {
  color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
}
body.Primary .CustomButton.CustomButtonSecondary:hover, body.Primary .CustomButton.CustomButtonSecondary:focus {
  color: rgb(78, 78, 78);
  background-color: rgb(255, 255, 255);
  border: 1px solid #e2e8f0;
}
body.Primary .CustomButton.CustomButtonSecondary:hover span, body.Primary .CustomButton.CustomButtonSecondary:focus span {
  color: rgb(78, 78, 78);
}
body.Primary .CustomButton.CustomButtonSecondary:hover .icon::before, body.Primary .CustomButton.CustomButtonSecondary:focus .icon::before {
  background-color: rgb(78, 78, 78);
}
body.Primary .CustomButton.CustomButtonSecondary.active {
  color: rgb(78, 78, 78);
  background-color: rgb(255, 255, 255);
  border: 1px solid #e2e8f0;
}
body.Primary .CustomButton.CustomButtonSecondary.active span {
  color: rgb(78, 78, 78);
}
body.Primary .CustomButton.CustomButtonSecondary.active .icon::before {
  background-color: rgb(78, 78, 78);
}
body.Primary .CustomButton.CustomButtonWhite {
  color: rgb(78, 78, 78);
  background: none;
  background-color: rgb(255, 255, 255);
  border: 1px solid #e2e8f0;
  box-shadow: none;
}
body.Primary .CustomButton.CustomButtonWhite span {
  color: rgb(78, 78, 78);
}
body.Primary .CustomButton.CustomButtonWhite .icon::before {
  background-color: rgb(78, 78, 78);
}
body.Primary .CustomButton.CustomButtonWhite.CustomButtonBordered {
  color: rgb(78, 78, 78);
  border: 1px solid #e2e8f0;
}
body.Primary .CustomButton.CustomButtonWhite:hover, body.Primary .CustomButton.CustomButtonWhite:focus {
  color: rgb(255, 255, 255);
  background-color: #3a86f8;
  border: 1px solid rgb(255, 255, 255);
}
body.Primary .CustomButton.CustomButtonWhite:hover span, body.Primary .CustomButton.CustomButtonWhite:focus span {
  color: rgb(255, 255, 255);
}
body.Primary .CustomButton.CustomButtonWhite:hover .icon::before, body.Primary .CustomButton.CustomButtonWhite:focus .icon::before {
  background-color: rgb(255, 255, 255);
}
body.Primary .CustomButton.CustomButtonWhite.active {
  color: rgb(255, 255, 255);
  background-color: #3a86f8;
  border: 1px solid rgb(255, 255, 255);
}
body.Primary .CustomButton.CustomButtonWhite.active span {
  color: rgb(255, 255, 255);
}
body.Primary .CustomButton.CustomButtonWhite.active .icon::before {
  background-color: rgb(255, 255, 255);
}
body.Primary .CustomButton.CustomButtonGreen {
  color: rgb(255, 255, 255);
  background: none;
  background-color: #5CB338;
  border: 1px solid rgb(255, 255, 255);
  box-shadow: none;
}
body.Primary .CustomButton.CustomButtonGreen span {
  color: rgb(255, 255, 255);
}
body.Primary .CustomButton.CustomButtonGreen .icon::before {
  background-color: rgb(255, 255, 255);
}
body.Primary .CustomButton.CustomButtonGreen:hover, body.Primary .CustomButton.CustomButtonGreen:focus {
  color: rgb(78, 78, 78);
  background-color: #9ad97d;
  border: 1px solid rgb(255, 255, 255);
}
body.Primary .CustomButton.CustomButtonGreen:hover span, body.Primary .CustomButton.CustomButtonGreen:focus span {
  color: #9ad97d;
}
body.Primary .CustomButton.CustomButtonGreen:hover .icon::before, body.Primary .CustomButton.CustomButtonGreen:focus .icon::before {
  background-color: #9ad97d;
}
body.Primary .CustomButton.CustomButtonGreen.active {
  color: rgb(78, 78, 78);
  background-color: #9ad97d;
  border: 1px solid rgb(255, 255, 255);
}
body.Primary .CustomButton.CustomButtonGreen.active span {
  color: #9ad97d;
}
body.Primary .CustomButton.CustomButtonGreen.active .icon::before {
  background-color: #9ad97d;
}
body.Primary .CustomButton.CustomButtonTransparent {
  color: rgb(78, 78, 78);
  background: none;
  background-color: transparent;
  border: 1px solid #e2e8f0;
  box-shadow: none;
}
body.Primary .CustomButton.CustomButtonTransparent span {
  color: rgb(78, 78, 78);
}
body.Primary .CustomButton.CustomButtonTransparent .icon::before {
  background-color: rgb(78, 78, 78);
}
body.Primary .CustomButton.CustomButtonTransparent.CustomButtonBordered {
  color: rgb(78, 78, 78);
  border: 1px solid rgb(78, 78, 78);
}
body.Primary .CustomButton.CustomButtonNoPadding {
  color: rgb(78, 78, 78);
  border: 0px solid transparent;
  background: none;
}
body.Primary .CustomButton.CustomButtonNoPadding .icon::before {
  background-color: rgb(78, 78, 78);
}
body.Primary .CustomButton.CustomButtonNoPadding.CustomButtonBordered {
  color: rgb(78, 78, 78);
  border: 1px solid rgb(78, 78, 78);
}
body.Primary .CustomButton.CustomButtonNoPadding:hover, body.Primary .CustomButton.CustomButtonNoPadding:focus {
  box-shadow: none;
}
body.Primary .CustomButton.CustomButtonNoPadding.active {
  box-shadow: none;
}
body .bg-blue {
  background-color: #3a86f8;
  border: 1px solid rgb(255, 255, 255);
  background: linear-gradient(157deg, #3a86f8 0%, #3abed6 100%);
}
body .bg-blue h1, body .bg-blue .h1, body .bg-blue .regular-1, body .bg-blue h2, body .bg-blue .h2, body .bg-blue .regular-2, body .bg-blue h3, body .bg-blue .h3, body .bg-blue .regular-3, body .bg-blue h4, body .bg-blue .h4, body .bg-blue .regular-4, body .bg-blue h5, body .bg-blue .h5, body .bg-blue .regular-5, body .bg-blue h6, body .bg-blue .h6, body .bg-blue .regular-6, body .bg-blue p, body .bg-blue li, body .bg-blue a, body .bg-blue span, body .bg-blue strong, body .bg-blue b, body .bg-blue div {
  color: rgb(255, 255, 255);
}
body .bg-blue .nav-item {
  background-color: #dbebfe;
  border-bottom: 4px solid #bedcff;
}
body .bg-blue .nav-item button .regular-6 {
  color: rgb(78, 78, 78);
}
body .bg-blue .nav-item button.active {
  color: rgb(255, 255, 255);
}
body .bg-blue .nav-item button.active .regular-6 {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
body .bg-blue .nav-item button:hover {
  border: 0px solid transparent;
}
body .bg-blue .nav-item:has(.active) {
  background-color: #bedcff;
  border-bottom: 4px solid transparent;
  border-image: linear-gradient(to right, #3a86f8, #3abed6) 1;
  background: linear-gradient(157deg, #3a86f8 0%, #3abed6 100%);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
body .bg-blue .nav-item:has(.active) button .regular-6 {
  color: rgb(255, 255, 255);
}
body .bg-blue .dropdown .nav-item {
  background-color: unset;
}
body .bg-blue button .icon::before, body .bg-blue a .icon::before {
  background-color: rgb(255, 255, 255);
}
body .bg-lightblue {
  background-color: #dbebfe;
  border-bottom: 4px solid transparent;
  border-image: linear-gradient(148deg, #3a86f8 40%, #3abed6 100%) 1;
  box-shadow: none;
}
body .bg-lightblue h1, body .bg-lightblue .h1, body .bg-lightblue .regular-1, body .bg-lightblue h2, body .bg-lightblue .h2, body .bg-lightblue .regular-2, body .bg-lightblue h3, body .bg-lightblue .h3, body .bg-lightblue .regular-3, body .bg-lightblue h4, body .bg-lightblue .h4, body .bg-lightblue .regular-4, body .bg-lightblue h5, body .bg-lightblue .h5, body .bg-lightblue .regular-5, body .bg-lightblue h6, body .bg-lightblue .h6, body .bg-lightblue .regular-6, body .bg-lightblue p, body .bg-lightblue li, body .bg-lightblue a, body .bg-lightblue span, body .bg-lightblue strong, body .bg-lightblue b, body .bg-lightblue div {
  color: rgb(78, 78, 78);
}
body .bg-lightblue .nav-item {
  background-color: #dbebfe;
  border-bottom: 4px solid #bedcff;
}
body .bg-lightblue .nav-item button {
  color: rgb(78, 78, 78);
}
body .bg-lightblue .nav-item button .regular-6 {
  color: rgb(78, 78, 78);
}
body .bg-lightblue .nav-item button.active .regular-6 {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
body .bg-lightblue .nav-item button:hover {
  border: 0px solid transparent;
}
body .bg-lightblue .nav-item:has(.active) {
  background-color: #bedcff;
  border-bottom: 4px solid transparent;
  border-image: linear-gradient(to right, #3a86f8, #3abed6) 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
body .bg-lightblue .nav-item:has(.active) button .regular-6 {
  color: rgb(78, 78, 78);
}
body .bg-lightblue .dropdown .nav-item {
  background-color: unset;
}
body .bg-lightblue button .icon::before, body .bg-lightblue a .icon::before {
  background-color: #4E4E4E;
}
body .TextWhite {
  color: rgb(255, 255, 255) !important;
}
body .TextLight {
  color: #00d4b4 !important;
}
body .TextDark {
  color: rgb(78, 78, 78) !important;
}