@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.container {
  max-width: 1200px !important;
}

.container,
input,
header,
.mobile,
section.hero,
section.articles.position-relative,
section.faqs,
section.footer,
section.footer-copy {
  max-width: -webkit-fill-available;
}

.text-color-orange {
  color: rgb(253, 114, 34);
}

.text-color-black {
  color: rgb(0, 0, 0);
}

a {
  text-decoration: none;
}

/*
 * Bootstrap Grid v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --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-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-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", 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-bg: #fff;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  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: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}
.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 > * {
  box-sizing: border-box;
  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.3333333333%;
}

.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.6666666667%;
}

.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.3333333333%;
  }
  .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.6666666667%;
  }
  .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.3333333333%;
  }
  .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.6666666667%;
  }
  .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.3333333333%;
  }
  .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.6666666667%;
  }
  .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.3333333333%;
  }
  .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.6666666667%;
  }
  .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.3333333333%;
  }
  .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.6666666667%;
  }
  .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;
  }
}
.d-inline {
  display: inline !important;
}

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

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

.d-grid {
  display: 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;
}

.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;
}

@media (min-width: 576px) {
  .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-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;
  }
}
@media (min-width: 768px) {
  .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-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;
  }
}
@media (min-width: 992px) {
  .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-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;
  }
}
@media (min-width: 1200px) {
  .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-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;
  }
}
@media (min-width: 1400px) {
  .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-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;
  }
}
@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-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 Utilities v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #0d6efd;
}

.link-primary:hover,
.link-primary:focus {
  color: #0a58ca;
}

.link-secondary {
  color: #6c757d;
}

.link-secondary:hover,
.link-secondary:focus {
  color: #565e64;
}

.link-success {
  color: #198754;
}

.link-success:hover,
.link-success:focus {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}

.link-info:hover,
.link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}

.link-warning:hover,
.link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #dc3545;
}

.link-danger:hover,
.link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #f8f9fa;
}

.link-light:hover,
.link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}

.link-dark:hover,
.link-dark:focus {
  color: #1a1e21;
}

.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: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 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) {
  position: absolute !important;
  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;
}

.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: 1px;
  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;
}

.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;
}

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

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

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

.d-grid {
  display: 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: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

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

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

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

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

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

.position-sticky {
  position: -webkit-sticky !important;
  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: 1px solid #dee2e6 !important;
}

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

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

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

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

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

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

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

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

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

.border-primary {
  border-color: #0d6efd !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #fff !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;
}

.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;
}

.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;
}

.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;
}

.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-light {
  font-weight: 300 !important;
}

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

.fw-normal {
  font-weight: 400 !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: #6c757d !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-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;
}

.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-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-gradient {
  background-image: var(--bs-gradient) !important;
}

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

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

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

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

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

.rounded {
  border-radius: 0.25rem !important;
}

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

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

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

.rounded-pill {
  border-radius: 50rem !important;
}

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: 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-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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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-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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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-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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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-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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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-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;
  }
  .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;
  }
  .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;
  }
  .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-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;
  }
}
html {
  scroll-behavior: smooth;
}

h1 {
  font-family: "carbona-black", sans-serif;
  font-size: 2.625rem;
  color: rgb(0, 0, 0);
  letter-spacing: -1.28px;
  line-height: 124%;
  margin: 0;
}
h1 span {
  color: rgb(253, 114, 34);
}

h2 {
  font-family: "carbona-bold", sans-serif;
  font-size: 2.25rem;
  color: rgb(0, 0, 0);
  letter-spacing: -0.72px;
  line-height: 124%;
  margin: 0;
}
h2 span {
  color: rgb(253, 114, 34);
}
@media (max-width: 768px) {
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  font-family: "carbona-bold", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: rgb(0, 0, 0);
  letter-spacing: -0.48px;
  line-height: 124%;
  margin: 0;
}
h3 span {
  color: rgb(253, 114, 34);
}
@media (max-width: 768px) {
  h3 {
    font-size: 1.15rem;
  }
}

.subtitle {
  font-family: "carbona-bold", sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: rgb(128, 128, 128);
  letter-spacing: -0.36px;
  line-height: 124%;
}
.subtitle span {
  color: rgb(253, 114, 34);
}

.text-label-1::-webkit-input-placeholder {
  font-family: "carbona-variable-regular", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: rgb(128, 128, 128);
  text-transform: uppercase;
}

.text-label-1 {
  font-family: "carbona-variable-regular", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: rgb(128, 128, 128);
}
.text-label-1.upper {
  text-transform: uppercase;
  width: 100%;
}
.text-label-1 span {
  color: rgb(253, 114, 34);
}

.text-label-2 {
  font-family: "carbona-bold", sans-serif;
  font-size: 0.75rem;
  color: rgb(128, 128, 128);
}
.text-label-2.upper {
  text-transform: uppercase;
}
.text-label-2 span {
  color: rgb(253, 114, 34);
}

li {
  font-size: 1rem;
  font-family: "carbona-variable-regular", sans-serif;
  color: rgb(0, 0, 0);
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16.8px */
  margin: 8px 0;
}

p {
  font-family: "carbona-variable-regular", sans-serif;
  font-size: 1rem;
  color: rgb(0, 0, 0);
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  margin: 8px 0;
}
p span {
  color: rgb(253, 114, 34);
}

small {
  font-family: "carbona-variable-regular", sans-serif;
  font-size: 0.75rem;
  color: rgb(0, 0, 0);
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 10.5px */
}

.button-text {
  font-family: "carbona-variable-regular", sans-serif;
  text-decoration: none;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.56px;
  transition: background-color 0.3s ease;
}
.button-text.big {
  font-size: 1rem;
}

