@charset "UTF-8";
/************
  START - Add custom colors as classes (to use them with bg-*, text-*, 
************/
/************
  END - Add custom colors as classes
************/
/*!
 * Bootstrap 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: #0953fb;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fc623d;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #90dade;
  --bs-white: #fff;
  --bs-gray: #aaaaaa;
  --bs-gray-dark: #575757;
  --bs-gray-100: #fafafa;
  --bs-gray-200: #f2f2f2;
  --bs-gray-300: #dedede;
  --bs-gray-400: #d1d1d1;
  --bs-gray-500: #bdbdbd;
  --bs-gray-600: #aaaaaa;
  --bs-gray-700: #707070;
  --bs-gray-800: #575757;
  --bs-gray-900: #333333;
  --bs-beige: #ffe9db;
  --bs-salmon: #ffad9f;
  --bs-cyan: #90dade;
  --bs-body-gray: #707070;
  --bs-primary: #fc623d;
  --bs-secondary: #0953fb;
  --bs-success: #0b893e;
  --bs-info: #18a0fb;
  --bs-warning: #ffbc11;
  --bs-danger: #d10309;
  --bs-light: #fafafa;
  --bs-dark: #333333;
  --bs-beige-rgb: 255, 233, 219;
  --bs-salmon-rgb: 255, 173, 159;
  --bs-cyan-rgb: 144, 218, 222;
  --bs-body-gray-rgb: 112, 112, 112;
  --bs-primary-rgb: 252, 98, 61;
  --bs-secondary-rgb: 9, 83, 251;
  --bs-success-rgb: 11, 137, 62;
  --bs-info-rgb: 24, 160, 251;
  --bs-warning-rgb: 255, 188, 17;
  --bs-danger-rgb: 209, 3, 9;
  --bs-light-rgb: 250, 250, 250;
  --bs-dark-rgb: 51, 51, 51;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 26, 26, 26;
  --bs-body-color-rgb: 51, 51, 51;
  --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: #333333;
  --bs-body-bg: #fff;
}

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

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

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

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #fc623d;
  text-decoration: underline;
}
a:hover {
  color: #ca4e31;
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

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

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #333333;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #aaaaaa;
  text-align: left;
}

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 0.875em;
  color: #aaaaaa;
}

.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-tablet-extended, .container-tablet, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-tablet-extended, .container-tablet, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-medium-desktop, .container-desktop, .container-lg, .container-md, .container-tablet-extended, .container-tablet, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-medium-desktop, .container-desktop, .container-lg, .container-md, .container-tablet-extended, .container-tablet, .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 > * {
  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, .header-rounded {
  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: 600px) {
  .col-tablet {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-tablet-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-tablet-5,
.gy-tablet-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 720px) {
  .col-tablet-extended {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-tablet-extended-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-tablet-extended-5,
.gy-tablet-extended-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: 1024px) {
  .col-desktop {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-desktop-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-desktop-5,
.gy-desktop-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1152px) {
  .col-medium-desktop {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-medium-desktop-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-medium-desktop-5,
.gy-medium-desktop-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;
  }
}
@media (min-width: 1440px) {
  .col-large-desktop {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-large-desktop-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-large-desktop-5,
.gy-large-desktop-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #333333;
  --bs-table-striped-bg: rgba(26, 26, 26, 0.05);
  --bs-table-active-color: #333333;
  --bs-table-active-bg: rgba(26, 26, 26, 0.1);
  --bs-table-hover-color: #333333;
  --bs-table-hover-bg: rgba(26, 26, 26, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #333333;
  vertical-align: top;
  border-color: #dedede;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:first-child) {
  border-top: 2px solid currentColor;
}

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

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

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

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

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

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

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

.table-primary {
  --bs-table-bg: #fee0d8;
  --bs-table-striped-bg: #f3d6cf;
  --bs-table-striped-color: #1a1a1a;
  --bs-table-active-bg: #e7ccc5;
  --bs-table-active-color: #1a1a1a;
  --bs-table-hover-bg: #edd1ca;
  --bs-table-hover-color: #1a1a1a;
  color: #1a1a1a;
  border-color: #e7ccc5;
}

.table-secondary {
  --bs-table-bg: #ceddfe;
  --bs-table-striped-bg: #c5d3f3;
  --bs-table-striped-color: #1a1a1a;
  --bs-table-active-bg: #bccae7;
  --bs-table-active-color: #1a1a1a;
  --bs-table-hover-bg: #c1ceed;
  --bs-table-hover-color: #1a1a1a;
  color: #1a1a1a;
  border-color: #bccae7;
}

.table-success {
  --bs-table-bg: #cee7d8;
  --bs-table-striped-bg: #c5ddcf;
  --bs-table-striped-color: #1a1a1a;
  --bs-table-active-bg: #bcd3c5;
  --bs-table-active-color: #1a1a1a;
  --bs-table-hover-bg: #c1d8ca;
  --bs-table-hover-color: #1a1a1a;
  color: #1a1a1a;
  border-color: #bcd3c5;
}

.table-info {
  --bs-table-bg: #d1ecfe;
  --bs-table-striped-bg: #c8e2f3;
  --bs-table-striped-color: #1a1a1a;
  --bs-table-active-bg: #bfd7e7;
  --bs-table-active-color: #1a1a1a;
  --bs-table-hover-bg: #c3dced;
  --bs-table-hover-color: #1a1a1a;
  color: #1a1a1a;
  border-color: #bfd7e7;
}

.table-warning {
  --bs-table-bg: #fff2cf;
  --bs-table-striped-bg: #f4e7c6;
  --bs-table-striped-color: #1a1a1a;
  --bs-table-active-bg: #e8dcbd;
  --bs-table-active-color: #1a1a1a;
  --bs-table-hover-bg: #eee2c1;
  --bs-table-hover-color: #1a1a1a;
  color: #1a1a1a;
  border-color: #e8dcbd;
}

.table-danger {
  --bs-table-bg: #f6cdce;
  --bs-table-striped-bg: #ebc4c5;
  --bs-table-striped-color: #1a1a1a;
  --bs-table-active-bg: #e0bbbc;
  --bs-table-active-color: #1a1a1a;
  --bs-table-hover-bg: #e6c0c1;
  --bs-table-hover-color: #1a1a1a;
  color: #1a1a1a;
  border-color: #e0bbbc;
}

.table-light {
  --bs-table-bg: #fafafa;
  --bs-table-striped-bg: #efefef;
  --bs-table-striped-color: #1a1a1a;
  --bs-table-active-bg: #e4e4e4;
  --bs-table-active-color: #1a1a1a;
  --bs-table-hover-bg: #e9e9e9;
  --bs-table-hover-color: #1a1a1a;
  color: #1a1a1a;
  border-color: #e4e4e4;
}

.table-dark {
  --bs-table-bg: #333333;
  --bs-table-striped-bg: #3d3d3d;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #474747;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #424242;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #474747;
}

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

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 599.98px) {
  .table-responsive-tablet {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 719.98px) {
  .table-responsive-tablet-extended {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1023.98px) {
  .table-responsive-desktop {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1151.98px) {
  .table-responsive-medium-desktop {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1439.98px) {
  .table-responsive-large-desktop {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #aaaaaa;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d1d1d1;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #333333;
  background-color: #fff;
  border-color: #feb19e;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(252, 98, 61, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #aaaaaa;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #f2f2f2;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #333333;
  background-color: #f2f2f2;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #e6e6e6;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #333333;
  background-color: #f2f2f2;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #e6e6e6;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #333333;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23575757' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #d1d1d1;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #feb19e;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(252, 98, 61, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #f2f2f2;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #333333;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(26, 26, 26, 0.25);
  appearance: none;
  color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #feb19e;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(252, 98, 61, 0.25);
}
.form-check-input:checked {
  background-color: #fc623d;
  border-color: #fc623d;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #fc623d;
  border-color: #fc623d;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%2826, 26, 26, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23feb19e'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(252, 98, 61, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(252, 98, 61, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #fc623d;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #fed0c5;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dedede;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #fc623d;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #fed0c5;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dedede;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #bdbdbd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #bdbdbd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  text-align: center;
  white-space: nowrap;
  background-color: #f2f2f2;
  border: 1px solid #d1d1d1;
  border-radius: 0.25rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #0b893e;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(11, 137, 62, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #0b893e;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%230b893e' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #0b893e;
  box-shadow: 0 0 0 0.25rem rgba(11, 137, 62, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #0b893e;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23575757' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%230b893e' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #0b893e;
  box-shadow: 0 0 0 0.25rem rgba(11, 137, 62, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #0b893e;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #0b893e;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 137, 62, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #0b893e;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #d10309;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(209, 3, 9, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #d10309;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23d10309'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23d10309' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #d10309;
  box-shadow: 0 0 0 0.25rem rgba(209, 3, 9, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #d10309;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23575757' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23d10309'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23d10309' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #d10309;
  box-shadow: 0 0 0 0.25rem rgba(209, 3, 9, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #d10309;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #d10309;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(209, 3, 9, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #d10309;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #333333;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(252, 98, 61, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-beige {
  color: #1a1a1a;
  background-color: #ffe9db;
  border-color: #ffe9db;
}
.btn-beige:hover {
  color: #1a1a1a;
  background-color: #ffece0;
  border-color: #ffebdf;
}
.btn-check:focus + .btn-beige, .btn-beige:focus {
  color: #1a1a1a;
  background-color: #ffece0;
  border-color: #ffebdf;
  box-shadow: 0 0 0 0.25rem rgba(221, 202, 190, 0.5);
}
.btn-check:checked + .btn-beige, .btn-check:active + .btn-beige, .btn-beige:active, .btn-beige.active, .show > .btn-beige.dropdown-toggle {
  color: #1a1a1a;
  background-color: #ffede2;
  border-color: #ffebdf;
}
.btn-check:checked + .btn-beige:focus, .btn-check:active + .btn-beige:focus, .btn-beige:active:focus, .btn-beige.active:focus, .show > .btn-beige.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(221, 202, 190, 0.5);
}
.btn-beige:disabled, .btn-beige.disabled {
  color: #1a1a1a;
  background-color: #ffe9db;
  border-color: #ffe9db;
}

.btn-salmon {
  color: #1a1a1a;
  background-color: #ffad9f;
  border-color: #ffad9f;
}
.btn-salmon:hover {
  color: #1a1a1a;
  background-color: #ffb9ad;
  border-color: #ffb5a9;
}
.btn-check:focus + .btn-salmon, .btn-salmon:focus {
  color: #1a1a1a;
  background-color: #ffb9ad;
  border-color: #ffb5a9;
  box-shadow: 0 0 0 0.25rem rgba(221, 151, 139, 0.5);
}
.btn-check:checked + .btn-salmon, .btn-check:active + .btn-salmon, .btn-salmon:active, .btn-salmon.active, .show > .btn-salmon.dropdown-toggle {
  color: #1a1a1a;
  background-color: #ffbdb2;
  border-color: #ffb5a9;
}
.btn-check:checked + .btn-salmon:focus, .btn-check:active + .btn-salmon:focus, .btn-salmon:active:focus, .btn-salmon.active:focus, .show > .btn-salmon.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(221, 151, 139, 0.5);
}
.btn-salmon:disabled, .btn-salmon.disabled {
  color: #1a1a1a;
  background-color: #ffad9f;
  border-color: #ffad9f;
}

.btn-cyan {
  color: #1a1a1a;
  background-color: #90dade;
  border-color: #90dade;
}
.btn-cyan:hover {
  color: #1a1a1a;
  background-color: #a1e0e3;
  border-color: #9bdee1;
}
.btn-check:focus + .btn-cyan, .btn-cyan:focus {
  color: #1a1a1a;
  background-color: #a1e0e3;
  border-color: #9bdee1;
  box-shadow: 0 0 0 0.25rem rgba(126, 189, 193, 0.5);
}
.btn-check:checked + .btn-cyan, .btn-check:active + .btn-cyan, .btn-cyan:active, .btn-cyan.active, .show > .btn-cyan.dropdown-toggle {
  color: #1a1a1a;
  background-color: #a6e1e5;
  border-color: #9bdee1;
}
.btn-check:checked + .btn-cyan:focus, .btn-check:active + .btn-cyan:focus, .btn-cyan:active:focus, .btn-cyan.active:focus, .show > .btn-cyan.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(126, 189, 193, 0.5);
}
.btn-cyan:disabled, .btn-cyan.disabled {
  color: #1a1a1a;
  background-color: #90dade;
  border-color: #90dade;
}

.btn-body-gray {
  color: #fff;
  background-color: #707070;
  border-color: #707070;
}
.btn-body-gray:hover {
  color: #fff;
  background-color: #5f5f5f;
  border-color: #5a5a5a;
}
.btn-check:focus + .btn-body-gray, .btn-body-gray:focus {
  color: #fff;
  background-color: #5f5f5f;
  border-color: #5a5a5a;
  box-shadow: 0 0 0 0.25rem rgba(133, 133, 133, 0.5);
}
.btn-check:checked + .btn-body-gray, .btn-check:active + .btn-body-gray, .btn-body-gray:active, .btn-body-gray.active, .show > .btn-body-gray.dropdown-toggle {
  color: #fff;
  background-color: #5a5a5a;
  border-color: #545454;
}
.btn-check:checked + .btn-body-gray:focus, .btn-check:active + .btn-body-gray:focus, .btn-body-gray:active:focus, .btn-body-gray.active:focus, .show > .btn-body-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(133, 133, 133, 0.5);
}
.btn-body-gray:disabled, .btn-body-gray.disabled {
  color: #fff;
  background-color: #707070;
  border-color: #707070;
}

.btn-primary {
  color: #1a1a1a;
  background-color: #fc623d;
  border-color: #fc623d;
}
.btn-primary:hover {
  color: #1a1a1a;
  background-color: #fc7a5a;
  border-color: #fc7250;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #1a1a1a;
  background-color: #fc7a5a;
  border-color: #fc7250;
  box-shadow: 0 0 0 0.25rem rgba(218, 87, 56, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #1a1a1a;
  background-color: #fd8164;
  border-color: #fc7250;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(218, 87, 56, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #1a1a1a;
  background-color: #fc623d;
  border-color: #fc623d;
}

.btn-secondary {
  color: #fff;
  background-color: #0953fb;
  border-color: #0953fb;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #0847d5;
  border-color: #0742c9;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #0847d5;
  border-color: #0742c9;
  box-shadow: 0 0 0 0.25rem rgba(46, 109, 252, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #0742c9;
  border-color: #073ebc;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(46, 109, 252, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #0953fb;
  border-color: #0953fb;
}

.btn-success {
  color: #fff;
  background-color: #0b893e;
  border-color: #0b893e;
}
.btn-success:hover {
  color: #fff;
  background-color: #097435;
  border-color: #096e32;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #097435;
  border-color: #096e32;
  box-shadow: 0 0 0 0.25rem rgba(48, 155, 91, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #096e32;
  border-color: #08672f;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(48, 155, 91, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #0b893e;
  border-color: #0b893e;
}

.btn-info {
  color: #1a1a1a;
  background-color: #18a0fb;
  border-color: #18a0fb;
}
.btn-info:hover {
  color: #1a1a1a;
  background-color: #3baefc;
  border-color: #2faafb;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #1a1a1a;
  background-color: #3baefc;
  border-color: #2faafb;
  box-shadow: 0 0 0 0.25rem rgba(24, 140, 217, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #1a1a1a;
  background-color: #46b3fc;
  border-color: #2faafb;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(24, 140, 217, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #1a1a1a;
  background-color: #18a0fb;
  border-color: #18a0fb;
}

.btn-warning {
  color: #1a1a1a;
  background-color: #ffbc11;
  border-color: #ffbc11;
}
.btn-warning:hover {
  color: #1a1a1a;
  background-color: #ffc635;
  border-color: #ffc329;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #1a1a1a;
  background-color: #ffc635;
  border-color: #ffc329;
  box-shadow: 0 0 0 0.25rem rgba(221, 164, 18, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #1a1a1a;
  background-color: #ffc941;
  border-color: #ffc329;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(221, 164, 18, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #1a1a1a;
  background-color: #ffbc11;
  border-color: #ffbc11;
}

.btn-danger {
  color: #fff;
  background-color: #d10309;
  border-color: #d10309;
}
.btn-danger:hover {
  color: #fff;
  background-color: #b20308;
  border-color: #a70207;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #b20308;
  border-color: #a70207;
  box-shadow: 0 0 0 0.25rem rgba(216, 41, 46, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #a70207;
  border-color: #9d0207;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(216, 41, 46, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #d10309;
  border-color: #d10309;
}

.btn-light {
  color: #1a1a1a;
  background-color: #fafafa;
  border-color: #fafafa;
}
.btn-light:hover {
  color: #1a1a1a;
  background-color: #fbfbfb;
  border-color: #fbfbfb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #1a1a1a;
  background-color: #fbfbfb;
  border-color: #fbfbfb;
  box-shadow: 0 0 0 0.25rem rgba(216, 216, 216, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #1a1a1a;
  background-color: #fbfbfb;
  border-color: #fbfbfb;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(216, 216, 216, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #1a1a1a;
  background-color: #fafafa;
  border-color: #fafafa;
}

.btn-dark {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}
.btn-dark:hover {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #292929;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #292929;
  box-shadow: 0 0 0 0.25rem rgba(82, 82, 82, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #292929;
  border-color: #262626;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(82, 82, 82, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}

.btn-outline-beige {
  color: #ffe9db;
  border-color: #ffe9db;
}
.btn-outline-beige:hover {
  color: #1a1a1a;
  background-color: #ffe9db;
  border-color: #ffe9db;
}
.btn-check:focus + .btn-outline-beige, .btn-outline-beige:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 233, 219, 0.5);
}
.btn-check:checked + .btn-outline-beige, .btn-check:active + .btn-outline-beige, .btn-outline-beige:active, .btn-outline-beige.active, .btn-outline-beige.dropdown-toggle.show {
  color: #1a1a1a;
  background-color: #ffe9db;
  border-color: #ffe9db;
}
.btn-check:checked + .btn-outline-beige:focus, .btn-check:active + .btn-outline-beige:focus, .btn-outline-beige:active:focus, .btn-outline-beige.active:focus, .btn-outline-beige.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 233, 219, 0.5);
}
.btn-outline-beige:disabled, .btn-outline-beige.disabled {
  color: #ffe9db;
  background-color: transparent;
}

.btn-outline-salmon {
  color: #ffad9f;
  border-color: #ffad9f;
}
.btn-outline-salmon:hover {
  color: #1a1a1a;
  background-color: #ffad9f;
  border-color: #ffad9f;
}
.btn-check:focus + .btn-outline-salmon, .btn-outline-salmon:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 173, 159, 0.5);
}
.btn-check:checked + .btn-outline-salmon, .btn-check:active + .btn-outline-salmon, .btn-outline-salmon:active, .btn-outline-salmon.active, .btn-outline-salmon.dropdown-toggle.show {
  color: #1a1a1a;
  background-color: #ffad9f;
  border-color: #ffad9f;
}
.btn-check:checked + .btn-outline-salmon:focus, .btn-check:active + .btn-outline-salmon:focus, .btn-outline-salmon:active:focus, .btn-outline-salmon.active:focus, .btn-outline-salmon.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 173, 159, 0.5);
}
.btn-outline-salmon:disabled, .btn-outline-salmon.disabled {
  color: #ffad9f;
  background-color: transparent;
}

.btn-outline-cyan {
  color: #90dade;
  border-color: #90dade;
}
.btn-outline-cyan:hover {
  color: #1a1a1a;
  background-color: #90dade;
  border-color: #90dade;
}
.btn-check:focus + .btn-outline-cyan, .btn-outline-cyan:focus {
  box-shadow: 0 0 0 0.25rem rgba(144, 218, 222, 0.5);
}
.btn-check:checked + .btn-outline-cyan, .btn-check:active + .btn-outline-cyan, .btn-outline-cyan:active, .btn-outline-cyan.active, .btn-outline-cyan.dropdown-toggle.show {
  color: #1a1a1a;
  background-color: #90dade;
  border-color: #90dade;
}
.btn-check:checked + .btn-outline-cyan:focus, .btn-check:active + .btn-outline-cyan:focus, .btn-outline-cyan:active:focus, .btn-outline-cyan.active:focus, .btn-outline-cyan.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(144, 218, 222, 0.5);
}
.btn-outline-cyan:disabled, .btn-outline-cyan.disabled {
  color: #90dade;
  background-color: transparent;
}

.btn-outline-body-gray {
  color: #707070;
  border-color: #707070;
}
.btn-outline-body-gray:hover {
  color: #fff;
  background-color: #707070;
  border-color: #707070;
}
.btn-check:focus + .btn-outline-body-gray, .btn-outline-body-gray:focus {
  box-shadow: 0 0 0 0.25rem rgba(112, 112, 112, 0.5);
}
.btn-check:checked + .btn-outline-body-gray, .btn-check:active + .btn-outline-body-gray, .btn-outline-body-gray:active, .btn-outline-body-gray.active, .btn-outline-body-gray.dropdown-toggle.show {
  color: #fff;
  background-color: #707070;
  border-color: #707070;
}
.btn-check:checked + .btn-outline-body-gray:focus, .btn-check:active + .btn-outline-body-gray:focus, .btn-outline-body-gray:active:focus, .btn-outline-body-gray.active:focus, .btn-outline-body-gray.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(112, 112, 112, 0.5);
}
.btn-outline-body-gray:disabled, .btn-outline-body-gray.disabled {
  color: #707070;
  background-color: transparent;
}

.btn-outline-primary {
  color: #fc623d;
  border-color: #fc623d;
}
.btn-outline-primary:hover {
  color: #1a1a1a;
  background-color: #fc623d;
  border-color: #fc623d;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(252, 98, 61, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #1a1a1a;
  background-color: #fc623d;
  border-color: #fc623d;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(252, 98, 61, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #fc623d;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #0953fb;
  border-color: #0953fb;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #0953fb;
  border-color: #0953fb;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(9, 83, 251, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #0953fb;
  border-color: #0953fb;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(9, 83, 251, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #0953fb;
  background-color: transparent;
}

.btn-outline-success {
  color: #0b893e;
  border-color: #0b893e;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #0b893e;
  border-color: #0b893e;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 137, 62, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #0b893e;
  border-color: #0b893e;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 137, 62, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #0b893e;
  background-color: transparent;
}

.btn-outline-info {
  color: #18a0fb;
  border-color: #18a0fb;
}
.btn-outline-info:hover {
  color: #1a1a1a;
  background-color: #18a0fb;
  border-color: #18a0fb;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(24, 160, 251, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #1a1a1a;
  background-color: #18a0fb;
  border-color: #18a0fb;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(24, 160, 251, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #18a0fb;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffbc11;
  border-color: #ffbc11;
}
.btn-outline-warning:hover {
  color: #1a1a1a;
  background-color: #ffbc11;
  border-color: #ffbc11;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 188, 17, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #1a1a1a;
  background-color: #ffbc11;
  border-color: #ffbc11;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 188, 17, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffbc11;
  background-color: transparent;
}

.btn-outline-danger {
  color: #d10309;
  border-color: #d10309;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #d10309;
  border-color: #d10309;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(209, 3, 9, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #d10309;
  border-color: #d10309;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(209, 3, 9, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #d10309;
  background-color: transparent;
}

.btn-outline-light {
  color: #fafafa;
  border-color: #fafafa;
}
.btn-outline-light:hover {
  color: #1a1a1a;
  background-color: #fafafa;
  border-color: #fafafa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(250, 250, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #1a1a1a;
  background-color: #fafafa;
  border-color: #fafafa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(250, 250, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #fafafa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #333333;
  border-color: #333333;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(51, 51, 51, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(51, 51, 51, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #333333;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #fc623d;
  text-decoration: underline;
}
.btn-link:hover {
  color: #ca4e31;
}
.btn-link:disabled, .btn-link.disabled {
  color: #aaaaaa;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #333333;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(26, 26, 26, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 600px) {
  .dropdown-menu-tablet-start {
    --bs-position: start;
  }
  .dropdown-menu-tablet-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-tablet-end {
    --bs-position: end;
  }
  .dropdown-menu-tablet-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 720px) {
  .dropdown-menu-tablet-extended-start {
    --bs-position: start;
  }
  .dropdown-menu-tablet-extended-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-tablet-extended-end {
    --bs-position: end;
  }
  .dropdown-menu-tablet-extended-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1024px) {
  .dropdown-menu-desktop-start {
    --bs-position: start;
  }
  .dropdown-menu-desktop-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-desktop-end {
    --bs-position: end;
  }
  .dropdown-menu-desktop-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1152px) {
  .dropdown-menu-medium-desktop-start {
    --bs-position: start;
  }
  .dropdown-menu-medium-desktop-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-medium-desktop-end {
    --bs-position: end;
  }
  .dropdown-menu-medium-desktop-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1440px) {
  .dropdown-menu-large-desktop-start {
    --bs-position: start;
  }
  .dropdown-menu-large-desktop-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-large-desktop-end {
    --bs-position: end;
  }
  .dropdown-menu-large-desktop-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(26, 26, 26, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #333333;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #2e2e2e;
  background-color: #f2f2f2;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #fc623d;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #bdbdbd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #aaaaaa;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #333333;
}

.dropdown-menu-dark {
  color: #dedede;
  background-color: #575757;
  border-color: rgba(26, 26, 26, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dedede;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #fc623d;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #bdbdbd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(26, 26, 26, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dedede;
}
.dropdown-menu-dark .dropdown-header {
  color: #bdbdbd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #fc623d;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #ca4e31;
}
.nav-link.disabled {
  color: #aaaaaa;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dedede;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #f2f2f2 #f2f2f2 #dedede;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #aaaaaa;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #707070;
  background-color: #fff;
  border-color: #dedede #dedede #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #fc623d;
}

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

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

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

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

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-sm .offcanvas-top,
.navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 600px) {
  .navbar-expand-tablet {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-tablet .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-tablet .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-tablet .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-tablet .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-tablet .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-tablet .navbar-toggler {
    display: none;
  }
  .navbar-expand-tablet .offcanvas-header {
    display: none;
  }
  .navbar-expand-tablet .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-tablet .offcanvas-top,
.navbar-expand-tablet .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-tablet .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 720px) {
  .navbar-expand-tablet-extended {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-tablet-extended .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-tablet-extended .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-tablet-extended .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-tablet-extended .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-tablet-extended .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-tablet-extended .navbar-toggler {
    display: none;
  }
  .navbar-expand-tablet-extended .offcanvas-header {
    display: none;
  }
  .navbar-expand-tablet-extended .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-tablet-extended .offcanvas-top,
.navbar-expand-tablet-extended .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-tablet-extended .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-md .offcanvas-top,
.navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-lg .offcanvas-top,
.navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1024px) {
  .navbar-expand-desktop {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-desktop .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-desktop .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-desktop .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-desktop .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-desktop .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-desktop .navbar-toggler {
    display: none;
  }
  .navbar-expand-desktop .offcanvas-header {
    display: none;
  }
  .navbar-expand-desktop .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-desktop .offcanvas-top,
.navbar-expand-desktop .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-desktop .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1152px) {
  .navbar-expand-medium-desktop {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-medium-desktop .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-medium-desktop .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-medium-desktop .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-medium-desktop .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-medium-desktop .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-medium-desktop .navbar-toggler {
    display: none;
  }
  .navbar-expand-medium-desktop .offcanvas-header {
    display: none;
  }
  .navbar-expand-medium-desktop .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-medium-desktop .offcanvas-top,
.navbar-expand-medium-desktop .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-medium-desktop .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xl .offcanvas-top,
.navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xxl .offcanvas-top,
.navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1440px) {
  .navbar-expand-large-desktop {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-large-desktop .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-large-desktop .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-large-desktop .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-large-desktop .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-large-desktop .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-large-desktop .navbar-toggler {
    display: none;
  }
  .navbar-expand-large-desktop .offcanvas-header {
    display: none;
  }
  .navbar-expand-large-desktop .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-large-desktop .offcanvas-top,
.navbar-expand-large-desktop .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-large-desktop .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}
.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}
.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-light .navbar-brand {
  color: rgba(26, 26, 26, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(26, 26, 26, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(26, 26, 26, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(26, 26, 26, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(26, 26, 26, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(26, 26, 26, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(26, 26, 26, 0.55);
  border-color: rgba(26, 26, 26, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2826, 26, 26, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(26, 26, 26, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(26, 26, 26, 0.9);
}

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

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(26, 26, 26, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(26, 26, 26, 0.03);
  border-bottom: 1px solid rgba(26, 26, 26, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(26, 26, 26, 0.03);
  border-top: 1px solid rgba(26, 26, 26, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #333333;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #e35837;
  background-color: #ffefec;
  box-shadow: inset 0 -1px 0 rgba(26, 26, 26, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23e35837'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333333'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #feb19e;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(252, 98, 61, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(26, 26, 26, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #aaaaaa;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #aaaaaa;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #fc623d;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dedede;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #ca4e31;
  background-color: #f2f2f2;
  border-color: #dedede;
}
.page-link:focus {
  z-index: 3;
  color: #ca4e31;
  background-color: #f2f2f2;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(252, 98, 61, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #fc623d;
  border-color: #fc623d;
}
.page-item.disabled .page-link {
  color: #aaaaaa;
  pointer-events: none;
  background-color: #fff;
  border-color: #dedede;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

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

.alert-beige {
  color: #766d67;
  background-color: #fffbf8;
  border-color: #fff8f4;
}
.alert-beige .alert-link {
  color: #5e5752;
}

.alert-salmon {
  color: #76554f;
  background-color: #ffefec;
  border-color: #ffe6e2;
}
.alert-salmon .alert-link {
  color: #5e443f;
}

.alert-cyan {
  color: #496768;
  background-color: #e9f8f8;
  border-color: #def4f5;
}
.alert-cyan .alert-link {
  color: #3a5253;
}

.alert-body-gray {
  color: #434343;
  background-color: #e2e2e2;
  border-color: #d4d4d4;
}
.alert-body-gray .alert-link {
  color: #363636;
}

.alert-primary {
  color: #973b25;
  background-color: #fee0d8;
  border-color: #fed0c5;
}
.alert-primary .alert-link {
  color: #792f1e;
}

.alert-secondary {
  color: #053297;
  background-color: #ceddfe;
  border-color: #b5cbfe;
}
.alert-secondary .alert-link {
  color: #042879;
}

.alert-success {
  color: #075225;
  background-color: #cee7d8;
  border-color: #b6dcc5;
}
.alert-success .alert-link {
  color: #06421e;
}

.alert-info {
  color: #0e6097;
  background-color: #d1ecfe;
  border-color: #bae3fe;
}
.alert-info .alert-link {
  color: #0b4d79;
}

.alert-warning {
  color: #765b16;
  background-color: #fff2cf;
  border-color: #ffebb8;
}
.alert-warning .alert-link {
  color: #5e4912;
}

.alert-danger {
  color: #7d0205;
  background-color: #f6cdce;
  border-color: #f1b3b5;
}
.alert-danger .alert-link {
  color: #640204;
}

.alert-light {
  color: #747474;
  background-color: #fefefe;
  border-color: #fefefe;
}
.alert-light .alert-link {
  color: #5d5d5d;
}

.alert-dark {
  color: #1f1f1f;
  background-color: #d6d6d6;
  border-color: #c2c2c2;
}
.alert-dark .alert-link {
  color: #191919;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #f2f2f2;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #fc623d;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: #707070;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #707070;
  text-decoration: none;
  background-color: #fafafa;
}
.list-group-item-action:active {
  color: #333333;
  background-color: #f2f2f2;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #333333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(26, 26, 26, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #aaaaaa;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #fc623d;
  border-color: #fc623d;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 600px) {
  .list-group-horizontal-tablet {
    flex-direction: row;
  }
  .list-group-horizontal-tablet > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-tablet > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-tablet > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-tablet > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-tablet > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 720px) {
  .list-group-horizontal-tablet-extended {
    flex-direction: row;
  }
  .list-group-horizontal-tablet-extended > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-tablet-extended > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-tablet-extended > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-tablet-extended > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-tablet-extended > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1024px) {
  .list-group-horizontal-desktop {
    flex-direction: row;
  }
  .list-group-horizontal-desktop > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-desktop > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-desktop > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-desktop > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-desktop > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1152px) {
  .list-group-horizontal-medium-desktop {
    flex-direction: row;
  }
  .list-group-horizontal-medium-desktop > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-medium-desktop > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-medium-desktop > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-medium-desktop > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-medium-desktop > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1440px) {
  .list-group-horizontal-large-desktop {
    flex-direction: row;
  }
  .list-group-horizontal-large-desktop > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-large-desktop > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-large-desktop > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-large-desktop > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-large-desktop > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-beige {
  color: #766d67;
  background-color: #fffbf8;
}
.list-group-item-beige.list-group-item-action:hover, .list-group-item-beige.list-group-item-action:focus {
  color: #766d67;
  background-color: #e6e2df;
}
.list-group-item-beige.list-group-item-action.active {
  color: #fff;
  background-color: #766d67;
  border-color: #766d67;
}

.list-group-item-salmon {
  color: #76554f;
  background-color: #ffefec;
}
.list-group-item-salmon.list-group-item-action:hover, .list-group-item-salmon.list-group-item-action:focus {
  color: #76554f;
  background-color: #e6d7d4;
}
.list-group-item-salmon.list-group-item-action.active {
  color: #fff;
  background-color: #76554f;
  border-color: #76554f;
}

.list-group-item-cyan {
  color: #496768;
  background-color: #e9f8f8;
}
.list-group-item-cyan.list-group-item-action:hover, .list-group-item-cyan.list-group-item-action:focus {
  color: #496768;
  background-color: #d2dfdf;
}
.list-group-item-cyan.list-group-item-action.active {
  color: #fff;
  background-color: #496768;
  border-color: #496768;
}

.list-group-item-body-gray {
  color: #434343;
  background-color: #e2e2e2;
}
.list-group-item-body-gray.list-group-item-action:hover, .list-group-item-body-gray.list-group-item-action:focus {
  color: #434343;
  background-color: #cbcbcb;
}
.list-group-item-body-gray.list-group-item-action.active {
  color: #fff;
  background-color: #434343;
  border-color: #434343;
}

.list-group-item-primary {
  color: #973b25;
  background-color: #fee0d8;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #973b25;
  background-color: #e5cac2;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #973b25;
  border-color: #973b25;
}

.list-group-item-secondary {
  color: #053297;
  background-color: #ceddfe;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #053297;
  background-color: #b9c7e5;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #053297;
  border-color: #053297;
}

.list-group-item-success {
  color: #075225;
  background-color: #cee7d8;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #075225;
  background-color: #b9d0c2;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #075225;
  border-color: #075225;
}

.list-group-item-info {
  color: #0e6097;
  background-color: #d1ecfe;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0e6097;
  background-color: #bcd4e5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0e6097;
  border-color: #0e6097;
}

.list-group-item-warning {
  color: #765b16;
  background-color: #fff2cf;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #765b16;
  background-color: #e6daba;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #765b16;
  border-color: #765b16;
}

.list-group-item-danger {
  color: #7d0205;
  background-color: #f6cdce;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #7d0205;
  background-color: #ddb9b9;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #7d0205;
  border-color: #7d0205;
}

.list-group-item-light {
  color: #747474;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #747474;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #747474;
  border-color: #747474;
}

.list-group-item-dark {
  color: #1f1f1f;
  background-color: #d6d6d6;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1f1f1f;
  background-color: #c1c1c1;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1f1f1f;
  border-color: #1f1f1f;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #1a1a1a;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231a1a1a'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #1a1a1a;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(252, 98, 61, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(26, 26, 26, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(26, 26, 26, 0.15);
  border-radius: 0.25rem;
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #aaaaaa;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(26, 26, 26, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(26, 26, 26, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #1a1a1a;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dedede;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dedede;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 599.98px) {
  .modal-fullscreen-tablet-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-tablet-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-tablet-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-tablet-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-tablet-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 719.98px) {
  .modal-fullscreen-tablet-extended-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-tablet-extended-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-tablet-extended-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-tablet-extended-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-tablet-extended-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1023.98px) {
  .modal-fullscreen-desktop-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-desktop-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-desktop-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-desktop-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-desktop-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1151.98px) {
  .modal-fullscreen-medium-desktop-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-medium-desktop-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-medium-desktop-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-medium-desktop-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-medium-desktop-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1439.98px) {
  .modal-fullscreen-large-desktop-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-large-desktop-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-large-desktop-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-large-desktop-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-large-desktop-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #1a1a1a;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #1a1a1a;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #1a1a1a;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #1a1a1a;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #1a1a1a;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(26, 26, 26, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(26, 26, 26, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(26, 26, 26, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(26, 26, 26, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(26, 26, 26, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(26, 26, 26, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #333333;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #1a1a1a;
}
.carousel-dark .carousel-caption {
  color: #1a1a1a;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #1a1a1a;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(26, 26, 26, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(26, 26, 26, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(26, 26, 26, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(26, 26, 26, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image: linear-gradient(130deg, #1a1a1a 55%, rgba(0, 0, 0, 0.8) 75%, #1a1a1a 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-beige {
  color: #ffe9db;
}
.link-beige:hover, .link-beige:focus {
  color: #ffede2;
}

.link-salmon {
  color: #ffad9f;
}
.link-salmon:hover, .link-salmon:focus {
  color: #ffbdb2;
}

.link-cyan {
  color: #90dade;
}
.link-cyan:hover, .link-cyan:focus {
  color: #a6e1e5;
}

.link-body-gray {
  color: #707070;
}
.link-body-gray:hover, .link-body-gray:focus {
  color: #5a5a5a;
}

.link-primary {
  color: #fc623d;
}
.link-primary:hover, .link-primary:focus {
  color: #fd8164;
}

.link-secondary {
  color: #0953fb;
}
.link-secondary:hover, .link-secondary:focus {
  color: #0742c9;
}

.link-success {
  color: #0b893e;
}
.link-success:hover, .link-success:focus {
  color: #096e32;
}

.link-info {
  color: #18a0fb;
}
.link-info:hover, .link-info:focus {
  color: #46b3fc;
}

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

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

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

.link-dark {
  color: #333333;
}
.link-dark:hover, .link-dark:focus {
  color: #292929;
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 600px) {
  .sticky-tablet-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 720px) {
  .sticky-tablet-extended-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1024px) {
  .sticky-desktop-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1152px) {
  .sticky-medium-desktop-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1440px) {
  .sticky-large-desktop-top {
    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(26, 26, 26, 0.15) !important;
}

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

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(26, 26, 26, 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: 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 #dedede !important;
}

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

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

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

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

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

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

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

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

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

.border-beige {
  border-color: #ffe9db !important;
}

.border-salmon {
  border-color: #ffad9f !important;
}

.border-cyan {
  border-color: #90dade !important;
}

.border-body-gray {
  border-color: #707070 !important;
}

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

.border-secondary {
  border-color: #0953fb !important;
}

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

.border-info {
  border-color: #18a0fb !important;
}

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

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

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

.border-dark {
  border-color: #333333 !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-beige {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-beige-rgb), var(--bs-text-opacity)) !important;
}

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

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

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

.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: #aaaaaa !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(26, 26, 26, 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-beige {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-beige-rgb), var(--bs-bg-opacity)) !important;
}

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

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

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

.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 {
  user-select: all !important;
}

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

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

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

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

.rounded {
  border-radius: 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: 600px) {
  .float-tablet-start {
    float: left !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-tablet-center {
    text-align: center !important;
  }
}
@media (min-width: 720px) {
  .float-tablet-extended-start {
    float: left !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-tablet-extended-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: 1024px) {
  .float-desktop-start {
    float: left !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-desktop-center {
    text-align: center !important;
  }
}
@media (min-width: 1152px) {
  .float-medium-desktop-start {
    float: left !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-medium-desktop-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-medium-desktop-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-medium-desktop-0 {
    gap: 0 !important;
  }

  .gap-medium-desktop-1 {
    gap: 0.25rem !important;
  }

  .gap-medium-desktop-2 {
    gap: 0.5rem !important;
  }

  .gap-medium-desktop-3 {
    gap: 1rem !important;
  }

  .gap-medium-desktop-4 {
    gap: 1.5rem !important;
  }

  .gap-medium-desktop-5 {
    gap: 3rem !important;
  }

  .justify-content-medium-desktop-start {
    justify-content: flex-start !important;
  }

  .justify-content-medium-desktop-end {
    justify-content: flex-end !important;
  }

  .justify-content-medium-desktop-center {
    justify-content: center !important;
  }

  .justify-content-medium-desktop-between {
    justify-content: space-between !important;
  }

  .justify-content-medium-desktop-around {
    justify-content: space-around !important;
  }

  .justify-content-medium-desktop-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-medium-desktop-start {
    align-items: flex-start !important;
  }

  .align-items-medium-desktop-end {
    align-items: flex-end !important;
  }

  .align-items-medium-desktop-center {
    align-items: center !important;
  }

  .align-items-medium-desktop-baseline {
    align-items: baseline !important;
  }

  .align-items-medium-desktop-stretch {
    align-items: stretch !important;
  }

  .align-content-medium-desktop-start {
    align-content: flex-start !important;
  }

  .align-content-medium-desktop-end {
    align-content: flex-end !important;
  }

  .align-content-medium-desktop-center {
    align-content: center !important;
  }

  .align-content-medium-desktop-between {
    align-content: space-between !important;
  }

  .align-content-medium-desktop-around {
    align-content: space-around !important;
  }

  .align-content-medium-desktop-stretch {
    align-content: stretch !important;
  }

  .align-self-medium-desktop-auto {
    align-self: auto !important;
  }

  .align-self-medium-desktop-start {
    align-self: flex-start !important;
  }

  .align-self-medium-desktop-end {
    align-self: flex-end !important;
  }

  .align-self-medium-desktop-center {
    align-self: center !important;
  }

  .align-self-medium-desktop-baseline {
    align-self: baseline !important;
  }

  .align-self-medium-desktop-stretch {
    align-self: stretch !important;
  }

  .order-medium-desktop-first {
    order: -1 !important;
  }

  .order-medium-desktop-0 {
    order: 0 !important;
  }

  .order-medium-desktop-1 {
    order: 1 !important;
  }

  .order-medium-desktop-2 {
    order: 2 !important;
  }

  .order-medium-desktop-3 {
    order: 3 !important;
  }

  .order-medium-desktop-4 {
    order: 4 !important;
  }

  .order-medium-desktop-5 {
    order: 5 !important;
  }

  .order-medium-desktop-last {
    order: 6 !important;
  }

  .m-medium-desktop-0 {
    margin: 0 !important;
  }

  .m-medium-desktop-1 {
    margin: 0.25rem !important;
  }

  .m-medium-desktop-2 {
    margin: 0.5rem !important;
  }

  .m-medium-desktop-3 {
    margin: 1rem !important;
  }

  .m-medium-desktop-4 {
    margin: 1.5rem !important;
  }

  .m-medium-desktop-5 {
    margin: 3rem !important;
  }

  .m-medium-desktop-auto {
    margin: auto !important;
  }

  .mx-medium-desktop-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-medium-desktop-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-medium-desktop-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-medium-desktop-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-medium-desktop-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-medium-desktop-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-medium-desktop-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-medium-desktop-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-medium-desktop-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-medium-desktop-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-medium-desktop-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-medium-desktop-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-medium-desktop-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-medium-desktop-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-medium-desktop-0 {
    margin-top: 0 !important;
  }

  .mt-medium-desktop-1 {
    margin-top: 0.25rem !important;
  }

  .mt-medium-desktop-2 {
    margin-top: 0.5rem !important;
  }

  .mt-medium-desktop-3 {
    margin-top: 1rem !important;
  }

  .mt-medium-desktop-4 {
    margin-top: 1.5rem !important;
  }

  .mt-medium-desktop-5 {
    margin-top: 3rem !important;
  }

  .mt-medium-desktop-auto {
    margin-top: auto !important;
  }

  .me-medium-desktop-0 {
    margin-right: 0 !important;
  }

  .me-medium-desktop-1 {
    margin-right: 0.25rem !important;
  }

  .me-medium-desktop-2 {
    margin-right: 0.5rem !important;
  }

  .me-medium-desktop-3 {
    margin-right: 1rem !important;
  }

  .me-medium-desktop-4 {
    margin-right: 1.5rem !important;
  }

  .me-medium-desktop-5 {
    margin-right: 3rem !important;
  }

  .me-medium-desktop-auto {
    margin-right: auto !important;
  }

  .mb-medium-desktop-0 {
    margin-bottom: 0 !important;
  }

  .mb-medium-desktop-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-medium-desktop-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-medium-desktop-3 {
    margin-bottom: 1rem !important;
  }

  .mb-medium-desktop-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-medium-desktop-5 {
    margin-bottom: 3rem !important;
  }

  .mb-medium-desktop-auto {
    margin-bottom: auto !important;
  }

  .ms-medium-desktop-0 {
    margin-left: 0 !important;
  }

  .ms-medium-desktop-1 {
    margin-left: 0.25rem !important;
  }

  .ms-medium-desktop-2 {
    margin-left: 0.5rem !important;
  }

  .ms-medium-desktop-3 {
    margin-left: 1rem !important;
  }

  .ms-medium-desktop-4 {
    margin-left: 1.5rem !important;
  }

  .ms-medium-desktop-5 {
    margin-left: 3rem !important;
  }

  .ms-medium-desktop-auto {
    margin-left: auto !important;
  }

  .p-medium-desktop-0 {
    padding: 0 !important;
  }

  .p-medium-desktop-1 {
    padding: 0.25rem !important;
  }

  .p-medium-desktop-2 {
    padding: 0.5rem !important;
  }

  .p-medium-desktop-3 {
    padding: 1rem !important;
  }

  .p-medium-desktop-4 {
    padding: 1.5rem !important;
  }

  .p-medium-desktop-5 {
    padding: 3rem !important;
  }

  .px-medium-desktop-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-medium-desktop-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-medium-desktop-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-medium-desktop-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-medium-desktop-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-medium-desktop-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-medium-desktop-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-medium-desktop-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-medium-desktop-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-medium-desktop-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-medium-desktop-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-medium-desktop-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-medium-desktop-0 {
    padding-top: 0 !important;
  }

  .pt-medium-desktop-1 {
    padding-top: 0.25rem !important;
  }

  .pt-medium-desktop-2 {
    padding-top: 0.5rem !important;
  }

  .pt-medium-desktop-3 {
    padding-top: 1rem !important;
  }

  .pt-medium-desktop-4 {
    padding-top: 1.5rem !important;
  }

  .pt-medium-desktop-5 {
    padding-top: 3rem !important;
  }

  .pe-medium-desktop-0 {
    padding-right: 0 !important;
  }

  .pe-medium-desktop-1 {
    padding-right: 0.25rem !important;
  }

  .pe-medium-desktop-2 {
    padding-right: 0.5rem !important;
  }

  .pe-medium-desktop-3 {
    padding-right: 1rem !important;
  }

  .pe-medium-desktop-4 {
    padding-right: 1.5rem !important;
  }

  .pe-medium-desktop-5 {
    padding-right: 3rem !important;
  }

  .pb-medium-desktop-0 {
    padding-bottom: 0 !important;
  }

  .pb-medium-desktop-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-medium-desktop-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-medium-desktop-3 {
    padding-bottom: 1rem !important;
  }

  .pb-medium-desktop-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-medium-desktop-5 {
    padding-bottom: 3rem !important;
  }

  .ps-medium-desktop-0 {
    padding-left: 0 !important;
  }

  .ps-medium-desktop-1 {
    padding-left: 0.25rem !important;
  }

  .ps-medium-desktop-2 {
    padding-left: 0.5rem !important;
  }

  .ps-medium-desktop-3 {
    padding-left: 1rem !important;
  }

  .ps-medium-desktop-4 {
    padding-left: 1.5rem !important;
  }

  .ps-medium-desktop-5 {
    padding-left: 3rem !important;
  }

  .text-medium-desktop-start {
    text-align: left !important;
  }

  .text-medium-desktop-end {
    text-align: right !important;
  }

  .text-medium-desktop-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: 1440px) {
  .float-large-desktop-start {
    float: left !important;
  }

  .float-large-desktop-end {
    float: right !important;
  }

  .float-large-desktop-none {
    float: none !important;
  }

  .d-large-desktop-inline {
    display: inline !important;
  }

  .d-large-desktop-inline-block {
    display: inline-block !important;
  }

  .d-large-desktop-block {
    display: block !important;
  }

  .d-large-desktop-grid {
    display: grid !important;
  }

  .d-large-desktop-table {
    display: table !important;
  }

  .d-large-desktop-table-row {
    display: table-row !important;
  }

  .d-large-desktop-table-cell {
    display: table-cell !important;
  }

  .d-large-desktop-flex {
    display: flex !important;
  }

  .d-large-desktop-inline-flex {
    display: inline-flex !important;
  }

  .d-large-desktop-none {
    display: none !important;
  }

  .flex-large-desktop-fill {
    flex: 1 1 auto !important;
  }

  .flex-large-desktop-row {
    flex-direction: row !important;
  }

  .flex-large-desktop-column {
    flex-direction: column !important;
  }

  .flex-large-desktop-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-large-desktop-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-large-desktop-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-large-desktop-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-large-desktop-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-large-desktop-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-large-desktop-wrap {
    flex-wrap: wrap !important;
  }

  .flex-large-desktop-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-large-desktop-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-large-desktop-0 {
    gap: 0 !important;
  }

  .gap-large-desktop-1 {
    gap: 0.25rem !important;
  }

  .gap-large-desktop-2 {
    gap: 0.5rem !important;
  }

  .gap-large-desktop-3 {
    gap: 1rem !important;
  }

  .gap-large-desktop-4 {
    gap: 1.5rem !important;
  }

  .gap-large-desktop-5 {
    gap: 3rem !important;
  }

  .justify-content-large-desktop-start {
    justify-content: flex-start !important;
  }

  .justify-content-large-desktop-end {
    justify-content: flex-end !important;
  }

  .justify-content-large-desktop-center {
    justify-content: center !important;
  }

  .justify-content-large-desktop-between {
    justify-content: space-between !important;
  }

  .justify-content-large-desktop-around {
    justify-content: space-around !important;
  }

  .justify-content-large-desktop-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-large-desktop-start {
    align-items: flex-start !important;
  }

  .align-items-large-desktop-end {
    align-items: flex-end !important;
  }

  .align-items-large-desktop-center {
    align-items: center !important;
  }

  .align-items-large-desktop-baseline {
    align-items: baseline !important;
  }

  .align-items-large-desktop-stretch {
    align-items: stretch !important;
  }

  .align-content-large-desktop-start {
    align-content: flex-start !important;
  }

  .align-content-large-desktop-end {
    align-content: flex-end !important;
  }

  .align-content-large-desktop-center {
    align-content: center !important;
  }

  .align-content-large-desktop-between {
    align-content: space-between !important;
  }

  .align-content-large-desktop-around {
    align-content: space-around !important;
  }

  .align-content-large-desktop-stretch {
    align-content: stretch !important;
  }

  .align-self-large-desktop-auto {
    align-self: auto !important;
  }

  .align-self-large-desktop-start {
    align-self: flex-start !important;
  }

  .align-self-large-desktop-end {
    align-self: flex-end !important;
  }

  .align-self-large-desktop-center {
    align-self: center !important;
  }

  .align-self-large-desktop-baseline {
    align-self: baseline !important;
  }

  .align-self-large-desktop-stretch {
    align-self: stretch !important;
  }

  .order-large-desktop-first {
    order: -1 !important;
  }

  .order-large-desktop-0 {
    order: 0 !important;
  }

  .order-large-desktop-1 {
    order: 1 !important;
  }

  .order-large-desktop-2 {
    order: 2 !important;
  }

  .order-large-desktop-3 {
    order: 3 !important;
  }

  .order-large-desktop-4 {
    order: 4 !important;
  }

  .order-large-desktop-5 {
    order: 5 !important;
  }

  .order-large-desktop-last {
    order: 6 !important;
  }

  .m-large-desktop-0 {
    margin: 0 !important;
  }

  .m-large-desktop-1 {
    margin: 0.25rem !important;
  }

  .m-large-desktop-2 {
    margin: 0.5rem !important;
  }

  .m-large-desktop-3 {
    margin: 1rem !important;
  }

  .m-large-desktop-4 {
    margin: 1.5rem !important;
  }

  .m-large-desktop-5 {
    margin: 3rem !important;
  }

  .m-large-desktop-auto {
    margin: auto !important;
  }

  .mx-large-desktop-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-large-desktop-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-large-desktop-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-large-desktop-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-large-desktop-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-large-desktop-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-large-desktop-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-large-desktop-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-large-desktop-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-large-desktop-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-large-desktop-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-large-desktop-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-large-desktop-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-large-desktop-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-large-desktop-0 {
    margin-top: 0 !important;
  }

  .mt-large-desktop-1 {
    margin-top: 0.25rem !important;
  }

  .mt-large-desktop-2 {
    margin-top: 0.5rem !important;
  }

  .mt-large-desktop-3 {
    margin-top: 1rem !important;
  }

  .mt-large-desktop-4 {
    margin-top: 1.5rem !important;
  }

  .mt-large-desktop-5 {
    margin-top: 3rem !important;
  }

  .mt-large-desktop-auto {
    margin-top: auto !important;
  }

  .me-large-desktop-0 {
    margin-right: 0 !important;
  }

  .me-large-desktop-1 {
    margin-right: 0.25rem !important;
  }

  .me-large-desktop-2 {
    margin-right: 0.5rem !important;
  }

  .me-large-desktop-3 {
    margin-right: 1rem !important;
  }

  .me-large-desktop-4 {
    margin-right: 1.5rem !important;
  }

  .me-large-desktop-5 {
    margin-right: 3rem !important;
  }

  .me-large-desktop-auto {
    margin-right: auto !important;
  }

  .mb-large-desktop-0 {
    margin-bottom: 0 !important;
  }

  .mb-large-desktop-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-large-desktop-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-large-desktop-3 {
    margin-bottom: 1rem !important;
  }

  .mb-large-desktop-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-large-desktop-5 {
    margin-bottom: 3rem !important;
  }

  .mb-large-desktop-auto {
    margin-bottom: auto !important;
  }

  .ms-large-desktop-0 {
    margin-left: 0 !important;
  }

  .ms-large-desktop-1 {
    margin-left: 0.25rem !important;
  }

  .ms-large-desktop-2 {
    margin-left: 0.5rem !important;
  }

  .ms-large-desktop-3 {
    margin-left: 1rem !important;
  }

  .ms-large-desktop-4 {
    margin-left: 1.5rem !important;
  }

  .ms-large-desktop-5 {
    margin-left: 3rem !important;
  }

  .ms-large-desktop-auto {
    margin-left: auto !important;
  }

  .p-large-desktop-0 {
    padding: 0 !important;
  }

  .p-large-desktop-1 {
    padding: 0.25rem !important;
  }

  .p-large-desktop-2 {
    padding: 0.5rem !important;
  }

  .p-large-desktop-3 {
    padding: 1rem !important;
  }

  .p-large-desktop-4 {
    padding: 1.5rem !important;
  }

  .p-large-desktop-5 {
    padding: 3rem !important;
  }

  .px-large-desktop-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-large-desktop-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-large-desktop-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-large-desktop-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-large-desktop-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-large-desktop-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-large-desktop-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-large-desktop-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-large-desktop-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-large-desktop-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-large-desktop-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-large-desktop-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-large-desktop-0 {
    padding-top: 0 !important;
  }

  .pt-large-desktop-1 {
    padding-top: 0.25rem !important;
  }

  .pt-large-desktop-2 {
    padding-top: 0.5rem !important;
  }

  .pt-large-desktop-3 {
    padding-top: 1rem !important;
  }

  .pt-large-desktop-4 {
    padding-top: 1.5rem !important;
  }

  .pt-large-desktop-5 {
    padding-top: 3rem !important;
  }

  .pe-large-desktop-0 {
    padding-right: 0 !important;
  }

  .pe-large-desktop-1 {
    padding-right: 0.25rem !important;
  }

  .pe-large-desktop-2 {
    padding-right: 0.5rem !important;
  }

  .pe-large-desktop-3 {
    padding-right: 1rem !important;
  }

  .pe-large-desktop-4 {
    padding-right: 1.5rem !important;
  }

  .pe-large-desktop-5 {
    padding-right: 3rem !important;
  }

  .pb-large-desktop-0 {
    padding-bottom: 0 !important;
  }

  .pb-large-desktop-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-large-desktop-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-large-desktop-3 {
    padding-bottom: 1rem !important;
  }

  .pb-large-desktop-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-large-desktop-5 {
    padding-bottom: 3rem !important;
  }

  .ps-large-desktop-0 {
    padding-left: 0 !important;
  }

  .ps-large-desktop-1 {
    padding-left: 0.25rem !important;
  }

  .ps-large-desktop-2 {
    padding-left: 0.5rem !important;
  }

  .ps-large-desktop-3 {
    padding-left: 1rem !important;
  }

  .ps-large-desktop-4 {
    padding-left: 1.5rem !important;
  }

  .ps-large-desktop-5 {
    padding-left: 3rem !important;
  }

  .text-large-desktop-start {
    text-align: left !important;
  }

  .text-large-desktop-end {
    text-align: right !important;
  }

  .text-large-desktop-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;
  }
}
@font-face {
  font-family: "CentraNo1-Black";
  src: url(../fonts/CentraNo1-Black.woff2) format("woff2"), url(../fonts/CentraNo1-Black.woff) format("woff");
}
@font-face {
  font-family: "CentraNo1-Extrabold";
  src: url(../fonts/CentraNo1-Extrabold.woff2) format("woff2"), url(../fonts/CentraNo1-Extrabold.woff) format("woff");
}
@font-face {
  font-family: "CentraNo1-Book";
  src: url(../fonts/CentraNo1-Book.woff2) format("woff2"), url(../fonts/CentraNo1-Book.woff) format("woff");
}
@font-face {
  font-family: "LuckyFellas";
  src: url(../fonts/LuckyFellas.woff2) format("woff2"), url(../fonts/LuckyFellas.woff) format("woff");
}
:root {
  --side-space: 16px;
}
@media (min-width: 600px) {
  :root {
    --side-space: 32px;
  }
}

.form-field__input:focus ~ .form-field__label, .form-field__input:not(:placeholder-shown).form-field__input:not(:focus) ~ .form-field__label, .form-field-select .select-arrow-active ~ .form-field__label,
.form-field-select .select-selected:not(.no-choice) ~ .form-field__label {
  color: #707070;
  top: 0;
  transform: translateY(-50%);
  padding: 0 4px;
  left: 12px;
}

.custom-img-pk__title.lined-title::after, .triple-bubbles__title .lined-title::after, .jo-live-steps__title::after, .contact__title h1::before, .contact__title .h1::before, .recommendation__title::before, .town-title__title span::after, .imgs-texts-alt__block-img--swiper .lined-title::after, .rent-everywhere__link-text span::before, .rent-everywhere__title span::before, .full-image-card__img .text-on-img span::before, .offer-with-options__price .lined-title::after, .offer-with-options__live-price .main-price .lined-title::after, .home-offer__product-price-shine::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "CentraNo1-Book";
  color: #707070;
}

html {
  font-size: 16px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
}

p {
  margin-bottom: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

b,
strong {
  font-weight: inherit;
}

.ignore-side-padding {
  width: calc(100% + 2 * var(--side-space));
  align-self: center;
}
@media (min-width: 1024px) {
  .ignore-side-padding-desktop {
    width: calc(100% + 2 * var(--side-space));
    align-self: center;
  }
}

.ws-nw {
  white-space: nowrap;
}

a {
  color: #707070;
  text-decoration: none;
}
a:hover {
  color: #fc623d;
}
a.text-underline {
  text-decoration: underline;
}

:root {
  --sm: 48px;
  --md: 64px;
  --lg: 80px;
}
@media (min-width: 600px) {
  :root {
    --sm: 64px;
    --md: 92px;
    --lg: 120px;
  }
}
@media (min-width: 1024px) {
  :root {
    --sm: 80px;
    --md: 120px;
    --lg: 160px;
  }
}

.m-8 {
  margin: 8px !important;
}
.m-16 {
  margin: 16px !important;
}
.m-24 {
  margin: 24px !important;
}
.m-32 {
  margin: 32px !important;
}
.m-40 {
  margin: 40px !important;
}
.m-48 {
  margin: 48px !important;
}
.m-56 {
  margin: 56px !important;
}
.m-64 {
  margin: 64px !important;
}
.m-72 {
  margin: 72px !important;
}
.m-80 {
  margin: 80px !important;
}
.mt-sm {
  margin-top: var(--sm) !important;
}
.mt-md {
  margin-top: var(--md) !important;
}
.mt-lg {
  margin-top: var(--lg) !important;
}
.mt-8 {
  margin-top: 8px !important;
}
.mt-16 {
  margin-top: 16px !important;
}
.mt-24 {
  margin-top: 24px !important;
}
.mt-32 {
  margin-top: 32px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-48 {
  margin-top: 48px !important;
}
.mt-56 {
  margin-top: 56px !important;
}
.mt-64 {
  margin-top: 64px !important;
}
.mt-72 {
  margin-top: 72px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mb-sm {
  margin-bottom: var(--sm) !important;
}
.mb-md {
  margin-bottom: var(--md) !important;
}
.mb-lg {
  margin-bottom: var(--lg) !important;
}
.mb-8 {
  margin-bottom: 8px !important;
}
.mb-16 {
  margin-bottom: 16px !important;
}
.mb-24 {
  margin-bottom: 24px !important;
}
.mb-32 {
  margin-bottom: 32px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-48 {
  margin-bottom: 48px !important;
}
.mb-56 {
  margin-bottom: 56px !important;
}
.mb-64 {
  margin-bottom: 64px !important;
}
.mb-72 {
  margin-bottom: 72px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mr-8 {
  margin-right: 8px !important;
}
.mr-16 {
  margin-right: 16px !important;
}
.mr-24 {
  margin-right: 24px !important;
}
.mr-32 {
  margin-right: 32px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.mr-48 {
  margin-right: 48px !important;
}
.mr-56 {
  margin-right: 56px !important;
}
.mr-64 {
  margin-right: 64px !important;
}
.mr-72 {
  margin-right: 72px !important;
}
.mr-80 {
  margin-right: 80px !important;
}
.ml-8 {
  margin-left: 8px !important;
}
.ml-16 {
  margin-left: 16px !important;
}
.ml-24 {
  margin-left: 24px !important;
}
.ml-32 {
  margin-left: 32px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.ml-48 {
  margin-left: 48px !important;
}
.ml-56 {
  margin-left: 56px !important;
}
.ml-64 {
  margin-left: 64px !important;
}
.ml-72 {
  margin-left: 72px !important;
}
.ml-80 {
  margin-left: 80px !important;
}

.p-8 {
  padding: 8px !important;
}
.p-16 {
  padding: 16px !important;
}
.p-24 {
  padding: 24px !important;
}
.p-32 {
  padding: 32px !important;
}
.p-40 {
  padding: 40px !important;
}
.p-48 {
  padding: 48px !important;
}
.p-56 {
  padding: 56px !important;
}
.p-64 {
  padding: 64px !important;
}
.p-72 {
  padding: 72px !important;
}
.p-80 {
  padding: 80px !important;
}
.pt-sm {
  padding-top: var(--sm) !important;
}
.pt-md {
  padding-top: var(--md) !important;
}
.pt-lg {
  padding-top: var(--lg) !important;
}
.pt-8 {
  padding-top: 8px !important;
}
.pt-16 {
  padding-top: 16px !important;
}
.pt-24 {
  padding-top: 24px !important;
}
.pt-32 {
  padding-top: 32px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-48 {
  padding-top: 48px !important;
}
.pt-56 {
  padding-top: 56px !important;
}
.pt-64 {
  padding-top: 64px !important;
}
.pt-72 {
  padding-top: 72px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pb-sm {
  padding-bottom: var(--sm) !important;
}
.pb-md {
  padding-bottom: var(--md) !important;
}
.pb-lg {
  padding-bottom: var(--lg) !important;
}
.pb-8 {
  padding-bottom: 8px !important;
}
.pb-16 {
  padding-bottom: 16px !important;
}
.pb-24 {
  padding-bottom: 24px !important;
}
.pb-32 {
  padding-bottom: 32px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-48 {
  padding-bottom: 48px !important;
}
.pb-56 {
  padding-bottom: 56px !important;
}
.pb-64 {
  padding-bottom: 64px !important;
}
.pb-72 {
  padding-bottom: 72px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pl-8 {
  padding-left: 8px !important;
}
.pl-16 {
  padding-left: 16px !important;
}
.pl-24 {
  padding-left: 24px !important;
}
.pl-32 {
  padding-left: 32px !important;
}
.pl-40 {
  padding-left: 40px !important;
}
.pl-48 {
  padding-left: 48px !important;
}
.pl-56 {
  padding-left: 56px !important;
}
.pl-64 {
  padding-left: 64px !important;
}
.pl-72 {
  padding-left: 72px !important;
}
.pl-80 {
  padding-left: 80px !important;
}
.pr-8 {
  padding-right: 8px !important;
}
.pr-16 {
  padding-right: 16px !important;
}
.pr-24 {
  padding-right: 24px !important;
}
.pr-32 {
  padding-right: 32px !important;
}
.pr-40 {
  padding-right: 40px !important;
}
.pr-48 {
  padding-right: 48px !important;
}
.pr-56 {
  padding-right: 56px !important;
}
.pr-64 {
  padding-right: 64px !important;
}
.pr-72 {
  padding-right: 72px !important;
}
.pr-80 {
  padding-right: 80px !important;
}

.w-fc {
  width: fit-content;
}

.gap-8 {
  gap: 8px !important;
}
.gap-16 {
  gap: 16px !important;
}
.gap-24 {
  gap: 24px !important;
}
.gap-32 {
  gap: 32px !important;
}
.gap-40 {
  gap: 40px !important;
}
.gap-48 {
  gap: 48px !important;
}
.gap-56 {
  gap: 56px !important;
}
.gap-64 {
  gap: 64px !important;
}
.gap-72 {
  gap: 72px !important;
}
.gap-80 {
  gap: 80px !important;
}

.bg-hover-blue-300:hover {
  background: #84a9fd;
}

.bg-hover-orange-300:hover {
  background: #ffad9f;
}

.bdb-clone {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  -moz-box-decoration-break: clone;
}

.lh-06 {
  line-height: 0.6 !important;
}

.transi-delay-1 {
  transition-delay: 100ms;
}
.transi-delay-2 {
  transition-delay: 200ms;
}
.transi-delay-3 {
  transition-delay: 300ms;
}
.transi-delay-4 {
  transition-delay: 400ms;
}
.transi-delay-5 {
  transition-delay: 500ms;
}
.transi-delay-6 {
  transition-delay: 600ms;
}
.transi-delay-7 {
  transition-delay: 700ms;
}
.transi-delay-8 {
  transition-delay: 800ms;
}
.transi-delay-9 {
  transition-delay: 900ms;
}
.transi-delay-10 {
  transition-delay: 1000ms;
}

.fs-hero {
  font-family: "CentraNo1-Black";
  font-size: 2rem;
  line-height: 1.3;
}
@media (min-width: 1024px) {
  .fs-hero {
    font-size: 2.8rem;
  }
}
.fs-main-title {
  font-family: "CentraNo1-Black";
  font-size: 1.75rem;
  line-height: 1.3;
}
@media (min-width: 1024px) {
  .fs-main-title {
    font-size: 2.2rem;
  }
}
.fs-main-title-lf, .trustpilot__title::after {
  font-family: "LuckyFellas";
  font-size: 3.75rem;
  line-height: 0.75;
}
@media (min-width: 1024px) {
  .fs-main-title-lf, .trustpilot__title::after {
    font-size: 4.4rem;
  }
}
.fs-title, .imgs-texts-alt__block-text .title, .trustpilot__title {
  font-family: "CentraNo1-Black";
  font-size: 1.6rem;
  line-height: 1.3;
}
@media (min-width: 1024px) {
  .fs-title, .imgs-texts-alt__block-text .title, .trustpilot__title {
    font-size: 1.875rem;
  }
}
.fs-title-lf {
  font-family: "LuckyFellas";
  font-size: 3.125rem;
  line-height: 1;
}
@media (min-width: 1024px) {
  .fs-title-lf {
    font-size: 3.75rem;
  }
}
.fs-subtitle, .flipping-cards__card .front {
  font-family: "CentraNo1-Black";
  font-size: 1.375rem;
  line-height: 1.3;
}
@media (min-width: 1024px) {
  .fs-subtitle, .flipping-cards__card .front {
    font-size: 1.57rem;
  }
}
.fs-20, .btn-lg, .btn-group-lg > .btn {
  font-size: 20px;
  font-family: "CentraNo1-Book";
}
.fs-20-bold, .steps-validate__number, .cofounders__cofounder-title, .animation-cards__card-title, .help-pop-in__title {
  font-size: 20px;
  font-family: "CentraNo1-Extrabold";
}
.fs-18, .header__nav .header__main-item--title .title, .btn-md {
  font-size: 18px;
  font-family: "CentraNo1-Book";
}
.fs-18-bold, .choose-a-pack__item {
  font-size: 18px;
  font-family: "CentraNo1-Extrabold";
}
.fs-body, .help-pop-in__link-title, .help-pop-in__text, .form-field-radios .form-field-radios__radio,
.form-field-radios .form-field-checkboxes__checkbox, .form-field-checkboxes .form-field-radios__radio,
.form-field-checkboxes .form-field-checkboxes__checkbox, .btn-sm, .btn-group-sm > .btn {
  font-family: "CentraNo1-Book";
  font-size: 1rem;
  line-height: 1.5;
}
.fs-body-bold, .faq-search-result__item.opened .faq-search-result__answer strong, .find-us__results > div .name, .option-hoverable__title, .faq-accordion__item-title, .choose-a-pack__option, .choose-a-pack__list h4, .choose-a-pack__list .h4 {
  font-size: 1rem;
  line-height: 1.5;
  font-family: "CentraNo1-Extrabold";
}
.fs-mini, .faq-search-result .badge-pro, .find-us__results > div .address, .option-hoverable__header, .choose-a-pack__item-content .description, .help-pop-in__cal-links, .help-pop-in__link-description, .form-field__info, .form-field__input:focus ~ .form-field__label, .form-field__input:not(:placeholder-shown).form-field__input:not(:focus) ~ .form-field__label, .form-field-select .select-arrow-active ~ .form-field__label,
.form-field-select .select-selected:not(.no-choice) ~ .form-field__label {
  font-family: "CentraNo1-Book";
  font-size: 0.875rem;
  line-height: 1.3;
}
.fs-mini-bold {
  font-family: "CentraNo1-Extrabold";
  font-size: 0.875rem;
  line-height: 1.3;
}
.fs-micro {
  font-family: "CentraNo1-Book";
  font-size: 0.75rem;
  line-height: 1.3;
}
.fs-micro-bold {
  font-family: "CentraNo1-Extrabold";
  font-size: 0.75rem;
  line-height: 1.3;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 200px;
  font-family: "CentraNo1-Extrabold";
  width: fit-content;
}
.btn-arrow::after {
  content: "";
  display: flex;
  margin-left: 8px;
  background-image: url(/design-system/src/assets/icons/buttons/btn-arrow-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  height: 15px;
  width: 10px;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 8px 16px;
}
.btn-md {
  padding: 12px 16px;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 19px 24px;
}
.btn-primary {
  color: #fff;
}
.btn-primary:hover {
  color: #fff;
  background: #fc7c5d;
  border-color: #fc7c5d;
}
.btn-primary:focus {
  color: #fff !important;
}
.btn-outline-primary.btn-arrow::after {
  background-image: url(/design-system/src/assets/icons/buttons/btn-arrow-orange.svg);
}
.btn-outline-primary:hover {
  color: #fff;
  background: #fc623d;
  border-color: #fc623d;
}
.btn-outline-primary:hover.btn-arrow::after {
  background-image: url(/design-system/src/assets/icons/buttons/btn-arrow-white.svg);
}
.btn-secondary {
  color: #fff;
}
.btn-secondary:hover {
  color: #fff;
  background: #3270fc;
  border-color: #3270fc;
}
.btn-secondary:focus {
  color: #fff !important;
}
.btn-outline-secondary.btn-arrow::after {
  background-image: url(/design-system/src/assets/icons/buttons/btn-arrow-blue.svg);
}
.btn-outline-secondary:hover {
  color: #fff;
  background: #0953fb;
  border-color: #0953fb;
}
.btn-outline-secondary:hover.btn-arrow::after {
  background-image: url(/design-system/src/assets/icons/buttons/btn-arrow-white.svg);
}
.btn-cyan {
  color: #fff;
}
.btn-cyan:hover {
  color: #fff;
  background: #fc623d;
  border-color: #fc623d;
}
.btn-outline-cyan.btn-arrow::after {
  background-image: url(/design-system/src/assets/icons/buttons/btn-arrow-cyan.svg);
}
.btn-outline-cyan:hover {
  color: #fff;
  background: #90dade;
  border-color: #90dade;
}
.btn-outline-cyan:hover.btn-arrow::after {
  background-image: url(/design-system/src/assets/icons/buttons/btn-arrow-white.svg);
}
.btn-salmon {
  color: #fff;
}
.btn-salmon:hover {
  color: #fff;
  background: #0953fb;
  border-color: #0953fb;
}
.btn-outline-salmon.btn-arrow::after {
  background-image: url(/design-system/src/assets/icons/buttons/btn-arrow-salmon.svg);
}
.btn-outline-salmon:hover {
  color: #fff;
  background: #ffad9f;
  border-color: #ffad9f;
}
.btn-outline-salmon:hover.btn-arrow::after {
  background-image: url(/design-system/src/assets/icons/buttons/btn-arrow-white.svg);
}
.btn-white-pri {
  background: #fff;
  color: #fc623d;
}
.btn-white-pri.btn-arrow::after {
  background-image: url(/design-system/src/assets/icons/buttons/btn-arrow-orange.svg);
}
.btn-white-pri:hover {
  background: #fc623d;
  color: #fff;
}
.btn-white-pri:hover.btn-arrow::after {
  background-image: url(/design-system/src/assets/icons/buttons/btn-arrow-white.svg);
}
.btn-white-sec {
  background: #fff;
  color: #0953fb;
}
.btn-white-sec.btn-arrow::after {
  background-image: url(/design-system/src/assets/icons/buttons/btn-arrow-blue.svg);
}
.btn-white-sec:hover {
  background: #ceddfe;
  color: #0953fb;
}
.btn-white-salmon {
  background: #fff;
  color: #ffad9f;
}
.btn-white-salmon.btn-arrow::after {
  background-image: url(/design-system/src/assets/icons/buttons/btn-arrow-salmon.svg);
}
.btn-white-salmon:hover {
  background: #ffefec;
  color: #ffad9f;
}
.btn-white-cyan {
  background: #fff;
  color: #90dade;
}
.btn-white-cyan.btn-arrow::after {
  background-image: url(/design-system/src/assets/icons/buttons/btn-arrow-cyan.svg);
}
.btn-white-cyan:hover {
  background: #f4fbfc;
  color: #90dade;
}
.btn-outline-white-pri {
  background: #fc623d;
  color: #fff;
  border: 2px solid #fff;
}
.btn-outline-white-pri.btn-arrow::after {
  background-image: url(/design-system/src/assets/icons/buttons/btn-arrow-white.svg);
}
.btn-outline-white-pri:hover {
  color: #fc623d;
  background: #fff;
  border-color: #fc623d;
}
.btn-outline-white-pri:hover.btn-arrow::after {
  background-image: url(/design-system/src/assets/icons/buttons/btn-arrow-orange.svg);
}
.btn-outline-white-sec {
  background: #0953fb;
  color: #fff;
  border: 2px solid #fff;
}
.btn-outline-white-sec.btn-arrow::after {
  background-image: url(/design-system/src/assets/icons/buttons/btn-arrow-white.svg);
}
.btn-outline-white-sec:hover {
  color: #0953fb;
  background: #fff;
  border-color: #0953fb;
}
.btn-outline-white-sec:hover.btn-arrow::after {
  background-image: url(/design-system/src/assets/icons/buttons/btn-arrow-blue.svg);
}
.btn:disabled, .btn-disabled {
  background: #d1d1d1;
  border-color: #d1d1d1;
  color: #fff;
}
.btn[class*=btn-outline] {
  border-width: 2px;
}
.btn[class*=btn-outline]:disabled, .btn[class*=btn-outline].btn-disabled {
  color: #d1d1d1;
  border-color: currentColor;
  background: #fff;
}
.btn[class*=btn-outline]:disabled.btn-arrow::after, .btn[class*=btn-outline].btn-disabled.btn-arrow::after {
  background-image: url(/design-system/src/assets/icons/buttons/btn-arrow-gray.svg);
}

.card {
  box-shadow: 7px 8px 24px 1px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  border: none;
}
.card .card-body {
  padding: 32px 16px;
}
@media (min-width: 600px) {
  .card .card-body {
    padding: 32px;
  }
}
.card .card-title {
  margin-bottom: 16px;
}
.card-blue-100 {
  background: #e6eeff;
}
.card-gray-100 {
  background: #fafafa;
}
.card-no-shadow {
  box-shadow: none;
}

.form-field {
  position: relative;
  margin-top: 10px;
  /* The container must be positioned relative: */
}
.form-field-tarea .form-field__input {
  min-height: 100px;
}
.form-field-tarea .form-field__label {
  top: 12px;
  transform: translateY(0);
}
.form-field-radios, .form-field-checkboxes {
  display: flex;
  flex-direction: column;
}
.form-field-radios .form-field-radios__radio,
.form-field-radios .form-field-checkboxes__checkbox, .form-field-checkboxes .form-field-radios__radio,
.form-field-checkboxes .form-field-checkboxes__checkbox {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default radio button */
  /* Style the indicator (dot/circle) */
  /* Create a custom radio button */
}
.form-field-radios .form-field-radios__radio input,
.form-field-radios .form-field-checkboxes__checkbox input, .form-field-checkboxes .form-field-radios__radio input,
.form-field-checkboxes .form-field-checkboxes__checkbox input {
  position: absolute;
  cursor: pointer;
  display: none;
  /* When the radio button is checked, add a primary background */
}
.form-field-radios .form-field-radios__radio input:checked ~ .checkmark,
.form-field-radios .form-field-checkboxes__checkbox input:checked ~ .checkmark, .form-field-checkboxes .form-field-radios__radio input:checked ~ .checkmark,
.form-field-checkboxes .form-field-checkboxes__checkbox input:checked ~ .checkmark {
  background-color: #fc623d;
  /* Show the indicator (dot/circle) when checked */
}
.form-field-radios .form-field-radios__radio input:checked ~ .checkmark::after,
.form-field-radios .form-field-checkboxes__checkbox input:checked ~ .checkmark::after, .form-field-checkboxes .form-field-radios__radio input:checked ~ .checkmark::after,
.form-field-checkboxes .form-field-checkboxes__checkbox input:checked ~ .checkmark::after {
  opacity: 1;
}
.form-field-radios .form-field-radios__radio .checkmark,
.form-field-radios .form-field-checkboxes__checkbox .checkmark, .form-field-checkboxes .form-field-radios__radio .checkmark,
.form-field-checkboxes .form-field-checkboxes__checkbox .checkmark {
  position: absolute;
  top: 7%;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fc623d;
  border-radius: 50%;
  transition: 0.1s;
  /* Create the indicator (the dot/circle - hidden when not checked) */
}
.form-field-radios .form-field-radios__radio .checkmark::before,
.form-field-radios .form-field-checkboxes__checkbox .checkmark::before, .form-field-checkboxes .form-field-radios__radio .checkmark::before,
.form-field-checkboxes .form-field-checkboxes__checkbox .checkmark::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 14px;
  width: 14px;
  background-color: #fff;
  border-radius: inherit;
  transition: 0.2s;
}
.form-field-radios .form-field-radios__radio .checkmark::after,
.form-field-radios .form-field-checkboxes__checkbox .checkmark::after, .form-field-checkboxes .form-field-radios__radio .checkmark::after,
.form-field-checkboxes .form-field-checkboxes__checkbox .checkmark::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: inherit;
  background: #fc623d;
  opacity: 0;
  transition: 0.2s;
}
.form-field-radios .form-field-radios__radio:hover,
.form-field-radios .form-field-checkboxes__checkbox:hover, .form-field-checkboxes .form-field-radios__radio:hover,
.form-field-checkboxes .form-field-checkboxes__checkbox:hover {
  /* On mouse-over, add a grey background color */
}
.form-field-radios .form-field-radios__radio:hover input ~ .checkmark,
.form-field-radios .form-field-checkboxes__checkbox:hover input ~ .checkmark, .form-field-checkboxes .form-field-radios__radio:hover input ~ .checkmark,
.form-field-checkboxes .form-field-checkboxes__checkbox:hover input ~ .checkmark {
  background-color: #ffad9f;
}
.form-field-radios .form-field-radios__radio:hover input:checked ~ .checkmark,
.form-field-radios .form-field-checkboxes__checkbox:hover input:checked ~ .checkmark, .form-field-checkboxes .form-field-radios__radio:hover input:checked ~ .checkmark,
.form-field-checkboxes .form-field-checkboxes__checkbox:hover input:checked ~ .checkmark {
  background-color: #fc623d;
}
.form-field-checkboxes .form-field-checkboxes__checkbox .checkmark {
  border-radius: 3px !important;
}
.form-field-checkboxes .form-field-checkboxes__checkbox .checkmark::before {
  border-radius: 1px;
}
.form-field-checkboxes .form-field-checkboxes__checkbox .checkmark::after {
  background: none;
  background-image: url("/design-system/src/assets/icons/inputs/check.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 16px;
  border-radius: 0;
}
.form-field-checkboxes .form-field-checkboxes__checkbox input:checked ~ .checkmark::before {
  background-color: #fc623d;
}
.form-field-select {
  /* style the items (options), including the selected item: */
  /* Style items (options): */
  /* Hide the items when the select box is closed: */
}
.form-field-select select {
  display: none;
  /*hide original SELECT element: */
}
.form-field-select .form-field__label {
  z-index: 1;
}
.form-field-select .select-selected {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #aaaaaa;
  border-radius: 8px;
  min-height: 48px;
  height: 100%;
  /* Style the arrow inside the select element: */
  /* Point the arrow upwards when the select box is open (active): */
}
.form-field-select .select-selected.no-choice {
  color: #fff;
}
.form-field-select .select-selected.no-choice.select-arrow-active {
  color: #707070;
}
.form-field-select .select-selected:hover {
  border-color: #707070;
}
.form-field-select .select-selected.select-arrow-active {
  border-color: #fc623d #fc623d transparent #fc623d;
  border-radius: 8px 8px 0 0;
}
.form-field-select .select-selected::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  background: url(/design-system/src/assets/icons/inputs/select-arrow.svg) center center;
  width: 24px;
  height: 24px;
  transition: transform 0.3s;
}
.form-field-select .select-selected.select-arrow-active:after {
  transform: translateY(-50%) rotate(-180deg);
}
.form-field-select .select-items {
  overflow: hidden;
}
.form-field-select .select-items li.same-as-selected, .form-field-select .select-items li:hover {
  background-color: #fc623d;
  color: #fff;
}
.form-field-select .select-items li,
.form-field-select .select-selected {
  color: #707070;
  padding: 8px 16px;
  cursor: pointer;
}
.form-field-select .select-items {
  position: absolute;
  background: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border: 1px solid transparent;
  border-color: transparent #fc623d #fc623d #fc623d;
  border-radius: 0 0 8px 8px;
}
.form-field-select .select-hide {
  display: none;
}
.form-field-select .select-items li:hover,
.form-field-select .same-as-selected {
  background-color: #fc623d;
  color: #fff;
}
.form-field-select.form-field.form-field-danger .select-selected {
  border-color: #d10309;
}
.form-field-success .form-field__input {
  border-color: #0b893e;
}
.form-field-success .form-field__input:hover, .form-field-success .form-field__input:focus {
  border-color: #0b893e;
}
.form-field-success .form-field__label,
.form-field-success .form-field__info {
  color: #0b893e;
}
.form-field-success .form-field__input:focus ~ .form-field__label, .form-field-success .form-field__input:not(:placeholder-shown).form-field__input:not(:focus) ~ .form-field__label {
  color: #0b893e;
}
.form-field-danger .form-field__input {
  border-color: #d10309;
}
.form-field-danger .form-field__input:hover, .form-field-danger .form-field__input:focus {
  border-color: #d10309;
}
.form-field-danger .form-field__label,
.form-field-danger .form-field__info {
  color: #d10309;
}
.form-field-danger .form-field__input:focus ~ .form-field__label, .form-field-danger .form-field__input:not(:placeholder-shown).form-field__input:not(:focus) ~ .form-field__label {
  color: #d10309;
}
.form-field-disabled .form-field__input {
  border-color: #aaaaaa;
  background: #f2f2f2;
  -webkit-opacity: 1;
  opacity: 1;
}
.form-field-disabled .form-field__input::placeholder {
  opacity: 0;
}
.form-field-disabled .form-field__input:hover, .form-field-disabled .form-field__input:focus {
  border-color: #aaaaaa;
}
.form-field-disabled .form-field__label {
  background: #f2f2f2;
}
.form-field-disabled .form-field__label,
.form-field-disabled .form-field__info {
  color: #707070;
}
.form-field-disabled .form-field__input:focus ~ .form-field__label, .form-field-disabled .form-field__input:not(:placeholder-shown).form-field__input:not(:focus) ~ .form-field__label {
  color: #707070;
  background: #f2f2f2;
}
.form-field__main {
  position: relative;
}
.form-field__main--icon .icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
}
.form-field__main--password .show-password {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background-color: unset;
  background-image: url(/design-system/src/assets/icons/inputs/show.svg);
  background-position: center center;
  background-repeat: no-repeat;
  transition: 0.2s;
}
.form-field__main--password .show-password:hover {
  background-color: #f2f2f2;
}
.form-field__main--password input[type=text] ~ button.show-password {
  background-image: url(/design-system/src/assets/icons/inputs/hide.svg);
}
.form-field__input {
  width: 100%;
  min-height: 48px;
  border: 1px solid #aaaaaa;
  color: #707070;
  border-radius: 8px;
  outline: none;
  padding: 12px 16px;
  background: none;
}
.form-field__input:hover, .form-field__input:focus {
  border-color: #707070;
}
.form-field__input::placeholder {
  color: #fff;
}
.form-field__label {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaaaaa;
  cursor: text;
  transition: 100ms;
  background: #fff;
  border-radius: 4px;
  pointer-events: none;
}
.form-field__input:focus::placeholder {
  color: #aaaaaa;
}

