@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Alumni+Sans:wght@500;700&family=Inter:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import "../icons/style.css";
:root {
  --bs-body-font-family: 'Inter', sans-serif;
  --bs-accent-font-family: 'Roboto Condensed', sans-serif;
  --bs-body-font-size: 16px;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1;
  --bs-body-color: #fff;
  --bs-body-bg: #02171B;
  --bs-body-text-align: left;
  --bs-gutter-x: 12px;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
}

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

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

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(2, 23, 27, 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: 0.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: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

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

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

.col {
  flex: 1 0 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1600px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-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-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;
  }
  .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;
  }
  .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;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .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-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;
  }
  .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;
  }
  .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;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .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-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;
  }
  .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;
  }
  .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;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .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-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;
  }
  .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;
  }
  .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;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1600px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !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;
  }
}
html, body {
  height: 100%;
  width: 100%;
  overflow-x: clip;
}

html {
  scroll-behavior: smooth;
}

body.menu-open {
  position: fixed;
  overflow: hidden;
  width: 100%;
  touch-action: none;
}

@media screen and (min-width: 1201px) {
  ::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #fff 0%, #B71C1C 100%);
    border-radius: 20px;
  }
  ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background: #02171B;
  }
}
@font-face {
  font-family: "Sports World";
  src: url("../fonts/SportsWorld-Regular.woff2") format("woff2"), url("../fonts/SportsWorld-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
p, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  margin: 0;
}

h1, .h1 {
  font-family: var(--bs-accent-font-family);
  font-style: italic;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 90px;
  font-weight: 900;
  line-height: 100%;
}

h2, .h2 {
  font-family: var(--bs-accent-font-family);
  text-transform: uppercase;
  font-size: 70px;
  font-weight: 700;
  line-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

h3, .h3 {
  font-family: var(--bs-accent-font-family);
  font-size: 45px;
  font-weight: 600;
  line-height: 121%;
}

h4, .h4 {
  font-family: var(--bs-accent-font-family);
  font-size: 35px;
  font-weight: 900;
  line-height: 100%;
}

h5, .h5 {
  font-family: var(--bs-accent-font-family);
  font-size: 28px;
  font-weight: 600;
  line-height: 100%;
}

h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

a {
  display: block;
}

img {
  width: auto;
  max-width: 100%;
  display: inline-block;
}

.wt {
  color: #fff;
}

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

.text-elight {
  font-weight: 200;
}

.text-light {
  font-weight: 300;
}

.text-regular {
  font-weight: 400;
}

.text-medium {
  font-weight: 500;
}

.text-s-bold {
  font-weight: 600;
}

.text-bold {
  font-weight: 700;
}

.text-e-bold {
  font-weight: 800;
}

.underline {
  text-decoration: underline;
}

.uppercase {
  text-transform: uppercase;
}

.position-relative {
  position: relative;
}

.italic {
  font-style: italic;
}

.color-black {
  color: #02171B;
}

.color-white {
  color: #fff;
}

.color-red {
  color: #B71C1C;
}

.color-body {
  color: #fff;
}

.p14 {
  font-size: 14px;
}

.p15 {
  font-size: 15px;
}

.p16 {
  font-size: 16px;
}

.p18 {
  font-size: 18px;
}

.p20 {
  font-size: 20px;
}

.p21 {
  font-size: 21px;
}

.p22 {
  font-size: 22px;
}

.p24 {
  font-size: 24px;
}

.p26 {
  font-size: 26px;
}

.p28 {
  font-size: 28px;
}

.p30 {
  font-size: 30px;
}

.p32 {
  font-size: 32px;
}

.p40 {
  font-size: 40px;
}

.p48 {
  font-size: 48px;
}

.cw-red {
  color: #B71C1C;
}

.cw-grey {
  color: #666666;
}

.cw-white {
  color: #fff;
}

.cw-black {
  color: #02171B;
}

.cw-bold {
  font-weight: bold;
}

@media (max-width: 1599.98px) {
  .h1, h1 {
    font-size: 85px;
  }
  .h2, h2 {
    font-size: 65px;
  }
  .h3, h3 {
    font-size: 42px;
  }
  .h4, h4 {
    font-size: 35px;
  }
}
@media (max-width: 1199.98px) {
  .h1, h1 {
    font-size: 76px;
  }
  .h2, h2 {
    font-size: 60px;
  }
  .h3, h3 {
    font-size: 40px;
  }
  .h4, h4 {
    font-size: 29px;
  }
  .p28 {
    font-size: 21px;
  }
  .p30 {
    font-size: 24px;
  }
  .p22 {
    font-size: 18px;
  }
  .p20 {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  h1, .h1 {
    font-size: 80px;
  }
  h2, .h2 {
    font-size: 48px;
  }
  .h3, h3 {
    font-size: 28px;
  }
  .h4, h4 {
    font-size: 33px;
  }
}
@media (max-width: 767.98px) {
  h1, .h1 {
    font-size: 70px;
  }
  h2, .h2 {
    font-size: 44px;
  }
  .h3, h3 {
    font-size: 25px;
  }
  .h4, h4 {
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  h1, .h1 {
    font-size: 51px;
  }
  h2, .h2 {
    font-size: 32px;
  }
  .h3, h3 {
    font-size: 22px;
  }
  .h4, h4 {
    font-size: 27px;
  }
}
.bg-red {
  background: #B71C1C;
}

.bg-black {
  background: #02171B;
}

.bg-white {
  background: #fff;
}

.bg-grey {
  background: #7D7B7B;
}

.bg-image {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -2;
}
.bg-image.bg-bottom-right {
  background-position: bottom right;
}
.bg-image.bg-left-top {
  background-position: left top;
}
.bg-image.bg-image-size-auto {
  background-size: auto;
}
.bg-image.block_1 {
  background-position: 0% center;
  background-size: inherit;
}
.bg-image.block_4 {
  background-position: 100% center;
  background-size: inherit;
}
.bg-image.block_8 {
  background-position: 100% 65%;
  background-size: inherit;
}
.bg-image.block_9 {
  background-position: 0% 40%;
  background-size: inherit;
}
@media (max-width: 1599.98px) {
  .bg-image.block_4 {
    background-position: 100% 65%;
    background-size: 60%;
  }
  .bg-image.block_9 {
    background-size: 45%;
  }
}
@media (max-width: 1199.98px) {
  .bg-image.block_4 {
    background-size: 0%;
  }
  .bg-image.block_9 {
    background-size: 40%;
  }
}
@media (max-width: 991.98px) {
  .bg-image.block_1 {
    background-position: center 21%;
    background-size: contain;
  }
  .bg-image.block_9 {
    background-size: 0%;
  }
}
@media (max-width: 767.98px) {
  .bg-image.block_4 {
    background-position: 50% 100%;
    background-size: 100%;
  }
  .bg-image.block_9 {
    background-position: center -45px;
    background-size: 89%;
  }
}
@media (max-width: 575.98px) {
  .bg-image.block_1 {
    background-position: 6% 21%;
    background-size: 210%;
  }
  .bg-image.block_9 {
    background-position: center -22px;
    background-size: 100%;
  }
}

.blob-bg {
  position: relative;
  z-index: 2;
}
.blob-bg::before {
  content: "";
  position: absolute;
  height: 100%;
  aspect-ratio: 721/1018;
  left: 40%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.2);
  /* border-radius: 70% 45% 65% 35% / 75% 35% 60% 40%; */
  pointer-events: none;
  z-index: -1;
  background: url(../img/blob-hero1.svg);
  filter: blur(144px);
  opacity: 0.7;
  z-index: -1;
}

.section-cf, .section-prices {
  position: relative;
  overflow: visible;
}

.section-cr .container, .section-prices .container, .section-schedule .container {
  position: relative;
  z-index: 2;
}

.section-cf .between-line {
  position: absolute;
  left: 0;
  right: 0;
  top: -333px;
  height: 718px;
  background-image: url(../img/filter_line.png);
  background-repeat: no-repeat;
  background-position: 100% center;
  background-size: contain;
  pointer-events: none;
  z-index: -1;
}

.section-prices {
  position: relative;
}

.section-prices .bg-img {
  position: absolute;
  left: 0;
  right: 0;
  top: -150px;
  height: 552px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  pointer-events: none;
  z-index: -1;
}

@media (max-width: 1599.98px) {
  .section-prices .bg-img {
    background-size: 70%;
  }
}
@media (max-width: 1199.98px) {
  .section-prices .bg-img {
    background-size: 60%;
  }
}
@media (max-width: 767.98px) {
  .section-prices .bg-img {
    background-size: 100%;
  }
  .section-cf .between-line {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .section-prices .bg-img {
    top: -18%;
    background-position: left center;
    background-size: 135%;
  }
}
.skew {
  position: relative;
  display: inline-block;
  padding: 0;
  border: none;
  background: transparent;
  text-decoration: none;
  cursor: pointer;
}
.skew::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 3px;
  transform: skewX(-15deg);
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 32px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: var(--bs-accent-font-family);
  white-space: nowrap;
  color: #fff;
  transition: all 0.2s ease-in-out;
}
.btn:hover {
  color: #fff;
}

.btn-cf {
  padding: 23px 23px;
  font-size: 16px;
  width: 100%;
  font-family: var(--bs-accent-font-family);
}

.btn-xl {
  padding: 20px 40px;
  font-size: 16px;
  width: 100%;
}

.btn-lg {
  padding: 22px 40px;
  font-size: 16px;
}

.btn-md {
  padding: 14px 36px;
  font-size: 16px;
}

.btn-header::before {
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: transparent;
}

.btn-red::before {
  background: #B71C1C;
  color: #fff;
}

.btn:first-child:active {
  background: transparent;
  color: #fff;
  border-color: transparent !important;
}

.btn-red:hover::before {
  background: #730000;
  color: #fff;
}

.btn-header:hover::before {
  background: #730000;
  color: #fff;
  border: #730000;
}

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

.block_1_btn .btn-red::before {
  box-shadow: 0px 0px 40px rgba(183, 28, 28, 0.7);
  transition: all 0.3s ease;
}
.block_1_btn .btn-red:hover::before {
  box-shadow: 0px 0px 40px rgba(115, 0, 0, 0.6);
}

@media (max-width: 1199.98px) {
  .btn-cf {
    padding: 23px 23px;
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .btn-cf {
    padding: 18px 18px;
    font-size: 14px;
  }
  .btn-lg {
    padding: 20px 28px;
    font-size: 14px;
  }
  .btn-md {
    padding: 15px 28px;
    font-size: 14px;
  }
}
.footer-wrapper {
  justify-content: space-between;
  display: flex;
}

.footer {
  background: #011012;
  position: relative;
  clip-path: polygon(0 12%, 100% 0%, 100% 100%, 0 100%);
  transform: translateY(-50px);
  overflow: hidden;
}
.footer .nav-logo-wrapper {
  position: relative;
}
.footer .nav-logo {
  width: 130px;
}
.footer .footer_title {
  font-style: italic;
  text-transform: uppercase;
}
.footer .footer_text {
  font-size: 20px;
}
.footer .footer_contact {
  display: flex;
  gap: 10px;
  align-items: center;
}
.footer .footer_contact span {
  color: #666666;
  font-size: 24px;
}
.footer .footer_contact a {
  color: #B71C1C !important;
  transition: all 0.3s ease;
}
.footer .footer_contact a:hover {
  text-decoration: underline;
  transition: all 0.3s ease;
}
.footer .footer_link {
  display: flex;
  gap: 18px;
}
.footer .footer_link .circle {
  width: 48px;
  height: 48px;
  background: #B71C1C;
  border-radius: 100px;
  align-content: center;
  text-align: center;
  transition: all 0.3s ease;
}
.footer .footer_link .circle span {
  font-size: 24px;
  color: #fff;
}
.footer .footer_link .circle:hover {
  box-shadow: 0px 0px 30px rgba(183, 28, 28, 0.95);
}

@media (max-width: 1199.98px) {
  .footer {
    clip-path: polygon(0 7%, 100% 0%, 100% 100%, 0 100%);
  }
}
@media (max-width: 991.98px) {
  .footer {
    clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0 100%);
  }
  .footer .nav-logo-wrapper {
    left: 0px;
  }
}
@media (max-width: 575.98px) {
  .footer {
    clip-path: polygon(0 3%, 100% 0%, 100% 100%, 0 100%);
  }
  .footer .nav-logo {
    width: 105px;
  }
  .footer .footer_text {
    font-size: 16px;
  }
}
.partners {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners img {
  aspect-ratio: 3/2;
  max-width: 100%;
  object-fit: contain;
  max-height: 140px;
}

.to-top-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.08) 55%, rgba(255, 255, 255, 0.04) 80%, rgba(255, 255, 255, 0.02) 100%);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  /* Имитируем выпуклость линзы */
  box-shadow: inset 0 12px 25px rgba(255, 255, 255, 0.15), inset 0 -15px 30px rgba(0, 0, 0, 0.2), 0 20px 40px rgba(0, 0, 0, 0.35);
  color: #fff;
  font-size: 26px;
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  /* Легкое искажение — эффект рыбьего глаза */
  transform: perspective(600px) scale(1) translateZ(0);
  transition: transform 0.35s ease, opacity 0.3s ease;
  z-index: 9999;
}

.to-top-btn:hover {
  background: #b71c1c;
  box-shadow: none;
}

.to-top-btn.show {
  display: flex;
  opacity: 1;
}

.to-top-btn.hide {
  opacity: 0;
}

@media (max-width: 991.98px) {
  .to-top-btn {
    bottom: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
  }
}
.cf {
  display: flex;
  opacity: 1;
  transition: opacity 0.4s ease;
}

/* Спиннер CF7 прячем */
.wpcf7-form .wpcf7-spinner {
  display: none;
}

/* Стандартный текст ошибки CF7 под полем не показываем */
.wpcf7-not-valid-tip {
  display: none !important;
}

/* Текстовая кнопка (если используется где-то ещё) */
.input-text {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 32px;
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap;
  color: #fff;
}

/* ===== ПОЛЕ (базовое состояние) ===== */
.skew-field {
  position: relative;
  display: inline-block;
  padding: 12px 18px;
  margin-right: 25px;
  align-content: center;
}
.skew-field::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  transform: skewX(-15deg);
  border-radius: 2px;
  transition: box-shadow 0.2s ease;
}

