/*!
   * Bootstrap Reboot v5.3.2 (https://getbootstrap.com/)
   * Copyright 2011-2023 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
:root,
[data-bs-theme="light"] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme="dark"] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

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

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

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

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

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

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  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 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

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

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

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

a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

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

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

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

a > code {
  color: inherit;
}

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

kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

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

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

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

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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

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

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  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"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/*!
   * Bootstrap Grid v5.3.2 (https://getbootstrap.com/)
   * Copyright 2011-2023 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xs {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: 320;
}

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

@media (min-width: 992px) {
  .container-md, .container-sm, .container {
    max-width: 980px;
  }
}

@media (min-width: 1360px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 768px;
  --bs-breakpoint-md: 992px;
  --bs-breakpoint-lg: 1360px;
}

.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .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.33333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 768px) {
  .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.33333%;
  }
  .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.66667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
  .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: 992px) {
  .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.33333%;
  }
  .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.66667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
  .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: 1360px) {
  .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.33333%;
  }
  .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.66667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
  .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;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 1360px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

:root {
  --bg-color: #181818;
  --bg-gradient: linear-gradient(90deg, rgba(226,61,73,1) 0%, rgba(167,33,42,1) 100%);
  --bg-gradient-hover: linear-gradient(90deg, rgba(167,33,42,1) 0%, rgba(226,61,73,1) 100%);
  --text-color: #fff;
  --text-gradient: radial-gradient(circle, rgba(226,61,73,1) 0%, rgba(167,33,42,1) 100%);
  --add-color: #c1c1c1;
  --add-text-color: #8d8d8d;
  --scale: 1;
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
  --section-padding: 100px;
}

@media (prefers-reduced-motion) {
  root---scale: 0;
}

::placeholder {
  color: var(--add-text-color);
}

::selection {
  background-color: #C03446;
  color: var(--text-color);
}

html {
  font-size: 18px;
}

body {
  font-size: 1rem;
  min-width: 320px;
  position: relative;
  line-height: 1.4;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
  color: var(--text-color);
  background: var(--bg-color);
}

a:not(.btn) {
  color: var(--text-color);
  text-decoration: none;
}

a:not(.btn):hover {
  background: -webkit-radial-gradient(#e23d49, #a7212a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

a:not(.btn).underline {
  text-decoration: underline;
}

.small__header {
  color: var(--add-text-color);
  font-weight: 500;
  font-size: 0.77778rem;
}

.underline__header {
  font-weight: 700;
  font-size: 3.11111rem;
  line-height: 1;
}

.underline__header:after {
  content: '';
  display: block;
  width: 85px;
  height: 1px;
  background: var(--add-color);
  margin-top: 20px;
  margin-bottom: 20px;
}

.content__header {
  color: var(--text-color);
  font-weight: 700;
  font-size: 2rem;
}

.block__header {
  font-weight: 700;
  font-size: 2.33333rem;
  margin-bottom: 20px;
  line-height: 1.2;
}

.mart {
  margin-top: 50px;
}

.marb {
  margin-bottom: 50px;
}

.ma {
  margin: auto;
}

.section-margin-top {
  margin-top: var(--section-padding);
}

.hidden {
  display: none;
}

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

.btn {
  padding: 15px 30px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 0.77778rem;
  background: var(--bg-gradient);
  color: #fff;
  border: none;
  outline: none;
  text-decoration: none;
  transition: 0.2s;
  display: inline-block;
}

.btn:hover {
  background: var(--bg-gradient-hover);
}

.btn--white {
  background: #fff;
  color: #000;
}

.btn--white:hover {
  background: #ccc;
  color: #000;
}

.owl-nav button {
  position: absolute;
  top: calc(50% - 10px);
  transition: .2s;
  opacity: 0.6;
}

.owl-nav button:hover {
  opacity: 1;
}

.owl-nav button.owl-prev {
  left: -50px;
}

.owl-nav button.owl-prev:after {
  content: '';
  width: 35px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/arrow.svg);
  transform: rotate(180deg);
  display: block;
}

.owl-nav button.owl-prev:after:hover {
  opacity: 1;
}

.owl-nav button.owl-next {
  right: -50px;
}

.owl-nav button.owl-next:after {
  content: '';
  width: 35px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/arrow.svg);
  display: block;
}

.owl-nav button span {
  display: none;
}

.header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 4;
}

.header__sandwich {
  display: none;
  cursor: pointer;
  margin-left: 20px;
}

.header__sandwich .mobile-nav-icon {
  position: relative;
  display: block;
  width: 1.8em;
  height: 2px;
  background: var(--add-color);
  margin-top: 20px;
  margin-bottom: 20px;
}

.header__sandwich .mobile-nav-icon:before, .header__sandwich .mobile-nav-icon:after {
  content: "";
  position: absolute;
  top: -0.5em;
  display: block;
  width: 100%;
  height: 100%;
  transition: var(--transition-default);
  background: var(--add-color);
  will-change: top, transform;
}

.header__sandwich .mobile-nav-icon:after {
  top: 0.5em;
}

.header__sandwich:hover .mobile-nav-icon {
  background: var(--text-color);
}

.header__sandwich:hover .mobile-nav-icon:before, .header__sandwich:hover .mobile-nav-icon:after {
  background: var(--text-color);
}

.header__sandwich.active .mobile-nav-icon {
  background: transparent;
  width: 1.2em;
}

.header__sandwich.active .mobile-nav-icon:before {
  top: 0;
  transform: rotate(45deg);
  color: var(--text-color);
}

.header__sandwich.active .mobile-nav-icon:after {
  top: 0;
  transform: rotate(-45deg);
  color: var(--text-color);
}

.header__top {
  background: var(--bg-color);
  display: flex;
  align-items: center;
  font-size: 0.88889rem;
  justify-content: space-between;
  padding: 13px 30px;
}

.header__top .header__language {
  display: none;
}

.header__top--left {
  display: flex;
  gap: 30px;
}

.header__top--left div {
  display: flex;
  align-items: center;
}

.header__top--right {
  display: flex;
  align-items: center;
}

.header__bottom {
  display: flex;
  align-items: end;
  padding: 20px 30px;
  transition: .2s;
  background: transparent;
}

.header.fixed .header__bottom {
  background: rgba(20, 22, 23, 0.91);
  padding-top: 10px;
  padding-bottom: 10px;
}

.header__socials {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.header__socials a {
  display: flex;
  align-items: center;
}

.header__socials a:after {
  content: '';
  height: 10px;
  width: 1px;
  display: block;
  margin-right: 10px;
  background: var(--add-color);
}

.header__socials a:last-child:after {
  display: none;
}

.header__menu {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.header__menu--contacts {
  display: none;
}

.header__menu .main-menu {
  display: flex;
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 0.88889rem;
}

.header__menu .main-menu > li {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  padding: 13px 0px;
  white-space: normal;
}

.header__menu .main-menu > li.has-child {
  /* position: relative; */
}