div.flatpickr-calendar {
  border-radius: 8px;
  box-shadow: none;
  border: 1px solid #d1d1d1;
}
div.flatpickr-calendar .flatpickr-current-month {
  color: #fc623d;
}
div.flatpickr-calendar .flatpickr-current-month .cur-month {
  font-family: "CentraNo1-Extrabold";
  font-weight: 400;
}
div.flatpickr-calendar .flatpickr-day:hover, div.flatpickr-calendar .flatpickr-day.inRange {
  background: #fee0d8 !important;
  border-color: #fee0d8 !important;
}
div.flatpickr-calendar .flatpickr-day.today {
  border-color: #fc623d !important;
}
div.flatpickr-calendar .flatpickr-day.selected, div.flatpickr-calendar .flatpickr-day.startRange, div.flatpickr-calendar .flatpickr-day.endRange {
  background: #fc623d !important;
  border-color: #fc623d !important;
}
div.flatpickr-calendar .flatpickr-day.selected:hover, div.flatpickr-calendar .flatpickr-day.startRange:hover, div.flatpickr-calendar .flatpickr-day.endRange:hover {
  background: #fc623d !important;
  border-color: #fc623d !important;
}
div.flatpickr-calendar .flatpickr-day.inRange {
  box-shadow: -5px 0 0 #fee0d8, 5px 0 0 #fee0d8;
}
div.flatpickr-calendar .flatpickr-monthDropdown-months option {
  color: #fff;
  cursor: pointer;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #fc623d !important;
}