/* input внутри поля */
.skew-field .wpcf7-form-control.skew-input {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  font-size: 20px;
  color: #000;
  padding: 0;
}

/* placeholder */
.skew-field .wpcf7-form-control.skew-input::placeholder {
  color: #999999;
}

/* фокус по-умолчанию (без ошибки) */
.skew-field .wpcf7-form-control.skew-input:focus {
  outline: none;
  box-shadow: none;
}

/* ===== ОШИБКА ДЛЯ ЗАПОЛНЕННОГО, НО НЕВЕРНОГО ЗНАЧЕНИЯ ===== */
.skew-field.cf-inline-error-filled {
  animation: cf-error-pulse 0.35s ease-out;
}

/* текст остаётся видимым, но красным */
.skew-field.cf-inline-error-filled .wpcf7-form-control.skew-input {
  color: #B71C1C !important;
  -webkit-text-fill-color: #B71C1C !important;
  caret-color: #B71C1C !important;
}

/* placeholder тоже слегка красный (если вдруг есть) */
.skew-field.cf-inline-error-filled .wpcf7-form-control.skew-input::placeholder {
  color: #e27a7a !important;
}

/* Ховер / фокус — красивое подсвечивание */
.skew-field:hover::before,
.skew-field:focus-within:before {
  box-shadow: 0px 13px 62px rgba(183, 28, 28, 0.7);
}

