@charset "UTF-8";
@font-face {
  font-family: "Meister";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/meister/Meister-Regular-CY.woff2") format("woff2");
}

@font-face {
  font-family: "Meister";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/meister/Meister-Bold-CY.woff2") format("woff2");
}

@font-face {
  font-family: "RobotoMono";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/roboto/RobotoMono-Bold.woff2") format("woff2");
}

/*!
   * 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:not(.material-home) { */
body {
  background-image: url(../images/background_bg.png);
}

body.material-home {
  background-image: url(../images/home-page-bg.png);
  background-size: 140%;
  background-position-x: left;
  background-position-y: bottom;
}

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 {
  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 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  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-xl,
.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: 920px;
  }
}

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

@media (min-width: 1440px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1310px;
  }
}

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

.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: 1200px) {
  .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;
  }
}

@media (min-width: 1440px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

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

@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: #000;
  --bg-alt-color: #0d4633;
  --accent-color: #dc6b31;
  --text-color: #fff;
  /* --text-alt-color: #baa973; */
  --text-alt-color: #fff;
  --add-color: #15bf16;
  --scale: 1;
}

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

::placeholder {
  color: #fff8;
}

::selection {
  background-color: var(--accent-color);
  color: var(--bg-color);
}

::-webkit-scrollbar {
  width: 4px;
  background: #2a6451;
}

::-webkit-scrollbar-thumb {
  background: var(--accent-color);
  border-radius: 2px;
}

html {
  font-size: 18px;
}

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

body {
}

body > * {
  position: relative;
  z-index: 2;
}

svg {
  pointer-events: none;
}

a {
  color: var(--add-color);
}

.hidden {
  display: none;
}

ul.chars {
  list-style: lower-alpha;
}

.h1 {
  font-size: 56px;
  color: var(--text-color);
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  max-width: 1280px;
  letter-spacing: -2px;
}

.text-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.ma {
  margin: auto;
}

.mart {
  margin-top: 40px;
}

.marb {
  margin-bottom: 40px;
}

.container--sm {
  max-width: 1000px;
  margin: auto;
}

.img-responsive {
  max-width: 100%;
}

.header {
  position: fixed;
  top: 0;
  padding-top: 14px;
  left: 0px;
  right: 0px;
  z-index: 10;
  transition: .5s ease-in-out;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 34%, #000 95%);
}

.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: #0d463300;
  transition: 0.8s ease-in-out;
  position: relative;
  max-width: calc(100% - 60px);
  margin: auto;
}

.header__wrapper:before {
  content: '';
  position: absolute;
  display: block;
  top: 0px;
  bottom: 0px;
  background-image: url(../images/header-left.svg);
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  opacity: 0;
  transition: 0.4s ease-in-out;
  width: 0px;
}

.header__wrapper:after {
  content: '';
  position: absolute;
  display: block;
  top: 0px;
  bottom: 0px;
  background-image: url(../images/header-right.svg);
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
  right: 0;
  opacity: 0;
  transition: 0.4s ease-in-out;
  width: 0px;
}

.header__logo {
  margin-right: 65px;
  padding: 0px;
  margin-top: -10px;
  transition: 0.5s;
  margin-bottom: 50px;
}

.header__logo img {
  transition: 0.5s;
  width: 178px;
  height: 65px;
}

.header__socials {
  display: flex;
  align-items: center;
  min-width: 220px;
}

.header__socials i {
  width: 24px;
  height: 24px;
  background-size: contain;
  display: flex;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 19px;
  transition: 0.2s;
}

.header__socials i:hover {
  filter: hue-rotate(90deg);
}

.header__menu {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 3000px;
  width: 100vw;
  height: 100vh;
  z-index: 3;
  transition: 0.8s;
}

.header__menu--inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  flex-direction: column;
  align-items: flex-end;
  margin-left: auto;
  margin-right: 360px;
  margin-top: 120px;
  margin-bottom: 100px;
}

.header__menu--inner a {
  text-decoration: none;
  color: var(--text-alt-color);
  text-transform: uppercase;
  font-weight: 700;
  transition: .2s;
  display: block;
}

.header__menu--inner a:hover {
  color: #dc6b31;
}

.header__menu.toggled {
  opacity: 1;
  visibility: visible;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #082D21CC;
  backdrop-filter: blur(8px);
  display: flex;
}

.header__menu .main-menu {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: right;
}

.header__menu .main-menu a {
  font-size: 56px;
  line-height: 72px;
}

.header__menu--toggler {
  height: 21px;
  width: 80px;
  background-image: url(../images/menu-bar.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transition: .3s;
}

.header__menu--toggler.toggled {
  background-image: url(../images/menu-active.svg);
}

.header__menu--toggler:hover {
  filter: hue-rotate(90deg);
}

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

.header__right .user, .header__socials .user {
  width: 24px;
  height: 24px;
  display: flex;
  background-image: url(../images/user.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 17px;
  transition: .3s;
}

.header__right .user:hover, .header__socials .user:hover {
  filter: hue-rotate(90deg);
}

/* .header.scrolled .header__wrapper { */
/*   align-items: center; */
/* } */

.header.scrolled .header__logo {
  text-align: center;
}

/*
.header.scrolled .header__logo img {
  width: 100px;
  height: 37px;
}
 **/

.i-facebook {
  background-image: url(../images/facebook.svg);
}

.i-twitter {
  background-image: url(../images/twitter.svg);
}

.i-telegram {
  background-image: url(../images/telegram.svg);
}

.i-linkedin {
  background-image: url(../images/linkedin.svg);
}

.i-whatsapp {
  background-image: url(../images/whatsapp.svg);
}

.i-youtube {
  background-image: url(../images/youtube.svg);
}

.i-instagram {
  background-image: url(../images/instagram.svg);
}

.header__menu--inner .socials i {
  width: 24px;
  height: 24px;
  background-size: contain;
  display: flex;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 1rem;
  transition: 0.2s;
}

.header__menu--inner .socials i:hover {
  filter: hue-rotate(90deg);
}

.footer {
  padding-bottom: 23px;
  padding-top: 23px;
  margin-top: 120px;
}

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

.footer__contacts-container {
    display: flex;
    gap: 40px;
}

.footer__contacts-container a {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
}


.footer {
  background-image: url(../images/footer-bg.svg);
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
}

.footer__center a, .footer__center span {
  text-decoration: none;
  margin-bottom: 23px;
  display: block;
  text-align: center;
  color: #F2EAE0;
  font-size: 0.9rem;
}

.footer__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}

.footer__logo a {
  position: relative;
  z-index: 2;
}

.footer__logo-shadow {
  position: absolute;
  opacity: 0.1;
  right: 20px;
  bottom: -30px;
}

.home-top {
  min-height: 300px;
  position: relative;
  padding-bottom: 0;
  margin-bottom: -30px;
  overflow: hidden;
  z-index: 2;
}

.home-top__middle {
  position: relative;
  z-index: 2;
  margin-top: -50px;
}

.home-top__middle .btn {
  transform: rotate(1.5deg);
}

.i-am-grunt + .home-top__middle {
  margin-top: 0px;
}

.home-top__right {
  z-index: 1;
}

.home-top__inner {
  position: absolute;
  z-index: 2;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

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

.home-top__caption {
  margin-top: 180px;
  text-align: center;
  position: relative;
}

.home-top__caption img {
  width: 100%;
}

#countdown {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 60px;
  transform: rotate(-2deg);
  background-image: url(../images/counter-bg.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

#countdown .countdown__digit {
  color: #DC5E23;
  leading-trim: both;
  text-edge: cap;
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: 84px;
  text-transform: uppercase;
  font-family: RobotoMono;
}

#countdown .countdown__digit:after {
  content: ':';
}

.countdown__element.countdown__element--seconds .countdown__digit:after {
  display: none;
}

#countdown .countdown__header {
  color: #fff;
  width: 100%;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1px;
  text-align: center;
  margin-bottom: 20px;
}

#countdown .countdown__text {
  color: #dc5e23;
  text-align: center;
  font-size: 0.88889rem;
  font-style: normal;
  margin-top: 15px;
  margin-right: 33px;
  text-transform: uppercase;
}

#countdown .countdown__element.countdown__element--seconds .countdown__text {
  margin-right: 0px;
}

#countdown .countdown__element {
  padding-bottom: 30px;
}

.stage-progress {
  padding-top: 126px;
  position: relative;
  margin-bottom: 120px;
}

.stage-progress__bar {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 760px;
  padding: 0px;
  gap: 80px;
}

.stage-progress__bar li {
  width: 100%;
  font-size: 28px;
}