:root {
  --pagination-img-size: 24px;
  --pagination-top-space: 16px;
  --pagination-minus-height: calc(var(--pagination-img-size) + var(--pagination-top-space));
  --pagination-gap: 8px;
}
@media (min-width: 600px) {
  :root {
    --pagination-img-size: 32px;
    --pagination-top-space: 24px;
  }
}
@media (min-width: 1024px) {
  :root {
    --pagination-top-space: 32px;
    --pagination-img-size: 40px;
  }
}

.swiper {
  min-height: calc(288px + var(--pagination-minus-height));
  height: 100vw;
  max-height: calc(350px + var(--pagination-minus-height));
  min-width: 288px;
  width: 100%;
  max-width: 954px;
  background: transparent;
  border-radius: 20px 20px 0 0;
}
@media (min-width: 1024px) {
  .swiper {
    max-height: calc(510px + var(--pagination-minus-height));
  }
}
.swiper .swiper-slide {
  height: 100%;
}
.swiper .swiper-slide .img-container {
  border-radius: 20px;
  width: 100%;
  height: calc(100% - var(--pagination-minus-height));
}
.swiper .swiper-slide img,
.swiper .swiper-slide picture,
.swiper .swiper-slide source {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper .swiper-pagination {
  bottom: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--pagination-gap);
  height: auto;
}
.swiper .swiper-pagination-bullet {
  display: flex;
  margin: 0 !important;
  width: var(--pagination-img-size);
  height: var(--pagination-img-size);
  outline: none;
  transition: 0.1s opacity;
}
.swiper .swiper-pagination-bullet:hover {
  opacity: 0.5;
}
.swiper .swiper-pagination-bullet-active:hover {
  opacity: 1;
}
.swiper .swiper-pagination-bullet img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper .swiper-button-next, .swiper .swiper-button-prev {
  top: calc(50% - var(--pagination-minus-height) / 2);
  transition: 0.2s;
  width: 40px;
}
@media (min-width: 600px) {
  .swiper .swiper-button-next, .swiper .swiper-button-prev {
    width: 60px;
  }
}
.swiper .swiper-button-next img, .swiper .swiper-button-prev img {
  width: 100%;
}
.swiper .swiper-button-next::after, .swiper .swiper-button-prev::after {
  content: "";
}
.swiper .swiper-button-next {
  right: 10px;
}
@media (min-width: 600px) {
  .swiper .swiper-button-next {
    right: 30px;
  }
}
@media (min-width: 600px) {
  .swiper .swiper-button-next:hover {
    right: 25px;
  }
}
.swiper .swiper-button-prev {
  left: 10px;
}
@media (min-width: 600px) {
  .swiper .swiper-button-prev {
    left: 30px;
  }
}
@media (min-width: 600px) {
  .swiper .swiper-button-prev:hover {
    left: 25px;
  }
}