.header__language {
  margin-right: auto;
  font-size: 0.88889rem;
  text-transform: uppercase;
  position: relative;
}

.header__language ul {
  list-style: none;
  display: flex;
  margin: 0px;
  padding: 0px;
}

.header__language ul li {
  display: flex;
  align-items: center;
}

.header__language ul li span {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.header__language ul li span::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-image: url("../images/chevron-down.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 2px;
}

.header__language ul li.current + .dd {
  position: absolute;
  left: 0px;
  top: 105%;
  display: none;
}

.header__language ul li + li:before {
  content: '';
  height: 10px;
  width: 1px;
  display: block;
  margin-left: 14px;
  margin-right: 14px;
  background: var(--add-color);
}

.header i {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 10px;
}

.icon-location {
  background-image: url(../images/location.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.icon-whatsapp {
  background-image: url(../images/whatsapp.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.icon-viber {
  background-image: url(../images/viber.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.icon-telegram {
  background-image: url(../images/telegram.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.icon-instagram {
  background-image: url(../images/instagram.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.icon-facebook {
  background-image: url(../images/facebook.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.icon-facebook-alt {
  background-image: url(../images/facebook-logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.icon-tiktok {
  background-image: url(../images/tiktok.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.footer {
  padding: 60px 0px;
  background: #000;
  font-size: 0.88889rem;
}

.footer__text {
  max-width: 310px;
  margin-top: 10px;
}

.footer__header {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 15px;
}

.footer-menu {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.footer-menu li {
  padding: 5px 0;
}

.footer .service-menu {
  columns: 2;
}

.footer__menu {
  display: flex;
  justify-content: space-between;
}

.footer__menu--block:first-child {
  width: calc(100% / 3 * 2);
}

.footer__menu--block:last-child {
  width: calc(100% / 3);
}

.footer__copyright {
  margin-top: var(--section-padding);
}

.underfooter {
  margin-bottom: var(--section-padding);
}

.underfooter #rd-google-map {
  width: 100%;
  height: 372px;
}

.underfooter__contact {
  border-left: 1px solid var(--add-color);
  padding: 5px 20px;
  margin-bottom: 40px;
  font-size: 0.77778rem;
}
.underfooter__contact .small__header {
  margin-top: 10px;
  margin-bottom: 10px;
}

.underfooter__img-and-icons{
  display: flex;
  align-content: center;
  gap: 20px;
}

.underfooter__icons{
  display: flex;
  gap: 10px;
}

.underfooter__icons i {
  width: 25px;
  height: 25px;
  display: inline-block;
}

.underfooter__icons a {
  display: flex;
  gap: 10px;
  align-items: center;
}

.underfooter__icons a:after {
  content: '';
  height: 15px;
  width: 1px;
  display: block;
  background: var(--add-color);
}
.underfooter__icons a:last-child:after {
  display: none;
}

.underfooter__form {
  margin-top: var(--section-padding);
}

main {
  margin-top: 48px;
}

input[type="text"],
textarea {
  width: 100%;
  background: transparent;
  outline: none;
  border: 1px solid var(--add-color);
  border-radius: 5px;
  font-size: 0.77778rem;
  padding: 15px;
  color: var(--text-color);
}

textarea {
  min-height: 130px;
}

.has-error input[type="text"],
.has-error textarea {
  border-color: #E23D49;
}

.form-group {
  padding-bottom: 30px;
  position: relative;
}

.form-group label {
  font-size: 0.88889rem;
  font-weight: 400;
  margin-bottom: 2px;
}

.form__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form__rules {
  color: var(--add-color);
  font-size: 0.66667rem;
  margin-left: 40px;
}

.help-block {
  color: #e23d49;
  position: absolute;
  bottom: 10px;
  font-size: 0.66667rem;
  left: 0px;
}

.field-itemphotoform-files .help-block {
  bottom: initial;
  top: 55px;
}

.home-slider {
  position: relative;
  display: block !important;
  height: calc(100vh - 48px);
  overflow: hidden;
}
/*
.home-slider__slide:not(:first-child) {
  display: none;
}*/

.home-slider__slide img {
  height: calc(100vh - 48px);
  object-fit: cover;
}

.home-slider__container {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
}

.home-slider__container .container {
  height: 100%;
  display: flex;
  align-items: center;
}

.home-slider__header {
  font-weight: 700;
  font-size: 3.88889rem;
  line-height: 0.9;
}

.home-slider__subheader {
  margin-top: 35px;
}

.just__socials {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

.just__socials i {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 10px;
}

.just__socials a {
  display: flex;
  align-items: center;
}

.just__socials a + a:before {
  content: '';
  height: 10px;
  width: 1px;
  display: block;
  margin-right: 10px;
  background: var(--add-color);
}

.home-slider__caption {
  font-size: 1.33333rem;
  margin-top: 20px;
}

.home-slider__button {
  margin-top: 50px;
}

.home-slider .owl-dots {
  position: absolute;
  bottom: 50px;
  left: 0px;
  right: 0px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-slider .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background: transparent;
  border: 1px solid var(--add-color);
  margin: 0px 4px;
  border-radius: 50%;
}

.home-slider .owl-dots .owl-dot.active {
  width: 10px;
  height: 10px;
  border: none;
  background: var(--text-gradient);
}

.home-slider .owl-nav button {
  position: absolute;
  top: 50%;
  font-size: 44px !important;
  color: var(--add-color) !important;
  transition: .2s;
}

.home-slider .owl-nav button:after {
  display: none;
}

.home-slider .owl-nav button span {
  display: inline-block;
}

.home-slider .owl-nav button:hover {
  color: var(--text-color) !important;
}

.home-slider .owl-nav button.owl-prev {
  left: 20px;
}

.home-slider .owl-nav button.owl-next {
  right: 20px;
}

.about {
  padding-top: var(--section-padding);
}

.about__wrapper {
  display: flex;
  align-items: center;
}

.about p {
  color: var(--add-color);
}

.about img {
  background: radial-gradient(circle, #C03446 0%, #810E1B 100%);
}

.about__text {
  margin-left: 75px;
}

.serts {
  margin-bottom: var(--section-padding);
}

.serts__wrapper {
  margin-top: 50px;
}

.serts__wrapper img {
  object-fit: cover;
  border-radius: 2px;
}

.services {
  padding: var(--section-padding) 0;
  background-image: url(../images/section_bg.jpg);
  background-size: cover;
  background-position: center;
}

.services__wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.services__title {
  width: 100%;
  max-width: 420px;
}

.services__title p {
  color: var(--add-color);
}

.services__links {
  margin-top: var(--section-padding);
}

.services__link a {
  font-size: 32px;
  line-height: 1;
  margin-bottom: 20px;
  color: var(--add-text-color);
  display: inline-block;
  position: relative;
}

.services__link a:after {
  content: '';
  width: 100%;
  height: 1px;
  background: var(--text-gradient);
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  transform: scaleX(0);
  transform-origin: left center;
  transition: all 0.5s cubic-bezier(0, 0, 0.58, 1);
}

.services__link a.active {
  background: radial-gradient(circle, #C03446 0%, #810E1B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.services__link a.active:after {
  transform: scaleX(1);
}

.services__slide {
  display: none;
  transition: all 0.5s cubic-bezier(0, 0, 0.58, 1);
}

.services__slide .services__text {
  position: absolute;
  background: var(--bg-color);
  padding: 30px;
  max-width: 410px;
  z-index: 2;
  bottom: 60px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.services__slide .services__text .block__header {
  font-weight: 400;
  font-size: 1.77778rem;
}

.services__slide.active {
  display: block;
}

.services__slide.active img {
  animation: services-tabs-animation .7s linear;
}

.services__slide.active .services__text {
  animation: services-tabs-animation-2 .7s linear;
  will-change: transform;
}

@keyframes services-tabs-animation {
  0% {
    opacity: 0;
    transform: translate(0, 40px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}

@keyframes services-tabs-animation-2 {
  0% {
    transform: translate(0, 20px) scale(0.93);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}

.advantages {
  padding: var(--section-padding) 0;
}

.advantages--resuts_widget {
  padding: 0 0 var(--section-padding) 0;
}

.advantages .why__wrapper {
  display: flex;
}

.advantages .why__wrapper > img {
  background: radial-gradient(circle, #C03446 0%, #810E1B 100%);
}

.advantages .why__text {
  margin-left: 75px;
}

.advantages__items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
}

.advantages__item {
  width: calc(50% - 30px);
  display: flex;
  flex-direction: column;
}

.advantages__item img {
  flex: none;
  width: 64px;
}

.advantages__item strong {
  font-weight: 700;
  margin: 10px 0px;
  font-size: 0.88889rem;
}

.advantages__item p {
  font-size: 0.72222rem;
  color: var(--add-color);
}

.advantages .results {
  margin-top: var(--section-padding);
}

.advantages .results__slide {
  display: flex;
  gap: 30px;
}

.advantages .results__item {
  width: 100%;
}

.advantages .results__item img {
  object-fit: contain;
  height: auto;
}

.advantages .results__item-header {
  font-size: 1.33333rem;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
}

.advantages .results__item p {
  font-size: 0.77778rem;
  color: var(--add-color);
}

.phone-me {
  padding: var(--section-padding) 0;
  background-image: url(../images/section_bg.jpg);
  background-size: cover;
  background-position: center;
}

.phone-me p {
  margin: 10px 0px 20px;
  font-size: 0.77778rem;
}

.phone-me__inputs {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.how-to {
  padding: var(--section-padding) 0px;
}

.how-to p {
  color: var(--add-color);
  font-size: 0.77778rem;
}

.how-to p a {
  color: var(--add-color);
  text-decoration: underline;
}

.how-to__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-left: 30px;
  justify-content: space-between;
}

.how-to__item {
  width: calc(100% / 3 - 50px);
  display: flex;
  flex-direction: column;
}

.how-to__item strong {
  font-size: 1.22222rem;
  margin: 10px 0px;
}

.how-to__item img {
  width: 64px;
}

section.pat {
  padding-top: var(--section-padding);
}

.content {
  margin-bottom: var(--section-padding);
}

.content--nom {
  margin-bottom: 0;
}

.content .content__header {
  font-size: 1.33333rem;
}

.content strong {
  color: #fff;
}

.content a {
  text-decoration: underline;
  color: var(--add-color);
}

.content p, .content ul, .content ol {
  color: var(--add-color);
}

.content p.sm, .content ul.sm, .content ol.sm {
  font-size: 0.77778rem;
}

.content ul {
  list-style: none;
}

.content ul li {
  position: relative;
}

.content ul li:before {
  content: '';
  display: block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  position: absolute;
  background: var(--bg-gradient);
  left: -20px;
  top: 0.5rem;
}

.content table {
  width: 100%;
  margin-top: 1rem;
}

.content table tr {
  background: #080808;
}

.content table tr:nth-child(even) {
  background: #000;
}

.content table tr:first-child {
  background: var(--bg-gradient);
  color: #fff;
}

.content table tr:first-child th {
  font-size: 1rem;
  font-weight: 700;
  padding: 8px 20px;
}

.content table tr:first-child th + th {
  border-left: 2px solid var(--bg-color);
}

.content table td {
  width: 50%;
  padding: 16px 20px;
}

.content table td:first-child {
  max-width: 85px;
  width: initial;
}

.content table td:last-child {
  width: 40%;
}

.content table td + td {
  border-left: 2px solid var(--bg-color);
  word-break: break-word;
  hyphens: auto;
}

.partners {
  margin-bottom: var(--section-padding);
}

.partners__wrapper {
  margin-left: 70px;
  width: calc(100% - 70px);
}

.partners__wrapper strong {
  margin: 10px 0px;
  display: block;
  line-height: 1;
  font-size: 1.33333rem;
}

.partners__wrapper img {
  background: #d4d4d4;
  object-fit: cover;
}

.partners p {
  font-size: 0.77778rem;
  color: var(--add-color);
}

.section-reviews__wrapper {
  /*padding: var(--section-padding) calc(var(--section-padding) * 2) var(--section-padding) calc(var(--section-padding) * 2 + 70px);*/
  padding: calc(var(--section-padding) / 2) calc(var(--section-padding) / 2) calc(var(--section-padding) / 2) calc(var(--section-padding) / 2);
  background-image: url(../images/section_bg.jpg);
  background-size: cover;
  background-position: center;
}
.section-reviews__wrapper .reviews__top .owl-item {
  display: flex;
  justify-content: center;
}
.section-reviews__wrapper .reviews__top .owl-item img {
  max-width: 195px;
}
.section-reviews__wrapper .reviews__bottom {
  padding-left: 70px;
}
@media (min-width: 768px) and (max-width: 1240px) {
  .section-reviews .section-reviews__wrapper .reviews__top button.owl-prev {
    left: -50px;
  }
  .section-reviews .section-reviews__wrapper .reviews__top button.owl-next {
    right: -50px;
  }
}
@media (max-width: 768px) {
  .section-reviews__wrapper .reviews__top button.owl-prev {
    left: -20px;
  }
  .section-reviews__wrapper .reviews__top button.owl-next {
    right: -20px;
  }
}

.section-reviews .reviews__bottom {
  margin-top: 50px;
}

.section-reviews .reviews__bottom .owl-nav {
  position: absolute;
  right: 0px;
  bottom: 10px;
}

.section-reviews .reviews__bottom .owl-nav button {
  position: static;
}

.section-reviews .reviews__bottom .owl-nav button + button {
  margin-left: 20px;
}

.section-reviews .text-review__wrapper:before {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0px;
  left: -70px;
  background: #fff;
  border-radius: 50%;
  background-image: url(../images/quotes.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.section-reviews .text-review__comment {
  font-size: 0.77778rem;
  color: var(--add-color);
}

.section-reviews .text-review__comment:after {
  content: '';
  display: block;
  height: 1px;
  width: 80px;
  margin-top: 20px;
  margin-bottom: 20px;
  background: var(--add-color);
}

.section-reviews .author__name {
  font-weight: 700;
  font-size: 0.88889rem;
}

.section-reviews .author__operation {
  color: var(--add-color);
  font-size: 0.66667rem;
}

.faq {
  padding-bottom: var(--section-padding);
}

.faq__header {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 30px;
  line-height: 1;
}

.faq__item {
  border-top: 1px solid var(--add-color);
  padding-top: 10px;
  padding-bottom: 10px;
}

.faq__item:last-child {
  border-bottom: 1px solid var(--add-color);
}

.faq__question {
  font-weight: 500;
  font-size: 1.11111rem;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.faq__question:after {
  content: '';
  width: 24px;
  height: 24px;
  display: block;
  margin-left: 20px;
  background-image: url("../images/chevron-down.svg");
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
  flex: none;
}

.faq__question.active:after {
  transform: rotate(180deg);
}

.faq__question.active + .faq__answer {
  animation: services-tabs-animation .7s linear;
  display: block;
}

.faq__answer {
  display: none;
  margin-top: 20px;
  color: var(--add-color);
  font-size: 0.77778rem;
}

.faq__answer a {
  color: var(--text-color);
  text-decoration: underline;
}

.faq__button {
  margin-top: 50px;
}

.faq__side {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-top {
  position: relative;
}

.page-top__bg {
  height: 400px;
}

.page-top__bg:before {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
  background: #000000;
  opacity: 0.5;
}

.page-top__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.page-top__wrapper {
  position: absolute;
  z-index: 3;
  bottom: 0px;
  top: 48px;
  justify-content: center;
  left: 0px;
  right: 0px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service-top {
  position: relative;
}

.service-top__bg {
  height: calc(100vh - 48px);
}

.service-top__bg:before {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
  background: #000000;
  opacity: 0.5;
}

.service-top__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.service-top__wrapper {
  position: absolute;
  z-index: 3;
  bottom: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.toBottom {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  background-image: url("../images/chevron-down-dark.svg");
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: scroll-down-anim 1.15s infinite;
  margin-top: var(--section-padding);
  margin-bottom: 40px;
}

@keyframes scroll-down-anim {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}

.back-btn {
  font-weight: 500;
  font-size: 0.88889rem;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.back-btn:before {
  content: '';
  width: 20px;
  height: 10px;
  display: block;
  background-image: url(../images/arrow-circle.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
  transition: 0.2s;
}

.back-btn:hover:before {
  margin-right: 16px;
}

.forward-btn {
  font-weight: 500;
  font-size: 0.88889rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.forward-btn:after {
  content: '';
  width: 20px;
  height: 10px;
  display: block;
  background-image: url(../images/arrow-circle.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 10px;
  transition: 0.2s;
  transform: rotate(180deg);
}

.forward-btn:hover:after {
  margin-left: 16px;
}

.breadcrumb {
  list-style: none;
  margin: 40px 0 0;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.breadcrumb li a {
  color: var(--add-color);
}

.breadcrumb li + li:before {
  content: '/';
  margin-left: 20px;
  margin-right: 20px;
  color: var(--add-color);
}

.other-place p {
  font-size: 0.77778rem;
}

.other-place strong {
  font-size: 1.22222rem;
}

.advantages-on-service .other-place strong {
  font-size: initial;
}

.advantages-on-service .other-place img {
  margin-bottom: 1rem;
  margin-top: 40px;
}

.image-bg {
  position: relative;
  padding-top: 50px;
  padding-right: 50px;
  margin-bottom: 80px;
}

.image-bg:before {
  content: '';
  background: var(--bg-gradient);
  position: absolute;
  top: 0px;
  bottom: -50px;
  left: 50px;
  right: 0;
  display: block;
  z-index: 1;
}

.image-bg img {
  position: relative;
  z-index: 2;
  max-width: 100%;
  object-fit: cover;
}

.image-bg--left {
  padding-left: 50px;
  padding-right: 0px;
}

.image-bg--left:before {
  left: 0px;
  right: 80px;
}

.other-items {
  margin-bottom: var(--section-padding);
}

.service__item {
  margin-top: 50px;
}

.service__item--header {
  font-weight: 700;
  font-size: 1.22222rem;
  margin-top: 20px;
  margin-bottom: 20px;
}

.service__item p {
  font-size: 0.77778rem;
  color: var(--add-text-color);
}

.service__item img {
  max-width: 100%;
  object-fit: cover;
  background: linear-gradient(0deg, #a39c96 0%, #85807d 100%);
}

.services-all {
  padding: var(--section-padding) 0;
}

.file-input-custom {
  padding-bottom: 0px;
  border: 1px dashed var(--add-color);
  border-radius: 5px;
  height: 52px;
  position: relative;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 4px;
}

.file-input-custom input {
  opacity: 0;
  height: 100%;
  max-width: 100%;
}

.file-input-custom .file-select {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.file-input-custom .file-select:before {
  content: '';
  background-image: url(../images/upload.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
}

.file-input-custom .form-group {
  padding-bottom: 0px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.file-input-custom .file-info {
  font-size: 0.55556rem;
  color: var(--add-text-color);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.pagination {
  list-style: none;
  display: flex;
  justify-content: center;
  padding-left: 0px;
}

.pagination .disabled {
  opacity: 0.5;
}

.pagination .active {
  opacity: 1;
}

.pagination .active > * {
  background: var(--bg-gradient);
  border: 1px dashed var(--add-color);
}

.pagination a {
  border: 1px solid var(--add-color);
  border-radius: 5px;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 5px;
}

.pagination span {
  border: 1px solid var(--add-color);
  border-radius: 5px;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 5px;
  line-height: 1;
}

img.contain {
  object-fit: contain;
}

#carousel-example-generic .owl-nav button.owl-prev {
  left: 50px;
}

#carousel-example-generic .owl-nav button.owl-next {
  right: 50px;
}

.price_table_tab {
  margin-bottom: 20px;
}

.price_table_tab .price_tab_title {
  font-weight: 700;
  background: var(--bg-gradient);
  padding: 9px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.price_table_tab .price_tab_title:after {
  content: '';
  background-image: url(../images/chevron-down.svg);
  width: 20px;
  height: 20px;
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.price_table_tab .price_tab_title + table {
  display: none;
}

.price_table_tab .price_tab_title.active:after {
  transform: rotate(180deg);
}

.price_table_tab .price_tab_title.active + table {
  display: inline-table;
  width: 100%;
  overflow: auto;
}

.rate-area {
  display: flex;
  flex-direction: row-reverse;
  margin: 0;
  margin-bottom: 0px;
  padding: 0;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
}

.rate-area input {
  display: none;
}

.rate-area input:checked ~ label:before {
  background-image: url(../images/star-full.svg);
}

.rate-area label {
  margin-bottom: 6px;
}

.rate-area label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../images/star-blank.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.rating-block {
  display: inline-block;
}

.rating-block .blank-stars {
  position: relative;
  display: flex;
}

.rating-block .blank-stars i:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../images/star-blank.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.rating-block .full-stars {
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  display: flex;
}

.rating-block .full-stars i:before {
  background-image: url(../images/star-full.svg);
}

.testimonials {
  padding-bottom: var(--section-padding);
}

.like-btn {
  text-transform: uppercase;
  border: 1px solid var(--add-color);
  border-radius: 15px;
  display: inline-block;
  padding: 10px;
  margin-bottom: 20px;
}

.gallery {
  padding: var(--section-padding) 0;
}

.gallery img {
  width: 100%;
  margin-bottom: 30px;
  height: auto;
}

.gallery__wrapper {
  display: none;
}

.gallery__wrapper.active {
  display: block;
}

.gallery__tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 1.22222rem;
  margin-bottom: 40px;
}

.gallery__tabs a {
  margin-right: 10px;
}

.gallery__tabs a.active {
  border-bottom: 1px solid var(--text-color);
}

.modal {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 20;
}

.modal.open {
  display: flex;
}

.modal__overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  background: #0008;
}

.modal__window {
  background: var(--bg-color);
  padding: 30px;
  position: relative;
  z-index: 2;
  border-radius: 5px;
}

.modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 1;
  font-size: 30px;
  cursor: pointer;
}

.thumbnail-classic1 img {
  width: 300px !important;
  min-height: 415px;
  object-position: top;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}

.prev-next + .pat {
  padding-top: 30px;
}
.prev-next__wrapper {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
}

.prev-next__wrapper .disabled {
  opacity: 0.4;
}


.scroll-top-button {
  position: fixed;
  background: var(--bg-gradient);
  width: 55px;
  height: 55px;
  z-index: 1299;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  right: 26px;
  bottom: 130px;
  display: flex;
  transition: 1s all ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.scroll-top-button.show{
  visibility: visible;
  opacity: 1;
}
.scroll-top-button img{
  transform: rotate(180deg);
  height: 25px;
  width: auto;
}
.scroll-top-button:hover {
  background: var(--bg-gradient-hover);
}

.procedure {
  margin-top: 30px;
  margin-bottom: 30px;
}
.procedure ul {
  list-style: initial;
}
.procedure ul li:before {
  display: none;
}

.procedure div {
  padding: 40px 10px;
  display: flex;
  flex-wrap: wrap;
}

.procedure--accept div {
  background: #d9d9d933;
  border: dashed 2px #fff;
}

.procedure--discard div {
  background: #E13C4833;
  border: dashed 2px #E13C48;
}

.procedure--discard strong {
  color: #E13C48;
}

.nose-photo-grig {
  gap: 30px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  margin-bottom: 30px;
}

.nose-photo-grig img {
  object-fit: cover;
  width: 100%;
}

.nose-photo-grig img:nth-child(4) {
  grid-column-start: 2;
  grid-column-end: 4;
}

.nose-photo-grig img:first-child {
  grid-row-start: 1;
  grid-row-end: 3;
}

.nose-photo-grid-2 {
  gap: 30px;
  display: grid;
  grid-template-columns: 2fr 2fr;
  margin-bottom: 30px;
}

.before-after-nose {
  display: flex;
  padding: 25px;
  border: 1px solid #fff;
  gap: 30px;
}

.before-after-nose img {
  height: 283px;
  object-fit: cover;
  width: 100%;
}

.before-after-nose div {
  text-align: center;
}

.before-after-nose div:last-child {
  color: #e13c48;
}

.nose-steps {
  background: #282828;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-top: 90px;
  padding-bottom: 90px;
  margin-bottom: 60px;
  margin-left: -40px;
  margin-right: -40px;
  padding-left: 40px;
  padding-right: 40px;
  column-gap: 50px;
}

.nose-step {
  position: relative;
  width: calc(50% - 25px);
  padding: 20px 0;
}

.nose-step div {
  position: relative;
  padding: 20px 40px;
}

.nose-step span {
  position: absolute;
  font-weight: 700;
  font-size: 96px;
  color: #e13c4830;
  top: 0px;
  left: 10px;
  line-height: 1;
}

.nose-step--one {
  order: 1;
  border-top: 2px dashed #e13c48;
}

.nose-step--two:before,
.nose-step--one:before {
  content: '';
  display: block;
  width: 10px;
  height: 16px;
  background-image: url(../images/arrow-part.svg);
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 0px;
  top: -9px;
}

.nose-step--three:before,
.nose-step--four:before {
  content: '';
  display: block;
  width: 10px;
  height: 16px;
  background-image: url(../images/arrow-part.svg);
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: -9px;
  transform: rotate(180deg);
}

.nose-step--four:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e13c48;
  position: absolute;
  right: -14px;
  bottom: -6px;
}

.nose-step--two {
  order: 2;
  border-top: 2px dashed #e13c48;
}

.nose-step--two div {
  border-right: 2px dashed #e13c48;
}

.nose-step--two div:before {
  content: '';
  display: block;
  width: 10px;
  height: 16px;
  background-image: url(../images/arrow-part.svg);
  background-position: center;
  background-size: cover;
  position: absolute;
  transform: rotate(90deg);
  right: -6px;
  bottom: -6px;
}

.nose-step--three {
  order: 4;
  border-top: 2px dashed #e13c48;
}

.nose-step--four {
  order: 3;
  border-top: 2px dashed #e13c48;
  border-bottom: 2px dashed #e13c48;
}

.nose-step--four div:before {
  content: '';
  display: block;
  width: 10px;
  height: 16px;
  background-image: url(../images/arrow-part.svg);
  background-position: center;
  background-size: cover;
  position: absolute;
  transform: rotate(90deg);
  left: -6px;
  bottom: -6px;
}

.nose-step--four div {
  border-left: 2px dashed #e13c48;
}

.nose-step--five {
  order: 5;
}
.field-itemphotoform-files .help-block{
  font-size: 16px;
}

.steps-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-rows: auto;
  max-width: 1200px;
  margin: 0 auto;
  column-gap: 40px;
  row-gap: 40px;
  margin-top: 50px;
}

.steps-image {
  grid-row: 1 / span 7;
  grid-column: 2;
  background: url('../images/seven-steps.svg') center top no-repeat;
  background-size: contain;
  width: 220px;
}

.step {
  max-width: 500px;
}

.step.left {
  grid-column: 1;
  margin-top: -15px;
}

.step.right {
  grid-column: 3;
  padding-top: 65px;
}

.insta-media {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 120px);
  position: relative;
}

.insta-media iframe video {
  object-fit: contain;
}

.insta-media:before {
  content: '';
  position: absolute;
  background: var(--bg-gradient);
  display: block;
  top: 60px;
  bottom: 60px;
  left: -60px;
  right: -60px;
  z-index: 1;
}

.insta-media > * {
  z-index: 2;
  position: relative;
  background: #fff;
}

.style-item-desktop {
  display: block !important;
}
.style-item-mobile {
  display: none !important;
}


.gallery.new-gallery-section{
  padding-top: 80px;
}
.gallery.new-gallery-section .gallery-links{
  margin-bottom: 50px;
}
.gallery.new-gallery-section .gallery-links .items{
  gap: 15px;
  flex-wrap: wrap;
}
.gallery.new-gallery-section .gallery-links .items span,
.gallery.new-gallery-section .gallery-links .items a{
  padding: 15px 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  border: 1.5px solid #fff;
  border-radius: 5px;
  color: #fff;
  transition: all .2s ease-in-out;
  -webkit-text-fill-color: unset;
}
.gallery.new-gallery-section .gallery-links .items span.active,
.gallery.new-gallery-section .gallery-links .items a.active{
  background: linear-gradient(111.82deg, #E23D49 29.44%, #A7212A 75.54%);
  border: none;
  padding: 16px 30px;
  color: #fff;
}
.gallery.new-gallery-section .gallery-links .items span:not(.active):hover,
.gallery.new-gallery-section .gallery-links .items a:not(.active):hover{
  background: #fff;
  color: #000000;
}

/*==========  Desktop First  ==========*/
@media (max-width: 1500px) {
  .header .btn {
    padding: 10px 15px;
  }
  .header__menu .main-menu {
    letter-spacing: -1px;
  }
  .header__menu .main-menu > li + li:before {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (max-width: 1359.98px) {
  .content__header {
    font-size: 1.66667rem;
  }
  .underline__header {
    font-size: 2.66667rem;
  }
  .block__header {
    font-size: 1.77778rem;
  }
  .block__header:after {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .header__menu .main-menu {
    font-size: 0.77778rem;
    letter-spacing: initial;
  }
  .header__language {
    font-size: 0.77778rem;
  }
  .header__logo img {
    width: 140px;
    height: auto;
  }
  .about img {
    width: 480px;
    height: auto;
    object-fit: cover;
  }
  .advantages .why__wrapper > img {
    width: 480px;
    height: auto;
    object-fit: cover;
  }
  .services__slide.active img {
    width: 480px;
    object-fit: cover;
  }
  .services__slide .services__text {
    left: 80px;
  }
  .faq img {
    width: 100%;
    height: auto;
  }
  .faq__question {
    font-size: 0.88889rem;
  }
}

@media (max-width: 1240px) {
  .header.fixed .header__bottom {
    background: rgba(20, 22, 23, 0.99);
  }
  .header__top--left {
    display: none;
  }
  .header__top .header__language {
    display: block;
  }
  .header__bottom {
    position: relative;
  }
  .header__bottom .header__language {
    display: none;
  }
  .header__button {
    order: 2;
  }
  .header__sandwich {
    display: block;
    order: 3;
  }
  .header__sandwich.active {
    position: fixed;
    z-index: 6;
    top: 16px;
    right: 22px;
  }
  .header__sandwich.active + .header__menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #232323;
  }

  .header__sandwich.active + .header__menu .main-menu {
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    margin-top: 50px;
  }
  .header__sandwich.active + .header__menu .main-menu .dropdown {
    display: block;
    left: 2000px;
    position: fixed;
    top: 55px;
    bottom: 125px;
    transition: 0.2s;
    opacity: 0;
    list-style: none;
    padding: 0px;
    width: 100%;
  }
  .header__sandwich.active + .header__menu .main-menu > li {
    padding: 0px;
  }
  .header__sandwich.active + .header__menu .main-menu > li.active {
  }
  .header__sandwich.active + .header__menu .main-menu > li.active > a {
    color: var(--text-color);
  }
  .header__sandwich.active + .header__menu .main-menu > li > a {
    padding: 12px 17px;
    color: var(--add-color);
  }
  .header__sandwich.active + .header__menu .main-menu a {
    width: calc(100% - 55px);
    display: flex;
    font-weight: 600;
    font-size: 20px;
    padding: 12px 17px;
  }
  .header__sandwich.active + .header__menu .main-menu li.has-child {
    display: flex;
    flex-wrap: wrap;
  }
  .header__sandwich.active + .header__menu .main-menu li.has-child span:after {
    content: '';
    display: block;
    width: 33px;
    height: 20px;
    background-image: url("../images/arrow.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 15px;
  }

  .header__sandwich.active + .header__menu .main-menu li.has-child.open > .dropdown {
    display: block;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    font-size: 0.88889rem;
    left: 0px;
    top: 50px;
    bottom: 125px;
    background: #232323;
    z-index: 2;
    opacity: 1;
  }
  .header__sandwich.active + .header__menu .main-menu li.has-child.open > .dropdown .dropdown {
    z-index: 3;
  }
  .header__sandwich.active + .header__menu .main-menu li.has-child.open > .dropdown li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .has-child.open > span {
    position: fixed;
    z-index: 2;
    top: 24px;
    left: 5px;
    transform: rotate(180deg);
  }
  .header__sandwich.active + .header__menu .main-menu li.has-child.open > .dropdown li a {
    padding: 12px 17px;
  }
  .header__menu {
    display: none;
  }
  .header__menu--contacts {
    display: flex;
    margin: 0 17px;
    padding: 17px 0px;
    flex-direction: column;
    border-top: 1px solid #fff;
  }

  .header__menu--contacts .underfooter__icons {
    margin-top: 10px;
  }

  .header__menu--contacts .underfooter__icons a::after {
    display: none;
  }

  .header__logo {
    margin-right: auto;
    order: 1;
  }
  .underfooter .container {
    max-width: calc(100% - 30px);
  }
  :root {
    --section-padding: 80px;
  }
}

@media (max-width: 991.98px) {
  .nose-photo-grid-2,
  .nose-photo-grig {
    display: flex;
    flex-wrap: wrap;
  }

  .header__sandwich.active + .header__menu .main-menu a {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .about__wrapper {
    flex-wrap: wrap;
  }
  .about__wrapper img {
    margin: auto;
  }
  .about__text {
    margin-top: 30px;
    margin-left: 0px;
  }
  .services__wrapper {
    flex-wrap: wrap;
  }
  .services__left {
    margin-bottom: 30px;
  }
  .advantages .why__wrapper {
    flex-wrap: wrap;
  }
  .advantages .why img {
    margin: auto;
  }
  .advantages .why__text {
    margin-top: 30px;
    margin-left: 0px;
  }
  .advantages .why .advantages__item img {
    width: 64px;
  }
  .results__gallery {
    margin-top: 30px;
    max-width: calc(100% - 100px);
    margin-left: auto;
    margin-right: auto;
  }
  .partners__wrapper {
    max-width: calc(100% - 100px);
    margin-left: auto;
    margin-right: auto;
  }
  .how-to__wrapper {
    gap: 30px;
    margin-left: 0px;
  }
  .how-to__item {
    width: calc(100% / 3 - 20px);
  }
  .faq__header {
    margin-top: 30px;
  }
  .underfooter__contact {
    margin-top: 30px;
  }
  .rating-block {
    margin-bottom: 30px;
  }
  .form-group {
    padding-bottom: 18px;
  }
  .help-block {
    bottom: 0;
  }
  .phone-me__inputs > div {
    width: calc(50% - 20px);
  }
  .phone-me__inputs .help-block {
    bottom: -18px;
  }
  .phone-me__inputs .form-group {
    padding-bottom: 0;
  }

  .steps-grid {
    grid-template-columns: 80px 1fr;
  }


  .steps-image {
    background: url('../images/seven-steps-mob.svg') center top no-repeat;
    width: 80px;
    grid-column: 1;
  }

  .step {
    grid-column: 2 !important;
  }

  .step.left {
    margin-top: 0px;
  }

  .step.right {
    padding-top: 0px;
  }

  .step:nth-of-type(3) {
    margin-top: -25px;
  }

  .step:nth-of-type(4) {
    margin-top: 10px;
  }

  .step:nth-of-type(5) {
    margin-top: 35px;
  }

  .step:nth-of-type(6) {
    margin-top: 25px;
  }

  .gallery.new-gallery-section{
    padding-top: 50px;
  }

}

@media (max-width: 767.98px) {
  :root {
    --section-padding: 50px;
  }
  .phone-me__inputs > div {
    width: 100%;
  }

  .phone-me__inputs .file-input-custom {
    margin-bottom: 16px;
  }
  .service__item {
    max-width: 307px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
  .image-bg {
    padding-top: 20px;
    padding-bottom: 0;
    padding-right: 20px;
    margin-bottom: 40px;
  }
  .image-bg:before {
    left: 20px;
    bottom: -20px;
  }
  .image-bg--left {
    padding-left: 20px;
    padding-right: 0px;
  }
  .image-bg--left:before {
    right: 20px;
    left: 0px;
  }
  .services__slide.active .services__text p {
    display: none;
  }
  .advantages__items {
    justify-content: space-between;
  }
  /*#carousel-example-generic .owl-nav button.owl-prev,
#carousel-example-generic .owl-nav button.owl-next {
    bottom: -75px;
  }*/
  #carousel-example-generic {
    margin-bottom: 50px;
  }
  .breadcrumb {
    font-size: 12px;
  }
  .breadcrumb li + li:before {
    margin-left: 5px;
    margin-right: 5px;
  }
  .scroll-top-button{
    right: 33px;
    bottom: 88px;
    width: 45px;
    height: 45px;
  }

  .nose-steps {
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0px;
  }
  .nose-step {
    width: 100%;
  }

  .nose-step--three {
    order: 3;
  }

  .nose-step--four {
    order: 4;
  }

  .nose-steps .nose-step div,
  .nose-steps .nose-step {
    border: none
  }

  .nose-steps .nose-step div:before,
  .nose-steps .nose-step:after,
  .nose-steps .nose-step:before {
    display: none ;
  }
  .file-input-custom{
    height: auto;
    border: none;
    padding: 0;
  }
  .field-itemphotoform-files .help-block {
    font-size: 20px;
  }
  .file-input-custom-inner {
    height: 52px;
    border: 1px dashed var(--add-color);
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 4px;
  }
  .file-input-custom .form-group.has-error{
    height: auto;
    position: unset;
  }
  .file-input-custom .form-group.has-error .help-block{
    position: unset;
  }
  .file-input-custom .form-group.has-error input{
    display: none;
  }
  .home-slider__slide.style-item-1 .col-lg-5.col-md-7 {
    position: absolute;
    top: 120px;
    left: 20px;
  }
  .style-item-desktop {
    display: none !important;
  }
  .style-item-mobile {
    display: block !important;
  }


  .home-slider-section,
  .home-slider{
    width: 100vw;
  }
  .home-slider .home-slider__slide{
    margin-left: -1px;
  }
  section.content {
    width: 100%;
    overflow: hidden;
  }
  .gallery.new-gallery-section .gallery-links{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .gallery.new-gallery-section .gallery-links .gallery-links-toggle{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    border-radius: 5px;
    padding: 10px 8px;
    background: linear-gradient(111.82deg, #E23D49 29.44%, #A7212A 75.54%);
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;

  }
  .gallery.new-gallery-section .gallery-links .gallery-links-toggle img{
    height: 8px;
    width: auto;
    margin: 0;
  }
  .gallery.new-gallery-section .gallery-links .items{
    flex-direction: column;
    position: absolute;
    left: calc((100% - 280px) / 2);
    top: calc(100% + 10px);
    width: 280px;
    box-shadow: 0px 4px 12px 0px #00000040;
    border-radius: 5px;
    background: #fff;
    row-gap: 0;
    overflow: hidden;
  }
  .gallery.new-gallery-section .gallery-links .items span.active,
  .gallery.new-gallery-section .gallery-links .items a.active,
  .gallery.new-gallery-section .gallery-links .items a,
  .gallery.new-gallery-section .gallery-links .items span{
    width: 100%;
    padding: 10px 13.5px;
    background: #fff;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    border-radius: 0;
  }
  .gallery.new-gallery-section .gallery-links .items a:not(:last-of-type),
  .gallery.new-gallery-section .gallery-links .items span:not(:last-of-type){
    border-bottom: 1px solid #C1C1C1 ;
  }
  .gallery.new-gallery-section .gallery-links .items span.active,
  .gallery.new-gallery-section .gallery-links .items a.active{
    color: #E23D49;
  }
  .gallery.new-gallery-section .gallery-links .items span.active:after,
  .gallery.new-gallery-section .gallery-links .items a.active:after{
    color: #000;
    content: "";
    width: 5px;
    height: 5px;
    background: url("/storage/icons/close-icon.svg");
    display: flex;
    background-size: contain;
  }
  .gallery.new-gallery-section .gallery-links.open .items{
    display: flex !important;
  }

}

@media (max-width: 576px) {
  .before-after-nose {
    flex-wrap: wrap;
    justify-content: center;
  }
  /* .content table td:first-child, .content table tr:first-child th:first-child {
    display: none;
  } */
  .content table td{
    padding: 16px 10px;
  }
  .content table td:last-child {
    width: 20%;
  }
  .btn {
    padding: 8px 10px;
  }
  .btn--lg {
    padding: 10px 16px;
  }
  .header i {
    margin-right: 4px;
  }
  .header__socials {
    margin-right: 0px;
  }
  .header__socials a:after {
    margin-right: 7px;
  }
  .header .btn {
    padding: 8px 10px;
  }
  .header .header__top,
  .header .header__bottom {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header__sandwich {
    margin-left: 10px;
  }
  .header__logo img {
    width: 120px;
  }
  .header__phone a {
    white-space: nowrap;
  }
  .home-slider__header {
    font-size: 1.66667rem;
  }
  .home-slider__caption {
    font-size: 1rem;
  }
  .home-slider .owl-nav button {
    display: none;
  }
  .about__wrapper img {
    width: 100%;
  }
  .advantages .why img {
    width: 100%;
  }
  .content__header {
    font-size: 1.33333rem;
  }
  .underline__header {
    font-size: 1.77778rem;
  }
  .block__header {
    font-size: 1.44444rem;
  }
  .block__header:after {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .owl-nav button {
    top: 100%;
  }
  .owl-nav button.owl-prev {
    left: 50px;
  }
  .owl-nav button.owl-next {
    right: 50px;
  }
  .results__gallery {
    max-width: calc(100% - 10px);
  }
  .how-to__item {
    width: calc(100% / 2 - 20px);
  }
  .how-to__wrapper {
    gap: 20px;
  }
  .services__link a {
    font-size: 1.33333rem;
  }
  .services__slide.active img {
    width: 100%;
  }
  .services__slide .services__text {
    left: 10px;
  }
  .partners__wrapper {
    max-width: calc(100% - 10px);
    width: calc(100% - 10px);
  }
  .footer__menu {
    flex-wrap: wrap;
  }
  .footer__menu-block {
    margin-top: 30px;
  }

  .step {
    font-size: 14px;
  }

  .step:nth-of-type(3) {
    margin-top: 15px;
  }

  .step:nth-of-type(4) {
    margin-top: 45px;
  }

  .step:nth-of-type(6) {
    margin-top: 35px;
  }

  .step:nth-of-type(7) {
    margin-top: 25px;
  }

  .step:nth-of-type(8) {
    margin-top: 25px;
  }

  .insta-media {
      max-width: calc(100% - 20px);
  }
  .insta-media > * {
      max-width: 100%;
  }
}

@media (max-width: 550px) {

  .step:nth-of-type(3) {
    margin-top: 0;
  }

  .step:nth-of-type(4) {
    margin-top: 0;
  }

}

@media (max-width: 420px) {
  .content table td:last-child {
    width: 15%;
  }

  .step:nth-of-type(3),
  .step:nth-of-type(4),
  .step:nth-of-type(6),
  .step:nth-of-type(7),
  .step:nth-of-type(8) {
    margin-top: 0;
  }

  .steps-grid {
    row-gap: 20px;
  }
  .steps-image {
    background-size: contain;
  }

}
@media (max-width: 390px) {
  .content table td:last-child {
    width: 24%;
  }
}
@media (max-width: 375px) {
  .content table td:last-child {
    width: 26%;
  }

  .steps-image {
    margin-top: 20px;
  }

  .steps-grid {
    row-gap: 5px;
  }
}
@media (max-width: 340px) {
  .content table td:last-child {
    width: 30%;
  }
}
/*==========  Mobile First  ==========*/
@media (min-width: 1240px) {
  .header__menu .main-menu > li.has-child span:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-image: url("../images/chevron-down.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 2px;
  }
  .header__menu .main-menu > li.has-child:hover > .dropdown {
    display: grid;
    grid-template-columns: 310px auto 310px;
    left: 0px;
    top: 100%;
    background: #232323fd;
    position: absolute;
    padding-left: 0px;
  }
  /*.header__menu .main-menu > li.has-child:has(> a[href$="/patsientam-z-inshyh-mist"]):hover > .dropdown {
    grid-template-columns: auto auto auto;
    width: 120%;
  }*/
  .header__menu .main-menu > li.has-child:has(> a[href$="/patsientam-z-inshyh-mist"]):hover > .dropdown {
    height: min-content;
    max-height: calc(100vh - 134px - 100px);
    overflow-y: scroll;
    white-space: nowrap;
  }
  .header__menu .main-menu > li.has-child:has(> a[href$="/patsientam-z-inshyh-mist"]):hover > .dropdown li {
    white-space: normal;
  }

  .header__menu .main-menu > li.has-child + li.has-child:hover > .dropdown {
    grid-template-columns: 1fr 1fr;
  }

  .header__menu .main-menu > li.has-child .has-child span {
    display: none;
  }

  .header__menu .main-menu > li.has-child:hover > .dropdown .dropdown {
    display: block;
    padding-left: 0px;
  }

  .header__menu .main-menu > li.has-child:hover > .dropdown > li {
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
  }

  .header__menu .main-menu > li.has-child:hover > .dropdown > li > a {
    padding-left: 32px;
    color: #de3b47;
    font-weight: 700;
    padding-top: 19px;
    padding-bottom: 19px;
    padding-right: 32px;
    white-space: normal;
  }

  .header__menu .main-menu > li.has-child + li.has-child:hover > .dropdown > li > a {
    color: #fff;
    font-weight: 400;
  }

  .header__menu .main-menu > li.has-child:hover > .dropdown li.has-child:hover > .dropdown {
    display: block;
    left: 80%;
    top: 0px;
  }

  .header__menu .main-menu > li + li:before {
    content: '';
    height: 10px;
    width: 1px;
    display: block;
    margin-left: 14px;
    margin-right: 14px;
    background: var(--add-color);
  }
  .header__menu .main-menu > li.active > a {
    background: -webkit-radial-gradient(#e23d49, #a7212a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .header__menu .main-menu .dropdown {
    display: none;
    z-index: 2;
    list-style: none;
    border-radius: 7px;
  }

  .header__menu .main-menu .dropdown .dropdown {
    padding-top: 19px;
    border-top: 1px solid #000;
    border-radius: 0;
  }

  .header__menu .main-menu .dropdown .dropdown a {
    padding-left: 32px;
    padding-right: 32px;
  }

  .header__menu .main-menu .dropdown li {
    display: flex;
    white-space: nowrap;
    padding: 10px 0px;
    flex-direction: column;
  }
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/OpenSans/OpenSans-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/OpenSans/OpenSans-Italic.woff2") format("woff2");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/OpenSans/OpenSans-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/OpenSans/OpenSans-MediumItalic.woff2") format("woff2");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/OpenSans/OpenSans-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/OpenSans/OpenSans-BoldItalic.woff2") format("woff2");
}