/* можно чуть подсветить текст при фокусе */
.skew-field:focus-within .wpcf7-form-control.skew-input {
  color: #000000;
}

.skew-field:focus-within .wpcf7-form-control.skew-input::placeholder {
  color: #999999;
}

/* ===== СОСТОЯНИЕ ОШИБКИ (включает JS классом .cf-inline-error) ===== */
.skew-field.cf-inline-error {
  animation: cf-error-pulse 0.35s ease-out;
}

/* скрываем текст и плейсхолдер, пока показываем текст ошибки */
.skew-field.cf-inline-error .wpcf7-form-control.skew-input {
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  text-shadow: none !important;
  caret-color: transparent !important;
}

.skew-field.cf-inline-error .wpcf7-form-control.skew-input::placeholder {
  color: transparent !important;
}

/* текст ошибки внутри плашки (берётся из data-error на .skew-field) */
.skew-field.cf-inline-error::after {
  content: attr(data-error);
  position: absolute;
  inset: 0;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #B71C1C;
  font-weight: 400;
  pointer-events: none;
  background: transparent;
  z-index: 2;
}

.skew-field.cf-inline-error::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: linear-gradient(0deg, #ffd3d3, #ffffff);
  transform: skewX(-15deg);
  transform-origin: left;
  z-index: 1;
}

/* пульс тени */
@keyframes cf-error-pulse {
  0% {
    box-shadow: 0px 0px 0px rgba(183, 28, 28, 0);
  }
  50% {
    box-shadow: 0px 18px 72px rgba(183, 28, 28, 0.1);
  }
  100% {
    box-shadow: 0px 13px 62px rgba(183, 28, 28, 0.3);
  }
}
/* при ошибке не усиливаем тень дополнительно */
/* ===== КНОПКА ФОРМЫ (ОТДЕЛЬНЫЙ КЛАСС, ЧТОБЫ НЕ ЛЕЗТЬ В ГЛОБАЛЬНЫЙ .skew) ===== */
.skew_cf.btn-red {
  background: #B71C1C;
  border-radius: 4px;
  transform: skewX(-15deg);
  transition: all 0.2s ease-in-out;
}

.skew_cf.btn-red:hover {
  background: #730000;
  color: #fff;
}

.skew_cf.btn-red .btn {
  transform: skewX(15deg);
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  background: transparent;
  cursor: pointer;
}

/* Прячем стандартный общий вывод ответа CF7 */
.wpcf7-response-output {
  display: none !important;
}

/* Блок "спасибо" по умолчанию скрыт */
.cf-success-message {
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}

/* Стиль блока "спасибо" */
.cf-success-title {
  font-family: var(--bs-accent-font-family);
  font-size: 37px !important;
  font-weight: 900;
  font-style: italic;
  color: #ffffff;
  margin-bottom: 25px;
}
.cf-success-title p {
  font-family: var(--bs-accent-font-family);
  font-size: 37px !important;
  font-weight: 900;
  font-style: italic;
  color: #ffffff;
  margin-bottom: 25px;
}

.cf-success-text {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}
.cf-success-text p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}