.header {
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  width: 100%;
  padding: 8px var(--side-space);
  background: #fff;
  box-shadow: 0 0 4px #707070;
  z-index: 6;
}
.header > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .header {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1440px) {
  .header {
    padding: 0 148px;
  }
}
.header::before {
  content: "";
  position: absolute;
  top: 64px;
  left: 0;
  width: 100vw;
  height: 0;
  z-index: 1;
  opacity: 0;
  background: rgba(26, 26, 26, 0.3);
  transition: 0.3s;
}
.header.opened::before {
  height: calc(100vh - 64px);
  opacity: 1;
}
.header.opened + .main-container .sticky-container__link {
  display: none;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .header.opened + .main-container .sticky-container__link {
    display: flex;
    opacity: 0.6;
  }
}
.header__logo {
  width: 89px;
  transition: filter 100ms;
}
@media (min-width: 1024px) {
  .header__logo {
    width: 100px;
  }
}
.header__logo:hover {
  filter: brightness(1.25);
}
.header__logo img {
  width: 100%;
  height: 100%;
}
.header__right-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media (min-width: 600px) {
  .header__right-section {
    gap: 40px;
  }
}
@media (min-width: 1024px) {
  .header__right-section {
    width: calc(100% - 100px);
    height: 100%;
  }
}
.header__help.blocked {
  z-index: -1;
}
.header__help.opened + .header__burger {
  z-index: -1;
}
.header__burger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  cursor: pointer;
}
.header__burger.opened {
  z-index: 1;
}
.header__burger.opened + .header__nav {
  min-height: calc(100vh - 64px);
  padding-top: 34px;
  padding-bottom: 34px;
  opacity: 1;
  overflow-y: auto;
}
.header__burger.opened .header__dash {
  transform: rotate(45deg);
  transition-delay: 0.3s;
}
.header__burger.opened .header__dash::before {
  top: 0;
  opacity: 0;
  transition-property: top, opacity;
  transition-delay: 0s, 0.3s;
}
.header__burger.opened .header__dash::after {
  bottom: 0;
  transform: rotate(90deg);
  transition-property: bottom, transform;
  transition-delay: 0s, 0.3s;
}
@media (min-width: 1024px) {
  .header__burger {
    display: none;
  }
}
.header__dash {
  position: relative;
  background: #fc623d;
  height: 3px;
  width: 24px;
  border-radius: 50px;
  z-index: -1;
  transition-property: transform;
  transition-duration: 0.3s;
}
.header__dash::before, .header__dash::after {
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  background: inherit;
  border-radius: inherit;
  z-index: inherit;
  transition-duration: inherit;
}
.header__dash::before {
  top: -8px;
  transition-property: top, opacity;
  transition-delay: 0.3s, 0s;
}
.header__dash::after {
  bottom: -8px;
  transition-property: bottom, transform;
  transition-delay: 0.3s, 0s;
}
.header__nav {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(64px);
  background: #fff;
  opacity: 0;
  width: 100vw;
  height: 0;
  padding: 0 16px;
  cursor: initial;
  transition: 0.3s;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .header__nav {
    position: relative;
    top: unset;
    left: unset;
    background: unset;
    transition: none;
    transform: unset;
    padding: 0;
    opacity: 1;
    height: auto;
    overflow: unset;
    height: 100%;
  }
}
.header__nav li {
  list-style: none;
}
.header__nav .header__main-list {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .header__nav .header__main-list {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    height: 100%;
  }
}
.header__nav .header__main-list li {
  height: 100%;
}
@media (min-width: 1024px) {
  .header__nav .header__main-item {
    width: unset;
    cursor: pointer;
  }
}
@media (min-width: 1024px) {
  .header__nav .header__main-item:not(:last-child) {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.header__nav .header__main-item--title {
  position: relative;
}
.header__nav .header__main-item--title .title {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
  padding: 16px;
  border-radius: 10px;
  transition: background 0.2s;
}
.header__nav .header__main-item--title .title-arrow {
  display: block;
  width: 26px;
  height: 30px;
  transition: 0.2s;
}
.header__nav .header__main-item--title .title-arrow path {
  transition: inherit;
}
@media (min-width: 1024px) {
  .header__nav .header__main-item--title .title {
    color: #707070;
    transition: color 0.3s;
    padding: 0;
  }
  .header__nav .header__main-item--title .title::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 2px;
    width: 100%;
    background: #fc623d;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s;
  }
}
.header__nav .header__main-item--title.opened .title {
  background: #f2f2f2;
}
.header__nav .header__main-item--title.opened .title-arrow {
  transform: rotate(-180deg);
}
.header__nav .header__main-item--title.opened .title-arrow path {
  fill: #fc623d;
}
.header__nav .header__main-item--title.opened .header__sub-item {
  height: auto;
  padding: 16px 0;
}
.header__nav .header__main-item--title.opened .header__sub-item > div {
  transform: translateY(0);
  opacity: 1;
}
.header__nav .header__main-item--title a {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .header__nav .header__main-item--title:hover .title {
    color: #fc623d;
  }
  .header__nav .header__main-item--title:hover .title::before {
    transform: scaleX(1);
    transform-origin: left;
  }
  .header__nav .header__main-item--title:hover .title-arrow {
    transform: rotate(-180deg);
  }
  .header__nav .header__main-item--title:hover .title-arrow path {
    fill: #fc623d;
  }
  .header__nav .header__main-item--title:hover .header__sub-item {
    height: auto;
    padding: 40px var(--side-space);
  }
  .header__nav .header__main-item--title:hover .header__sub-item > div {
    transform: translateY(0);
    opacity: 1;
  }
}
@media (min-width: 1024px) and (min-width: 1440px) {
  .header__nav .header__main-item--title:hover .header__sub-item {
    padding: 40px 148px;
  }
}
.header__nav .header__main-item--btn {
  display: none;
}
@media (min-width: 1024px) {
  .header__nav .header__main-item--btn {
    display: initial;
  }
}
.header__nav .header__main-item--user {
  display: flex;
  align-items: center;
  padding-top: 32px;
}
@media (min-width: 1024px) {
  .header__nav .header__main-item--user {
    padding-top: 0;
  }
}
.header__nav .header__main-item--user a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
}
.header__nav .header__main-item--user a:hover span {
  color: #0953fb;
}
@media (min-width: 1024px) {
  .header__nav .header__main-item--user a {
    padding: 0;
  }
  .header__nav .header__main-item--user a img {
    width: 40px;
  }
  .header__nav .header__main-item--user a span {
    display: none;
  }
}
@media (min-width: 1440px) {
  .header__nav .header__main-item--user a span {
    display: block;
  }
}
.header__nav .header__sub-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #fff;
  text-align: left;
  cursor: initial;
  height: 0;
  padding: 0;
  overflow: hidden;
  transition: 0.3s padding;
}
@media (min-width: 1024px) {
  .header__nav .header__sub-item {
    transition: 0s;
  }
}
.header__nav .header__sub-item > div {
  transform: translateY(-15%);
  opacity: 0;
  transition: 0.3s ease-out;
}
.header__nav .header__sub-item--photobooth .split {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 1024px) {
  .header__nav .header__sub-item--grid-1 > div {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    grid-template-rows: 1fr;
    align-items: center;
  }
  .header__nav .header__sub-item--grid-1 > div *:nth-child(1),
.header__nav .header__sub-item--grid-1 > div *:nth-child(3) {
    justify-self: center;
  }
  .header__nav .header__sub-item--grid-1 > div *:nth-child(1).justify-self-start,
.header__nav .header__sub-item--grid-1 > div *:nth-child(3).justify-self-start {
    justify-self: start;
  }
}
@media (min-width: 1024px) {
  .header__nav .header__sub-item--grid-2 > div {
    display: grid;
    grid-template-columns: 2fr 2fr 1fr;
    grid-template-rows: 1fr;
    align-items: center;
  }
  .header__nav .header__sub-item--grid-2 > div *:nth-child(1),
.header__nav .header__sub-item--grid-2 > div *:nth-child(3) {
    justify-self: center;
  }
}
.header__nav .header__sub-item a {
  display: flex;
  flex-direction: row;
  gap: 4px;
  padding: 8px 0;
}
.header__nav .header__sub-item a p {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.header__nav .header__sub-item .arrow {
  width: 24px;
  height: 24px;
  margin-left: auto;
  align-self: center;
  opacity: 0;
  transition: 0.2s;
  transform: translateX(-8px) scale(0);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.header__nav .header__sub-item .arrow-primary {
  background-image: url(/design-system/src/assets/icons/header/arrow-primary.svg);
}
.header__nav .header__sub-item .arrow-secondary {
  background-image: url(/design-system/src/assets/icons/header/arrow-secondary.svg);
}
.header__nav .header__sub-item .arrow-cyan {
  background-image: url(/design-system/src/assets/icons/header/arrow-cyan.svg);
}
@media (min-width: 1024px) {
  .header__nav .header__sub-item {
    position: fixed;
    top: 64px;
    left: 0;
    flex-direction: row;
    justify-content: center;
    width: 100vw;
    box-shadow: 0px 4px 3px -4px #707070 inset, 0 7px 4px -8px #707070;
  }
  .header__nav .header__sub-item a {
    border-radius: 20px;
    transition: 0.2s;
    padding: 32px 12px;
  }
  .header__nav .header__sub-item a:hover .arrow {
    opacity: 1;
    transform: none;
  }
  .header__nav .header__sub-item a.hover-blue-100:hover {
    background: #e6eeff;
  }
  .header__nav .header__sub-item a.hover-beige-300:hover {
    background: #fff4ed;
  }
  .header__nav .header__sub-item a.hover-cyan-200:hover {
    background: #e9f8f8;
  }
}
.header__blog {
  max-width: 332px;
  min-height: 332px;
  background: #ffede1;
  border-radius: 20px;
  padding: 16px 24px;
}
.header__blog a:hover {
  text-decoration: underline;
}

.header-rounded {
  position: relative;
  margin: 0 auto;
}
.header-rounded__bg {
  width: 100%;
}
.header-rounded__bg svg {
  width: 100%;
}
.header-rounded__logo {
  position: absolute;
  display: block;
  left: clamp(0px, 10vw, 120px);
  top: 20%;
}
@media (min-width: 600px) {
  .header-rounded__logo img {
    width: 120px;
  }
}
.header-rounded .fill-primary {
  fill: #fc623d;
}
.header-rounded .fill-secondary {
  fill: #0953fb;
}

.help-pop-in {
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.help-pop-in.opened .help-pop-in__content {
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1024px) {
  .help-pop-in.opened .help-pop-in__content {
    display: flex;
    top: unset;
    bottom: 0;
    transform: translate(0, 0);
  }
}
@media (min-width: 1024px) {
  .help-pop-in {
    display: flex;
    z-index: 5;
    width: unset;
    height: unset;
  }
}
.help-pop-in__desktop-icon svg {
  width: 48px;
  height: 48px;
}
.help-pop-in__desktop-icon svg path {
  transition: 0.3s;
}
.help-pop-in__desktop-icon:hover svg path {
  fill: #0953fb;
}
.help-pop-in__desktop-icon:hover svg path.text {
  fill: #fff;
}
.help-pop-in__content {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  flex-direction: column;
  min-width: 320px;
  max-width: 380px;
  width: calc(100% - 16px);
  padding: 40px 24px 16px;
  border-radius: 20px;
  background: #fff;
  cursor: initial;
  transition: 0.3s;
}
@media (min-width: 1024px) {
  .help-pop-in__content {
    position: absolute;
    top: unset;
    left: unset;
    bottom: 0;
    right: 0;
    transform: translate(0, 161%);
    padding: 22px 24px;
    max-width: unset;
    width: unset;
  }
}
@media (min-width: 1024px) {
  .help-pop-in__content > *:not(button) {
    width: 360px;
  }
}
.help-pop-in__close {
  position: absolute;
  right: 16px;
  top: 16px;
  border: none;
  background: unset;
  transition: 0.3s;
}
.help-pop-in__close:hover {
  transform: rotate(90deg);
}
.help-pop-in__title {
  color: #0953fb;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .help-pop-in__title {
    margin-left: unset;
  }
}
.help-pop-in__text {
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .help-pop-in__text {
    margin-left: unset;
    margin-bottom: 16px;
  }
}
.help-pop-in__links {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 12px;
}
.help-pop-in__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: #f2f2f2;
  padding: 16px;
  border: none;
  border-radius: 10px;
  color: #707070;
  text-decoration: none;
  transition: background 100ms;
  min-height: 105px;
}
.help-pop-in__link:hover {
  background: #e6eeff;
  color: #707070;
}
.help-pop-in__link:hover .help-pop-in__link-arrow {
  transform: translateX(10px);
}
.help-pop-in__link-content {
  max-width: 296px;
}
@media (min-width: 1024px) {
  .help-pop-in__link-content {
    max-width: unset;
    width: 100%;
  }
}
.help-pop-in__link-title {
  display: flex;
  align-items: center;
  gap: 16px;
}
.help-pop-in__link-description {
  margin-top: 10px;
  color: #aaaaaa;
  text-align: left;
}
.help-pop-in__link img {
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.help-pop-in__link-arrow {
  transition: transform 100ms;
}
.help-pop-in__cal {
  position: relative;
  display: flex;
  overflow: hidden;
}
.help-pop-in__cal.opened .help-pop-in__cal-main {
  transform: translateX(-100%);
}
.help-pop-in__cal.opened .help-pop-in__cal-choose {
  transform: translateX(0);
}
.help-pop-in__cal-main {
  transition: transform 0.4s;
}
.help-pop-in__cal-choose {
  position: absolute;
  left: 0;
  top: 0;
  align-items: initial;
  transform: translateX(100%);
  transition: transform 0.4s;
  cursor: pointer;
  padding: 8px;
}
.help-pop-in__cal-content {
  display: flex;
  gap: 8px;
}
.help-pop-in__cal-links {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 150px;
  width: 100%;
  padding: 8px 16px;
  background: #fff;
  text-align: center;
  border-radius: 10px;
  transition: 0.2s;
}
.help-pop-in__cal-links:hover {
  background: #84a9fd;
  color: #fff;
}

.main-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  padding-bottom: 50px;
  max-width: 1440px;
  margin: 64px auto 0;
}
.main-container .sticky-container {
  order: 1;
  position: -webkit-sticky;
  position: sticky;
  bottom: 5%;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  align-items: end;
  z-index: 5;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .main-container .sticky-container {
    grid-template-columns: 1fr 2fr 1fr;
    margin: 0 150px;
  }
}
@media (min-width: 1640px) {
  .main-container .sticky-container {
    margin: 0;
  }
}
.main-container .sticky-container > * {
  width: fit-content;
  pointer-events: auto;
}
.main-container .sticky-container__help {
  justify-self: end;
  grid-column: 3/span 1;
}
.main-container .sticky-container__link {
  justify-self: center;
  grid-row: 1/span 1;
  transition: 0.3s;
}
@media (max-width: 330px) {
  .main-container .sticky-container__link {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .main-container .sticky-container__link {
    grid-column: 2/span 1;
  }
}
.main-container__content {
  display: flex;
  flex-direction: column;
  z-index: inherit;
  padding: 0 var(--side-space);
  margin-bottom: 50px;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background: #333333;
  padding: 18px 16px 10px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .footer {
    padding: 24px 20px 20px;
  }
}
.footer a {
  text-decoration: none;
  color: inherit;
}
.footer a:hover {
  text-decoration: underline;
}
.footer__main {
  width: 100%;
  max-width: 1300px;
}
.footer__logo {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}
@media (min-width: 1024px) {
  .footer__logo {
    margin-bottom: 30px;
  }
}
.footer__logo a svg {
  width: 100px;
}
@media (min-width: 1024px) {
  .footer__logo a svg {
    width: 138px;
    width: auto;
  }
}
.footer__links {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1024px) {
  .footer__links {
    flex-direction: row;
    justify-content: center;
  }
}
.footer__links a {
  color: #fff;
  width: 100%;
  padding: 12px 0;
  text-align: center;
  line-height: 100%;
}
@media (min-width: 1024px) {
  .footer__links a {
    width: unset;
    padding: 0 16px;
  }
  .footer__links a:not(:last-child) {
    border-right: 2px solid #fff;
  }
}
.footer__more {
  margin-top: 16px;
  font-size: 14px;
  text-align: center;
}

body > div.opened::before {
  width: 100vw;
  height: 100vh;
}
body.opened {
  height: 100%;
  overflow: hidden;
}

.border-bot, .rent-everywhere__text {
  border-bottom: 1px solid #d1d1d1;
}

.border-gray {
  border-color: #707070;
}

.m-top-header {
  margin-top: 20px;
}
@media (min-width: 600px) {
  .m-top-header {
    margin-top: 35px;
  }
}

.br-20 {
  border-radius: 20px;
}

.img-gradient {
  position: relative;
}
.img-gradient::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.img-gradient-bot::after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 50%);
}
.img-gradient-top::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 50%);
}
.img-gradient-left::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 50%);
}
.img-gradient-right::after {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 50%);
}

.bg-blue-100 {
  background: #e6eeff;
}
.bg-orange-100 {
  background: #ffefec;
}
.bg-beige-300 {
  background: #fff4ed;
}

.mw-col-12 {
  max-width: 1440px;
}
.mw-col-10, .full-image-card[data-page=lld] .full-image-card__card {
  max-width: 1144px;
}
.mw-1042 {
  max-width: 1042px;
}

.h-160 {
  height: 160px;
}
@media (min-width: 600px) {
  .h-tablet-100 {
    height: 100px;
  }
}
@media (min-width: 1024px) {
  .h-desktop-100 {
    height: 100px;
  }
}
@media (min-width: 1024px) {
  .h-desktop-unset {
    height: unset;
  }
}

.col-12, .header-rounded {
  max-width: 1440px !important;
}

.col-10 {
  max-width: 1144px !important;
}

.col-8 {
  max-width: 912px !important;
}

.col-6 {
  max-width: 680px !important;
}

.col-5 {
  max-width: 562px !important;
}

.col-4 {
  max-width: 448px !important;
}

.text-secondary-hover:hover {
  color: #0953fb;
}

.text-primary-hover:hover {
  color: #fc623d;
}

.text-underline-hover:hover {
  text-decoration: underline;
}