.stage-progress__bar li .stage-progress__legend {
  background: #082D21CC;
  backdrop-filter: blur(20px);
  border-radius: 44px;
  padding: 32px;
  text-align: center;
  left: -100px;
  right: -100px;
  bottom: 100px;
}

.stage-progress__bar li .stage-progress__legend--header {
  font-weight: 700;
  font-size: 56px;
  text-align: center;
  color: var(--text-color);
  text-transform: uppercase;
  line-height: 100%;
}

.stage-progress__bar li .stage-progress__legend--subheader {
  font-weight: 700;
  font-size: 1.66667rem;
  margin-top: 12px;
  color: #fff;
}

.stage-progress__bar li .stage-progress__legend--text {
  color: #fff;
  line-height: 1.3;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.77778rem;
}

.stage-progress__bar li .stage-progress__num {
  font-weight: 700;
  letter-spacing: 0.929px;
  line-height: 1;
  color: #000;
  cursor: pointer;
  position: relative;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stage-progress__bar li.current .stage-progress__num {
    color: #fff;
}

.stage-progress__bar li .stage-progress__num span {
    position: relative;
    z-index: 3;
}

.stage-progress__bar li .stage-progress__num:before {
    content: '';
    position: absolute;
    inset: 0px;
    background: #fff;
    box-shadow: 0px 0px 40px 0px #fff;
    border-radius: 50%;
    z-index: 1;
}

.stage-progress__bar li.current .stage-progress__num:before {
    background: #dc6b31;
    box-shadow: 0px 0px 40px 0px #dc6b31;
}

.stage-progress__bar li .stage-progress__num::after {
  content: '';
  position: absolute;
  inset: -20px;
  border-radius: 100px;
  backdrop-filter: blur(2px);
  z-index: 2;
}

.stage-progress__bar li .stage-progress__num:hover + .stage-progress__legend {
  display: block;
  position: absolute;
  z-index: 3;
}

.stage-progress__bar li.current .stage-progress__num {
  position: relative;
  transition: 0.2s;
}

.stage-progress__bar li.current .stage-progress__num span {
  position: relative;
  z-index: 3;
}

.stage-progress__bar li.current ~ li .stage-progress__num {
  color: #000;
}

.stage-progress__bar li.current ~ li .stage-progress__num:hover {
  color: #000;
}

.stage-progress__legend {
  position: absolute;
  display: none;
}

.home-nomenee {
  position: relative;
  background-size: 100%;
  z-index: 3;
  padding-bottom: 46px;
  margin-top: -1px;
}

.home-nomenee--about {
    background: none;
}
.home-nomenee .h1 {
    transform: rotate(-2deg);
}

.home-nomenee__text {
  color: #fff;
  line-height: 130%;
  text-transform: uppercase;
  font-size: 36px;
  text-align: right;
  margin-top: 1rem;
  transform: rotate(-2deg);
}

.home-nomenee__categories {
  padding-top: 60px;
  margin-top: 40px;
}

.home-nomenee__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home-nomenee__item {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-size: 28px;
  letter-spacing: -3px;
  transition: 0.3s;
  position: relative;
  aspect-ratio: 246/208;
  width: calc(100% / 4);
}

.home-nomenee__item img {
    height: auto;
}

.home-nomenee__item:nth-child(11) {
    width: 50%;
    max-width: 50%;
    height: 274px;
}

.home-nomenee__item:last-child {
    width: 100%;
    max-width: 100%;
    height: 320px;
}

.home-nomenee__item:last-child img {
    width: 100%;
    height: 100%;
}

.home-nomenee__categories .nomenee__text {
    margin-top: 78px;
    font-size: 25px;
    text-transform: uppercase;
}

.home-nomenee__item span {
  position: absolute;
  left: 34px;
  bottom: 34px;
  right: 34px;
}


.home-nomenee__item img {
    width: 100%;
}

.how-work {
    padding-top: 150px;
    position: relative;
}

.how-work:before {
    content: '';
    position: absolute;
    background-image: url(../images/how-work-bg.png);
    left: -600px;
    right: -600px;
    height: 100%;
    transform: rotate(-3deg);
    display: block;
    background-size: 3000px;
    background-position: center;
    top: 800px;
}

.how-work__wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 160px;
  row-gap: 52px;
}

.how-work__wrapper > img {
    position: absolute;
    bottom: 0;
    left: 30px;
    transform: rotate(-18deg);
}

.how-work__header {
  color: #fff;
  font-weight: 700;
  line-height: 90%;
  text-transform: uppercase;
  margin-bottom: 80px;
  font-size: 56px;
  transform: rotate(-2deg);
}

.how-work__item {
  width: calc(100% / 4);
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
}

.how-work__item img {
  height: 155px;
  transition: 0.2s;
}

.how-work__item img.hov {
  opacity: 0;
  position: absolute;
  top: 0px;
  transform: none;
}

.how-work__item:hover img:not(.hov) {
  filter: hue-rotate(90deg);
}

.how-work__item:hover img.hov {
  opacity: 0.2;
  transform: rotate(13deg) translateX(-30px);
}

.how-work__title {
  position: absolute;
  z-index: 2;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  top: 150px;
  right: 0;
  font-size: 28px;
}

.how-work__content {
  margin-top: 45px;
  color: #f2eae0;
  text-transform: uppercase;
  font-weight: 700;
  text-wrap: balance;
}

.how-work__footer {
  margin-top: 65px;
  font-size: 1.11111rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 130%;
  color: var(--text-alt-color);
  transform: rotate(1.821deg);
}

.section__header {
  font-size: 56px;
  font-weight: 700;
  line-height: 100%;
  color: var(--text-color);
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 8px;
}

.home-experts {
  padding-top: 200px;
  padding-bottom: 170px;
  margin-top: -65px;
  position: relative;
  z-index: 3;
}

.how-it-was {
}

.order-yb .h1,
.home-experts .section__header {
  color: #fff;
  transform: rotate(-2deg);
}

.home-experts__subheader {
  text-align: center;
  margin-top: 10px;
  text-transform: uppercase;
  color: var(--text-color);
  font-size: 36px;
  transform: rotate(-2deg);
}

.home-experts .btn {
    transform: rotate(1.5deg);
}

.experts__wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 4;
}

.experts__item {
  width: calc(100% / 5 - 40px);
  margin: 50px 20px 20px;
}

.experts__item:nth-child(2n) .img__wrapper {
  transform: rotate(90deg);
}

.experts__item:nth-child(2n) .img__wrapper img {
  transform: rotate(-90deg);
}

.experts__item:nth-child(3n) .img__wrapper {
  transform: rotate(180deg);
}

.experts__item:nth-child(3n) .img__wrapper img {
  transform: rotate(-180deg);
}

.experts__item:nth-child(4n) .img__wrapper {
  transform: rotate(-90deg);
}

.experts__item:nth-child(4n) .img__wrapper img {
  transform: rotate(90deg);
}

.experts__item .img__wrapper {
  /* */
}

.experts__item .img__wrapper img {
  width: 100%;
  height: auto;
  mask-clip: view-box;
  mask-image: url(../images/mask-jury.png);
  mask-size: cover;
}

.experts__item .experts__header {
  margin-top: 25px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.1;
}

.experts__item .experts__content {
  margin-top: 5px;
  color: var(--text-color);
  text-transform: uppercase;
  line-height: 1.1;
  font-size: 16px;
  position: relative;
}

.experts__item .experts__content > p.cuttext {
    max-height: 50px;
    overflow: hidden;
}

.experts__item .experts__content .show-more-btn {
    display: none;
}

.more-more {
  position: relative;
  z-index: 2;
}

.experts__wrapper:has(.more-more) {
    z-index: 5;
}

.experts__item .experts__content.more .show-more-btn,
.experts__item .experts__content.more > p.cuttext {
    opacity: 0;
}

.experts__item .full-text {
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    padding: 3px;
    border-radius: 6px;
    display: none;
    backdrop-filter: blur(20px)
}


.experts__item .experts__content.more .full-text {
    display: block;
}

.show-more-btn, .show-less-btn {
    text-decoration: underline;
    cursor: pointer;
}

.experts__item .experts__content:has(.cuttext)  .full-text {
    display: none;
}
.experts__item .experts__content:has(.cuttext)  .show-more-btn {
    display: block;
}
.experts__item .experts__content.more:has(.cuttext)  .full-text {
    display: block;
}

.category-view .experts__item .experts__content {
  color: #db6b30;
}

.dark .experts__content {
  color: var(--text-alt-color);
}