.ch-search {
  width: 750px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ch-search input {
  padding: 24px 40px;
  border-radius: 100px;
  background: rgb(230, 230, 230);
  border: none;
  outline: none;
  width: 100%;
  transition: background-color 0.3s ease;
}
.ch-search a {
  margin-left: -70px;
  padding: 20px;
}

.ch-search-result-item {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 100px;
  text-decoration: none;
  padding: 24px 40px;
  height: 20px;
}
.ch-search-result-item p {
  margin: 0;
  text-transform: uppercase;
  font-size: 20px;
  color: rgb(255, 255, 255);
}
.ch-search-result-item span.icon {
  margin-right: -20px;
  padding: 20px;
  height: 100%;
}
.ch-search-result-item:hover {
  background: linear-gradient(180deg, #404040 0%, #000 100%) !important;
}

.ch-search-2 {
  width: 396px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ch-search-2 input {
  padding: 16px 40px;
  border-radius: 100px;
  background: rgb(230, 230, 230);
  border: none;
  outline: none;
  width: 100%;
}
.ch-search-2 a {
  margin-left: -35px;
  margin-right: 15px;
  height: 100%;
}

.ch-slide-cards {
  /* margin-left: 104px; */
}
.ch-slide-cards .ch-slide-card-item {
  display: flex;
  width: 216px;
  max-width: 216px;
  padding: 48px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  background: linear-gradient(180deg, #fff 0%, #f5f5f5 100%);
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
}
.ch-slide-cards .ch-slide-card-item h3 {
  max-width: 216px;
}
.ch-slide-cards .ch-slide-card-item a {
  margin-top: auto;
}
.ch-slide-cards .ch-slide-card-item p {
  color: #404040;
  opacity: 0.7;
  line-height: 140%;
  margin-right: 5px;
  max-width: 216px;
}
.ch-slide-cards .ch-slide-card-item.alt {
  border-right: 1px solid #404040;
  border-bottom: 1px solid #404040;
  border-left: 1px solid #404040;
  background: linear-gradient(180deg, #000 0%, #404040 100%);
}
.ch-slide-cards .ch-slide-card-item.alt h3 {
  color: rgb(255, 255, 255);
}
.ch-slide-cards .ch-slide-card-item.alt p {
  color: rgb(255, 255, 255);
  line-height: 140%;
  opacity: 0.7;
}
.ch-slide-cards .ch-slide-card-item.alt-gradient {
  background: linear-gradient(180deg, #404040 0%, #000 100%);
}
.ch-slide-cards .ch-slide-card-item.alt-gradient h3 {
  color: rgb(255, 255, 255);
}
.ch-slide-cards .ch-slide-card-item.alt-gradient p {
  color: rgb(255, 255, 255);
  line-height: 140%;
  opacity: 0.7;
}
.ch-slide-cards .ch-slide-card-item.alt-gradient:hover {
  background: linear-gradient(180deg, #fff 0%, #f5f5f5 100%);
}
.ch-slide-cards .ch-slide-card-item.alt-gradient:hover h3 {
  color: rgb(0, 0, 0);
}
.ch-slide-cards .ch-slide-card-item.alt-gradient:hover p {
  color: #404040;
  opacity: 0.7;
}

/* Visual styles */
.accordion {
  overflow: hidden;
  /* Arrow animation */
}
.accordion .tab {
  background: rgb(255, 255, 255);
  border-radius: 8px;
  margin-bottom: 8px;
}
.accordion .tab.alt {
  background: #f5f5f5 !important;
}
.accordion .tab:last-child {
  margin-bottom: 0;
}
.accordion .tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.accordion .tab__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s;
}
.accordion .tab__content .ruler {
  background: #e6e6e6;
  width: 100%;
  padding-top: 1px;
  margin: 10px 0;
}
.accordion .tab input:checked ~ .tab__content {
  max-height: 10rem;
}
.accordion .tab input:checked ~ label {
  font-family: "carbona-bold", sans-serif;
  font-weight: 700;
  padding-bottom: 0;
}
.accordion .tab input:not(:checked) ~ label {
  font-family: "carbona-variable-regular", sans-serif !important;
  font-weight: 400;
}
.accordion .tab .tab__content a {
  margin-top: 20px;
  display: block;
}
.accordion .tab__label,
.accordion .tab__close {
  display: flex;
  cursor: pointer;
}
.accordion .tab__label {
  justify-content: space-between;
  padding: 24px 40px;
}
.accordion .tab__label::after {
  color: rgb(253, 114, 34);
  content: "❯";
  width: 20px;
  height: 20px;
  text-align: center;
  transform: rotate(90deg);
  transition: all 0.35s;
}
.accordion .tab input:checked + .tab__label::after {
  transform: rotate(270deg);
}
.accordion .tab input:checked ~ .tab__content {
  margin: 0;
  padding: 0 40px 24px;
  display: inline-table;
}
.accordion .tab input:not(:checked) ~ .tab__content {
  margin: 0;
  padding: 0px 40px;
  height: 0;
}
.accordion .tab__close {
  justify-content: flex-end;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}
.accordion .accordion--radio {
  --theme: var(--secondary);
}
.accordion .tab input:not(:checked) + .tab__label:hover::after {
  animation: bounce 0.5s infinite;
}
@keyframes bounce {
  25% {
    transform: rotate(90deg) translate(0.25rem);
  }
  75% {
    transform: rotate(90deg) translate(-0.25rem);
  }
}

.button {
  display: inline-flex;
  width: auto;
  justify-content: center;
  align-items: center;
  color: rgb(0, 0, 0);
  font-family: "carbona-bold", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  height: 24px;
  padding: 12px 24px;
  transition: background-color 0.3s ease;
  text-decoration: none;
}
.button.transparent {
  background: transparent;
  transition: background-color 0.3s ease;
  border-radius: 100px;
}
.button.transparent:hover {
  background: rgb(230, 230, 230);
}

.button.orangebtn-border {
  border-radius: 100px;
  border: 1px solid #FD7222;
  color: #FD7222;
  display: flex;
  padding: 8px 24px;
  align-items: center;
  font-family: 'carbona-bold';
  font-size: 14px;
  font-style: normal;
  line-height: 150%; /* 21px */
}

.button.orangebtn, .new-request-page input[type="submit"] {
  background: rgb(253, 114, 34);
  color: rgb(0, 0, 0);
  border: none;
  border-radius: 100px;
  transition: background-color 1s ease;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.button.orangebtn:hover {
  background: rgb(255, 162, 0);
}
.button.left-icon span {
  justify-content: center;
  align-items: center;
  display: flex;
  margin-right: 10px;
}
.button.right-icon span {
  justify-content: center;
  align-items: center;
  display: flex;
  margin-left: 10px;
}

header {
  padding: 16px;
  background: rgb(255, 255, 255);
}
header .brand {
  margin-right: 20px;
}
header .brand:hover {
  background: rgb(255, 255, 255) !important;
}
header .mobile svg {
  cursor: pointer;
}
header .mobile .brand {
  margin: 0 !important;
  padding: 0 !important;
}
header .col {
  gap: 16px;
}
header .h-separator {
  width: 1px;
  height: 32px;
  background: #e6e6e6;
}
header .button {
  margin: -20px;
}
header .button:hover:not(.brand) {
  background-color: rgb(245, 245, 245);
}

.hero {
  background: #f5f5f5 !important;
}
.hero .hero-inner {
  padding: 156px 0px;
  text-align: center;
}
@media (max-width: 768px) {
  .hero .hero-inner {
    padding: 0px 0px 200px;
  }
}
.hero .hero-inner h2 {
  font-size: 2.625rem;
}
@media (max-width: 768px) {
  .hero .hero-inner h2 {
    font-size: 2rem;
  }
}
.hero .hero-inner p:not(.subtitle) {
  max-width: 310px;
  color: rgb(128, 128, 128);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 126%;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
.hero .hero-inner p:not(.subtitle) a {
  text-decoration-line: underline;
  color: rgb(253, 114, 34);
  font-weight: 800;
  font-family: "carbona-bold", sans-serif;
}
.hero .container {
  max-width: 720px !important;
  z-index: 1;
  position: relative;
}
.hero .header-decoration-left {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 590px;
}
.hero .header-decoration-left svg {
  position: relative;
  bottom: -58px;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg width='590' height='524' viewBox='0 0 590 524' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_128_2690' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='64' width='590' height='460'%3E%3Crect width='590' height='460' transform='matrix(-1 0 0 1 590 64)' fill='%23272727' /%3E%3C/mask%3E%3Cg mask='url(%23mask0_128_2690)'%3E%3Cg clip-path='url(%23clip0_128_2690)'%3E%3Cpath d='M422.261 523.879C411.827 523.879 403.369 532.331 403.369 542.757C403.369 553.182 411.827 561.634 422.261 561.634C432.694 561.634 441.152 553.182 441.152 542.757C441.152 532.331 432.694 523.879 422.261 523.879Z' fill='%23FC3955' /%3E%3Cpath d='M419.781 523.451C409.29 523.451 400.785 531.949 400.785 542.433C400.785 552.916 409.29 561.415 419.781 561.415C430.272 561.415 438.777 552.916 438.777 542.433C438.777 531.949 430.272 523.451 419.781 523.451Z' fill='%23FC3A55' /%3E%3Cpath d='M417.303 523.024C406.757 523.024 398.207 531.568 398.207 542.107C398.207 552.646 406.757 561.189 417.303 561.189C427.85 561.189 436.4 552.646 436.4 542.107C436.4 531.568 427.85 523.024 417.303 523.024Z' fill='%23FC3B54' /%3E%3Cpath d='M414.824 522.597C404.221 522.597 395.626 531.186 395.626 541.78C395.626 552.375 404.221 560.964 414.824 560.964C425.426 560.964 434.021 552.375 434.021 541.78C434.021 531.186 425.426 522.597 414.824 522.597Z' fill='%23FC3C54' /%3E%3Cpath d='M412.346 522.169C401.686 522.169 393.044 530.805 393.044 541.457C393.044 552.11 401.686 560.745 412.346 560.745C423.007 560.745 431.648 552.11 431.648 541.457C431.648 530.805 423.007 522.169 412.346 522.169Z' fill='%23FC3D53' /%3E%3Cpath d='M409.868 521.742C399.152 521.742 390.464 530.423 390.464 541.131C390.464 551.839 399.152 560.52 409.868 560.52C420.584 560.52 429.271 551.839 429.271 541.131C429.271 530.423 420.584 521.742 409.868 521.742Z' fill='%23FC3E53' /%3E%3Cpath d='M407.39 521.318C396.618 521.318 387.885 530.044 387.885 540.808C387.885 551.572 396.618 560.298 407.39 560.298C418.162 560.298 426.894 551.572 426.894 540.808C426.894 530.044 418.162 521.318 407.39 521.318Z' fill='%23FC3F53' /%3E%3Cpath d='M404.908 520.888C394.079 520.888 385.3 529.66 385.3 540.482C385.3 551.303 394.079 560.076 404.908 560.076C415.738 560.076 424.517 551.303 424.517 540.482C424.517 529.66 415.738 520.888 404.908 520.888Z' fill='%23FC4052' /%3E%3Cpath d='M402.43 520.461C391.545 520.461 382.721 529.279 382.721 540.156C382.721 551.033 391.545 559.851 402.43 559.851C413.316 559.851 422.14 551.033 422.14 540.156C422.14 529.279 413.316 520.461 402.43 520.461Z' fill='%23FC4152' /%3E%3Cpath d='M399.953 520.033C389.01 520.033 380.139 528.897 380.139 539.832C380.139 550.767 389.01 559.632 399.953 559.632C410.896 559.632 419.767 550.767 419.767 539.832C419.767 528.897 410.896 520.033 399.953 520.033Z' fill='%23FC4251' /%3E%3Cpath d='M397.475 519.606C386.476 519.606 377.56 528.515 377.56 539.506C377.56 550.497 386.476 559.406 397.475 559.406C408.474 559.406 417.39 550.497 417.39 539.506C417.39 528.515 408.474 519.606 397.475 519.606Z' fill='%23FC4351' /%3E%3Cpath d='M394.997 519.182C383.943 519.182 374.981 528.137 374.981 539.183C374.981 550.229 383.943 559.184 394.997 559.184C406.052 559.184 415.013 550.229 415.013 539.183C415.013 528.137 406.052 519.182 394.997 519.182Z' fill='%23FC4450' /%3E%3Cpath d='M392.514 518.751C381.402 518.751 372.393 527.753 372.393 538.857C372.393 549.961 381.402 558.962 392.514 558.962C403.626 558.962 412.634 549.961 412.634 538.857C412.634 527.753 403.626 518.751 392.514 518.751Z' fill='%23FC4550' /%3E%3Cpath d='M390.036 518.324C378.868 518.324 369.815 527.371 369.815 538.531C369.815 549.69 378.868 558.737 390.036 558.737C401.204 558.737 410.258 549.69 410.258 538.531C410.258 527.371 401.204 518.324 390.036 518.324Z' fill='%23FC4650' /%3E%3Cpath d='M387.558 517.9C376.335 517.9 367.236 526.992 367.236 538.208C367.236 549.423 376.335 558.515 387.558 558.515C398.782 558.515 407.881 549.423 407.881 538.208C407.881 526.992 398.782 517.9 387.558 517.9Z' fill='%23FC474F' /%3E%3Cpath d='M385.081 517.469C373.8 517.469 364.654 526.608 364.654 537.881C364.654 549.154 373.8 558.293 385.081 558.293C396.362 558.293 405.508 549.154 405.508 537.881C405.508 526.608 396.362 517.469 385.081 517.469Z' fill='%23FC484F' /%3E%3Cpath d='M382.601 517.042C371.264 517.042 362.073 526.226 362.073 537.555C362.073 548.884 371.264 558.068 382.601 558.068C393.938 558.068 403.129 548.884 403.129 537.555C403.129 526.226 393.938 517.042 382.601 517.042Z' fill='%23FC494E' /%3E%3Cpath d='M380.121 516.619C368.728 516.619 359.492 525.848 359.492 537.232C359.492 548.617 368.728 557.846 380.121 557.846C391.514 557.846 400.75 548.617 400.75 537.232C400.75 525.848 391.514 516.619 380.121 516.619Z' fill='%23FC4A4E' /%3E%3Cpath d='M377.643 516.188C366.193 516.188 356.91 525.464 356.91 536.906C356.91 548.348 366.193 557.624 377.643 557.624C389.094 557.624 398.376 548.348 398.376 536.906C398.376 525.464 389.094 516.188 377.643 516.188Z' fill='%23FC4B4E' /%3E%3Cpath d='M375.165 515.764C363.659 515.764 354.331 525.085 354.331 536.583C354.331 548.08 363.659 557.401 375.165 557.401C386.672 557.401 396 548.08 396 536.583C396 525.085 386.672 515.764 375.165 515.764Z' fill='%23FC4C4D' /%3E%3Cpath d='M372.687 515.337C361.125 515.337 351.752 524.703 351.752 536.257C351.752 547.81 361.125 557.176 372.687 557.176C384.25 557.176 393.623 547.81 393.623 536.257C393.623 524.703 384.25 515.337 372.687 515.337Z' fill='%23FC4D4D' /%3E%3Cpath d='M370.21 514.906C358.59 514.906 349.17 524.319 349.17 535.93C349.17 547.541 358.59 556.954 370.21 556.954C381.83 556.954 391.25 547.541 391.25 535.93C391.25 524.319 381.83 514.906 370.21 514.906Z' fill='%23FC4E4C' /%3E%3Cpath d='M367.728 514.482C356.052 514.482 346.587 523.94 346.587 535.607C346.587 547.274 356.052 556.732 367.728 556.732C379.404 556.732 388.869 547.274 388.869 535.607C388.869 523.94 379.404 514.482 367.728 514.482Z' fill='%23FC4F4C' /%3E%3Cpath d='M365.251 514.051C353.517 514.051 344.006 523.556 344.006 535.281C344.006 547.005 353.517 556.51 365.251 556.51C376.984 556.51 386.496 547.005 386.496 535.281C386.496 523.556 376.984 514.051 365.251 514.051Z' fill='%23FC504C' /%3E%3Cpath d='M362.773 513.627C350.984 513.627 341.427 523.177 341.427 534.957C341.427 546.738 350.984 556.288 362.773 556.288C374.562 556.288 384.119 546.738 384.119 534.957C384.119 523.177 374.562 513.627 362.773 513.627Z' fill='%23FC514B' /%3E%3Cpath d='M360.293 513.2C348.448 513.2 338.846 522.795 338.846 534.631C338.846 546.467 348.448 556.062 360.293 556.062C372.138 556.062 381.74 546.467 381.74 534.631C381.74 522.795 372.138 513.2 360.293 513.2Z' fill='%23FC524B' /%3E%3Cpath d='M357.816 512.77C345.913 512.77 336.264 522.411 336.264 534.305C336.264 546.199 345.913 555.84 357.816 555.84C369.718 555.84 379.367 546.199 379.367 534.305C379.367 522.411 369.718 512.77 357.816 512.77Z' fill='%23FC534A' /%3E%3Cpath d='M355.333 512.346C343.375 512.346 333.681 522.032 333.681 533.982C333.681 545.931 343.375 555.618 355.333 555.618C367.292 555.618 376.986 545.931 376.986 533.982C376.986 522.032 367.292 512.346 355.333 512.346Z' fill='%23FC544A' /%3E%3Cpath d='M352.856 511.919C340.842 511.919 331.103 521.651 331.103 533.656C331.103 545.661 340.842 555.393 352.856 555.393C364.87 555.393 374.609 545.661 374.609 533.656C374.609 521.651 364.87 511.919 352.856 511.919Z' fill='%23FC5549' /%3E%3Cpath d='M350.376 511.491C338.304 511.491 328.518 521.27 328.518 533.333C328.518 545.395 338.304 555.174 350.376 555.174C362.448 555.174 372.234 545.395 372.234 533.333C372.234 521.27 362.448 511.491 350.376 511.491Z' fill='%23FC5649' /%3E%3Cpath d='M347.901 511.064C335.773 511.064 325.942 520.888 325.942 533.006C325.942 545.125 335.773 554.948 347.901 554.948C360.028 554.948 369.859 545.125 369.859 533.006C369.859 520.888 360.028 511.064 347.901 511.064Z' fill='%23FC5749' /%3E%3Cpath d='M345.423 510.637C333.239 510.637 323.363 520.506 323.363 532.68C323.363 544.854 333.239 554.723 345.423 554.723C357.606 554.723 367.482 544.854 367.482 532.68C367.482 520.506 357.606 510.637 345.423 510.637Z' fill='%23FC5848' /%3E%3Cpath d='M342.941 510.209C330.7 510.209 320.777 520.125 320.777 532.357C320.777 544.589 330.7 554.505 342.941 554.505C355.182 554.505 365.105 544.589 365.105 532.357C365.105 520.125 355.182 510.209 342.941 510.209Z' fill='%23FC5948' /%3E%3Cpath d='M340.463 509.782C328.166 509.782 318.198 519.743 318.198 532.031C318.198 544.318 328.166 554.28 340.463 554.28C352.76 554.28 362.728 544.319 362.728 532.031C362.728 519.743 352.76 509.782 340.463 509.782Z' fill='%23FC5A47' /%3E%3Cpath d='M337.984 509.355C325.63 509.355 315.614 519.362 315.614 531.708C315.614 544.053 325.63 554.061 337.984 554.061C350.338 554.061 360.354 544.053 360.354 531.708C360.354 519.362 350.338 509.355 337.984 509.355Z' fill='%23FD5B47' /%3E%3Cpath d='M335.506 508.928C323.096 508.928 313.035 518.981 313.035 531.382C313.035 543.783 323.096 553.835 335.506 553.835C347.916 553.835 357.977 543.783 357.977 531.382C357.977 518.981 347.916 508.928 335.506 508.928Z' fill='%23FD5C47' /%3E%3Cpath d='M333.028 508.5C320.562 508.5 310.457 518.598 310.457 531.055C310.457 543.512 320.562 553.61 333.028 553.61C345.494 553.61 355.6 543.512 355.6 531.055C355.6 518.598 345.494 508.5 333.028 508.5Z' fill='%23FD5D46' /%3E%3Cpath d='M330.549 508.073C318.025 508.073 307.873 518.217 307.873 530.732C307.873 543.246 318.025 553.391 330.549 553.391C343.072 553.391 353.225 543.246 353.225 530.732C353.225 518.217 343.072 508.073 330.549 508.073Z' fill='%23FD5E46' /%3E%3Cpath d='M328.069 507.646C315.489 507.646 305.292 517.836 305.292 530.406C305.292 542.976 315.489 553.166 328.069 553.166C340.648 553.166 350.846 542.976 350.846 530.406C350.846 517.836 340.648 507.646 328.069 507.646Z' fill='%23FD5F45' /%3E%3Cpath d='M325.593 507.222C312.958 507.222 302.715 517.457 302.715 530.083C302.715 542.709 312.958 552.944 325.593 552.944C338.228 552.944 348.471 542.709 348.471 530.083C348.471 517.457 338.228 507.222 325.593 507.222Z' fill='%23FD6045' /%3E%3Cpath d='M323.113 506.791C310.421 506.791 300.131 517.073 300.131 529.756C300.131 542.44 310.421 552.722 323.113 552.722C335.806 552.722 346.096 542.44 346.096 529.756C346.096 517.073 335.806 506.791 323.113 506.791Z' fill='%23FD6145' /%3E%3Cpath d='M320.635 506.364C307.887 506.364 297.552 516.691 297.552 529.43C297.552 542.169 307.887 552.496 320.635 552.496C333.384 552.496 343.719 542.169 343.719 529.43C343.719 516.691 333.384 506.364 320.635 506.364Z' fill='%23FD6244' /%3E%3Cpath d='M318.154 505.94C305.349 505.94 294.969 516.312 294.969 529.107C294.969 541.902 305.349 552.274 318.154 552.274C330.958 552.274 341.338 541.902 341.338 529.107C341.338 516.312 330.958 505.94 318.154 505.94Z' fill='%23FD6344' /%3E%3Cpath d='M315.678 505.51C302.816 505.509 292.389 515.928 292.389 528.781C292.389 541.633 302.816 552.052 315.678 552.052C328.54 552.052 338.967 541.633 338.967 528.781C338.967 515.928 328.54 505.51 315.678 505.51Z' fill='%23FD6443' /%3E%3Cpath d='M313.2 505.082C300.282 505.082 289.81 515.546 289.81 528.454C289.81 541.362 300.282 551.826 313.2 551.826C326.118 551.826 336.59 541.362 336.59 528.454C336.59 515.546 326.118 505.082 313.2 505.082Z' fill='%23FD6543' /%3E%3Cpath d='M310.72 504.655C297.745 504.655 287.226 515.166 287.226 528.131C287.226 541.097 297.745 551.608 310.72 551.608C323.696 551.608 334.214 541.097 334.214 528.131C334.214 515.166 323.696 504.655 310.72 504.655Z' fill='%23FD6642' /%3E%3Cpath d='M308.243 504.228C295.212 504.228 284.648 514.784 284.648 527.805C284.648 540.827 295.212 551.383 308.243 551.383C321.274 551.383 331.838 540.827 331.838 527.805C331.838 514.784 321.274 504.228 308.243 504.228Z' fill='%23FD6742' /%3E%3Cpath d='M305.76 503.803C292.673 503.803 282.064 514.405 282.064 527.482C282.064 540.559 292.673 551.16 305.76 551.16C318.847 551.16 329.457 540.559 329.457 527.482C329.457 514.405 318.847 503.803 305.76 503.803Z' fill='%23FD6842' /%3E%3Cpath d='M303.282 503.373C290.137 503.373 279.481 514.021 279.481 527.155C279.481 540.29 290.137 550.938 303.282 550.938C316.426 550.938 327.082 540.29 327.082 527.155C327.082 514.021 316.426 503.373 303.282 503.373Z' fill='%23FD6941' /%3E%3Cpath d='M300.804 502.946C287.603 502.946 276.902 513.639 276.902 526.829C276.902 540.02 287.603 550.713 300.804 550.713C314.004 550.713 324.705 540.02 324.705 526.829C324.705 513.639 314.004 502.946 300.804 502.946Z' fill='%23FD6A41' /%3E%3Cpath d='M298.326 502.521C285.069 502.521 274.323 513.26 274.323 526.506C274.323 539.752 285.069 550.491 298.326 550.491C311.582 550.491 322.328 539.752 322.328 526.506C322.328 513.26 311.582 502.521 298.326 502.521Z' fill='%23FD6B40' /%3E%3Cpath d='M295.848 502.091C282.534 502.091 271.741 512.876 271.741 526.18C271.741 539.484 282.534 550.269 295.848 550.269C309.162 550.269 319.955 539.484 319.955 526.18C319.955 512.876 309.162 502.091 295.848 502.091Z' fill='%23FD6C40' /%3E%3Cpath d='M293.368 501.667C279.999 501.667 269.16 512.498 269.16 525.857C269.16 539.217 279.999 550.047 293.368 550.047C306.738 550.047 317.576 539.217 317.576 525.857C317.576 512.498 306.738 501.667 293.368 501.667Z' fill='%23FD6D40' /%3E%3Cpath d='M290.888 501.24C277.463 501.24 266.58 512.115 266.58 525.531C266.58 538.946 277.463 549.822 290.888 549.822C304.314 549.822 315.197 538.946 315.197 525.531C315.197 512.115 304.314 501.24 290.888 501.24Z' fill='%23FD6E3F' /%3E%3Cpath d='M288.411 500.809C274.928 500.809 263.998 511.731 263.998 525.204C263.998 538.677 274.928 549.599 288.411 549.599C301.894 549.599 312.824 538.677 312.824 525.204C312.824 511.731 301.894 500.809 288.411 500.809Z' fill='%23FD6F3F' /%3E%3Cpath d='M285.933 500.385C272.394 500.385 261.419 511.352 261.419 524.881C261.419 538.41 272.394 549.377 285.933 549.377C299.472 549.377 310.447 538.41 310.447 524.881C310.447 511.352 299.472 500.385 285.933 500.385Z' fill='%23FD703E' /%3E%3Cpath d='M283.456 499.955C269.859 499.955 258.837 510.969 258.837 524.555C258.837 538.142 269.859 549.156 283.456 549.156C297.052 549.156 308.074 538.142 308.074 524.555C308.074 510.969 297.052 499.955 283.456 499.955Z' fill='%23FD713E' /%3E%3Cpath d='M280.976 499.531C267.323 499.531 256.256 510.59 256.256 524.232C256.256 537.874 267.323 548.933 280.976 548.933C294.628 548.933 305.695 537.874 305.695 524.232C305.695 510.59 294.628 499.531 280.976 499.531Z' fill='%23FD723E' /%3E%3Cpath d='M278.496 499.103C264.788 499.103 253.675 510.207 253.675 523.905C253.675 537.603 264.788 548.708 278.496 548.708C292.204 548.708 303.316 537.603 303.316 523.905C303.316 510.208 292.204 499.103 278.496 499.103Z' fill='%23FD733D' /%3E%3Cpath d='M276.018 498.673C262.252 498.673 251.093 509.824 251.093 523.579C251.093 537.335 262.252 548.486 276.018 548.486C289.784 548.486 300.943 537.335 300.943 523.579C300.943 509.824 289.784 498.673 276.018 498.673Z' fill='%23FD743D' /%3E%3Cpath d='M273.538 498.249C259.716 498.249 248.512 509.445 248.512 523.256C248.512 537.067 259.716 548.264 273.538 548.264C287.359 548.264 298.564 537.067 298.564 523.256C298.564 509.445 287.359 498.249 273.538 498.249Z' fill='%23FD753C' /%3E%3Cpath d='M271.058 497.822C257.181 497.822 245.931 509.063 245.931 522.93C245.931 536.797 257.181 548.038 271.058 548.038C284.935 548.038 296.185 536.797 296.185 522.93C296.185 509.063 284.935 497.822 271.058 497.822Z' fill='%23FD763C' /%3E%3Cpath d='M268.579 497.394C254.644 497.394 243.348 508.682 243.348 522.607C243.348 536.532 254.644 547.82 268.579 547.82C282.514 547.82 293.811 536.532 293.811 522.607C293.811 508.682 282.514 497.394 268.579 497.394Z' fill='%23FD773B' /%3E%3Cpath d='M266.101 496.967C252.111 496.967 240.769 508.301 240.769 522.281C240.769 536.261 252.111 547.594 266.101 547.594C280.092 547.594 291.434 536.261 291.434 522.281C291.434 508.301 280.092 496.967 266.101 496.967Z' fill='%23FD783B' /%3E%3Cpath d='M263.623 496.539C249.577 496.539 238.19 507.918 238.19 521.954C238.19 535.99 249.577 547.368 263.623 547.368C277.67 547.368 289.057 535.99 289.057 521.954C289.057 507.918 277.67 496.539 263.623 496.539Z' fill='%23FD793B' /%3E%3Cpath d='M261.146 496.113C247.042 496.113 235.608 507.538 235.608 521.631C235.608 535.725 247.042 547.15 261.146 547.15C275.25 547.15 286.684 535.725 286.684 521.631C286.684 507.538 275.25 496.113 261.146 496.113Z' fill='%23FD7A3A' /%3E%3Cpath d='M258.666 495.685C244.506 495.685 233.027 507.156 233.027 521.305C233.027 535.454 244.506 546.925 258.666 546.925C272.826 546.925 284.305 535.454 284.305 521.305C284.305 507.156 272.826 495.685 258.666 495.685Z' fill='%23FD7B3A' /%3E%3Cpath d='M256.187 495.258C241.969 495.258 230.443 506.775 230.443 520.982C230.443 535.189 241.969 546.706 256.187 546.706C270.404 546.706 281.93 535.189 281.93 520.982C281.93 506.775 270.404 495.258 256.187 495.258Z' fill='%23FD7C39' /%3E%3Cpath d='M253.709 494.831C239.435 494.831 227.864 506.393 227.864 520.656C227.864 534.918 239.435 546.48 253.709 546.48C267.982 546.48 279.553 534.918 279.553 520.656C279.553 506.393 267.982 494.831 253.709 494.831Z' fill='%23FD7D39' /%3E%3Cpath d='M251.231 494.403C236.902 494.403 225.285 506.01 225.285 520.329C225.285 534.647 236.901 546.255 251.231 546.255C265.56 546.255 277.176 534.647 277.176 520.329C277.176 506.01 265.56 494.403 251.231 494.403Z' fill='%23FD7E39' /%3E%3Cpath d='M248.753 493.976C234.366 493.976 222.704 505.63 222.704 520.006C222.704 534.382 234.366 546.036 248.753 546.036C263.14 546.036 274.803 534.382 274.803 520.006C274.803 505.63 263.14 493.976 248.753 493.976Z' fill='%23FD7F38' /%3E%3Cpath d='M246.269 493.549C231.827 493.549 220.119 505.248 220.119 519.68C220.119 534.112 231.827 545.811 246.269 545.811C260.712 545.811 272.42 534.112 272.42 519.68C272.42 505.248 260.712 493.549 246.269 493.549Z' fill='%23FD8038' /%3E%3Cpath d='M243.793 493.121C229.295 493.121 217.542 504.866 217.542 519.353C217.542 533.841 229.295 545.585 243.793 545.585C258.292 545.585 270.045 533.841 270.045 519.353C270.045 504.866 258.292 493.121 243.793 493.121Z' fill='%23FD8137' /%3E%3Cpath d='M241.316 492.695C226.76 492.695 214.96 504.486 214.96 519.031C214.96 533.576 226.76 545.367 241.316 545.367C255.872 545.367 267.672 533.576 267.672 519.031C267.672 504.486 255.872 492.695 241.316 492.695Z' fill='%23FD8237' /%3E%3Cpath d='M238.838 492.267C224.226 492.267 212.381 504.103 212.381 518.704C212.381 533.305 224.226 545.141 238.838 545.141C253.45 545.141 265.295 533.305 265.295 518.704C265.295 504.103 253.45 492.267 238.838 492.267Z' fill='%23FD8337' /%3E%3Cpath d='M236.358 491.843C221.691 491.843 209.8 503.725 209.8 518.381C209.8 533.038 221.691 544.92 236.358 544.92C251.026 544.92 262.916 533.038 262.916 518.382C262.916 503.725 251.026 491.843 236.358 491.843Z' fill='%23FD8436' /%3E%3Cpath d='M233.877 491.412C219.152 491.412 207.214 503.341 207.214 518.055C207.214 532.769 219.152 544.697 233.877 544.697C248.602 544.697 260.539 532.769 260.539 518.055C260.539 503.341 248.602 491.412 233.877 491.412Z' fill='%23FD8536' /%3E%3Cpath d='M231.399 490.985C216.618 490.985 204.635 502.959 204.635 517.729C204.635 532.499 216.618 544.472 231.399 544.472C246.18 544.472 258.162 532.499 258.162 517.729C258.162 502.959 246.18 490.985 231.399 490.985Z' fill='%23FD8635' /%3E%3Cpath d='M228.921 490.561C214.084 490.561 202.057 502.58 202.057 517.406C202.057 532.231 214.084 544.25 228.921 544.25C243.758 544.25 255.785 532.231 255.785 517.406C255.785 502.58 243.758 490.561 228.921 490.561Z' fill='%23FD8735' /%3E%3Cpath d='M226.445 490.13C211.551 490.13 199.477 502.196 199.477 517.079C199.477 531.962 211.551 544.028 226.445 544.028C241.34 544.028 253.414 531.962 253.414 517.079C253.414 502.196 241.34 490.13 226.445 490.13Z' fill='%23FD8835' /%3E%3Cpath d='M223.965 489.707C209.015 489.707 196.896 501.818 196.896 516.757C196.896 531.696 209.015 543.806 223.965 543.806C238.916 543.806 251.035 531.696 251.035 516.757C251.035 501.818 238.916 489.707 223.965 489.707Z' fill='%23FD8934' /%3E%3Cpath d='M221.484 489.276C206.476 489.276 194.31 501.433 194.31 516.43C194.31 531.427 206.476 543.584 221.484 543.584C236.492 543.584 248.658 531.427 248.658 516.43C248.658 501.433 236.492 489.276 221.484 489.276Z' fill='%23FD8A34' /%3E%3Cpath d='M219.006 488.849C203.943 488.849 191.731 501.051 191.731 516.104C191.731 531.156 203.943 543.359 219.006 543.359C234.07 543.359 246.281 531.156 246.281 516.104C246.281 501.051 234.07 488.849 219.006 488.849Z' fill='%23FD8B33' /%3E%3Cpath d='M216.528 488.425C201.409 488.425 189.152 500.672 189.152 515.781C189.152 530.889 201.409 543.136 216.528 543.136C231.648 543.136 243.904 530.889 243.904 515.781C243.904 500.672 231.648 488.425 216.528 488.425Z' fill='%23FD8C33' /%3E%3Cpath d='M214.051 487.995C198.874 487.995 186.57 500.289 186.57 515.455C186.57 530.62 198.874 542.915 214.051 542.915C229.228 542.915 241.531 530.62 241.531 515.455C241.531 500.289 229.228 487.995 214.051 487.995Z' fill='%23FD8D32' /%3E%3Cpath d='M211.573 487.57C196.34 487.57 183.991 499.91 183.991 515.131C183.991 530.353 196.34 542.692 211.573 542.692C226.806 542.692 239.154 530.353 239.154 515.131C239.154 499.91 226.806 487.57 211.573 487.57Z' fill='%23FD8E32' /%3E%3Cpath d='M209.091 487.143C193.802 487.143 181.408 499.528 181.408 514.805C181.408 530.082 193.802 542.467 209.091 542.467C224.38 542.467 236.773 530.082 236.773 514.805C236.773 499.528 224.38 487.143 209.091 487.143Z' fill='%23FD8F32' /%3E%3Cpath d='M206.614 486.713C191.267 486.713 178.827 499.144 178.827 514.479C178.827 529.814 191.267 542.245 206.614 542.245C221.96 542.245 234.4 529.814 234.4 514.479C234.4 499.144 221.96 486.713 206.614 486.713Z' fill='%23FD9031' /%3E%3Cpath d='M204.134 486.288C188.732 486.288 176.246 498.765 176.246 514.156C176.246 529.546 188.732 542.023 204.134 542.023C219.536 542.023 232.021 529.546 232.021 514.156C232.021 498.765 219.536 486.288 204.134 486.288Z' fill='%23FD9131' /%3E%3Cpath d='M201.656 485.861C186.198 485.861 173.667 498.383 173.667 513.829C173.667 529.275 186.198 541.797 201.656 541.797C217.113 541.797 229.645 529.275 229.645 513.829C229.645 498.383 217.113 485.861 201.656 485.861Z' fill='%23FD9230' /%3E%3Cpath d='M199.178 485.434C183.663 485.434 171.085 498.002 171.085 513.506C171.085 529.01 183.663 541.578 199.178 541.578C214.694 541.578 227.271 529.01 227.271 513.506C227.271 498.002 214.694 485.434 199.178 485.434Z' fill='%23FD9330' /%3E%3Cpath d='M196.696 485.007C181.125 485.007 168.502 497.62 168.502 513.18C168.502 528.74 181.125 541.353 196.696 541.353C212.268 541.353 224.891 528.74 224.891 513.18C224.891 497.62 212.268 485.007 196.696 485.007Z' fill='%23FD9430' /%3E%3Cpath d='M194.221 484.576C178.592 484.576 165.922 497.237 165.922 512.854C165.922 528.471 178.592 541.132 194.221 541.132C209.85 541.132 222.52 528.471 222.52 512.854C222.52 497.237 209.85 484.576 194.221 484.576Z' fill='%23FD952F' /%3E%3Cpath d='M191.741 484.152C176.056 484.152 163.341 496.857 163.341 512.53C163.341 528.203 176.056 540.909 191.741 540.909C207.426 540.909 220.141 528.203 220.141 512.53C220.141 496.857 207.426 484.152 191.741 484.152Z' fill='%23FD962F' /%3E%3Cpath d='M189.263 483.725C173.523 483.725 160.762 496.476 160.762 512.204C160.762 527.933 173.523 540.684 189.263 540.684C205.004 540.684 217.764 527.933 217.764 512.204C217.764 496.476 205.004 483.725 189.263 483.725Z' fill='%23FD972E' /%3E%3Cpath d='M186.784 483.298C170.986 483.298 158.179 496.095 158.179 511.882C158.179 527.668 170.986 540.465 186.784 540.465C202.582 540.465 215.389 527.668 215.389 511.882C215.389 496.095 202.582 483.298 186.784 483.298Z' fill='%23FD982E' /%3E%3Cpath d='M184.304 482.87C168.45 482.87 155.598 495.713 155.598 511.555C155.598 527.397 168.45 540.24 184.304 540.24C200.158 540.24 213.01 527.397 213.01 511.555C213.01 495.713 200.158 482.87 184.304 482.87Z' fill='%23FD992E' /%3E%3Cpath d='M181.826 482.443C165.916 482.443 153.019 495.33 153.019 511.228C153.019 527.126 165.916 540.014 181.826 540.014C197.735 540.014 210.633 527.126 210.633 511.228C210.633 495.33 197.735 482.443 181.826 482.443Z' fill='%23FD9A2D' /%3E%3Cpath d='M179.348 482.016C163.381 482.016 150.437 494.95 150.437 510.906C150.437 526.861 163.381 539.796 179.348 539.796C195.316 539.796 208.26 526.861 208.26 510.906C208.26 494.95 195.316 482.016 179.348 482.016Z' fill='%23FD9B2D' /%3E%3Cpath d='M176.87 481.588C160.847 481.588 147.858 494.568 147.858 510.579C147.858 526.59 160.847 539.57 176.87 539.57C192.894 539.57 205.883 526.59 205.883 510.579C205.883 494.568 192.894 481.588 176.87 481.588Z' fill='%23FD9C2C' /%3E%3Cpath d='M174.392 481.161C158.314 481.161 145.279 494.186 145.279 510.253C145.279 526.32 158.314 539.345 174.392 539.345C190.471 539.345 203.506 526.32 203.506 510.253C203.506 494.186 190.471 481.161 174.392 481.161Z' fill='%23FD9D2C' /%3E%3Cpath d='M171.911 480.734C155.775 480.734 142.693 493.805 142.693 509.93C142.693 526.054 155.775 539.126 171.911 539.126C188.048 539.126 201.129 526.054 201.129 509.93C201.129 493.805 188.048 480.734 171.911 480.734Z' fill='%23FD9E2B' /%3E%3Cpath d='M169.433 480.307C153.241 480.307 140.114 493.423 140.114 509.604C140.114 525.784 153.241 538.901 169.433 538.901C185.626 538.901 198.752 525.784 198.752 509.604C198.752 493.423 185.626 480.307 169.433 480.307Z' fill='%23FD9F2B' /%3E%3Cpath d='M166.954 479.88C150.704 479.88 137.531 493.043 137.531 509.281C137.531 525.519 150.704 538.682 166.954 538.682C183.204 538.682 196.377 525.519 196.377 509.281C196.377 493.043 183.204 479.88 166.954 479.88Z' fill='%23FDA02B' /%3E%3Cpath d='M164.476 479.452C148.17 479.452 134.952 492.661 134.952 508.954C134.952 525.248 148.17 538.457 164.476 538.457C180.782 538.457 194 525.248 194 508.954C194 492.661 180.782 479.452 164.476 479.452Z' fill='%23FDA12A' /%3E%3Cpath d='M162 479.025C145.638 479.025 132.375 492.278 132.375 508.628C132.375 524.977 145.638 538.231 162 538.231C178.361 538.231 191.625 524.977 191.625 508.628C191.625 492.278 178.361 479.025 162 479.025Z' fill='%23FDA22A' /%3E%3Cpath d='M159.517 478.598C143.097 478.598 129.787 491.898 129.787 508.305C129.787 524.712 143.097 538.012 159.517 538.012C175.936 538.012 189.246 524.712 189.246 508.305C189.246 491.898 175.936 478.598 159.517 478.598Z' fill='%23FDA329' /%3E%3Cpath d='M157.04 478.17C140.565 478.17 127.21 491.516 127.21 507.979C127.21 524.441 140.565 537.787 157.04 537.787C173.515 537.787 186.871 524.441 186.871 507.979C186.871 491.516 173.515 478.17 157.04 478.17Z' fill='%23FFA200' /%3E%3Cpath d='M157.663 477.342C141.164 477.342 127.788 490.708 127.788 507.195C127.788 523.681 141.164 537.047 157.663 537.047C174.162 537.047 187.537 523.681 187.537 507.195C187.537 490.708 174.162 477.342 157.663 477.342Z' fill='%23FDA329' /%3E%3Cpath d='M158.284 476.515C141.763 476.515 128.37 489.898 128.37 506.408C128.37 522.917 141.763 536.3 158.284 536.3C174.806 536.3 188.199 522.917 188.199 506.408C188.199 489.898 174.806 476.515 158.284 476.515Z' fill='%23FDA22A' /%3E%3Cpath d='M158.907 475.687C142.361 475.687 128.948 489.09 128.948 505.624C128.948 522.157 142.361 535.56 158.907 535.56C175.452 535.56 188.865 522.157 188.865 505.624C188.865 489.09 175.452 475.687 158.907 475.687Z' fill='%23FDA12A' /%3E%3Cpath d='M159.527 474.86C142.959 474.86 129.528 488.281 129.528 504.837C129.528 521.392 142.959 534.813 159.527 534.813C176.094 534.813 189.525 521.392 189.525 504.837C189.525 488.281 176.094 474.86 159.527 474.86Z' fill='%23FDA02B' /%3E%3Cpath d='M160.151 474.029C143.559 474.029 130.108 487.47 130.108 504.05C130.108 520.629 143.559 534.07 160.151 534.07C176.743 534.07 190.193 520.629 190.193 504.05C190.193 487.47 176.743 474.029 160.151 474.029Z' fill='%23FD9F2B' /%3E%3Cpath d='M160.77 473.205C144.156 473.205 130.687 486.663 130.687 503.265C130.687 519.868 144.156 533.326 160.77 533.326C177.385 533.326 190.854 519.868 190.854 503.265C190.854 486.663 177.385 473.205 160.77 473.205Z' fill='%23FD9E2B' /%3E%3Cpath d='M161.395 472.373C144.756 472.373 131.268 485.851 131.268 502.478C131.268 519.104 144.756 532.582 161.395 532.582C178.033 532.582 191.521 519.104 191.521 502.478C191.521 485.851 178.033 472.373 161.395 472.373Z' fill='%23FD9D2C' /%3E%3Cpath d='M162.019 471.546C145.356 471.546 131.848 485.044 131.848 501.694C131.848 518.344 145.356 531.842 162.019 531.842C178.682 531.842 192.189 518.344 192.189 501.694C192.189 485.044 178.682 471.546 162.019 471.546Z' fill='%23FD9C2C' /%3E%3Cpath d='M162.641 470.718C145.955 470.718 132.43 484.234 132.43 500.907C132.43 517.579 145.955 531.095 162.641 531.095C179.326 531.095 192.852 517.579 192.852 500.907C192.852 484.234 179.326 470.718 162.641 470.718Z' fill='%23FD9B2D' /%3E%3Cpath d='M163.261 469.891C146.552 469.891 133.006 483.426 133.006 500.123C133.006 516.82 146.552 530.355 163.261 530.355C179.97 530.355 193.516 516.82 193.516 500.123C193.516 483.426 179.97 469.891 163.261 469.891Z' fill='%23FD9A2D' /%3E%3Cpath d='M163.883 469.063C147.151 469.063 133.587 482.616 133.587 499.336C133.587 516.055 147.151 529.608 163.883 529.608C180.614 529.608 194.178 516.055 194.178 499.336C194.178 482.616 180.614 469.063 163.883 469.063Z' fill='%23FD992E' /%3E%3Cpath d='M164.507 468.232C147.751 468.232 134.168 481.805 134.168 498.549C134.168 515.292 147.751 528.865 164.507 528.865C181.263 528.865 194.846 515.292 194.846 498.549C194.846 481.805 181.263 468.232 164.507 468.232Z' fill='%23FD982E' /%3E%3Cpath d='M165.129 467.404C148.349 467.404 134.746 480.997 134.746 497.764C134.746 514.532 148.349 528.125 165.129 528.125C181.909 528.125 195.512 514.532 195.512 497.764C195.512 480.997 181.909 467.404 165.129 467.404Z' fill='%23FD972E' /%3E%3Cpath d='M165.753 466.577C148.95 466.577 135.33 480.188 135.33 496.978C135.33 513.767 148.95 527.378 165.753 527.378C182.555 527.378 196.176 513.767 196.176 496.978C196.176 480.188 182.555 466.577 165.753 466.577Z' fill='%23FD962F' /%3E%3Cpath d='M166.371 465.749C149.545 465.749 135.904 479.38 135.904 496.193C135.904 513.007 149.545 526.638 166.371 526.638C183.197 526.638 196.838 513.007 196.838 496.193C196.838 479.38 183.197 465.749 166.371 465.749Z' fill='%23FD952F' /%3E%3Cpath d='M166.995 464.921C150.146 464.921 136.487 478.57 136.487 495.406C136.487 512.242 150.146 525.891 166.995 525.891C183.843 525.891 197.502 512.242 197.502 495.406C197.502 478.57 183.843 464.921 166.995 464.921Z' fill='%23FD9430' /%3E%3Cpath d='M167.617 464.094C150.744 464.094 137.066 477.762 137.066 494.622C137.066 511.483 150.744 525.151 167.617 525.151C184.49 525.151 198.168 511.483 198.168 494.622C198.168 477.762 184.49 464.094 167.617 464.094Z' fill='%23FD9330' /%3E%3Cpath d='M168.241 463.266C151.345 463.266 137.649 476.952 137.649 493.835C137.649 510.717 151.345 524.403 168.241 524.403C185.136 524.403 198.832 510.717 198.832 493.835C198.832 476.952 185.136 463.266 168.241 463.266Z' fill='%23FD9230' /%3E%3Cpath d='M168.865 462.435C151.945 462.435 138.23 476.141 138.23 493.047C138.23 509.954 151.945 523.66 168.865 523.66C185.784 523.66 199.5 509.954 199.5 493.047C199.5 476.141 185.784 462.435 168.865 462.435Z' fill='%23FD9131' /%3E%3Cpath d='M169.487 461.608C152.543 461.608 138.808 475.333 138.808 492.264C138.808 509.195 152.543 522.92 169.487 522.92C186.431 522.92 200.166 509.195 200.166 492.264C200.166 475.333 186.431 461.608 169.487 461.608Z' fill='%23FD9031' /%3E%3Cpath d='M170.105 460.78C153.139 460.78 139.385 474.523 139.385 491.477C139.385 508.43 153.139 522.173 170.105 522.173C187.071 522.173 200.824 508.43 200.824 491.477C200.824 474.523 187.071 460.78 170.105 460.78Z' fill='%23FD8F32' /%3E%3Cpath d='M170.727 459.952C153.737 459.952 139.964 473.715 139.964 490.693C139.964 507.67 153.737 521.433 170.727 521.433C187.717 521.433 201.49 507.67 201.49 490.693C201.49 473.715 187.717 459.952 170.727 459.952Z' fill='%23FD8E32' /%3E%3Cpath d='M171.351 459.125C154.338 459.125 140.547 472.906 140.547 489.906C140.547 506.905 154.338 520.686 171.351 520.686C188.363 520.686 202.154 506.905 202.154 489.906C202.154 472.906 188.363 459.125 171.351 459.125Z' fill='%23FD8D32' /%3E%3Cpath d='M171.975 458.297C154.938 458.297 141.128 472.097 141.128 489.121C141.128 506.145 154.938 519.945 171.975 519.945C189.011 519.945 202.822 506.145 202.822 489.121C202.822 472.097 189.011 458.297 171.975 458.297Z' fill='%23FD8C33' /%3E%3Cpath d='M172.599 457.469C155.54 457.469 141.711 471.288 141.711 488.334C141.711 505.38 155.54 519.199 172.599 519.199C189.657 519.199 203.486 505.38 203.486 488.334C203.486 471.288 189.657 457.469 172.599 457.469Z' fill='%23FD8B33' /%3E%3Cpath d='M173.219 456.642C156.136 456.642 142.287 470.48 142.287 487.55C142.287 504.621 156.136 518.459 173.219 518.459C190.302 518.459 204.15 504.621 204.15 487.55C204.15 470.48 190.302 456.642 173.219 456.642Z' fill='%23FD8A34' /%3E%3Cpath d='M173.839 455.811C156.732 455.811 142.864 469.668 142.864 486.763C142.864 503.857 156.732 517.715 173.839 517.715C190.946 517.715 204.814 503.857 204.814 486.763C204.814 469.668 190.946 455.811 173.839 455.811Z' fill='%23FD8934' /%3E%3Cpath d='M174.462 454.983C157.333 454.983 143.447 468.859 143.447 485.975C143.447 503.092 157.333 516.968 174.462 516.968C191.592 516.968 205.478 503.092 205.478 485.975C205.478 468.859 191.592 454.983 174.462 454.983Z' fill='%23FD8835' /%3E%3Cpath d='M175.085 454.156C157.931 454.156 144.026 468.051 144.026 485.192C144.026 502.333 157.931 516.228 175.085 516.228C192.239 516.228 206.145 502.333 206.145 485.192C206.145 468.051 192.239 454.156 175.085 454.156Z' fill='%23FD8735' /%3E%3Cpath d='M175.707 453.328C158.531 453.328 144.607 467.242 144.607 484.405C144.607 501.568 158.531 515.482 175.707 515.482C192.883 515.482 206.807 501.568 206.807 484.405C206.807 467.242 192.883 453.328 175.707 453.328Z' fill='%23FD8635' /%3E%3Cpath d='M176.329 452.5C159.129 452.5 145.185 466.433 145.185 483.621C145.185 500.808 159.129 514.741 176.329 514.741C193.529 514.741 207.473 500.808 207.473 483.621C207.473 466.433 193.529 452.5 176.329 452.5Z' fill='%23FD8536' /%3E%3Cpath d='M176.949 451.669C159.725 451.669 145.762 465.621 145.762 482.833C145.762 500.044 159.725 513.997 176.949 513.997C194.174 513.997 208.137 500.044 208.137 482.833C208.137 465.621 194.174 451.669 176.949 451.669Z' fill='%23FD8436' /%3E%3Cpath d='M177.573 450.845C160.326 450.845 146.345 464.816 146.345 482.049C146.345 499.283 160.326 513.254 177.573 513.254C194.82 513.254 208.801 499.283 208.801 482.049C208.801 464.816 194.82 450.845 177.573 450.845Z' fill='%23FD8337' /%3E%3Cpath d='M178.197 450.014C160.926 450.014 146.926 464.004 146.926 481.262C146.926 498.52 160.926 512.511 178.197 512.511C195.468 512.511 209.469 498.52 209.469 481.262C209.469 464.004 195.468 450.014 178.197 450.014Z' fill='%23FD8237' /%3E%3Cpath d='M178.821 449.186C161.528 449.186 147.509 463.194 147.509 480.475C147.509 497.755 161.528 511.763 178.821 511.763C196.114 511.763 210.133 497.755 210.133 480.475C210.133 463.194 196.114 449.186 178.821 449.186Z' fill='%23FD8137' /%3E%3Cpath d='M179.441 448.359C162.124 448.359 148.085 462.387 148.085 479.692C148.085 496.996 162.124 511.024 179.441 511.024C196.758 511.024 210.797 496.996 210.797 479.692C210.797 462.387 196.758 448.359 179.441 448.359Z' fill='%23FD8038' /%3E%3Cpath d='M180.065 447.531C162.725 447.531 148.669 461.577 148.669 478.904C148.669 496.231 162.725 510.277 180.065 510.277C197.404 510.277 211.461 496.231 211.461 478.904C211.461 461.577 197.404 447.531 180.065 447.531Z' fill='%23FD7F38' /%3E%3Cpath d='M180.685 446.703C163.321 446.703 149.245 460.769 149.245 478.12C149.245 495.471 163.321 509.536 180.685 509.536C198.049 509.536 212.125 495.471 212.125 478.12C212.125 460.769 198.049 446.703 180.685 446.703Z' fill='%23FD7E39' /%3E%3Cpath d='M181.307 445.872C163.919 445.872 149.824 459.958 149.824 477.333C149.824 494.708 163.919 508.793 181.307 508.793C198.695 508.793 212.791 494.708 212.791 477.333C212.791 459.958 198.695 445.872 181.307 445.872Z' fill='%23FD7D39' /%3E%3Cpath d='M181.929 445.048C164.519 445.048 150.405 459.151 150.405 476.548C150.405 493.946 164.519 508.049 181.929 508.049C199.339 508.049 213.453 493.946 213.453 476.548C213.453 459.151 199.339 445.048 181.929 445.048Z' fill='%23FD7C39' /%3E%3Cpath d='M182.553 444.217C165.119 444.217 150.985 458.34 150.985 475.761C150.985 493.183 165.119 507.306 182.553 507.306C199.988 507.306 214.121 493.183 214.121 475.761C214.121 458.34 199.988 444.217 182.553 444.217Z' fill='%23FD7B3A' /%3E%3Cpath d='M183.177 443.389C165.72 443.389 151.569 457.53 151.569 474.974C151.569 492.418 165.72 506.559 183.177 506.559C200.634 506.559 214.785 492.418 214.785 474.974C214.785 457.53 200.634 443.389 183.177 443.389Z' fill='%23FD7A3A' /%3E%3Cpath d='M183.799 442.562C166.318 442.562 152.147 456.723 152.147 474.191C152.147 491.659 166.318 505.819 183.799 505.819C201.28 505.819 215.451 491.659 215.451 474.191C215.451 456.723 201.28 442.562 183.799 442.562Z' fill='%23FD793B' /%3E%3Cpath d='M184.417 441.734C166.914 441.734 152.725 455.913 152.725 473.403C152.725 490.893 166.914 505.072 184.417 505.072C201.92 505.072 216.109 490.893 216.109 473.403C216.109 455.913 201.92 441.734 184.417 441.734Z' fill='%23FD783B' /%3E%3Cpath d='M185.041 440.907C167.514 440.907 153.305 455.105 153.305 472.619C153.305 490.134 167.514 504.332 185.041 504.332C202.569 504.332 216.777 490.134 216.777 472.619C216.777 455.105 202.569 440.907 185.041 440.907Z' fill='%23FD773B' /%3E%3Cpath d='M185.663 440.076C168.112 440.076 153.883 454.294 153.883 471.832C153.883 489.371 168.112 503.588 185.663 503.588C203.215 503.588 217.443 489.371 217.443 471.832C217.443 454.294 203.215 440.076 185.663 440.076Z' fill='%23FD763C' /%3E%3Cpath d='M186.287 439.252C168.713 439.252 154.467 453.487 154.467 471.048C154.467 488.609 168.713 502.845 186.287 502.845C203.861 502.845 218.107 488.609 218.107 471.048C218.107 453.487 203.861 439.252 186.287 439.252Z' fill='%23FD753C' /%3E%3Cpath d='M186.909 438.42C169.311 438.42 155.045 452.675 155.045 470.26C155.045 487.845 169.311 502.101 186.909 502.101C204.507 502.101 218.773 487.845 218.773 470.26C218.773 452.675 204.507 438.42 186.909 438.42Z' fill='%23FD743D' /%3E%3Cpath d='M187.527 437.596C169.907 437.596 155.623 451.869 155.623 469.476C155.623 487.084 169.907 501.357 187.527 501.357C205.148 501.357 219.432 487.084 219.432 469.476C219.432 451.869 205.148 437.596 187.527 437.596Z' fill='%23FD733D' /%3E%3Cpath d='M188.151 436.765C170.507 436.765 156.203 451.058 156.203 468.689C156.203 486.321 170.507 500.614 188.151 500.614C205.796 500.614 220.1 486.321 220.1 468.689C220.1 451.058 205.796 436.765 188.151 436.765Z' fill='%23FD723E' /%3E%3Cpath d='M188.774 435.934C171.105 435.934 156.781 450.246 156.781 467.902C156.781 485.557 171.105 499.87 188.774 499.87C206.442 499.87 220.766 485.557 220.766 467.902C220.766 450.246 206.442 435.934 188.774 435.934Z' fill='%23FD713E' /%3E%3Cpath d='M189.397 435.11C171.706 435.11 157.365 449.44 157.365 467.118C157.365 484.796 171.706 499.127 189.397 499.127C207.088 499.127 221.43 484.796 221.43 467.118C221.43 449.44 207.088 435.11 189.397 435.11Z' fill='%23FD703E' /%3E%3Cpath d='M190.021 434.279C172.306 434.279 157.945 448.629 157.945 466.331C157.945 484.033 172.306 498.384 190.021 498.384C207.737 498.384 222.098 484.033 222.098 466.331C222.098 448.629 207.737 434.279 190.021 434.279Z' fill='%23FD6F3F' /%3E%3Cpath d='M190.645 433.455C172.908 433.455 158.528 447.823 158.528 465.547C158.528 483.272 172.908 497.64 190.645 497.64C208.383 497.64 222.762 483.272 222.762 465.547C222.762 447.823 208.383 433.455 190.645 433.455Z' fill='%23FD6E3F' /%3E%3Cpath d='M191.263 432.623C173.502 432.623 159.103 447.011 159.103 464.759C159.103 482.508 173.502 496.896 191.263 496.896C209.025 496.896 223.424 482.508 223.424 464.759C223.424 447.011 209.025 432.623 191.263 432.623Z' fill='%23FD6D40' /%3E%3Cpath d='M191.885 431.799C174.101 431.799 159.684 446.205 159.684 463.976C159.684 481.747 174.101 496.153 191.885 496.153C209.669 496.153 224.085 481.747 224.085 463.976C224.085 446.205 209.669 431.799 191.885 431.799Z' fill='%23FD6C40' /%3E%3Cpath d='M192.509 430.968C174.701 430.968 160.264 445.394 160.264 463.189C160.264 480.984 174.701 495.409 192.509 495.409C210.317 495.409 224.753 480.984 224.753 463.189C224.753 445.394 210.317 430.968 192.509 430.968Z' fill='%23FD6B40' /%3E%3Cpath d='M193.132 430.137C175.299 430.137 160.843 444.582 160.843 462.401C160.843 480.22 175.299 494.666 193.132 494.666C210.964 494.666 225.42 480.22 225.42 462.401C225.42 444.582 210.964 430.137 193.132 430.137Z' fill='%23FD6A41' /%3E%3Cpath d='M193.753 429.312C175.899 429.312 161.425 443.776 161.425 461.617C161.425 479.459 175.899 493.922 193.753 493.922C211.608 493.922 226.082 479.459 226.082 461.617C226.082 443.776 211.608 429.312 193.753 429.312Z' fill='%23FD6941' /%3E%3Cpath d='M194.377 428.482C176.499 428.482 162.005 442.964 162.005 460.83C162.005 478.696 176.499 493.178 194.377 493.178C212.256 493.178 226.75 478.696 226.75 460.83C226.75 442.964 212.256 428.482 194.377 428.482Z' fill='%23FD6842' /%3E%3Cpath d='M194.997 427.658C177.096 427.658 162.584 442.159 162.584 460.046C162.584 477.934 177.096 492.435 194.997 492.435C212.898 492.435 227.41 477.934 227.41 460.046C227.41 442.159 212.898 427.658 194.997 427.658Z' fill='%23FD6742' /%3E%3Cpath d='M195.621 426.827C177.696 426.827 163.164 441.347 163.164 459.259C163.164 477.171 177.696 491.692 195.621 491.692C213.546 491.692 228.078 477.171 228.078 459.259C228.078 441.347 213.546 426.827 195.621 426.827Z' fill='%23FD6642' /%3E%3Cpath d='M196.243 426.003C178.295 426.003 163.746 440.541 163.746 458.476C163.746 476.41 178.295 490.948 196.243 490.948C214.191 490.948 228.74 476.41 228.74 458.476C228.74 440.541 214.191 426.003 196.243 426.003Z' fill='%23FD6543' /%3E%3Cpath d='M196.867 425.171C178.895 425.171 164.326 439.729 164.326 457.688C164.326 475.646 178.895 490.205 196.867 490.205C214.839 490.205 229.408 475.646 229.408 457.688C229.408 439.729 214.839 425.171 196.867 425.171Z' fill='%23FD6443' /%3E%3Cpath d='M197.487 424.34C179.491 424.34 164.902 438.918 164.902 456.9C164.902 474.883 179.491 489.461 197.487 489.461C215.483 489.461 230.072 474.883 230.072 456.9C230.072 438.918 215.483 424.34 197.487 424.34Z' fill='%23FD6344' /%3E%3Cpath d='M198.107 423.516C180.089 423.516 165.482 438.112 165.482 456.117C165.482 474.122 180.089 488.718 198.107 488.718C216.125 488.718 230.732 474.122 230.732 456.117C230.732 438.112 216.125 423.516 198.107 423.516Z' fill='%23FD6244' /%3E%3Cpath d='M198.731 422.685C180.689 422.685 166.062 437.3 166.062 455.329C166.062 473.358 180.689 487.974 198.731 487.974C216.774 487.974 231.4 473.358 231.4 455.329C231.4 437.3 216.774 422.685 198.731 422.685Z' fill='%23FD6145' /%3E%3Cpath d='M199.355 421.86C181.29 421.86 166.646 436.494 166.646 454.545C166.646 472.597 181.29 487.23 199.355 487.23C217.42 487.23 232.064 472.597 232.064 454.545C232.064 436.494 217.42 421.86 199.355 421.86Z' fill='%23FD6045' /%3E%3Cpath d='M199.975 421.03C181.886 421.03 167.222 435.683 167.222 453.758C167.222 471.834 181.886 486.487 199.975 486.487C218.064 486.487 232.728 471.834 232.728 453.758C232.728 435.683 218.064 421.03 199.975 421.03Z' fill='%23FD5F45' /%3E%3Cpath d='M200.599 420.202C182.486 420.202 167.802 434.875 167.802 452.974C167.802 471.074 182.486 485.747 200.599 485.747C218.712 485.747 233.396 471.074 233.396 452.974C233.396 434.875 218.712 420.202 200.599 420.202Z' fill='%23FD5E46' /%3E%3Cpath d='M201.223 419.375C183.088 419.375 168.386 434.066 168.386 452.188C168.386 470.309 183.088 485 201.223 485C219.359 485 234.061 470.309 234.061 452.188C234.061 434.066 219.359 419.375 201.223 419.375Z' fill='%23FD5D46' /%3E%3Cpath d='M201.841 418.543C183.682 418.543 168.96 433.254 168.96 451.4C168.96 469.546 183.682 484.256 201.841 484.256C220.001 484.256 234.722 469.546 234.722 451.4C234.722 433.254 220.001 418.543 201.841 418.543Z' fill='%23FD5C47' /%3E%3Cpath d='M202.463 417.719C184.281 417.719 169.542 432.447 169.542 450.616C169.542 468.784 184.281 483.513 202.463 483.513C220.645 483.513 235.384 468.784 235.384 450.616C235.384 432.447 220.645 417.719 202.463 417.719Z' fill='%23FD5B47' /%3E%3Cpath d='M203.085 416.888C184.879 416.888 170.12 431.636 170.12 449.829C170.12 468.022 184.879 482.77 203.085 482.77C221.291 482.77 236.05 468.022 236.05 449.829C236.05 431.636 221.291 416.888 203.085 416.888Z' fill='%23FC5A47' /%3E%3Cpath d='M203.709 416.064C185.48 416.064 170.703 430.83 170.703 449.045C170.703 467.26 185.48 482.026 203.709 482.026C221.937 482.026 236.714 467.26 236.714 449.045C236.714 430.83 221.937 416.064 203.709 416.064Z' fill='%23FC5948' /%3E%3Cpath d='M204.333 415.233C186.08 415.233 171.284 430.018 171.284 448.257C171.284 466.496 186.08 481.282 204.333 481.282C222.586 481.282 237.382 466.496 237.382 448.257C237.382 430.018 222.586 415.233 204.333 415.233Z' fill='%23FC5848' /%3E%3Cpath d='M204.953 414.405C186.677 414.405 171.86 429.211 171.86 447.474C171.86 465.737 186.677 480.542 204.953 480.542C223.23 480.542 238.046 465.737 238.046 447.474C238.046 429.211 223.23 414.405 204.953 414.405Z' fill='%23FC5749' /%3E%3Cpath d='M205.575 413.578C187.276 413.578 172.442 428.402 172.442 446.687C172.442 464.973 187.276 479.796 205.575 479.796C223.874 479.796 238.708 464.973 238.708 446.687C238.709 428.402 223.874 413.578 205.575 413.578Z' fill='%23FC5649' /%3E%3Cpath d='M206.199 412.75C187.876 412.75 173.022 427.593 173.022 445.903C173.022 464.212 187.876 479.055 206.199 479.055C224.523 479.055 239.376 464.212 239.376 445.903C239.376 427.593 224.523 412.75 206.199 412.75Z' fill='%23FC5549' /%3E%3Cpath d='M206.821 411.922C188.475 411.922 173.603 426.783 173.603 445.115C173.603 463.447 188.475 478.308 206.821 478.308C225.167 478.308 240.039 463.447 240.039 445.115C240.039 426.783 225.167 411.922 206.821 411.922Z' fill='%23FC544A' /%3E%3Cpath d='M207.443 411.092C189.073 411.092 174.182 425.972 174.182 444.329C174.182 462.685 189.073 477.565 207.443 477.565C225.813 477.565 240.705 462.685 240.705 444.329C240.705 425.972 225.813 411.092 207.443 411.092Z' fill='%23FC534A' /%3E%3Cpath d='M208.067 410.267C189.675 410.267 174.765 425.166 174.765 443.544C174.765 461.923 189.675 476.821 208.067 476.821C226.459 476.821 241.369 461.923 241.369 443.544C241.369 425.166 226.459 410.267 208.067 410.267Z' fill='%23FC524B' /%3E%3Cpath d='M208.685 409.436C190.269 409.436 175.34 424.354 175.34 442.757C175.34 461.159 190.269 476.077 208.685 476.077C227.101 476.077 242.031 461.159 242.031 442.757C242.031 424.354 227.101 409.436 208.685 409.436Z' fill='%23FC514B' /%3E%3Cpath d='M209.309 408.609C190.869 408.609 175.92 423.547 175.92 441.973C175.92 460.4 190.869 475.338 209.309 475.338C227.75 475.338 242.699 460.4 242.699 441.973C242.699 423.547 227.75 408.609 209.309 408.609Z' fill='%23FC504C' /%3E%3Cpath d='M209.931 407.781C191.468 407.781 176.501 422.737 176.501 441.186C176.501 459.635 191.468 474.591 209.931 474.591C228.394 474.591 243.361 459.635 243.361 441.186C243.361 422.737 228.394 407.781 209.931 407.781Z' fill='%23FC4F4C' /%3E%3Cpath d='M210.555 406.953C192.068 406.953 177.082 421.929 177.082 440.402C177.082 458.875 192.068 473.85 210.555 473.85C229.042 473.85 244.029 458.875 244.029 440.402C244.029 421.929 229.042 406.953 210.555 406.953Z' fill='%23FC4E4C' /%3E%3Cpath d='M211.179 406.126C192.67 406.126 177.665 421.119 177.665 439.615C177.665 458.11 192.67 473.104 211.179 473.104C229.688 473.104 244.693 458.11 244.693 439.615C244.693 421.119 229.688 406.126 211.179 406.126Z' fill='%23FC4D4D' /%3E%3Cpath d='M211.799 405.295C193.266 405.295 178.242 420.308 178.242 438.827C178.242 457.347 193.266 472.36 211.799 472.36C230.333 472.36 245.357 457.347 245.357 438.827C245.357 420.308 230.333 405.295 211.799 405.295Z' fill='%23FC4C4D' /%3E%3Cpath d='M212.42 404.467C193.862 404.467 178.818 419.499 178.818 438.043C178.818 456.587 193.862 471.62 212.42 471.62C230.977 471.62 246.021 456.587 246.021 438.043C246.021 419.499 230.977 404.467 212.42 404.467Z' fill='%23FC4B4E' /%3E%3Cpath d='M213.043 403.639C194.463 403.639 179.401 418.69 179.401 437.256C179.401 455.822 194.463 470.873 213.043 470.873C231.623 470.873 246.685 455.822 246.685 437.256C246.685 418.69 231.623 403.639 213.043 403.639Z' fill='%23FC4A4E' /%3E%3Cpath d='M213.665 402.811C195.061 402.811 179.98 417.882 179.98 436.472C179.98 455.062 195.061 470.133 213.665 470.133C232.27 470.133 247.351 455.062 247.351 436.472C247.351 417.882 232.27 402.811 213.665 402.811Z' fill='%23FC494E' /%3E%3Cpath d='M214.289 401.984C195.663 401.984 180.563 417.072 180.563 435.685C180.563 454.297 195.663 469.386 214.289 469.386C232.915 469.386 248.015 454.297 248.015 435.685C248.015 417.072 232.915 401.984 214.289 401.984Z' fill='%23FC484F' /%3E%3Cpath d='M214.909 401.156C196.259 401.156 181.14 416.264 181.14 434.901C181.14 453.538 196.259 468.646 214.909 468.646C233.56 468.646 248.679 453.538 248.679 434.901C248.679 416.264 233.56 401.156 214.909 401.156Z' fill='%23FC474F' /%3E%3Cpath d='M215.531 400.329C196.858 400.329 181.721 415.455 181.721 434.114C181.721 452.773 196.858 467.899 215.531 467.899C234.204 467.899 249.341 452.773 249.341 434.114C249.341 415.455 234.204 400.329 215.531 400.329Z' fill='%23FC4650' /%3E%3Cpath d='M216.153 399.497C197.456 399.497 182.299 414.643 182.299 433.326C182.299 452.009 197.456 467.155 216.153 467.155C234.85 467.155 250.007 452.009 250.007 433.326C250.007 414.643 234.85 399.497 216.153 399.497Z' fill='%23FC4550' /%3E%3Cpath d='M216.778 398.67C198.056 398.67 182.88 413.835 182.88 432.543C182.88 451.25 198.056 466.415 216.778 466.415C235.499 466.415 250.675 451.25 250.675 432.543C250.675 413.835 235.499 398.67 216.778 398.67Z' fill='%23FC4450' /%3E%3Cpath d='M217.401 397.843C198.658 397.843 183.463 413.026 183.463 431.756C183.463 450.486 198.658 465.669 217.401 465.669C236.145 465.669 251.339 450.486 251.339 431.756C251.339 413.026 236.145 397.843 217.401 397.843Z' fill='%23FC4351' /%3E%3Cpath d='M218.022 397.015C199.254 397.015 184.04 412.218 184.04 430.972C184.04 449.725 199.254 464.928 218.022 464.928C236.789 464.928 252.003 449.725 252.003 430.972C252.003 412.218 236.789 397.015 218.022 397.015Z' fill='%23FC4251' /%3E%3Cpath d='M218.646 396.187C199.856 396.187 184.623 411.408 184.623 430.184C184.623 448.96 199.856 464.181 218.646 464.181C237.436 464.181 252.668 448.96 252.668 430.184C252.668 411.408 237.436 396.187 218.646 396.187Z' fill='%23FC4152' /%3E%3Cpath d='M219.265 395.359C200.451 395.359 185.199 410.6 185.199 429.4C185.199 448.2 200.451 463.441 219.265 463.441C238.08 463.441 253.332 448.2 253.332 429.4C253.332 410.6 238.08 395.359 219.265 395.359Z' fill='%23FC4052' /%3E%3Cpath d='M219.888 394.529C201.049 394.529 185.778 409.789 185.778 428.614C185.778 447.438 201.049 462.698 219.888 462.698C238.726 462.698 253.998 447.438 253.998 428.614C253.998 409.789 238.726 394.529 219.888 394.529Z' fill='%23FC3F53' /%3E%3Cpath d='M220.509 393.704C201.649 393.704 186.359 408.983 186.359 427.829C186.359 446.676 201.649 461.954 220.509 461.954C239.37 461.954 254.66 446.676 254.66 427.829C254.66 408.983 239.37 393.704 220.509 393.704Z' fill='%23FC3E53' /%3E%3Cpath d='M221.134 392.873C202.249 392.873 186.94 408.171 186.94 427.042C186.94 445.913 202.249 461.21 221.134 461.21C240.018 461.21 255.328 445.913 255.328 427.042C255.328 408.171 240.018 392.873 221.134 392.873Z' fill='%23FC3D53' /%3E%3Cpath d='M221.757 392.046C202.85 392.046 187.523 407.362 187.523 426.255C187.523 445.148 202.85 460.464 221.757 460.464C240.664 460.464 255.992 445.148 255.992 426.255C255.992 407.362 240.664 392.046 221.757 392.046Z' fill='%23FC3C54' /%3E%3Cpath d='M222.38 391.218C203.448 391.218 188.101 406.554 188.101 425.471C188.101 444.388 203.448 459.724 222.38 459.724C241.311 459.724 256.658 444.388 256.658 425.471C256.658 406.554 241.311 391.218 222.38 391.218Z' fill='%23FC3B54' /%3E%3Cpath d='M222.997 390.39C204.044 390.39 188.679 405.744 188.679 424.683C188.679 443.623 204.044 458.976 222.997 458.976C241.951 458.976 257.316 443.623 257.316 424.683C257.316 405.744 241.951 390.39 222.997 390.39Z' fill='%23FC3A55' /%3E%3Cpath d='M223.622 389.563C204.644 389.563 189.259 404.936 189.259 423.9C189.259 442.863 204.644 458.236 223.622 458.236C242.599 458.236 257.984 442.863 257.984 423.9C257.984 404.936 242.599 389.563 223.622 389.563Z' fill='%23FC3955' /%3E%3Cpath d='M224.244 388.732C205.242 388.732 189.838 404.124 189.838 423.112C189.838 442.1 205.242 457.493 224.244 457.493C243.246 457.493 258.65 442.1 258.65 423.112C258.65 404.124 243.246 388.732 224.244 388.732Z' fill='%23FC3855' /%3E%3Cpath d='M224.867 387.908C205.843 387.908 190.421 403.318 190.421 422.329C190.421 441.339 205.843 456.75 224.867 456.75C243.892 456.75 259.314 441.339 259.314 422.329C259.314 403.318 243.892 387.908 224.867 387.908Z' fill='%23FC3756' /%3E%3Cpath d='M225.49 387.077C206.441 387.077 190.999 402.507 190.999 421.541C190.999 440.576 206.441 456.006 225.49 456.006C244.538 456.006 259.98 440.576 259.98 421.541C259.98 402.507 244.538 387.077 225.49 387.077Z' fill='%23FC3656' /%3E%3Cpath d='M226.109 386.249C207.039 386.249 191.579 401.697 191.579 420.754C191.579 439.811 207.039 455.259 226.109 455.259C245.18 455.259 260.64 439.811 260.64 420.754C260.64 401.697 245.18 386.249 226.109 386.249Z' fill='%23FC3557' /%3E%3Cpath d='M226.732 385.421C207.637 385.421 192.157 400.889 192.157 419.97C192.157 439.051 207.637 454.519 226.732 454.519C245.827 454.519 261.306 439.051 261.306 419.97C261.306 400.889 245.827 385.421 226.732 385.421Z' fill='%23FC3457' /%3E%3Cpath d='M227.355 384.594C208.238 384.594 192.74 400.08 192.74 419.183C192.74 438.286 208.238 453.772 227.355 453.772C246.473 453.772 261.97 438.286 261.97 419.183C261.97 400.08 246.473 384.594 227.355 384.594Z' fill='%23FC3357' /%3E%3Cpath d='M227.98 383.766C208.838 383.766 193.321 399.271 193.321 418.399C193.321 437.526 208.838 453.031 227.98 453.031C247.121 453.031 262.638 437.526 262.638 418.399C262.638 399.271 247.121 383.766 227.98 383.766Z' fill='%23FC3258' /%3E%3Cpath d='M228.602 382.935C209.436 382.935 193.899 398.461 193.899 417.612C193.899 436.763 209.436 452.289 228.602 452.289C247.767 452.289 263.304 436.763 263.304 417.612C263.304 398.461 247.767 382.935 228.602 382.935Z' fill='%23FC3158' /%3E%3Cpath d='M229.225 382.111C210.038 382.111 194.483 397.654 194.483 416.828C194.483 436.001 210.038 451.545 229.225 451.545C248.413 451.545 263.968 436.001 263.968 416.828C263.968 397.654 248.413 382.111 229.225 382.111Z' fill='%23FC3059' /%3E%3Cpath d='M229.844 381.28C210.632 381.28 195.057 396.842 195.057 416.04C195.057 435.238 210.632 450.801 229.844 450.801C249.056 450.801 264.63 435.238 264.63 416.04C264.63 396.843 249.056 381.28 229.844 381.28Z' fill='%23FC2F59' /%3E%3Cpath d='M230.468 380.452C211.234 380.452 195.641 396.033 195.641 415.253C195.641 434.473 211.234 450.054 230.468 450.054C249.702 450.054 265.295 434.473 265.295 415.253C265.295 396.033 249.702 380.452 230.468 380.452Z' fill='%23FC2E59' /%3E%3Cpath d='M231.09 379.625C211.831 379.625 196.219 395.225 196.219 414.47C196.219 433.714 211.831 449.314 231.09 449.314C250.348 449.314 265.96 433.714 265.96 414.47C265.96 395.225 250.348 379.625 231.09 379.625Z' fill='%23FC2D5A' /%3E%3Cpath d='M231.712 378.793C212.429 378.793 196.797 394.414 196.797 413.682C196.797 432.95 212.429 448.571 231.712 448.571C250.995 448.571 266.626 432.95 266.626 413.682C266.626 394.414 250.995 378.793 231.712 378.793Z' fill='%23FC2C5A' /%3E%3Cpath d='M232.336 377.969C213.031 377.969 197.381 393.608 197.381 412.898C197.381 432.189 213.031 447.827 232.336 447.827C251.641 447.827 267.291 432.189 267.291 412.898C267.291 393.608 251.641 377.969 232.336 377.969Z' fill='%23FC2B5B' /%3E%3Cpath d='M232.958 377.138C213.629 377.138 197.959 392.796 197.959 412.111C197.959 431.426 213.629 447.084 232.958 447.084C252.287 447.084 267.957 431.426 267.957 412.111C267.957 392.796 252.287 377.138 232.958 377.138Z' fill='%23FC2A5B' /%3E%3Cpath d='M233.578 376.314C214.226 376.314 198.538 391.99 198.538 411.327C198.538 430.664 214.226 446.34 233.578 446.34C252.929 446.34 268.617 430.664 268.617 411.327C268.617 391.99 252.929 376.314 233.578 376.314Z' fill='%23FC295C' /%3E%3Cpath d='M234.2 375.483C214.824 375.483 199.117 391.178 199.117 410.539C199.117 429.901 214.824 445.596 234.2 445.596C253.576 445.596 269.283 429.901 269.283 410.539C269.283 391.178 253.576 375.483 234.2 375.483Z' fill='%23FC285C' /%3E%3Cpath d='M234.824 374.656C215.425 374.656 199.7 390.369 199.7 409.753C199.7 429.137 215.425 444.85 234.824 444.85C254.222 444.85 269.947 429.137 269.947 409.753C269.947 390.369 254.222 374.656 234.824 374.656Z' fill='%23FC275C' /%3E%3Cpath d='M235.444 373.828C216.022 373.828 200.277 389.561 200.277 408.968C200.277 428.376 216.022 444.109 235.444 444.109C254.866 444.109 270.611 428.376 270.611 408.968C270.611 389.561 254.866 373.828 235.444 373.828Z' fill='%23FC265D' /%3E%3Cpath d='M236.068 372.997C216.622 372.997 200.857 388.75 200.857 408.182C200.857 427.614 216.622 443.366 236.068 443.366C255.514 443.366 271.279 427.614 271.279 408.182C271.279 388.75 255.514 372.997 236.068 372.997Z' fill='%23FC255D' /%3E%3Cpath d='M236.688 372.172C217.219 372.172 201.437 387.943 201.437 407.397C201.437 426.852 217.219 442.622 236.688 442.622C256.156 442.622 271.939 426.852 271.939 407.397C271.939 387.943 256.156 372.172 236.688 372.172Z' fill='%23FC245E' /%3E%3Cpath d='M237.312 371.342C217.819 371.342 202.017 387.132 202.017 406.61C202.017 426.089 217.819 441.879 237.312 441.879C256.805 441.879 272.607 426.089 272.607 406.61C272.607 387.132 256.805 371.342 237.312 371.342Z' fill='%23FC235E' /%3E%3Cpath d='M237.936 370.517C218.42 370.517 202.6 386.326 202.6 405.826C202.6 425.327 218.42 441.135 237.936 441.135C257.451 441.135 273.271 425.327 273.271 405.826C273.271 386.326 257.451 370.517 237.936 370.517Z' fill='%23FC225E' /%3E%3Cpath d='M238.556 369.686C219.017 369.686 203.177 385.514 203.177 405.039C203.177 424.564 219.017 440.392 238.556 440.392C258.095 440.392 273.935 424.564 273.935 405.039C273.935 385.514 258.095 369.686 238.556 369.686Z' fill='%23FC215F' /%3E%3Cpath d='M239.18 368.862C219.618 368.862 203.76 384.708 203.76 404.255C203.76 423.802 219.618 439.648 239.18 439.648C258.741 439.648 274.599 423.802 274.599 404.255C274.599 384.708 258.741 368.862 239.18 368.862Z' fill='%23FC205F' /%3E%3Cpath d='M239.802 368.031C220.216 368.031 204.338 383.897 204.338 403.468C204.338 423.039 220.216 438.905 239.802 438.905C259.388 438.905 275.265 423.039 275.265 403.468C275.265 383.897 259.388 368.031 239.802 368.031Z' fill='%23FC1F60' /%3E%3Cpath d='M240.422 367.2C220.812 367.2 204.915 383.085 204.915 402.68C204.915 422.276 220.812 438.161 240.422 438.161C260.032 438.161 275.929 422.276 275.929 402.68C275.929 383.085 260.032 367.2 240.422 367.2Z' fill='%23FC1E60' /%3E%3Cpath d='M241.044 366.376C221.411 366.376 205.496 382.279 205.496 401.897C205.496 421.514 221.411 437.418 241.044 437.418C260.676 437.418 276.591 421.514 276.591 401.897C276.591 382.279 260.676 366.376 241.044 366.376Z' fill='%23FC1D60' /%3E%3Cpath d='M241.668 365.545C222.011 365.545 206.077 381.468 206.077 401.11C206.077 420.751 222.011 436.674 241.668 436.674C261.325 436.674 277.259 420.751 277.259 401.11C277.259 381.468 261.325 365.545 241.668 365.545Z' fill='%23FC1C61' /%3E%3Cpath d='M242.29 364.721C222.611 364.721 206.658 380.662 206.658 400.326C206.658 419.99 222.611 435.931 242.29 435.931C261.969 435.931 277.921 419.99 277.921 400.326C277.921 380.662 261.969 364.721 242.29 364.721Z' fill='%23FC1B61' /%3E%3Cpath d='M242.914 363.889C223.211 363.889 207.238 379.85 207.238 399.538C207.238 419.226 223.211 435.187 242.914 435.187C262.617 435.187 278.589 419.226 278.589 399.538C278.589 379.85 262.617 363.889 242.914 363.889Z' fill='%23FC1A62' /%3E%3Cpath d='M243.538 363.062C223.811 363.062 207.819 379.042 207.819 398.754C207.819 418.467 223.811 434.447 243.538 434.447C263.265 434.447 279.257 418.467 279.257 398.754C279.257 379.042 263.265 363.062 243.538 363.062Z' fill='%23FC1962' /%3E%3Cpath d='M244.156 362.234C224.406 362.234 208.396 378.232 208.396 397.967C208.396 417.702 224.406 433.7 244.156 433.7C263.905 433.7 279.916 417.702 279.916 397.967C279.916 378.232 263.905 362.234 244.156 362.234Z' fill='%23FC1863' /%3E%3Cpath d='M244.778 361.403C225.004 361.403 208.975 377.421 208.975 397.18C208.975 416.939 225.004 432.957 244.778 432.957C264.552 432.957 280.582 416.939 280.582 397.18C280.582 377.421 264.552 361.403 244.778 361.403Z' fill='%23FC1763' /%3E%3Cpath d='M245.402 360.579C225.606 360.579 209.558 376.615 209.558 396.396C209.558 416.177 225.606 432.213 245.402 432.213C265.198 432.213 281.246 416.177 281.246 396.396C281.246 376.615 265.198 360.579 245.402 360.579Z' fill='%23FC1663' /%3E%3Cpath d='M246.024 359.748C226.204 359.748 210.137 375.803 210.137 395.608C210.137 415.414 226.204 431.469 246.024 431.469C265.844 431.469 281.912 415.414 281.912 395.608C281.912 375.803 265.844 359.748 246.024 359.748Z' fill='%23FC1564' /%3E%3Cpath d='M246.648 358.924C226.805 358.924 210.72 374.997 210.72 394.825C210.72 414.653 226.805 430.726 246.648 430.726C266.49 430.726 282.576 414.653 282.576 394.825C282.576 374.997 266.49 358.924 246.648 358.924Z' fill='%23FC1464' /%3E%3Cpath d='M247.266 358.092C227.399 358.092 211.294 374.186 211.294 394.037C211.294 413.889 227.399 429.982 247.266 429.982C267.133 429.982 283.238 413.889 283.238 394.037C283.238 374.186 267.133 358.092 247.266 358.092Z' fill='%23FC1365' /%3E%3Cpath d='M247.888 357.265C227.998 357.265 211.873 373.378 211.873 393.254C211.873 413.13 227.998 429.242 247.888 429.242C267.779 429.242 283.904 413.13 283.904 393.254C283.904 373.378 267.779 357.265 247.888 357.265Z' fill='%23FC1265' /%3E%3Cpath d='M243.416 354.563C223.04 354.563 206.522 371.069 206.522 391.43C206.522 411.791 223.04 428.297 243.416 428.297C263.792 428.297 280.31 411.791 280.31 391.43C280.31 371.069 263.792 354.563 243.416 354.563Z' fill='%23FC1364' /%3E%3Cpath d='M238.937 351.862C218.076 351.862 201.164 368.76 201.164 389.606C201.164 410.452 218.076 427.351 238.937 427.351C259.799 427.351 276.71 410.452 276.71 389.606C276.71 368.76 259.799 351.862 238.937 351.862Z' fill='%23FC1464' /%3E%3Cpath d='M234.46 349.157C213.111 349.157 195.804 366.451 195.804 387.783C195.804 409.116 213.111 426.41 234.46 426.41C255.808 426.41 273.115 409.116 273.115 387.783C273.115 366.451 255.808 349.157 234.46 349.157Z' fill='%23FC1563' /%3E%3Cpath d='M229.982 346.458C208.148 346.458 190.448 364.145 190.448 385.963C190.448 407.781 208.148 425.467 229.982 425.467C251.816 425.467 269.516 407.781 269.516 385.963C269.516 364.145 251.816 346.458 229.982 346.458Z' fill='%23FC1662' /%3E%3Cpath d='M225.503 343.757C203.184 343.757 185.09 361.836 185.09 384.139C185.09 406.442 203.184 424.522 225.503 424.522C247.822 424.522 265.916 406.442 265.916 384.139C265.916 361.836 247.822 343.757 225.503 343.757Z' fill='%23FC1762' /%3E%3Cpath d='M221.029 341.052C198.222 341.052 179.734 359.527 179.734 382.316C179.734 405.106 198.222 423.58 221.029 423.58C243.835 423.58 262.324 405.106 262.324 382.316C262.324 359.527 243.835 341.052 221.029 341.052Z' fill='%23FC1861' /%3E%3Cpath d='M216.553 338.35C193.261 338.35 174.379 357.218 174.379 380.493C174.379 403.767 193.261 422.635 216.553 422.635C239.844 422.635 258.726 403.767 258.726 380.493C258.726 357.218 239.844 338.35 216.553 338.35Z' fill='%23FC1960' /%3E%3Cpath d='M212.074 335.652C188.297 335.652 169.022 354.912 169.022 378.672C169.022 402.431 188.297 421.692 212.074 421.692C235.851 421.692 255.126 402.431 255.126 378.672C255.126 354.912 235.851 335.652 212.074 335.652Z' fill='%23FC1A5F' /%3E%3Cpath d='M207.594 332.947C183.33 332.947 163.66 352.603 163.66 376.849C163.66 401.095 183.33 420.751 207.594 420.751C231.859 420.751 251.529 401.095 251.529 376.849C251.529 352.603 231.859 332.947 207.594 332.947Z' fill='%23FC1B5F' /%3E%3Cpath d='M203.122 330.245C178.372 330.245 158.309 350.294 158.309 375.025C158.309 399.756 178.372 419.805 203.122 419.805C227.872 419.805 247.935 399.756 247.935 375.025C247.935 350.294 227.872 330.245 203.122 330.245Z' fill='%23FC1C5E' /%3E%3Cpath d='M198.644 327.547C173.409 327.547 152.952 347.989 152.952 373.205C152.952 398.421 173.409 418.863 198.644 418.863C223.878 418.863 244.335 398.421 244.335 373.205C244.335 347.989 223.878 327.547 198.644 327.547Z' fill='%23FC1D5D' /%3E%3Cpath d='M194.164 324.842C168.442 324.842 147.59 345.679 147.59 371.382C147.59 397.085 168.442 417.921 194.164 417.921C219.886 417.921 240.738 397.085 240.738 371.382C240.738 345.679 219.886 324.842 194.164 324.842Z' fill='%23FC1E5D' /%3E%3Cpath d='M189.685 322.141C163.478 322.141 142.233 343.37 142.233 369.558C142.233 395.746 163.478 416.976 189.685 416.976C215.893 416.976 237.138 395.746 237.138 369.558C237.138 343.37 215.893 322.141 189.685 322.141Z' fill='%23FC1F5C' /%3E%3Cpath d='M185.211 319.439C158.518 319.439 136.879 341.062 136.879 367.734C136.879 394.407 158.518 416.03 185.211 416.03C211.904 416.03 233.542 394.407 233.542 367.734C233.542 341.062 211.904 319.439 185.211 319.439Z' fill='%23FC205B' /%3E%3Cpath d='M180.735 316.737C153.555 316.737 131.521 338.755 131.521 365.914C131.521 393.074 153.555 415.092 180.735 415.092C207.915 415.092 229.949 393.074 229.949 365.914C229.949 338.755 207.915 316.737 180.735 316.737Z' fill='%23FC215B' /%3E%3Cpath d='M176.257 314.036C148.591 314.036 126.164 336.447 126.164 364.091C126.164 391.736 148.591 414.146 176.257 414.146C203.922 414.146 226.349 391.736 226.349 364.091C226.349 336.447 203.922 314.036 176.257 314.036Z' fill='%23FC225A' /%3E%3Cpath d='M171.778 311.335C143.628 311.335 120.807 334.138 120.807 362.268C120.807 390.398 143.628 413.201 171.778 413.201C199.929 413.201 222.75 390.398 222.75 362.268C222.75 334.139 199.929 311.335 171.778 311.335Z' fill='%23FC2359' /%3E%3Cpath d='M167.3 308.633C138.664 308.633 115.45 331.83 115.45 360.444C115.45 389.059 138.664 412.256 167.3 412.256C195.936 412.256 219.15 389.059 219.15 360.444C219.15 331.83 195.936 308.633 167.3 308.633Z' fill='%23FC2459' /%3E%3Cpath d='M162.828 305.931C133.705 305.931 110.096 329.522 110.096 358.624C110.096 387.725 133.705 411.317 162.828 411.317C191.951 411.317 215.56 387.725 215.56 358.624C215.56 329.522 191.951 305.931 162.828 305.931Z' fill='%23FC2558' /%3E%3Cpath d='M158.348 303.229C128.739 303.229 104.737 327.214 104.737 356.8C104.737 386.387 128.739 410.371 158.348 410.371C187.956 410.371 211.958 386.387 211.959 356.8C211.959 327.214 187.956 303.229 158.348 303.229Z' fill='%23FC2657' /%3E%3Cpath d='M153.869 300.528C123.776 300.528 99.3798 324.906 99.3798 354.977C99.3798 385.048 123.776 409.426 153.869 409.426C183.963 409.426 208.359 385.048 208.359 354.977C208.359 324.906 183.963 300.528 153.869 300.528Z' fill='%23FC2756' /%3E%3Cpath d='M149.392 297.826C118.811 297.826 94.0198 322.599 94.0198 353.157C94.0198 383.715 118.811 408.487 149.392 408.487C179.972 408.487 204.763 383.715 204.763 353.157C204.763 322.599 179.972 297.826 149.392 297.826Z' fill='%23FC2856' /%3E%3Cpath d='M144.915 295.125C113.849 295.125 88.6647 320.29 88.6647 351.333C88.6647 382.377 113.849 407.542 144.915 407.542C175.981 407.542 201.166 382.377 201.166 351.333C201.166 320.29 175.981 295.125 144.915 295.125Z' fill='%23FC2955' /%3E%3Cpath d='M140.439 292.424C108.887 292.424 83.3095 317.982 83.3095 349.51C83.3095 381.038 108.887 406.597 140.439 406.597C171.99 406.597 197.568 381.038 197.568 349.51C197.568 317.982 171.99 292.424 140.439 292.424Z' fill='%23FC2A54' /%3E%3Cpath d='M135.961 289.718C103.922 289.718 77.9495 315.671 77.9495 347.686C77.9495 379.701 103.922 405.655 135.961 405.655C168 405.655 193.972 379.701 193.972 347.686C193.972 315.671 168 289.718 135.961 289.718Z' fill='%23FC2B54' /%3E%3Cpath d='M131.482 287.02C98.9584 287.02 72.5925 313.366 72.5925 345.866C72.5925 378.366 98.9584 404.713 131.482 404.713C164.007 404.713 190.373 378.366 190.373 345.866C190.373 313.367 164.007 287.02 131.482 287.02Z' fill='%23FC2C53' /%3E%3Cpath d='M127.008 284.319C93.9987 284.319 67.2392 311.058 67.2392 344.043C67.2392 377.028 93.9987 403.767 127.008 403.767C160.017 403.767 186.777 377.028 186.777 344.043C186.777 311.058 160.017 284.319 127.008 284.319Z' fill='%23FC2D52' /%3E%3Cpath d='M122.532 281.614C89.0356 281.614 61.8812 308.748 61.8812 342.219C61.8812 375.691 89.0356 402.825 122.532 402.825C156.029 402.825 183.183 375.691 183.183 342.219C183.183 308.748 156.029 281.614 122.532 281.614Z' fill='%23FC2E52' /%3E%3Cpath d='M118.054 278.912C84.0719 278.912 56.5241 306.44 56.5241 340.396C56.5241 374.353 84.0719 401.88 118.054 401.88C152.036 401.88 179.583 374.353 179.584 340.396C179.584 306.44 152.036 278.912 118.054 278.912Z' fill='%23FC2F51' /%3E%3Cpath d='M113.576 276.214C79.1087 276.214 51.1675 304.134 51.1675 338.576C51.1675 373.018 79.1087 400.938 113.576 400.938C148.043 400.938 175.984 373.018 175.984 338.576C175.984 304.134 148.043 276.214 113.576 276.214Z' fill='%23FC3050' /%3E%3Cpath d='M109.098 273.509C74.1432 273.509 45.807 301.824 45.807 336.753C45.807 371.681 74.1432 399.996 109.098 399.996C144.052 399.996 172.388 371.681 172.388 336.753C172.388 301.824 144.052 273.509 109.098 273.509Z' fill='%23FC3150' /%3E%3Cpath d='M104.621 270.808C69.1814 270.808 40.4519 299.516 40.4518 334.929C40.4518 370.343 69.1814 399.051 104.621 399.051C140.061 399.051 168.791 370.343 168.791 334.929C168.791 299.516 140.061 270.808 104.621 270.808Z' fill='%23FC324F' /%3E%3Cpath d='M100.143 268.106C64.2178 268.106 35.0947 297.207 35.0947 333.106C35.0947 369.004 64.2178 398.105 100.143 398.105C136.068 398.105 165.191 369.004 165.191 333.106C165.191 297.207 136.068 268.106 100.143 268.106Z' fill='%23FC334E' /%3E%3Cpath d='M95.6669 265.404C59.2547 265.404 29.7367 294.9 29.7367 331.286C29.7367 367.671 59.2547 397.167 95.6669 397.167C132.079 397.167 161.597 367.671 161.597 331.286C161.597 294.9 132.079 265.404 95.6669 265.404Z' fill='%23FC344E' /%3E%3Cpath d='M91.1886 262.703C54.291 262.703 24.3796 292.592 24.3796 329.462C24.3796 366.332 54.291 396.221 91.1886 396.221C128.086 396.221 157.998 366.332 157.998 329.462C157.998 292.592 128.086 262.703 91.1886 262.703Z' fill='%23FC354D' /%3E%3Cpath d='M86.7141 260.001C49.3312 260.001 19.0264 290.283 19.0264 327.639C19.0264 364.994 49.3312 395.276 86.7141 395.276C124.097 395.276 154.402 364.994 154.402 327.639C154.402 290.283 124.097 260.001 86.7141 260.001Z' fill='%23FC364C' /%3E%3Cpath d='M82.2344 257.299C44.3643 257.299 13.6645 287.976 13.6645 325.818C13.6645 363.66 44.3643 394.337 82.2344 394.337C120.104 394.337 150.804 363.66 150.804 325.818C150.804 287.976 120.104 257.299 82.2344 257.299Z' fill='%23FC374B' /%3E%3Cpath d='M77.7599 254.598C39.4045 254.598 8.31129 285.668 8.31129 323.995C8.31128 362.322 39.4045 393.392 77.7599 393.392C116.115 393.392 147.208 362.322 147.209 323.995C147.209 285.668 116.115 254.598 77.7599 254.598Z' fill='%23FC384B' /%3E%3Cpath d='M73.2815 251.896C34.4408 251.896 2.95417 283.36 2.95417 322.171C2.95417 360.983 34.4408 392.447 73.2815 392.447C112.122 392.447 143.609 360.983 143.609 322.171C143.609 283.36 112.122 251.896 73.2815 251.896Z' fill='%23FC394A' /%3E%3Cpath d='M68.8057 249.192C29.4777 249.192 -2.40381 281.049 -2.40382 320.348C-2.40382 359.647 29.4777 391.505 68.8057 391.505C108.134 391.505 140.015 359.647 140.015 320.348C140.015 281.049 108.134 249.192 68.8057 249.192Z' fill='%23FC3A49' /%3E%3Cpath d='M64.3273 246.493C24.5141 246.493 -7.76093 278.744 -7.76093 318.527C-7.76094 358.311 24.5141 390.562 64.3273 390.562C104.141 390.562 136.416 358.311 136.416 318.527C136.416 278.744 104.141 246.493 64.3273 246.493Z' fill='%23FC3B49' /%3E%3Cpath d='M59.8489 243.791C19.5504 243.791 -13.1181 276.435 -13.1181 316.704C-13.1181 356.973 19.5503 389.617 59.8489 389.617C100.147 389.617 132.816 356.973 132.816 316.704C132.816 276.435 100.147 243.791 59.8489 243.791Z' fill='%23FC3C48' /%3E%3Cpath d='M55.3731 241.086C14.5873 241.086 -18.4761 274.125 -18.4761 314.88C-18.4761 355.636 14.5873 388.675 55.3731 388.675C96.1588 388.675 129.222 355.636 129.222 314.88C129.222 274.125 96.1588 241.086 55.3731 241.086Z' fill='%23FC3D47' /%3E%3Cpath d='M50.8947 238.385C9.62362 238.385 -23.8332 271.817 -23.8332 313.057C-23.8332 354.297 9.62361 387.729 50.8947 387.729C92.1657 387.729 125.623 354.297 125.623 313.057C125.623 271.817 92.1657 238.385 50.8947 238.385Z' fill='%23FC3E47' /%3E%3Cpath d='M46.4202 235.687C4.66385 235.687 -29.1864 269.512 -29.1864 311.237C-29.1864 352.963 4.66384 386.788 46.4202 386.788C88.1766 386.788 122.027 352.963 122.027 311.237C122.027 269.512 88.1766 235.687 46.4202 235.687Z' fill='%23FC3F46' /%3E%3Cpath d='M41.9405 232.982C-0.303064 232.982 -34.5483 267.201 -34.5483 309.413C-34.5483 351.625 -0.303078 385.845 41.9405 385.845C84.184 385.845 118.429 351.626 118.429 309.413C118.429 267.201 84.1841 232.982 41.9405 232.982Z' fill='%23FC4045' /%3E%3Cpath d='M37.464 230.28C-5.26484 230.28 -39.9034 264.892 -39.9034 307.589C-39.9034 350.287 -5.26485 384.899 37.464 384.899C80.1929 384.899 114.832 350.287 114.832 307.589C114.832 264.892 80.1929 230.28 37.464 230.28Z' fill='%23FC4145' /%3E%3Cpath d='M32.9857 227.582C-10.2285 227.582 -45.2605 262.588 -45.2606 305.77C-45.2606 348.952 -10.2285 383.958 32.9857 383.958C76.1999 383.958 111.232 348.952 111.232 305.77C111.232 262.588 76.1999 227.582 32.9857 227.582Z' fill='%23FC4244' /%3E%3Cpath d='M28.5118 224.877C-15.1896 224.877 -50.6166 260.277 -50.6166 303.946C-50.6166 347.615 -15.1897 383.016 28.5117 383.016C72.2131 383.016 107.64 347.615 107.64 303.946C107.64 260.277 72.2132 224.877 28.5118 224.877Z' fill='%23FD4243' /%3E%3Cpath d='M24.0334 222.175C-20.1533 222.175 -55.9737 257.969 -55.9737 302.123C-55.9737 346.277 -20.1533 382.07 24.0334 382.07C68.2201 382.07 104.041 346.277 104.041 302.123C104.041 257.969 68.2201 222.175 24.0334 222.175Z' fill='%23FD4342' /%3E%3Cpath d='M19.5551 219.474C-25.117 219.474 -61.3308 255.66 -61.3308 300.299C-61.3308 344.938 -25.117 381.125 19.555 381.125C64.2271 381.125 100.441 344.938 100.441 300.299C100.441 255.66 64.2271 219.474 19.5551 219.474Z' fill='%23FD4442' /%3E%3Cpath d='M15.0792 216.771C-30.08 216.771 -66.6888 253.353 -66.6888 298.478C-66.6888 343.604 -30.08 380.186 15.0792 380.186C60.2384 380.186 96.8472 343.604 96.8472 298.478C96.8472 253.353 60.2384 216.771 15.0792 216.771Z' fill='%23FD4541' /%3E%3Cpath d='M10.6027 214.07C-35.0418 214.07 -72.044 251.045 -72.044 296.655C-72.044 342.266 -35.0418 379.24 10.6027 379.24C56.2473 379.24 93.2495 342.266 93.2495 296.655C93.2495 251.045 56.2473 214.07 10.6027 214.07Z' fill='%23FD4640' /%3E%3Cpath d='M6.12441 211.368C-40.0055 211.368 -77.4011 248.736 -77.4011 294.832C-77.4011 340.927 -40.0055 378.295 6.1244 378.295C52.2543 378.295 89.6499 340.927 89.6499 294.832C89.6499 248.736 52.2543 211.368 6.12441 211.368Z' fill='%23FD4740' /%3E%3Cpath d='M1.64655 208.664C-44.9705 208.664 -82.7611 246.426 -82.7611 293.008C-82.7611 339.591 -44.9705 377.353 1.64654 377.353C48.2636 377.353 86.0542 339.591 86.0542 293.008C86.0542 246.426 48.2636 208.664 1.64655 208.664Z' fill='%23FD483F' /%3E%3Cpath d='M-2.82982 205.965C-49.9322 205.965 -88.1162 244.121 -88.1162 291.188C-88.1162 338.256 -49.9322 376.411 -2.82983 376.411C44.2725 376.411 82.4565 338.256 82.4566 291.188C82.4566 244.121 44.2726 205.965 -2.82982 205.965Z' fill='%23FD493E' /%3E%3Cpath d='M-7.30822 203.264C-54.8959 203.264 -93.4734 241.812 -93.4734 289.365C-93.4734 336.917 -54.8959 375.466 -7.30824 375.466C40.2795 375.466 78.8569 336.917 78.8569 289.365C78.8569 241.812 40.2795 203.264 -7.30822 203.264Z' fill='%23FD4A3E' /%3E%3Cpath d='M-11.7841 200.558C-59.859 200.558 -98.8313 239.502 -98.8313 287.541C-98.8313 335.58 -59.859 374.523 -11.7841 374.523C36.2908 374.523 75.2632 335.58 75.2632 287.541C75.2632 239.502 36.2908 200.558 -11.7841 200.558Z' fill='%23FD4B3D' /%3E%3Cpath d='M-16.2624 197.861C-64.8226 197.861 -104.188 237.197 -104.188 285.721C-104.188 334.245 -64.8227 373.582 -16.2625 373.582C32.2977 373.582 71.6636 334.245 71.6636 285.721C71.6636 237.197 32.2978 197.861 -16.2624 197.861Z' fill='%23FD4C3C' /%3E%3Cpath d='M-20.7408 195.159C-69.7863 195.159 -109.546 234.888 -109.546 283.897C-109.546 332.907 -69.7864 372.636 -20.7408 372.636C28.3047 372.636 68.064 332.907 68.064 283.898C68.064 234.888 28.3047 195.159 -20.7408 195.159Z' fill='%23FD4D3C' /%3E%3Cpath d='M-25.2167 192.454C-74.7494 192.454 -114.904 232.579 -114.904 282.074C-114.904 331.57 -74.7494 371.695 -25.2167 371.695C24.316 371.695 64.4702 331.57 64.4702 282.074C64.4702 232.579 24.316 192.454 -25.2167 192.454Z' fill='%23FD4E3B' /%3E%3Cpath d='M-29.6911 189.753C-79.7092 189.753 -120.257 230.27 -120.257 280.251C-120.257 330.232 -79.7092 370.749 -29.6911 370.75C20.3269 370.75 60.8745 330.232 60.8745 280.251C60.8745 230.27 20.3269 189.753 -29.6911 189.753Z' fill='%23FD4F3A' /%3E%3Cpath d='M-34.1695 187.054C-84.6729 187.054 -125.614 227.965 -125.614 278.431C-125.614 328.897 -84.6729 369.807 -34.1696 369.807C16.3338 369.807 57.2749 328.897 57.2749 278.431C57.2749 227.965 16.3338 187.054 -34.1695 187.054Z' fill='%23FD5039' /%3E%3Cpath d='M-38.6454 184.349C-89.6359 184.349 -130.972 225.654 -130.972 276.607C-130.972 327.559 -89.6359 368.864 -38.6454 368.864C12.3452 368.864 53.6812 327.559 53.6812 276.607C53.6812 225.654 12.3452 184.349 -38.6454 184.349Z' fill='%23FD5139' /%3E%3Cpath d='M-43.1237 181.648C-94.5996 181.648 -136.329 223.346 -136.329 274.784C-136.329 326.221 -94.5996 367.92 -43.1237 367.92C8.35213 367.92 50.0815 326.221 50.0816 274.784C50.0816 223.346 8.35214 181.648 -43.1237 181.648Z' fill='%23FD5238' /%3E%3Cpath d='M-47.6002 178.946C-99.5614 178.946 -141.684 221.038 -141.684 272.96C-141.684 324.883 -99.5614 366.974 -47.6002 366.974C4.361 366.974 46.4839 324.883 46.4839 272.96C46.4839 221.038 4.36102 178.946 -47.6002 178.946Z' fill='%23FD5337' /%3E%3Cpath d='M-52.0779 176.245C-104.526 176.245 -147.044 218.731 -147.044 271.14C-147.044 323.549 -104.526 366.036 -52.078 366.036C0.370407 366.036 42.8882 323.549 42.8882 271.14C42.8882 218.731 0.370424 176.245 -52.0779 176.245Z' fill='%23FD5437' /%3E%3Cpath d='M-56.5563 173.543C-109.49 173.543 -152.401 216.422 -152.401 269.317C-152.401 322.211 -109.49 365.09 -56.5564 365.09C-3.62267 365.09 39.2886 322.211 39.2886 269.317C39.2886 216.422 -3.62266 173.543 -56.5563 173.543Z' fill='%23FD5536' /%3E%3Cpath d='M-61.0347 170.841C-114.454 170.841 -157.758 214.114 -157.758 267.493C-157.758 320.872 -114.454 364.145 -61.0347 364.145C-7.61567 364.145 35.689 320.872 35.689 267.493C35.689 214.114 -7.61565 170.841 -61.0347 170.841Z' fill='%23FD5635' /%3E%3Cpath d='M-65.5125 168.136C-119.419 168.136 -163.118 211.803 -163.118 265.669C-163.118 319.535 -119.419 363.202 -65.5126 363.202C-11.6064 363.202 32.0933 319.535 32.0933 265.669C32.0933 211.803 -11.6063 168.136 -65.5125 168.136Z' fill='%23FD5735' /%3E%3Cpath d='M-69.987 165.438C-124.379 165.438 -168.472 209.498 -168.472 263.849C-168.472 318.2 -124.379 362.261 -69.987 362.261C-15.5955 362.261 28.4976 318.201 28.4976 263.849C28.4976 209.498 -15.5955 165.438 -69.987 165.438Z' fill='%23FD5834' /%3E%3Cpath d='M-74.4654 162.737C-129.342 162.737 -173.829 207.19 -173.829 262.026C-173.829 316.862 -129.342 361.315 -74.4654 361.315C-19.5885 361.315 24.898 316.862 24.898 262.026C24.898 207.19 -19.5885 162.737 -74.4654 162.737Z' fill='%23FD5933' /%3E%3Cpath d='M-78.9432 160.032C-134.307 160.032 -179.189 204.88 -179.189 260.202C-179.189 315.525 -134.307 360.373 -78.9432 360.373C-23.5792 360.373 21.3023 315.525 21.3023 260.202C21.3023 204.88 -23.5791 160.032 -78.9432 160.032Z' fill='%23FD5A33' /%3E%3Cpath d='M-83.4196 157.333C-139.269 157.333 -184.544 202.575 -184.544 258.382C-184.544 314.19 -139.269 359.431 -83.4196 359.431C-27.5702 359.431 17.7046 314.19 17.7046 258.382C17.7046 202.575 -27.5702 157.333 -83.4196 157.333Z' fill='%23FD5B32' /%3E%3Cpath d='M-87.894 154.631C-144.229 154.631 -189.897 200.266 -189.897 256.559C-189.897 312.851 -144.229 358.486 -87.8941 358.486C-31.5594 358.486 14.1089 312.851 14.1089 256.559C14.1089 200.266 -31.5594 154.631 -87.894 154.631Z' fill='%23FD5C31' /%3E%3Cpath d='M-92.3734 151.927C-149.195 151.927 -195.258 197.956 -195.258 254.735C-195.258 311.515 -149.195 357.544 -92.3734 357.544C-35.5515 357.544 10.5117 311.515 10.5117 254.735C10.5117 197.956 -35.5515 151.927 -92.3734 151.927Z' fill='%23FD5D31' /%3E%3Cpath d='M-96.8522 149.225C-154.159 149.225 -200.616 195.647 -200.616 252.912C-200.616 310.177 -154.159 356.599 -96.8522 356.599C-39.545 356.599 6.91163 310.177 6.91163 252.912C6.91164 195.647 -39.545 149.225 -96.8522 149.225Z' fill='%23FD5E30' /%3E%3Cpath d='M-101.331 146.528C-159.123 146.528 -205.973 193.343 -205.973 251.092C-205.973 308.842 -159.123 355.657 -101.331 355.657C-43.5381 355.657 3.31202 308.842 3.31202 251.093C3.31203 193.343 -43.5381 146.528 -101.331 146.528Z' fill='%23FD5F2F' /%3E%3Cpath opacity='0.2' d='M20.7939 250H67.318V257.989H20.7939V250Z' fill='black' /%3E%3Cpath d='M16 203C16 200.791 17.7909 199 20 199H69C71.2091 199 73 200.791 73 203V248H16V203Z' fill='white' /%3E%3Cg clip-path='url(%23clip1_128_2690)'%3E%3Cpath d='M35 234H53' stroke='%23FD7222' stroke-width='2' stroke-linecap='square' stroke-linejoin='round' /%3E%3Cpath d='M35 220V221C35 221.796 35.3161 222.559 35.8787 223.121C36.4413 223.684 37.2044 224 38 224C38.7956 224 39.5587 223.684 40.1213 223.121C40.6839 222.559 41 221.796 41 221M35 220H53M35 220L37 216H51L53 220M41 221V220M41 221C41 221.796 41.3161 222.559 41.8787 223.121C42.4413 223.684 43.2044 224 44 224C44.7956 224 45.5587 223.684 46.1213 223.121C46.6839 222.559 47 221.796 47 221M47 221V220M47 221C47 221.796 47.3161 222.559 47.8787 223.121C48.4413 223.684 49.2044 224 50 224C50.7956 224 51.5587 223.684 52.1213 223.121C52.6839 222.559 53 221.796 53 221V220' stroke='%23FD7222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M37 234V223.85' stroke='%23FD7222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M51 234V223.85' stroke='%23FD7222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/g%3E%3Cpath d='M16 248H73L71.3534 253H17.6466L16 248Z' fill='%23CCCCCC' /%3E%3C/g%3E%3C/g%3E%3Crect opacity='0.2' x='169.119' y='43.8818' width='54.868' height='6.87438' fill='url(%23paint0_linear_128_2690)' /%3E%3Cpath d='M164.546 3.44173C164.546 1.54091 166.087 0 167.988 0H224.057C225.958 0 227.499 1.54091 227.499 3.44173V42.1611H164.546V3.44173Z' fill='url(%23paint1_linear_128_2690)' /%3E%3Cg clip-path='url(%23clip2_128_2690)'%3E%3Cpath d='M192.204 24.9493C192.204 26.8284 195.581 28.3515 199.747 28.3515C203.913 28.3515 207.29 26.8284 207.29 24.9493C207.29 23.0702 203.913 21.5471 199.747 21.5471C195.581 21.5471 192.204 23.0702 192.204 24.9493Z' stroke='white' stroke-width='2.26812' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M192.204 24.9492V29.4855C192.204 31.3635 195.581 32.8876 199.747 32.8876C203.913 32.8876 207.29 31.3635 207.29 29.4855V24.9492' stroke='white' stroke-width='2.26812' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M184.661 15.8768C184.661 17.0925 186.099 18.2152 188.433 18.8231C190.766 19.4309 193.642 19.4309 195.976 18.8231C198.309 18.2152 199.747 17.0925 199.747 15.8768C199.747 14.6611 198.309 13.5384 195.976 12.9305C193.642 12.3226 190.766 12.3226 188.433 12.9305C186.099 13.5384 184.661 14.6611 184.661 15.8768Z' stroke='white' stroke-width='2.26812' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M184.661 15.8767V27.2173C184.661 28.2243 185.632 28.8617 187.175 29.4854' stroke='white' stroke-width='2.26812' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M184.661 21.5471C184.661 22.5542 185.632 23.1915 187.175 23.8152' stroke='white' stroke-width='2.26812' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/g%3E%3Cpath d='M164.546 42.1113H227.797L226.273 46.5819H166.07L164.546 42.1113Z' fill='%237D3132' /%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_128_2690' x1='209.854' y1='74.8165' x2='213.26' y2='18.5186' gradientUnits='userSpaceOnUse'%3E%3Cstop /%3E%3Cstop offset='1' stop-color='%23666666' stop-opacity='0.03' /%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_128_2690' x1='208.936' y1='-2.50733e-08' x2='209.591' y2='42.1635' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FC9425' /%3E%3Cstop offset='1' stop-color='%23FF4344' /%3E%3C/linearGradient%3E%3CclipPath id='clip0_128_2690'%3E%3Crect width='912.756' height='534.384' fill='white' transform='translate(434.121 581.384) rotate(-180)' /%3E%3C/clipPath%3E%3CclipPath id='clip1_128_2690'%3E%3Crect width='24' height='24' fill='white' transform='translate(32 213)' /%3E%3C/clipPath%3E%3CclipPath id='clip2_128_2690'%3E%3Crect width='30.1717' height='27.2174' fill='white' transform='translate(180.89 9.07251)' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: center;
}
.hero .header-decoration-left svg.svg-mobile2 {
  bottom: unset;
  top: -20px;
  transform: unset;
  position: absolute;
  right: unset;
  left: 0px;
  width: 40px;
  height: 41px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: center;
  background: url("data:image/svg+xml,%3Csvg width='40' height='41' viewBox='0 0 40 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect opacity='0.2' x='2.8916' y='35.4468' width='34.6988' height='5.55299' fill='url(%23paint0_linear_111_56197)' /%3E%3Cpath d='M0 3.44172C0 1.54091 1.54091 0 3.44173 0H36.3698C38.2706 0 39.8115 1.54091 39.8115 3.44173V34.0569H0V3.44172Z' fill='url(%23paint1_linear_111_56197)' /%3E%3Cg clip-path='url(%23clip0_111_56197)'%3E%3Cpath d='M17.4912 20.1532C17.4912 21.6712 19.6267 22.9015 22.2614 22.9015C24.8961 22.9015 27.0316 21.6712 27.0316 20.1532C27.0316 18.6353 24.8961 17.405 22.2614 17.405C19.6267 17.405 17.4912 18.6353 17.4912 20.1532Z' stroke='white' stroke-width='2.26812' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M17.4912 20.1533V23.8176C17.4912 25.3346 19.6267 26.5658 22.2614 26.5658C24.8961 26.5658 27.0316 25.3346 27.0316 23.8176V20.1533' stroke='white' stroke-width='2.26812' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M12.7207 12.8249C12.7207 13.8069 13.6302 14.7138 15.1058 15.2048C16.5814 15.6958 18.4004 15.6958 19.876 15.2048C21.3516 14.7138 22.2611 13.8069 22.2611 12.8249C22.2611 11.8428 21.3516 10.9359 19.876 10.4449C18.4004 9.95391 16.5814 9.95391 15.1058 10.4449C13.6302 10.9359 12.7207 11.8428 12.7207 12.8249Z' stroke='white' stroke-width='2.26812' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M12.7207 12.8247V21.9854C12.7207 22.7989 13.3345 23.3137 14.3108 23.8175' stroke='white' stroke-width='2.26812' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M12.7207 17.405C12.7207 18.2185 13.3345 18.7333 14.3108 19.2372' stroke='white' stroke-width='2.26812' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/g%3E%3Cpath d='M0 34.0166H40L39.0361 37.6279H0.963855L0 34.0166Z' fill='%237D3132' /%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_111_56197' x1='28.6528' y1='60.4352' x2='32.1594' y2='15.0634' gradientUnits='userSpaceOnUse'%3E%3Cstop /%3E%3Cstop offset='1' stop-color='%23666666' stop-opacity='0.03' /%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_111_56197' x1='28.0722' y1='-2.02537e-08' x2='28.7477' y2='34.0536' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FC9425' /%3E%3Cstop offset='1' stop-color='%23FF4344' /%3E%3C/linearGradient%3E%3CclipPath id='clip0_111_56197'%3E%3Crect width='19.0807' height='21.9857' fill='white' transform='translate(10.3359 7.32837)' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.hero .header-decoration-right {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 590px;
  text-align: right;
}
.hero .header-decoration-right svg {
  position: absolute;
  top: 50%;
  right: 40px;
  width: 196px;
  height: 304px;
  transform: translate(0, -50%);
  background: url("data:image/svg+xml,%3Csvg width='196' height='304' viewBox='0 0 196 304' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.2' d='M6.01221 51H58.1138V59H6.01221V51Z' fill='black' /%3E%3Cpath d='M0.469727 4C0.469727 1.79086 2.26059 0 4.46973 0H59.6568C61.8659 0 63.6568 1.79086 63.6568 4V49H0.469727V4Z' fill='white' /%3E%3Cg clip-path='url(%23clip0_128_3092)'%3E%3Cpath d='M37.4814 22C37.2608 21.4352 36.8578 20.943 36.3244 20.5865C35.791 20.2301 35.1515 20.0258 34.4883 20H30.0542C29.1721 20 28.3262 20.3161 27.7026 20.8787C27.0789 21.4413 26.7285 22.2044 26.7285 23C26.7285 23.7956 27.0789 24.5587 27.7026 25.1213C28.3262 25.6839 29.1721 26 30.0542 26H34.4883C35.3703 26 36.2162 26.3161 36.8399 26.8787C37.4636 27.4413 37.814 28.2044 37.814 29C37.814 29.7956 37.4636 30.5587 36.8399 31.1213C36.2162 31.6839 35.3703 32 34.4883 32H30.0542C29.391 31.9742 28.7515 31.7699 28.2181 31.4135C27.6847 31.057 27.2817 30.5648 27.0611 30' stroke='%23FD7222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M32.2715 17V20M32.2715 32V35' stroke='%23FD7222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/g%3E%3Cpath d='M0.469727 48.9419H64.0032L62.2319 54.1377H2.24106L0.469727 48.9419Z' fill='%23CCCCCC' /%3E%3Crect opacity='0.2' x='136.954' y='296.838' width='54.8129' height='6.86747' fill='url(%23paint0_linear_128_3092)' /%3E%3Cpath d='M132.387 256.438C132.387 254.539 133.926 253 135.825 253H191.838C193.737 253 195.276 254.539 195.276 256.438V295.119H132.387V256.438Z' fill='url(%23paint1_linear_128_3092)' /%3E%3Cpath d='M132.387 295.069H195.574L194.051 299.535H133.909L132.387 295.069Z' fill='%237D3132' /%3E%3Cg clip-path='url(%23clip1_128_3092)'%3E%3Cpath opacity='0.7' d='M160.025 284.96C160.978 284.96 161.751 284.188 161.751 283.234C161.751 282.281 160.978 281.509 160.025 281.509C159.072 281.509 158.299 282.281 158.299 283.234C158.299 284.188 159.072 284.96 160.025 284.96Z' fill='white' /%3E%3Cpath opacity='0.7' d='M168.377 284.96C169.33 284.96 170.103 284.188 170.103 283.234C170.103 282.281 169.33 281.509 168.377 281.509C167.424 281.509 166.651 282.281 166.651 283.234C166.651 284.188 167.424 284.96 168.377 284.96Z' fill='white' /%3E%3Cpath d='M159.026 267.546L158.762 265.289C158.675 264.554 158.054 264 157.314 264H154V265.534H157.245L158.819 278.958C158.905 279.692 159.527 280.245 160.267 280.245H169.922V278.71H160.334L160.108 276.777H171.161C171.842 276.777 172.425 276.315 172.582 275.644L174.393 267.546H159.026ZM171.1 275.245H159.929L159.206 269.08H172.479L171.102 275.245H171.1Z' fill='white' /%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_128_3092' x1='177.649' y1='327.742' x2='181.051' y2='271.5' gradientUnits='userSpaceOnUse'%3E%3Cstop /%3E%3Cstop offset='1' stop-color='%23666666' stop-opacity='0.03' /%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_128_3092' x1='176.732' y1='253' x2='177.386' y2='295.121' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FC9425' /%3E%3Cstop offset='1' stop-color='%23FF4344' /%3E%3C/linearGradient%3E%3CclipPath id='clip0_128_3092'%3E%3Crect width='26.6051' height='24' fill='white' transform='translate(18.9688 14)' /%3E%3C/clipPath%3E%3CclipPath id='clip1_128_3092'%3E%3Crect width='20.3925' height='20.9602' fill='white' transform='translate(154 264)' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: center;
}
.hero .header-decoration-right svg.svg-mobile {
  bottom: -48px;
  top: unset;
  transform: unset;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg width='375' height='316' viewBox='0 0 375 316' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_111_55793' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='-1' y='0' width='377' height='316'%3E%3Crect width='376' height='316' transform='matrix(-1 0 0 1 375.5 0)' fill='%23272727' /%3E%3C/mask%3E%3Cg mask='url(%23mask0_111_55793)'%3E%3Cg clip-path='url(%23clip0_111_55793)'%3E%3Cpath d='M345.801 315.575C338.892 315.575 333.292 321.172 333.292 328.075C333.292 334.979 338.892 340.575 345.801 340.575C352.71 340.575 358.311 334.979 358.311 328.075C358.311 321.172 352.71 315.575 345.801 315.575Z' fill='%23FC2C5A' /%3E%3Cpath d='M344.034 315.271C337.085 315.271 331.453 320.9 331.453 327.843C331.453 334.786 337.085 340.415 344.034 340.415C350.982 340.415 356.615 334.786 356.615 327.843C356.615 320.9 350.982 315.271 344.034 315.271Z' fill='%23FC2D5A' /%3E%3Cpath d='M342.269 314.969C335.28 314.969 329.615 320.63 329.615 327.613C329.615 334.596 335.28 340.257 342.269 340.257C349.257 340.257 354.922 334.596 354.922 327.613C354.922 320.63 349.257 314.969 342.269 314.969Z' fill='%23FC2E59' /%3E%3Cpath d='M340.505 314.662C333.476 314.662 327.777 320.356 327.777 327.38C327.777 334.404 333.476 340.098 340.505 340.098C347.534 340.098 353.232 334.404 353.232 327.38C353.232 320.356 347.534 314.662 340.505 314.662Z' fill='%23FC2F59' /%3E%3Cpath d='M338.74 314.36C331.671 314.36 325.94 320.086 325.94 327.15C325.94 334.214 331.671 339.94 338.74 339.94C345.809 339.94 351.539 334.214 351.539 327.15C351.539 320.086 345.809 314.36 338.74 314.36Z' fill='%23FC3059' /%3E%3Cpath d='M336.974 314.056C329.866 314.056 324.103 319.815 324.103 326.918C324.103 334.022 329.866 339.78 336.974 339.78C344.083 339.78 349.846 334.022 349.846 326.918C349.846 319.815 344.083 314.056 336.974 314.056Z' fill='%23FC3158' /%3E%3Cpath d='M335.207 313.749C328.057 313.749 322.261 319.541 322.261 326.685C322.261 333.829 328.057 339.621 335.207 339.621C342.356 339.621 348.152 333.829 348.152 326.685C348.152 319.541 342.356 313.749 335.207 313.749Z' fill='%23FC3258' /%3E%3Cpath d='M333.442 313.447C326.253 313.447 320.425 319.271 320.425 326.455C320.425 333.639 326.253 339.463 333.442 339.463C340.632 339.463 346.46 333.639 346.46 326.455C346.46 319.271 340.632 313.447 333.442 313.447Z' fill='%23FC3357' /%3E%3Cpath d='M331.677 313.143C324.448 313.143 318.587 318.999 318.587 326.223C318.587 333.447 324.448 339.303 331.677 339.303C338.906 339.303 344.767 333.447 344.767 326.223C344.767 318.999 338.906 313.143 331.677 313.143Z' fill='%23FC3457' /%3E%3Cpath d='M329.914 312.839C322.644 312.839 316.75 318.728 316.75 325.993C316.75 333.258 322.644 339.147 329.914 339.147C337.184 339.147 343.078 333.258 343.078 325.993C343.078 318.728 337.184 312.839 329.914 312.839Z' fill='%23FC3557' /%3E%3Cpath d='M328.15 312.535C320.84 312.535 314.914 318.456 314.914 325.761C314.914 333.065 320.84 338.987 328.15 338.987C335.46 338.987 341.386 333.065 341.386 325.761C341.386 318.456 335.46 312.535 328.15 312.535Z' fill='%23FC3656' /%3E%3Cpath d='M326.382 312.227C319.031 312.227 313.072 318.182 313.072 325.528C313.072 332.873 319.031 338.828 326.382 338.828C333.733 338.828 339.692 332.873 339.692 325.528C339.692 318.182 333.733 312.227 326.382 312.227Z' fill='%23FC3756' /%3E%3Cpath d='M324.618 311.926C317.227 311.926 311.236 317.913 311.236 325.298C311.236 332.684 317.227 338.671 324.618 338.671C332.009 338.671 338 332.684 338 325.298C338 317.913 332.009 311.926 324.618 311.926Z' fill='%23FC3855' /%3E%3Cpath d='M322.852 311.622C315.421 311.622 309.397 317.641 309.397 325.066C309.397 332.491 315.421 338.51 322.852 338.51C330.282 338.51 336.306 332.491 336.306 325.066C336.306 317.641 330.282 311.622 322.852 311.622Z' fill='%23FC3955' /%3E%3Cpath d='M321.086 311.317C313.614 311.317 307.557 317.369 307.557 324.835C307.557 332.301 313.614 338.354 321.086 338.354C328.557 338.354 334.614 332.301 334.614 324.835C334.614 317.369 328.557 311.317 321.086 311.317Z' fill='%23FC3A55' /%3E%3Cpath d='M319.322 311.013C311.81 311.013 305.721 317.097 305.721 324.603C305.721 332.109 311.81 338.193 319.322 338.193C326.833 338.193 332.922 332.109 332.922 324.603C332.922 317.097 326.833 311.013 319.322 311.013Z' fill='%23FC3B54' /%3E%3Cpath d='M317.555 310.709C310.004 310.709 303.883 316.825 303.883 324.371C303.883 331.916 310.004 338.033 317.555 338.033C325.106 338.033 331.228 331.916 331.228 324.371C331.228 316.825 325.106 310.709 317.555 310.709Z' fill='%23FC3C54' /%3E%3Cpath d='M315.79 310.404C308.198 310.404 302.044 316.554 302.044 324.141C302.044 331.727 308.198 337.877 315.79 337.877C323.383 337.877 329.537 331.727 329.537 324.141C329.537 316.554 323.383 310.404 315.79 310.404Z' fill='%23FC3D53' /%3E%3Cpath d='M314.026 310.1C306.394 310.1 300.208 316.282 300.208 323.908C300.208 331.535 306.394 337.717 314.026 337.717C321.658 337.717 327.845 331.535 327.845 323.908C327.845 316.282 321.658 310.1 314.026 310.1Z' fill='%23FC3E53' /%3E%3Cpath d='M312.261 309.798C304.589 309.798 298.37 316.012 298.37 323.678C298.37 331.344 304.589 337.558 312.261 337.558C319.932 337.558 326.151 331.344 326.151 323.678C326.151 316.012 319.932 309.798 312.261 309.798Z' fill='%23FC3F53' /%3E%3Cpath d='M310.494 309.491C302.782 309.491 296.529 315.739 296.529 323.446C296.529 331.153 302.782 337.4 310.494 337.4C318.207 337.4 324.459 331.153 324.459 323.446C324.459 315.739 318.207 309.491 310.494 309.491Z' fill='%23FC4052' /%3E%3Cpath d='M308.729 309.187C300.977 309.187 294.692 315.467 294.692 323.214C294.692 330.96 300.977 337.24 308.729 337.24C316.481 337.24 322.766 330.96 322.766 323.214C322.766 315.467 316.481 309.187 308.729 309.187Z' fill='%23FC4152' /%3E%3Cpath d='M306.965 308.883C299.172 308.883 292.854 315.196 292.854 322.983C292.854 330.771 299.172 337.084 306.965 337.084C314.758 337.084 321.076 330.771 321.076 322.983C321.076 315.196 314.758 308.883 306.965 308.883Z' fill='%23FC4251' /%3E%3Cpath d='M305.2 308.579C297.367 308.579 291.017 314.924 291.017 322.751C291.017 330.578 297.367 336.924 305.2 336.924C313.033 336.924 319.383 330.578 319.383 322.751C319.383 314.924 313.033 308.579 305.2 308.579Z' fill='%23FC4351' /%3E%3Cpath d='M303.434 308.277C295.562 308.277 289.179 314.654 289.179 322.521C289.179 330.388 295.562 336.765 303.434 336.765C311.307 336.765 317.689 330.388 317.689 322.521C317.689 314.654 311.307 308.277 303.434 308.277Z' fill='%23FC4450' /%3E%3Cpath d='M301.667 307.97C293.753 307.97 287.337 314.381 287.337 322.289C287.337 330.197 293.753 336.607 301.667 336.607C309.581 336.607 315.996 330.197 315.996 322.289C315.996 314.381 309.581 307.97 301.667 307.97Z' fill='%23FC4550' /%3E%3Cpath d='M299.901 307.666C291.948 307.666 285.5 314.109 285.5 322.056C285.5 330.004 291.948 336.447 299.901 336.447C307.855 336.447 314.303 330.004 314.303 322.056C314.303 314.109 307.855 307.666 299.901 307.666Z' fill='%23FC4650' /%3E%3Cpath d='M298.137 307.364C290.144 307.364 283.664 313.839 283.664 321.826C283.664 329.814 290.144 336.289 298.137 336.289C306.13 336.289 312.61 329.814 312.61 321.826C312.61 313.839 306.13 307.364 298.137 307.364Z' fill='%23FC474F' /%3E%3Cpath d='M296.372 307.057C288.338 307.057 281.825 313.565 281.825 321.594C281.825 329.622 288.338 336.13 296.372 336.13C304.407 336.13 310.92 329.622 310.92 321.594C310.92 313.565 304.407 307.057 296.372 307.057Z' fill='%23FC484F' /%3E%3Cpath d='M294.606 306.753C286.532 306.753 279.987 313.294 279.987 321.362C279.987 329.43 286.532 335.97 294.606 335.97C302.68 335.97 309.226 329.43 309.226 321.362C309.226 313.294 302.68 306.753 294.606 306.753Z' fill='%23FC494E' /%3E%3Cpath d='M292.84 306.451C284.726 306.451 278.148 313.024 278.148 321.132C278.148 329.239 284.726 335.812 292.84 335.812C300.954 335.812 307.531 329.239 307.531 321.132C307.531 313.024 300.954 306.451 292.84 306.451Z' fill='%23FC4A4E' /%3E%3Cpath d='M291.076 306.145C282.921 306.145 276.31 312.751 276.31 320.899C276.31 329.048 282.921 335.654 291.076 335.654C299.231 335.654 305.842 329.048 305.842 320.899C305.842 312.751 299.231 306.145 291.076 306.145Z' fill='%23FC4B4E' /%3E%3Cpath d='M289.311 305.842C281.116 305.842 274.473 312.48 274.473 320.669C274.473 328.857 281.116 335.495 289.311 335.495C297.505 335.495 304.148 328.857 304.148 320.669C304.148 312.48 297.505 305.842 289.311 305.842Z' fill='%23FC4C4D' /%3E%3Cpath d='M287.546 305.538C279.312 305.538 272.637 312.209 272.637 320.437C272.637 328.665 279.312 335.335 287.546 335.335C295.781 335.335 302.456 328.665 302.456 320.437C302.456 312.209 295.781 305.538 287.546 305.538Z' fill='%23FC4D4D' /%3E%3Cpath d='M285.782 305.231C277.506 305.231 270.798 311.935 270.798 320.204C270.798 328.473 277.506 335.177 285.782 335.177C294.057 335.177 300.766 328.473 300.766 320.204C300.766 311.935 294.057 305.231 285.782 305.231Z' fill='%23FC4E4C' /%3E%3Cpath d='M284.014 304.929C275.699 304.929 268.959 311.665 268.959 319.974C268.959 328.283 275.699 335.019 284.014 335.019C292.33 335.019 299.07 328.283 299.07 319.974C299.07 311.665 292.33 304.929 284.014 304.929Z' fill='%23FC4F4C' /%3E%3Cpath d='M282.251 304.623C273.895 304.623 267.121 311.392 267.12 319.742C267.12 328.092 273.895 334.861 282.251 334.861C290.607 334.861 297.381 328.092 297.381 319.742C297.381 311.392 290.607 304.623 282.251 304.623Z' fill='%23FC504C' /%3E%3Cpath d='M280.485 304.321C272.089 304.321 265.283 311.122 265.283 319.512C265.283 327.901 272.089 334.703 280.485 334.703C288.881 334.703 295.688 327.901 295.688 319.512C295.688 311.122 288.881 304.321 280.485 304.321Z' fill='%23FC514B' /%3E%3Cpath d='M278.719 304.017C270.283 304.017 263.445 310.85 263.445 319.279C263.445 327.709 270.283 334.542 278.719 334.542C287.155 334.542 293.993 327.709 293.993 319.279C293.993 310.85 287.155 304.017 278.719 304.017Z' fill='%23FC524B' /%3E%3Cpath d='M276.955 303.71C268.479 303.71 261.607 310.576 261.607 319.047C261.607 327.517 268.479 334.384 276.955 334.384C285.432 334.384 292.304 327.517 292.304 319.047C292.304 310.576 285.432 303.71 276.955 303.71Z' fill='%23FC534A' /%3E%3Cpath d='M275.187 303.408C266.671 303.408 259.767 310.307 259.767 318.817C259.767 327.327 266.671 334.226 275.187 334.226C283.704 334.226 290.607 327.327 290.607 318.817C290.607 310.307 283.704 303.408 275.187 303.408Z' fill='%23FC544A' /%3E%3Cpath d='M273.423 303.104C264.867 303.104 257.931 310.035 257.931 318.584C257.931 327.134 264.867 334.065 273.423 334.065C281.979 334.065 288.915 327.134 288.915 318.584C288.915 310.035 281.979 303.104 273.423 303.104Z' fill='%23FC5549' /%3E%3Cpath d='M271.657 302.799C263.06 302.799 256.09 309.763 256.09 318.354C256.09 326.945 263.06 333.909 271.657 333.909C280.254 333.909 287.224 326.945 287.224 318.354C287.224 309.763 280.254 302.799 271.657 302.799Z' fill='%23FC5649' /%3E%3Cpath d='M269.894 302.495C261.257 302.495 254.255 309.491 254.255 318.122C254.255 326.752 261.257 333.749 269.894 333.749C278.531 333.749 285.532 326.752 285.532 318.122C285.532 309.491 278.531 302.495 269.894 302.495Z' fill='%23FC5749' /%3E%3Cpath d='M268.128 302.191C259.452 302.191 252.418 309.219 252.418 317.89C252.418 326.56 259.452 333.588 268.128 333.588C276.805 333.588 283.839 326.56 283.839 317.89C283.839 309.219 276.805 302.191 268.128 302.191Z' fill='%23FC5848' /%3E%3Cpath d='M266.362 301.887C257.644 301.887 250.577 308.949 250.577 317.66C250.577 326.371 257.644 333.433 266.362 333.433C275.079 333.433 282.146 326.371 282.146 317.66C282.146 308.949 275.079 301.887 266.362 301.887Z' fill='%23FC5948' /%3E%3Cpath d='M264.596 301.583C255.839 301.583 248.74 308.677 248.74 317.428C248.74 326.178 255.839 333.272 264.596 333.272C273.354 333.272 280.453 326.178 280.453 317.428C280.453 308.677 273.354 301.583 264.596 301.583Z' fill='%23FC5A47' /%3E%3Cpath d='M262.832 301.278C254.033 301.278 246.901 308.405 246.901 317.197C246.901 325.989 254.033 333.116 262.832 333.116C271.63 333.116 278.763 325.989 278.763 317.197C278.763 308.405 271.63 301.278 262.832 301.278Z' fill='%23FD5B47' /%3E%3Cpath d='M261.066 300.974C252.228 300.974 245.063 308.133 245.063 316.965C245.063 325.797 252.228 332.956 261.066 332.956C269.905 332.956 277.069 325.797 277.069 316.965C277.069 308.133 269.905 300.974 261.066 300.974Z' fill='%23FD5C47' /%3E%3Cpath d='M259.302 300.669C250.424 300.669 243.227 307.861 243.227 316.732C243.227 325.604 250.424 332.795 259.302 332.795C268.18 332.795 275.377 325.604 275.377 316.732C275.377 307.861 268.18 300.669 259.302 300.669Z' fill='%23FD5D46' /%3E%3Cpath d='M257.536 300.365C248.617 300.365 241.387 307.59 241.387 316.502C241.387 325.415 248.617 332.639 257.536 332.639C266.455 332.639 273.686 325.415 273.686 316.502C273.686 307.59 266.455 300.365 257.536 300.365Z' fill='%23FD5E46' /%3E%3Cpath d='M255.77 300.061C246.811 300.061 239.549 307.318 239.549 316.27C239.549 325.222 246.811 332.479 255.77 332.479C264.729 332.479 271.991 325.222 271.991 316.27C271.991 307.318 264.729 300.061 255.77 300.061Z' fill='%23FD5F45' /%3E%3Cpath d='M254.007 299.759C245.008 299.759 237.714 307.048 237.714 316.04C237.714 325.032 245.008 332.321 254.007 332.321C263.005 332.321 270.3 325.032 270.3 316.04C270.3 307.048 263.005 299.759 254.007 299.759Z' fill='%23FD6045' /%3E%3Cpath d='M252.241 299.452C243.201 299.452 235.873 306.775 235.873 315.808C235.873 324.84 243.201 332.163 252.241 332.163C261.28 332.163 268.608 324.84 268.608 315.808C268.608 306.775 261.28 299.452 252.241 299.452Z' fill='%23FD6145' /%3E%3Cpath d='M250.476 299.148C241.396 299.148 234.036 306.503 234.036 315.575C234.036 324.648 241.396 332.002 250.476 332.002C259.555 332.002 266.915 324.648 266.915 315.575C266.915 306.503 259.555 299.148 250.476 299.148Z' fill='%23FD6244' /%3E%3Cpath d='M248.708 298.846C239.589 298.846 232.197 306.233 232.197 315.345C232.197 324.457 239.589 331.844 248.708 331.844C257.827 331.844 265.22 324.457 265.22 315.345C265.22 306.233 257.827 298.846 248.708 298.846Z' fill='%23FD6344' /%3E%3Cpath d='M246.946 298.539C237.786 298.539 230.36 305.96 230.36 315.113C230.36 324.266 237.786 331.686 246.946 331.686C256.106 331.686 263.531 324.266 263.531 315.113C263.531 305.96 256.106 298.539 246.946 298.539Z' fill='%23FD6443' /%3E%3Cpath d='M245.18 298.235C235.981 298.235 228.523 305.687 228.523 314.88C228.523 324.073 235.981 331.525 245.18 331.525C254.38 331.525 261.838 324.073 261.838 314.88C261.838 305.687 254.38 298.235 245.18 298.235Z' fill='%23FD6543' /%3E%3Cpath d='M243.415 297.931C234.174 297.931 226.683 305.416 226.683 314.65C226.683 323.884 234.174 331.37 243.415 331.37C252.655 331.37 260.146 323.884 260.146 314.65C260.146 305.416 252.655 297.931 243.415 297.931Z' fill='%23FD6642' /%3E%3Cpath d='M241.65 297.627C232.37 297.627 224.846 305.144 224.846 314.418C224.846 323.691 232.37 331.209 241.65 331.209C250.931 331.209 258.454 323.691 258.454 314.418C258.454 305.144 250.931 297.627 241.65 297.627Z' fill='%23FD6742' /%3E%3Cpath d='M239.883 297.325C230.563 297.325 223.007 304.874 223.007 314.188C223.007 323.501 230.563 331.051 239.883 331.051C249.203 331.051 256.759 323.501 256.759 314.188C256.759 304.874 249.203 297.325 239.883 297.325Z' fill='%23FD6842' /%3E%3Cpath d='M238.117 297.018C228.756 297.018 221.167 304.601 221.167 313.955C221.167 323.31 228.756 330.893 238.117 330.893C247.479 330.893 255.067 323.31 255.067 313.955C255.067 304.601 247.479 297.018 238.117 297.018Z' fill='%23FD6941' /%3E%3Cpath d='M236.352 296.713C226.951 296.713 219.33 304.329 219.33 313.723C219.33 323.117 226.951 330.732 236.352 330.732C245.753 330.732 253.374 323.117 253.374 313.723C253.374 304.329 245.753 296.713 236.352 296.713Z' fill='%23FD6A41' /%3E%3Cpath d='M234.588 296.411C225.147 296.411 217.494 304.059 217.494 313.493C217.494 322.926 225.147 330.574 234.588 330.574C244.028 330.574 251.682 322.926 251.682 313.493C251.682 304.059 244.028 296.411 234.588 296.411Z' fill='%23FD6B40' /%3E%3Cpath d='M232.823 296.105C223.341 296.105 215.655 303.786 215.655 313.26C215.655 322.735 223.341 330.416 232.823 330.416C242.305 330.416 249.991 322.735 249.991 313.26C249.991 303.786 242.305 296.105 232.823 296.105Z' fill='%23FD6C40' /%3E%3Cpath d='M231.057 295.803C221.535 295.803 213.816 303.516 213.816 313.031C213.816 322.545 221.535 330.258 231.057 330.258C240.578 330.258 248.297 322.545 248.297 313.031C248.297 303.516 240.578 295.803 231.057 295.803Z' fill='%23FD6D40' /%3E%3Cpath d='M229.291 295.499C219.73 295.499 211.979 303.244 211.979 312.798C211.979 322.352 219.73 330.097 229.291 330.097C238.853 330.097 246.604 322.352 246.604 312.798C246.604 303.244 238.853 295.499 229.291 295.499Z' fill='%23FD6E3F' /%3E%3Cpath d='M227.527 295.192C217.924 295.192 210.14 302.97 210.14 312.566C210.14 322.161 217.924 329.939 227.527 329.939C237.129 329.939 244.913 322.161 244.913 312.566C244.913 302.97 237.129 295.192 227.527 295.192Z' fill='%23FD6F3F' /%3E%3Cpath d='M225.762 294.89C216.12 294.89 208.304 302.7 208.304 312.335C208.304 321.97 216.12 329.781 225.762 329.781C235.404 329.781 243.221 321.97 243.221 312.335C243.221 302.7 235.404 294.89 225.762 294.89Z' fill='%23FD703E' /%3E%3Cpath d='M223.997 294.584C214.314 294.584 206.465 302.427 206.465 312.103C206.465 321.779 214.314 329.623 223.997 329.623C233.681 329.623 241.53 321.779 241.53 312.103C241.53 302.427 233.681 294.584 223.997 294.584Z' fill='%23FD713E' /%3E%3Cpath d='M222.231 294.281C212.508 294.281 204.626 302.157 204.626 311.873C204.626 321.589 212.508 329.465 222.231 329.465C231.954 329.465 239.836 321.589 239.836 311.873C239.836 302.157 231.954 294.281 222.231 294.281Z' fill='%23FD723E' /%3E%3Cpath d='M220.465 293.977C210.702 293.977 202.788 301.885 202.788 311.641C202.788 321.396 210.702 329.304 220.465 329.304C230.227 329.304 238.142 321.396 238.142 311.641C238.142 301.885 230.227 293.977 220.465 293.977Z' fill='%23FD733D' /%3E%3Cpath d='M218.7 293.671C208.897 293.671 200.949 301.612 200.949 311.408C200.949 321.205 208.897 329.146 218.7 329.146C228.504 329.146 236.451 321.205 236.451 311.408C236.451 301.612 228.504 293.671 218.7 293.671Z' fill='%23FD743D' /%3E%3Cpath d='M216.935 293.369C207.092 293.369 199.112 301.342 199.112 311.178C199.112 321.014 207.092 328.988 216.935 328.988C226.778 328.988 234.758 321.014 234.758 311.178C234.758 301.342 226.778 293.369 216.935 293.369Z' fill='%23FD753C' /%3E%3Cpath d='M215.169 293.064C205.286 293.064 197.274 301.07 197.274 310.946C197.274 320.822 205.286 328.827 215.169 328.827C225.052 328.827 233.063 320.822 233.063 310.946C233.063 301.07 225.052 293.064 215.169 293.064Z' fill='%23FD763C' /%3E%3Cpath d='M213.403 292.76C203.479 292.76 195.434 300.799 195.434 310.716C195.434 320.633 203.479 328.672 213.403 328.672C223.327 328.672 231.372 320.633 231.372 310.716C231.372 300.799 223.327 292.76 213.403 292.76Z' fill='%23FD773B' /%3E%3Cpath d='M211.638 292.456C201.674 292.456 193.596 300.527 193.596 310.484C193.596 320.44 201.674 328.511 211.638 328.511C221.601 328.511 229.679 320.44 229.679 310.484C229.679 300.527 221.601 292.456 211.638 292.456Z' fill='%23FD783B' /%3E%3Cpath d='M209.873 292.151C199.87 292.151 191.76 300.255 191.76 310.251C191.76 320.247 199.87 328.351 209.873 328.351C219.877 328.351 227.986 320.247 227.986 310.251C227.986 300.255 219.877 292.151 209.873 292.151Z' fill='%23FD793B' /%3E%3Cpath d='M208.109 291.847C198.064 291.847 189.921 299.984 189.921 310.021C189.921 320.058 198.064 328.195 208.109 328.195C218.153 328.195 226.296 320.058 226.296 310.021C226.296 299.984 218.153 291.847 208.109 291.847Z' fill='%23FD7A3A' /%3E%3Cpath d='M206.343 291.543C196.259 291.543 188.084 299.712 188.084 309.789C188.084 319.866 196.259 328.034 206.343 328.034C216.428 328.034 224.603 319.866 224.603 309.789C224.603 299.712 216.428 291.543 206.343 291.543Z' fill='%23FD7B3A' /%3E%3Cpath d='M204.577 291.239C194.452 291.239 186.244 299.441 186.244 309.559C186.244 319.677 194.452 327.879 204.577 327.879C214.703 327.879 222.911 319.677 222.911 309.559C222.911 299.441 214.703 291.239 204.577 291.239Z' fill='%23FD7C39' /%3E%3Cpath d='M202.812 290.934C192.647 290.934 184.407 299.168 184.407 309.326C184.407 319.483 192.647 327.718 202.812 327.718C212.977 327.718 221.218 319.483 221.218 309.326C221.218 299.168 212.977 290.934 202.812 290.934Z' fill='%23FD7D39' /%3E%3Cpath d='M201.048 290.63C190.843 290.63 182.57 298.896 182.57 309.093C182.57 319.291 190.843 327.557 201.048 327.557C211.253 327.557 219.525 319.291 219.525 309.093C219.525 298.896 211.253 290.63 201.048 290.63Z' fill='%23FD7E39' /%3E%3Cpath d='M199.283 290.325C189.037 290.325 180.731 298.625 180.731 308.864C180.731 319.102 189.037 327.402 199.283 327.402C209.529 327.402 217.835 319.102 217.835 308.864C217.835 298.625 209.529 290.325 199.283 290.325Z' fill='%23FD7F38' /%3E%3Cpath d='M197.514 290.022C187.228 290.022 178.89 298.354 178.89 308.632C178.89 318.91 187.228 327.241 197.514 327.241C207.8 327.241 216.138 318.91 216.138 308.632C216.138 298.354 207.8 290.022 197.514 290.022Z' fill='%23FD8038' /%3E%3Cpath d='M195.751 289.717C185.425 289.717 177.055 298.081 177.055 308.399C177.055 318.716 185.425 327.081 195.751 327.081C206.076 327.081 214.446 318.716 214.446 308.399C214.446 298.081 206.076 289.717 195.751 289.717Z' fill='%23FD8137' /%3E%3Cpath d='M193.987 289.413C183.62 289.413 175.217 297.81 175.217 308.169C175.217 318.528 183.62 326.925 193.987 326.925C204.353 326.925 212.757 318.528 212.757 308.169C212.757 297.81 204.353 289.413 193.987 289.413Z' fill='%23FD8237' /%3E%3Cpath d='M192.222 289.108C181.816 289.108 173.38 297.538 173.38 307.936C173.38 318.335 181.816 326.764 192.222 326.764C202.629 326.764 211.064 318.335 211.064 307.936C211.064 297.538 202.629 289.108 192.222 289.108Z' fill='%23FD8337' /%3E%3Cpath d='M190.456 288.807C180.01 288.807 171.542 297.269 171.542 307.707C171.542 318.145 180.01 326.607 190.456 326.607C200.902 326.607 209.37 318.145 209.37 307.707C209.37 297.269 200.902 288.807 190.456 288.807Z' fill='%23FD8436' /%3E%3Cpath d='M188.689 288.5C178.202 288.5 169.7 296.995 169.7 307.474C169.7 317.953 178.202 326.448 188.689 326.448C199.175 326.448 207.677 317.953 207.677 307.474C207.677 296.995 199.175 288.5 188.689 288.5Z' fill='%23FD8536' /%3E%3Cpath d='M186.924 288.196C176.398 288.196 167.864 296.723 167.864 307.242C167.864 317.761 176.398 326.288 186.924 326.288C197.451 326.288 205.984 317.761 205.984 307.242C205.984 296.723 197.451 288.196 186.924 288.196Z' fill='%23FD8635' /%3E%3Cpath d='M185.159 287.894C174.593 287.894 166.027 296.453 166.027 307.011C166.027 317.57 174.593 326.129 185.159 326.129C195.725 326.129 204.291 317.57 204.291 307.011C204.291 296.453 195.725 287.894 185.159 287.894Z' fill='%23FD8735' /%3E%3Cpath d='M183.396 287.587C172.789 287.587 164.19 296.179 164.19 306.779C164.19 317.379 172.789 325.971 183.396 325.971C194.004 325.971 202.603 317.379 202.603 306.779C202.603 296.179 194.004 287.587 183.396 287.587Z' fill='%23FD8835' /%3E%3Cpath d='M181.63 287.285C170.983 287.285 162.351 295.91 162.351 306.549C162.351 317.189 170.983 325.813 181.63 325.813C192.277 325.813 200.908 317.189 200.908 306.549C200.908 295.91 192.277 287.285 181.63 287.285Z' fill='%23FD8934' /%3E%3Cpath d='M179.863 286.979C169.175 286.979 160.51 295.637 160.51 306.317C160.51 316.997 169.175 325.655 179.863 325.655C190.551 325.655 199.216 316.997 199.216 306.317C199.216 295.637 190.551 286.979 179.863 286.979Z' fill='%23FD8A34' /%3E%3Cpath d='M178.098 286.674C167.37 286.674 158.673 295.365 158.673 306.085C158.673 316.805 167.37 325.495 178.098 325.495C188.826 325.495 197.522 316.805 197.522 306.085C197.522 295.365 188.826 286.674 178.098 286.674Z' fill='%23FD8B33' /%3E%3Cpath d='M176.333 286.372C165.566 286.372 156.837 295.095 156.837 305.854C156.837 316.614 165.566 325.336 176.333 325.336C187.101 325.336 195.83 316.614 195.83 305.854C195.83 295.095 187.101 286.372 176.333 286.372Z' fill='%23FD8C33' /%3E%3Cpath d='M174.569 286.066C163.76 286.066 154.998 294.821 154.998 305.622C154.998 316.423 163.76 325.178 174.569 325.178C185.377 325.178 194.14 316.423 194.14 305.622C194.14 294.821 185.377 286.066 174.569 286.066Z' fill='%23FD8D32' /%3E%3Cpath d='M172.804 285.764C161.956 285.764 153.162 294.551 153.162 305.392C153.162 316.232 161.956 325.02 172.804 325.02C183.653 325.02 192.447 316.232 192.447 305.392C192.447 294.551 183.653 285.764 172.804 285.764Z' fill='%23FD8E32' /%3E%3Cpath d='M171.037 285.459C160.149 285.459 151.322 294.279 151.322 305.159C151.322 316.04 160.149 324.86 171.037 324.86C181.925 324.86 190.752 316.04 190.752 305.159C190.752 294.279 181.925 285.459 171.037 285.459Z' fill='%23FD8F32' /%3E%3Cpath d='M169.272 285.153C158.343 285.153 149.483 294.006 149.483 304.927C149.483 315.848 158.343 324.702 169.272 324.702C180.202 324.702 189.062 315.848 189.062 304.927C189.062 294.006 180.202 285.153 169.272 285.153Z' fill='%23FD9031' /%3E%3Cpath d='M167.506 284.851C156.537 284.851 147.645 293.736 147.645 304.697C147.645 315.658 156.537 324.543 167.506 324.543C178.475 324.543 187.367 315.658 187.367 304.697C187.367 293.736 178.475 284.851 167.506 284.851Z' fill='%23FD9131' /%3E%3Cpath d='M165.742 284.546C154.733 284.546 145.809 293.464 145.809 304.464C145.809 315.465 154.733 324.383 165.742 324.383C176.75 324.383 185.675 315.465 185.675 304.464C185.675 293.464 176.751 284.546 165.742 284.546Z' fill='%23FD9230' /%3E%3Cpath d='M163.977 284.242C152.927 284.242 143.97 293.193 143.97 304.234C143.97 315.276 152.927 324.227 163.977 324.227C175.027 324.227 183.984 315.276 183.984 304.234C183.984 293.193 175.027 284.242 163.977 284.242Z' fill='%23FD9330' /%3E%3Cpath d='M162.21 283.938C151.12 283.938 142.131 292.921 142.131 304.002C142.131 315.083 151.12 324.066 162.21 324.066C173.299 324.066 182.289 315.083 182.289 304.002C182.289 292.921 173.299 283.938 162.21 283.938Z' fill='%23FD9430' /%3E%3Cpath d='M160.447 283.632C149.316 283.632 140.293 292.648 140.293 303.77C140.293 314.893 149.316 323.909 160.447 323.909C171.578 323.909 180.601 314.893 180.601 303.77C180.601 292.648 171.578 283.632 160.447 283.632Z' fill='%23FD952F' /%3E%3Cpath d='M158.681 283.329C147.51 283.329 138.455 292.378 138.455 303.54C138.455 314.702 147.51 323.75 158.681 323.75C169.851 323.75 178.906 314.702 178.906 303.54C178.906 292.378 169.851 283.329 158.681 283.329Z' fill='%23FD962F' /%3E%3Cpath d='M156.915 283.025C145.705 283.025 136.618 292.106 136.618 303.307C136.618 314.509 145.705 323.59 156.915 323.59C168.125 323.59 177.213 314.509 177.213 303.307C177.213 292.106 168.125 283.025 156.915 283.025Z' fill='%23FD972E' /%3E%3Cpath d='M155.15 282.721C143.899 282.721 134.778 291.835 134.778 303.078C134.778 314.32 143.899 323.434 155.15 323.434C166.401 323.434 175.521 314.32 175.521 303.078C175.521 291.835 166.401 282.721 155.15 282.721Z' fill='%23FD982E' /%3E%3Cpath d='M153.383 282.416C142.093 282.416 132.94 291.563 132.94 302.845C132.94 314.127 142.093 323.273 153.383 323.273C164.674 323.273 173.827 314.127 173.827 302.845C173.827 291.563 164.674 282.416 153.383 282.416Z' fill='%23FD992E' /%3E%3Cpath d='M151.619 282.112C140.289 282.112 131.103 291.29 131.103 302.612C131.103 313.934 140.289 323.113 151.619 323.113C162.95 323.113 172.135 313.934 172.135 302.612C172.135 291.29 162.95 282.112 151.619 282.112Z' fill='%23FD9A2D' /%3E%3Cpath d='M149.854 281.808C138.483 281.808 129.264 291.02 129.264 302.383C129.264 313.746 138.483 322.957 149.854 322.957C161.226 322.957 170.444 313.746 170.444 302.383C170.444 291.02 161.226 281.808 149.854 281.808Z' fill='%23FD9B2D' /%3E%3Cpath d='M148.09 281.503C136.679 281.503 127.428 290.747 127.428 302.15C127.428 313.553 136.679 322.796 148.09 322.796C159.501 322.796 168.752 313.553 168.752 302.15C168.752 290.747 159.501 281.503 148.09 281.503Z' fill='%23FD9C2C' /%3E%3Cpath d='M146.326 281.199C134.875 281.199 125.592 290.475 125.592 301.918C125.592 313.36 134.875 322.636 146.326 322.636C157.777 322.636 167.06 313.36 167.06 301.918C167.06 290.475 157.777 281.199 146.326 281.199Z' fill='%23FD9D2C' /%3E%3Cpath d='M144.558 280.895C133.066 280.895 123.75 290.204 123.75 301.687C123.75 313.171 133.066 322.48 144.558 322.48C156.05 322.48 165.366 313.171 165.366 301.687C165.366 290.204 156.05 280.895 144.558 280.895Z' fill='%23FD9E2B' /%3E%3Cpath d='M142.794 280.591C131.262 280.591 121.914 289.932 121.914 301.455C121.914 312.978 131.262 322.32 142.794 322.32C154.325 322.32 163.674 312.978 163.674 301.455C163.674 289.932 154.325 280.591 142.794 280.591Z' fill='%23FD9F2B' /%3E%3Cpath d='M141.028 280.287C129.455 280.287 120.074 289.661 120.074 301.225C120.074 312.79 129.455 322.164 141.028 322.164C152.601 322.164 161.982 312.79 161.982 301.225C161.982 289.661 152.601 280.287 141.028 280.287Z' fill='%23FDA02B' /%3E%3Cpath d='M139.263 279.982C127.65 279.982 118.236 289.389 118.236 300.993C118.236 312.597 127.65 322.003 139.263 322.003C150.875 322.003 160.289 312.597 160.289 300.993C160.289 289.389 150.875 279.982 139.263 279.982Z' fill='%23FDA12A' /%3E%3Cpath d='M137.499 279.678C125.847 279.678 116.401 289.117 116.401 300.76C116.401 312.404 125.847 321.843 137.499 321.843C149.152 321.843 158.598 312.404 158.598 300.76C158.598 289.117 149.152 279.678 137.499 279.678Z' fill='%23FDA22A' /%3E%3Cpath d='M135.731 279.373C124.037 279.373 114.558 288.846 114.558 300.53C114.558 312.215 124.037 321.687 135.731 321.687C147.424 321.687 156.903 312.215 156.903 300.53C156.903 288.846 147.424 279.373 135.731 279.373Z' fill='%23FDA329' /%3E%3Cpath d='M133.967 279.069C122.234 279.069 112.723 288.573 112.723 300.298C112.723 312.022 122.234 321.527 133.967 321.527C145.7 321.527 155.212 312.022 155.212 300.298C155.212 288.573 145.7 279.069 133.967 279.069Z' fill='%23FDA429' /%3E%3Cpath d='M134.411 278.48C122.66 278.48 113.135 287.998 113.135 299.74C113.135 311.481 122.66 321 134.411 321C146.161 321 155.687 311.481 155.687 299.74C155.687 287.998 146.161 278.48 134.411 278.48Z' fill='%23FDA329' /%3E%3Cpath d='M134.854 277.89C123.087 277.89 113.549 287.421 113.549 299.179C113.549 310.936 123.087 320.468 134.854 320.468C146.62 320.468 156.158 310.936 156.158 299.179C156.158 287.421 146.62 277.89 134.854 277.89Z' fill='%23FDA22A' /%3E%3Cpath d='M135.297 277.301C123.514 277.301 113.961 286.846 113.961 298.621C113.961 310.395 123.514 319.941 135.297 319.941C147.08 319.941 156.633 310.395 156.633 298.621C156.633 286.846 147.08 277.301 135.297 277.301Z' fill='%23FDA12A' /%3E%3Cpath d='M135.738 276.712C123.939 276.712 114.374 286.27 114.374 298.06C114.374 309.851 123.939 319.409 135.738 319.409C147.537 319.409 157.103 309.851 157.103 298.06C157.103 286.27 147.537 276.712 135.738 276.712Z' fill='%23FDA02B' /%3E%3Cpath d='M136.182 276.12C124.366 276.12 114.787 285.692 114.787 297.5C114.787 309.307 124.366 318.879 136.182 318.879C147.999 318.879 157.578 309.307 157.578 297.5C157.578 285.692 147.999 276.12 136.182 276.12Z' fill='%23FD9F2B' /%3E%3Cpath d='M136.624 275.533C124.792 275.533 115.2 285.118 115.2 296.941C115.2 308.765 124.792 318.35 136.624 318.35C148.457 318.35 158.049 308.765 158.049 296.941C158.049 285.118 148.457 275.533 136.624 275.533Z' fill='%23FD9E2B' /%3E%3Cpath d='M137.069 274.941C125.219 274.941 115.613 284.539 115.613 296.38C115.613 308.221 125.219 317.82 137.069 317.82C148.918 317.82 158.524 308.221 158.524 296.38C158.524 284.539 148.918 274.941 137.069 274.941Z' fill='%23FD9D2C' /%3E%3Cpath d='M137.513 274.352C125.646 274.352 116.026 283.964 116.026 295.822C116.026 307.68 125.646 317.293 137.513 317.293C149.38 317.293 159 307.68 159 295.822C159 283.964 149.38 274.352 137.513 274.352Z' fill='%23FD9C2C' /%3E%3Cpath d='M137.956 273.762C126.073 273.762 116.441 283.388 116.441 295.261C116.441 307.135 126.073 316.761 137.956 316.761C149.839 316.761 159.472 307.135 159.472 295.261C159.472 283.388 149.839 273.762 137.956 273.762Z' fill='%23FD9B2D' /%3E%3Cpath d='M138.398 273.172C126.498 273.172 116.851 282.812 116.851 294.703C116.851 306.594 126.498 316.234 138.398 316.234C150.298 316.234 159.944 306.594 159.944 294.703C159.944 282.812 150.298 273.172 138.398 273.172Z' fill='%23FD9A2D' /%3E%3Cpath d='M138.841 272.583C126.925 272.583 117.265 282.236 117.265 294.142C117.265 306.049 126.925 315.702 138.841 315.702C150.756 315.702 160.416 306.049 160.416 294.142C160.416 282.236 150.756 272.583 138.841 272.583Z' fill='%23FD992E' /%3E%3Cpath d='M139.286 271.992C127.353 271.992 117.679 281.658 117.679 293.582C117.679 305.506 127.353 315.173 139.286 315.173C151.219 315.173 160.893 305.506 160.893 293.582C160.893 281.658 151.219 271.992 139.286 271.992Z' fill='%23FD982E' /%3E%3Cpath d='M139.728 271.402C127.778 271.402 118.091 281.082 118.091 293.024C118.091 304.965 127.778 314.645 139.728 314.645C151.679 314.645 161.366 304.965 161.366 293.024C161.366 281.082 151.679 271.402 139.728 271.402Z' fill='%23FD972E' /%3E%3Cpath d='M140.172 270.813C128.206 270.813 118.506 280.506 118.506 292.463C118.506 304.421 128.206 314.114 140.172 314.114C152.138 314.114 161.839 304.421 161.839 292.463C161.839 280.506 152.138 270.813 140.172 270.813Z' fill='%23FD962F' /%3E%3Cpath d='M140.613 270.223C128.629 270.223 118.915 279.93 118.915 291.905C118.915 303.879 128.629 313.586 140.613 313.586C152.596 313.586 162.311 303.879 162.311 291.905C162.311 279.93 152.596 270.223 140.613 270.223Z' fill='%23FD952F' /%3E%3Cpath d='M141.058 269.633C129.058 269.633 119.331 279.353 119.331 291.344C119.331 303.334 129.058 313.054 141.058 313.054C153.057 313.054 162.784 303.334 162.784 291.344C162.784 279.353 153.057 269.633 141.058 269.633Z' fill='%23FD9430' /%3E%3Cpath d='M141.5 269.044C129.484 269.044 119.742 278.778 119.742 290.786C119.742 302.793 129.484 312.527 141.5 312.527C153.517 312.527 163.258 302.793 163.258 290.786C163.258 278.778 153.517 269.044 141.5 269.044Z' fill='%23FD9330' /%3E%3Cpath d='M141.945 268.455C129.913 268.455 120.158 278.202 120.158 290.225C120.158 302.248 129.913 311.995 141.945 311.995C153.977 311.995 163.731 302.248 163.731 290.225C163.731 278.202 153.977 268.455 141.945 268.455Z' fill='%23FD9230' /%3E%3Cpath d='M142.389 267.863C130.34 267.863 120.572 277.624 120.572 289.664C120.572 301.705 130.34 311.466 142.389 311.466C154.439 311.466 164.207 301.705 164.207 289.664C164.207 277.624 154.439 267.863 142.389 267.863Z' fill='%23FD9131' /%3E%3Cpath d='M142.832 267.274C130.765 267.274 120.983 277.048 120.983 289.106C120.983 301.164 130.765 310.939 142.832 310.939C154.899 310.939 164.681 301.164 164.681 289.106C164.681 277.048 154.899 267.274 142.832 267.274Z' fill='%23FD9031' /%3E%3Cpath d='M143.272 266.684C131.189 266.684 121.394 276.472 121.394 288.545C121.394 300.619 131.189 310.407 143.272 310.407C155.354 310.407 165.149 300.619 165.149 288.545C165.149 276.472 155.354 266.684 143.272 266.684Z' fill='%23FD8F32' /%3E%3Cpath d='M143.715 266.095C131.615 266.095 121.806 275.896 121.806 287.987C121.806 300.078 131.615 309.88 143.715 309.88C155.815 309.88 165.624 300.078 165.624 287.987C165.624 275.896 155.815 266.095 143.715 266.095Z' fill='%23FD8E32' /%3E%3Cpath d='M144.159 265.506C132.043 265.506 122.222 275.32 122.222 287.427C122.222 299.534 132.043 309.348 144.159 309.348C156.275 309.348 166.097 299.534 166.097 287.427C166.097 275.32 156.275 265.506 144.159 265.506Z' fill='%23FD8D32' /%3E%3Cpath d='M144.605 264.916C132.472 264.916 122.636 274.744 122.636 286.868C122.636 298.992 132.472 308.82 144.605 308.82C156.738 308.82 166.573 298.992 166.573 286.868C166.573 274.744 156.738 264.916 144.605 264.916Z' fill='%23FD8C33' /%3E%3Cpath d='M145.048 264.326C132.899 264.326 123.051 274.168 123.051 286.307C123.051 298.447 132.899 308.289 145.048 308.289C157.197 308.289 167.046 298.447 167.046 286.307C167.046 274.168 157.197 264.326 145.048 264.326Z' fill='%23FD8B33' /%3E%3Cpath d='M145.49 263.737C133.324 263.737 123.461 273.593 123.461 285.75C123.461 297.907 133.324 307.762 145.49 307.762C157.656 307.762 167.519 297.907 167.519 285.75C167.519 273.593 157.656 263.737 145.49 263.737Z' fill='%23FD8A34' /%3E%3Cpath d='M145.931 263.145C133.748 263.145 123.872 273.014 123.872 285.189C123.872 297.363 133.748 307.232 145.931 307.232C158.115 307.232 167.991 297.363 167.991 285.189C167.991 273.014 158.115 263.145 145.931 263.145Z' fill='%23FD8934' /%3E%3Cpath d='M146.376 262.556C134.177 262.556 124.288 272.438 124.288 284.628C124.288 296.818 134.177 306.7 146.376 306.7C158.575 306.7 168.465 296.818 168.465 284.628C168.465 272.438 158.575 262.556 146.376 262.556Z' fill='%23FD8835' /%3E%3Cpath d='M146.819 261.966C134.602 261.966 124.699 271.862 124.699 284.07C124.699 296.277 134.602 306.173 146.819 306.173C159.035 306.173 168.938 296.277 168.938 284.07C168.938 271.862 159.035 261.966 146.819 261.966Z' fill='%23FD8735' /%3E%3Cpath d='M147.262 261.377C135.029 261.377 125.113 271.286 125.113 283.51C125.113 295.733 135.029 305.642 147.262 305.642C159.494 305.642 169.41 295.733 169.41 283.51C169.41 271.286 159.494 261.377 147.262 261.377Z' fill='%23FD8635' /%3E%3Cpath d='M147.705 260.788C135.456 260.788 125.525 270.71 125.525 282.951C125.525 295.191 135.456 305.114 147.705 305.114C159.955 305.114 169.885 295.191 169.885 282.951C169.885 270.71 159.955 260.788 147.705 260.788Z' fill='%23FD8536' /%3E%3Cpath d='M148.147 260.195C135.88 260.195 125.936 270.132 125.936 282.39C125.936 294.647 135.88 304.584 148.147 304.584C160.413 304.584 170.357 294.647 170.357 282.39C170.357 270.132 160.413 260.195 148.147 260.195Z' fill='%23FD8436' /%3E%3Cpath d='M148.591 259.609C136.309 259.609 126.352 269.558 126.352 281.832C126.352 294.105 136.309 304.055 148.591 304.055C160.874 304.055 170.831 294.105 170.831 281.832C170.831 269.558 160.874 259.609 148.591 259.609Z' fill='%23FD8337' /%3E%3Cpath d='M149.036 259.017C136.736 259.017 126.765 268.981 126.765 281.271C126.765 293.562 136.736 303.526 149.036 303.526C161.336 303.526 171.307 293.562 171.307 281.271C171.307 268.981 161.336 259.017 149.036 259.017Z' fill='%23FD8237' /%3E%3Cpath d='M149.48 258.427C137.164 258.427 127.18 268.404 127.18 280.71C127.18 293.017 137.164 302.993 149.48 302.993C161.795 302.993 171.779 293.017 171.779 280.71C171.779 268.404 161.795 258.427 149.48 258.427Z' fill='%23FD8137' /%3E%3Cpath d='M149.921 257.838C137.588 257.838 127.59 267.829 127.59 280.152C127.59 292.476 137.588 302.467 149.921 302.467C162.254 302.467 172.252 292.476 172.252 280.152C172.252 267.829 162.254 257.838 149.921 257.838Z' fill='%23FD8038' /%3E%3Cpath d='M150.366 257.248C138.017 257.248 128.006 267.252 128.006 279.591C128.006 291.931 138.017 301.934 150.366 301.934C162.715 301.934 172.726 291.931 172.726 279.591C172.726 267.252 162.715 257.248 150.366 257.248Z' fill='%23FD7F38' /%3E%3Cpath d='M150.807 256.659C138.441 256.659 128.417 266.676 128.417 279.033C128.417 291.39 138.441 301.407 150.807 301.407C163.174 301.407 173.198 291.39 173.198 279.033C173.198 266.676 163.174 256.659 150.807 256.659Z' fill='%23FD7E39' /%3E%3Cpath d='M151.25 256.067C138.867 256.067 128.828 266.098 128.828 278.472C128.828 290.847 138.867 300.878 151.25 300.878C163.633 300.878 173.672 290.847 173.672 278.472C173.672 266.098 163.633 256.067 151.25 256.067Z' fill='%23FD7D39' /%3E%3Cpath d='M151.693 255.48C139.294 255.48 129.242 265.524 129.242 277.914C129.242 290.304 139.294 300.348 151.693 300.348C164.092 300.348 174.144 290.304 174.144 277.914C174.144 265.524 164.092 255.48 151.693 255.48Z' fill='%23FD7C39' /%3E%3Cpath d='M152.137 254.888C139.721 254.888 129.655 264.946 129.655 277.353C129.655 289.761 139.721 299.819 152.137 299.819C164.554 299.819 174.619 289.761 174.619 277.353C174.619 264.946 164.554 254.888 152.137 254.888Z' fill='%23FD7B3A' /%3E%3Cpath d='M152.582 254.299C140.15 254.299 130.071 264.37 130.071 276.793C130.071 289.216 140.15 299.287 152.582 299.287C165.014 299.287 175.093 289.216 175.093 276.793C175.093 264.37 165.014 254.299 152.582 254.299Z' fill='%23FD7A3A' /%3E%3Cpath d='M153.025 253.71C140.575 253.71 130.483 263.795 130.483 276.235C130.483 288.675 140.575 298.76 153.025 298.76C165.474 298.76 175.566 288.675 175.566 276.235C175.566 263.795 165.474 253.71 153.025 253.71Z' fill='%23FD793B' /%3E%3Cpath d='M153.465 253.12C140.999 253.12 130.894 263.218 130.894 275.674C130.894 288.13 140.999 298.228 153.465 298.228C165.93 298.228 176.035 288.13 176.035 275.674C176.035 263.218 165.93 253.12 153.465 253.12Z' fill='%23FD783B' /%3E%3Cpath d='M153.91 252.531C141.427 252.531 131.308 262.642 131.308 275.116C131.308 287.589 141.427 297.701 153.91 297.701C166.393 297.701 176.512 287.589 176.512 275.116C176.512 262.642 166.393 252.531 153.91 252.531Z' fill='%23FD773B' /%3E%3Cpath d='M154.352 251.939C141.853 251.939 131.719 262.065 131.719 274.555C131.719 287.046 141.853 297.171 154.352 297.171C166.852 297.171 176.985 287.046 176.985 274.555C176.985 262.065 166.852 251.939 154.352 251.939Z' fill='%23FD763C' /%3E%3Cpath d='M154.797 251.352C142.282 251.352 132.136 261.491 132.136 273.997C132.136 286.503 142.282 296.642 154.797 296.642C167.313 296.642 177.459 286.503 177.459 273.997C177.459 261.491 167.313 251.352 154.797 251.352Z' fill='%23FD753C' /%3E%3Cpath d='M155.24 250.76C142.707 250.76 132.547 260.912 132.547 273.436C132.547 285.96 142.707 296.112 155.24 296.112C167.773 296.112 177.933 285.96 177.933 273.436C177.933 260.912 167.773 250.76 155.24 250.76Z' fill='%23FD743D' /%3E%3Cpath d='M155.68 250.173C143.131 250.173 132.958 260.338 132.958 272.878C132.958 285.417 143.131 295.582 155.68 295.582C168.229 295.582 178.401 285.417 178.401 272.878C178.401 260.338 168.229 250.173 155.68 250.173Z' fill='%23FD733D' /%3E%3Cpath d='M156.124 249.581C143.558 249.581 133.371 259.761 133.371 272.317C133.371 284.874 143.558 295.053 156.124 295.053C168.69 295.053 178.877 284.874 178.877 272.317C178.877 259.761 168.69 249.581 156.124 249.581Z' fill='%23FD723E' /%3E%3Cpath d='M156.568 248.989C143.984 248.989 133.784 259.182 133.784 271.756C133.784 284.33 143.984 294.523 156.568 294.523C169.151 294.523 179.352 284.33 179.352 271.756C179.352 259.182 169.151 248.989 156.568 248.989Z' fill='%23FD713E' /%3E%3Cpath d='M157.011 248.403C144.412 248.403 134.199 258.609 134.199 271.198C134.199 283.788 144.412 293.994 157.011 293.994C169.611 293.994 179.824 283.788 179.824 271.198C179.824 258.609 169.611 248.403 157.011 248.403Z' fill='%23FD703E' /%3E%3Cpath d='M157.456 247.811C144.84 247.811 134.612 258.031 134.612 270.638C134.612 283.245 144.84 293.465 157.456 293.465C170.072 293.465 180.3 283.245 180.3 270.638C180.3 258.031 170.072 247.811 157.456 247.811Z' fill='%23FD6F3F' /%3E%3Cpath d='M157.901 247.224C145.268 247.224 135.028 257.457 135.028 270.079C135.028 282.702 145.268 292.935 157.901 292.935C170.533 292.935 180.773 282.702 180.773 270.079C180.773 257.457 170.533 247.224 157.901 247.224Z' fill='%23FD6E3F' /%3E%3Cpath d='M158.341 246.632C145.692 246.632 135.437 256.878 135.437 269.518C135.437 282.158 145.692 292.405 158.341 292.405C170.991 292.405 181.245 282.158 181.245 269.518C181.245 256.878 170.991 246.632 158.341 246.632Z' fill='%23FD6D40' /%3E%3Cpath d='M158.783 246.045C146.118 246.045 135.851 256.304 135.851 268.96C135.851 281.616 146.118 291.876 158.783 291.876C171.449 291.876 181.716 281.616 181.716 268.96C181.716 256.304 171.449 246.045 158.783 246.045Z' fill='%23FD6C40' /%3E%3Cpath d='M159.228 245.453C146.545 245.453 136.264 255.727 136.264 268.4C136.264 281.073 146.545 291.346 159.228 291.346C171.91 291.346 182.191 281.073 182.191 268.4C182.191 255.727 171.91 245.453 159.228 245.453Z' fill='%23FD6B40' /%3E%3Cpath d='M159.671 244.861C146.971 244.861 136.676 255.149 136.676 267.839C136.676 280.529 146.971 290.817 159.671 290.817C172.371 290.817 182.666 280.529 182.666 267.839C182.666 255.149 172.371 244.861 159.671 244.861Z' fill='%23FD6A41' /%3E%3Cpath d='M160.114 244.274C147.398 244.274 137.09 254.574 137.09 267.28C137.09 279.987 147.398 290.287 160.114 290.287C172.83 290.287 183.138 279.987 183.138 267.28C183.138 254.574 172.83 244.274 160.114 244.274Z' fill='%23FD6941' /%3E%3Cpath d='M160.558 243.682C147.825 243.682 137.503 253.997 137.503 266.72C137.503 279.443 147.825 289.758 160.558 289.758C173.291 289.758 183.613 279.443 183.613 266.72C183.613 253.997 173.291 243.682 160.558 243.682Z' fill='%23FD6842' /%3E%3Cpath d='M161 243.095C148.251 243.095 137.917 253.423 137.917 266.162C137.917 278.901 148.251 289.229 161 289.229C173.749 289.229 184.084 278.901 184.084 266.162C184.084 253.423 173.749 243.095 161 243.095Z' fill='%23FD6742' /%3E%3Cpath d='M161.445 242.503C148.679 242.503 138.33 252.845 138.33 265.601C138.33 278.358 148.679 288.699 161.445 288.699C174.211 288.699 184.56 278.358 184.56 265.601C184.56 252.845 174.211 242.503 161.445 242.503Z' fill='%23FD6642' /%3E%3Cpath d='M161.888 241.917C149.106 241.917 138.744 252.271 138.744 265.043C138.744 277.816 149.106 288.17 161.888 288.17C174.669 288.17 185.031 277.816 185.031 265.043C185.031 252.271 174.669 241.917 161.888 241.917Z' fill='%23FD6543' /%3E%3Cpath d='M162.332 241.325C149.533 241.325 139.157 251.693 139.157 264.482C139.157 277.272 149.533 287.64 162.332 287.64C175.131 287.64 185.507 277.272 185.507 264.482C185.507 251.693 175.131 241.325 162.332 241.325Z' fill='%23FD6443' /%3E%3Cpath d='M162.774 240.732C149.957 240.732 139.567 251.114 139.567 263.921C139.567 276.728 149.957 287.11 162.773 287.11C175.59 287.11 185.979 276.728 185.979 263.921C185.979 251.114 175.59 240.732 162.774 240.732Z' fill='%23FD6344' /%3E%3Cpath d='M163.215 240.146C150.383 240.146 139.981 250.54 139.981 263.363C139.981 276.186 150.383 286.581 163.215 286.581C176.048 286.581 186.45 276.186 186.45 263.363C186.45 250.54 176.048 240.146 163.215 240.146Z' fill='%23FD6244' /%3E%3Cpath d='M163.66 239.554C150.81 239.554 140.394 249.963 140.394 262.802C140.394 275.642 150.81 286.051 163.66 286.051C176.509 286.051 186.926 275.642 186.926 262.802C186.926 249.963 176.509 239.554 163.66 239.554Z' fill='%23FD6145' /%3E%3Cpath d='M164.104 238.967C151.238 238.967 140.809 249.388 140.809 262.244C140.809 275.1 151.238 285.521 164.104 285.521C176.969 285.521 187.398 275.1 187.398 262.244C187.398 249.388 176.969 238.967 164.104 238.967Z' fill='%23FD6045' /%3E%3Cpath d='M164.545 238.375C151.663 238.375 141.219 248.811 141.219 261.684C141.219 274.557 151.663 284.992 164.545 284.992C177.428 284.992 187.871 274.557 187.871 261.684C187.871 248.811 177.428 238.375 164.545 238.375Z' fill='%23FD5F45' /%3E%3Cpath d='M164.99 237.785C152.09 237.785 141.633 248.235 141.633 261.125C141.633 274.015 152.09 284.465 164.99 284.465C177.889 284.465 188.347 274.015 188.347 261.125C188.347 248.235 177.889 237.785 164.99 237.785Z' fill='%23FD5E46' /%3E%3Cpath d='M165.434 237.196C152.519 237.196 142.049 247.659 142.049 260.565C142.049 273.471 152.519 283.933 165.434 283.933C178.35 283.933 188.82 273.471 188.82 260.565C188.82 247.659 178.35 237.196 165.434 237.196Z' fill='%23FD5D46' /%3E%3Cpath d='M165.874 236.604C152.941 236.604 142.457 247.081 142.457 260.004C142.457 272.927 152.941 283.404 165.874 283.404C178.807 283.404 189.291 272.927 189.291 260.004C189.291 247.081 178.807 236.604 165.874 236.604Z' fill='%23FD5C47' /%3E%3Cpath d='M166.317 236.017C153.368 236.017 142.871 246.507 142.871 259.446C142.871 272.385 153.368 282.874 166.317 282.874C179.266 282.874 189.763 272.385 189.763 259.446C189.763 246.507 179.266 236.017 166.317 236.017Z' fill='%23FD5B47' /%3E%3Cpath d='M166.76 235.426C153.794 235.426 143.283 245.929 143.283 258.885C143.283 271.842 153.794 282.345 166.76 282.345C179.726 282.345 190.237 271.842 190.237 258.885C190.237 245.929 179.726 235.426 166.76 235.426Z' fill='%23FC5A47' /%3E%3Cpath d='M167.204 234.838C154.222 234.838 143.698 245.354 143.698 258.326C143.698 271.299 154.222 281.815 167.204 281.815C180.186 281.815 190.71 271.299 190.71 258.326C190.71 245.354 180.186 234.838 167.204 234.838Z' fill='%23FC5948' /%3E%3Cpath d='M167.649 234.246C154.65 234.246 144.112 244.776 144.112 257.766C144.112 270.755 154.65 281.285 167.649 281.285C180.648 281.285 191.186 270.755 191.186 257.766C191.186 244.776 180.648 234.246 167.649 234.246Z' fill='%23FC5848' /%3E%3Cpath d='M168.091 233.657C155.075 233.657 144.523 244.201 144.523 257.208C144.523 270.214 155.075 280.758 168.091 280.758C181.107 280.758 191.659 270.214 191.659 257.208C191.659 244.201 181.107 233.657 168.091 233.657Z' fill='%23FC5749' /%3E%3Cpath d='M168.534 233.068C155.502 233.068 144.937 243.625 144.937 256.648C144.937 269.67 155.502 280.227 168.534 280.227C181.566 280.227 192.131 269.67 192.131 256.648C192.131 243.625 181.566 233.068 168.534 233.068Z' fill='%23FC5649' /%3E%3Cpath d='M168.978 232.478C155.929 232.478 145.35 243.049 145.35 256.089C145.35 269.128 155.929 279.699 168.978 279.699C182.028 279.699 192.606 269.128 192.606 256.089C192.606 243.049 182.028 232.478 168.978 232.478Z' fill='%23FC5549' /%3E%3Cpath d='M169.421 231.889C156.356 231.889 145.765 242.472 145.765 255.528C145.765 268.584 156.356 279.167 169.421 279.167C182.487 279.167 193.078 268.584 193.078 255.528C193.078 242.472 182.487 231.889 169.421 231.889Z' fill='%23FC544A' /%3E%3Cpath d='M169.864 231.298C156.781 231.298 146.176 241.895 146.176 254.968C146.176 268.041 156.781 278.638 169.864 278.638C182.946 278.638 193.552 268.041 193.552 254.968C193.552 241.895 182.946 231.298 169.864 231.298Z' fill='%23FC534A' /%3E%3Cpath d='M170.309 230.71C157.21 230.71 146.592 241.321 146.592 254.409C146.592 267.498 157.21 278.108 170.309 278.108C183.407 278.108 194.025 267.498 194.025 254.409C194.025 241.321 183.407 230.71 170.309 230.71Z' fill='%23FC524B' /%3E%3Cpath d='M170.748 230.118C157.633 230.118 147 240.743 147 253.848C147 266.954 157.633 277.579 170.748 277.579C183.864 277.579 194.496 266.954 194.496 253.848C194.496 240.743 183.864 230.118 170.748 230.118Z' fill='%23FC514B' /%3E%3Cpath d='M171.194 229.529C158.061 229.529 147.414 240.168 147.414 253.291C147.414 266.414 158.061 277.052 171.194 277.052C184.326 277.052 194.973 266.414 194.973 253.291C194.973 240.168 184.326 229.529 171.194 229.529Z' fill='%23FC504C' /%3E%3Cpath d='M171.636 228.939C158.487 228.939 147.828 239.591 147.828 252.73C147.828 265.869 158.487 276.52 171.635 276.52C184.784 276.52 195.443 265.869 195.443 252.73C195.443 239.591 184.784 228.939 171.636 228.939Z' fill='%23FC4F4C' /%3E%3Cpath d='M172.08 228.35C158.914 228.35 148.241 239.015 148.241 252.171C148.241 265.328 158.914 275.993 172.08 275.993C185.246 275.993 195.919 265.328 195.919 252.171C195.919 239.015 185.246 228.35 172.08 228.35Z' fill='%23FC4E4C' /%3E%3Cpath d='M172.525 227.761C159.343 227.761 148.657 238.439 148.657 251.611C148.657 264.783 159.343 275.461 172.525 275.461C185.707 275.461 196.393 264.783 196.393 251.611C196.393 238.439 185.707 227.761 172.525 227.761Z' fill='%23FC4D4D' /%3E%3Cpath d='M172.966 227.169C159.767 227.169 149.067 237.861 149.067 251.05C149.067 264.239 159.767 274.931 172.966 274.931C186.165 274.931 196.865 264.239 196.865 251.05C196.865 237.861 186.165 227.169 172.966 227.169Z' fill='%23FC4C4D' /%3E%3Cpath d='M173.408 226.579C160.192 226.579 149.478 237.285 149.478 250.492C149.478 263.698 160.191 274.404 173.408 274.404C186.624 274.404 197.338 263.698 197.338 250.492C197.338 237.285 186.624 226.579 173.408 226.579Z' fill='%23FC4B4E' /%3E%3Cpath d='M173.852 225.99C160.619 225.99 149.893 236.709 149.893 249.931C149.893 263.153 160.619 273.872 173.852 273.872C187.084 273.872 197.811 263.153 197.811 249.931C197.811 236.709 187.084 225.99 173.852 225.99Z' fill='%23FC4A4E' /%3E%3Cpath d='M174.295 225.4C161.046 225.4 150.305 236.133 150.305 249.373C150.305 262.612 161.046 273.345 174.295 273.345C187.544 273.345 198.285 262.612 198.285 249.373C198.285 236.133 187.544 225.4 174.295 225.4Z' fill='%23FC494E' /%3E%3Cpath d='M174.74 224.811C161.475 224.811 150.721 235.557 150.721 248.812C150.721 262.068 161.475 272.813 174.74 272.813C188.005 272.813 198.759 262.068 198.759 248.812C198.759 235.557 188.005 224.811 174.74 224.811Z' fill='%23FC484F' /%3E%3Cpath d='M175.181 224.222C161.899 224.222 151.131 234.981 151.131 248.254C151.131 261.527 161.899 272.286 175.181 272.286C188.464 272.286 199.231 261.527 199.231 248.254C199.231 234.981 188.464 224.222 175.181 224.222Z' fill='%23FC474F' /%3E%3Cpath d='M175.624 223.632C162.326 223.632 151.546 234.405 151.546 247.693C151.546 260.982 162.326 271.754 175.624 271.754C188.923 271.754 199.703 260.982 199.703 247.693C199.703 234.405 188.923 223.632 175.624 223.632Z' fill='%23FC4650' /%3E%3Cpath d='M176.067 223.04C162.751 223.04 151.957 233.827 151.957 247.132C151.957 260.438 162.751 271.224 176.067 271.224C189.382 271.224 200.177 260.438 200.177 247.132C200.177 233.827 189.382 223.04 176.067 223.04Z' fill='%23FC4550' /%3E%3Cpath d='M176.512 222.451C163.179 222.451 152.371 233.251 152.371 246.574C152.371 259.897 163.179 270.698 176.512 270.698C189.845 270.698 200.653 259.897 200.653 246.574C200.653 233.251 189.845 222.451 176.512 222.451Z' fill='%23FC4450' /%3E%3Cpath d='M176.956 221.862C163.607 221.862 152.786 232.675 152.786 246.014C152.786 259.353 163.607 270.166 176.956 270.166C190.305 270.166 201.126 259.353 201.126 246.014C201.126 232.675 190.305 221.862 176.956 221.862Z' fill='%23FC4351' /%3E%3Cpath d='M177.398 221.272C164.032 221.272 153.196 232.099 153.196 245.455C153.196 258.811 164.032 269.638 177.398 269.638C190.763 269.638 201.599 258.811 201.599 245.455C201.599 232.099 190.763 221.272 177.398 221.272Z' fill='%23FC4251' /%3E%3Cpath d='M177.842 220.683C164.461 220.683 153.613 231.523 153.613 244.895C153.613 258.266 164.461 269.106 177.842 269.106C191.224 269.106 202.072 258.266 202.072 244.895C202.072 231.523 191.224 220.683 177.842 220.683Z' fill='%23FC4152' /%3E%3Cpath d='M178.284 220.093C164.885 220.093 154.023 230.947 154.023 244.336C154.023 257.725 164.885 268.579 178.284 268.579C191.683 268.579 202.545 257.725 202.545 244.336C202.545 230.947 191.683 220.093 178.284 220.093Z' fill='%23FC4052' /%3E%3Cpath d='M178.726 219.502C165.31 219.502 154.434 230.37 154.434 243.776C154.434 257.182 165.31 268.05 178.726 268.05C192.143 268.05 203.019 257.182 203.019 243.776C203.019 230.37 192.143 219.502 178.726 219.502Z' fill='%23FC3F53' /%3E%3Cpath d='M179.169 218.915C165.737 218.915 154.848 229.795 154.848 243.218C154.848 256.64 165.737 267.521 179.169 267.521C192.601 267.521 203.49 256.64 203.49 243.218C203.49 229.795 192.601 218.915 179.169 218.915Z' fill='%23FC3E53' /%3E%3Cpath d='M179.614 218.323C166.164 218.323 155.262 229.218 155.262 242.657C155.262 256.096 166.164 266.991 179.614 266.991C193.063 266.991 203.966 256.096 203.966 242.657C203.966 229.218 193.063 218.323 179.614 218.323Z' fill='%23FC3D53' /%3E%3Cpath d='M180.059 217.734C166.593 217.734 155.678 228.641 155.678 242.096C155.678 255.552 166.593 266.459 180.059 266.459C193.524 266.459 204.439 255.552 204.439 242.096C204.439 228.641 193.524 217.734 180.059 217.734Z' fill='%23FC3C54' /%3E%3Cpath d='M180.501 217.144C167.019 217.144 156.089 228.066 156.089 241.538C156.089 255.011 167.019 265.932 180.501 265.932C193.983 265.932 204.913 255.011 204.913 241.538C204.913 228.066 193.983 217.144 180.501 217.144Z' fill='%23FC3B54' /%3E%3Cpath d='M180.941 216.555C167.443 216.555 156.5 227.489 156.5 240.977C156.5 254.465 167.443 265.4 180.941 265.4C194.439 265.4 205.382 254.465 205.382 240.977C205.382 227.489 194.439 216.555 180.941 216.555Z' fill='%23FC3A55' /%3E%3Cpath d='M181.386 215.965C167.871 215.965 156.914 226.913 156.914 240.419C156.914 253.924 167.871 264.873 181.386 264.873C194.902 264.873 205.858 253.924 205.858 240.419C205.858 226.913 194.902 215.965 181.386 215.965Z' fill='%23FC3955' /%3E%3Cpath d='M181.829 215.373C168.296 215.373 157.326 226.335 157.326 239.858C157.326 253.381 168.296 264.343 181.829 264.343C195.362 264.343 206.332 253.381 206.332 239.858C206.332 226.335 195.362 215.373 181.829 215.373Z' fill='%23FC3855' /%3E%3Cpath d='M182.273 214.786C168.724 214.786 157.741 225.762 157.741 239.3C157.741 252.839 168.724 263.814 182.273 263.814C195.821 263.814 206.805 252.839 206.805 239.3C206.805 225.762 195.821 214.786 182.273 214.786Z' fill='%23FC3756' /%3E%3Cpath d='M182.716 214.194C169.15 214.194 158.153 225.184 158.153 238.739C158.153 252.295 169.15 263.284 182.716 263.284C196.282 263.284 207.279 252.295 207.279 238.739C207.279 225.184 196.282 214.194 182.716 214.194Z' fill='%23FC3656' /%3E%3Cpath d='M183.158 213.605C169.576 213.605 158.566 224.607 158.566 238.179C158.566 251.75 169.576 262.752 183.158 262.752C196.74 262.752 207.75 251.75 207.75 238.179C207.75 224.607 196.74 213.605 183.158 213.605Z' fill='%23FC3557' /%3E%3Cpath d='M183.601 213.016C170.002 213.016 158.977 224.031 158.977 237.62C158.977 251.209 170.002 262.225 183.601 262.225C197.199 262.225 208.224 251.209 208.224 237.62C208.224 224.031 197.199 213.016 183.601 213.016Z' fill='%23FC3457' /%3E%3Cpath d='M184.045 212.427C170.431 212.427 159.393 223.455 159.393 237.06C159.393 250.665 170.431 261.694 184.045 261.694C197.66 261.694 208.697 250.665 208.697 237.06C208.697 223.455 197.66 212.427 184.045 212.427Z' fill='%23FC3357' /%3E%3Cpath d='M184.49 211.837C170.858 211.837 159.807 222.879 159.807 236.501C159.807 250.123 170.858 261.166 184.49 261.166C198.122 261.166 209.173 250.123 209.173 236.501C209.173 222.879 198.122 211.837 184.49 211.837Z' fill='%23FC3258' /%3E%3Cpath d='M184.932 211.245C171.283 211.245 160.218 222.302 160.218 235.941C160.218 249.58 171.283 260.637 184.932 260.637C198.582 260.637 209.646 249.58 209.646 235.941C209.646 222.302 198.582 211.245 184.932 211.245Z' fill='%23FC3158' /%3E%3Cpath d='M185.377 210.658C171.712 210.658 160.634 221.728 160.634 235.383C160.634 249.038 171.712 260.107 185.377 260.107C199.042 260.107 210.12 249.038 210.12 235.383C210.12 221.728 199.042 210.658 185.377 210.658Z' fill='%23FC3059' /%3E%3Cpath d='M185.818 210.066C172.135 210.066 161.043 221.15 161.043 234.822C161.043 248.494 172.135 259.578 185.818 259.578C199.5 259.578 210.592 248.494 210.592 234.822C210.592 221.15 199.5 210.066 185.818 210.066Z' fill='%23FC2F59' /%3E%3Cpath d='M186.262 209.477C172.563 209.477 161.459 220.573 161.459 234.261C161.459 247.949 172.563 259.046 186.262 259.046C199.96 259.046 211.064 247.949 211.064 234.261C211.064 220.573 199.96 209.477 186.262 209.477Z' fill='%23FC2E59' /%3E%3Cpath d='M186.704 208.888C172.988 208.888 161.87 219.998 161.87 233.703C161.87 247.408 172.988 258.519 186.704 258.519C200.419 258.519 211.538 247.408 211.538 233.703C211.538 219.998 200.419 208.888 186.704 208.888Z' fill='%23FC2D5A' /%3E%3Cpath d='M187.147 208.295C173.415 208.295 162.282 219.42 162.282 233.142C162.282 246.865 173.415 257.989 187.147 257.989C200.88 257.989 212.013 246.865 212.013 233.142C212.013 219.42 200.88 208.295 187.147 208.295Z' fill='%23FC2C5A' /%3E%3Cpath d='M187.592 207.708C173.844 207.708 162.698 218.846 162.698 232.584C162.698 246.322 173.844 257.459 187.592 257.459C201.341 257.459 212.486 246.322 212.486 232.584C212.486 218.846 201.341 207.708 187.592 207.708Z' fill='%23FC2B5B' /%3E%3Cpath d='M188.035 207.117C174.269 207.117 163.109 218.268 163.109 232.023C163.109 245.779 174.269 256.93 188.035 256.93C201.801 256.93 212.96 245.779 212.96 232.023C212.96 218.268 201.801 207.117 188.035 207.117Z' fill='%23FC2A5B' /%3E%3Cpath d='M188.477 206.53C174.695 206.53 163.523 217.694 163.523 231.465C163.523 245.237 174.695 256.401 188.477 256.401C202.258 256.401 213.431 245.237 213.431 231.465C213.431 217.694 202.258 206.53 188.477 206.53Z' fill='%23FC295C' /%3E%3Cpath d='M188.919 205.937C175.12 205.937 163.934 217.115 163.934 230.904C163.934 244.693 175.12 255.871 188.919 255.871C202.718 255.871 213.904 244.693 213.904 230.904C213.904 217.115 202.718 205.937 188.919 205.937Z' fill='%23FC285C' /%3E%3Cpath d='M189.364 205.349C175.549 205.349 164.35 216.539 164.35 230.344C164.35 244.149 175.549 255.339 189.364 255.339C203.179 255.339 214.378 244.149 214.378 230.344C214.378 216.539 203.179 205.349 189.364 205.349Z' fill='%23FC275C' /%3E%3Cpath d='M189.805 204.759C175.973 204.759 164.76 215.964 164.76 229.785C164.76 243.607 175.973 254.812 189.805 254.812C203.637 254.812 214.851 243.607 214.851 229.785C214.851 215.964 203.638 204.759 189.805 204.759Z' fill='%23FC265D' /%3E%3Cpath d='M190.25 204.167C176.401 204.167 165.174 215.386 165.174 229.225C165.174 243.064 176.401 254.282 190.25 254.282C204.099 254.282 215.326 243.064 215.326 229.225C215.326 215.386 204.099 204.167 190.25 204.167Z' fill='%23FC255D' /%3E%3Cpath d='M190.692 203.58C176.827 203.58 165.587 214.811 165.587 228.666C165.587 242.521 176.827 253.753 190.692 253.753C204.557 253.753 215.797 242.521 215.797 228.666C215.797 214.811 204.557 203.58 190.692 203.58Z' fill='%23FC245E' /%3E%3Cpath d='M191.136 202.988C177.254 202.988 166 214.234 166 228.106C166 241.978 177.254 253.223 191.136 253.223C205.019 253.223 216.272 241.978 216.272 228.106C216.272 214.234 205.019 202.988 191.136 202.988Z' fill='%23FC235E' /%3E%3Cpath d='M191.58 202.401C177.682 202.401 166.415 213.659 166.415 227.547C166.415 241.435 177.682 252.694 191.58 252.694C205.478 252.694 216.745 241.435 216.745 227.547C216.745 213.659 205.478 202.401 191.58 202.401Z' fill='%23FC225E' /%3E%3Cpath d='M192.022 201.809C178.106 201.809 166.825 213.081 166.825 226.986C166.825 240.891 178.106 252.164 192.022 252.164C205.937 252.164 217.218 240.891 217.218 226.986C217.218 213.081 205.937 201.809 192.022 201.809Z' fill='%23FC215F' /%3E%3Cpath d='M192.465 201.222C178.534 201.222 167.241 212.508 167.241 226.429C167.241 240.35 178.534 251.635 192.465 251.635C206.397 251.635 217.69 240.35 217.69 226.429C217.69 212.508 206.397 201.222 192.465 201.222Z' fill='%23FC205F' /%3E%3Cpath d='M192.909 200.631C178.96 200.631 167.653 211.93 167.653 225.868C167.653 239.806 178.96 251.105 192.909 251.105C206.857 251.105 218.165 239.806 218.165 225.868C218.165 211.93 206.857 200.631 192.909 200.631Z' fill='%23FC1F60' /%3E%3Cpath d='M193.35 200.039C179.385 200.039 168.063 211.352 168.063 225.307C168.063 239.263 179.385 250.576 193.35 250.576C207.316 250.576 218.638 239.263 218.638 225.307C218.638 211.352 207.316 200.039 193.35 200.039Z' fill='%23FC1E60' /%3E%3Cpath d='M193.793 199.452C179.812 199.452 168.477 210.778 168.477 224.749C168.477 238.72 179.812 250.046 193.793 250.046C207.775 250.046 219.109 238.72 219.109 224.749C219.109 210.778 207.775 199.452 193.793 199.452Z' fill='%23FC1D60' /%3E%3Cpath d='M194.238 198.86C180.239 198.86 168.89 210.2 168.89 224.188C168.89 238.177 180.239 249.517 194.238 249.517C208.237 249.517 219.585 238.177 219.585 224.188C219.585 210.2 208.237 198.86 194.238 198.86Z' fill='%23FC1C61' /%3E%3Cpath d='M194.681 198.273C180.666 198.273 169.305 209.626 169.305 223.63C169.305 237.635 180.666 248.987 194.681 248.987C208.695 248.987 220.057 237.635 220.057 223.63C220.057 209.626 208.695 198.273 194.681 198.273Z' fill='%23FC1B61' /%3E%3Cpath d='M195.125 197.681C181.093 197.681 169.718 209.048 169.718 223.069C169.718 237.091 181.093 248.458 195.125 248.458C209.157 248.458 220.532 237.091 220.532 223.069C220.532 209.048 209.157 197.681 195.125 197.681Z' fill='%23FC1A62' /%3E%3Cpath d='M195.57 197.092C181.521 197.092 170.132 208.472 170.132 222.511C170.132 236.55 181.521 247.931 195.57 247.931C209.62 247.931 221.009 236.55 221.009 222.511C221.009 208.472 209.62 197.092 195.57 197.092Z' fill='%23FC1962' /%3E%3Cpath d='M196.01 196.502C181.945 196.502 170.543 207.896 170.543 221.95C170.543 236.005 181.945 247.399 196.01 247.399C210.076 247.399 221.478 236.005 221.478 221.95C221.478 207.896 210.076 196.502 196.01 196.502Z' fill='%23FC1863' /%3E%3Cpath d='M196.453 195.91C182.371 195.91 170.955 207.318 170.955 221.39C170.955 235.462 182.371 246.869 196.453 246.869C210.535 246.869 221.951 235.462 221.951 221.39C221.951 207.318 210.535 195.91 196.453 195.91Z' fill='%23FC1763' /%3E%3Cpath d='M196.898 195.323C182.8 195.323 171.371 206.744 171.371 220.832C171.371 234.919 182.799 246.34 196.898 246.34C210.996 246.34 222.425 234.919 222.425 220.832C222.425 206.744 210.996 195.323 196.898 195.323Z' fill='%23FC1663' /%3E%3Cpath d='M197.34 194.731C183.225 194.731 171.782 206.166 171.782 220.271C171.782 234.376 183.225 245.81 197.34 245.81C211.456 245.81 222.898 234.376 222.898 220.271C222.898 206.166 211.456 194.731 197.34 194.731Z' fill='%23FC1564' /%3E%3Cpath d='M197.785 194.145C183.654 194.145 172.198 205.592 172.198 219.713C172.198 233.833 183.654 245.281 197.785 245.281C211.916 245.281 223.372 233.833 223.372 219.713C223.372 205.592 211.916 194.145 197.785 194.145Z' fill='%23FC1464' /%3E%3Cpath d='M198.225 193.553C184.076 193.553 172.606 205.014 172.606 219.152C172.606 233.29 184.076 244.751 198.225 244.751C212.373 244.751 223.843 233.29 223.843 219.152C223.843 205.014 212.373 193.553 198.225 193.553Z' fill='%23FC1365' /%3E%3Cpath d='M198.668 192.963C184.502 192.963 173.019 204.438 173.019 218.594C173.019 232.749 184.502 244.224 198.668 244.224C212.834 244.224 224.317 232.749 224.317 218.594C224.317 204.438 212.834 192.963 198.668 192.963Z' fill='%23FC1265' /%3E%3Cpath d='M195.483 191.039C180.971 191.039 169.207 202.794 169.207 217.295C169.207 231.795 180.971 243.55 195.483 243.55C209.994 243.55 221.758 231.795 221.758 217.295C221.758 202.794 209.994 191.039 195.483 191.039Z' fill='%23FC1364' /%3E%3Cpath d='M192.293 189.115C177.436 189.115 165.392 201.15 165.392 215.996C165.392 230.842 177.436 242.877 192.293 242.877C207.15 242.877 219.194 230.842 219.194 215.996C219.194 201.15 207.15 189.115 192.293 189.115Z' fill='%23FC1464' /%3E%3Cpath d='M189.105 187.189C173.901 187.189 161.575 199.505 161.575 214.698C161.575 229.89 173.901 242.207 189.105 242.207C204.309 242.207 216.634 229.89 216.634 214.698C216.634 199.505 204.309 187.189 189.105 187.189Z' fill='%23FC1563' /%3E%3Cpath d='M185.915 185.267C170.366 185.267 157.76 197.863 157.76 213.401C157.76 228.939 170.366 241.535 185.915 241.535C201.465 241.535 214.07 228.939 214.07 213.401C214.07 197.863 201.465 185.267 185.915 185.267Z' fill='%23FC1662' /%3E%3Cpath d='M182.726 183.343C166.831 183.343 153.945 196.219 153.945 212.103C153.945 227.986 166.831 240.862 182.726 240.862C198.621 240.862 211.507 227.986 211.507 212.103C211.507 196.219 198.621 183.343 182.726 183.343Z' fill='%23FC1762' /%3E%3Cpath d='M179.539 181.417C163.297 181.417 150.13 194.574 150.13 210.804C150.13 227.034 163.297 240.191 179.539 240.191C195.781 240.191 208.948 227.034 208.948 210.804C208.948 194.574 195.781 181.417 179.539 181.417Z' fill='%23FC1861' /%3E%3Cpath d='M176.352 179.493C159.764 179.493 146.317 192.93 146.317 209.505C146.317 226.081 159.764 239.518 176.352 239.518C192.94 239.518 206.387 226.081 206.387 209.505C206.387 192.93 192.94 179.493 176.352 179.493Z' fill='%23FC1960' /%3E%3Cpath d='M173.162 177.571C156.229 177.571 142.502 191.288 142.502 208.209C142.502 225.13 156.229 238.847 173.162 238.847C190.096 238.847 203.823 225.13 203.823 208.209C203.823 191.288 190.096 177.571 173.162 177.571Z' fill='%23FC1A5F' /%3E%3Cpath d='M169.972 175.645C152.691 175.645 138.683 189.643 138.683 206.911C138.683 224.178 152.691 238.176 169.972 238.176C187.252 238.176 201.261 224.178 201.261 206.911C201.261 189.643 187.252 175.645 169.972 175.645Z' fill='%23FC1B5F' /%3E%3Cpath d='M166.786 173.721C149.16 173.721 134.871 187.999 134.871 205.612C134.871 223.225 149.16 237.503 166.786 237.503C184.412 237.503 198.701 223.225 198.701 205.612C198.701 187.999 184.412 173.721 166.786 173.721Z' fill='%23FC1C5E' /%3E%3Cpath d='M163.597 171.799C145.625 171.799 131.056 186.357 131.056 204.316C131.056 222.274 145.625 236.832 163.597 236.832C181.569 236.832 196.138 222.274 196.138 204.316C196.138 186.357 181.569 171.799 163.597 171.799Z' fill='%23FC1D5D' /%3E%3Cpath d='M160.406 169.873C142.088 169.873 127.237 184.712 127.237 203.017C127.237 221.322 142.088 236.161 160.406 236.161C178.725 236.161 193.575 221.322 193.575 203.017C193.575 184.712 178.725 169.873 160.406 169.873Z' fill='%23FC1E5D' /%3E%3Cpath d='M157.217 167.949C138.553 167.949 123.422 183.068 123.422 201.718C123.422 220.369 138.553 235.488 157.217 235.488C175.881 235.488 191.012 220.369 191.012 201.718C191.012 183.068 175.881 167.949 157.217 167.949Z' fill='%23FC1F5C' /%3E%3Cpath d='M154.031 166.025C135.021 166.025 119.61 181.424 119.61 200.419C119.61 219.415 135.021 234.814 154.031 234.814C173.041 234.814 188.451 219.415 188.451 200.419C188.451 181.424 173.041 166.025 154.031 166.025Z' fill='%23FC205B' /%3E%3Cpath d='M150.843 164.101C131.486 164.101 115.794 179.781 115.794 199.123C115.794 218.466 131.486 234.146 150.843 234.146C170.2 234.146 185.892 218.466 185.892 199.123C185.892 179.781 170.2 164.101 150.843 164.101Z' fill='%23FC215B' /%3E%3Cpath d='M147.654 162.177C127.951 162.177 111.979 178.137 111.979 197.825C111.979 217.513 127.951 233.473 147.653 233.473C167.356 233.473 183.328 217.513 183.328 197.825C183.328 178.137 167.356 162.177 147.654 162.177Z' fill='%23FC225A' /%3E%3Cpath d='M144.464 160.253C124.416 160.253 108.164 176.493 108.164 196.526C108.164 216.56 124.416 232.8 144.464 232.8C164.512 232.8 180.765 216.56 180.765 196.526C180.765 176.493 164.512 160.253 144.464 160.253Z' fill='%23FC2359' /%3E%3Cpath d='M141.275 158.329C120.881 158.329 104.349 174.849 104.349 195.228C104.349 215.606 120.881 232.126 141.275 232.126C161.669 232.126 178.201 215.606 178.201 195.228C178.201 174.849 161.669 158.329 141.275 158.329Z' fill='%23FC2459' /%3E%3Cpath d='M138.09 156.404C117.349 156.404 100.536 173.206 100.536 193.931C100.536 214.656 117.349 231.458 138.09 231.458C158.831 231.458 175.645 214.656 175.645 193.931C175.645 173.206 158.831 156.404 138.09 156.404Z' fill='%23FC2558' /%3E%3Cpath d='M134.9 154.481C113.813 154.481 96.7194 171.562 96.7194 192.632C96.7194 213.703 113.813 230.784 134.9 230.784C155.986 230.784 173.08 213.703 173.08 192.633C173.08 171.562 155.986 154.481 134.9 154.481Z' fill='%23FC2657' /%3E%3Cpath d='M131.71 152.557C110.278 152.557 92.9043 169.918 92.9043 191.334C92.9043 212.75 110.278 230.111 131.71 230.111C153.142 230.111 170.517 212.75 170.517 191.334C170.517 169.918 153.142 152.557 131.71 152.557Z' fill='%23FC2756' /%3E%3Cpath d='M128.521 150.633C106.742 150.633 89.0863 168.275 89.0863 190.038C89.0863 211.8 106.742 229.443 128.521 229.443C150.3 229.443 167.955 211.8 167.955 190.038C167.955 168.275 150.3 150.633 128.521 150.633Z' fill='%23FC2856' /%3E%3Cpath d='M125.333 148.708C103.209 148.708 85.2732 166.631 85.2732 188.739C85.2731 210.847 103.209 228.769 125.333 228.769C147.458 228.769 165.394 210.847 165.394 188.739C165.394 166.631 147.458 148.708 125.333 148.708Z' fill='%23FC2955' /%3E%3Cpath d='M122.145 146.785C99.6747 146.785 81.459 164.987 81.459 187.441C81.459 209.894 99.6747 228.096 122.145 228.096C144.615 228.096 162.831 209.894 162.831 187.441C162.831 164.987 144.615 146.785 122.145 146.785Z' fill='%23FC2A54' /%3E%3Cpath d='M118.956 144.858C96.139 144.858 77.642 163.341 77.642 186.142C77.642 208.942 96.139 227.425 118.956 227.425C141.773 227.425 160.271 208.942 160.271 186.142C160.271 163.341 141.773 144.858 118.956 144.858Z' fill='%23FC2B54' /%3E%3Cpath d='M115.767 142.937C92.6041 142.937 73.8269 161.7 73.8269 184.846C73.8269 207.991 92.6041 226.754 115.767 226.754C138.93 226.754 157.707 207.991 157.707 184.846C157.707 161.7 138.93 142.937 115.767 142.937Z' fill='%23FC2C53' /%3E%3Cpath d='M112.581 141.013C89.0721 141.013 70.0147 160.056 70.0147 183.547C70.0147 207.038 89.0721 226.081 112.581 226.081C136.089 226.081 155.146 207.038 155.146 183.547C155.146 160.056 136.089 141.013 112.581 141.013Z' fill='%23FC2D52' /%3E%3Cpath d='M109.393 139.086C85.5373 139.086 66.1986 158.411 66.1986 182.248C66.1986 206.086 85.5373 225.41 109.393 225.41C133.248 225.41 152.587 206.086 152.587 182.248C152.587 158.411 133.248 139.086 109.393 139.086Z' fill='%23FC2E52' /%3E%3Cpath d='M106.203 137.162C82.0024 137.162 62.3835 156.767 62.3835 180.95C62.3835 205.133 82.0024 224.737 106.203 224.737C130.405 224.737 150.023 205.133 150.023 180.95C150.023 156.767 130.405 137.162 106.203 137.162Z' fill='%23FC2F51' /%3E%3Cpath d='M103.014 135.241C78.4674 135.241 58.5684 155.125 58.5684 179.653C58.5684 204.182 78.4674 224.066 103.014 224.066C127.561 224.066 147.46 204.182 147.46 179.653C147.46 155.125 127.561 135.241 103.014 135.241Z' fill='%23FC3050' /%3E%3Cpath d='M99.8244 133.314C74.9307 133.314 54.7504 153.48 54.7504 178.355C54.7504 203.23 74.9307 223.395 99.8244 223.395C124.718 223.395 144.898 203.23 144.898 178.355C144.898 153.48 124.718 133.314 99.8244 133.314Z' fill='%23FC3150' /%3E%3Cpath d='M96.637 131.39C71.3977 131.39 50.9372 151.836 50.9372 177.056C50.9372 202.277 71.3977 222.722 96.637 222.722C121.876 222.722 142.337 202.277 142.337 177.056C142.337 151.836 121.876 131.39 96.637 131.39Z' fill='%23FC324F' /%3E%3Cpath d='M93.4478 129.466C67.8628 129.466 47.1221 150.192 47.1221 175.758C47.122 201.324 67.8628 222.049 93.4478 222.049C119.033 222.049 139.773 201.324 139.773 175.758C139.773 150.192 119.033 129.466 93.4478 129.466Z' fill='%23FC334E' /%3E%3Cpath d='M90.2599 127.542C64.328 127.542 43.3061 148.549 43.306 174.461C43.306 200.374 64.328 221.38 90.2599 221.38C116.192 221.38 137.214 200.374 137.214 174.461C137.214 148.549 116.192 127.542 90.2599 127.542Z' fill='%23FC344E' /%3E%3Cpath d='M87.0707 125.618C60.7931 125.618 39.4909 146.905 39.4909 173.163C39.4909 199.421 60.7931 220.707 87.0707 220.707C113.348 220.707 134.65 199.421 134.65 173.163C134.65 146.905 113.348 125.618 87.0707 125.618Z' fill='%23FC354D' /%3E%3Cpath d='M83.8833 123.694C57.2601 123.694 35.6777 145.261 35.6777 171.864C35.6777 198.467 57.2601 220.034 83.8833 220.034C110.506 220.034 132.089 198.467 132.089 171.864C132.089 145.261 110.506 123.694 83.8833 123.694Z' fill='%23FC364C' /%3E%3Cpath d='M80.6936 121.77C53.7234 121.77 31.8598 143.618 31.8598 170.568C31.8598 197.518 53.7234 219.365 80.6935 219.365C107.664 219.365 129.527 197.518 129.527 170.568C129.527 143.618 107.664 121.77 80.6936 121.77Z' fill='%23FC374B' /%3E%3Cpath d='M77.5072 119.846C50.1914 119.846 28.0475 141.974 28.0475 169.269C28.0475 196.565 50.1914 218.692 77.5072 218.692C104.823 218.692 126.967 196.565 126.967 169.269C126.967 141.974 104.823 119.846 77.5072 119.846Z' fill='%23FC384B' /%3E%3Cpath d='M74.3169 117.922C46.6555 117.922 24.2314 140.33 24.2314 167.971C24.2314 195.611 46.6554 218.019 74.3169 218.019C101.978 218.019 124.402 195.611 124.402 167.971C124.402 140.33 101.978 117.922 74.3169 117.922Z' fill='%23FC394A' /%3E%3Cpath d='M71.1291 115.996C43.1207 115.996 20.4154 138.684 20.4154 166.672C20.4154 194.659 43.1207 217.348 71.1291 217.348C99.1375 217.348 121.843 194.66 121.843 166.672C121.843 138.684 99.1375 115.996 71.1291 115.996Z' fill='%23FC3A49' /%3E%3Cpath d='M67.9398 114.074C39.5858 114.074 16.6003 137.042 16.6003 165.375C16.6003 193.708 39.5858 216.677 67.9398 216.677C96.2938 216.677 119.279 193.708 119.279 165.375C119.279 137.042 96.2938 114.074 67.9398 114.074Z' fill='%23FC3B49' /%3E%3Cpath d='M64.7505 112.15C36.0508 112.15 12.7852 135.398 12.7852 164.076C12.7852 192.755 36.0508 216.003 64.7505 216.003C93.4501 216.003 116.716 192.755 116.716 164.077C116.716 135.398 93.4501 112.15 64.7505 112.15Z' fill='%23FC3C48' /%3E%3Cpath d='M61.5627 110.223C32.5161 110.223 8.96912 133.753 8.96912 162.778C8.96912 191.803 32.5161 215.332 61.5627 215.332C90.6093 215.332 114.156 191.803 114.156 162.778C114.156 133.753 90.6093 110.223 61.5627 110.223Z' fill='%23FC3D47' /%3E%3Cpath d='M58.3734 108.3C28.9811 108.3 5.154 132.109 5.154 161.479C5.15399 190.85 28.9811 214.659 58.3734 214.659C87.7656 214.659 111.593 190.85 111.593 161.479C111.593 132.109 87.7656 108.3 58.3734 108.3Z' fill='%23FC3E47' /%3E%3Cpath d='M55.187 106.378C25.4491 106.378 1.3418 130.468 1.3418 160.183C1.3418 189.899 25.4491 213.989 55.187 213.989C84.9249 213.989 109.032 189.899 109.032 160.183C109.032 130.468 84.9249 106.378 55.187 106.378Z' fill='%23FC3F46' /%3E%3Cpath d='M51.9963 104.452C21.9115 104.452 -2.47713 128.822 -2.47714 158.884C-2.47714 188.947 21.9115 213.317 51.9963 213.317C82.0812 213.317 106.47 188.947 106.47 158.884C106.47 128.822 82.0812 104.452 51.9963 104.452Z' fill='%23FC4045' /%3E%3Cpath d='M48.8089 102.527C18.3784 102.527 -6.29032 127.178 -6.29032 157.586C-6.29033 187.993 18.3784 212.644 48.8089 212.644C79.2394 212.644 103.908 187.993 103.908 157.586C103.908 127.178 79.2394 102.527 48.8089 102.527Z' fill='%23FC4145' /%3E%3Cpath d='M45.6187 100.606C14.8426 100.606 -10.1064 125.537 -10.1064 156.29C-10.1064 187.043 14.8426 211.973 45.6187 211.973C76.3948 211.973 101.344 187.043 101.344 156.29C101.344 125.537 76.3948 100.606 45.6187 100.606Z' fill='%23FC4244' /%3E%3Cpath d='M42.4328 98.6794C11.3097 98.6794 -13.9205 123.891 -13.9205 154.991C-13.9205 186.091 11.3097 211.302 42.4328 211.302C73.5559 211.302 98.7861 186.091 98.7861 154.991C98.7861 123.891 73.5559 98.6794 42.4328 98.6794Z' fill='%23FD4243' /%3E%3Cpath d='M39.2435 96.7554C7.7748 96.7554 -17.7356 122.247 -17.7356 153.692C-17.7356 185.137 7.77479 210.629 39.2435 210.629C70.7122 210.629 96.2227 185.137 96.2227 153.692C96.2227 122.247 70.7122 96.7554 39.2435 96.7554Z' fill='%23FD4342' /%3E%3Cpath d='M36.0542 94.8313C4.23986 94.8313 -21.5508 120.603 -21.5508 152.393C-21.5508 184.184 4.23985 209.956 36.0542 209.956C67.8686 209.956 93.6592 184.184 93.6592 152.393C93.6592 120.603 67.8686 94.8313 36.0542 94.8313Z' fill='%23FD4442' /%3E%3Cpath d='M32.8674 92.9071C0.706088 92.9071 -25.3658 118.96 -25.3658 151.097C-25.3658 183.234 0.706078 209.287 32.8674 209.287C65.0287 209.287 91.1006 183.234 91.1006 151.097C91.1006 118.96 65.0287 92.9071 32.8674 92.9071Z' fill='%23FD4541' /%3E%3Cpath d='M29.679 90.9832C-2.8279 90.9832 -29.18 117.316 -29.18 149.798C-29.18 182.281 -2.82791 208.614 29.679 208.614C62.186 208.614 88.5381 182.281 88.5381 149.799C88.5381 117.316 62.186 90.9832 29.679 90.9832Z' fill='%23FD4640' /%3E%3Cpath d='M26.4898 89.0592C-6.36282 89.0592 -32.9951 115.672 -32.9951 148.5C-32.9951 181.328 -6.36283 207.94 26.4898 207.94C59.3423 207.94 85.9746 181.328 85.9746 148.5C85.9746 115.672 59.3423 89.0592 26.4898 89.0592Z' fill='%23FD4740' /%3E%3Cpath d='M23.301 87.133C-9.89859 87.133 -36.8121 114.027 -36.8121 147.201C-36.8121 180.376 -9.8986 207.27 23.3009 207.27C56.5005 207.27 83.4141 180.376 83.4141 147.201C83.4141 114.027 56.5005 87.133 23.301 87.133Z' fill='%23FD483F' /%3E%3Cpath d='M20.1127 85.2114C-13.4325 85.2114 -40.6263 112.385 -40.6263 145.905C-40.6263 179.425 -13.4325 206.599 20.1127 206.599C53.6578 206.599 80.8516 179.425 80.8516 145.905C80.8516 112.385 53.6578 85.2114 20.1127 85.2114Z' fill='%23FD493E' /%3E%3Cpath d='M16.9233 83.2873C-16.9675 83.2873 -44.4414 110.741 -44.4414 144.606C-44.4414 178.472 -16.9675 205.926 16.9233 205.926C50.8141 205.926 78.2881 178.472 78.2881 144.606C78.2881 110.741 50.8142 83.2873 16.9233 83.2873Z' fill='%23FD4A3E' /%3E%3Cpath d='M13.7355 81.3607C-20.5022 81.3607 -48.2574 109.095 -48.2574 143.308C-48.2574 177.52 -20.5022 205.254 13.7355 205.254C47.9733 205.254 75.7285 177.52 75.7285 143.308C75.7285 109.095 47.9733 81.3607 13.7355 81.3607Z' fill='%23FD4B3D' /%3E%3Cpath d='M10.5462 79.4395C-24.0372 79.4395 -52.0726 107.454 -52.0726 142.012C-52.0726 176.569 -24.0372 204.584 10.5462 204.584C45.1296 204.584 73.165 176.569 73.165 142.012C73.165 107.454 45.1296 79.4395 10.5462 79.4395Z' fill='%23FD4C3C' /%3E%3Cpath d='M7.35694 77.5152C-27.5721 77.5152 -55.8877 105.81 -55.8877 140.713C-55.8877 175.616 -27.5721 203.91 7.35693 203.91C42.286 203.91 70.6016 175.616 70.6016 140.713C70.6016 105.81 42.286 77.5152 7.35694 77.5152Z' fill='%23FD4D3C' /%3E%3Cpath d='M4.16915 75.5891C-31.1069 75.589 -59.7037 104.165 -59.7037 139.414C-59.7037 174.664 -31.1069 203.24 4.16914 203.24C39.4451 203.24 68.042 174.664 68.042 139.414C68.042 104.165 39.4452 75.5891 4.16915 75.5891Z' fill='%23FD4E3B' /%3E%3Cpath d='M0.982776 73.6655C-34.6389 73.6655 -63.5159 102.521 -63.5159 138.116C-63.5159 173.711 -34.6389 202.567 0.982765 202.567C36.6044 202.567 65.4814 173.711 65.4815 138.116C65.4815 102.521 36.6044 73.6655 0.982776 73.6655Z' fill='%23FD4F3A' /%3E%3Cpath d='M-2.20656 71.7436C-38.1738 71.7436 -67.3311 100.879 -67.3311 136.82C-67.3311 172.76 -38.1739 201.896 -2.20657 201.896C33.7607 201.896 62.918 172.76 62.918 136.82C62.918 100.879 33.7607 71.7436 -2.20656 71.7436Z' fill='%23FD5039' /%3E%3Cpath d='M-5.39431 69.8167C-41.7085 69.8167 -71.1471 99.2333 -71.1471 135.521C-71.1471 171.808 -41.7086 201.224 -5.39433 201.224C30.9199 201.224 60.3584 171.808 60.3584 135.521C60.3584 99.2333 30.9199 69.8167 -5.39431 69.8167Z' fill='%23FD5139' /%3E%3Cpath d='M-8.58363 67.8931C-45.2435 67.8931 -74.9622 97.5897 -74.9622 134.222C-74.9622 170.855 -45.2435 200.552 -8.58364 200.552C28.0762 200.552 57.7949 170.855 57.7949 134.222C57.7949 97.5897 28.0762 67.8931 -8.58363 67.8931Z' fill='%23FD5238' /%3E%3Cpath d='M-11.772 65.969C-48.7775 65.969 -78.7763 95.9456 -78.7763 132.924C-78.7763 169.902 -48.7775 199.878 -11.772 199.878C25.2335 199.878 55.2324 169.902 55.2324 132.924C55.2324 95.9456 25.2335 65.969 -11.772 65.969Z' fill='%23FD5337' /%3E%3Cpath d='M-14.9607 64.0451C-52.3132 64.0451 -82.5933 94.3027 -82.5933 131.627C-82.5934 168.952 -52.3132 199.21 -14.9607 199.21C22.3917 199.21 52.6719 168.952 52.6719 131.627C52.6719 94.3027 22.3917 64.0451 -14.9607 64.0451Z' fill='%23FD5437' /%3E%3Cpath d='M-18.15 62.121C-55.8481 62.121 -86.4085 92.6586 -86.4085 130.329C-86.4085 167.999 -55.8482 198.536 -18.1501 198.536C19.548 198.536 50.1084 167.999 50.1084 130.329C50.1084 92.6586 19.5481 62.121 -18.15 62.121Z' fill='%23FD5536' /%3E%3Cpath d='M-21.3393 60.1969C-59.3831 60.1969 -90.2237 91.0145 -90.2237 129.03C-90.2237 167.045 -59.3831 197.863 -21.3393 197.863C16.7044 197.863 47.5449 167.045 47.5449 129.03C47.5449 91.0146 16.7044 60.1969 -21.3393 60.1969Z' fill='%23FD5635' /%3E%3Cpath d='M-24.5281 58.2703C-62.9188 58.2703 -94.0406 89.369 -94.0406 127.731C-94.0406 166.093 -62.9188 197.192 -24.5281 197.192C13.8626 197.192 44.9844 166.093 44.9844 127.731C44.9844 89.369 13.8626 58.2703 -24.5281 58.2703Z' fill='%23FD5735' /%3E%3Cpath d='M-27.7155 56.3489C-66.4518 56.3489 -97.8538 87.7276 -97.8538 126.435C-97.8538 165.143 -66.4518 196.521 -27.7155 196.521C11.0208 196.521 42.4229 165.143 42.4229 126.435C42.4229 87.7276 11.0209 56.3489 -27.7155 56.3489Z' fill='%23FD5834' /%3E%3Cpath d='M-30.9048 54.4251C-69.9868 54.4251 -101.669 86.0837 -101.669 125.137C-101.669 164.19 -69.9868 195.848 -30.9048 195.848C8.17718 195.848 39.8594 164.19 39.8594 125.137C39.8594 86.0837 8.17719 54.4251 -30.9048 54.4251Z' fill='%23FD5933' /%3E%3Cpath d='M-34.0935 52.4984C-73.5225 52.4984 -105.486 84.4381 -105.486 123.838C-105.486 163.237 -73.5225 195.177 -34.0936 195.177C5.33537 195.177 37.2988 163.237 37.2988 123.838C37.2988 84.4381 5.33538 52.4984 -34.0935 52.4984Z' fill='%23FD5A33' /%3E%3Cpath d='M-37.2819 50.5768C-77.0564 50.5768 -109.3 82.7965 -109.3 122.541C-109.3 162.286 -77.0565 194.506 -37.2819 194.506C2.49268 194.506 34.7363 162.286 34.7363 122.541C34.7363 82.7965 2.49269 50.5768 -37.2819 50.5768Z' fill='%23FD5B32' /%3E%3Cpath d='M-40.4682 48.6525C-80.5885 48.6525 -113.112 81.1521 -113.112 121.242C-113.112 161.333 -80.5885 193.833 -40.4683 193.833C-0.348061 193.833 32.1758 161.333 32.1758 121.243C32.1758 81.1522 -0.348048 48.6525 -40.4682 48.6525Z' fill='%23FD5C31' /%3E%3Cpath d='M-43.658 46.7263C-84.1252 46.7263 -116.93 79.507 -116.93 119.944C-116.93 160.381 -84.1252 193.162 -43.658 193.162C-3.19088 193.162 29.6143 160.381 29.6143 119.944C29.6143 79.5071 -3.19086 46.7263 -43.658 46.7263Z' fill='%23FD5D31' /%3E%3Cpath d='M-46.8473 44.8022C-87.6601 44.8022 -120.745 77.8629 -120.745 118.645C-120.745 159.428 -87.6601 192.489 -46.8473 192.489C-6.03451 192.489 27.0508 159.428 27.0508 118.645C27.0508 77.8629 -6.0345 44.8022 -46.8473 44.8022Z' fill='%23FD5E30' /%3E%3Cpath d='M-50.0376 42.8811C-91.196 42.8811 -124.562 76.2218 -124.562 117.35C-124.562 158.477 -91.196 191.818 -50.0376 191.818C-8.87918 191.818 24.4863 158.477 24.4863 117.35C24.4863 76.2218 -8.87917 42.8811 -50.0376 42.8811Z' fill='%23FD5F2F' /%3E%3Cpath d='M-53.2234 40.9542C-94.7288 40.9542 -128.376 74.5759 -128.376 116.05C-128.376 157.525 -94.7289 191.147 -53.2235 191.147C-11.7181 191.147 21.9287 157.525 21.9287 116.05C21.9287 74.576 -11.7181 40.9542 -53.2234 40.9542Z' fill='%23FD602E' /%3E%3Cpath d='M-56.4127 39.0304C-98.2638 39.0304 -132.191 72.9321 -132.191 114.752C-132.191 156.572 -98.2638 190.474 -56.4128 190.474C-14.5617 190.474 19.3652 156.572 19.3652 114.752C19.3652 72.9321 -14.5617 39.0304 -56.4127 39.0304Z' fill='%23FD612E' /%3E%3Cpath d='M-59.6011 37.1061C-101.798 37.1061 -136.005 71.2878 -136.005 113.453C-136.005 155.618 -101.798 189.8 -59.6011 189.8C-17.4044 189.8 16.8027 155.618 16.8027 113.453C16.8027 71.2878 -17.4044 37.1061 -59.6011 37.1061Z' fill='%23FD622D' /%3E%3Cpath d='M-62.7904 35.1847C-105.333 35.1847 -139.82 69.6464 -139.82 112.157C-139.82 154.668 -105.333 189.129 -62.7904 189.129C-20.2481 189.129 14.2393 154.668 14.2393 112.157C14.2393 69.6464 -20.2481 35.1847 -62.7904 35.1847Z' fill='%23FD632C' /%3E%3Cpath d='M-65.9782 33.2583C-108.867 33.2583 -143.636 68.001 -143.636 110.858C-143.636 153.716 -108.867 188.458 -65.9782 188.458C-23.0889 188.458 11.6797 153.716 11.6797 110.858C11.6797 68.001 -23.0889 33.2583 -65.9782 33.2583Z' fill='%23FD642C' /%3E%3Cpath d='M-69.1655 31.3342C-112.4 31.3342 -147.449 66.3569 -147.449 109.56C-147.449 152.762 -112.4 187.785 -69.1655 187.785C-25.9306 187.785 9.11817 152.762 9.11817 109.56C9.11817 66.357 -25.9306 31.3342 -69.1655 31.3342Z' fill='%23FD652B' /%3E%3Cpath d='M-72.3538 29.4129C-115.934 29.4128 -151.263 64.7156 -151.263 108.264C-151.263 151.812 -115.934 187.114 -72.3539 187.114C-28.7733 187.114 6.55567 151.812 6.55567 108.264C6.55567 64.7156 -28.7733 29.4129 -72.3538 29.4129Z' fill='%23FD662A' /%3E%3Cpath d='M-75.5446 27.4862C-119.472 27.4862 -155.082 63.07 -155.082 106.965C-155.082 150.86 -119.472 186.443 -75.5446 186.443C-31.6171 186.443 3.99317 150.86 3.99317 106.965C3.99317 63.07 -31.6171 27.4862 -75.5446 27.4862Z' fill='%23FD672A' /%3E%3Cpath d='M-78.7339 25.5626C-123.007 25.5626 -158.897 61.4264 -158.897 105.667C-158.897 149.907 -123.007 185.77 -78.7339 185.771C-34.4608 185.771 1.42969 149.907 1.42969 105.667C1.4297 61.4264 -34.4607 25.5626 -78.7339 25.5626Z' fill='%23FD6829' /%3E%3Cpath opacity='0.2' d='M76.0957 138.616L109.229 138.616L109.229 144.306L76.0957 144.306L76.0957 138.616Z' fill='black' /%3E%3Cpath d='M72.6816 106.295C72.6816 104.086 74.4725 102.295 76.6816 102.295L109.276 102.295C111.485 102.295 113.276 104.086 113.276 106.295L113.276 137.192L72.6816 137.192L72.6816 106.295Z' fill='white' /%3E%3Cpath d='M86.2129 127.222L99.0321 127.222' stroke='%23FD7222' stroke-width='2' stroke-linecap='square' stroke-linejoin='round' /%3E%3Cpath d='M86.2129 117.251L86.2129 117.963C86.2129 118.53 86.438 119.073 86.8387 119.474C87.2393 119.875 87.7828 120.1 88.3494 120.1C88.9161 120.1 89.4595 119.875 89.8602 119.474C90.2608 119.073 90.4859 118.53 90.4859 117.963M86.2129 117.251L99.0321 117.251M86.2129 117.251L87.6372 114.402L97.6077 114.402L99.0321 117.251M90.4859 117.963L90.4859 117.251M90.4859 117.963C90.4859 118.53 90.711 119.073 91.1117 119.474C91.5124 119.875 92.0558 120.1 92.6225 120.1C93.1891 120.1 93.7326 119.875 94.1332 119.474C94.5339 119.073 94.759 118.53 94.759 117.963M94.759 117.963L94.759 117.251M94.759 117.963C94.759 118.53 94.9841 119.073 95.3848 119.474C95.7855 119.875 96.3289 120.1 96.8955 120.1C97.4622 120.1 98.0056 119.875 98.4063 119.474C98.807 119.073 99.0321 118.53 99.0321 117.963L99.0321 117.251' stroke='%23FD7222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M87.6367 127.222L87.6367 119.993' stroke='%23FD7222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M97.6074 127.222L97.6074 119.993' stroke='%23FD7222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M72.6816 137.192L113.276 137.192L112.103 140.753L73.8543 140.753L72.6816 137.192Z' fill='%23D6D6D6' /%3E%3Crect opacity='0.2' x='304.251' y='201.582' width='39.0064' height='5.41755' fill='url(%23paint0_linear_111_55793)' /%3E%3Cpath d='M301 170.438C301 168.539 302.539 167 304.438 167H342.315C344.214 167 345.754 168.539 345.754 170.438V200.226H301V170.438Z' fill='url(%23paint1_linear_111_55793)' /%3E%3Cg clip-path='url(%23clip1_111_55793)'%3E%3Cpath opacity='0.7' d='M319.159 191.653C319.911 191.653 320.521 191.044 320.521 190.292C320.521 189.54 319.911 188.93 319.159 188.93C318.407 188.93 317.798 189.54 317.798 190.292C317.798 191.044 318.407 191.653 319.159 191.653Z' fill='white' /%3E%3Cpath opacity='0.7' d='M325.748 191.653C326.5 191.653 327.11 191.044 327.11 190.292C327.11 189.54 326.5 188.93 325.748 188.93C324.996 188.93 324.387 189.54 324.387 190.292C324.387 191.044 324.996 191.653 325.748 191.653Z' fill='white' /%3E%3Cpath d='M318.371 177.915L318.163 176.135C318.094 175.555 317.604 175.118 317.02 175.118H314.406V176.328H316.966L318.208 186.918C318.276 187.497 318.766 187.933 319.35 187.933H326.967V186.723H319.403L319.225 185.198H327.944C328.481 185.198 328.941 184.833 329.065 184.304L330.493 177.915H318.371ZM327.896 183.989H319.084L318.513 179.126H328.984L327.897 183.989H327.896Z' fill='white' /%3E%3C/g%3E%3Cpath d='M301 200.187H345.966L344.882 203.71H302.084L301 200.187Z' fill='%237D3132' /%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_111_55793' x1='333.21' y1='225.961' x2='336.184' y2='181.631' gradientUnits='userSpaceOnUse'%3E%3Cstop /%3E%3Cstop offset='1' stop-color='%23666666' stop-opacity='0.03' /%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_111_55793' x1='332.557' y1='167' x2='333.129' y2='200.226' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FC9425' /%3E%3Cstop offset='1' stop-color='%23FF4344' /%3E%3C/linearGradient%3E%3CclipPath id='clip0_111_55793'%3E%3Crect width='352' height='263.316' fill='white' transform='translate(351.5 315.778) rotate(-180)' /%3E%3C/clipPath%3E%3CclipPath id='clip1_111_55793'%3E%3Crect width='16.0871' height='16.5349' fill='white' transform='translate(314.406 175.118)' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: bottom;
}

.article {
  margin-top:50px;
}

section.articles {
  padding: 104px 0;
}
section.articles .art-left-slide-btn svg {
  transform: rotate(180deg);
}
section.articles svg path {
  transition: all 0.3s ease-in-out;
}
section.articles .art-right-slide-btn.swiper-button-disabled svg path,
section.articles .art-left-slide-btn.swiper-button-disabled svg path {
  fill: rgb(230, 230, 230) !important;
  transition: all 0.3s ease-in-out;
}
section.articles .art-left-slide-btn,
section.articles .art-right-slide-btn {
  cursor: pointer;
}
body.search-active {
  position: relative;
}

section.faqs {
  background: #f5f5f5;
  padding: 104px 0;
}
@media (max-width: 620px) {
  section.faqs .container,
  section.faqs .row {
    padding: 0;
    margin: 0;
  }
}
section.faqs .container {
  max-width: 1200px;
}
section.faqs .left-side p {
  color: #404040;
  opacity: 0.7;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}
section.faqs .left-side p span {
  font-weight: bold;
}
section.faqs .orangebtn {
  max-width: fit-content;
}

.footer {
  padding: 104px 0;
}
.footer .firstpart {
  padding-right: 10px;
  border-right: 1px solid #e6e6e6;
}
.footer .secondpart {
  padding-left: 40px;
  justify-content: end;
}
@media (max-width: 768px) {
  .footer .firstpart {
    border-right: none;
  }
  .footer .secondpart {
    padding-left: 12px;
    justify-content: start;
  }
}
.footer a:hover {
  color: rgb(253, 114, 34);
  transition: color 0.3s ease;
}
.footer .container {
  max-width: 1200px;
}
.footer svg path {
  transition: fill 0.3s ease;
}
.footer svg:hover path {
  transition: fill 0.3s ease;
  fill: rgb(253, 114, 34);
}
.footer p.title {
  font-family: "carbona-bold", sans-serif;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 16.8px */
  letter-spacing: 0.24px;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 0;
}
.footer p.title.alt {
  font-size: 12px;
}
.footer p.title:not(:first-child) {
  margin-top: 20px;
}
.footer a {
  font-family: "carbona-variable-regular", sans-serif;
  color: #404040;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  margin-top: 0;
  margin-bottom: 8px;
}

.footer-copy {
  padding: 16px 0;
  background-color: #f5f5f5;
}
.footer-copy .container {
  max-width: 1200px;
}
.footer-copy p {
  color: rgb(0, 0, 0);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 162%; /* 19.44px */
}
@media (max-width: 768px) {
  .footer-copy {
    padding: 20px 0;
  }
  .footer-copy .container {
    padding: 0;
  }
  .footer-copy p {
    text-align: center;
  }
}

@media (max-width: 768px) {
  section:not(.footer-copy) {
    padding: 48px 20px !important;
  }
}

body {
  overflow-x: hidden;
}

.mobile-menu {
  left: -100%; /* Inicia fora da tela */
  transition: transform 0.3s ease; /* Adiciona transição suave */
  width: 90%;
  height: 100vh;
  background: white;
  position: absolute;
  z-index: 9999;
  top: 0;
}
.mobile-menu .mm-username {
  color: #000;
font-family: 'carbona-bold';
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 24px */
margin-bottom: 24px;
}

.mobile-menu .mm-body {
  background: #f5f5f5;
}
.mobile-menu .mm-menu1.bd1 {
  border-top: 1px solid #e6e6e6;
}
.mobile-menu .mm-menu1 p {
  font-family: 'carbona-regular';
}
.mobile-menu .mm-menu1 {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 24px;
}
.mobile-menu .mm-footer {
  margin-bottom: 100px;
}
.mobile-menu .mm-footer .button {
  border: 1px solid rgb(253, 114, 34) !important;
  color: rgb(253, 114, 34);
  font-size: 14px;
}
.mobile-menu .mm-footer .button:hover {
  background: rgb(253, 114, 34);
  color: rgb(255, 255, 255);
}
.mobile-menu .mm-footer .button:hover svg path {
  stroke: rgb(255, 255, 255);
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(
    0,
    0,
    0,
    0.5
  ); /* Define a cor do overlay com transparência */
  display: none; /* Inicia oculto */
  z-index: 999; /* Garante que esteja acima de outros elementos */
  transition: opacity 0.3s ease; /* Adiciona transição suave */
}

.menu-overlay.active {
  display: block; /* Mostra o overlay quando a classe 'active' é adicionada */
  opacity: 1; /* Torna o overlay completamente visível */
}

.menu-open {
  transform: translateX(110%); /* Move a mobile-menu para dentro da tela */
}

.no-scroll {
  overflow-y: hidden; /* Remove o scroll vertical */
}

/* @media screen and (max-width: 768px) { */
.hero {
  margin-top: 56px;
}
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 950; /* Certifique-se de que o cabeçalho esteja sempre acima de outros elementos */
}
.header {
  transition: top 0.3s ease; /* Adiciona uma transição suave ao movimento */
}
.hide {
  top: -100px; /* Move o cabeçalho para cima para escondê-lo */
}
/* } */
.search-active section.articles h2 {
  color: rgb(255, 255, 255) !important;
}
.search-active header {
  position: relative;
}
.search-active section.articles {
  border-top: 1px solid #404040;
  z-index: 951;
}
.search-active section.articles .container {
  z-index: 951;
  position: relative;
}
.search-active .search-close {
  position: absolute;
  top: -150px;
  right: -100px;
  padding: 20px;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s ease;
  z-index: 9999;
  pointer-events: all;
}
@media (max-width: 768px) {
  .search-active .search-close {
    top: 30px;
    right: 30px;
    position: fixed !important;
    width: 70px;
  }
  .search-active .hero .hero-inner {
    padding-bottom: 40px;
  }
}
.search-active .search-content {
  position: relative;
  z-index: 951 !important;
}
.search-active .search-content h2 {
  color: rgb(255, 255, 255) !important;
}
.search-active .search-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black; /* Define a cor do overlay com transparência */
  z-index: 950; /* Garante que esteja acima de outros elementos */
  opacity: 1;
  transition: opacity 0.3s ease; /* Adiciona transição suave */
}

.search-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black; /* Define a cor do overlay com transparência */
  z-index: 950; /* Garante que esteja acima de outros elementos */
  opacity: 0; /* Inicia transparente */
  transition: opacity 0.3s ease; /* Adiciona transição suave */
  pointer-events: none;
}

.search-close {
  position: absolute;
  background: none;
  border: none;
  top: -150px;
  right: -100px;
  padding: 20px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

section.article {
  padding: 104px 0;
  border-top: 0.5px solid #e6e6e6;
}
@media (max-width: 768px) {
  section.article {
    padding-top: 100px !important;
  }
  section.article .container {
    max-width: fit-content;
  }
  section.article .container .row {
    padding: 0;
    margin: 0;
  }
  section.article .container .row .col-12 {
    padding: 0;
  }
  section.article h3 {
    margin-top: 40px;
  }
}
section.article a {
  color: rgb(253, 114, 34);
  font-family: "carbona-variable-regular", sans-serif;
}
section.article h3 {
  font-size: 1.25rem;
}

section.help-bar {
  justify-content: center;
  align-items: center;
  background: #f5f5f5;
  padding-top: 24px;
  padding-bottom: 24px;
  font-family: 'carbona-regular';
}
section.help-bar p {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  margin: 0 10px 0 0;
  font-family: 'carbona-regular';
}
section.help-bar .v-separator {
  padding: 0 1px;
  height: 17px;
  background: #808080;
  margin: 0 10px;
}
section.help-bar a {
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  color: #808080;
  font-family: 'carbona-regular';
  vertical-align: middle;
}

section.help-bar a[aria-selected=true] {
  color: rgb(253, 114, 34);
  font-family: "carbona-bold", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

section.help-bar a:hover {
  text-decoration: underline;
}
section.help-bar .right a {
  margin-left: 5px;
}

@media (max-width: 768px) {
  .hero-inner > .container > .row {
    margin: 0;
  }
  .container {
    max-width: -webkit-fill-available !important;
  }
  .search-content {
    overflow-x: hidden;
  }
}
.search-results-page {
  margin-top: 104px;
  margin-bottom: 104px;
}
.search-results-page h1 {
  font-size: 40px;
  margin-bottom: 80px;
}
.search-results-page .search-result-wrapper .search-result-item {
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
}
.search-results-page .search-result-wrapper .search-result-item .separator {
  background: #e6e6e6;
  width: 100%;
  padding-top: 1px;
}
.search-results-page .search-result-wrapper .search-result-item h3 {
  margin-bottom: 24px;
  font-size: 24px;
}
.search-results-page .search-result-wrapper .search-result-item p {
  margin-bottom: 40px;
  margin-top: 0;
  font-size: 16px;
}

.category-page {
  padding-top: 204px;
  padding-bottom: 104px;
}
.category-page .cat-header h2 {
  margin-top: 40px;
  font-size: 32px;
  margin-bottom: 16px;
  font-weight: 900;
  font-family: "carbona-black", sans-serif;
}
.category-page .cat-header p {
  color: #404040;
  opacity: 0.7;
}
.category-page .category-item {
  margin-top: 40px;
}
.category-page .category-item h3 {
  color: rgb(253, 114, 34);
  font-size: 24px;
  margin-bottom: 16px;
}
.category-page .category-item p {
  margin-bottom: 20px;
}
.category-page .category-item p a {
  color: rgb(0, 0, 0);
  text-decoration: underline;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.category-page .category-item p a:hover {
  color: rgb(253, 114, 34);
}
@media (max-width: 768px) {
  .category-page img {
    margin-top: 40px;
    max-width: 100%;
  }
}

/*# sourceMappingURL=typo.css.map */

.mm-menu1 > li {
  list-style-type: none;
  list-style: none;
}

.mm-menu1 ::marker {
  list-style-type: none;
  list-style: none;
}

.mm-menu1 > li .user-info .dropdown-toggle {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e6e6e6;
}

.mm-menu1 > li,
.mm-menu1 > li .user-info {
  width: 100%;
}

.mm-menu1 img#user-avatar {
  width: 40px;
  border-radius: 100px;
  margin-right: 20px;
}

.mm-menu1 .dropdown-toggle::after {
  color: #fd7222;
  font-size: 24px;
}

.mm-menu1 div#user-dropdown {
  margin-top: -60px;
  width: 100%;
}

#preview-bar-container {
  display: none;
}

zd-autocomplete {
  display: block !important;
  position: relative;
  width: 100% !important;
  top: 0 !important;
  max-width: 100%;
  background: transparent;
  border: none;
  box-shadow: none;
  left: 0 !important;
}

zd-autocomplete-option em {
  color: #fd7222;
  margin-left: 1px;
  margin-right: 1px;
}

zd-autocomplete-option {
  background: #131313;
  color: rgb(255, 255, 255);
  display: flex !important;
  align-items: center;
  border-radius: 100px;
  text-decoration: none;
  padding: 24px 40px !important;
  height: 20px;
  color: white !important;
  font-family: "carbona-bold";
  width: 100%;
  max-width: -webkit-fill-available;
  margin-bottom: 5px;
}

zd-autocomplete-option[aria-selected="true"] {
  background-color: #404040;
}

zd-autocomplete-option:hover,
zd-autocomplete-option:focus {
  background: #404040 !important;
}

zd-autocomplete-option::after {
  /* <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M12.172 6.778L6.808 1.414L8.222 0L16 7.778L8.222 15.556L6.808 14.142L12.172 8.778H0V6.778H12.172Z" fill="#FD7222"/></svg> */
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M12.172 6.778L6.808 1.414L8.222 0L16 7.778L8.222 15.556L6.808 14.142L12.172 8.778H0V6.778H12.172Z' fill='%23FD7222'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  text-align: center;
  transform: rotate(0deg);
  transition: all 0.35s;
  right: 22px;
  position: absolute;
}

zd-autocomplete-header {
  display: none;
}

zd-autocomplete-breadcrumbs-multibrand {
  display: none;
}

zd-autocomplete-option:last-child {
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
}

.pagination ul li a {
  color: black;
  padding: 4px 9px;
  border-radius: 100px;
  background: #e6e6e65e;
  font-family: "carbona-variable-regular";
}
.pagination ul li {
  font-family: "carbona-variable-regular";
}
.pagination ul {
  display: flex;
  flex-direction: row;
  gap: 15px;
  color: black;
}

li.pagination-current {
  background: rgb(253, 114, 34);
  color: white;
  padding: 4px 9px;
  border-radius: 100px;
  font-weight: 900;
  margin: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  font-family: "carbona-black";
}

.article .article-body {
  font-family: "carbona-variable-regular";
  font-size: 16px;
  line-height: 1.5;
  color: #404040;
}

.article .article-body h2 {
  font-size: 24px;
  margin-bottom: 24px;
}

.article .article-body *:not(a) {
  color: black;
  line-height: 140%;
}

.article .article-body img {
  max-width: 100%;
  max-width: -webkit-fill-available;
  margin: 10px 0;
}

.article .article-body iframe {
  max-width: 100%;
}
/* .article .article-body h4 span strong, */
.article .article-body h4 span {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  align-content: center;
  font-weight: bolder;
  font-size: 20px;
  gap: 10px;
  width: 100%;
  font-family: "carbona-bold";
}

.article .article-body strong {
  font-family: "carbona-bold";
}

.article .article-body p > span > span {
  /* display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  justify-content: start;
  margin-bottom: 10px; */
}

.article-vote-up::after {
  content: "Sim";
}
.article-vote-down::after {
  content: "Não";
}

/* =============================================================================== */
/* old styles */
/* =============================================================================== */

.my-activities-nav {
  display: none;
}
.requests-container {
  /* max-width: -webkit-fill-available !important; */
  margin-top: 104px;
  margin-bottom: 104px;
}
.requests-container ul.collapsible-nav-list {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.requests-container #quick-search {
  padding: 10px 20px;
  border-radius: 5px;
  background: rgb(230, 230, 230);
  border: none;
  margin-right: 40px;
  outline: none;
  width: 100%;
  transition: background-color 0.3s ease;
  font-family: "carbona-variable-regular";
  color: #404040;
}

.requests-container select.request-filter {
  background: #fff;
  background-position: right 10px center;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-family: "carbona-variable-regular";
  padding: 8px 30px 8px 10px;
  outline: 0;
  color: #555;
}

label.request-filter {
  display: none;
}

.requests-container form.requests-table-toolbar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.my-activities-header h1,
.my-activities-header
  .my-activities-sub-nav
  .collapsible-nav-list
  > li[aria-selected="true"] {
  color: #fd7222;
  font-family: "carbona-bold";
}

.requests-container .search {
  width: 100%;
}

.requests-search-info.meta-data {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-family: "carbona-bold";
}

.table tr {
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 20px 0;
}

.table tr {
  display: table-row;
}

.my-activities-table * {
  font-family: "carbona-regular";
}
.my-activities-table {
  margin-top: 40px;
  width: 100%;
}

.requests .requests-table thead {
  display: table-header-group;
}

.table td,
.table th {
  padding: 20px 30px;
}





td.request-info.requests-table-info {
}

td.request-info.requests-table-info a {
  font-weight: bolder;
  color: black;
}

.requests-table-meta.meta-group {
  display: none;
}

.my-activities-table tr * {
  color: black;
}
.c-linkBack.u-dnone a {
  font-family: "carbona-bold";
  color: black;
}

.request-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  order: 0;
  border-radius: 10px;
  background: #f7f7f7;
  padding: 20px;
  max-height: calc(100vh - 250px);
  overflow-y: auto;
}
.request-sidebar * {
  font-family: "carbona-variable-regular";
}
.request-sidebar h5 {
  position: relative;
  padding: 10px 0;
  font-size: 18px;
  font-family: "carbona-bold";
}

.request-details {
  border-bottom: 1px solid #ddd;
  font-size: 0;
  margin: 0;
  padding-bottom: 20px;
}
.request-details:last-child {
  border: 0;
}
.request-details dd,
.request-details dt {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  margin: 20px 0 0 0;
}
.request-details dd {
  padding: 0 10px;
  width: 50%;
  font-weight: bolder;
}
.request-details dd::after {
  content: "\A";
  white-space: pre;
}
.request-details dt {
  color: lighten($color_3, 20%);
  font-weight: 300;
  width: 40%;
}
.request-details .request-collaborators {
  display: inline-block;
}

.request-attachments {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.request-attachments dt {
  font-size: 16px;
  font-family: "carbona-bold";
}
.request-attachments dd,
.request-attachments dt {
  width: 100%;
}

.request-attachments .attachment-item a {
  color: rgb(253, 114, 34);
  font-weight: bolder;
}
.request-attachments .attachment-item {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
  line-height: 140%;
}

/* comments */

.request-container
  .request-main
  .comment-list
  .comment
  .comment-author
  .comment-meta
  > span {
  display: block;
  width: 100%;
  line-height: 1;
  overflow: hidden;
}
.request-container
  .request-main
  .comment-list
  .comment
  .comment-author
  .comment-meta
  > span
  a {
  font-size: 16px;
  color: #000;
  line-height: 1;
}
.request-container
  .request-main
  .comment-list
  .comment
  .comment-author
  .comment-meta
  > .meta-group {
  line-height: 1;
  margin-top: 2px;
}
.request-container .request-main .comment-list .comment .comment-body {
  padding-left: 50px;
}

.comment {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}
.comment-heading {
  margin-bottom: 5px;
  margin-top: 0;
}
.comment-overview {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}
.comment-overview p {
  margin-top: 0;
}
.comment-callout {
  color: lighten($color_3, 20%);
  display: inline-block;
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 0;
}
.comment-callout a {
  color: $color_1;
}
.comment-sorter {
  display: inline-block;
  float: right;
}
.comment-sorter a {
  color: lighten($color_3, 20%);
  font-weight: 300;
  font-size: 13px;
  text-decoration: none;
}
[dir="rtl"] .comment-sorter {
  float: left;
}
.comment-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.comment-wrapper.comment-official {
  border: 1px solid $color_1;
  padding: 40px 20px 20px;
}
.comment-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}
[dir="rtl"] .comment-info {
  padding-right: 0;
  padding-left: 20px;
}
.comment-author {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.comment-avatar {
  margin-right: 10px;
}
[dir="rtl"] .comment-avatar {
  margin-left: 10px;
  margin-right: 0;
}
.comment-meta {
  flex: 1 0 auto;
}
.comment-labels {
  flex-basis: 100%;
}
.comment .status-label:not(.status-label-official) {
  margin-top: 10px;
}
.comment-form {
  display: flex;
  padding-top: 30px;
  word-wrap: break-word;
}
.comment-container {
  width: 100%;
}

.comment-form-controls .request-submit-comment input {
  background: rgb(253, 114, 34);
  color: rgb(0, 0, 0);
  border: none;
  border-radius: 100px;
  transition: background-color 1s ease;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  width: auto;
  justify-content: center;
  align-items: center;
  color: rgb(0, 0, 0);
  font-family: "carbona-bold", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  /* height: 24px; */
  padding: 12px 24px;
}

.comment-form-controls {
  margin-top: 10px;
  text-align: left;
}
.comment-form-controls input[type="submit"] {
  margin-top: 15px;
}
.comment-form-controls input[type="checkbox"] {
  margin-right: 5px;
}
.comment-form-controls input[type="checkbox"] [dir="rtl"] {
  margin-left: 5px;
}
.comment-ccs {
  display: none;
}
.comment-ccs + textarea {
  margin-top: 10px;
}
.comment-attachments {
  margin-top: 10px;
}
.comment-attachments a {
  color: $color_1;
}
.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  font-family: $font_2;
  line-height: 1.6;
}
.comment-body img {
  height: auto;
  max-width: 100%;
}
.comment-body ol,
.comment-body ul {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}
[dir="rtl"] .comment-body ol,
[dir="rtl"] .comment-body ul {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}
.comment-body ol > ol,
.comment-body ol > ul,
.comment-body ul > ol,
.comment-body ul > ul {
  margin: 0;
}
.comment-body ul {
  list-style-type: disc;
}
.comment-body a:visited {
  color: darken($color_4, 20%);
}
.comment-body code {
  background: darken($color_5, 3%);
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}
.comment-body pre {
  background: darken($color_5, 3%);
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}
.comment-body blockquote {
  border-left: 1px solid #ddd;
  color: lighten($color_3, 20%);
  font-style: italic;
  padding: 0 15px;
}
.comment-mark-as-solved {
  display: inline-block;
}

.comment-body a,
.comment-info a {
  color: rgb(253, 114, 34);
}

main {
  margin-top: 104px;
}

.request-follow-up {
  font-family: "carbona-variable-regular";
  padding: 20px;
}

.avatar.comment-avatar img {
  border-radius: 100px;
  width: 50px;
  height: 50px;
}

.comment-meta span {
  font-family: "carbona-bold";
}

@media (max-width: 480px) {
  .my-activities-table tr {
    display: flex;
    flex-direction: column;
  }
  .my-activities-table th {
    display: none;
  }
}

.profile-header {
  /* padding: 108px 0 48px; */
  /* background-color: darken($color_5, 3%) */
}
.profile-header .container {
  display: flex;
  flex-wrap: wrap;
}
.profile-header .profile-info {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
}
.profile-avatar {
  position: relative;
  line-height: 0;
  align-self: center;
  margin-right: 10px;
}
[dir="rtl"] .profile-avatar {
  margin-left: 10px;
  margin-right: 0;
}
.profile-avatar .user-avatar {
  width: 65px;
  height: 65px;
  border-radius: 100px;
}
.profile-avatar .icon-agent::before {
  bottom: 0;
  right: 0;
}
.profile-header .basic-info {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}
.profile-header .basic-info .name {
  margin: 0;
}
.profile-header .options {
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  align-items: flex-start;
  justify-content: start;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.profile-header .options [data-action="edit-profile"] {
  background-color: $color_1;
  border: 0;
  color: $color_2;
  line-height: normal;
  padding: 8px 20px;
}
.profile-header .description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  margin: 15px 0;
  flex-basis: 100%;
}
.profile-stats {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}
.profile-stats .stat {
  display: flex;
  margin-bottom: 10px;
}
.profile-stats .stat-label {
  color: lighten($color_3, 20%);
  font-weight: 300;
  flex: 0 0 100px;
  margin-right: 10px;
}
[dir="rtl"] .profile-stats .stat-label {
  margin-left: 10px;
  margin-right: 0;
}
.profile-stats-activity {
  border-top: solid 1px #ddd;
  margin-top: 15px;
}
.profile-stats-activity .stat:first-child {
  margin-top: 10px;
}
.profile-stats-counters {
  border-bottom: solid 1px #ddd;
}
.profile-private-badge {
  border: solid 1px $color_1;
  border-radius: 4px;
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}
.profile-private-badge::after {
  content: "\1f512";
  margin-left: 5px;
  font-family: copenhagen-icons;
  vertical-align: middle;
  line-height: 15px;
}
.profile-nav {
  background-color: darken($color_5, 5%);
  border: 0;
  margin-bottom: 37px;
}
.profile-section {
  width: 100%;
}
.profile-section-header {
  display: flex;
  flex-wrap: wrap;
}
.profile-section-title {
  flex-basis: 100%;
  margin-bottom: 0;
}
.profile-section-description {
  flex-basis: 100%;
  padding: 10px 0;
  color: lighten($color_3, 20%);
  font-weight: 300;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.profile-section-sorter {
  flex-basis: 100%;
  border-top: solid 1px #eee;
  font-size: 13px;
}
.profile-section-sorter .dropdown-toggle {
  padding: 10px 0;
  width: 100%;
}
.profile-section-sorter .dropdown-toggle::after {
  position: absolute;
  right: 0;
}
[dir="rtl"] .profile-section-sorter .dropdown-toggle::after {
  left: 0;
  right: initial;
}
.profile-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  padding: 20px 0;
  position: relative;
}
.profile-contribution-header {
  margin-bottom: 5px;
}
.profile-contribution-title {
  margin: 0 0 5px 0;
  display: inline;
  line-height: 21px;
  font-size: 15px;
  vertical-align: middle;
}
.profile-contribution-body {
  margin: 10px 0;
}
.profile-contribution-list > .profile-contribution {
  border-top: 1px solid #eee;
}
.profile-contribution-list > .profile-contribution:last-child {
  border-bottom: 1px solid #eee;
}
.profile-contribution-list > .profile-contribution::before {
  left: 0;
  position: absolute;
  font-size: 16px;
  color: #ccc;
  font-family: copenhagen-icons;
  line-height: 25px;
}
[dir="rtl"] .profile-contribution-list > .profile-contribution::before {
  right: 0;
}
.profile-contribution-list .profile-contribution-header {
  margin-left: 30px;
}
[dir="rtl"] .profile-contribution-list .profile-contribution-header {
  padding-right: 30px;
  padding-left: 0;
}
.profile-comments .profile-contribution-breadcrumbs {
  margin-left: 30px;
}
[dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
  padding-right: 30px;
  padding-left: 0;
}
.profile-section .no-activity,
.profile-section .private-activity {
  display: block;
  margin-top: 40px;
  color: #999;
}
.profile-section .private-activity::before {
  content: "\1f512";
  font-family: copenhagen-icons;
  font-style: normal;
  font-size: 12px;
  font-weight: 400;
  vertical-align: middle;
  margin-right: 10px;
}
[dir="rtl"] .profile-section .private-activity::before {
  margin-right: 0;
  margin-left: 10px;
}
.profile-activity-list {
  margin-top: 25px;
}
.profile-activity {
  position: relative;
  padding-bottom: 30px;
}
.profile-activity-header {
  display: flex;
  align-items: center;
  /* margin-left: 35px */
}
[dir="rtl"] .profile-activity-header {
  margin-left: 0;
  margin-right: 35px;
}
.profile-activity-header .user-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  min-width: 40px;
  align-self: flex-start;
}
[dir="rtl"] .profile-activity-header .user-avatar {
  margin-left: 10px;
  margin-right: 0;
}
.profile-activity-description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  margin: 0;
  min-width: 0;
  width: 100%;
}
.profile-activity-description span:first-child {
  font-weight: 600;
  display: inline;
}
.profile-activity-contribution {
  padding: 20px;
  margin-top: 0px;
  border-radius: 8px;
  background: #f7f7f7;
}
.profile-activity::before {
  position: absolute;
  left: 0;
  width: 28px;
  border-radius: 50%;
  content: "";
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: $color_5;
  background-position: 50% 50%;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #ccc;
  font-family: copenhagen-icons;
}
[dir="rtl"] .profile-activity::before {
  right: 0;
}
.profile-activity-list > li[class$="-article"]::before,
.profile-articles > .profile-contribution::before {
  /* content: "\1f4c4" */
}
.profile-activity-list > li[class$="-post"]::before,
.profile-posts > .profile-contribution::before {
  /* content: "\1f4d4" */
}
.profile-activity-list > li[class$="-comment"]::before,
.profile-comments > .profile-contribution::before {
  /* content: "\1f4ac"; */
  /* line-height: 35px; */
}

.profile-header * {
  font-family: "carbona-variable-regular";
}

.profile-header .name a {
  font-family: "carbona-bold";
  color: black;
}

.profile-section-description {
  font-family: "carbona-variable-regular";
}

.profile-contribution-header {
  padding: 0;
  background: transparent;
}

.profile-contribution-title a {
  font-size: 18px;
  font-family: "carbona-bold";
  color: black;
}

ol.breadcrumbs.profile-contribution-breadcrumbs {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.profile-contribution-breadcrumbs li + li::before {
  content: ">>";
  color: #fd7222;
  font-weight: bolder;
  margin-left: -10px;
  margin-right: 10px;
}

.profile-contribution-breadcrumbs a {
  color: #fd7222;
}

ul.meta-group {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-evenly;
  padding: 10px 0 0;
  border-top: 1px solid #e4e4e4;
  flex-wrap: wrap;
}

.comment-list ul.meta-group {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: start;
  padding: 10px 0 0;
  border-top: 1px solid #e4e4e4;
  flex-wrap: wrap;
}

.profile-section {
  max-width: -webkit-fill-available;
}

body {
  overflow-x: hidden;
}

section {
  overflow-x: hidden;
  overflow-y: clip;
}

@media (max-width: 768px) {
  .hero .container {
    max-width: -webkit-fill-available !important;
  }
}

.mm-menu1 .login {
  display: none;
}

section.article * {
  font-family: "Carbona Regular", sans-serif;
}

section.article ul > li {
  list-style-type: disc;
  margin-left: 35px;
}

section.new-request {
  margin-top: 104px;
  margin-bottom: 104px;
}

section.new-request .container {
  max-width: -webkit-fill-available;
  /* width: 780px; */
}

section.new-request .container h2 {
  /* margin-bottom: 40px;
  margin-top: 50px; */
}
.request-form,
.request-form .form-field {
  /* display: flex; */
  /* flex-direction: column; */
  margin-bottom: 20px;
}

.comment-show-container-content {
  font-family: "carbona-bold";
}

.request-form input,
.request-form textarea,
#request_comment_body,
.request-form .nesty-input {
  padding: 12px 20px;
  border-radius: 10px;
  background: white;
  border: none;
  outline: none;
  width: 100%;
  max-width: -webkit-fill-available;
  font-family: "carbona-bold";
  color: #808080;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  min-height: 32px;
  line-height: 150%; /* 24px */
}

.request-form .nesty-input {
  padding: 0 20px;
  max-width: 100%;
  height: 56px;
  display: flex;
  justify-content: start;
  align-items: center;
  font-family: "carbona-regular";
  font-size: 14px;
}

.request-form p {
  font-size: 14px;
}

.request-form label {
  font-family: "carbona-bold";
  margin-bottom: 5px;
  display: block;
  color: white;
font-size: 14px;
line-height: 150%; /* 21px */
}

.request_cc_emails ul li {
  margin: 0;
}
.request_cc_emails ul {
  /* padding: 12px 20px; */
  border-radius: 10px;
  background: white;
  border: none;
  outline: none;
  display: flex;
  flex-direction: row;
  gap: 10px;
  height: 51px;
  justify-content: start;
  align-items: center;
}
.request_cc_emails [data-hc-pills-container] li[data-hc-pill="true"] {
  background: #fd7222;
  color: white;
  border-radius: 10px;
}

.request-form input[type="submit"] {
  background: #fd7222;
  color: black;
  font-family: "carbona-bold";
}

.upload-dropzone span {
  font-family: "carbona-regular";
  color:white;
}

#upload-error {
  margin-top: 10px;
  max-width: -webkit-fill-available;
}

div#upload-dropzone {
  border-radius: 10px;
}
.c-fixedFeedbackWarn {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  border-radius: 5px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  right: 10px;
  bottom: -100px;
  -webkit-box-shadow: 0px 1px 2px rgba(85, 85, 85, 0.3);
  box-shadow: 0px 1px 2px rgba(85, 85, 85, 0.3);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  width: 100%;
  max-width: 370px;
  z-index: 9;
}
.c-fixedFeedbackWarn__icon {
  min-width: 24px;
  max-width: 24px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 24px;
  flex: 1 1 24px;
  height: 24px;
}
.c-fixedFeedbackWarn__icon img {
  display: block;
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.c-fixedFeedbackWarn__text {
  padding-right: 70px;
  padding-left: 15px;
}
.c-fixedFeedbackWarn__text h4 {
  font-family: "Roboto", "Arial", "Calibri", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
}
.c-fixedFeedbackWarn__text p {
  color: #8c8c8c;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 0;
}
.c-fixedFeedbackWarn__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.c-fixedFeedbackWarn__close img {
  display: block;
  width: 10px;
  height: 10px;
}
.c-fixedFeedbackWarn.--error .c-fixedFeedbackWarn__text h4 {
  color: #f82222;
}
.c-fixedFeedbackWarn.is-active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  visibility: visible;
  bottom: 10px;
}

main.new-request-page {
  background: transparent url('https://theme.zdassets.com/theme_assets/1064086/9d6ada7910f70518c39bfc44eb7afeb8f9015f8c.png') no-repeat top right;
  background-size: 100% auto;
}

.mt-104 {
  margin-top:104px;
}

.new-request-page h2 {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 48px */
  margin-bottom: 16px;
}
.new-request-page p {
  max-width: 500px;
  color: #404040;
  font-family: Carbona-Regular;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
  opacity: 0.7;
}
.new-request-page h3 {
  color: #808080;
  font-family: 'carbona-black';
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 124%; /* 29.76px */
  letter-spacing: 0.48px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

form.request-form {
  border-radius: 24px;
  background: rgba(12, 12, 12, 0.60);
  backdrop-filter: blur(30px);
  padding:56px;
}

.nesty-input:after {
  content: "";
  color: #fd7222;
  font-weight: bolder;
  font-size: 24px;
  margin-left: 10px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuNSA1LjgzMzI1TDEwIDEzLjMzMzNMMTcuNSA1LjgzMzI1IiBzdHJva2U9IiNGRDcyMjIiIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4K);
  width: 20px;
  height: 20px;
  margin-top: 5px;
}

div#upload-dropzone {
  text-align: left;
  border-radius: 12px;
  border: 1px dashed #808080;
  background: rgba(0, 0, 0, 0.2);
  color: white;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
}

div#upload-dropzone:after {
  content: "";
  color: #fd7222;
  font-weight: bolder;
  font-size: 24px;
  margin-left: 10px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIiBmaWxsPSJub25lIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05Ljc5MDg0IDBMMTEuMDEwMyAxLjIxOTM3TDkuNzkwODQgMi40Mzg3NEw4LjU3MTQzIDEuMjE5MzdMOS43OTA4NCAwWk05Ljc5MDg0IDIuODU3MDNMMTEuMDEwMyA0LjA3NjRMOS43OTA4NCA1LjI5NTc3TDguNTcxNDMgNC4wNzY0TDkuNzkwODQgMi44NTcwM1pNMTEuMDEwMyA2LjkzMzQzTDkuNzkwODQgNS43MTQwN0w4LjU3MTQzIDYuOTMzNDNMOS43OTA4NCA4LjE1MjhMMTEuMDEwMyA2LjkzMzQzWk05Ljc5MDg0IDguNTcxMUwxMS4wMTAzIDkuNzkwNDdMOS43OTA4NCAxMS4wMDk4TDguNTcxNDMgOS43OTA0N0w5Ljc5MDg0IDguNTcxMVpNMTMuODY3NCA5Ljc5MDQ3TDEyLjY0OCA4LjU3MTFMMTEuNDI4NiA5Ljc5MDQ3TDEyLjY0OCAxMS4wMDk4TDEzLjg2NzQgOS43OTA0N1pNMS4yMTk0MiA4LjU3MTFMMi40Mzg4MyA5Ljc5MDQ3TDEuMjE5NDIgMTEuMDA5OEwwIDkuNzkwNDdMMS4yMTk0MiA4LjU3MTFaTTE2LjcyNDUgOS43OTA0N0wxNS41MDUxIDguNTcxMUwxNC4yODU3IDkuNzkwNDdMMTUuNTA1MSAxMS4wMDk4TDE2LjcyNDUgOS43OTA0N1pNNC4wNzY1NiA4LjU3MTFMNS4yOTU5NyA5Ljc5MDQ3TDQuMDc2NTYgMTEuMDA5OEwyLjg1NzE0IDkuNzkwNDdMNC4wNzY1NiA4LjU3MTFaTTE5LjU4MTcgOS43OTA0N0wxOC4zNjIzIDguNTcxMUwxNy4xNDI5IDkuNzkwNDdMMTguMzYyMyAxMS4wMDk4TDE5LjU4MTcgOS43OTA0N1pNNi45MzM3IDguNTcxMUw4LjE1MzEyIDkuNzkwNDdMNi45MzM3IDExLjAwOThMNS43MTQyOSA5Ljc5MDQ3TDYuOTMzNyA4LjU3MTFaTTExLjAxMDMgMTIuNjQ3NUw5Ljc5MDg0IDExLjQyODFMOC41NzE0MyAxMi42NDc1TDkuNzkwODQgMTMuODY2OUwxMS4wMTAzIDEyLjY0NzVaTTkuNzkwODQgMTQuMjg1MkwxMS4wMTAzIDE1LjUwNDVMOS43OTA4NCAxNi43MjM5TDguNTcxNDMgMTUuNTA0NUw5Ljc5MDg0IDE0LjI4NTJaTTExLjAxMDMgMTguMzYxNkw5Ljc5MDg0IDE3LjE0MjJMOC41NzE0MyAxOC4zNjE2TDkuNzkwODQgMTkuNTgwOUwxMS4wMTAzIDE4LjM2MTZaIiBmaWxsPSIjRkQ3MjIyIi8+Cjwvc3ZnPg==);
  width: 20px;
  height: 20px;
  margin-top: 5px;
  display: block;
  position: absolute;
  top: 7px;
  right: 14px;
}