@media (max-width: 1199.98px) {
  .skew-field {
    margin-right: 15px;
  }
}
@media (max-width: 767.98px) {
  .cf {
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
    justify-content: center;
  }
  .cf .skew-field {
    flex: 0 0 calc(50% - 25px);
    max-width: calc(50% - 25px);
  }
  .skew-field {
    margin-right: 0px;
  }
  .cf .skew_cf {
    flex: 0 0 100%;
    max-width: 96%;
    display: flex;
    justify-content: center;
  }
  .skew-field .wpcf7-form-control.skew-input {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .cf {
    row-gap: 12px;
  }
  .cf .skew-field {
    flex: 0 0 96%;
    max-width: 96%;
  }
}
.block_1 {
  position: relative;
  z-index: 1;
}
.block_1 p {
  line-height: 130%;
  color: #b4b4b4;
  line-height: 130%;
  font-size: 18px;
}
.block_1 p strong {
  opacity: 1;
  color: #fff;
}

.strock-text-block {
  position: relative;
}
.strock-text-block .block1_titile {
  font-family: "Sports World", sans-serif;
  text-transform: uppercase;
  font-size: 225px;
  color: #fff !important;
  line-height: 100%;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  -webkit-text-stroke: 4px #fff;
  text-stroke: 4px #fff;
  z-index: 2;
}
.strock-text-block .stroke {
  font-family: "Sports World", sans-serif;
  text-transform: uppercase;
  font-size: 225px;
  line-height: 100%;
  position: absolute;
  color: transparent;
  -webkit-text-stroke: 4px #fff;
  text-stroke: 4px #fff;
  pointer-events: none;
  display: inline-block;
  white-space: nowrap;
  top: 0;
  left: 0;
  z-index: 3;
}
.strock-text-block .blob-bg {
  position: absolute;
  right: -25px;
  bottom: -285px;
  z-index: 2;
}
.strock-text-block .blob-bg::before {
  display: none;
}
.strock-text-block .blob-bg .img-fluid {
  position: relative;
  z-index: 4;
}
.strock-text-block .blog-shadow {
  position: absolute;
  width: 721px;
  height: 1018px;
  right: 0;
  bottom: -200px;
  transform: scale(1.2);
  /* border-radius: 70% 45% 65% 35% / 75% 35% 60% 40%; */
  pointer-events: none;
  z-index: 1;
  background: url(../img/blob-hero1.svg);
  filter: blur(144px);
  opacity: 0.7;
  z-index: 1;
}

.block_1_btn {
  display: flex;
  gap: 22px;
  align-items: center;
  position: relative;
  z-index: 3;
}

.block_1_btn_p {
  color: #fff !important;
}

@media (max-width: 1599.98px) {
  .strock-text-block .block1_titile, .strock-text-block .stroke {
    font-size: 215px;
  }
}
@media (max-width: 1199.98px) {
  .strock-text-block .block1_titile, .strock-text-block .stroke {
    font-size: 185px;
  }
  .block_1_btn {
    flex-flow: wrap-reverse;
  }
}
@media (max-width: 991.98px) {
  .strock-text-block .blob-bg {
    position: relative;
    right: auto;
    bottom: auto;
  }
  .block_1 {
    text-align: center;
  }
  .block_1 .mb-45 {
    margin-bottom: 25px;
  }
  .blob-bg {
    margin-top: -12%;
  }
  .strock-text-block .block1_titile, .strock-text-block .stroke {
    font-size: 215px;
    text-align: start;
    display: block;
    position: absolute;
    top: 20%;
    white-space: normal;
  }
  .strock-text-block .blob-bg .img-fluid {
    width: 55%;
    transform: translateY(40px);
  }
  .strock-text-block .blog-shadow {
    right: 3%;
    bottom: -12%;
    opacity: 0.8;
    height: 500px;
  }
  .block_1_btn {
    flex-flow: column;
  }
}
@media (max-width: 767.98px) {
  .block_1_btn {
    flex-direction: column;
  }
  .block_1_btn p {
    color: #fff;
  }
  .block_1_btn .ic-arr-r {
    display: none;
  }
  .strock-text-block {
    margin-top: 180px;
    margin-bottom: 30px;
  }
  .strock-text-block .block1_titile, .strock-text-block .stroke {
    font-size: 22vw;
  }
  .strock-text-block .block1_titile {
    text-align: start;
    display: block;
    position: relative;
    white-space: normal;
  }
  .strock-text-block .stroke {
    text-align: start;
    display: block;
    position: absolute;
    top: 0;
    white-space: normal;
  }
  .strock-text-block .blob-bg {
    top: -75%;
  }
  .strock-text-block .blob-bg .img-fluid {
    width: 100%;
    transform: translateY(0px);
  }
  .strock-text-block .blob-bg {
    position: absolute;
    right: auto;
    bottom: auto;
  }
  .strock-text-block .blog-shadow {
    width: 921px;
    height: 500px;
    right: -50%;
    bottom: -70%;
    opacity: 0.8;
  }
}
@media (max-width: 575.98px) {
  .strock-text-block .block1_titile, .strock-text-block .stroke {
    font-size: 27vw;
  }
  .strock-text-block .blob-bg {
    top: -100%;
  }
  .strock-text-block .blog-shadow {
    width: 600px;
    height: 440px;
    right: 2%;
    bottom: -60%;
    opacity: 0.7;
  }
}
.block_2 {
  position: relative;
  z-index: 5;
  clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
}
.block_2 .adv-icon {
  height: 90px;
}
.block_2 .adv-title {
  font-family: var(--bs-accent-font-family);
  font-style: italic;
}
.block_2 .adva-text {
  font-weight: 200;
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 991.98px) {
  .section-advantages {
    margin-top: -40px;
  }
  .block_2 {
    position: relative;
    z-index: 5;
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
  }
  .adv-card {
    display: flex;
    gap: 12px;
  }
}
@media (max-width: 767.98px) {
  .section-advantages {
    margin-top: 0px;
  }
  .block_2 {
    position: relative;
    z-index: 5;
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
  }
  .block_2 .adv-icon {
    height: auto;
    width: 70px;
  }
}
.background-heading {
  font-family: "Sports World", sans-serif;
  text-transform: none;
  font-style: normal;
  font-size: 190px;
  color: rgba(255, 255, 255, 0.03);
  z-index: 1;
  white-space: nowrap;
  pointer-events: none;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: -15%;
  right: -12%;
}
.background-heading.bg-train {
  top: -100%;
  right: auto;
  justify-self: center;
}
@media (max-width: 1599.98px) {
  .background-heading {
    font-size: 14vw;
    right: 0%;
  }
}
@media (max-width: 1199.98px) {
  .background-heading {
    width: 100%;
    left: 0;
    font-size: 15vw;
  }
}
@media (max-width: 991.98px) {
  .background-heading {
    top: -5%;
  }
  .background-heading.bg-train {
    top: 27%;
  }
}
@media (max-width: 767.98px) {
  .background-heading {
    top: -4%;
  }
  .background-heading.bg-train {
    top: 30%;
  }
}
@media (max-width: 575.98px) {
  .background-heading {
    font-size: 19.5vw;
    top: -4%;
  }
  .background-heading.bg-train {
    top: -35%;
  }
}
@media (max-width: 440px) {
  .background-heading.bg-train {
    top: -25%;
  }
}

.block_3 {
  position: relative;
}
.block_3 .between-line {
  position: absolute;
  left: 0;
  right: 0;
  top: -60px;
  height: 718px;
  background-image: url(../img/filter_line_left.png);
  background-repeat: no-repeat;
  background-position: 0% center;
  background-size: contain;
  pointer-events: none;
  z-index: -1;
}

.trainer-bg .blog-shadow {
  position: absolute;
  width: 449px;
  height: 635px;
  aspect-ratio: 449/635;
  right: 180px;
  bottom: -100px;
  transform: scale(1.2);
  /* border-radius: 70% 45% 65% 35% / 75% 35% 60% 40%; */
  pointer-events: none;
  z-index: 1;
  background: url(../img/blob-hero1.svg);
  filter: blur(144px);
  opacity: 0.7;
  z-index: 1;
}
.trainer-bg .trai-img {
  width: 97%;
  position: relative;
  z-index: 1;
}
.trainer-bg .trai-bg-text {
  position: absolute;
  max-width: 85%;
  right: 0;
  bottom: 0%;
  padding: 30px 30px 30px 75px;
  background-color: #fff;
  z-index: 1;
  display: block;
}
.trainer-bg .trai-bg-text .trai-text {
  color: #02171B;
  z-index: 2;
  position: relative;
  font-size: 16px;
  line-height: 150%;
  z-index: 3;
  position: relative;
}
.trainer-bg .trai-bg-text .trai-logo {
  position: absolute;
  left: -15%;
  bottom: -6%;
  width: 130px;
  z-index: 4;
}
.trainer-bg .trai-bg-text .trai-icon {
  position: absolute;
  right: 10%;
  top: -20%;
  height: 48px;
  z-index: 5;
}

.train-title {
  text-transform: uppercase;
  font-style: italic;
  position: relative;
  z-index: 3;
}

.train-text {
  color: rgba(255, 255, 255, 0.7);
  line-height: 150%;
}

.train-sub-text {
  border-left: 4px solid #B71C1C;
  padding-left: 25px;
  font-size: 24px;
  line-height: 130%;
}

@media (max-width: 1199.98px) {
  .trainer-bg .blog-shadow {
    width: 400px;
    height: 520px;
  }
  .trainer-bg .trai-bg-text {
    max-width: 94%;
    padding: 20px 20px 20px 75px;
  }
  .trainer-bg .trai-bg-text .trai-icon {
    top: -17%;
    height: 40px;
  }
  .train-sub-text {
    font-size: 22px;
  }
}
@media (max-width: 991.98px) {
  .block_3 .between-line {
    display: none;
  }
  .trainer-bg .trai-bg-text {
    max-width: 98%;
  }
  .trainer-bg .trai-bg-text .trai-logo {
    left: -11%;
  }
}
@media (max-width: 767.98px) {
  .train-sub-text {
    font-size: 20px;
  }
  .trainer-bg .trai-img {
    width: 100%;
  }
  .trainer-bg .trai-bg-text {
    max-width: 100%;
    bottom: -17%;
    padding: 30px;
  }
  .trainer-bg .trai-bg-text .trai-logo {
    left: 4%;
    bottom: 104%;
    width: 90px;
  }
  .trainer-bg .trai-bg-text .trai-icon {
    right: 10%;
    top: 83%;
    height: 35px;
  }
}
@media (max-width: 575.98px) {
  .train-sub-text {
    font-size: 17px;
  }
  .trainer-bg .trai-bg-text {
    bottom: -92px;
  }
  .trainer-bg .trai-bg-text .trai-logo {
    left: 2%;
    bottom: 102%;
    width: 80px;
  }
  .trainer-bg .trai-bg-text .trai-icon {
    right: 7%;
    top: 90%;
    height: 25px;
  }
}
.train-title,
.train-text,
.train-sub-text {
  position: relative;
  z-index: 2;
}

@media (max-width: 1200px) and (min-width: 992px) {
  .block_1 {
    position: relative;
    z-index: 2;
  }
}
.section-reach {
  position: relative;
  z-index: 2;
}

.red-line {
  width: 50px;
  height: 4px;
  background: #B71C1C;
}

.reach-card {
  position: relative;
  border-radius: 8px;
  padding: 24px 27px;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0));
}
.reach-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 1px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(253, 253, 253, 0));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.reach-card p {
  line-height: 130%;
  color: #b4b4b4;
  line-height: 130%;
}
.reach-card p strong {
  opacity: 1;
  color: #fff;
}