.experts__tabs {
  margin-top: 40px;
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.expert-status-1 {
  display: none;
}

.experts__item.visible {
  display: block;
  animation-duration: .5s;
}

.experts__item.invisible {
  display: none;
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.tab,
.btn {
  font-size: 1.11111rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 22px 100px;
  text-decoration: none;
  color: var(--bg-color);
  line-height: 80%;
  border-radius: 100px;
  display: inline-block;
  transition: 0.2s;
  transition-delay: .1s;
  position: relative;
  margin-bottom: 30px;
  z-index: 3;
}

.btn:hover {
    color: #dc6b31;
}

.btn span {
    position: relative;
    z-index: 3;
}

.btn--orange {
    color: #fff;
}

.btn--orange:hover {
    color: #000;
}

.btn:before {
    content: '';
    box-shadow: 0px 0px 40px 0px #fff;
    position: absolute;
    inset: 18px;
    border-radius: 100px;
    background: #fff;
    z-index: 1;
}

a.btn:before {
    inset: 0px;
    background: #fff;
    box-shadow: 0px 0px 40px 0px #fff;
}

a.btn--orange:before {
    background: #dc6b31;
    box-shadow: 0px 0px 40px 0px #dc6b31;
}


.btn:after {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 100px;
    backdrop-filter: blur(2px);
    z-index: 2;
}


.toTop {
  font-size: 1.11111rem;
  font-weight: 700;
  border-radius: 18px;
  border: 2px solid var(--accent-color);
  height: 64px;
  width: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
}

.toTop:hover {
  border: 2px solid #F88C29;
}

.how-it-was {
  position: relative;
  padding-top: 130px;
}

.how-it-was .section__header {
    color: #fff;
    transform: rotate(-2deg);
    text-align: center;
}

.how-it-was__subtitle {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 100%;
}

.how-it-was__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
  padding-top: 100px;
  padding-bottom: 100px;
  justify-content: center;
}

.how-it-was__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
}

.how-it-was__wrapper img {
    width: 80%;
    height: auto;
    mask-clip: view-box;
    mask-image: url(../images/mask-jury.png);
    mask-size: 100%;
    min-height: 100%;
    background-color: #073526;
    mask-repeat: no-repeat;
    mask-position: center;
    transform: rotate(4deg);
}

.how-it-was__item {
    width: calc(100% / 4 - 100px);
}

.how-it-was__item span {
    display: block;
    text-align: center;
}

.how-it-was__item a {
    text-decoration: none;
    display: block;
    text-align: center;
}

.how-it-was__header {
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    display: block;

}

.partners {
  overflow: hidden;
}

.partners__wrapper {
  padding: 100px 0px;
  transform: rotate(-2deg);
}

.partners__item-image {
    position: relative;
    aspect-ratio: 4/3;
    transform: rotate(1.1deg);
    display: flex;
    justify-content: center;
    align-items: center;
}

.partners__item-image img {
    position: relative;
    width: 90% !important;
    transform: rotate(-1.5deg);
}

.partners__item-image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/film.png);
    background-size: 100% 100%;
}

.partners__wrapper .owl-carousel .owl-stage {
  transition-timing-function: linear !important;
  display: flex;
  align-items: center;
}

.partners__inner {
  display: flex;
  overflow: hidden;
  background: #200505;
}

.partners__inner img {
  flex-shrink: 0;
  width: auto;
  transition: transform 1s linear;
}

.modal {
  position: fixed;
  z-index: 11;
  height: 100vh;
  left: 0px;
  right: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.8s;
  top: 300%;
}

.modal.open {
  top: 0px;
  bottom: 0px;
  opacity: 1;
  visibility: visible;
 backdrop-filter: blur(8px);
}

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

.modal__window {
  position: relative;
  z-index: 2;
  background: #082D21CC;
  border-radius: 44px;
  width: 90%;
  max-width: 912px;
  height: 90%;
  max-height: 492px;
  padding: 52px;
  overflow: hidden;
}

.member-member .modal__window {
    max-width: 95%;
    max-height: 80%;
    height: auto;
}

.modal__close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 56px;
  height: 32px;
  background-image: url(../images/close.svg);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: 0.2s;
  z-index: 2;
}

.modal__close:hover {
  filter: hue-rotate(90deg);
}

.modal__inner {
  overflow-y: auto;
  height: 100%;
  padding: 0px 30px;
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.first-screen {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 11;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(8px);
}

.first-screen__header {
    margin: 0;
}

.first-screen__inner {
  text-align: center;
  max-width: 825px;
  width: 90%;
  max-height: 320px;
  height: 80%;
  background: #082D21CC;
  border-radius: 44px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 32px;
}

.first-screen__text {
  font-weight: 700;
  text-align: center;
  font-size: 40px;
  line-height: 48px;
  color: var(--text-color);
  margin-bottom: 55px;
  text-transform: none;
}

.material-map main,
.material-view main,
.category-view main,
.material-ybreg main,
.material-contacts main,
.material-masreg main {
  color: var(--text-alt-color);
}

.material-ybreg main, .material-masreg main {
  margin-bottom: 200px;
}

.page__header {
  margin-top: 180px;
  margin-bottom: 50px;
}

.page__header h1 {
  color: var(--text-color);
  font-weight: 700;
  font-size: 2.77778rem;
  text-transform: uppercase;
  transform: rotate(-2deg);
}

.modal .page__header {
  margin-top: 0px;
}

.page__subheader {
  font-weight: 700;
  text-transform: uppercase;
  color: var(--text-color);
  text-align: center;
  max-width: 1000px;
  margin: auto;
  line-height: 1.2;
  transform: rotate(-2deg);
}

.faq__wrapper {
  margin-top: 60px;
}

.faq__item {
  margin-bottom: 20px;
}

.faq__item .question {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--text-color);
  padding: 12px 2px 9px 26px;
  border: 2px solid var(--accent-color);
  border-radius: 100px;
  line-height: 130%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: .3s;
}

.faq__item .question:hover, .faq__item .question:expanded {
  border: 2px solid #f88c29;
}

.faq__item .question:after {
  content: '';
  height: 9px;
  width: 18px;
  background-image: url(../images/chevron.svg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.5s;
  margin-right: 35px;
}

.faq__item .question.expanded:after {
  transform: rotate(180deg);
}

.faq__item .question.expanded + .answer {
  display: block;
}

.faq__item .answer {
  padding: 16px 30px 6px;
  max-width: 1000px;
  font-size: 1.11111rem;
  color: var(--text-color);
  display: none;
}

.tab, .last-tab {
  background: #db6b30;
  color: #fff;
  text-decoration: none;
  border-radius: 15px;
  display: inline-block;
  font-size: 1.11111rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 18px 120px;
  transition: 0.3s;
}

.tab--sm, .last-tab--sm {
  padding: 10px 30px;
  font-size: 0.88889rem;
}

.tab:hover, .last-tab:hover {
  background: #f88c29;
}

.tab.active, .last-tab.active {
  background: #2A6451;
  color: var(--text-alt-color);
}

.tab.active:hover, .last-tab.active:hover {
  background: #387460;
}

.experts__tabs .tab:hover,
.experts__tabs .tab {
    background: transparent;
    color: #000;
}

.experts__tabs .tab.active {
    color: #fff;
}
.experts__tabs .tab.active:before {
    box-shadow: 0px 0px 40px 0px #dc6b31;;
    background: #dc6b31;
}
.experts__tabs .tab:hover {
    color: #dc6b31;
}

.experts__tabs .tab.active:hover {
    color: #000;
}

.experts__tabs .tab.active:after {
}

.bottom-page {
  margin-top: 60px;
  margin-bottom: 200px;
}

.email-form__wrapper {
  text-align: center;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.email-form__wrapper a {
  color: var(--accent-color);
  text-decoration: none;
}

.email-form__wrapper .form-group {
  position: relative;
}

.email-form__wrapper .form-group .help-block {
  position: absolute;
  text-transform: uppercase;
  color: #db6b30;
  bottom: 30px;
  width: 100%;
}

.email-form__header {
  font-size: 2.77778rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--text-alt-color);
  margin-bottom: 50px;
  line-height: 1;
}

.email-form-email {
  font-size: 2.77778rem;
  background: transparent;
  font-weight: 700;
  color: var(--accent-color);
  border: none;
  border-bottom: 2px solid var(--text-alt-color);
  margin-bottom: 60px;
  outline: none;
  text-align: center;
}

.agree {
  text-transform: uppercase;
  color: var(--text-alt-color);
  font-size: 0.83333rem;
  margin-bottom: 24px;
}

.agree .form-group .help-block {
  bottom: -15px;
}

.agree input {
  display: none;
}

.agree input + label {
  display: flex;
  align-items: flex-start;
  position: relative;
}

.agree input + label:before {
  content: '';
  width: 20px;
  height: 20px;
  border: 2px solid var(--accent-color);
  display: flex;
  margin-right: 16px;
  flex: none;
  border-radius: 6px;
}

.agree input[type=checkbox]:checked + label:before {
  background-image: url(../images/check.svg);
  background-position: center;
  background-color: var(--accent-color);
  background-repeat: no-repeat;
  background-size: 75%;
}

.agree.radio input + label {
  justify-content: flex-start;
}

.agree.radio input + label:before {
  border-radius: 50%;
}

.agree.radio input:checked + label:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: var(--accent-color);
    border-radius: 50%;
    top: 6px;
    left: 6px;
    position: absolute;
}