.scroll-anim {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 500ms;
}
.scroll-anim.scrolled {
  opacity: 1;
}
.scroll-anim--scale.scrolled {
  animation: animScale 1s;
}
.scroll-anim--from-right {
  transition-property: inherit;
}
.scroll-anim--from-right-1 {
  transform: translateX(100px);
  transition-property: inherit;
}
.scroll-anim--from-right-2 {
  transform: translateX(200px);
  transition-property: inherit;
}
.scroll-anim--from-right-3 {
  transform: translateX(300px);
  transition-property: inherit;
}
.scroll-anim--from-right-4 {
  transform: translateX(400px);
  transition-property: inherit;
}
.scroll-anim--from-right-5 {
  transform: translateX(500px);
  transition-property: inherit;
}
.scroll-anim--from-right.scrolled {
  transform: translateX(0) !important;
}
.scroll-anim--from-left {
  transition-property: inherit;
}
.scroll-anim--from-left-1 {
  transform: translateX(-100px);
}
.scroll-anim--from-left-2 {
  transform: translateX(-200px);
}
.scroll-anim--from-left-3 {
  transform: translateX(-300px);
}
.scroll-anim--from-left-4 {
  transform: translateX(-400px);
}
.scroll-anim--from-left-5 {
  transform: translateX(-500px);
}
.scroll-anim--from-left.scrolled {
  transform: translateX(0) !important;
}
.scroll-anim--from-top {
  transition-property: inherit;
}
.scroll-anim--from-top-1 {
  transform: translateY(-100px);
}
.scroll-anim--from-top-2 {
  transform: translateY(-200px);
}
.scroll-anim--from-top-3 {
  transform: translateY(-300px);
}
.scroll-anim--from-top-4 {
  transform: translateY(-400px);
}
.scroll-anim--from-top-5 {
  transform: translateY(-500px);
}
.scroll-anim--from-top.scrolled {
  transform: translateY(0) !important;
}

.rotate-anim {
  transition: transform 300ms ease-out;
}

@keyframes animScale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 360px;
}
@media (min-width: 600px) {
  .hero {
    height: clamp(270px, 40vw, 540px);
  }
}
.hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 16px 26px;
  color: #fff;
}
@media (min-width: 1024px) {
  .hero__title {
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding: 0 0 80px;
    margin: 0 16px;
    max-width: 1000px;
  }
}

.brands-banner {
  position: relative;
  padding: 32px 24px 20px;
}
.brands-banner.bg-gray {
  background: #f2f2f2;
}
.brands-banner.pv-none {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 600px) {
  .brands-banner {
    padding: 24px 32px;
  }
  .brands-banner.pv-none {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .brands-banner {
    padding: 50px clamp(32px, 9.5vw, 150px);
  }
  .brands-banner.pv-none {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.brands-banner__smile {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
@media (min-width: 1024px) {
  .brands-banner__smile {
    width: 191px;
  }
}
.brands-banner__smile img {
  width: 100%;
}
.brands-banner__list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 600px) {
  .brands-banner__list {
    flex-direction: row;
    gap: 16px;
  }
}
.brands-banner__list div {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
@media (min-width: 600px) {
  .brands-banner__list div {
    width: 50%;
    gap: 16px;
  }
}
.brands-banner__list div img {
  width: clamp(34px, 5vw, 70px);
  height: auto;
  flex-grow: 1;
}

.home-offer {
  width: 100%;
}
.home-offer__title {
  margin-bottom: 80px;
}
.home-offer__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
  width: 100%;
}
@media (min-width: 1024px) {
  .home-offer__content {
    flex-direction: row;
    align-items: stretch;
  }
}
.home-offer__product {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.home-offer__product-title {
  margin-bottom: 8px;
}
.home-offer__product-desc {
  max-width: 375px;
  margin-bottom: 56px;
}
@media (min-width: 1024px) {
  .home-offer__product-desc {
    margin-bottom: 90px;
  }
}
.home-offer__product-main {
  position: relative;
}
.home-offer__product--pk .home-offer__product-main {
  width: 279px;
  height: 350px;
}
@media (min-width: 600px) {
  .home-offer__product--pk .home-offer__product-main {
    max-width: 502px;
    width: 100%;
    height: 415px;
  }
}
.home-offer__product--photobooth .home-offer__product-main {
  width: 267px;
  height: 447px;
}
@media (min-width: 600px) {
  .home-offer__product--photobooth .home-offer__product-main {
    max-width: 446px;
    width: 100%;
    height: 481px;
  }
}
.home-offer__product-price {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
}
.home-offer__product-price-shine {
  position: relative;
}
.home-offer__product-price-shine::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 125px;
  height: 48px;
  background-image: url(/assets/v3/icons/home-offer/shine.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.home-offer__product-price-shine::after {
  background-image: url(/assets/v3/icons/home-offer/line-2.svg);
  background-size: contain;
}
.home-offer__product-price-shine.shine-1::after {
  bottom: 11px;
  height: 21px;
  background-image: url(/assets/v3/icons/home-offer/line-1.svg);
}
.home-offer__product-price-shine.shine-2::after {
  bottom: 5px;
  height: 15px;
  background-image: url(/assets/v3/icons/home-offer/line-2.svg);
}
.home-offer__product-imgs {
  width: 100%;
  height: 100%;
}
.home-offer__product--pk .home-offer__product-imgs .phone {
  position: absolute;
  top: 0;
  left: 0;
}
.home-offer__product--pk .home-offer__product-imgs .phone img {
  width: 105px;
}
.home-offer__product--pk .home-offer__product-imgs .phone::after {
  content: "";
  position: absolute;
  top: 65px;
  left: 101px;
  background-image: url(/assets/v3/icons/home-offer/arrow.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 32px;
  height: 56px;
}
@media (min-width: 600px) {
  .home-offer__product--pk .home-offer__product-imgs .phone img {
    width: 138px;
  }
  .home-offer__product--pk .home-offer__product-imgs .phone::after {
    top: 86px;
    left: 133px;
    width: 40px;
    height: 73px;
  }
}
.home-offer__product--pk .home-offer__product-imgs .pk {
  position: absolute;
  top: 142px;
  left: 15px;
}
.home-offer__product--pk .home-offer__product-imgs .pk img {
  width: 244px;
}
.home-offer__product--pk .home-offer__product-imgs .pk::after {
  content: "";
  position: absolute;
  top: -14px;
  left: 30px;
  width: 210px;
  height: 210px;
  background: #ffefec;
  border-radius: 100%;
  z-index: -1;
}
@media (min-width: 600px) {
  .home-offer__product--pk .home-offer__product-imgs .pk {
    top: 136px;
    left: 85px;
  }
  .home-offer__product--pk .home-offer__product-imgs .pk img {
    width: 321px;
  }
  .home-offer__product--pk .home-offer__product-imgs .pk::after {
    top: 3px;
    left: 91px;
    width: 276px;
    height: 276px;
  }
}
.home-offer__product--pk .home-offer__product-imgs .photo {
  position: absolute;
  bottom: 0;
  right: 0;
}
.home-offer__product--pk .home-offer__product-imgs .photo img {
  transform: rotate(11deg);
  width: 67px;
}
@media (min-width: 600px) {
  .home-offer__product--pk .home-offer__product-imgs .photo {
    bottom: 44px;
  }
  .home-offer__product--pk .home-offer__product-imgs .photo img {
    width: 88px;
  }
}
.home-offer__product--photobooth .home-offer__product-imgs .photobooth {
  position: absolute;
  top: 0;
  left: 0;
}
.home-offer__product--photobooth .home-offer__product-imgs .photobooth img {
  width: 141px;
}
.home-offer__product--photobooth .home-offer__product-imgs .photobooth::after {
  content: "";
  position: absolute;
  top: 121px;
  left: 0px;
  width: 227px;
  height: 227px;
  background: #e9f8f8;
  border-radius: 100%;
  z-index: -1;
}
@media (min-width: 600px) {
  .home-offer__product--photobooth .home-offer__product-imgs .photobooth img {
    width: 171px;
  }
  .home-offer__product--photobooth .home-offer__product-imgs .photobooth::after {
    top: 30px;
    left: 1px;
    width: 276px;
    height: 276px;
  }
}
.home-offer__product--photobooth .home-offer__product-imgs .printer {
  position: absolute;
  top: 198px;
  left: 94px;
}
.home-offer__product--photobooth .home-offer__product-imgs .printer img {
  width: 161px;
}
@media (min-width: 600px) {
  .home-offer__product--photobooth .home-offer__product-imgs .printer {
    top: 200px;
    left: 126px;
  }
  .home-offer__product--photobooth .home-offer__product-imgs .printer img {
    width: 196px;
  }
}
.home-offer__product--photobooth .home-offer__product-imgs .bubble {
  position: absolute;
  bottom: 0;
  right: 0;
}
.home-offer__product--photobooth .home-offer__product-imgs .bubble img {
  width: 122px;
}
@media (min-width: 600px) {
  .home-offer__product--photobooth .home-offer__product-imgs .bubble {
    bottom: 44px;
  }
  .home-offer__product--photobooth .home-offer__product-imgs .bubble img {
    width: 150px;
  }
}
.home-offer__product-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.offer-with-options {
  display: flex;
  justify-content: center;
  width: 100%;
}
.offer-with-options__wrapper {
  position: relative;
  gap: 24px;
  width: 100%;
  max-width: 1144px;
  border-radius: 20px;
  padding-top: 32px;
}
@media (min-width: 720px) {
  .offer-with-options__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
}
@media (min-width: 1024px) {
  .offer-with-options__wrapper {
    grid-template-columns: 2fr 3fr;
  }
}

.card-offer {
  border-radius: 10px; 
  min-height: 332px; 
  max-height: 332px; 
  aspect-ratio: 256 / 332;
  background-color: #FC623D;
  color: white;
  position: relative;
  padding-top: 30px;
}

.badge-title {
  position: absolute;
  top: -20px; 
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  color: #FC623D;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 14px;
  border-radius: 4px;
}

.block-voucher-cheerz{
  border-radius: 10px;
  background: #FFAD9F;
  font-family: "CentraNo1-Book";
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 20px;
}

.offer-with-options__wrapper.bg-blue-100 .offer-with-options__info-main::before {
  background: #e6eeff;
}
.offer-with-options__wrapper.bg-beige-300 .offer-with-options__info-main::before {
  background: #fff4ed;
}
.offer-with-options__wrapper.bg-beige-300 .offer-with-options__contact::before {
  background-image: url("/assets/v3/icons/offer-with-options/arrow-contact-cyan.svg");
}
.offer-with-options__wrapper.bg-beige-300 .offer-with-options__contact::after {
  background-image: url("/assets/v3/icons/offer-with-options/arrow-contact-cyan.svg");
}
@media (min-width: 1024px) {
  .offer-with-options--live .offer-with-options__wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.offer-with-options__title {
  padding: 0 10px;
  margin-bottom: 32px;
}
@media (min-width: 720px) {
  .offer-with-options__title {
    grid-column: 1/span 2;
    margin-bottom: 50px;
  }
}
.offer-with-options--live .offer-with-options__title {
  margin-bottom: 80px;
}
.offer-with-options__hardware {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 30px;
}
@media (min-width: 720px) {
  .offer-with-options__hardware {
    grid-row: 2/span 1;
    grid-column: 2/span 1;
  }
}
@media (min-width: 1024px) {
  .offer-with-options__hardware {
    justify-content: flex-start;
  }
}
.offer-with-options__hardware--long-price {
  margin-bottom: 120px;
}
@media (min-width: 1024px) {
  .offer-with-options__hardware--long-price {
    margin-bottom: 0;
  }
}
.offer-with-options__hardware--long-price .offer-with-options__hardware-printer {
  margin-bottom: 0;
  transform: translate(-20px, 80px);
}
@media (min-width: 1024px) {
  .offer-with-options__hardware--long-price .offer-with-options__hardware-printer {
    transform: unset;
    margin-bottom: 44px;
  }
}
.offer-with-options__hardware--pk {
  margin-top: 60px;
  align-items: center;
}
@media (min-width: 720px) {
  .offer-with-options__hardware--pk {
    margin-top: 0px;
  }
}
@media (min-width: 1024px) {
  .offer-with-options__hardware--pk .offer-with-options__contact {
    left: 65%;
    top: 93%;
  }
}
.offer-with-options__hardware-photobooth {
  width: 133px;
}
@media (min-width: 600px) {
  .offer-with-options__hardware-photobooth {
    width: 171px;
  }
}
@media (min-width: 720px) {
  .offer-with-options__hardware-photobooth {
    align-self: flex-start;
  }
}
@media (min-width: 1024px) {
  .offer-with-options__hardware-photobooth {
    width: 214px;
  }
}
.offer-with-options__hardware-photobooth--solo {
  transform: translateX(-90px);
}
@media (min-width: 720px) {
  .offer-with-options__hardware-photobooth--solo {
    transform: unset;
  }
}
.offer-with-options__hardware-printer {
  position: relative;
  width: 138px;
  z-index: 0;
  margin-bottom: 12px;
  transform: translateX(-16px);
}
@media (min-width: 600px) {
  .offer-with-options__hardware-printer {
    width: 164px;
  }
}
@media (min-width: 720px) {
  .offer-with-options__hardware-printer {
    transform: none;
    margin-bottom: 44px;
  }
}
@media (min-width: 1024px) {
  .offer-with-options__hardware-printer {
    width: 189px;
  }
}
/* .offer-with-options__hardware-printer::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 54%;
  transform: translate(-50%, -50%);
  width: 127px;
  height: 127px;
  border-radius: 50%;
  background: #84a9fd;
  z-index: -1;
} */
/* @media (min-width: 600px) {
  .offer-with-options__hardware-printer::after {
    width: 148px;
    height: 148px;
    transform: translate(-45%, -55%);
  }
} */
/* @media (min-width: 1024px) {
  .offer-with-options__hardware-printer::after {
    width: 188px;
    height: 188px;
    transform: translate(-48%, -45%);
  }
}
.offer-with-options__hardware-printer--pink::after {
  background: #ffad9f;
} */
.offer-with-options__hardware-printer .bubble {
  position: absolute;
  top: -16px;
  left: 10px;
  transform: translateY(-100%);
  width: 150px;
}
@media (min-width: 600px) {
  .offer-with-options__hardware-printer .bubble {
    width: 174px;
    top: -24px;
    left: 0;
  }
}
@media (min-width: 720px) {
  .offer-with-options__hardware-printer .bubble {
    left: -20px;
  }
}
@media (min-width: 1024px) {
  .offer-with-options__hardware-printer .bubble {
    left: 170px;
    top: 12px;
  }
}
@media (min-width: 1152px) {
  .offer-with-options__hardware-printer .bubble {
    top: -60px;
    right: -30px;
    left: unset;
    transform: translateX(100%);
  }
}
.offer-with-options__hardware-pk {
  width: 100%;
  max-width: 384px;
}
.offer-with-options__hardware img {
  width: 100%;
}
.offer-with-options__live-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 8px;
}
@media (min-width: 1024px) {
  .offer-with-options__live-price {
    margin-top: 20px;
  }
}
.offer-with-options__live-price .main-price .shine::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 93px;
  height: 34px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/assets/v3/icons/offer-with-options/shiny.svg");
  background-size: cover;
}
@media (min-width: 1024px) {
  .offer-with-options__live-price .main-price .shine::before {
    width: 122px;
    height: 46px;
  }
}
.offer-with-options__live-price .main-price .shine--top::before {
  top: -24px;
}
.offer-with-options__live-price .main-price .lined-title {
  position: relative;
}
/* .offer-with-options__live-price .main-price .lined-title::after {
  background-image: url("/assets/v3/icons/offer-with-options/line.svg");
  background-size: cover;
  width: 67px;
  height: 15px;
  bottom: 3px;
} */
@media (min-width: 1024px) {
  .offer-with-options__live-price .main-price .lined-title::after {
    width: 86px;
    height: 19px;
  }
}
.offer-with-options__live-price .hours-price {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #84a9fd;
  border-radius: 10px;
  padding: 16px;
  width: 100%;
  max-width: 332px;
  margin-top: 60px;
  margin-bottom: 40px;
  color: #fff;
}
.offer-with-options__live-price .hours-price__line {
  display: flex;
  gap: clamp(8px, 3vw, 20px);
}
.offer-with-options__live-price .hours-price__line img {
  width: 16px;
}
.offer-with-options__live-price .hours-price__price {
  margin-left: auto;
}
.offer-with-options__price {
  position: absolute;
  right: 10vw;
  top: 24px;
  width: fit-content;
  max-width: 150px;
}
@media (min-width: 600px) {
  .offer-with-options__price {
    right: 20vw;
    top: 40px;
  }
}
@media (min-width: 720px) {
  .offer-with-options__price {
    right: 40px;
    top: 40px;
  }
}
@media (min-width: 1024px) {
  .offer-with-options__price {
    left: 60%;
    right: unset;
    top: 60px;
    transform: translateX(-50%);
    max-width: unset;
  }
}
.offer-with-options__price--pk {
  position: relative;
  right: unset;
  top: unset;
  max-width: unset;
}
@media (min-width: 1024px) {
  .offer-with-options__price--pk {
    position: absolute;
    left: 77%;
    width: 42%;
    top: 50px;
  }
}
.offer-with-options__price .shine::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 93px;
  height: 34px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/assets/v3/icons/offer-with-options/shiny.svg");
  background-size: cover;
}
@media (min-width: 1024px) {
  .offer-with-options__price .shine::before {
    width: 122px;
    height: 46px;
  }
}
.offer-with-options__price .shine--top::before {
  top: -24px;
}
.offer-with-options__price .shine--sm-top::before {
  top: -8px;
}
.offer-with-options__price .lined-title {
  position: relative;
}
.offer-with-options__price .lined-title::after {
  background-image: url("/assets/v3/icons/offer-with-options/line.svg");
  background-size: cover;
  width: 67px;
  height: 15px;
  bottom: 3px;
}
@media (min-width: 1024px) {
  .offer-with-options__price .lined-title::after {
    width: 86px;
    height: 19px;
  }
}
.offer-with-options__price--cyan .shine::before {
  background-image: url("/assets/v3/icons/offer-with-options/shiny-cyan.svg");
}
.offer-with-options__price--cyan .lined-title::after {
  background-image: url("/assets/v3/icons/offer-with-options/line-cyan.svg") !important;
}
.offer-with-options__price-more {
  margin-top: 24px;
  text-align: center;
}
.offer-with-options__contact, .offer-with-options__live-price .contact {
  position: absolute;
  left: 60%;
  top: 40%;
  transform: translate(-50%, -50%);
}
.offer-with-options__contact:hover::before, .offer-with-options__live-price .contact:hover::before {
  left: -5px;
}
.offer-with-options__contact:hover::after, .offer-with-options__live-price .contact:hover::after {
  right: -5px;
}
.offer-with-options__contact::before, .offer-with-options__contact::after, .offer-with-options__live-price .contact::before, .offer-with-options__live-price .contact::after {
  content: "";
  position: absolute;
  width: 53px;
  height: 20px;
  background-image: url("/assets/v3/icons/offer-with-options/arrow-contact.svg");
  transition: 0.2s;
}
.offer-with-options__contact::before, .offer-with-options__live-price .contact::before {
  top: 50%;
  left: -14px;
  transform: translate(-100%, -50%);
}
.offer-with-options__contact::after, .offer-with-options__live-price .contact::after {
  top: 50%;
  right: -14px;
  transform: translate(100%, -50%) rotate(180deg);
}
.offer-with-options__live-price .contact {
  position: relative;
  left: unset;
  top: unset;
  transform: none;
}
.offer-with-options--live .offer-with-options__info {
  max-width: 448px;
}
.offer-with-options__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding: 0 8px;
  max-width: 332px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 720px) {
  .offer-with-options__info {
    grid-row: 2/span 1;
  }
}
@media (min-width: 1024px) {
  .offer-with-options__info {
    justify-content: top;
  }
}
.offer-with-options__info > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 100%;
}
.offer-with-options__info ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  padding: 12px 6px;
  border-radius: 10px;
}
.offer-with-options__info ul li {
  display: flex;
  gap: 4px;
}
.offer-with-options__info-main {
  position: relative;
  border: 2px solid;
}
.offer-with-options__info-main::before {
  content: "";
  position: absolute;
  left: 70px;
  top: 0;
  transform: rotate(-45deg) translateY(-80%);
  display: inline-block;
  height: 20px;
  width: 20px;
  border-right: 2px solid;
  border-top: 2px solid;
}
@media (min-width: 720px) {
  .offer-with-options__info-main::before {
    left: unset;
    right: 0;
    top: 30px;
    transform: rotate(45deg) translateX(80%);
  }
}
.offer-with-options__info-main.border-secondary::before {
  border-right-color: #0953fb;
  border-top-color: #0953fb;
}
.offer-with-options__info-main.border-primary::before {
  border-right-color: #fc623d;
  border-top-color: #fc623d;
  background-color:  white;
}
.offer-with-options__info-main-item > span {
  width: 20px;
}
.offer-with-options--live .offer-with-options__info-main::before {
  content: none;
}
.offer-with-options__options-exclu {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 65px;
  margin-top: 60px;
}
@media (min-width: 600px) {
  .offer-with-options__options-exclu {
    padding-bottom: 100px;
  }
}
@media (min-width: 720px) {
  .offer-with-options__options-exclu {
    grid-row: 3/span 1;
    grid-column: 1/span 2;
  }
}
.offer-with-options__options-exclu-arrow {
  margin-top: 8px;
  margin-bottom: 40px;
}
.offer-with-options__options {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  padding: 0 24px;
}
@media (min-width: 720px) {
  .offer-with-options--solo .offer-with-options__hardware .offer-with-options__price {
    right: unset;
    left: 50%;
    transform: unset;
  }
}
@media (min-width: 1024px) {
  .offer-with-options--solo .offer-with-options__hardware .offer-with-options__price {
    right: unset;
    top: 50px;
    left: 41.5%;
  }
}
@media (min-width: 1024px) {
  .offer-with-options--solo .offer-with-options__info {
    justify-content: flex-start;
    margin-top: 50px;
  }
}

.trustpilot {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1024px) {
  .trustpilot {
    align-self: center;
    width: 90%;
    height: 180px;
    display: grid;
    grid-template-columns: 1fr 2.5fr;
    grid-template-rows: 1fr 1fr;
    column-gap: 32px;
    align-items: center;
    justify-content: center;
  }
}
.trustpilot__title {
  grid-row: 2/2;
  grid-column: 1/1;
  position: relative;
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .trustpilot__title {
    justify-self: center;
    align-self: start;
  }
}
.trustpilot__title::after {
  content: "+ 1000 avis positifs";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 67%);
  width: 100%;
  color: #90dade;
  white-space: nowrap;
}
.trustpilot__trustbox {
  margin-top: 16px;
  width: 100%;
}
@media (min-width: 600px) {
  .trustpilot__trustbox {
    height: 180px;
  }
}
@media (min-width: 1024px) {
  .trustpilot__trustbox {
    grid-row: 1/span 2;
    grid-column: 2/2;
    margin-top: unset;
    align-items: center;
    height: 140px;
  }
}
.trustpilot__trustbox iframe {
  height: 100%;
}
@media (min-width: 1024px) {
  .trustpilot__heart {
    grid-row: 1/2;
    grid-column: 1/1;
    justify-self: center;
  }
}

.card-orange-100 {
  background: #ffefec;
}
.card-blue-100 {
  background: #e6eeff;
}