.new-request-page input[type="submit"]:after {
  content: "";
  color: black;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzMzNl81Mzk0MykiPgo8cGF0aCBkPSJNMTYuMTcyIDEwLjk5OTlMMTAuODA4IDUuNjM1OTJMMTIuMjIyIDQuMjIxOTJMMjAgMTEuOTk5OUwxMi4yMjIgMTkuNzc3OUwxMC44MDggMTguMzYzOUwxNi4xNzIgMTIuOTk5OUg0VjEwLjk5OTlIMTYuMTcyWiIgZmlsbD0iYmxhY2siLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8zMzZfNTM5NDMiPgo8cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+');
  width: 20px;
  height: 20px;
  margin-top: 5px;
  display: block;
  position: absolute;
  top: 7px;
  right: 14px;
}
.new-request-page input[type="submit"] {
  width: auto!important;
  min-width: 132px;
}

.new-request-page form footer {
  display: flex;
  flex-direction: row;
  justify-content: end;
}

.new-request-page form p {
  color: #F5F5F5;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  max-width: -webkit-fill-available;
    text-wrap: wrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.new-request-page form p a {
  color: #fd7222;
}

.notification-inline.notification-error {
  background-color: transparent;
  border: 1px dashed #f2929a;
  color: #f7cdd1;
  max-width: -webkit-fill-available;
}

.request-form-footer-notice span{
  font-family: 'carbona-regular';
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 21px */
margin-left:10px;
}
.request-form-footer-notice {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
}

form.request-form input:focus {
  max-height: 56px;

    border: 1px solid #fd7222;
}
ul[data-hc-pills-container][data-hc-focus=true] {
  max-height: 56px;
  border: 1px solid #fd7222;
}
textarea#request_description:focus {

  border: 1px solid #fd7222;
}