.material-ybreg .agree input + label, .material-masreg .agree input + label {
  justify-content: flex-start;
}

.field {
  padding-left: 20px;
  padding-right: 20px;
}

.field.agree {
  color: #fff;
}

.field.agree .form-group {
  padding-bottom: 25px;
}

.field.agree a {
  color: #fff;
  border-bottom: 1px solid var(--accent-color);
  text-decoration: none;
}

.field.agree ul {
  margin-left: -16px;
  padding-left: 0px;
  margin-bottom: 0px;
}

.field .form-group {
  position: relative;
}

.field__header {
  font-size: 1.05556rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
  color: #fff;
}

.field__subheader {
  color: #fff;
  font-size: 1.11111rem;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-top: -5px;
}

.field input, .field textarea, .field select {
  background: transparent;
  width: 100%;
  border-radius: 32px;
  border: 2px solid #fff;
  font-size: 1.11111rem;
  padding: 18px 26px;
  line-height: 1;
  margin-bottom: 32px;
  color: #fff;
  outline: none;
}

.field input:focus, .field textarea:focus, .field select:focus {
  border: 2px solid var(--accent-color);
}

.field .has-error input, .field .has-error textarea {
  border: 2px solid #eb5f5f;
  color: #eb5f5f;
}

.field .has-error .help-block {
  color: #eb5f5f;
  font-size: 0.8rem;
  position: absolute;
  bottom: 2px;
  left: 20px;
  text-transform: none;
}

.field--sm input {
  max-width: 240px;
}

.field--icon {
  position: relative;
}

.field--icon i {
  position: absolute;
  top: 17px;
  bottom: 17px;
  right: 17px;
}

.field--nop {
  padding: 0px;
}

.search-input {
  margin-bottom: 0;
}

section.user {
  margin-bottom: 150px;
}

section.user .tabs {
  margin-bottom: 30px;
  gap: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.material-map .tab__content {
  color: #fff;
}

section.user .tab__content {
  display: none;
}

section.user .tab__content.active {
  display: block;
}

section.user .data-table {
  background: #0002;
}

section.user .data-table tr:nth-child(even) {
  background: #0D4734;
}

section.user .data-table tr:nth-child(odd) {
  background: #2A6451;
}

section.user .data-table td, section.user .data-table th {
  padding: 4px;
}

section.user .data-table a {
  color: var(--accent-color);
  text-decoration: none;
  font-weight: 400;
  font-size: 0.77778rem;
  white-space: nowrap;
}

section.user .data-table a.asc, section.user .data-table a.desc {
  color: var(--add-color);
}

section.user .data-table a.asc:after {
  content: '↓';
}

section.user .data-table a.desc:after {
  content: '↑';
}

section.user .data-table input, section.user .data-table select {
  background: #0D4734;
  color: #fff;
  border: 1px solid #417e61;
  border-radius: 4px;
  outline: none;
  min-height: 30px;
  padding: 3px;
  line-height: normal;
}

section.user .data-table .btn-group {
  display: flex;
  align-items: center;
}

section.user .data-table .btn-group .view svg {
  fill: #16BF16;
  margin-right: 5px;
}

section.user .data-table .btn-group .delete svg {
  fill: #DB6B30;
}

section.user .data-table .deact svg {
  fill: #F88C29;
}

section.user .data-table .act svg {
  fill: #87EF36;
}

.gallery__vid, .gallery__img {
  position: relative;
  margin-bottom: 20px;
}

.gallery__vid img, .gallery__img img {
  border-radius: 6px;
}

.icon-circle-play,
.icon-camera {
  background-image: url(../images/camera.svg);
  width: 43px;
  height: 40px;
  background-size: contail;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: block;
}

.icon-circle-play {
  background-image: url(../images/play.svg);
}

.field__label {
  font-size: 0.77778rem;
  color: #fff;
  padding-top: 10px;
}

.field--editable {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 0px;
}

.field--editable .label {
  height: 40px;
  display: flex;
  align-items: center;
}

.field--editable input, .field--editable select {
  position: absolute;
  width: 100%;
  top: 0px;
  height: 100%;
  background: #0D4734;
  margin-bottom: 0px;
  display: none;
  padding: 3px 26px;
}

.field--editable .edit {
  margin-left: 14px;
  cursor: pointer;
}

.field--editable .edit svg {
  fill: var(--text-alt-color);
  width: 18px;
}

.field--editable.active input, .field--editable.active select {
  display: block;
}

.voted__header {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 40px 0 10px;
  font-size: 1.11111rem;
}

.dialog {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 1000px;
  height: 100%;
}

.dialog--vote-ok {
}

.dialog img {
  max-width: 65%;
  margin-top: -20px;
  opacity: 0;
}

.dialog__result {
  font-weight: 700;
  font-size: 56px;
  text-transform: uppercase;
  color: var(--text-color);
  line-height: normal;
  text-align: center;
}

.dialog__result--error {
  color: #eb5f5f;
}

.dialog__button {
  margin-top: 25px;
  margin-bottom: 0px;
}

.dialog__footer {
  font-weight: 700;
  text-align: center;
  font-size: 1rem;
  text-transform: uppercase;
  color: var(--text-alt-color);
}

.dialog__footer a {
  color: var(--text-alt-color);
  display: block;
  margin-top: 20px;
}

.pagination {
  list-style: none;
  display: flex;
  margin-top: 20px;
}

.pagination li {
  height: 24px;
  width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 4px;
  border: 1px solid #417e61;
  border-radius: 2px;
}

.pagination li.active {
  background: #417e61;
}

.pagination li.active a {
  color: var(--accent-color);
}

.pagination li:hover {
  background: #417e61;
}

.pagination li a {
  text-decoration: none;
}

.mixcloud {
  margin-bottom: 30px;
  max-width: 482px;
  width: 100%;
}

.order-yb--dark .mixcloud {
    margin-top: auto;
}

.mixcloud:nth-child(odd) .mixcloud__wrapper,
.mixcloud:nth-child(odd) .mixcloud__controls {
  justify-content: flex-start;
}

.mixcloud__wrapper {
  display: flex;
}

.mixcloud__image {
  flex: none;
  width: 120px;
  margin-right: 10px;
  mask-type: alpha;
  mask-size: cover;
  mask-position: center;
}

.mixcloud__image img {
  border-radius: 15px;
}

.mixcloud__header {
  font-weight: 700;
  color: var(--accent-color);
  font-size: 1rem;
  text-transform: uppercase;
  line-height: normal;
  max-width: 270px;
}

.mixcloud__subheader {
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 15px;
  line-height: normal;
  color: var(--text-alt-color);
  max-width: 270px;
  font-size: 0.77778rem;
}

.mixcloud__controls {
  display: flex;
  margin-top: 10px;
}

.mixcloud__votes {
  width: 130px;
}

.mixcloud__vote {
  width: 270px;
  position: relative;
}

.mixcloud__vote a:not(.account-link) {
  color: #f2eae0;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  display: inline-block;
  background: #db6b30;
  padding: 12px 12px 8px;
  line-height: 20px;
  border-radius: 1000px;
  transition: .2s;
}

.mixcloud__vote a:not(.account-link) svg {
  fill: #f2eae0;
}

.mixcloud__vote a:not(.account-link):hover {
  background: #f88c29;
}

.mixcloud__vote a:not(.account-link).disabled {
  background: #2a6451;
  color: #387460;
  cursor: not-allowed;
}

.mixcloud__vote a:not(.account-link).disabled svg {
  fill: #387460;
}

.mixcloud__vote a:not(.account-link).is-voted {
  background: #16BF16;
  cursor: not-allowed;
}

.mixcloud__alert {
  color: var(--text-alt-color);
  font-size: 14px;
  padding: 20px;
  text-align: center;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 20px;
  top: 100%;
  background: #082D21CC;
  backdrop-filter: blur(20px);
  z-index: 2;
  min-height: 95px;
  box-shadow: 10px 10px 10px #0005;
  border-radius: 44px;
  display: none;
}

.mixcloud__alert.open {
  display: flex;
  align-items: center;
}

.mixcloud__votes {
  color: #f2eae0;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 1rem;
}

.mixcloud__votes svg {
  fill: #f2eae0;
  margin-right: 10px;
}

.mixcloud__votes.voted svg {
  fill: #db6b30;
}

.mixcloud .iframe {
  padding: 10px 30px;
  background: #ffffff88;
  backdrop-filter: blur(8px);
  border-radius: 44px;
}

.longlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.longlist--text {
  font-weight: 700;
  color: var(--text-alt-color);
  line-height: normal;
  font-size: 1.66667rem;
  margin: 5px 0px 30px;
}

#wrapper {
  z-index: 12;
}