.reach-title {
  position: relative;
  z-index: 3;
}

@media (max-width: 1599.98px) {
  .reach-card {
    padding: 18px;
  }
}
@media (max-width: 991.98px) {
  .reach-card {
    display: flex;
    gap: 15px;
  }
  .reach-card img {
    height: 48px;
  }
}
@media (max-width: 575.98px) {
  .reach-title {
    margin-bottom: 30px !important;
  }
  .red-line {
    display: none;
  }
  .red-line.mb-40 {
    margin-bottom: auto;
  }
}
.line {
  position: relative;
}

.block_line {
  display: flex;
  padding: 33px 0;
  justify-content: space-between;
  align-items: center;
}
.block_line h2, .block_line h4 {
  text-transform: uppercase;
  font-style: italic;
}

.block_5_1 {
  transform: skewY(-2.75deg);
}

@media (max-width: 1199.98px) {
  .block_line {
    gap: 10px;
  }
  .block_line h2 {
    white-space: nowrap;
  }
}
@media (max-width: 991.98px) {
  .block_line {
    padding: 28px 0;
  }
  .block_line h4 {
    font-size: 22px;
  }
  .block_line h2 {
    font-size: 45px;
  }
  .trai-icon12 {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .block_line {
    padding: 25px 0;
  }
  .trai-icon22 {
    display: none;
  }
  .block_line {
    padding: 28px 0;
  }
  .block_line h4 {
    font-size: 20px;
  }
  .block_line h2 {
    font-size: 40px;
  }
}
@media (max-width: 575.98px) {
  .block_line {
    gap: 12px;
    padding: 23px 0;
  }
  .block_line h4 {
    font-size: 18px;
  }
  .block_line h2 {
    font-size: 35px;
  }
  .block_line img {
    height: 28px;
  }
}
@media (max-width: 520px) {
  .trai-icon12, .trai-icon22 {
    display: none;
  }
}
@media (max-width: 415px) {
  .trai-icon23 {
    display: none;
  }
}
.block_5 {
  position: relative;
}
.block_5 .blog-shadow {
  position: absolute;
  width: 449px;
  height: 635px;
  aspect-ratio: 449/635;
  right: 290px;
  top: -275px;
  transform: scale(0.9) rotate(57deg);
  /* border-radius: 70% 45% 65% 35% / 75% 35% 60% 40%; */
  pointer-events: none;
  z-index: -1;
  background: url(../img/blob-hero1.svg);
  filter: blur(144px);
  opacity: 0.38;
  z-index: -1;
}
.block_5 .blog-shadow.end {
  left: -130px;
  right: auto;
  bottom: -200px;
  opacity: 0.42;
}

.direction-text {
  color: rgba(255, 255, 255, 0.7);
  line-height: 150%;
}

.sub_block_direction {
  font-family: var(--bs-body-font-family) !important;
  line-height: 135%;
  font-size: 24px;
  font-weight: 500;
}

.direction-card {
  background: linear-gradient(180deg, rgba(183, 28, 28, 0), rgba(183, 28, 28, 0.4));
  overflow: hidden;
}
.direction-card img {
  transition: all 0.5s ease-in-out;
}
.direction-card .direction-card_ghost {
  position: absolute;
  top: 0%;
  text-transform: uppercase;
  font-family: var(--bs-accent-font-family);
  font-size: 123px;
  font-style: italic;
  font-weight: 800;
  color: #B71C1C;
  z-index: -1;
  opacity: 0.25;
  display: flex;
  justify-content: center;
  width: 100%;
}
.direction-card .direction-card_ghost.ghost_4 {
  font-size: 83px;
  line-height: 0.85;
  text-transform: uppercase;
  text-align: center;
  display: block;
  width: 100%;
  top: 3%;
}
@media (max-width: 1599.98px) {
  .direction-card .direction-card_ghost {
    font-size: 8.5vw;
  }
  .direction-card .direction-card_ghost.ghost_4 {
    font-size: 6vw;
  }
}
@media (max-width: 767.98px) {
  .direction-card .direction-card_ghost {
    font-size: 13vw;
  }
  .direction-card .direction-card_ghost.ghost_4 {
    font-size: 11vw;
  }
}
.direction-card .direction-card_title {
  position: absolute;
  bottom: 8%;
  text-transform: uppercase;
  font-style: italic;
  display: flex;
  justify-content: center;
  width: 100%;
}
.direction-card:hover .direction-card__img {
  transform: scale(1.1);
}

@media (max-width: 575.98px) {
  .sub_block_direction {
    margin-top: 0px !important;
  }
  .block_5 .blog-shadow {
    display: none;
  }
}
.block_8 .blog-shadow {
  position: absolute;
  width: 449px;
  height: 635px;
  aspect-ratio: 449/635;
  right: 210px;
  bottom: 275px;
  transform: scale(0.9) rotate(57deg);
  /* border-radius: 70% 45% 65% 35% / 75% 35% 60% 40%; */
  pointer-events: none;
  z-index: -1;
  background: url(../img/blob-hero1.svg);
  filter: blur(144px);
  opacity: 0.38;
  z-index: -1;
}
.block_8 .blog-shadow.end {
  left: -130px;
  right: auto;
  bottom: -200px;
  opacity: 0.42;
}

.schedule-subtitle {
  color: rgba(255, 255, 255, 0.7);
  line-height: 150%;
}

.schedule-switch {
  display: inline-flex;
  align-items: stretch;
  background: #0F2327;
  padding: 10px;
  gap: 10px;
}
.schedule-switch .schedule-tab {
  background: #B71C1C;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  min-width: 190px;
  padding: 12px 20px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  background: transparent;
  color: #ffffff;
  gap: 5px;
}
.schedule-switch .schedule-tab.active {
  background: #B71C1C;
}
.schedule-switch .schedule-tab.active:hover {
  background: #B71C1C;
}
.schedule-switch .schedule-tab.price {
  min-width: auto;
}
.schedule-switch .schedule-tab:hover {
  background: rgba(255, 255, 255, 0.05);
}

.schedule-tab_name {
  font-size: 20px;
  text-transform: uppercase;
}

.schedule-tab_addr {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  text-align: start;
}

.schedule-grid .schedule-day-title {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: capitalize;
  font-weight: 300;
}

.schedule-block {
  display: none;
}

.schedule-block.active {
  display: block;
}

.schedule-card {
  position: relative;
  overflow: hidden;
  min-height: 180px;
  background: radial-gradient(300% 90% at 50% -15%, rgba(183, 28, 28, 0.7) 0%, rgba(183, 28, 28, 0) 55%);
  border-top: 4px solid #B71C1C;
  padding: 20px;
  color: white;
  text-align: start;
  transition: background 0.4s ease;
}
.schedule-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.02;
}
.schedule-card:hover {
  background: radial-gradient(300% 140% at 50% -15%, rgba(183, 28, 28, 0.7) 0%, rgba(183, 28, 28, 0) 55%);
}
.schedule-card:hover::before {
  opacity: 0.06;
}
.schedule-card .schedule-time {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
  margin-bottom: 24px;
}
.schedule-card .schedule-time .schedule-card__time {
  font-size: 14px;
  color: #fff;
}
.schedule-card .schedule-card__name {
  font-family: var(--bs-accent-font-family);
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 24px;
}
.schedule-card .schedule-card__desc {
  color: #666666;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .schedule-card {
    padding: 12px;
  }
  .schedule-card .schedule-time {
    margin-bottom: 20px;
  }
  .schedule-card .schedule-time .schedule-card__time {
    font-size: 13px;
  }
  .schedule-card .schedule-card__name {
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .schedule-title {
    margin-bottom: 15px !important;
  }
  .schedule-switch {
    margin-bottom: 20px !important;
  }
  .schedule-card {
    min-height: 156px;
  }
}
@media (max-width: 575.98px) {
  .section-schedule {
    position: relative;
  }
  .section-schedule .schedule-switch {
    width: 100%;
  }
  .section-schedule.text-center {
    text-align: start !important;
  }
  .section-schedule .schedule-tab {
    padding: 12px;
    text-align: start;
    min-width: 48%;
  }
  .section-schedule .schedule-tab .schedule-tab_name {
    font-size: 16px;
  }
  .section-schedule .schedule-tab .schedule-tab_addr {
    font-size: 12px;
    line-height: 150%;
  }
  .schedule-card {
    min-height: 136px;
  }
  .schedule-card .schedule-time, .schedule-card .schedule-card__name {
    margin-bottom: 14px;
  }
}
.price-card {
  padding: 30px 15px 30px 15px;
  transition: padding 0.3s ease, background 0.3s ease;
  height: 100%;
}
.price-card:hover {
  background: rgba(255, 255, 255, 0.05);
}
.price-card .price-card_title {
  width: 65%;
  color: #666666;
  line-height: 115%;
  font-style: italic;
  text-transform: uppercase;
}
.price-card .price-card_text {
  color: rgba(255, 255, 255, 0.7);
}
.price-card .price-card_price {
  color: #B71C1C;
  display: flex;
  align-items: end;
  gap: 10px;
  min-height: 70px;
}
.price-card .price-card_price_numbers, .price-card .price-card_price_text {
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
}
.price-card .price-card_price_text {
  line-height: 130%;
}
.price-card .skew {
  width: 100%;
}