.full-image-card {
  --cheese-size: 76px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media (min-width: 1024px) {
  .full-image-card {
    --cheese-size: 100px;
  }
}
@media (min-width: 1024px) {
  .full-image-card {
    --cheese-size: 121px;
  }
}
@media (min-width: 1024px) {
  .full-image-card--margin-top {
    margin-top: 110px;
  }
}
@media (min-width: 1024px) {
  .full-image-card__say-cheese {
    width: 150px;
  }
}
.full-image-card__say-cheese img {
  width: 100%;
}
.full-image-card__title {
  margin-bottom: 24px;
}
@media (min-width: 600px) {
  .full-image-card__title {
    margin-bottom: 32px;
  }
}
@media (min-width: 1024px) {
  .full-image-card__title {
    margin-bottom: 40px;
  }
}
.full-image-card__cheese {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: var(--cheese-size);
  height: var(--cheese-size);
  background-size: cover;
  z-index: 1;
}
.full-image-card__main {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.full-image-card__img {
  position: relative;
  width: 100%;
}
.full-image-card__img--cheese {
  margin-top: calc(var(--cheese-size) / 2);
}
.full-image-card__img picture {
  display: flex;
}
.full-image-card__img picture img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 599px) {
  .full-image-card__img picture img {
    max-height: 450px;
  }
}
@media (min-width: 600px) {
  .full-image-card__img picture img {
    min-height: 450px;
    max-height: 600px;
  }
}
@media (min-width: 1024px) {
  .full-image-card__img picture img {
    height: 600px;
  }
}
.full-image-card__img--mh-455 picture img {
  max-height: 455px;
}
.full-image-card__img .text-on-img {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 0 16px;
}
.full-image-card__img .text-on-img span {
  position: relative;
}
.full-image-card__img .text-on-img span::before {
  height: 12px;
  bottom: 5px;
  width: 200%;
  background-image: url(../icons/full-image-card/line-pro-mobile.svg);
}
@media (min-width: 1024px) {
  .full-image-card__img .text-on-img span::before {
    height: 16px;
    bottom: 0;
    background-image: url(../icons/full-image-card/line-pro-desktop.svg);
  }
}
@media (min-width: 1024px) {
  .full-image-card__img .text-on-img {
    bottom: 70px;
  }
}
.full-image-card__card {
  z-index: 1;
  transform: translateY(-32px);
  padding: 0 24px;
  width: 100%;
  max-width: 700px;
}
@media (min-width: 600px) {
  .full-image-card__card--reverse.full-image-card__card--swap-tablet {
    left: 5%;
    right: unset;
  }
}
@media (min-width: 1024px) {
  .full-image-card__card--reverse.full-image-card__card--swap-tablet {
    left: 10%;
    right: unset;
  }
}
@media (min-width: 1024px) {
  .full-image-card__card--reverse.full-image-card__card--swap-desktop {
    left: 10%;
    right: unset;
  }
}
.full-image-card__card--top {
  transform: translateY(32px);
}
.full-image-card__card--swap-custom-home {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  transform: none;
  height: 100%;
  max-width: unset;
  padding-top: 24px;
}
.full-image-card__card--swap-custom-home::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.38) 39.93%, rgba(0, 0, 0, 0) 77.57%);
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (min-width: 1024px) {
  .full-image-card__card--swap-custom-home::before {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.38) 39.93%, rgba(0, 0, 0, 0) 77.57%);
  }
}
@media (min-width: 1024px) {
  .full-image-card__card--swap-custom-home {
    align-items: flex-end;
    padding-right: 120px;
    padding-top: 100px;
  }
  .full-image-card__card--swap-custom-home .jo-events {
    height: 73px;
  }
  .full-image-card__card--swap-custom-home .jo-events img {
    height: 100%;
  }
}
.full-image-card__card--swap-custom-home .full-image-card__card-title {
  bottom: 50px;
  right: 24px;
  position: absolute;
  text-align: right;
  max-width: 571px;
  width: 90%;
}
@media (min-width: 600px) {
  .full-image-card__card--swap-custom-home .full-image-card__card-title {
    bottom: 100px;
  }
}
@media (min-width: 1024px) {
  .full-image-card__card--swap-custom-home .full-image-card__card-title {
    position: relative;
    align-items: center;
    bottom: unset;
    right: unset;
    margin-top: 20px;
  }
}
.full-image-card__card--swap-custom-home .btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
@media (min-width: 1024px) {
  .full-image-card__card--swap-custom-home .btn {
    position: relative;
    bottom: unset;
    left: unset;
    transform: none;
    margin-left: auto;
    margin-top: 50px;
  }
}
@media (min-width: 600px) {
  .full-image-card__card--swap-tablet {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    width: 440px;
    margin: 0;
  }
  .full-image-card__card--swap-tablet .card-body {
    padding: 24px 16px;
  }
}
@media (min-width: 1024px) {
  .full-image-card__card--swap-tablet {
    top: 50%;
    right: 10%;
    left: unset;
    transform: translateY(-50%);
    width: 560px;
    max-width: unset;
  }
  .full-image-card__card--swap-tablet .card-body {
    padding: 32px 50px 40px;
  }
}
@media (min-width: 1024px) {
  .full-image-card__card--swap-desktop {
    position: absolute;
    top: 50%;
    right: 10%;
    left: unset;
    transform: translateY(-50%);
    width: 560px;
    max-width: unset;
    margin: 0;
  }
  .full-image-card__card--swap-desktop .card-body {
    padding: 32px 50px 40px;
  }
}
.full-image-card__card--opacity9 {
  background: rgba(255, 255, 255, 0.9);
}
.full-image-card__card .card-title {
  margin-bottom: 24px;
  align-items: center;
}
.full-image-card__card .card-title .jo-events {
  width: 232px;
}
.full-image-card__card .card-title .jo-events img {
  width: 100%;
}
.full-image-card__card .card-title .lh-04 {
  line-height: 0.4;
}
.full-image-card__card .card-title .lh-08 {
  line-height: 0.8;
}
.full-image-card__card .card-title + div {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 1024px) {
  .full-image-card__card .card-title + div {
    flex-direction: row;
    justify-content: center;
    gap: 45px;
  }
}
.full-image-card__card .card-text ul {
  list-style: initial;
  margin-left: 14px;
}
.full-image-card__counter {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1024px) {
  .full-image-card__counter {
    width: 200px;
  }
}
.full-image-card__counter span.half-line-height {
  line-height: 0.5;
}
.full-image-card__counter span:nth-child(2) {
  line-height: 0.8;
  z-index: 1;
}
.full-image-card__explanation {
  text-align: center;
}
@media (min-width: 1024px) {
  .full-image-card__explanation {
    text-align: right;
  }
}
.full-image-card[data-page=pro] .full-image-card__card .card-body, .full-image-card[data-page=jo-events] .full-image-card__card .card-body {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (min-width: 1024px) {
  .full-image-card[data-page=pro] .full-image-card__card .card-body, .full-image-card[data-page=jo-events] .full-image-card__card .card-body {
    flex-direction: row;
    padding: 48px 172px;
  }
}
@media (min-width: 1024px) {
  .full-image-card[data-page=pro] .full-image-card__card .card-body .say-cheese, .full-image-card[data-page=jo-events] .full-image-card__card .card-body .say-cheese {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.full-image-card[data-page=pro] .full-image-card__card .card-body .content, .full-image-card[data-page=jo-events] .full-image-card__card .card-body .content {
  gap: 32px;
  max-width: 800px;
}
.full-image-card[data-page=lld] .full-image-card__card {
  background: rgba(255, 255, 255, 0.9);
}
@media (min-width: 600px) {
  .full-image-card[data-page=lld] .full-image-card__card {
    transform: translateY(-140px);
    margin-bottom: -140px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .full-image-card[data-page=lld] .full-image-card__card {
    transform: translateY(-190px);
    margin-bottom: -190px;
  }
}
@media (min-width: 1024px) {
  .full-image-card[data-page=lld] .full-image-card__card .card-title {
    margin-bottom: 16px !important;
  }
}
.full-image-card[data-page=lld] .full-image-card__card .card-body {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 70px;
}
@media (min-width: 1024px) {
  .full-image-card[data-page=lld] .full-image-card__card .card-body {
    gap: 24px;
    padding: 32px 110px;
  }
}
.full-image-card[data-page=lld] .full-image-card__card .card-body .comments {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 1024px) {
  .full-image-card[data-page=lld] .full-image-card__card .card-body .comments {
    flex-direction: row;
  }
}
.full-image-card[data-page=lld] .full-image-card__card .card-body .comments .comment {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.full-image-card[data-page=lld] .full-image-card__card .card-body .comments .comment:first-child::before, .full-image-card[data-page=lld] .full-image-card__card .card-body .comments .comment:last-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 207px;
  height: 145px;
  background-image: url("/assets/v3/icons/full-image-card/quote.svg");
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}
@media (min-width: 600px) {
  .full-image-card[data-page=lld] .full-image-card__card .card-body .comments .comment:first-child::before, .full-image-card[data-page=lld] .full-image-card__card .card-body .comments .comment:last-child::before {
    left: 0;
    transform: unset;
  }
}
.full-image-card[data-page=lld] .full-image-card__card .card-body .comments .comment:last-child::before {
  top: unset;
  left: unset;
  right: 50%;
  transform: translateX(50%);
  bottom: 0;
  background-image: url("/assets/v3/icons/full-image-card/quote-2.svg");
}
@media (min-width: 600px) {
  .full-image-card[data-page=lld] .full-image-card__card .card-body .comments .comment:last-child::before {
    right: 0;
    transform: unset;
  }
}
.full-image-card[data-page=lld] .full-image-card__card .card-title {
  margin-bottom: 0;
}
.full-image-card[data-page=lld] .full-image-card__card .autor {
  margin-left: 8px;
}
.full-image-card .max-w-450 {
  max-width: 450px;
}
@media (min-width: 1024px) {
  .full-image-card .max-w-desktop-912 {
    max-width: 912px;
  }
}
@media (max-width: 599px) {
  .full-image-card .transform-mobile-none {
    transform: none;
  }
}
.full-image-card .transform-none {
  transform: none;
}
@media (max-width: 599px) {
  .full-image-card .mb-mobile-24 {
    margin-bottom: 24px;
  }
}

.photos-border {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .photos-border {
    overflow: initial;
  }
}
.photos-border > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 var(--side-space) 20px;
}
.photos-border__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 48px;
}
@media (min-width: 1024px) {
  .photos-border__title {
    margin-bottom: 80px;
  }
}
.photos-border__title span {
  line-height: 0.4;
}
.photos-border__imgs {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 260px;
  height: 1400px;
}
@media (min-width: 1024px) {
  .photos-border__imgs {
    flex-direction: row;
    justify-content: center;
    width: 90%;
    height: unset;
    max-width: 1100px;
  }
}
@media (max-width: 768px) {
  .photos-border__imgs {
    height: 1150px;
  }
}
.photos-border__imgs img {
  width: 100%;
  filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.25));
}
.photos-border__img-wrapper {
  width: 160px;
}
@media (min-width: 1024px) {
  .photos-border__img-wrapper {
    width: 200px;
  }
}
.photos-border__img-wrapper:nth-child(1) {
  position: relative;
  align-self: flex-start;
  transform: rotate(3deg);
  z-index: 2;
}
.photos-border__img-wrapper:nth-child(1) p {
  width: 227px;
  margin-bottom: 8px;
  transform: translateX(40px) rotate(3deg);
}
@media (min-width: 1024px) {
  .photos-border__img-wrapper:nth-child(1) p {
    position: absolute;
    transform: translateY(-110%);
  }
}
.photos-border__img-wrapper:nth-child(1) img {
  transform: translateX(-300px);
}
@media (min-width: 1024px) {
  .photos-border__img-wrapper:nth-child(1) {
    align-self: center;
  }
}
.photos-border__img-wrapper:nth-child(2) {
  align-self: flex-end;
  width: 160px;
  transform: translateY(-15px) rotate(-4deg);
  z-index: 1;
}
.photos-border__img-wrapper:nth-child(2) p {
  position: relative;
  width: 227px;
  margin-top: 40px;
  transform: rotate(3deg);
}
.photos-border__img-wrapper:nth-child(2) p::after {
  content: "";
  position: absolute;
  top: 0;
  left: -8px;
  transform: translate(-100%, -35%);
  width: 25px;
  height: 60px;
  background-image: url(../icons/photos-border/arrow-1.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (min-width: 1024px) {
  .photos-border__img-wrapper:nth-child(2) p::after {
    left: 40%;
    transform: translate(-50%, -100%) rotate(-50deg);
    width: 39px;
    height: 60px;
    background-image: url(../icons/photos-border/arrow-2.svg);
  }
}
@media (min-width: 1024px) {
  .photos-border__img-wrapper:nth-child(2) p {
    position: absolute;
  }
}
@media (min-width: 1024px) {
  .photos-border__img-wrapper:nth-child(2) {
    align-self: center;
    transform: rotate(-4deg);
    order: -1;
    width: 213px;
  }
}
.photos-border__img-wrapper:nth-child(2) img {
  transform: translateX(300px);
}
@media (min-width: 1024px) {
  .photos-border__img-wrapper:nth-child(2) img {
    transform: translateX(-300px);
  }
}
.photos-border__img-wrapper:nth-child(3) {
  position: relative;
  align-self: flex-end;
  transform: rotate(12deg);
  z-index: 1;
}
.photos-border__img-wrapper:nth-child(3) p {
  position: relative;
  width: 126px;
  margin-top: 12px;
  transform: translateX(-50px) rotate(-4deg);
}
.photos-border__img-wrapper:nth-child(3) p::after {
  content: "";
  position: absolute;
  top: 0;
  right: -8px;
  transform: translate(100%, 10%) rotate(-8deg);
  width: 40px;
  height: 50px;
  background-image: url(../icons/photos-border/arrow-2.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (min-width: 1024px) {
  .photos-border__img-wrapper:nth-child(3) p::after {
    transform: translate(100%, -50%) rotate(9deg);
    width: 59px;
    height: 62px;
  }
}
@media (min-width: 1024px) {
  .photos-border__img-wrapper:nth-child(3) p {
    position: absolute;
    transform: translateX(-50px) rotate(0);
  }
}
@media (min-width: 1024px) {
  .photos-border__img-wrapper:nth-child(3) {
    align-self: center;
    margin-left: 12px;
    transform: rotate(-3deg);
  }
}
.photos-border__img-wrapper:nth-child(3) img {
  transform: translateX(-300px);
}
@media (min-width: 1024px) {
  .photos-border__img-wrapper:nth-child(3) img {
    transform: translateY(200px);
  }
}
.photos-border__img-wrapper:nth-child(4) {
  position: relative;
  margin-top: 16px;
  transform: rotate(-4deg);
  z-index: 1;
}
.photos-border__img-wrapper:nth-child(4) p {
  width: 227px;
  margin-top: 8px;
}
@media (min-width: 1024px) {
  .photos-border__img-wrapper:nth-child(4) p {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-140%);
  }
}
@media (min-width: 1024px) {
  .photos-border__img-wrapper:nth-child(4) {
    margin-left: 30px;
  }
}
.photos-border__img-wrapper:nth-child(4) img {
  transform: translateX(300px);
}
.photos-border__img-wrapper:nth-child(5) {
  position: relative;
  align-self: flex-end;
  margin-top: 20px;
  transform: rotate(3deg);
  z-index: 0;
}
.photos-border__img-wrapper:nth-child(5) p {
  position: absolute;
  right: -32px;
  margin-top: 16px;
  width: 265px;
}
@media (min-width: 1024px) {
  .photos-border__img-wrapper:nth-child(5) p {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    width: 175px;
  }
}
.photos-border__img-wrapper:nth-child(5) img {
  transform: translateX(-300px);
}
@media (min-width: 1024px) {
  .photos-border__img-wrapper:nth-child(5) img {
    transform: translateX(300px);
  }
}

.caroussel {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.caroussel__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.caroussel__title span {
  line-height: 0.4;
}
.caroussel__text {
  margin-top: 40px;
  margin-bottom: 70px;
  max-width: 800px;
}

.steps-scroll {
  display: flex;
  flex-direction: column;
}
.steps-scroll > div {
  position: -webkit-sticky;
  position: sticky;
  top: 114px;
  width: 100%;
  border-radius: 20px;
  padding: 40px 0 10px;
  background: #fafafa;
}
@media (min-width: 600px) {
  .steps-scroll > div {
    padding: 50px 112px 24px 64px;
  }
}
@media (min-width: 1024px) {
  .steps-scroll > div {
    padding: 80px 122px 64px 100px;
  }
}
.steps-scroll__arrow {
  display: flex;
  justify-content: center;
  animation: showScroll 1s infinite alternate;
}
@media (min-width: 1024px) {
  .steps-scroll__arrow {
    margin-top: 24px;
  }
}
@keyframes showScroll {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(10px);
  }
}
.steps-scroll__title {
  padding: 0 8px;
  margin-bottom: 24px;
}
@media (min-width: 600px) {
  .steps-scroll__title {
    padding: 0;
    padding-left: 42px;
  }
}
@media (min-width: 1024px) {
  .steps-scroll__title {
    margin-bottom: 56px;
  }
}
.steps-scroll__scrollarea {
  display: flex;
  flex-direction: row-reverse;
  overflow: auto;
  scrollbar-color: #0953fb #ceddfe;
  scrollbar-width: thin;
  direction: rtl;
  padding-left: 8px;
  height: 400px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.steps-scroll__scrollarea::-webkit-scrollbar {
  width: 8px;
}
.steps-scroll__scrollarea::-webkit-scrollbar-track {
  background: #ceddfe;
  border-radius: 100px;
}
.steps-scroll__scrollarea::-webkit-scrollbar-thumb {
  background: #0953fb;
  border-radius: 100px;
}
.steps-scroll__scrollarea::-webkit-scrollbar-thumb:hover {
  background: dark-blue;
}
.steps-scroll__container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: inherit;
  direction: ltr;
  padding: 0 28px;
}
@media (min-width: 600px) {
  .steps-scroll__container {
    padding: 0;
    padding-left: 40px;
  }
}
@media (min-width: 1024px) {
  .steps-scroll__container {
    gap: 36px;
    width: 60%;
    padding-left: 16px;
  }
}
.steps-scroll__illustrations {
  flex-direction: column;
  justify-content: space-between;
  width: 40%;
  height: 100%;
}
.steps-scroll__illustrations picture:first-child {
  margin-top: 150px;
}
.steps-scroll__illustrations picture:last-child {
  margin-top: 100px;
}
.steps-scroll__item-title {
  margin-bottom: 8px;
}
.steps-scroll__item-text button {
  border: none;
  background: unset;
  text-decoration: underline;
  color: inherit;
}
.steps-scroll__item-text button:hover {
  color: #0953fb;
}

.rent-everywhere {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rent-everywhere__title {
  margin-bottom: 40px;
}
.rent-everywhere__title span {
  position: relative;
}
.rent-everywhere__title span::before {
  background-image: url(../icons/rent-everywhere/line.svg);
  width: 85px;
  height: 10px;
}
.rent-everywhere__text {
  padding-bottom: 40px;
  margin-bottom: 40px;
  width: 100%;
}
.rent-everywhere__smiles {
  margin-bottom: 40px;
}
.rent-everywhere__links {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 600px) {
  .rent-everywhere__links {
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }
}
.rent-everywhere__link-text span {
  position: relative;
}
.rent-everywhere__link-text span::before {
  background-image: url(../icons/rent-everywhere/line-2.svg);
  width: 63px;
  height: 15px;
}
.rent-everywhere__link-text:hover {
  color: #fc623d;
}
.rent-everywhere__link-logo {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 18px;
}
@media (min-width: 600px) {
  .rent-everywhere__link-logo {
    gap: 28px;
  }
}
.rent-everywhere__link-logo .arrow {
  width: 54px;
  transition: 0.2s;
}
@media (min-width: 600px) {
  .rent-everywhere__link-logo .arrow {
    width: 58px;
  }
}
.rent-everywhere__link-logo .insta {
  width: 48px;
  transition: 0.2s;
}
@media (min-width: 600px) {
  .rent-everywhere__link-logo .insta {
    width: 61px;
  }
}
.rent-everywhere__link-logo .insta:hover {
  opacity: 0.8;
}
.rent-everywhere__link-logo .insta:hover + .arrow {
  transform: translateX(10px);
}
@media (min-width: 600px) {
  .rent-everywhere__link-logo .insta:hover + .arrow {
    transform: translateX(20px);
  }
}
.rent-everywhere__link-logo .insta img {
  width: 100%;
}

.rounded-section {
  position: relative;
  width: 100%;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
}
.rounded-section__bg-img {
  width: 100%;
  height: 100%;
}
.rounded-section__bg-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #0953fb 0%, rgba(98, 137, 225, 0.525891) 41.96%, rgba(196, 196, 196, 0) 88.5%);
}
@media (min-width: 600px) {
  .rounded-section__bg-img::after {
    background: linear-gradient(270deg, #0953fb 0%, rgba(196, 196, 196, 0) 74.2%);
  }
}
.rounded-section__bg-img--pink::after {
  background: linear-gradient(0deg, #ffad9f 0%, rgba(225, 215, 209, 0.489583) 49.48%, rgba(196, 196, 196, 0) 100%);
}
@media (min-width: 600px) {
  .rounded-section__bg-img--pink::after {
    background: linear-gradient(270deg, #ffad9f 0%, rgba(225, 215, 209, 0.489583) 49.48%, rgba(196, 196, 196, 0) 100%);
  }
}
.rounded-section__bg-img--primary::after {
  background: linear-gradient(0deg, #fc623d 0%, rgba(225, 215, 209, 0.489583) 49.48%, rgba(196, 196, 196, 0) 100%);
}
@media (min-width: 600px) {
  .rounded-section__bg-img--primary::after {
    background: linear-gradient(270deg, #fc623d 0%, rgba(225, 215, 209, 0.489583) 49.48%, rgba(196, 196, 196, 0) 100%);
  }
}
.rounded-section__bg-img--cyan::after {
  background: linear-gradient(0deg, #90dade 0%, rgba(225, 215, 209, 0.489583) 49.48%, rgba(196, 196, 196, 0) 100%);
}
@media (min-width: 600px) {
  .rounded-section__bg-img--cyan::after {
    background: linear-gradient(270deg, #90dade 0%, rgba(225, 215, 209, 0.489583) 49.48%, rgba(196, 196, 196, 0) 100%);
  }
}
.rounded-section__bg-img picture,
.rounded-section__bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rounded-section__content {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
  max-width: 500px;
  padding: 24px;
}
@media (min-width: 600px) {
  .rounded-section__content {
    right: 0;
    justify-content: center;
    padding-top: 48px;
  }
}
@media (min-width: 1024px) {
  .rounded-section__content {
    right: 100px;
    max-width: 563px;
  }
}
.rounded-section__content .btn {
  margin-top: 16px;
  width: fit-content;
}
.rounded-section__content .new-jo-events {
  gap: 0 14px;
}
@media (max-width: 599px) {
  .rounded-section__content-new {
    position: absolute;
    top: 20px;
  }
}
.rounded-section__new {
  position: absolute;
  top: 24px;
  left: 24px;
}
@media (min-width: 600px) {
  .rounded-section__new {
    position: relative;
    top: unset;
    left: unset;
  }
}
.rounded-section__jo-events {
  width: 210px;
}
@media (min-width: 1024px) {
  .rounded-section__jo-events {
    width: 280px;
  }
}
@media (min-width: 600px) {
  .rounded-section--reverse .rounded-section__bg-img::after {
    background: linear-gradient(90deg, #0953fb 0%, rgba(196, 196, 196, 0) 74.2%);
  }
}
@media (min-width: 600px) {
  .rounded-section--reverse .rounded-section__bg-img--pink::after {
    background: linear-gradient(90deg, #ffad9f 0%, rgba(196, 196, 196, 0) 74.2%);
  }
}
@media (min-width: 600px) {
  .rounded-section--reverse .rounded-section__bg-img--primary::after {
    background: linear-gradient(90deg, #fc623d 0%, rgba(196, 196, 196, 0) 74.2%);
  }
}
@media (min-width: 600px) {
  .rounded-section--reverse .rounded-section__bg-img--cyan::after {
    background: linear-gradient(90deg, #90dade 0%, rgba(196, 196, 196, 0) 74.2%);
  }
}
@media (min-width: 600px) {
  .rounded-section--reverse .rounded-section__content {
    right: unset;
    left: 0;
  }
}
@media (min-width: 1024px) {
  .rounded-section--reverse .rounded-section__content {
    right: unset;
    left: 100px;
  }
}

.choose-a-pack {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 40px 16px;
  width: 100%;
}
.choose-a-pack__pack {
  max-width: 448px;
}
.choose-a-pack__pack:nth-child(1) .choose-a-pack__heading:after {
  right: 20px;
  top: 20px;
  width: 50px;
  height: 90px;
  background-image: url(../icons/choose-a-pack/arrow-pack-1.svg);
}
.choose-a-pack__pack:nth-child(1) .choose-a-pack__card .choose-a-pack__options-open:hover {
  background: rgba(9, 83, 251, 0.2);
}
.choose-a-pack__pack:nth-child(2) .choose-a-pack__heading:after {
  left: 20px;
  top: 20px;
  width: 50px;
  height: 90px;
  background-image: url(../icons/choose-a-pack/arrow-pack-2.svg);
}
.choose-a-pack__pack:nth-child(2) .choose-a-pack__card .choose-a-pack__options-open:hover {
  background: rgba(255, 255, 255, 0.2);
}
.choose-a-pack__heading {
  position: relative;
  gap: 8px;
  margin-bottom: 8px;
  width: 100%;
  height: 110px;
}
.choose-a-pack__heading p {
  max-width: 300px;
}
.choose-a-pack__heading:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}
@media (max-width: 599px) {
  .choose-a-pack__heading:after {
    display: none;
  }
}
.choose-a-pack__card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 20px;
  padding: 16px 16px 24px;
}
@media (min-width: 1024px) {
  .choose-a-pack__card {
    padding: 48px 48px 40px;
  }
}
.choose-a-pack__card--secondary {
  background: #e6eeff;
}
.choose-a-pack__card--secondary .choose-a-pack__header {
  color: #0953fb;
}
.choose-a-pack__card--main {
  background: #0953fb;
}
.choose-a-pack__card--main .choose-a-pack__header {
  color: #fff;
}
.choose-a-pack__new {
  position: absolute;
  top: 32px;
  right: 24px;
}
@media (max-width: 599px) {
  .choose-a-pack__new {
    top: 5px;
    right: 16px;
    font-size: 2.5rem;
  }
}
.choose-a-pack__header {
  margin-bottom: 24px;
}
.choose-a-pack__header-title {
  text-transform: uppercase;
}
.choose-a-pack__header-price {
  line-height: 0.9;
}
.choose-a-pack__description {
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.choose-a-pack__get-more {
  display: flex;
  gap: 16px;
}
.choose-a-pack__get-more::before {
  content: "";
  display: flex;
  background-image: url(../icons/choose-a-pack/arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
}
.choose-a-pack__more-icon {
  display: flex;
  justify-content: center;
  margin: 16px 0;
}
.choose-a-pack__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.choose-a-pack__item {
  display: flex;
  gap: 12px;
}
.choose-a-pack__item > span {
  width: 22px;
  text-align: center;
}
.choose-a-pack__item-content {
  display: flex;
  flex-direction: column;
  width: calc(100% - 34px);
}
.choose-a-pack__options {
  margin-bottom: 32px;
}
.choose-a-pack__options-open {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  width: 100%;
  border-radius: 4px;
  padding: 4px;
  background: unset;
  border: none;
  outline: none;
  transition: background 200ms;
}
.choose-a-pack__options-open img {
  transition: transform 200ms;
}
.choose-a-pack__options-open:hover img {
  transform: rotate(180deg);
}
.choose-a-pack__options-open.opened img {
  transform: rotate(180deg);
}
.choose-a-pack__options-open.opened ~ .choose-a-pack__options-list {
  margin-top: 24px;
}
.choose-a-pack__options-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  overflow: hidden;
  max-height: 0;
  transition: 0.3s;
}
.choose-a-pack__option {
  padding: 12px 24px;
  background: #fff;
  color: #0953fb;
  width: 100%;
  border-radius: 8px;
  text-align: center;
}
.choose-a-pack__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  align-self: center;
}

.animation-3-1 {
  display: flex;
  justify-content: center;
  width: 100%;
}
.animation-3-1 > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 100%;
  max-width: 1144px;
}
@media (min-width: 1024px) {
  .animation-3-1 > div {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (min-width: 1024px) {
  .animation-3-1__title {
    max-width: 410px;
  }
}
.animation-3-1__title span {
  line-height: 0;
}
.animation-3-1__content ul {
  margin-bottom: 20px;
  list-style: initial;
  padding-left: 2rem;
}

.animation-cards {
  display: flex;
  justify-content: center;
  width: 100%;
  align-self: center;
}
.animation-cards > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.animation-cards__main {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 16px;
  max-width: 528px;
}
@media (min-width: 600px) {
  .animation-cards__main {
    max-width: unset;
    justify-content: center;
    flex-wrap: nowrap;
  }
}
.animation-cards__card {
  position: relative;
  width: 47%;
  max-width: 256px;
}
@media (min-width: 600px) {
  .animation-cards__card {
    width: 25%;
  }
}
.animation-cards__card-title {
  margin-bottom: 8px;
}
.animation-cards__card-img {
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .animation-cards__card-img {
    border-radius: 20px;
  }
}
.animation-cards__card-img img {
  width: 100%;
}
.animation-cards__cheese {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 75px;
}
@media (min-width: 1024px) {
  .animation-cards__cheese {
    width: 100px;
  }
}
.animation-cards__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media (min-width: 600px) {
  .animation-cards__cta {
    flex-direction: row;
    gap: 40px;
    align-self: flex-end;
  }
}

.triple-img-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.triple-img-title__title {
  max-width: 880px;
}
@media (min-width: 600px) {
  .triple-img-title__title {
    text-align: center;
  }
}
.triple-img-title__text {
  margin-top: 24px;
  max-width: 750px;
}
@media (min-width: 600px) {
  .triple-img-title__text {
    margin-top: 32px;
  }
}
.triple-img-title__imgs {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  max-width: 1144px;
  margin-top: 16px;
}
@media (min-width: 600px) {
  .triple-img-title__imgs {
    margin-top: 40px;
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .triple-img-title__imgs {
    margin-top: 64px;
  }
}
.triple-img-title__imgs > div {
  height: 332px;
}
@media (min-width: 600px) {
  .triple-img-title__imgs > div {
    height: 25vw;
    width: 25vw;
    max-height: 322px;
    max-width: 322px;
  }
}
.triple-img-title__imgs picture,
.triple-img-title__imgs img {
  max-height: 322px;
  max-width: 322px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.imgs-texts-alt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  max-width: 1144px;
  width: 100%;
  align-self: center;
}
@media (min-width: 600px) {
  .imgs-texts-alt {
    gap: 80px;
  }
}
@media (min-width: 1024px) {
  .imgs-texts-alt {
    gap: 120px;
  }
}
.imgs-texts-alt__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 100%;
}
@media (min-width: 1024px) {
  .imgs-texts-alt__block {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
  }
  .imgs-texts-alt__block:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
.imgs-texts-alt__block-img {
  min-width: 288px;
  max-width: 564px;
  width: 100%;
  min-height: 213px;
  max-height: 418px;
}
.imgs-texts-alt__block-img picture,
.imgs-texts-alt__block-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.imgs-texts-alt__block-img iframe {
  width: 100%;
}
.imgs-texts-alt__block-img--gifs {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .imgs-texts-alt__block-img--gifs {
    margin-top: 0;
  }
}
.imgs-texts-alt__block-img--gifs div {
  width: clamp(134px, 25vw, 250px);
  filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.25));
}
.imgs-texts-alt__block-img--gifs div img {
  width: 100%;
}
.imgs-texts-alt__block-img--gifs div:first-child {
  transform: rotate(-12deg) translateY(14px);
}
.imgs-texts-alt__block-img--gifs div:last-child {
  transform: rotate(7deg);
}
.imgs-texts-alt__block-img--gifs div:last-child::before {
  content: "";
  position: absolute;
  top: -33px;
  left: -43px;
  width: 80px;
  height: 50px;
  background-image: url(/assets/v3/icons/imgs-texts-alt/shiny.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 600px) {
  .imgs-texts-alt__block-img--gifs div:last-child::before {
    top: -60px;
    left: -62px;
    width: 100px;
    height: 70px;
  }
}
.imgs-texts-alt__block-img--swiper {
  display: flex;
  flex-direction: column;
  gap: 32px;
  min-height: unset;
  max-height: unset;
}
.imgs-texts-alt__block-img--swiper .lined-title {
  position: relative;
}
.imgs-texts-alt__block-img--swiper .lined-title::after {
  bottom: -3px;
  height: 20px;
  background-image: url(/assets/v3/icons/imgs-texts-alt/line.svg);
}
.imgs-texts-alt__block-img--swiper .imgs-texts-alt__swiper {
  position: relative;
  overflow: hidden;
  height: 330px;
}
.imgs-texts-alt__block-img--swiper .imgs-texts-alt__swiper .swiper-slide {
  display: flex;
  align-items: center;
}
.imgs-texts-alt__block-img--swiper .imgs-texts-alt__swiper .swiper-slide.paysage {
  width: 50% !important;
}
.imgs-texts-alt__block-img--swiper .imgs-texts-alt__swiper .swiper-slide .img-container {
  user-select: none;
  filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.25));
}
.imgs-texts-alt__block-img--swiper .imgs-texts-alt__swiper .swiper-button-prev,
.imgs-texts-alt__block-img--swiper .imgs-texts-alt__swiper .swiper-button-next {
  height: 40px;
  width: 40px;
  z-index: 1;
}
.imgs-texts-alt__block-img--swiper .imgs-texts-alt__swiper .swiper-button-prev img,
.imgs-texts-alt__block-img--swiper .imgs-texts-alt__swiper .swiper-button-next img {
  width: 100%;
  height: 100%;
}
.imgs-texts-alt__block-img--swiper .imgs-texts-alt__swiper .swiper-button-prev::after,
.imgs-texts-alt__block-img--swiper .imgs-texts-alt__swiper .swiper-button-next::after {
  content: "";
}
.imgs-texts-alt__block-img--smile {
  display: flex;
  flex-direction: column;
  max-height: none;
}
.imgs-texts-alt__block-img--smile div {
  position: relative;
  order: -1;
  padding-bottom: 30px;
}
.imgs-texts-alt__block-img--smile div img {
  position: absolute;
  bottom: 0;
  left: 14px;
  transform: translate(0, 50%);
  width: 127px;
  height: 100px;
}
.imgs-texts-alt__block-img--smile div p {
  font-size: 32px;
  text-align: center;
}
@media (min-width: 1024px) {
  .imgs-texts-alt__block-img--smile div {
    order: 1;
    padding-top: 15px;
  }
  .imgs-texts-alt__block-img--smile div img {
    bottom: 57%;
    left: 18px;
    width: 211px;
    height: 149px;
    z-index: -1;
  }
  .imgs-texts-alt__block-img--smile div p {
    font-size: 47px;
    text-align: right;
  }
  .imgs-texts-alt__block-img--smile div p span {
    font-size: 20px;
  }
}
.imgs-texts-alt__block-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 564px;
}
@media (min-width: 1024px) {
  .imgs-texts-alt__block-text {
    max-width: 448px;
  }
}
.imgs-texts-alt__block-text .title {
  margin-bottom: 8px;
}
.imgs-texts-alt--reverse-mobile .imgs-texts-alt__block {
  flex-direction: column-reverse;
}
@media (min-width: 1024px) {
  .imgs-texts-alt--reverse-desktop .imgs-texts-alt__block {
    flex-direction: row-reverse;
  }
  .imgs-texts-alt--reverse-desktop .imgs-texts-alt__block:nth-child(2n) {
    flex-direction: row;
  }
}

.faq-accordion {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background: linear-gradient(180deg, #ffebdf 0%, rgba(219, 219, 219, 0) 100%);
  border-radius: 20px;
  padding: 20px 8px 8px;
  max-width: 1144px;
  align-self: center;
}
@media (min-width: 1024px) {
  .faq-accordion {
    padding: 64px 0;
  }
}
@media (min-width: 1024px) {
  .faq-accordion__bubble {
    position: absolute;
    top: 62px;
    left: 40px;
  }
}
.faq-accordion__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
  padding: 32px 16px 24px;
  background: #fff;
  box-shadow: 7px 8px 24px 1px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  width: 100%;
  max-width: 590px;
}
@media (min-width: 600px) {
  .faq-accordion__card {
    padding: 48px 72px 40px;
  }
}
@media (min-width: 1024px) {
  .faq-accordion__card {
    margin-top: 0;
  }
}
.faq-accordion__card-content {
  margin: 24px 0;
}
@media (min-width: 600px) {
  .faq-accordion__card-content {
    margin: 48px 0;
  }
}
.faq-accordion__card-content ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 600px) {
  .faq-accordion__card-content ul {
    gap: 16px;
  }
}
.faq-accordion__item {
  width: 100%;
  cursor: pointer;
}
.faq-accordion__item-title {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: none;
  border: none;
  color: inherit;
  text-align: left;
  padding: 0 4px;
}
.faq-accordion__item-title:focus {
  outline: 2px solid rgba(252, 98, 61, 0.5);
}
.faq-accordion__item-title::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../icons/faq-accordion/arrow.svg);
  transition: 0.3s;
}
.faq-accordion__item-text {
  position: relative;
  overflow: hidden;
  max-height: 0;
  transition: 0.3s;
}
.faq-accordion__item.opened .faq-accordion__item-title::after {
  transform: rotate(180deg);
}
.faq-accordion__item.opened .faq-accordion__item-text {
  margin-top: 8px;
}

.presentation-animation {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.presentation-animation__brands-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  gap: 16px;
}
@media (min-width: 1152px) {
  .presentation-animation__brands-card {
    grid-template-columns: repeat(5, auto);
  }
  .presentation-animation__brands-card > * {
    grid-row: 1/span 1;
  }
}
.presentation-animation__brands-card .brand {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1152px) {
  .presentation-animation__brands-card .brand {
    min-width: 100px;
    max-width: 130px;
    width: 100%;
    width: clamp(100px, 9vw, 130px);
  }
}
.presentation-animation__brands-card .brand img {
  max-width: 100%;
}
.presentation-animation__brands-card .card {
  grid-column: 1/span 2;
}
@media (min-width: 1152px) {
  .presentation-animation__brands-card .card {
    grid-column: 3/span 1;
  }
}
.presentation-animation .card {
  z-index: 1;
}
@media (min-width: 1024px) {
  .presentation-animation .card {
    max-width: 680px;
  }
}
.presentation-animation .card-body {
  padding: 40px 40px;
}
.presentation-animation .card .fs-4-rem {
  font-size: 4rem;
}
.presentation-animation .card .custom-line-height .presentation-animation__card-counter span:nth-child(1) {
  line-height: 0.9;
}
.presentation-animation .card .custom-line-height .presentation-animation__card-counter span:nth-child(1).w-133 {
  width: 133px;
}
.presentation-animation .card .custom-line-height .presentation-animation__card-counter span:nth-child(1).w-162 {
  width: 162px;
}
.presentation-animation .card .custom-line-height .presentation-animation__card-counter span:nth-child(2) {
  line-height: 0.7;
  width: 220px;
}
@media (min-width: 1024px) {
  .presentation-animation .card .custom-line-height .presentation-animation__card-counter span:nth-child(2) {
    margin-left: 18px;
    width: unset;
  }
}
.presentation-animation__main {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  background: #f2f2f2;
  padding: 40px var(--side-space) 50px;
}
.presentation-animation__main--card-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  width: 100%;
  height: 100px;
  background: inherit;
  z-index: -1;
}
@media (min-width: 1024px) {
  .presentation-animation__main--card-bg::before {
    height: 40px;
  }
}
.presentation-animation__main .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  max-width: 1144px;
  width: 100%;
}
@media (min-width: 1024px) {
  .presentation-animation__main .wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.presentation-animation__main-content {
  max-width: 480px;
  order: 1;
}
@media (min-width: 1024px) {
  .presentation-animation__main-content {
    order: unset;
  }
}
.presentation-animation__main-title {
  margin-bottom: 32px;
}
.presentation-animation__main-video, .presentation-animation__main-img {
  min-width: 288px;
  max-width: 564px;
  width: 100%;
  min-height: 164px;
  max-height: 322px;
  height: 51vw;
  border-radius: 20px;
  order: 2;
}
@media (min-width: 1024px) {
  .presentation-animation__main-video, .presentation-animation__main-img {
    order: unset;
  }
}
.presentation-animation__main-video iframe,
.presentation-animation__main-video picture,
.presentation-animation__main-video img, .presentation-animation__main-img iframe,
.presentation-animation__main-img picture,
.presentation-animation__main-img img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.presentation-animation__main-video picture,
.presentation-animation__main-video img, .presentation-animation__main-img picture,
.presentation-animation__main-img img {
  object-fit: cover;
}
.presentation-animation__alacool {
  margin-top: 40px;
  width: 113px;
}
@media (min-width: 600px) {
  .presentation-animation__alacool {
    width: 170px;
  }
}
.presentation-animation__alacool img {
  width: 100%;
}

.form-contact-pop-in {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  height: 0;
  width: 100vw;
  z-index: 10;
  background: rgba(26, 26, 26, 0);
  transition: 0.3s;
  visibility: hidden;
}
.form-contact-pop-in.opened {
  height: 100vh;
  overflow-y: auto;
  background: rgba(26, 26, 26, 0.3);
  visibility: visible;
}
.form-contact-pop-in.opened > div {
  top: 0;
}
@media (min-width: 1024px) {
  .form-contact-pop-in.opened > div {
    top: 1vh;
  }
}
.form-contact-pop-in > div {
  position: absolute;
  top: 100vh;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
  max-width: 912px;
  width: 100%;
  border-radius: clamp(10px, 2vw, 20px);
  padding: 40px 30px 100px;
  transition: 0.3s;
}
@media (min-width: 600px) {
  .form-contact-pop-in > div {
    padding: 48px 72px 40px;
  }
}
@media (min-width: 1024px) {
  .form-contact-pop-in > div {
    margin-top: 0;
    padding: 72px 112px 48px;
  }
}
.form-contact-pop-in__close {
  position: absolute;
  top: clamp(5px, 4vw, 42px);
  right: clamp(5px, 4vw, 42px);
  width: 40px;
  height: 40px;
  background: none;
  outline: none;
  border: none;
}
.form-contact-pop-in__close img {
  transition: 0.2s;
}
.form-contact-pop-in__close:hover img {
  transform: rotate(90deg);
}
.form-contact-pop-in__title, .form-contact-pop-in__text {
  padding-bottom: clamp(16px, 3vw, 32px);
}
.form-contact-pop-in form {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}
.form-contact-pop-in form fieldset legend {
  margin: 0;
}
.form-contact-pop-in form fieldset > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form-contact-pop-in form fieldset > div .form-field input, .form-contact-pop-in form fieldset > div .form-field.form-field-select {
  height: 50px;
}
@media (min-width: 600px) {
  .form-contact-pop-in form fieldset:nth-child(1) > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    gap: 8px 16px;
  }
}
@media (min-width: 1024px) {
  .form-contact-pop-in form fieldset:nth-child(1) > div {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.form-contact-pop-in form fieldset:nth-child(2) legend {
  margin-bottom: 12px;
}
.form-contact-pop-in form fieldset:nth-child(2) > div .form-field-radios {
  gap: 10px;
}
.form-contact-pop-in form fieldset:nth-child(2) > div .form-field-radios__radio > div {
  gap: 0 4px;
}
@media (min-width: 600px) {
  .form-contact-pop-in form fieldset:nth-child(2) > div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: auto;
    gap: 8px 16px;
  }
  .form-contact-pop-in form fieldset:nth-child(2) > div > div.form-field-radios, .form-contact-pop-in form fieldset:nth-child(2) > div > div.event, .form-contact-pop-in form fieldset:nth-child(2) > div > div.form-field-tarea {
    grid-column: 1/span 3;
  }
  .form-contact-pop-in form fieldset:nth-child(2) > div > div.dates {
    grid-column: 1/span 2;
  }
  .form-contact-pop-in form fieldset:nth-child(2) > div > div.duration {
    grid-column: 3/span 1;
  }
  .form-contact-pop-in form fieldset:nth-child(2) > div > div.bornes {
    grid-column: 1/span 3;
  }
}
@media (min-width: 1024px) {
  .form-contact-pop-in form fieldset:nth-child(2) > div {
    grid-template-columns: repeat(6, 1fr);
  }
  .form-contact-pop-in form fieldset:nth-child(2) > div > div.form-field-radios, .form-contact-pop-in form fieldset:nth-child(2) > div > div.form-field-tarea, .form-contact-pop-in form fieldset:nth-child(2) > div > div.event {
    grid-column: 1/span 6;
  }
  .form-contact-pop-in form fieldset:nth-child(2) > div > div.dates {
    grid-column: 1/span 2;
  }
  .form-contact-pop-in form fieldset:nth-child(2) > div > div.duration {
    grid-column: 3/span 2;
  }
  .form-contact-pop-in form fieldset:nth-child(2) > div > div.bornes {
    grid-column: 5/span 2;
  }
}

.what-is-jo-events {
  display: flex;
  justify-content: center;
  width: 100%;
}
.what-is-jo-events__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: 1144px;
}
@media (min-width: 1024px) {
  .what-is-jo-events__wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}
.what-is-jo-events__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 400px;
  height: 100%;
}
@media (min-width: 1024px) {
  .what-is-jo-events__title {
    align-items: flex-start;
  }
}
@media (min-width: 1024px) {
  .what-is-jo-events__title-img {
    width: 240px;
  }
}
.what-is-jo-events__title-img img {
  width: 100%;
}
.what-is-jo-events__arrow {
  display: flex;
  align-items: center;
  height: 100%;
}
.what-is-jo-events__text {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 448px;
}

.why-jo-events {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  padding: 48px var(--side-space) 72px;
}
.why-jo-events.bg-gray {
  background: #f2f2f2;
}
.why-jo-events__title {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 4px;
}
.why-jo-events__title-img {
  transform: translateY(6px);
}
@media (min-width: 1024px) {
  .why-jo-events__title-img {
    width: 240px;
  }
}
.why-jo-events__title-img img {
  width: 100%;
}
.why-jo-events__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
  max-width: 1144px;
}
@media (min-width: 1024px) {
  .why-jo-events__text {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
  }
}
.why-jo-events__item {
  max-width: 328px;
}

.our-project-managers {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: center;
}
@media (min-width: 600px) {
  .our-project-managers {
    flex-direction: row;
  }
}
@media (min-width: 600px) {
  .our-project-managers__shiny {
    width: 162px;
  }
}
.our-project-managers__shiny--before {
  margin-bottom: 8px;
}
@media (min-width: 600px) {
  .our-project-managers__shiny--before {
    margin-bottom: 0;
    transform: translateX(10px) rotate(-90deg);
  }
}
.our-project-managers__shiny--after {
  transform: translateY(8px) rotate(180deg);
}
@media (min-width: 600px) {
  .our-project-managers__shiny--after {
    transform: translateX(-10px) rotate(90deg);
  }
}
.our-project-managers__shiny img {
  width: 100%;
}
.our-project-managers__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 350px;
  width: 100%;
}
.our-project-managers__text {
  margin-top: 24px;
}

.shiny-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: center;
}
@media (min-width: 600px) {
  .shiny-title {
    flex-direction: row;
  }
}
@media (min-width: 600px) {
  .shiny-title__shiny {
    width: 162px;
  }
}
.shiny-title__shiny--before {
  margin-bottom: 8px;
}
@media (min-width: 600px) {
  .shiny-title__shiny--before {
    margin-bottom: 0;
    transform: translateX(10px) rotate(-90deg);
  }
}
.shiny-title__shiny--after {
  transform: translateY(8px) rotate(180deg);
}
@media (min-width: 600px) {
  .shiny-title__shiny--after {
    transform: translateX(-10px) rotate(90deg);
  }
}
.shiny-title__shiny img {
  width: 100%;
}
.shiny-title__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 710px;
  width: 100%;
}
.support-set-up {
  display: flex;
  justify-content: center;
}
.support-set-up__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1144px;
  width: 100%;
  gap: 60px 48px;
}
@media (min-width: 720px) {
  .support-set-up__wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .support-set-up__wrapper {
    flex-direction: column;
    justify-content: flex-start;
    gap: 80px;
  }
}
.support-set-up__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px 24px;
}
@media (min-width: 720px) {
  .support-set-up__main {
    align-items: flex-start;
  }
}
@media (min-width: 1024px) {
  .support-set-up__main {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.support-set-up__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 440px;
  width: 100%;
}
.support-set-up__content .btn {
  margin-top: 64px;
}
.support-set-up__title {
  margin-bottom: 32px;
}
.support-set-up__text:not(:last-of-type) {
  margin-bottom: 16px;
}
.support-set-up__img {
  border-radius: 10px;
  overflow: hidden;
  height: clamp(214px, 55vw, 418px);
  max-width: 564px;
  width: 100%;
}
@media (min-width: 720px) {
  .support-set-up__img {
    height: clamp(214px, 39vw, 418px);
  }
}
.support-set-up__img picture {
  width: 100%;
  height: 100%;
}
.support-set-up__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.support-set-up__steps {
  display: flex;
  justify-content: center;
}
@media (min-width: 720px) {
  .support-set-up__steps {
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .support-set-up__steps {
    width: 100%;
  }
}

.classic-options {
  display: flex;
  justify-content: center;
  width: 100%;
}
.classic-options__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  max-width: 1144px;
  width: 100%;
}
.classic-options__text {
  max-width: 564px;
}
.classic-options__options {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px 16px;
}
@media (min-width: 1024px) {
  .classic-options__options {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.option-hoverable {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 222px;
  padding: 8px 20px;
  border-radius: 8px;
  cursor: pointer;
}
.option-hoverable.mh-90 {
  min-height: 90px;
}
.option-hoverable.mh-145 {
  min-height: 145px;
}
.option-hoverable:hover::after {
  transform: translateY(8px);
}
.option-hoverable.opened::after {
  transform: rotate(180deg);
}
.option-hoverable.opened .option-hoverable__text {
  margin-top: 8px;
  opacity: 1;
}
.option-hoverable.bg-orange-100 {
  background: #ffefec;
}
.option-hoverable::after {
  content: "";
  width: 24px;
  height: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 0.2s;
}
.option-hoverable--arrow-orange::after {
  background-image: url("/assets/v3/icons/option-hoverable/arrow-orange.svg");
}
.option-hoverable--arrow-white::after {
  background-image: url("/assets/v3/icons/option-hoverable/arrow-white.svg");
}
.option-hoverable__header {
  text-transform: uppercase;
}
.option-hoverable__title {
  text-align: center;
}
.option-hoverable__text {
  overflow: hidden;
  text-align: center;
  transition: 0.3s;
  opacity: 0;
  max-height: 0;
}

.what-is-lld {
  display: flex;
  justify-content: center;
  background: #f2f2f2;
  padding: 40px var(--side-space);
}
@media (min-width: 1024px) {
  .what-is-lld {
    padding: 50px var(--side-space) 100px;
  }
}
.what-is-lld > div {
  display: flex;
  flex-direction: column;
  gap: 80px;
  width: 100%;
}
.what-is-lld__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 32px;
}
@media (min-width: 1024px) {
  .what-is-lld__content {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.what-is-lld__content-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 636px;
}
.what-is-lld__steps {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media (min-width: 1024px) {
  .what-is-lld__steps {
    align-items: flex-start;
  }
}
.what-is-lld__steps > svg {
  width: 288px;
}
@media (min-width: 600px) {
  .what-is-lld__steps > svg {
    width: 432px;
  }
}
@media (min-width: 1024px) {
  .what-is-lld__steps > svg {
    width: 100%;
    height: 174px;
  }
}

.text-swap-animation {
  overflow: hidden;
  display: inline;
}
.text-swap-animation span {
  display: none;
}
.text-swap-animation span.text-in {
  display: inline-block;
  animation: textIn 0.5s ease;
}
.text-swap-animation span.text-out {
  animation: textOut 0.5s ease;
}

@keyframes textIn {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes textOut {
  0% {
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
    opacity: 0;
  }
}
.find-us {
  background: #f2f2f2;
  padding: 48px var(--side-space);
  overflow: hidden;
}
.find-us__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}
@media (min-width: 1024px) {
  .find-us__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 48px 100px;
    align-items: start;
  }
}
.find-us__content {
  max-width: 560px;
}
@media (min-width: 1024px) {
  .find-us__content {
    grid-column: 2/span 1;
  }
}
.find-us__title {
  margin-bottom: 24px;
}
.find-us__explanation {
  margin-bottom: 80px;
}
.find-us__input-api .shine {
  position: relative;
  width: fit-content;
}
.find-us__input-api .shine::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(30%, -40%);
  width: 66px;
  height: 74px;
  background-image: url("/assets/v3/icons/find-us/shine.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 600px) {
  .find-us__input-api .shine::after {
    width: 109px;
    height: 96px;
  }
}
.find-us__input-api .form-field {
  margin-top: 12px;
  max-width: 448px;
}
.find-us__input-api .form-field input {
  background: #fff;
}
.find-us__results {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
  padding-left: 32px;
}
.find-us__results > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.find-us__results > div .distance {
  white-space: nowrap;
}
.find-us__map {
  width: 100%;
  max-width: 390px;
}
.find-us__map img {
  width: 100%;
}
@media (min-width: 1024px) {
  .find-us__map {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
    justify-self: end;
  }
}
.find-us__home {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (min-width: 1024px) {
  .find-us__home {
    grid-column: 1/span 2;
    grid-row: 2/span 1;
  }
}

.success-page__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 600px) {
  .success-page__title {
    flex-direction: row;
    justify-content: center;
    gap: 24px;
  }
}
.success-page__shiny:first-of-type {
  transform: rotate(90deg);
}
.success-page__shiny:last-of-type {
  transform: rotate(90deg);
}
@media (min-width: 600px) {
  .success-page__shiny:first-of-type, .success-page__shiny:last-of-type {
    transform: unset;
  }
}
.success-page__link div {
  position: relative;
}
.success-page__link div::before {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-120%, -60%);
  width: 66px;
  height: 66px;
  background-image: url(/assets/v3/icons/success-page/arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 600px) {
  .success-page__link div::before {
    display: flex;
  }
}
.success-page__trustpilot {
  background: #fafafa;
  padding: 56px 0;
}

.login-split {
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px) {
  .login-split > section {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .login-split__login {
    padding: 0 8%;
  }
}
.login-split__img {
  display: none;
  height: calc(100vh - 64px);
  max-height: 960px;
}
.login-split__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .login-split__img {
    display: block;
  }
}

.login {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1024px) {
  .login {
    align-items: flex-start;
  }
}
.login__title, .login__subtitle, .login__msg {
  text-align: center;
  max-width: 422px;
}
@media (min-width: 1024px) {
  .login__title, .login__subtitle, .login__msg {
    text-align: left;
  }
}
.login__subtitle {
  margin-top: 32px;
}
@media (min-width: 1024px) {
  .login__subtitle {
    margin-top: 0;
  }
}
.login__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  width: 100%;
}
@media (min-width: 1024px) {
  .login__form {
    margin-top: 80px;
  }
}
.login__form-valid {
  max-width: 260px;
  margin-top: 32px;
}
@media (min-width: 1024px) {
  .login__form-valid {
    max-width: unset;
    margin-top: 100px;
  }
}
.login__fields, .login__double-password {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.login__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 100%;
}
@media (min-width: 1024px) {
  .login__actions {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 10px;
  }
  .login__actions .login__forget {
    order: 1;
  }
}
.login__forget {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  transition: 0.2s;
}
@media (min-width: 1024px) {
  .login__forget {
    padding: 0 10px 0 0;
  }
}
.login__forget img {
  transition: 0.2s;
}
.login__forget:hover {
  color: #fc623d;
}
.login__forget:hover img {
  transform: translateX(6px);
}
.login__error {
  margin-top: 16px;
  background: rgba(209, 3, 9, 0.2);
  color: #d10309;
  padding: 8px 16px;
  width: 100%;
  border-radius: 8px;
}
@media (min-width: 1024px) {
  .login__error {
    margin-top: 64px;
    margin-bottom: -70px;
  }
}
.login__collect {
  align-self: center;
  margin-top: 48px;
}
@media (max-width: 599px) {
  .login__collect {
    width: 105px;
  }
}
@media (min-width: 1024px) {
  .login__collect {
    margin-top: 72px;
  }
}

.cofounders__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
.cofounders__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 72px;
}
@media (min-width: 1024px) {
  .cofounders__main {
    margin-top: 96px;
  }
}
.cofounders__img {
  position: relative;
  width: 267px;
  height: 267px;
  margin-bottom: 70px;
}
@media (min-width: 1024px) {
  .cofounders__img {
    width: 307px;
    height: 307px;
    margin-bottom: 0;
  }
}
.cofounders__img picture img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cofounders__heart {
  position: absolute;
  bottom: 82px;
  left: -14px;
}
.cofounders__names {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 72px;
  width: 100%;
}
.cofounders__cofounder {
  max-width: 400px;
}
.cofounders__cofounder:not(:last-child) {
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .cofounders__cofounder:not(:last-child) {
    margin-bottom: 0;
  }
}
.cofounders__cofounder-title {
  color: #fc623d;
}
@media (min-width: 1024px) {
  .cofounders__main {
    display: grid;
    grid-template-columns: 1fr 307px 1fr;
    grid-template-rows: 175px 290px;
    column-gap: 24px;
  }
  .cofounders__main div:nth-child(1) {
    grid-column: 2/span 1;
    grid-row: 1/span 2;
    align-self: start;
    margin-top: 38px;
  }
  .cofounders__main div:nth-child(2) {
    align-self: start;
    justify-self: end;
    max-width: 286px;
  }
  .cofounders__main div:nth-child(2)::before {
    right: 0;
    top: 0;
    transform: translateX(100%);
    background-image: url(/assets/v3/icons/cofounders/arrow-1.svg);
  }
  .cofounders__main div:nth-child(3) {
    margin-left: 28px;
    max-width: 365px;
  }
  .cofounders__main div:nth-child(3)::before {
    left: -14px;
    top: 0;
    transform: translateX(-100%);
    background-image: url(/assets/v3/icons/cofounders/arrow-3.svg);
  }
  .cofounders__main div:nth-child(4) {
    grid-column: 3/span 1;
    grid-row: 2/span 1;
    align-self: end;
    max-width: 419px;
  }
  .cofounders__main div:nth-child(4)::before {
    left: -24px;
    top: -2px;
    transform: translateX(-100%);
    background-image: url(/assets/v3/icons/cofounders/arrow-2.svg);
  }
  .cofounders__main div:nth-child(5) {
    align-self: end;
    justify-self: end;
    max-width: 286px;
  }
  .cofounders__main div:nth-child(5)::before {
    left: 336px;
    top: -61px;
    transform: translateX(-100%);
    background-image: url(/assets/v3/icons/cofounders/arrow-4.svg);
  }
  .cofounders__cofounder {
    position: relative;
  }
  .cofounders__cofounder::before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    width: 90px;
    height: 90px;
  }
}