.order-m {
  position: relative;
  z-index: 3;
}

.order-m.short-list {
  background-repeat: repeat;
}

.order-m:before {
  content: '';
  background-image: url(../images/mask-top.webp);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  height: 250px;
  width: 100%;
  top: -120px;
}

.order-m:after {
  content: '';
  background-image: url(../images/mask-top.webp);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  height: 260px;
  width: 100%;
  bottom: -120px;
}

.order-m.without-after:after {
  display: none;
}

.order-m__text {
  color: #fff;
  font-weight: 700;
  margin-top: 20px;
  max-width: 800px;
}

.order-m__text strong {
  color: var(--accent-color);
}

.order-m__buttons {
  margin-top: 50px;
  display: flex;
  gap: 20px;
  justify-content: center;
}

.order-yb {
  padding: 100px 0;
  position: relative;
}

.order-yb .h1 {
    transform: rotate(-2deg);
}

.order-m__buttons {
    transform: rotate(1.5deg);
}

.order-yb .container {
  position: relative;
  z-index: 2;
}

.order-yb .home-experts__subheader {
  transform: rotate(-2deg);
  margin-left: auto;
  margin-right: auto;
  line-height: normal;
}

.home-top + section {
    --aspect: 1920 / 730;       /* співвідношення висоти/ширини */
    --unit: 1%; 
    width: 100%;
    aspect-ratio: var(--aspect);
    padding-top: calc(var(--unit) * 5);
    padding-bottom: calc(var(--unit) * 5);
    position: relative;
    z-index: 1;
}

.short-list .container {
    position: relative;
}

.home-top + section:before {
  content: '';
  background-image: url(../images/home-bg-start.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  /* height: calc(100% + 550px); */
  aspect-ratio: 1440 / 960;
  width: 100%;
  bottom: initial;
  top: -400px;
}
section.wrapper {
    background-image: url(../images/bg.jpg);
    background-size: 1920px;
    background-position-y: 800px;
}
.home-top + section.short-list {
    padding-top: 0px;
}
.home-top + section.short-list::before {
    bottom: initial;
    top: -550px;
    /* background-image: url(../images/bg_3x.webp); */
    aspect-ratio: initial;
    height: calc(100% + 550px);
}

.home-top + section.short-list .h1 {
    transform: rotate(-2deg);
}

.order-yb__text {
  color: #fff;
  position: relative;
  z-index: 2;
  font-weight: 700;
  margin-top: 50px;
  max-width: 800px;
}

.order-yb__text strong {
  #fff;
}

.order-yb--dark + .home-nomenee:before {
  display: none;
}

.order-yb--dark .slp__items {
  margin-bottom: 50px;
}

.confirm {
  background: #2A6451;
  background-image: url(../images/menu-bg1.png);
  background-size: cover;
  border-radius: 17px;
  padding: 60px 128px;
  border: 2px solid #87EF36;
}

.temp-hidden {
  display: none;
}

.vote-dialog-img-mob {
  display: none;
}

.short-list__cats {
  display: flex;
  color: var(--text-alt-color);
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 50px;
  text-transform: uppercase;
  font-size: 0.88889rem;
  font-weight: 700;
  line-height: 1.2;
  gap: 50px;
}

.short-list__cats .owl-nav button {
  position: absolute;
  top: 50%;
  color: var(--accent-color) !important;
  font-size: 36px !important;
  line-height: 1;
}

.short-list__cats .owl-nav button.owl-prev {
  left: 34px;
  height: 70px;
  width: 70px;
  top: 30px;
  opacity: 0;
}

.short-list__cats .owl-nav button.owl-next {
  right: 34px;
  height: 70px;
  width: 70px;
  top: 30px;
  opacity: 0;
}

.short-list__cat {
  width: calc(100% / 6 - 50px);
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 2;
  min-height: 135px;
}

.owl-item .short-list__cat:hover img,
.owl-item .short-list__cat.active img {
    filter: none;
}

.short-list__cat:hover img,
.short-list__cat.active img {
  transform: scale(1.06) rotate(4deg);
  filter: drop-shadow(0 0 25px #dc6b31) drop-shadow(0 0 50px #dc6b31);
}

.short-list__cat img {
  width: 175px;
  height: 175px;
  margin: auto;
  transition: .2s;
  position: relative;
  z-index: 2;
}

.short-list__cat--header {
  margin-top: 10px;
  text-align: center;
  transition: .2s;
  position: relative;
  z-index: 2;
}

.short-list__cat.active .short-list__cat--header {
  color: #fff;
}

.short-list--mobile {
  display: none;
}

.slp {
  display: none;
}

.order-yb--dark {
    background-size: 100%;
    position: relative;
    z-index: 2;
}

.order-yb--dark .slp__image img {
    width: 100%;
    height: 100%;
}

.order-yb--dark + .home-nomenee {
  margin-top: -50px;
}

.slp.active {
  display: block;
}

.slp--header {
  text-align: center;
  font-size: 56px;
  font-weight: 700;
  color: var(--text-color);
  text-transform: uppercase;
  transform: rotate(-2deg);
  margin-bottom: 36px;
}

.slp--header + p {
  color: var(--text-alt-color);
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

.slp__items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 50px;
  row-gap: 30px;
}

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

.slp__image {
    margin-top: auto;
}

.slp__image img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  width: 220px;
  height: 220px;
}

.slp__header {
  font-size: 30px;
  font-weight: 700;
  margin-top: 25px;
  color: var(--text-color);
  text-transform: uppercase;
  line-height: 1.2;
}

.slp__item p {
    font-size: 22px;
    font-weight: 700;
}
.mixcloud__vote a:not(.account-link) {
    font-size: 12px;
}

.slp__subheader {
  text-transform: uppercase;
  color: var(--text-alt-color);
  font-weight: 700;
}

.big-big-text {
  font-weight: 700;
  font-size: px;
  line-height: 1;
  color: var(--accent-color);
  text-align: center;
  max-width: 1000px;
  margin: auto;
  text-transform: uppercase;
  transform: rotate(-2.4deg);
  display: none;
}

.basic-winners {
  margin-top: 0px;
}

.basic-winners .winner {
  padding: 60px 127px;
  position: relative;
}


.basic-winners .winner-bg-image {
  position: absolute;
  z-index: 1;
  left: 0px;
  right: 0px;
  top: 0px;
}

.basic-winners .winner-bg-image:before {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.85;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.2' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
  background-size: 180px 180px;
  mix-blend-mode: multiply;
  border-radius: 44px;
  background-color: rgba(0,0,0,.35);
}

.basic-winners .winner-bg-image:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.basic-winners .winner-bg-image img {
  width: 100%;
  height: 332px;
  object-fit: cover;
  object-position: top;
  border-radius: 44px;
}

.basic-winners .winner__cat {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.basic-winners .winner__cat-name {
  color: var(--text-alt-color);
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
}

.basic-winners .winner__cat-name span {
  font-size: 30px;
}

.basic-winners .winner__item {
  position: relative;
  z-index: 2;
  margin-top: 50px;
  display: flex;
}

.basic-winners .winner__item-content {
  margin-top: 10px;
  margin-left: 30px;
  width: 100%;
}

.basic-winners .winner__item-name {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
}

.basic-winners .winner__item-composition {
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
  color: var(--text-alt-color);
}

.basic-winners .winner__item-img {
  flex: none;
}

.basic-winners .winner__item-img img {
    mask-clip: view-box;
  mask-image: url(../images/mask-jury.png);
  mask-size: cover;
}

.winner .winner__city-rock {
  position: absolute;
  z-index: 4;
  top: -50px;
}

.winner:nth-child(even) .winner__city-rock {
  left: -30px;
}

.winner:nth-child(odd) .winner__city-rock {
  right: -50px;
}


.winner .winner__city-rock img {
  width: 256px;
}

.soundHeader__rightRow {
  display: none !important;
}

.additional-row iframe {
  background: #47A888;
  border-radius: 2px;
  padding: 5px 2px;
}

iframe .playButton.small {
  height: 16px !important;
  width: 16px !important;
}

#qrcode .modal__window {
  height: initial;
  width: initial;
  text-align: center;
  color: #fff;
  background: #082D21CC;
  backdrop-filter: blur(8px);
  border-radius: 44px;
  max-height: 95%;
}

#qrcode p {
  margin-top: 1rem;
}