@media (max-width: 1599.98px) {
  .price-card {
    padding: 20px 10px;
  }
  .price-card .price-card_title {
    width: 74%;
  }
  .price-card .mb-30 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199.98px) {
  .price-card .price-card_title {
    width: 90%;
  }
  .price-card .price-card_price {
    min-height: 65px;
  }
}
@media (max-width: 991.98px) {
  .price-card {
    background: rgba(255, 255, 255, 0.05);
  }
  .price-card .price-card_title {
    width: 80%;
  }
  .price-card .price-card_price {
    min-height: 48px;
  }
}
@media (max-width: 575.98px) {
  .price-card .price-card_price {
    min-height: 32px;
  }
  .price-card .price-card_price h2 {
    font-size: 37px;
  }
  .block_8 .schedule-switch {
    width: 100%;
  }
  .block_8 .schedule-switch .schedule-tab {
    width: 48%;
    align-items: center;
  }
  .block_8 .schedule-switch .schedule-tab .schedule-tab_name {
    font-size: 16px;
  }
}
.cf_text {
  color: rgba(255, 255, 255, 0.7);
}

.cf_titile {
  color: #B71C1C;
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  overflow-y: auto;
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 966px;
  width: 100%;
  background: #0F2327;
  padding: 100px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  color: #fff;
}