@media (max-width: 768px) {

  .new-request > .mt-104 {
    margin-top: 0;
  }

  .new-request-page h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 38.4px */
  }
  .new-request-page p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    margin-bottom: 40px;
  }
  .new-request-page h3 {
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 124%; /* 19.84px */
    letter-spacing: 0.32px;
    text-transform: uppercase;
  }
  form.request-form {
    padding: 40px 24px;
  }
  div#upload-dropzone {
    padding: 20px;
  }
  div#upload-dropzone:after {
    top: 5px;
    right: 10px;
  }
  new-request-page input[type="submit"]:after {
    top: 5px;
    right: 10px;
  }
  .new-request-page input[type="submit"] {
    min-width: 100px;
  }
  .new-request-page form footer {
    flex-direction: column;
  }
  .new-request-page form p {
    margin-top: 10px;
  }
  .request-form-footer-notice p{
    margin-left:0;
  }
  main.new-request-page {
    background: transparent url('https://theme.zdassets.com/theme_assets/1064086/9d6ada7910f70518c39bfc44eb7afeb8f9015f8c.png') no-repeat center center;
    background-size: 310% auto;
    background-position-x: 70%;
    background-position-y: 280px;
}
}

.nesty-panel li {
  color: #808080;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: 'carbona-regular';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 121.429% */
}
.nesty-panel li.nesty-selected {
  color: #FD7222;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: 'carbona-bold';
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
}