#qrcode img {
  border-radius: 44px;
}

#qrcode p .timer {
  font-weight: 700;
}

.parallax-image {
  position: absolute;
  display: none;
  top: -50px;
  will-change: transform;
  transition: transform 0.1s ease-out;
  width: 270px;
  z-index: 4;
}

.parallax-left {
  left: -20px;
}

.parallax-right {
  right: -20px;
}

.dia-link {
  text-decoration: none;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 20px;
  font-size: 18px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-weight: 700;
  margin-top: 16px;
  background: #000;
  padding: 8px 15px;
}

.dia-link img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: none;
}

main {
  overflow: hidden;
}

.material-home main {
    background-image: url(../images/home-slider-bg.png);
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
}

.home-slider {
    position: relative;
    width: 100%;
    aspect-ratio: 1440 / 929;
    overflow: hidden;
    white-space: nowrap;
}

.home-slider img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
  will-change: transform;
}

.i-am-grunt {
  font-size: 92px;
  color: var(--text-color);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
  margin-top: 150px;
}

.i-am-grunt div:last-child {
    margin-left: 90px;
}

.lds-ellipsis {
  /* change color here */
  color: #04c211;
}
.lds-ellipsis,
.lds-ellipsis div {
  box-sizing: border-box;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33.33333px;
  width: 13.33333px;
  height: 13.33333px;
  border-radius: 50%;
  background: currentColor;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.color--white {
  color: #fff;
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

.iframe.soundcloud__replacer,
.mixcloud__replacer {
  height: 60px;
  width: 270px;
  background-image: url(../images/Player.png);
  cursor: pointer;
}

.partners {
    margin-top: 160px;
}

.partners .section__header,
.found .section__header {
    color: var(--text-color);
    transform: rotate(-2deg);
}

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

.partners__found img {
    mask-clip: view-box;
    mask-image: url(../images/mask-jury.png);
    width: 30%;
    mask-size: 100% 100%;
}

.modal__window:has(section) {
    max-width: initial;
    max-height: initial;
}

.final-message {
    font-size: 40px;
    font-weight: 700;
    transform: rotate(-2deg);
    margin-bottom: 70px;
}

.final-message + .home-top__middle {
    margin-top: 0;
}

.btn--sm {
    padding-left: 20px;
    padding-right: 20px;
}



/*==========  Desktop First  ==========*/
@media (max-width: 1500px) {
  .how-it-was__item img {
    max-width: 350px;
  }
  .dialog {
    background-size: 700px;
  }
  .dialog__result {
    margin-top: 0px;
  }

  .fs1, .fs2 {
    width: 300px;
  }
}

@media (max-width: 1440px) {
  .home-nomenee__categories {
    background-position: top right;
  }
  .how-it-was__item {
      width: calc(100% / 4 - 60px);
  }
  .home-slider {
      aspect-ratio: 1440 / 1200;
  }

  .home-top + section {
      --aspect: 1920 / 543;
      padding: 0px;
      background-size: 1380px;
  }

  .how-work__wrapper {
      column-gap: 105px;
  }

  .home-experts {
      padding-top: 0;
      padding-bottom: 0px;
  }
  body.material-home {
      background-size: 195%;
      background-position-y: 4%;
  }
  .how-work::before {
      left: -600px;
      background-size: 2500px;
      background-position: center bottom;
      bottom: -630px;
      background-repeat: no-repeat;
      top: initial;
  }
  .how-work__wrapper > img {
      bottom: 152px;
      left: -29px;
  }

  .stage-progress__bar li .stage-progress__num:hover + .stage-progress__legend {
      left: 50px;
      right: 50px;
  }

  .home-nomenee__item:nth-child(11) {
      height: 256px;
  }
    .home-top + section.short-list::before {
        height: calc(100% + 800px);
        background-size: 150%;
    }
}


@media (max-width: 1300px) {
    .how-work__wrapper > img {
        width: 256px;
        height: auto;
        bottom: 140px;
    }

    .home-top + section.short-list::before {
        height: calc(100% + 800px);
        background-size: 200%;
    }
}

@media (max-width: 1199.98px) {

  .fs1, .fs2 {
    width: 220px;
  }
  .parallax-image {
    width: 160px;
  }
  .footer__logo:after {
    right: -50px;
  }
  html {
    font-size: 16px;
  }
  html__logo {
    margin-right: initial;
    margin-left: 160px;
  }
  html__logo img {
    width: 170px;
    height: 65px;
  }
  .order-m {
    padding: 90px 0;
  }
  .order-m__buttons {
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 15px;
  }
  .order-yb__text {
    margin-top: 20px;
  }
  .dialog {
    background-size: 500px;
  }
  .home-top .btn--grange {
    margin-top: 20px;
  }
  .home-top__caption img {
    width: 60%;
  }
  .home-top--button {
    margin-top: 50px;
  }
  .stage-progress {
    padding-top: 50px;
  }
  .stage-progress__bar li .stage-progress__legend {
    left: 0px;
    right: 0px;
  }
  #countdown {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 30px;
  }
  #countdown .countdown__header {
    width: 100%;
    text-align: center;
    padding-bottom: 32px;
  }
  #countdown .countdown__element {
    width: 200px;
    margin-bottom: 0px;
    text-align: center;
  }
  #countdown .countdown__digit {
    font-size: 7rem;
  }
  #countdown .countdown__text {
    transform: rotate(0deg);
  }
  .home-nomenee__wrapper {
  }
  .home-nomenee__categories {
    background-size: 1400px;
  }
  .home-experts,
  .how-work {
      padding-top: 100px;
  }
  .home-experts {
      padding-bottom: 100px;
  }
  .how-work .container {
    max-width: 100%;
  }
  .home-experts .experts__item {
    width: calc(100% / 4 - 20px);
    margin: 20px 10px;
  }
  .home-experts .experts__item:last-child {
    display: block;
  }
  .home-experts .container {
    max-width: 100%;
  }

  .home-experts .experts__wrapper > div:last-child {
      display: none;
  }
  .how-it-was__item img {
    max-width: 200px;
  }
  .how-it-was__header {
    font-size: 1.55556rem;
  }

  .big-big-text {
    font-size: 80px;
  }
  .basic-winners .winner__item-name {
    font-size: 30px;
    line-height: 32px;
  }
  .basic-winners .winner__cat-name {
    font-size: 40px;
    line-height: 43px;
  }
  .basic-winners .winner__cat-name span {
    font-size: 26px;
  }
  .home-nomenee__item span {
      font-size: 20px;
      line-height: 1.2;
  }
  .how-work__wrapper > img {
      width: 200px;
      height: auto;
      bottom: 90px;
  }

  .footer {
      margin-top: 0px;
  }
  .partners {
      margin-top: 100px;
  }
  .partners__wrapper {
      padding: 60px 0px;
  }
  .h1 {
      font-size: 40px;
  }

  .home-nomenee__item:nth-child(11) {
      height: 190px;
  }

  .short-list__cat {
      width: calc(100% / 5 - 50px);
  }
}