.modal-inner {
  position: relative;
}

.close-modal {
  position: absolute;
  top: 14px;
  right: 18px;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  color: #9CA3AF;
  transition: color 0.2s ease;
}

.close-modal:hover {
  color: #FFFFFF;
}

#custom-modal .direction-form {
  margin: 0;
  max-width: 100%;
}

#custom-modal .cf_titile {
  font-style: italic;
  font-weight: 800;
}

@media (max-width: 991.98px) {
  .modal-content {
    max-width: 820px;
    padding: 40px;
  }
}
@media (max-width: 825px) {
  .modal-content {
    max-width: 700px;
  }
  .modal-content .cf {
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
    justify-content: center;
  }
  .modal-content .cf .skew-field {
    margin-right: 0px;
    flex: 0 0 calc(50% - 25px);
    max-width: calc(50% - 25px);
  }
  .modal-content .cf .skew_cf {
    flex: 0 0 100%;
    max-width: 96%;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 715px) {
  .modal-content {
    max-width: 560px;
    padding: 30px;
  }
  .modal-content .cf {
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 15px;
    justify-content: center;
  }
  .modal-content .cf .skew-field {
    flex: 0 0 calc(50% - 25px);
    max-width: calc(50% - 25px);
  }
  .modal-content .cf .skew_cf {
    flex: 0 0 100%;
    max-width: 96%;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .modal-content {
    max-width: 96%;
  }
  .modal-content .cf {
    row-gap: 12px;
  }
  .modal-content .cf .skew-field {
    flex: 0 0 96%;
    max-width: 96%;
  }
  #custom-modal .cf_titile {
    font-size: 45px;
  }
  .close-modal {
    top: 7px;
    right: 12px;
  }
}
.modal-body-default {
  display: block;
}

.modal-body-success {
  display: none;
  text-align: center;
}

.modal-content.modal-success-state {
  max-width: 570px;
  padding: 100px;
}

.modal-success-title {
  font-style: italic;
  font-weight: 900;
}

.modal-success-text {
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
}

.btn-cf-modal {
  font-family: var(--bs-accent-font-family);
}

@media (max-width: 1199.98px) {
  .modal-content.modal-success-state {
    max-width: 520px;
    padding: 70px;
  }
  .modal-content.modal-success-state .modal-success-title {
    font-size: 55px;
    margin-bottom: 30px !important;
  }
}
@media (max-width: 575.98px) {
  .modal-content.modal-success-state {
    max-width: 370px;
    padding: 30px;
  }
  .modal-content.modal-success-state .modal-success-title {
    font-size: 48px;
    margin-bottom: 20px !important;
  }
}
.strock-text-block,
.blob-bg,
.container,
.row,
.col-12 {
  overflow: visible;
}

.navbar {
  background: transparent;
  position: absolute;
  inset: 0% 0% auto;
  z-index: 10;
}

.nav-logo-wrapper {
  max-width: 100%;
  display: inline-block;
}

.nav-logo {
  width: 82px;
}

.navbar-nav {
  margin-left: 30px;
  margin-right: auto;
}
.navbar-nav a {
  color: #fff !important;
}

.navbar-brand {
  color: #fff !important;
  transition: 0.3s ease;
  border-radius: 6px;
  margin-right: 30px;
}
.navbar-brand:hover {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.6), 0 0 14px rgba(255, 255, 255, 0.4), 0 0 28px rgba(255, 255, 255, 0.2);
  /* без фона — фон всё портил */
  background: transparent;
  box-shadow: none; /* и без блочной тени */
}

.menu-item {
  transition: 0.3s;
  padding: 3px 15px;
  position: relative;
}
.menu-item::after, .menu-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #B71C1C, #ffffff);
  bottom: -5px;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease-out;
  opacity: 0.7;
}
.menu-item::before {
  top: -5px;
  transform-origin: left;
}
.menu-item:hover::after, .menu-item:hover::before {
  transform: scaleX(1);
}

@media (max-width: 1200px) {
  .navbar-nav {
    margin-left: auto;
  }
  .btn-md {
    padding: 16px 30px;
    font-size: 16px;
  }
  .menu-item {
    padding: 3px 8px;
  }
  .nav-logo {
    width: 64px;
  }
}
@media (max-width: 990px) {
  .navbar {
    height: 100px;
  }
  .navbar .container {
    position: relative;
  }
  .nav-logo-wrapper {
    position: absolute;
    left: 30px;
    z-index: 2000;
  }
  .navbar-toggler {
    position: absolute;
    right: 30px;
    z-index: 3100;
    border: none;
    background: transparent;
    padding: 0;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }
  .navbar-toggler {
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
  }
  .navbar-toggler,
  .navbar-toggler-icon,
  .navbar-toggler-icon::before,
  .navbar-toggler-icon::after {
    will-change: transform, opacity;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .navbar-toggler-icon {
    width: 24px;
    height: 2px;
    background: #fff;
    position: relative;
  }
  .navbar-toggler-icon::before,
  .navbar-toggler-icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 24px;
    height: 2px;
    background: #fff;
    transition: 0.25s;
  }
  .navbar-toggler-icon::before {
    top: -7px;
  }
  .navbar-toggler-icon::after {
    top: 7px;
  }
  .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
    background: transparent;
  }
  .navbar-toggler[aria-expanded=true] .navbar-toggler-icon::before {
    top: 0;
    transform: rotate(45deg);
  }
  .navbar-toggler[aria-expanded=true] .navbar-toggler-icon::after {
    top: 0;
    transform: rotate(-45deg);
  }
  #mainMenu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1500;
    padding-top: 100px;
    display: flex;
    min-height: 100vh;
    height: 100dvh;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    background-image: linear-gradient(to top, rgba(183, 28, 28, 0.93), rgba(2, 23, 27, 0)), linear-gradient(to bottom, #02171B, #02171B);
    background-repeat: no-repeat;
    background-size: 100% 70%, 100% 100%;
    background-position: bottom center, center center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  #mainMenu.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  #mainMenu.collapsing {
    display: flex;
    height: 100dvh !important;
    min-height: 100vh;
  }
  .navbar-nav {
    flex-direction: column;
    align-items: center;
    gap: 38px;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
  }
  .navbar-nav a {
    color: #fff !important;
    font-size: 24px;
  }
  .menu-item::before,
  .menu-item::after {
    display: none;
  }
  .navbar-brand {
    color: #fff !important;
    font-size: 30px;
    margin-bottom: 24px;
    margin-right: 0;
  }
  .skew.btn-header .btn {
    color: #fff;
    padding: 20px 50px;
    background: transparent;
  }
  #mainMenu.collapse {
    display: flex !important;
  }
  #mainMenu {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 850px) {
  #mainMenu {
    background-size: 100% 70%, 110%, cover;
  }
  .navbar {
    height: 90px;
  }
  .navbar .nav-logo {
    width: 60px;
  }
}
@media (max-width: 625px) {
  #mainMenu {
    background-size: 100% 70%, 130%, cover;
  }
}
@media (max-width: 520px) {
  .navbar {
    height: 75px;
  }
  .navbar .nav-logo {
    width: 54px;
  }
  .navbar-nav {
    gap: 30px;
  }
  .navbar-brand {
    font-size: 26px;
  }
}
.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.row-gap-6 {
  row-gap: 6px;
}