.nesty-panel {
  border-radius: 10px;
  padding: 10px;
}
.uam-hidden {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: absolute;
  padding-top:65px;
  padding-bottom: 14px;
  padding-left: 14px;
  padding-right: 14px;
  border-radius: 12px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.20);
  z-index: 1;
  width: 190px;
  overflow: hidden;
  height: 130px;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
}

.uam-hidden.closed {
  height: 0;
  overflow: hidden;
  box-shadow: none;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}

.uam-user svg {
  transition: all 0.3s ease;
}

.user-auth-menu{
  position: relative;
  display: flex;
  padding: 8px 14px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;

}
.uam-user{
  cursor: pointer;
  position: relative;
  z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 190px;

}
.uam-logout a:hover {
  color: white;
  background: #FD7222;
  transition: all 0.3s ease;
}
.uam-logout a:hover svg {
  fill: white;
  transition: all 0.3s ease;

}

.js-uam-avatar{
  width: 48px;
  height: 48px;
  border-radius: 999px;
}
.js-uam-username{
  color: #000;
  font-family: 'carbona-bold';
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 21px */
  max-width: 100px;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0 10px;
}
.uam-separator{
  height: 1px;
  background: #E6E6E6;
  width: 100%;
  display: block;
}
.uam-menu{
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.uam-menu a {
  color: #808080;
  text-align: center;
  font-family: Carbona-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  transition: all 0.3s ease;

}
.uam-menu a:hover {
  color: #FD7222;
  transition: all 0.3s ease;
}
.uam-logout{
  width: 100%;
  display: block;
}
.uam-logout a{
  padding: 8px 24px;
  width: 100%;
  max-width: -webkit-fill-available;
  border-radius: 100px;
  border: 1px solid var(--Orange-01, #FD7222);
  font-size: 14px;
  color: #FD7222;
  font-family: 'carbona-black';
  font-weight: 900;
  line-height: 150%; /* 21px */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.uam-loggedoff{}

/* request table */

.client-requests-page{}
.client-requests-page h2 {
  color: #808080;
  font-family: 'carbona-black';
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 124%; /* 29.76px */
  letter-spacing: 0.48px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.client-requests-page h1 {
  color: #000;
  font-family: 'carbona-bold';
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 48px */
  margin-bottom: 16px;
}

.client-requests-page > .container > p {
  color: #404040;
  font-family: 'carbona-regular';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

.client-requests-page > .container > p a{
  color: #FD7222;
}

.client-requests-page .client-requests-table .separator {
  height: 49px;
  width: 1px;
  background: #E6E6E6;
  display: block;
  margin: 0 16px;
}
.requests-link {
  position: relative;
}
.requests-sort-symbol {
  color:#f5f5f5!important;
  visibility: hidden;
  
}

.rotate-180::after {
  transform: rotate(180deg) translateY(50%)!important;
}

.requests-sort-symbol:after {

  content: '';
  position: absolute;
  top: 50%;
  right: -7px;
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="21" viewBox="0 0 20 21" fill="none"><path d="M2.5 6.33325L10 13.8333L17.5 6.33325" stroke="%23FD7222" stroke-width="2"/></svg>') no-repeat center center;
  background-size: contain;
  pointer-events: none;
  transform: translateY(-50%);
}

.client-requests-page .client-requests-table select.request-filter {
  border-radius: 12px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  display: flex;
  padding: 8px 44px 8px 24px;
  justify-content: center;
  align-items: center;
  color: #808080;
  font-family: 'carbona-regular';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 121.429% */
  text-transform: uppercase;
  appearance: none; /* Remove a seta padrão */
  -webkit-appearance: none;
  -moz-appearance: none;
}

.request-table-filter .select {
  position: relative;
}

.cr-table-header .search {
  position: relative;
}
.cr-table-header .search::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE2IDE3IiBmaWxsPSJub25lIj4gPHBhdGggZD0iTTEyLjE3MiA3LjQ3MTQ2TDYuODA4IDEuOTU0MzZMOC4yMjIgMC41TDE2IDguNUw4LjIyMiAxNi41TDYuODA4IDE1LjA0NTZMMTIuMTcyIDkuNTI4NTRIMFY3LjQ3MTQ2SDEyLjE3MloiIGZpbGw9IiNGRDcyMjIiLz4gPC9zdmc+') no-repeat center center;
  background-size: contain;
  cursor:pointer;
  transform: translateY(-50%);
}

.client-requests-page .client-requests-table .select::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="21" viewBox="0 0 20 21" fill="none"><path d="M2.5 6.33325L10 13.8333L17.5 6.33325" stroke="%23FD7222" stroke-width="2"/></svg>') no-repeat center center;
  background-size: contain;
  pointer-events: none;
  transform: translateY(-50%);
}

.client-requests-page .client-requests-table {
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  background: #F5F5F5;
  margin-top: 40px;
}

.client-requests-table .search .requests-search {
  display: flex;
  padding: 16px 45px 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 48px;
  border-radius: 72px;
  border: 1px solid #E6E6E6;
  background: #E6E6E6;
  color: #808080;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: 'carbona-bold';
  font-size: 12px;
  min-width: 190px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px; /* 121.429% */
  text-transform: uppercase;
}

.client-requests-table .search .requests-search:focus {
  border-color: #fd7222;
}


.client-requests-table .search_cr_label span {
  color: #808080;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: 'carbona-bold';
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px; /* 121.429% */

}

.cr-table-header {
  padding: 24px 24px 16px 24px;
}
.cr-table-header form {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: start;
  align-items: center;
  align-content: center;
}


.client-requests-table table tbody td:nth-child(1) a {
  font-family: 'carbona-bold';
}
.client-requests-table table tbody td {
  color: #000;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: 'carbona-regular';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  vertical-align: middle;
}
.client-requests-table table thead th, .client-requests-table table thead th a {
  color: #7A7A7A;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: 'carbona-regular';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
  text-align: left;
}
.client-requests-table .my-activities-table {
  margin-top: 0px;
  width: 100%;
}
.client-requests-table table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

.my-activities-table tbody tr td.requests-table-status span {
  display: flex;
  width: 100px;
  padding: 4px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 7px;
  color: #FFF;
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: 'carbona-bold';
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px; /* 141.667% */
}

.my-activities-table tbody tr td.requests-table-status span.status-label-open {
  background: #FFA011;
  color:black;
}

.my-activities-table tbody tr td.requests-table-status span.status-label-answered {
  background: #FFA011;
  color:black;
}
.my-activities-table tbody tr td.requests-table-status span.status-label-solved {
  background: #62BB00;
}
.my-activities-table tbody tr td.requests-table-status span.status-label-closed {
  background: #808080;
}
.my-activities-table tbody tr td.requests-table-status span.status-label-pending {
  background: #FFA011;
}
.my-activities-table tbody tr td.requests-table-status span.status-label-hold {
  background: #F82222;
}

@media (max-width: 768px) {
  .cr-table-header form {
    flex-direction: column;
    align-items: start;
    gap: 16px;
  }
  .client-requests-page h2 {
    margin-top:20px!important;
  }

  
  .cr-table-header form .search,  .cr-table-header form .search input {
    width: 100%;
  }
  .cr-table-header form .separator {
    display: none!important;
  }

  .client-requests-table .my-activities-table thead {display: none;}

  .client-requests-table table tbody td {
    padding: 10px;
  }

}


.solic {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  align-content: center;
  color: #808080;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: 'carbona-regular';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 121.429% */
}
#change-request-type {
  margin-right:10px;
  color: rgba(85, 85, 85, 0.30);
  width: 14px;
  -webkit-appearance: none;
  appearance: none;
  height: 15px;
  border: 0.15em solid currentColor;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

input[type="checkbox"]::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 2px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
}

input[type="checkbox"]:checked::before {
  transform: scale(1);
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjU2NzIgMTQuNUgxLjU2NzE3QzAuNzIzNDIyIDE0LjUgMC4wNjcxNzIxIDEzLjg0MzggMC4wNjcxNzIxIDEzVjJDMC4wNjcxNzIxIDEuMTg3NSAwLjcyMzQyMiAwLjUgMS41NjcxNyAwLjVIMTIuNTY3MkMxMy4zNzk3IDAuNSAxNC4wNjcyIDEuMTg3NSAxNC4wNjcyIDJWMTNDMTQuMDY3MiAxMy44NDM4IDEzLjM3OTcgMTQuNSAxMi41NjcyIDE0LjVaTTYuMTYwOTIgMTEuNDM3NUwxMS45MTA5IDUuNjg3NUMxMi4wOTg0IDUuNSAxMi4wOTg0IDUuMTg3NSAxMS45MTA5IDVMMTEuMTkyMiA0LjI4MTI1QzExLjAwNDcgNC4wOTM3NSAxMC42OTIyIDQuMDkzNzUgMTAuNTA0NyA0LjI4MTI1TDUuODE3MTcgOC45Njg3NUwzLjU5ODQyIDYuNzgxMjVDMy40MTA5MiA2LjU5Mzc1IDMuMDk4NDIgNi41OTM3NSAyLjkxMDkyIDYuNzgxMjVMMi4xOTIxNyA3LjVDMi4wMDQ2NyA3LjY4NzUgMi4wMDQ2NyA4IDIuMTkyMTcgOC4xODc1TDUuNDQyMTcgMTEuNDM3NUM1LjYyOTY3IDExLjY1NjIgNS45NzM0MiAxMS42NTYyIDYuMTYwOTIgMTEuNDM3NVoiIGZpbGw9IiNGRDcyMjIiLz4KPC9zdmc+Cg==') center center no-repeat;
  background-size: cover;
  transition: 120ms transform ease-in-out;
}


.client-stats-table{}
.client-stats-table .stats-item:nth-child(1) {
  border-radius: 8px 0px 0px 8px;
}
.client-stats-table .stats-item:last-child {
  border-radius: 0px 8px 8px 0px;
}
.client-stats-table .stats-item{
  display: flex;
  padding: 24px 16px;
  flex-direction: column;
  align-items: flex-start;
  /* flex: 1 0 0; */
  border: 1px solid #E6E6E6;
  background: #FFF;
}
.client-stats-table .stats-item span.smalltext {
  color: #808080;
  font-family: 'carbona-regular';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.client-stats-table .stats-item span.bigtext {
  color: #000;
  font-family: 'carbona-bold';
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
}


.client-requests-table .ac-title-td {
  display: flex;
  flex-direction: column;
}

.client-requests-table .ac-title {
  color: #000;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: 'carbona-regular';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 114.286% */
}
.client-requests-table .ac-nameavatar > div img {
  width: 32px;
  height: 32px;
  border-radius: 100px;
  margin-right: 8px;
  text-align: left;
  vertical-align: middle;
}

.client-requests-table .ac-nameavatar > div {
  color: #000;
  font-family: Carbona-Bold;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 21px */
}
.client-requests-table .ac-subtitle {
  color: #808080;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Carbona-Regular;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.client-requests-table .ac-stats-meta span {
  color: #808080;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Carbona-Regular;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 160% */
}
.client-requests-table .ac-stats-meta {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
.client-requests-table .ac-subtitle span,
.client-requests-table .ac-subtitle time 
{
  color: #fd7222;
}

@media (max-width: 1030px) {
  .mw1030 {
    display: none!important;
  }
}
@media (max-width: 1100px) {
  .mw1100 {
    display: none!important;
  }
}