.how-we-work__title {
  margin-bottom: 40px;
}
.how-we-work__items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px 40px;
}
@media (min-width: 1024px) {
  .how-we-work__items {
    gap: 32px 120px;
  }
}
.how-we-work__item {
  flex: 1;
  flex-basis: 268px;
  max-width: 300px;
}
.how-we-work__item-title {
  color: #0953FB;
}

.high-points__title {
  display: flex;
  align-items: center; 
  min-height: 40px;
}
@media (min-width: 1024px) {
  .high-points__title {
    min-height: 70px;
  }
}
.high-points__main {
  position: relative;
}
.high-points__heart {
  position: absolute;
  left: 224px;
  top: 0;
  transform: translateY(-40%);
}
@media (min-width: 1024px) {
  .high-points__heart {
    left: 216px;
    transform: translateY(-60%);
  }
}
.high-points__items {
  display: flex;
  overflow-x: auto;
  gap: 16px;
  width: 100%;
  padding-bottom: 20px;
}
.high-points__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 200px;
  width: 200px;
}
@media (min-width: 1024px) {
  .high-points__item {
    min-width: 274px;
    width: 274px;
  }
}
.high-points__img img {
  width: 100%;
  border-radius: 10px;
}

.join-jo-family {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.join-jo-family__title {
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .join-jo-family__star {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(100%, -65%);
  }
}

.town-title__title span {
  position: relative;
}
.town-title__title span::after {
  bottom: -3px;
  height: 20px;
  background-image: url(/assets/v3/icons/town/line.svg);
}
@media (min-width: 600px) {
  .town-title__title span::after {
    background-image: url(/assets/v3/icons/town/line-tablet.svg);
  }
}
.town-cities {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
@media (min-width: 1024px) {
  .town-cities {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.town-cities__list {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
@media (min-width: 600px) {
  .town-cities__list {
    width: 100%;
    max-height: 360px;
  }
}
@media (min-width: 1024px) {
  .town-cities__list {
    width: 65%;
  }
}
.town-cities__list li {
  text-transform: uppercase;
}
.town-cities__list::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(110%, -50%);
  background-image: url(/assets/v3/icons/town/arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 100px;
}
@media (min-width: 600px) {
  .town-cities__list::before {
    right: unset;
    left: 25%;
    transform: translate(-50%, -100%);
  }
}
@media (min-width: 1024px) {
  .town-cities__list::before {
    left: 55%;
    width: 45px;
    top: -10px;
  }
}
.town-cities__unknown {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 12px;
  width: 288px;
  height: 288px;
  background: #ffe9db;
  border-radius: 20px;
}
@media (min-width: 600px) {
  .town-cities__unknown {
    width: 350px;
    height: 350px;
    padding: 42px;
  }
}

.double-photos {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 600px) {
  .double-photos {
    flex-direction: row;
  }
}
.double-photos__img {
  width: 70%;
  max-width: 300px;
}
.double-photos__img:nth-child(1) {
  transform: rotate(-5.28deg);
}
.double-photos__img:nth-child(2) {
  transform: rotate(7.64deg);
}
@media (min-width: 600px) {
  .double-photos__img:nth-child(2) {
    transform: rotate(7.64deg) translateY(25px);
  }
}
.double-photos__img img {
  filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.25));
  width: 100%;
}

.quadra-photos-pk {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: center;
  max-width: 280px;
  width: 100%;
  margin-bottom: -100px;
}
@media (min-width: 1024px) {
  .quadra-photos-pk {
    flex-direction: row;
    max-width: unset;
    margin-bottom: unset;
  }
}
.quadra-photos-pk__img {
  width: 70%;
}
.quadra-photos-pk__img--h {
  max-width: 200px;
}
@media (min-width: 1024px) {
  .quadra-photos-pk__img--h {
    max-width: 300px;
  }
}
.quadra-photos-pk__img--v {
  max-width: 150px;
}
@media (min-width: 1024px) {
  .quadra-photos-pk__img--v {
    max-width: 225px;
  }
}
.quadra-photos-pk__img:nth-child(1) {
  transform: rotate(9.24deg);
  z-index: 1;
}
.quadra-photos-pk__img:nth-child(2) {
  transform: rotate(-4.87deg);
  z-index: 2;
  align-self: flex-end;
}
@media (min-width: 1024px) {
  .quadra-photos-pk__img:nth-child(2) {
    align-self: unset;
  }
}
.quadra-photos-pk__img:nth-child(3) {
  transform: translateY(-93px) rotate(0.87deg);
  z-index: 3;
  align-self: flex-start;
}
@media (min-width: 1024px) {
  .quadra-photos-pk__img:nth-child(3) {
    transform: rotate(7.93deg);
    align-self: unset;
  }
}
.quadra-photos-pk__img:nth-child(4) {
  transform: translateY(-120px) rotate(-6.78deg);
  z-index: 1;
  align-self: flex-end;
}
@media (min-width: 1024px) {
  .quadra-photos-pk__img:nth-child(4) {
    transform: rotate(1.32deg);
    align-self: unset;
  }
}
.quadra-photos-pk__img img {
  filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.25));
  width: 100%;
}

.recommendation {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f2f2f2;
  padding: 30px var(--side-space) 50px;
}
@media (min-width: 1024px) {
  .recommendation {
    padding: 72px var(--side-space);
  }
}
.recommendation__title {
  position: relative;
  margin-bottom: 40px;
}
.recommendation__title::before {
  height: 13px;
  bottom: -5px;
  background-image: url(/assets/v3/icons/recommendation/line.svg);
  background-size: contain;
}
@media (min-width: 1024px) {
  .recommendation__title::before {
    height: 17px;
  }
}
.recommendation__brands {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(32px, 10vw, 72px);
}
.recommendation__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 125px;
}
@media (min-width: 1024px) {
  .recommendation__brand {
    width: 190px;
  }
}
.recommendation__brand img {
  width: 100%;
}