.row-gap-10 {
  row-gap: 10px;
}

.row-gap-20 {
  row-gap: 20px;
}

.row-gap-24 {
  row-gap: 24px;
}

.row-gap-30 {
  row-gap: 30px;
}

.row-gap-40 {
  row-gap: 40px;
}

.row-gap-60 {
  row-gap: 60px;
}

.row-custom-offset {
  margin-left: 6px;
  margin-right: 6px;
}
.row-custom-offset > * {
  padding-left: 3px;
  padding-right: 3px;
}

@media (max-width: 1199.98px) {
  .mb-24 {
    margin-bottom: 20px;
  }
  .mb-30 {
    margin-bottom: 30px;
  }
  .mb-40 {
    margin-bottom: 35px;
  }
  .mb-45 {
    margin-bottom: 40px;
  }
  .mb-50 {
    margin-bottom: 45px;
  }
  .mb-55 {
    margin-bottom: 50px;
  }
  .mb-60 {
    margin-bottom: 55px;
  }
  .mb-65 {
    margin-bottom: 60px;
  }
  .mb-70 {
    margin-bottom: 65px;
  }
  .mb-80 {
    margin-bottom: 75px;
  }
  .mt-24 {
    margin-top: 20px;
  }
  .mt-30 {
    margin-top: 30px;
  }
  .mt-35 {
    margin-top: 30px;
  }
  .mt-40 {
    margin-top: 35px;
  }
  .mt-50 {
    margin-top: 45px;
  }
  .mt-60 {
    margin-top: 55px;
  }
  .mt-70 {
    margin-top: 65px;
  }
  .mt-80 {
    margin-top: 75px;
  }
}
@media (max-width: 991.98px) {
  .mb-24 {
    margin-bottom: 20px;
  }
  .mb-30 {
    margin-bottom: 25px;
  }
  .mb-35 {
    margin-bottom: 25px;
  }
  .mb-40, .mb-45 {
    margin-bottom: 35px;
  }
  .mb-50, .mb-55 {
    margin-bottom: 45px;
  }
  .mb-60, .mb-65 {
    margin-bottom: 50px;
  }
  .mb-70, .mb-75 {
    margin-bottom: 60px;
  }
  .mb-80 {
    margin-bottom: 70px;
  }
  .mt-24 {
    margin-top: 20px;
  }
  .mt-30 {
    margin-top: 25px;
  }
  .mt-40 {
    margin-top: 35px;
  }
  .mt-50 {
    margin-top: 45px;
  }
  .mt-60 {
    margin-top: 50px;
  }
  .mt-70 {
    margin-top: 60px;
  }
  .mt-80 {
    margin-top: 70px;
  }
}
@media (max-width: 767.98px) {
  .mb-24 {
    margin-bottom: 15px;
  }
  .mb-30, .mb-35 {
    margin-bottom: 20px;
  }
  .mb-40, .mb-45 {
    margin-bottom: 30px;
  }
  .mb-50, .mb-55 {
    margin-bottom: 35px;
  }
  .mb-60, .mb-65 {
    margin-bottom: 40px;
  }
  .mb-70, .mb-75 {
    margin-bottom: 45px;
  }
  .mb-80 {
    margin-bottom: 55px;
  }
  .mt-24 {
    margin-top: 20px;
  }
  .mt-30 {
    margin-top: 25px;
  }
  .mt-40 {
    margin-top: 35px;
  }
  .mt-50 {
    margin-top: 45px;
  }
  .mt-60 {
    margin-top: 50px;
  }
  .mt-70 {
    margin-top: 60px;
  }
  .mt-80 {
    margin-top: 70px;
  }
}
@media (max-width: 575.98px) {
  .mb-24 {
    margin-bottom: 10px;
  }
  .mb-30, .mb-35 {
    margin-bottom: 15px;
  }
  .mb-40, .mb-45 {
    margin-bottom: 20px;
  }
  .mb-50, .mb-55 {
    margin-bottom: 25px;
  }
  .mb-60, .mb-65 {
    margin-bottom: 30px;
  }
  .mb-70, .mb-75 {
    margin-bottom: 35px;
  }
  .mb-80 {
    margin-bottom: 40px;
  }
  .mt-24 {
    margin-top: 20px;
  }
  .mt-30 {
    margin-top: 25px;
  }
  .mt-40 {
    margin-top: 35px;
  }
  .mt-50 {
    margin-top: 45px;
  }
  .mt-60 {
    margin-top: 50px;
  }
  .mt-70 {
    margin-top: 60px;
  }
  .mt-80 {
    margin-bottom: 70px;
  }
}
.section-hero {
  padding-top: 200px;
  padding-bottom: 120px;
}

.section-advantages {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-trainer {
  padding-top: 90px;
  padding-bottom: 90px;
}

.section-reach {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-direction {
  padding-top: 130px;
  padding-bottom: 90px;
}

.section-schedule {
  padding: 80px 0 80px;
}

.section-prices {
  padding-top: 40px;
  padding-bottom: 50px;
}

.section-cf {
  padding-top: 70px;
  padding-bottom: 80px;
}

.section-footer {
  padding-top: 80px;
  padding-bottom: 40px;
}

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

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

@media (max-width: 1199.98px) {
  .section-hero {
    padding-top: 140px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991.98px) {
  .section-hero {
    padding-top: 120px;
    padding-bottom: 0px;
  }
  .section-advantages {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section-trainer {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .section-reach {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .section-direction {
    padding-top: 90px;
    padding-bottom: 40px;
  }
  .section-schedule {
    padding: 50px 0 60px;
  }
  .section-prices {
    padding-top: 40px;
    padding-bottom: 35px;
  }
  .section-cf {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .section-footer {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .section-reach {
    padding-top: 60px;
    padding-bottom: 280px;
  }
  .section-prices {
    padding-top: 155px;
    padding-bottom: 35px;
  }
  .section-cf {
    padding-top: 200px;
    padding-bottom: 80px;
  }
}
@media (max-width: 575.98px) {
  .section-reach {
    padding-top: 100px;
    padding-bottom: 200px;
  }
  .section-prices {
    padding-top: 145px;
    padding-bottom: 5px;
  }
  .section-schedule {
    padding: 40px 0 50px;
  }
  .section-footer {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
@font-face {
  font-family: "Sports World-Regular";
  src: url("/wp-content/themes/MMA/assets/css/fonts/Sports World-Regular.otf") format("otf"), url("/wp-content/themes/MMA/assets/css/fonts/Sports World-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
}

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