@media (max-width: 991.98px) {
  .footer__logo:after {
    right: 25%;
    top: -60px;
  }

  .fs1, .fs2 {
    width: 180px;
  }

  .fs1 {
    top: 10px;
  }

  .fs2 {
    right: -20px;
    bottom: -10px;
  }

  .dialog__result {
    font-size: 1.55556rem;
    margin-top: 35px;
  }
  .dialog__footer {
    font-size: 1rem;
  }
  .modal__close {
    width: 50px;
    height: 30px;
  }
  .email-form__header {
    font-size: 1.55556rem;
  }
  .email-form-email {
    font-size: 1.55556rem;
  }
  .header__logo {
    margin-left: 10px;
  }
  .header__logo img {
    width: 120px;
    height: 46px;
  }
  .header__right .user {
    width: 18px;
    height: 18px;
  }
  .header__menu--toggler {
    width: 30px;
    height: 18px;
    background-size: cover;
  }
  .header__menu--inner {
    margin-right: 100px;
  }
  .home-top__inner {
    background-size: 768px;
    background-position: top center;
  }
  .i-am-grunt {
    font-size: 56px;
    margin-top: 150px;
  }
  .home-top__caption {
    margin-top: 115px;
  }
  .home-top__caption:after {
    width: 100px;
    height: 100px;
    right: 200px;
    top: -45px;
  }
  .stage-progress {
    margin-bottom: 15px;
  }
  .h1, h1 {
    max-width: 90%;
    font-size: 2rem;
  }
  .home-nomenee__text {
    font-size: 1rem;
  }
  .experts__item, .home-experts .experts__item {
    width: calc(36% - 40px);
  }
  .how-work .container {
    max-width: 90%;
  }
  .how-work__wrapper {
    flex-wrap: wrap;
  }
  .how-work__item {
    width: calc(100% / 2 - 60px);
    margin-bottom: 30px;
  }
  .section__header {
    font-size: 2rem;
  }
  .home-experts__subheader {
    font-size: 1rem;
  }
  .short-list--desktop {
    display: none;
  }
  .short-list--mobile {
    display: block;
  }
  .slp--header {
    font-size: 1.11111rem;
  }
  .slp--header + p {
    font-size: 0.88889rem;
  }
  .slp__header {
    font-size: 1.11111rem;
  }
  .slp__subheader {
    font-size: 0.88889rem;
  }
  .short-list__cats {
    font-size: 0.88889rem;
  }
  .short-list__cats .owl-stage {
    padding: 25px 0px;
  }
  .short-list__cat {
    position: relative;
    z-index: 1;
    margin: 0px;
    width: 100%;
    transform: scale(0.9);
    transition: 0.2s;
    opacity: .5;
  }
  .short-list__cat.active:before {
    display: none;
  }
  .short-list__cat.active .short-list__cat--header {
    color: var(--text-alt-color);
  }
  .short-list__cat img {
    width: 90px !important;
    height: auto !important;
  }
  .center .short-list__cat {
    position: relative;
    z-index: 2;
    transform: scale(1.3);
    opacity: 1;
  }
  .center .short-list__cat:before {
    display: none;
  }
  #countdown {
    top: 265px;
  }
  #countdown .countdown__element {
    width: 100px;
  }
  #countdown .countdown__text {
      margin-top: 0px;
  }
  .stage-progress {
      padding-top: 30px;
  }
  .home-top + section {
      padding-top: 100px;
      padding-bottom: 100px;
      background-size: 1000px;
  }
  .home-nomenee__item {
      width: calc(100% / 2 - 20px);
  }
  .home-nomenee__item:nth-child(11) {
      width: 100%;
      max-width: 100%;
      height: 283px;
  }
  #countdown .countdown__digit {
    font-size: 56px;
    text-align: center;
  }
  .how-it-was__item img {
    max-width: 280px;
  }
  .how-it-was__header {
    font-size: 2rem;
  }
  .email-form__wrapper .form-group .help-block {
    font-size: 10px;
  }
  .page__header h1 {
    font-size: 32px;
  }
  .stage-progress__bar li .stage-progress__num:hover + .stage-progress__legend {
    left: 15px;
    right: 15px;
    padding: 55px 20px;
  }
  .stage-progress__bar li .stage-progress__legend--header {
    font-size: 32px;
    line-height: 40px;
  }
  .stage-progress__bar li .stage-progress__legend--subheader {
    font-size: 24px;
    line-height: 28px;
    margin-top: 15px;
  }
  .stage-progress__bar li .stage-progress__legend--text {
    font-size: 20px;
    line-height: 28px;
    margin-top: 20px;
  }
  .stage-progress__bar li .stage-progress__legend {
      bottom: 60px;
  }
  .tab {
    font-size: 1rem;
    padding: 14px 70px;
  }
  .header__socials {
    min-width: 135px;
  }
  .header__socials i {
    width: 18px;
    height: 18px;
  }
  .faq__item {
    margin-bottom: 15px;
  }
  .faq__item .question {
    font-size: 16px;
    border: 2px solid var(--accent-color);
    border-radius: 30px;
  }
  .faq__item .question:after {
    width: 18px;
    height: 18px;
  }
  .faq__item .answer {
    font-size: 0.88889rem;
    padding: 15px 20px 6px;
  }
  .bottom-page {
    margin-bottom: 100px;
  }
  .confirm {
    padding: 30px;
  }
  .big-big-text {
    font-size: 40px;
  }
  .basic-winners {
    margin-top: 80px;
  }
  .basic-winners .winner__cat-img img {
    width: 70px;
    height: 70px;
  }
  .basic-winners .winner__cat-name {
    font-size: 20px;
    line-height: 1.1;
  }
  .basic-winners .winner__item {
    margin-top: 100px;
  }
  .basic-winners .winner__item-name {
    font-size: 20px;
  }
  .basic-winners .winner__item-composition {
    font-size: 14px;
  }

  .parallax-image {
    width: 90px;
  }

  .parallax-left {
    left: -10px;
  }

  .how-it-was .parallax-left {
    left: -56px;
    width: 180px;
  }

  .parallax-right {
    right: -10px;
  }
  .home-experts .parallax-right {
    right: -50px;
    width: 140px;
  }

  .footer {
      margin-top: 120px;
  }

  .footer__wrapper {
      flex-wrap: wrap;
  }

  .footer__contacts-container {
      flex-direction: column;
      gap: 20px;
  }

  .agree.radio input:checked + label::after {
      left: 4px;
      top: 4px;
  }

  body.material-home {
      background-size: 300%;
  }
  .how-work__header {
      fz40px;
  }

  .home-slider {
      aspect-ratio: 375/375;
  }
  .material-home main {
      background-size: 150%;
  }
  .stage-progress__bar {
      gap: 50px;
  }
  .stage-progress__bar li {
      font-size: 24px;
  }

  .slp__image img {
      height: auto;
  }
  .slp__items {
      gap: 20px;
  }

  .slp__item {
      width: calc(100%/3 - 20px);
      margin-top: 0px;
  }
}