.contact__title h1, .contact__title .h1 {
  position: relative;
}
.contact__title h1::before, .contact__title .h1::before {
  background-image: url(/assets/v3/icons/contact/line.svg);
  height: 28px;
}
.contact__searchbar {
  margin-top: 24px;
}
@media (min-width: 600px) {
  .contact__searchbar {
    margin-top: 72px;
  }
}
.contact__gif {
  margin-left: auto;
  margin-right: auto;
  max-width: 330px;
  width: 100%;
}

.contact__links {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.contact__links .contact__smalls {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  justify-content: space-between;
  gap: 32px 20px;
}

.contact__link {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  padding: 40px 32px;
  transition: 0.2s;
}
.contact__link:hover .contact__link-go {
  gap: 32px;
}
.contact__link-go {
  display: flex;
  align-items: center;
  gap: 16px;
  transition: 0.2s;
}
.contact__link.messenger {
  background: #ceddfe;
}
.contact__link.messenger:hover {
  background: #84a9fd;
}
.contact__link.phone, .contact__link.mail {
  background: #fafafa;
  max-width: 330px;
}
.contact__link.phone:hover, .contact__link.mail:hover {
  color: inherit;
  background: #f2f2f2;
}
.contact__link-choice {
  display: flex;
  justify-content: space-between;
}
.contact__link-choice a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 120px;
  height: 120px;
  background: #ffefec;
  border-radius: 10px;
  padding: 8px;
  transition: 0.2s;
}
.contact__link-choice a:hover {
  background: #fc623d;
  color: #fff;
}

.photokube__logo {
  align-self: center;
}
.photokube__logo img {
  width: 100%;
}
@media (max-width: 1023px) {
  .photokube__logo {
    width: 146px;
  }
}
.photokube__title {
  margin-top: 56px;
}
@media (min-width: 1024px) {
  .photokube__title {
    margin-top: 32px;
    text-align: center;
  }
}
.photokube__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media (min-width: 1024px) {
  .photokube__form {
    gap: 16px;
  }
}
.photokube__form form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 32px 48px;
  width: 100%;
}
.photokube__form form .form-field {
  width: 100%;
  max-width: 563px;
}
.photokube__full-image {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.photokube__full-image-title {
  padding: 0 var(--side-space);
}
@media (min-width: 1024px) {
  .photokube__full-image-title {
    position: absolute;
    top: 80px;
    left: 0;
    text-align: center;
    width: 100%;
  }
}
.photokube__full-image-image {
  margin-top: 30px;
  width: 578px;
  transform: translateX(-35px);
}
@media (min-width: 400px) {
  .photokube__full-image-image {
    transform: none;
  }
}
@media (min-width: 1024px) {
  .photokube__full-image-image {
    width: unset;
    max-width: 100%;
  }
}
.photokube__full-image-image img {
  width: 100%;
}
.photokube__try {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.photokube__try-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 16px;
  gap: 16px 56px;
}
@media (min-width: 1024px) {
  .photokube__try-content {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    margin-top: 32px;
  }
}
.photokube__try-mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.photokube__try-mobile img {
  transform: translateX(-100px);
}
.photokube__try-mobile a {
  display: block;
  padding: 16px 0;
}
.photokube__try-desktop {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.photokube__try-desktop div {
  display: flex;
  align-items: center;
  gap: 22px;
}
.photokube__try-desktop div img:nth-child(1) {
  transform: scaleX(-1);
}
.photokube__try-live {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.photokube__try-live .live {
  border-radius: 10px;
  width: clamp(288px, 90vw, 500px);
  height: clamp(165px, 51vw, 300px);
}
@media (min-width: 1024px) {
  .photokube__try-live {
    gap: 8px;
  }
  .photokube__try-live .live {
    border-radius: 20px;
  }
}
.photokube__collect-smiles {
  margin-top: 56px;
}
@media (min-width: 1024px) {
  .photokube__collect-smiles {
    margin-top: 111px;
  }
}

.steps-validate {
  display: flex;
  flex-direction: column;
  gap: 60px 10%;
  margin-top: 60px;
}
.steps-validate > * {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
@media (min-width: 1024px) {
  .steps-validate {
    flex-direction: row;
  }
}
.steps-validate__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.steps-validate__number {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 33px;
  height: 33px;
  color: #fff;
  background: #fc623d;
}
.steps-validate__pdf {
  min-height: 476px;
  width: 100%;
}
.steps-validate__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.steps-validate__form .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  gap: 8px 16px;
  border-radius: 8px;
  padding: 40px 24px;
  border: 1px solid #707070;
}
.steps-validate__form .form-field--full {
  grid-column: 1/span 2;
}
.steps-validate__form .form-field--full-mobile {
  grid-column: 1/span 2;
}
@media (min-width: 600px) {
  .steps-validate__form .form-field--full-mobile {
    grid-column: unset;
  }
}

.flipping-cards__title {
  margin-bottom: 32px;
}
.flipping-cards__content {
  display: flex;
  gap: 16px;
  overflow-x: scroll;
  overflow-y: hidden;
  padding-bottom: 16px;
}
@media (min-width: 1024px) {
  .flipping-cards__content {
    justify-content: center;
    flex-wrap: wrap;
    overflow: initial;
  }
}
.flipping-cards__card {
  position: relative;
  width: 216px;
  min-width: 216px;
  height: 216px;
  cursor: pointer;
  border-radius: 20px;
  transition: 0.2s;
}
.flipping-cards__card .front,
.flipping-cards__card .back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  backface-visibility: hidden;
  transition: all 0.5s;
}
.flipping-cards__card.flipped .front {
  z-index: 0;
  transform: rotateY(180deg);
}
.flipping-cards__card.flipped .back {
  transform: rotateY(0);
}
.flipping-cards__card .front {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  z-index: 3;
  padding: 16px;
}
.flipping-cards__card .back {
  padding: 16px;
  transform: rotateY(180deg);
}

.faq-search-section {
  background: #f8f8f8;
  padding: 40px 16px;
}
.faq-search-section__title {
  margin-bottom: 45px;
}
.faq-search-section__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 1024px) {
  .faq-search-section__content {
    gap: 40px;
  }
}
.faq-search-section__main {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
@media (min-width: 1024px) {
  .faq-search-section__main {
    flex-direction: row;
    gap: 60px;
  }
}
.faq-search-section__product-choice {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 8px;
}
.faq-search-section__product-choice .radio-item {
  display: flex;
  gap: 10px;
  padding: 12px;
  background: #fff;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: 0.2s;
}
.faq-search-section__product-choice .radio-item input {
  cursor: inherit;
}
.faq-search-section__product-choice .radio-item.active {
  background: #e6eeff;
  border-color: #0953fb;
}
.faq-search-section__product-choice .radio-item:hover {
  border-color: #0953fb;
}
.faq-search-section__searchbar {
  flex-grow: 1;
}
.faq-search-section__searchbar-bar {
  margin-top: 8px;
}
.faq-search-section__searchbar-bar input {
  width: 100%;
  background: #fff;
  border: 1px solid #aaaaaa;
  border-radius: 8px;
  padding: 12px 8px;
  color: #707070;
}
.faq-search-section__more-items {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
  margin-top: 8px;
}
.faq-search-section__more-items button {
  background: #fff;
  border: unset;
  border-radius: 40px;
  padding: 8px 16px;
  color: #707070;
  border: 1px solid transparent;
  transition: 0.2s;
}
.faq-search-section__more-items button.active {
  background: #e6eeff;
  border-color: #0953fb;
}
.faq-search-section__more-items button:hover {
  border-color: #0953fb;
}
.faq-search-section__more-items button.hidden {
  display: none;
}

.faq-search-result__list {
  border-bottom: 1px solid #d1d1d1;
}
.faq-search-result__list.is-empty {
  border-bottom-color: transparent;
}
.faq-search-result__item {
  position: relative;
  border-top: 1px solid #d1d1d1;
  padding: 0 28px;
}
@media (min-width: 1024px) {
  .faq-search-result__item {
    padding: 0 48px;
  }
}
.faq-search-result__item.opened .faq-search-result__question-arrow {
  transform: rotate(180deg);
}
@media (min-width: 1024px) {
  .faq-search-result__item.opened .faq-search-result__question-arrow {
    transform: translateY(-50%) rotate(180deg);
  }
}
.faq-search-result__item.opened .faq-search-result__answer {
  opacity: 1;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .faq-search-result__item.opened .faq-search-result__answer {
    margin-bottom: 24px;
  }
}
.faq-search-result__question {
  position: relative;
  display: list-item;
  list-style-type: disc;
  padding-right: 32px;
  transition: 0.2s;
  cursor: pointer;
  padding: 16px 0;
}
@media (min-width: 1024px) {
  .faq-search-result__question {
    padding: 24px 0;
  }
}
.faq-search-result__question:hover {
  color: #fc623d;
}
@media (min-width: 1024px) {
  .faq-search-result__question {
    padding-right: 128px;
  }
}
.faq-search-result__question--pro {
  padding-top: 44px;
}
@media (min-width: 1024px) {
  .faq-search-result__question--pro {
    padding-top: 24px;
  }
}
.faq-search-result__question-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  transition: 0.2s;
}
@media (min-width: 1024px) {
  .faq-search-result__question-arrow {
    transform: translateY(-50%);
  }
}
.faq-search-result__answer {
  opacity: 0;
  transition: 0.2s;
}
.faq-search-result .badge-pro {
  position: absolute;
  top: 16px;
  left: 0;
  display: block;
  width: fit-content;
  padding: 2px 8px;
  color: #0953fb;
  border: 1px solid #0953fb;
  border-radius: 8px;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .faq-search-result .badge-pro {
    top: 50%;
    left: unset;
    right: 42px;
    transform: translateY(-50%);
    font-size: 16px;
  }
}
.faq-search-result__empty {
  color: #bdbdbd;
}
@media (min-width: 1024px) {
  .faq-search-result__empty {
    margin-top: 50px;
  }
}
.faq-search-result .hidden {
  display: none;
}

.faq-still-questions {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff4ed;
  border-radius: 20px;
  padding: 55px 10px 35px;
}
@media (min-width: 1024px) {
  .faq-still-questions {
    padding: 76px 16px 42px;
  }
}
.faq-still-questions .employees {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
}
@media (max-width: 1023px) {
  .faq-still-questions .employees img {
    width: 65px;
  }
}
.faq-still-questions .employees img:nth-child(odd) {
  z-index: 1;
}
.faq-still-questions .employees img:nth-child(1) {
  transform: translateX(9px);
}
@media (min-width: 1024px) {
  .faq-still-questions .employees img:nth-child(1) {
    transform: translateX(12px);
  }
}
.faq-still-questions .employees img:nth-child(2) {
  transform: translateX(3px);
}
@media (min-width: 1024px) {
  .faq-still-questions .employees img:nth-child(2) {
    transform: translateX(4px);
  }
}
.faq-still-questions .employees img:nth-child(3) {
  transform: translateX(-3px);
}
@media (min-width: 1024px) {
  .faq-still-questions .employees img:nth-child(3) {
    transform: translateX(-4px);
  }
}
.faq-still-questions .employees img:nth-child(4) {
  transform: translateX(-9px);
}
@media (min-width: 1024px) {
  .faq-still-questions .employees img:nth-child(4) {
    transform: translateX(-12px);
  }
}

.what-is-jo-live {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media (min-width: 1024px) {
  .what-is-jo-live {
    flex-direction: row;
    justify-content: space-between;
  }
}
.what-is-jo-live__text {
  width: 100%;
  max-width: 680px;
}
@media (min-width: 1024px) {
  .what-is-jo-live__text {
    max-width: 448px;
  }
}
.what-is-jo-live__imgs {
  display: flex;
  gap: 16px;
}
@media (min-width: 1024px) {
  .what-is-jo-live__imgs {
    gap: 130px;
  }
}
.what-is-jo-live__bubble {
  position: relative;
}
.what-is-jo-live__bubble picture,
.what-is-jo-live__bubble img,
.what-is-jo-live__bubble source {
  border-radius: 100%;
  width: 136px;
}
@media (min-width: 1024px) {
  .what-is-jo-live__bubble picture,
.what-is-jo-live__bubble img,
.what-is-jo-live__bubble source {
    width: 217px;
  }
}
.what-is-jo-live__bubble p {
  position: absolute;
  text-transform: uppercase;
  width: 135px;
}
.what-is-jo-live__bubble:first-child {
  margin-bottom: 130px;
}
.what-is-jo-live__bubble:first-child p {
  top: 0;
  right: 0;
  transform: translateX(110%);
}
@media (min-width: 1024px) {
  .what-is-jo-live__bubble:first-child p {
    transform: translateX(100%);
  }
}
.what-is-jo-live__bubble:first-child::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 70%;
  transform: translate(-50%, 125%);
  background-image: url(/assets/v3/icons/what-is-jo-live/arrow.svg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}
@media (min-width: 1024px) {
  .what-is-jo-live__bubble:first-child::before {
    top: 50%;
    right: 0;
    transform: translate(130%, 20%);
    width: 80px;
    height: 80px;
  }
}
.what-is-jo-live__bubble:last-child {
  margin-top: 130px;
}
.what-is-jo-live__bubble:last-child p {
  bottom: 0;
  left: 0;
  transform: translate(-90%, 50%);
}
@media (min-width: 1024px) {
  .what-is-jo-live__bubble:last-child p {
    transform: translate(-60%, 30%);
  }
}

.quote {
  position: relative;
  display: flex;
  justify-content: center;
  padding: var(--side-space);
}
@media (min-width: 600px) {
  .quote {
    align-items: center;
    overflow-x: hidden;
  }
}
.quote img {
  position: absolute;
  width: 135px;
  z-index: -1;
}
@media (min-width: 1024px) {
  .quote img {
    width: 149px;
  }
}
.quote img:first-child {
  top: -30px;
  left: 0;
}
.quote img:last-child {
  bottom: -30px;
  right: 0;
}
@media (min-width: 600px) {
  .quote img {
    position: relative;
  }
  .quote img:first-child {
    top: unset;
    left: unset;
  }
  .quote img:last-child {
    bottom: unset;
    right: unset;
  }
}
.quote__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80%;
}
@media (min-width: 600px) {
  .quote__content {
    font-size: 20px;
  }
}
.quote__author {
  align-self: flex-end;
}

.faq-jo-live {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px var(--side-space) 32px;
  background: #f2f2f2;
}
.faq-jo-live__cheese {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 93px;
  height: 93px;
  background-size: cover;
  z-index: 1;
}
.faq-jo-live__title {
  margin-bottom: 48px;
}
.faq-jo-live__content-group {
  margin-bottom: 50px;
}
.faq-jo-live__content-title {
  margin-bottom: 16px;
}
.faq-jo-live__content-list {
  list-style-type: disc;
  display: list-item;
  margin-left: 24px;
}

.jo-live-steps {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.jo-live-steps__title {
  position: relative;
  margin-bottom: 56px;
}
.jo-live-steps__title::after {
  bottom: 0px;
  height: 16px;
  background-image: url(../icons/jo-live-steps/line.svg);
}
.jo-live-steps__content {
  display: grid;
  grid-template-columns: repeat(2, 136px);
  grid-template-rows: repeat(5, 1fr);
  align-items: center;
  gap: 32px 16px;
  justify-content: center;
}
@media (min-width: 1024px) {
  .jo-live-steps__content {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr 306px 1fr;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .jo-live-steps__content p:nth-child(1) {
    grid-row: 1/span 1;
    grid-column: 1/span 1;
  }
  .jo-live-steps__content p:nth-child(2) {
    grid-row: 3/span 1;
    grid-column: 2/span 1;
  }
  .jo-live-steps__content p:nth-child(3) {
    grid-row: 1/span 1;
    grid-column: 3/span 1;
  }
  .jo-live-steps__content p:nth-child(4) {
    grid-row: 3/span 1;
    grid-column: 4/span 1;
  }
  .jo-live-steps__content p:nth-child(5) {
    grid-row: 1/span 1;
    grid-column: 5/span 1;
  }
}
.jo-live-steps__img {
  grid-row: 1/span 5;
  grid-column: 1/1;
  width: 100%;
  justify-self: end;
}
.jo-live-steps__img img {
  width: 100%;
}
@media (min-width: 1024px) {
  .jo-live-steps__img {
    grid-row: 2/2;
    grid-column: 1/span 5;
  }
}

.title-video {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1024px) {
  .title-video {
    align-items: center;
    gap: 40px;
  }
}
.title-video__title {
  width: 100%;
  max-width: 912px;
}
@media (min-width: 1024px) {
  .title-video__title {
    text-align: center;
  }
}
.title-video__video {
  border-radius: 10px;
  width: 100%;
  max-width: 912px;
}
@media (min-width: 1024px) {
  .title-video__video {
    border-radius: 20px;
  }
}

.pk-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 720px) {
  .pk-hero {
    flex-direction: row;
    justify-content: center;
    gap: 80px;
  }
}
.pk-hero__icons {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  flex-basis: 0;
  width: 100%;
}
@media (max-width: 719px) {
  .pk-hero__logo {
    width: 82px;
  }
}
@media (max-width: 719px) {
  .pk-hero__new {
    position: absolute;
    left: 70%;
    bottom: 0;
    transform: translate(-50%, 100%);
    width: 90px;
  }
}
.pk-hero__main {
  width: 100%;
  max-width: 300px;
}
@media (min-width: 720px) {
  .pk-hero__main {
    max-width: 868px;
  }
}
.pk-hero__main picture,
.pk-hero__main img {
  width: 100%;
}

.triple-bubbles {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.triple-bubbles__title {
  text-align: center;
  margin-bottom: 48px;
}
.triple-bubbles__title .lined-title {
  position: relative;
}
.triple-bubbles__title .lined-title::after {
  bottom: 8px;
  height: 28px;
  width: 126px;
  background-size: contain;
  background-image: url(/assets/v3/icons/triple-bubbles/line.svg);
}
.triple-bubbles__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media (min-width: 1024px) {
  .triple-bubbles__content {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 100px;
  }
}
.triple-bubbles__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.triple-bubbles__img {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 220px;
  width: 100%;
}
@media (min-width: 1024px) {
  .triple-bubbles__img {
    max-width: 290px;
  }
}
.triple-bubbles__img img {
  width: 100%;
  border-radius: 100%;
}
.triple-bubbles__nb {
  position: absolute;
  top: 0;
  left: 10px;
}
.triple-bubbles__text {
  max-width: 300px;
  text-align: center;
}

.print-memories {
  display: flex;
  justify-content: center;
  background: #fff4ed;
  padding: 30px;
}
@media (min-width: 1024px) {
  .print-memories {
    padding: 50px;
  }
}
.print-memories__wrapper {
  position: relative;
  width: fit-content;
}
.print-memories__title {
  text-align: center;
}
.print-memories .shine {
  position: absolute;
  top: -76px;
  right: -84px;
}
@media (max-width: 1023px) {
  .print-memories .shine {
    top: -50px;
    right: -30px;
    width: 96px;
  }
}
.print-memories .heart {
  position: absolute;
  bottom: -80px;
  left: -50px;
}
@media (max-width: 1023px) {
  .print-memories .heart {
    bottom: -49px;
    left: 0;
    width: 33px;
  }
}

.custom-img-pk {
  align-self: center;
}
@media (min-width: 1152px) {
  .custom-img-pk {
    margin-bottom: 160px;
  }
}
.custom-img-pk__title {
  margin-bottom: 40px;
}
.custom-img-pk__title.lined-title {
  position: relative;
}
.custom-img-pk__title.lined-title::after {
  bottom: 0;
  height: 20px;
  background-image: url(/assets/v3/icons/custom-img-pk/line.svg);
  background-size: contain;
}
@media (max-width: 599px) {
  .custom-img-pk__title.lined-title::after {
    width: 133px;
  }
}
.custom-img-pk__content {
  position: relative;
}
.custom-img-pk__text {
  position: relative;
  z-index: 1;
  max-width: 340px;
}
@media (min-width: 1152px) {
  .custom-img-pk__text {
    position: absolute;
  }
  .custom-img-pk__text:first-of-type {
    left: -16px;
    bottom: 44px;
    transform: translateX(-100%);
  }
  .custom-img-pk__text:last-of-type {
    bottom: 0;
    right: 32px;
    transform: translate(100%, 100%);
  }
}
.custom-img-pk__text p span {
  display: block;
}
.custom-img-pk__text .arrow {
  position: absolute;
}
.custom-img-pk__text .arrow--1 {
  bottom: -60px;
  left: -44px;
  transform: translateY(100%) rotate(72deg);
}
@media (min-width: 1152px) {
  .custom-img-pk__text .arrow--1 {
    bottom: 0;
    left: unset;
    transform: translateY(48%);
    right: -120px;
  }
}
.custom-img-pk__text .arrow--2 {
  top: -14px;
  left: 28px;
  transform: translateY(-100%) rotate(85deg);
  width: 98px;
}
@media (min-width: 1152px) {
  .custom-img-pk__text .arrow--2 {
    top: -23px;
    left: -21px;
    transform: translateX(-100%);
    width: auto;
  }
}
.custom-img-pk__img {
  max-width: 424px;
  width: 100%;
  margin: 48px 0 88px;
}
.custom-img-pk__img img {
  width: 100%;
  transform: rotate(3.32deg);
  filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.25));
}
@media (min-width: 1152px) {
  .custom-img-pk__img {
    margin: 92px 0 0;
  }
}

/*# sourceMappingURL=main.css.map */