@media (max-width: 767.98px) {
    body {
        background-size: 300%;
    }
    .stage-progress__bar li .stage-progress__num {
        width: 40px;
        height: 40px;
    }
  .stage-progress__bar {
      gap: 18px;
      margin-top: 150px;
  }
  .stage-progress__bar li {
      width: initial;
  }
  .home-slider {
      aspect-ratio: 375/729;
  }
  .material-home main {
      background-size: 380%;
  }

  .modal__window::before {
    left: 0px;
  }

  .modal__window::after {
    right: 0px;
  }


  .basic-winners .winner {
    padding: 24px;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
  }
  .basic-winners .winner-bg-image {
    left: 20px;
    right: 20px;
  }
  .basic-winners .winner__item {
    flex-direction: column;
    align-items: flex-start;
  }
  .basic-winners .winner__item-content {
    margin-top: 5px;
    margin-left: 0px;
  }
  .home-top__caption:after {
    width: 100px;
    height: 100px;
    right: 20%;
  }
  .order-m {
    padding: 140px 0px;
  }

  .order-yb:before,
  .order-m:after,
  .order-yb:after {
    height: 220px;
    bottom: -85px;
  }
  .order-m__text {
    font-size: 0.77778rem;
  }
  .order-yb {
    padding: 140px 0px 100px;
  }
  .order-yb__text {
    font-size: 0.77778rem;
  }
  .btn--grange {
    padding: 30px 60px;
  }
  .mart {
    margin-top: 20px;
  }
  .marb {
    margin-bottom: 20px;
  }
  .field__header {
    font-size: 0.83333rem;
  }
  .field__subheader {
    font-size: 0.72222rem;
  }
  .agree {
    font-size: 0.72222rem;
  }
  .agree input + label::before {
    width: 16px;
    height: 16px;
  }
  .field input, .field textarea, .field select {
    font-size: 0.66667rem;
    border-width: 1px;
    border-radius: 8px;
    padding: 12px 18px;
  }
  .field .has-error .help-block {
    bottom: 5px;
    font-size: 0.66667rem;
  }
  .field .has-error input, .field .has-error textarea {
    border-width: 1px;
  }
  .bottom-page {
    margin-bottom: 80px;
  }
  .dialog {
    height: 100%;
    background-size: 80%;
  }
  .dialog--vote-ok {
  }
  .header__socials {
    min-width: initial;
  }
  .header__socials > * {
    display: none;
  }
  .experts__tabs {
    flex-direction: column;
    margin-bottom: 30px;
    gap: 0;
  }
  .experts__tabs .tab {
    text-align: center;
    font-size: 16;
    padding: 23px 50px;
  }
  .toTop {
    font-size: 0.61111rem;
    padding: 10px;
    border-radius: 8px;
    height: 32px;
    width: 45px;
  }
  .page__header {
    margin-top: 120px;
  }
  .modal__inner {
    padding: 0px 15px;
  }
  .page__header h1 {
    font-size: 32px;
    transform: rotate(-2deg);
  }
  .first-screen__text {
    font-size: 1.55556rem;
  }
  .first-screen__button a {
    font-size: 1rem;
    padding: 20px 45px;
  }
  .dialog__result {
    font-size: 1rem;
    margin-top: 15px;
  }
  .dialog__footer {
    font-size: 0.77778rem;
  }
  .email-form__header {
    font-size: 1rem;
  }
  .email-form-email {
    font-size: 1rem;
  }
  .show-mobile {
    display: block;
  }
  .header__right .user {
    display: none;
  }
  .header__socials .user {
    width: 18px;
    height: 18px;
  }
  .header__logo {
    margin-left: 0px;
    margin-right: 0px;
  }
  .header__menu .main-menu a {
    font-size: 1rem;
    margin-bottom: 12px;
  }
  .header__menu--inner {
    margin-right: 20px;
    margin-left: 20px;
    align-items: center;
    text-align: center;
    width: 100%;
  }
  .header__menu--inner i.social {
    width: 22px;
    height: 22px;
    background-size: contain;
    display: flex;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 1rem;
    transition: 0.2s;
  }
  .header__menu--inner i.social:hover {
    filter: hue-rotate(90deg);
  }
  .header__menu .main-menu {
    text-align: center;
  }
  .show-mobile.socials {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .menu__email {
    font-size: 0.61111rem;
  }
  .header__menu.toggled:after {
    background: none;
  }
  .home-top__caption {
    min-height: 120px;
  }
  .home-top__caption img {
    width: 90%;
  }

  .i-am-grunt {
    margin-top: 154px;
    font-size: 56px;
    margin-bottom: 12px;
  }

  .stage-progress {
    padding-top: 50px;
  }
  #countdown {
  }
  #countdown .countdown__header {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 15px;
  }
  #countdown .countdown__digit {
    font-size: 36px;
    line-height: 40px;
  }
  #countdown .countdown__element {
    width: 70px;
  }
  #countdown .countdown__text {
    font-size: 0.77778rem;
    margin-left: 0px;
  }
  .home-nomenee__text {
    font-size: 24px;
  }
  .home-nomenee__categories {
      padding-top: 0px;
  }
  .home-nomenee__item {
    font-size: 24px;
    letter-spacing: initial;
    width: calc(50% - 2px);
  }
  .home-nomenee__wrapper {
    align-items: center;
    padding-top: 20px;
    padding-bottom: 28px;
    row-gap: 12px;
    column-gap: 0;
  }
  .how-work__header {
      font-size: 32px;
      margin-top: 100px;
  }
  .home-nomenee__item:nth-child(11) {
      height: 240px;
  }
  .home-nomenee__item:last-child {
      height: 195px;
  }
  .home-nomenee__categories .nomenee__text {
      margin-top: 0;
  }
  .experts__item, .home-experts .experts__item {
    width: calc(50% - 20px);
    margin: 30px 10px 0;
    padding: 0px;
  }
  .h1, h1 {
    font-size: 32px;
  }
  .how-work__item {
      width: 100%;
      margin-bottom: 0px;
  }

  .how-work__item + img {
      display: none;
  }
  .how-work::before {
      background-size: 300%;
  }
  body.material-home {
    background-size: 385%;
    background-position: bottom;
  }
  .home-experts {
      padding-bottom: 50px;
  }
  .partners__found {
      flex-wrap: wrap;
      justify-content: center;
  }
  .partners__found img {
      width: 100%;
      max-width: 356px;
  }
  .partners__wrapper {
      padding-bottom: 0px;
      padding-top: 20px;
  }
  .footer {
      margin-top: 80px;
  }
    .i-am-grunt div:last-child {
    margin-left: 50px;
    }
  .how-work__wrapper {
      row-gap: 24px;
  }
  .how-work__item img {
    height: 89px;
  }
  .how-work__title {
    font-size: 24px;
    top: 95px;
  }
  .how-work__content {
    font-size: 24px;
    color: var(--text-alt-color);
    margin-top: 52px;
    text-align: left;
  }
  .how-work__footer {
    display: none;
  }
  .home-experts__subheader {
    font-size: 28px;
  }
  .order-m__buttons {
      margin-top: 50px;
  }

  .home-top + section {
      padding-top: 0px;
  }
  .order-yb--dark,
  .home-nomenee {
      background-size: 300%;
      background-position: top;
  }
  .experts__item .experts__header {
    font-size: 0.77778rem;
    margin-top: 13px;
  }
  .btn {
    font-size: 16px;
    padding: 24px 28px;
  }
  .home-top__middle {
      margin-top: -15px;
  }
  .how-it-was__subtitle {
    font-size: 0.77778rem;
  }
  .how-it-was__wrapper {
    padding: 30px 0;
    justify-content: flex-start;
  }
  .how-it-was__header {
    font-size: 1rem;
  }
  .how-it-was__item {
    margin: 0px;
    order: initial !important;
  }
  .how-it-was__item img {
    max-width: 200px;
  }
  .how-it-was__item {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% / 2 - 60px);
  }
  .footer__logo {
    margin-bottom: 50px;
  }
  .footer__logo img {
    width: 170px;
    height: auto;
  }
  .footer__logo--shadow {
    top: 47px;
    bottom: initial;
    right: calc(23% - 30px);
  }
  .faq__item {
    margin-bottom: 10px;
  }
  .faq__item .question {
    font-size: 15px;
    border: 1px solid var(--accent-color);
    border-radius: 30px;
  }
  .faq__item .question:after {
    width: 16px;
    height: 16px;
    flex: none;
    margin-right: 12px;
  }
  .faq__item .answer {
    font-size: 0.72222rem;
    padding: 15px 20px 6px;
  }
  .footer__logo:after {
    top: -50px;
  }
  .container--sm {
    width: 90%;
  }
  .field--icon i {
    top: 7px;
    right: 10px;
    width: 20px;
    height: 20px;
  }
  .field--icon i svg {
    width: 100%;
  }
  .short-list__cats {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .short-list__cat--header {
    font-size: 15px;
  }
  .short-list__cat img {
    width: 70px !important;
    height: auto !important;
  }
  .slp--header {
    font-size: 19px;
  }
  .slp--header + p {
    font-size: 11px;
  }
  .slp__header {
    font-size: 20px;
    font-weight: 400;
  }
  .slp__item p {
      font-size: 14px;
      font-weight: 400;
  }
  .slp__subheader {
    font-size: 14px;
  }
  .slp__item {
    width: 100%;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }

  .show-desktop {
    display: none;
  }

  .winner .winner__city-rock {
    top: 120px;
  }

  .winner .winner__city-rock img {
    width: 165px;
  }

  .winner:nth-child(2n) .winner__city-rock {
    left: -5px;
  }

  .winner:nth-child(2n+1) .winner__city-rock {
    right: -5px;
  }

  #countdown {
      background-position: center 77%;
      background-size: 110%;
  }
  .home-top + section.short-list {
      padding-bottom: 0px;
  }

  .home-top + section.short-list + section .how-work {
      padding-top: 0px;
  }
}

@media (max-width: 576px) {
  .slp__item {
    width: 100%;
    max-width: 340px;
  }
  .home-nomenee iframe {
    max-height: 150px;
  }

  .parallax-image {
    top: 55px;
  }

  .order-yb .parallax-image {
    top: -100px;
  }

  .home-top__caption:after {
    top: -50%;
    right: 8%;
  }
  .footer__logo:after {
    right: 5%;
  }
  .mixcloud {
    margin-bottom: 10px;
  }
  .mixcloud:nth-child(odd) .mixcloud__wrapper {
    justify-content: flex-start;
  }
  .mixcloud__wrapper iframe {
    width: 200px;
  }
  .mixcloud__replacer {
    background-position: center;
  }
  .mixcloud__header {
    width: 200px;
    font-size: 12px;
  }
  .mixcloud__subheader {
    width: 200px;
    font-size: 11px;
    margin-bottom: 5px;
  }
  .mixcloud__image {
    width: 100px;
  }
  .mixcloud__image img {
    width: 100%;
    height: auto;
  }

  .home-top + section::before {
      background-size: 300%;
      aspect-ratio: 3/3;
      height: 300%;
      background-position: bottom;
  }
  .home-top + section.short-list::before {
      background-position: top;
      background-size: 300%;
  }
  .home-nomenee__item:nth-child(11) {
      height: 158px;
  }

  .how-it-was__item {
      width: 100%;
  }

  .slp__items {
      gap: 2px;
  }

  .mixcloud__votes {
      width: 100px;
  }
}

@media (max-width: 390px) {
  .stage-progress__bar {
    margin-top: 0px;
  }
  .home-slider {
    aspect-ratio: 375/1030;
  }
  .home-top + section {
    padding-bottom: 40px;
  }

}

/*==========  Mobile First  ==========*/
@media (min-width: 768px) {
  .show-mobile {
    display: none;
  }
}

@media (min-width: 1440px) {
    .short-list .container-xl,
  .how-it-was .container-xl {
    max-width: 1700px;
  }

  .material-contacts .parallax-image {
    top: 50%;
    width: 400px;
  }

}
