@font-face {
  font-family: "RussoOne";
  src: url("../../static/fonts/RussoOne-Regular.woff") format("woff"), url("../../static/fonts/RussoOne-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url("../../static/fonts/Helvetica-Bold.woff") format("woff"), url("../../static/fonts/Helvetica-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url("../../static/fonts/Helvetica.woff") format("woff"), url("../../static/fonts/Helvetica.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
.bg-accent-first {
  background: #f15a31;
}

.bg-accent-second {
  background: #00a99d;
}

.bg-accent-third {
  background: #ffbf19;
}

.bg-accent-fourth {
  background: #9c3095;
}

.bg-accent-fifth {
  background: #e21b52;
}

.bg-accent-sixth {
  background: #79a342;
}

.bg-dark-primary {
  background: #000000;
}

.bg-dark-secondary {
  background: #18171c;
}

.bg-dark-tertiary {
  background: #212024;
}

.bg-dark-quaternary {
  background: #333132;
}

.bg-dark-quinary {
  background: #424242;
}

.bg-light-primary {
  background: #fff;
}

.bg-light-secondary {
  background: #f2f2f3;
}

.bg-light-tertiary {
  background: #dcdfe2;
}

.bg-light-quaternary {
  background: #a0a0a0;
}

.bg-dark-primary {
  background: #000000;
}

.text-accent-first {
  color: #f15a31;
}

.text-accent-second {
  color: #00a99d;
}

.text-accent-third {
  color: #ffbf19;
}

.text-accent-fourth {
  color: #9c3095;
}

.text-accent-fifth {
  color: #e21b52;
}

.text-accent-sixth {
  color: #79a342;
}

.text-dark-primary {
  color: #000000;
}

.text-dark-secondary {
  color: #18171c;
}

.text-dark-tertiary {
  color: #212024;
}

.text-dark-quaternary {
  color: #333132;
}

.text-dark-quinary {
  color: #424242;
}

.text-light-primary {
  color: #fff;
}

.text-light-secondary {
  color: #f2f2f3;
}

.text-light-tertiary {
  color: #dcdfe2;
}

.text-light-quaternary {
  color: #a0a0a0;
}

.text-gradient {
  background: linear-gradient(45deg, #e21b52 0%, #9c3095 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.underline {
  position: relative;
}
.underline::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.1em;
  width: 100%;
  height: 0.1rem;
  background: currentColor;
}

.underline-bold {
  position: relative;
}
.underline-bold::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 0.3rem;
  background: currentColor;
}

.disabled {
  pointer-events: none;
}

.last-no-margin > *:last-child {
  margin-bottom: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.\!overflow-hidden {
  overflow: hidden !important;
}
@-moz-document url-prefix() {
  .scrollbar {
    scrollbar-width: thin;
    scrollbar-color: #fff;
  }
}

.reverse-z-index {
  position: relative;
  z-index: 1;
}
.reverse-z-index > *:nth-child(1) {
  position: relative;
  z-index: 29;
}
.reverse-z-index > *:nth-child(2) {
  position: relative;
  z-index: 28;
}
.reverse-z-index > *:nth-child(3) {
  position: relative;
  z-index: 27;
}
.reverse-z-index > *:nth-child(4) {
  position: relative;
  z-index: 26;
}
.reverse-z-index > *:nth-child(5) {
  position: relative;
  z-index: 25;
}
.reverse-z-index > *:nth-child(6) {
  position: relative;
  z-index: 24;
}
.reverse-z-index > *:nth-child(7) {
  position: relative;
  z-index: 23;
}
.reverse-z-index > *:nth-child(8) {
  position: relative;
  z-index: 22;
}
.reverse-z-index > *:nth-child(9) {
  position: relative;
  z-index: 21;
}
.reverse-z-index > *:nth-child(10) {
  position: relative;
  z-index: 20;
}
.reverse-z-index > *:nth-child(11) {
  position: relative;
  z-index: 19;
}
.reverse-z-index > *:nth-child(12) {
  position: relative;
  z-index: 18;
}
.reverse-z-index > *:nth-child(13) {
  position: relative;
  z-index: 17;
}
.reverse-z-index > *:nth-child(14) {
  position: relative;
  z-index: 16;
}
.reverse-z-index > *:nth-child(15) {
  position: relative;
  z-index: 15;
}
.reverse-z-index > *:nth-child(16) {
  position: relative;
  z-index: 14;
}
.reverse-z-index > *:nth-child(17) {
  position: relative;
  z-index: 13;
}
.reverse-z-index > *:nth-child(18) {
  position: relative;
  z-index: 12;
}
.reverse-z-index > *:nth-child(19) {
  position: relative;
  z-index: 11;
}
.reverse-z-index > *:nth-child(20) {
  position: relative;
  z-index: 10;
}
.reverse-z-index > *:nth-child(21) {
  position: relative;
  z-index: 9;
}
.reverse-z-index > *:nth-child(22) {
  position: relative;
  z-index: 8;
}
.reverse-z-index > *:nth-child(23) {
  position: relative;
  z-index: 7;
}
.reverse-z-index > *:nth-child(24) {
  position: relative;
  z-index: 6;
}
.reverse-z-index > *:nth-child(25) {
  position: relative;
  z-index: 5;
}
.reverse-z-index > *:nth-child(26) {
  position: relative;
  z-index: 4;
}
.reverse-z-index > *:nth-child(27) {
  position: relative;
  z-index: 3;
}
.reverse-z-index > *:nth-child(28) {
  position: relative;
  z-index: 2;
}
.reverse-z-index > *:nth-child(29) {
  position: relative;
  z-index: 1;
}
.reverse-z-index > *:nth-child(30) {
  position: relative;
  z-index: 0;
}

.hidden {
  display: none;
}

.\!hidden {
  display: none !important;
}

.opacity-0 {
  opacity: 0;
}

.highlight {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

/*
! tailwindcss v3.4.10 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  -webkit-font-feature-settings: inherit;
          font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

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

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::-ms-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.container {
  margin-right: auto;
  margin-left: auto;
    width: 100%;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 192rem;
}
.container-md {
    width: 100%;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 95.2rem;
    margin-left: auto;
    margin-right: auto;
  }
.container-sm {
    width: 100%;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 80.4rem;
    margin-left: auto;
    margin-right: auto;
  }
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.left-0 {
  left: 0px;
}
.top-0 {
  top: 0px;
}
.z-10 {
  z-index: 10;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.\!mr-0 {
  margin-right: 0px !important;
}
.ml-\[\.2rem\] {
  margin-left: .2rem;
}
.ml-auto {
  margin-left: auto;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-\[-\.2rem\] {
  margin-top: -.2rem;
}
.mt-\[1\.6rem\] {
  margin-top: 1.6rem;
}
.mt-\[2\.2rem\] {
  margin-top: 2.2rem;
}
.mt-\[2rem\] {
  margin-top: 2rem;
}
.mt-\[4rem\] {
  margin-top: 4rem;
}
.block {
  display: block;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.h-\[4rem\] {
  height: 4rem;
}
.h-full {
  height: 100%;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.\!min-w-\[24\.9rem\] {
  min-width: 24.9rem !important;
}
.\!max-w-\[84rem\] {
  max-width: 84rem !important;
}
.transform {
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize {
  resize: both;
}
.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gap-\[1\.6rem\] {
  gap: 1.6rem;
}
.gap-\[1rem\] {
  gap: 1rem;
}
.gap-\[2\.4rem\] {
  gap: 2.4rem;
}
.gap-\[2rem\] {
  gap: 2rem;
}
.gap-\[3rem\] {
  gap: 3rem;
}
.overflow-hidden {
  overflow: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-\[2\.4rem\] {
  border-radius: 2.4rem;
}
.bg-\[\#FF5252\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 82 82 / var(--tw-bg-opacity));
}
.bg-white\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.\!px-\[2\.4rem\] {
  padding-left: 2.4rem !important;
  padding-right: 2.4rem !important;
}
.py-\[1rem\] {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-\[4\.8rem\] {
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
}
.\!pt-0 {
  padding-top: 0px !important;
}
.pb-\[8rem\] {
  padding-bottom: 8rem;
}
.pt-\[4rem\] {
  padding-top: 4rem;
}
.text-center {
  text-align: center;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font-bold {
  font-weight: 700;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.\!leading-\[1\.24em\] {
  line-height: 1.24em !important;
}
.leading-\[1\.24em\] {
  line-height: 1.24em;
}
.underline {
  text-decoration-line: underline;
}
.filter {
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
html {
  height: 100%;
  font-size: 10px;
}

body {
  font-family: "RussoOne", sans-serif;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  font-size: 1.8rem;
  line-height: 1.24;
}

strong {
  font-family: "RussoOne", sans-serif;
  font-weight: 400;
}
strong strong {
  font-weight: bolder;
}

._page {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

section + section {
  margin-top: -1px;
}

.page-template-page-home section, .page-template-page-editor section {
  content-visibility: auto;
}

footer {
  content-visibility: auto;
}

.emoji {
  height: 0.7em;
  width: auto;
  display: inline;
}

pageid {
  position: absolute;
  visibility: hidden;
  pointer-events: none;
}
/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
}

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
}

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  -webkit-animation: f-spinner-rotate 2s linear infinite;
          animation: f-spinner-rotate 2s linear infinite;
}

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1);
}

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  -webkit-animation: f-spinner-dash 2s ease-in-out infinite;
          animation: f-spinner-dash 2s ease-in-out infinite;
}

@-webkit-keyframes f-spinner-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes f-spinner-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.f-throwOutUp {
  -webkit-animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
          animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
  -webkit-animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
          animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
}

@-webkit-keyframes f-throwOutUp {
  to {
    -webkit-transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
            transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0;
  }
}

@keyframes f-throwOutUp {
  to {
    -webkit-transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
            transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0;
  }
}
@-webkit-keyframes f-throwOutDown {
  to {
    -webkit-transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
            transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    -webkit-transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
            transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0;
  }
}
.f-zoomInUp {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
          animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
}

.f-zoomOutDown {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
          animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
}

@-webkit-keyframes f-zoomInUp {
  from {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
            transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes f-zoomInUp {
  from {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
            transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes f-zoomOutDown {
  to {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
            transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes f-zoomOutDown {
  to {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
            transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
.f-fadeIn {
  -webkit-animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
          animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  -webkit-animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
          animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1;
}

@-webkit-keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}
@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}
.f-fadeFastIn {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
          animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}

.f-fadeFastOut {
  -webkit-animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
          animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
  z-index: 2;
}

@-webkit-keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}

@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}
@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}
.f-fadeSlowIn {
  -webkit-animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
          animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}

.f-fadeSlowOut {
  -webkit-animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
          animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1;
}

@-webkit-keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}
@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}
.f-crossfadeIn {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
          animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  -webkit-animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
          animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
  z-index: 1;
}

@-webkit-keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}
@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}
.f-slideIn.from-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}

.f-slideIn.from-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}

.f-slideOut.to-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}

.f-slideOut.to-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}

@-webkit-keyframes f-slideInPrev {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes f-slideInPrev {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes f-slideInNext {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideInNext {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes f-slideOutNext {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes f-slideOutNext {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes f-slideOutPrev {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes f-slideOutPrev {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.f-classicIn.from-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2;
}

.f-classicIn.from-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2;
}

.f-classicOut.to-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1;
}

.f-classicOut.to-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1;
}

@-webkit-keyframes f-classicInNext {
  0% {
    -webkit-transform: translateX(-75px);
            transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes f-classicInNext {
  0% {
    -webkit-transform: translateX(-75px);
            transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes f-classicInPrev {
  0% {
    -webkit-transform: translateX(75px);
            transform: translateX(75px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicInPrev {
  0% {
    -webkit-transform: translateX(75px);
            transform: translateX(75px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes f-classicOutNext {
  100% {
    -webkit-transform: translateX(-75px);
            transform: translateX(-75px);
    opacity: 0;
  }
}
@keyframes f-classicOutNext {
  100% {
    -webkit-transform: translateX(-75px);
            transform: translateX(-75px);
    opacity: 0;
  }
}
@-webkit-keyframes f-classicOutPrev {
  100% {
    -webkit-transform: translateX(75px);
            transform: translateX(75px);
    opacity: 0;
  }
}
@keyframes f-classicOutPrev {
  100% {
    -webkit-transform: translateX(75px);
            transform: translateX(75px);
    opacity: 0;
  }
}
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
}

.f-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  -webkit-box-shadow: var(--f-button-shadow);
          box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  -webkit-transition: var(--f-button-transition);
  transition: var(--f-button-transition);
}
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}

.f-button:focus:not(:focus-visible) {
  outline: none;
}

.f-button:focus-visible {
  outline: none;
  -webkit-box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
          box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  -webkit-transform: var(--f-button-transform);
      -ms-transform: var(--f-button-transform);
          transform: var(--f-button-transform);
  -webkit-filter: var(--f-button-svg-filter);
          filter: var(--f-button-svg-filter);
  pointer-events: none;
}

.f-button[disabled] {
  cursor: default;
}

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

.f-carousel__nav .f-button.is-prev, .f-carousel__nav .f-button.is-next, .fancybox__nav .f-button.is-prev, .fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1;
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}

.is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev, .is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next, .is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev svg, .is-vertical .f-carousel__nav .f-button.is-next svg, .is-vertical .fancybox__nav .f-button.is-prev svg, .is-vertical .fancybox__nav .f-button.is-next svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.f-carousel__nav .f-button:disabled, .fancybox__nav .f-button:disabled {
  pointer-events: none;
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body {
  -ms-touch-action: none;
      touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: var(--fancybox-zIndex, 1050);
  outline: none;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.fancybox__container::-ms-backdrop {
  background-color: rgba(0, 0, 0, 0);
}

.fancybox__container::backdrop {
  background-color: rgba(0, 0, 0, 0);
}

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity;
}

.fancybox__carousel {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

.fancybox__viewport {
  width: 100%;
  height: 100%;
}

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  height: 100%;
}

.fancybox__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}

.fancybox__slide.has-iframe, .fancybox__slide.has-video, .fancybox__slide.has-html5video {
  overflow: hidden;
}

.fancybox__slide.has-image {
  overflow: hidden;
}

.fancybox__slide.has-image.is-animating, .fancybox__slide.has-image.is-selected {
  overflow: visible;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
  margin: auto;
}

.fancybox__backdrop:empty, .fancybox__viewport:empty, .fancybox__track:empty, .fancybox__slide:empty {
  display: block;
}

.fancybox__content {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20;
}

.is-loading .fancybox__content {
  opacity: 0;
}

.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.can-zoom_in .fancybox__content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.can-zoom_out .fancybox__content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__content [data-selectable], .fancybox__content [contenteditable] {
  cursor: auto;
}

.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.is-animating .fancybox__content, .is-dragging .fancybox__content {
  will-change: transform, width, height;
}

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

.fancybox__caption {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  max-width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible;
}

.is-loading .fancybox__caption, .is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}

.is-compact .fancybox__caption {
  padding-bottom: 0;
}

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40;
}

.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: 0.75;
}

.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1;
}

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative;
}

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5);
}

.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}

.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px;
}

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1;
}

.is-idle .fancybox__nav {
  -webkit-animation: 0.15s ease-out both f-fadeOut;
          animation: 0.15s ease-out both f-fadeOut;
}

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  -webkit-animation: 0.15s ease-out both f-fadeOut;
          animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer;
}

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 40;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none;
}

.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}

.fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
  -webkit-animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
          animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  -webkit-animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
          animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
  -webkit-animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
          animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  -webkit-animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
          animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  max-width: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%;
}

.fancybox__container.is-compact .has-iframe .fancybox__content, .fancybox__container.is-compact .has-map .fancybox__content, .fancybox__container.is-compact .has-pdf .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
}

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
}

.f-thumbs {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebeff2), to(#e2e8f0));
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1;
}

.f-thumbs .f-spinner svg {
  display: none;
}

.f-thumbs.is-vertical {
  height: 100%;
}

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.f-thumbs__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-thumbs__slide {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer;
}

.f-thumbs__slide.is-loading img {
  opacity: 0;
}

.is-classic .f-thumbs__viewport {
  height: 100%;
}

.is-modern .f-thumbs__track {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((var(--f-thumb-clip-width, 0)) * -0.5);
  width: calc(var(--width, 0) * 1px + var(--f-thumb-clip-width, 0));
  cursor: pointer;
}

.is-modern .f-thumbs__slide {
  width: var(--f-thumb-clip-width);
  -webkit-transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
          transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  -webkit-transition: none;
  transition: none;
  pointer-events: none;
}

.is-modern.is-resting .f-thumbs__slide {
  -webkit-transition: -webkit-transform 0.33s ease;
  transition: -webkit-transform 0.33s ease;
  transition: transform 0.33s ease;
  transition: transform 0.33s ease, -webkit-transform 0.33s ease;
}

.is-modern.is-resting .f-thumbs__slide__button {
  -webkit-transition: clip-path 0.33s ease;
  transition: clip-path 0.33s ease;
}

.is-using-tab .is-modern .f-thumbs__slide:focus-within {
  -webkit-filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
          filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}

.f-thumbs__slide__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: var(--f-thumb-width);
  height: 100%;
  margin: 0 -100% 0 -100%;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity);
}

.is-modern .f-thumbs__slide__button {
  --clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );
  clip-path: var(--clip-path);
}

.is-classic .is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}

.is-classic .is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  -webkit-animation: f-fadeIn 0.2s ease-out;
          animation: f-fadeIn 0.2s ease-out;
  z-index: 10;
}

.f-thumbs__slide__img {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: var(--f-thumb-offset);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--f-thumb-border-radius);
}

.f-thumbs.is-horizontal .f-thumbs__track {
  padding: 8px 0 12px 0;
}

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}

.f-thumbs.is-vertical .f-thumbs__track {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 8px;
}

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  -webkit-transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-classic .f-spinner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.05)));
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-modern .f-spinner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.05)));
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px;
}

.fancybox__thumbs.is-masked {
  max-height: 0px !important;
}

.is-closing .fancybox__thumbs {
  -webkit-transition: none !important;
  transition: none !important;
}

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20;
}

.fancybox__toolbar :focus-visible {
  z-index: 1;
}

.fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.is-idle .fancybox__toolbar {
  pointer-events: none;
  -webkit-animation: 0.15s ease-out both f-fadeOut;
          animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__toolbar__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.fancybox__toolbar__column.is-left, .fancybox__toolbar__column.is-right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.fancybox__toolbar__column.is-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox__infobar span {
  padding: 0 5px;
}

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}

[data-fancybox-toggle-slideshow] {
  position: relative;
}

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: 0.3;
}

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}

:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:-ms-fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: -webkit-box;
  display: flex;
}

:-ms-fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: -ms-flexbox;
  display: flex;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
      -ms-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.tippy-box {
  border-radius: 12px;
  background-color: #000000;
}

.tippy-arrow {
  color: #000000;
}

.tippy-content {
  text-align: center;
  min-height: 2rem;
  padding: 0.2rem 0.8rem;
  font-size: 1.4rem;
  line-height: 1.4em;
  font-family: "Helvetica", sans-serif;
}

.btn-primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
  border-radius: 2.4rem;
  min-height: 6rem;
  padding: 1rem 2.4rem;
  font-size: 1.8rem;
  line-height: 1em;
  min-width: 16.7rem;
}
.btn-primary.text-lg {
  font-size: 2.4rem;
  letter-spacing: 0.02em;
}
.btn-primary.text-esm {
  font-size: 1.4rem;
  line-height: 1.4em;
}
.btn-primary.disabled,
.btn-primary [disabled] {
  pointer-events: none;
  background: #a0a0a0;
  color: #fff;
}
.btn-primary.with-lines {
  position: relative;
  overflow: hidden;
  padding-left: 3.9rem;
  padding-right: 3.9rem;
}
.btn-primary.with-lines.disabled .lines {
  -webkit-filter: invert(100%) sepia(0%) saturate(7432%) hue-rotate(331deg) brightness(98%) contrast(106%);
          filter: invert(100%) sepia(0%) saturate(7432%) hue-rotate(331deg) brightness(98%) contrast(106%);
}
.btn-primary.with-lines.disabled .left {
  bottom: 50%;
  -webkit-transform: translateY(50%) translateX(-1.6rem) rotate(30deg);
      -ms-transform: translateY(50%) translateX(-1.6rem) rotate(30deg);
          transform: translateY(50%) translateX(-1.6rem) rotate(30deg);
}
.btn-primary.with-lines.disabled .right {
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(1.6rem) rotate(30deg) scale(-1);
      -ms-transform: translateY(-50%) translateX(1.6rem) rotate(30deg) scale(-1);
          transform: translateY(-50%) translateX(1.6rem) rotate(30deg) scale(-1);
}
.btn-primary.with-lines .lines {
  position: absolute;
  width: 5.2rem;
  height: 2.9rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTIiIGhlaWdodD0iMjkiIHZpZXdCb3g9IjAgMCA1MiAyOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzMwMDFfMzY4KSI+CjxyZWN0IHg9IjQxLjg5ODQiIHk9IjEwLjYzMTMiIHdpZHRoPSIzLjk4MjUyIiBoZWlnaHQ9IjU1LjQ3NzkiIHRyYW5zZm9ybT0icm90YXRlKDU5Ljc1MDUgNDEuODk4NCAxMC42MzEzKSIgZmlsbD0iYmxhY2siLz4KPHJlY3QgeD0iMzMuNDQxNCIgeT0iOC4yNjUxNCIgd2lkdGg9IjMuOTgyNTIiIGhlaWdodD0iNTUuNDc3OSIgdHJhbnNmb3JtPSJyb3RhdGUoNTkuNzUwNSAzMy40NDE0IDguMjY1MTQpIiBmaWxsPSJibGFjayIvPgo8cmVjdCB4PSIyNC45MjU4IiB5PSI2IiB3aWR0aD0iMy45ODI1MiIgaGVpZ2h0PSI1NS40Nzc5IiB0cmFuc2Zvcm09InJvdGF0ZSg1OS43NTA1IDI0LjkyNTggNikiIGZpbGw9ImJsYWNrIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMzAwMV8zNjgiPgo8cmVjdCB3aWR0aD0iNTIiIGhlaWdodD0iMjkiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  -webkit-filter: invert(22%) sepia(35%) saturate(7152%) hue-rotate(331deg) brightness(90%) contrast(98%);
          filter: invert(22%) sepia(35%) saturate(7152%) hue-rotate(331deg) brightness(90%) contrast(98%);
  -webkit-transition: top 0.25s ease, bottom 0.25s ease, -webkit-filter 0.25s ease, -webkit-transform 0.25s ease;
  transition: top 0.25s ease, bottom 0.25s ease, -webkit-filter 0.25s ease, -webkit-transform 0.25s ease;
  transition: filter 0.25s ease, transform 0.25s ease, top 0.25s ease, bottom 0.25s ease;
  transition: filter 0.25s ease, transform 0.25s ease, top 0.25s ease, bottom 0.25s ease, -webkit-filter 0.25s ease, -webkit-transform 0.25s ease;
}
.btn-primary.with-lines .left {
  left: 0;
  bottom: 0;
}
.btn-primary.with-lines .right {
  right: 0;
  top: 0;
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}
.btn-primary.with-icon {
  text-align: start;
  padding: 1rem 2.4rem;
  min-height: 6.6rem;
}
.btn-primary.with-icon img, .btn-primary.with-icon svg {
  height: 2.4rem;
  width: 2.4rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.btn-primary.with-arrow {
  gap: 1rem;
}
.btn-primary.with-arrow img, .btn-primary.with-arrow svg {
  height: 3.2rem;
  width: 3.2rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.border-gradient {
  border: 0.2rem solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(45deg, #e21b52 0%, #9c3095 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.border-gradient.bg-dark-quaternary {
  background-image: linear-gradient(#333132, #333132), linear-gradient(45deg, #e21b52 0%, #9c3095 100%);
}
.border-gradient.bg-dark-secondary {
  background-image: linear-gradient(#18171c, #18171c), linear-gradient(45deg, #e21b52 0%, #9c3095 100%);
}
.border-gradient.bg-light-secondary {
  background-image: linear-gradient(#f2f2f3, #f2f2f3), linear-gradient(45deg, #e21b52 0%, #9c3095 100%);
}
.border-gradient.bg-accent-third {
  background-image: linear-gradient(#ffbf19, #ffbf19), linear-gradient(45deg, #e21b52 0%, #9c3095 100%);
}
.border-gradient.hover-to-gradient {
  overflow: visible;
}
.border-gradient.hover-to-gradient::before {
  border-radius: 2.4rem;
  inset: -0.2rem;
  background-clip: padding-box, border-box;
}

.btn-secondary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  border-radius: 1.2rem;
  min-height: 4.8rem;
  padding: 1rem 1.6rem;
  font-size: 1.8rem;
  line-height: 1em;
  border: 0.2rem solid currentColor;
}
.btn-secondary.hover-to-gradient::before {
  border-radius: 1.2rem;
}
.btn-secondary.border-gradient {
  border-color: transparent;
}

.btn-secondary-sm {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  border-radius: 1.2rem;
  min-height: 4rem;
  padding: 1rem 2.2rem;
  font-size: 1.4rem;
  line-height: 1em;
  border: 0.1rem solid currentColor;
}
.btn-secondary-sm.hover-to-gradient::before {
  border-radius: 1.2rem;
}

.btn-tertiary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.6rem;
  padding: 0.6rem 1.8rem;
  font-size: 1.4rem;
  line-height: 1.24em;
  border-radius: 999px;
  min-height: 3.6rem;
}
.btn-tertiary img, .btn-tertiary svg {
  height: 2.4rem;
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.btn-tertiary-sm {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.6rem;
  padding: 0.4rem 1.4rem;
  font-size: 1.4rem;
  line-height: 1.24em;
  border-radius: 999px;
  min-height: 3.2rem;
}
.btn-tertiary-sm img, .btn-tertiary-sm svg {
  height: 2.4rem;
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.btn-curtain {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  min-height: 6rem;
  position: relative;
  z-index: 2;
  text-align: start;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.24em;
}
.btn-curtain::before {
  position: absolute;
  border-radius: 1.2rem;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 6rem;
  z-index: -1;
  background-color: #fff;
  -webkit-transition: width 0.25s ease;
  transition: width 0.25s ease;
}
.btn-curtain img, .btn-curtain svg {
  height: 6rem;
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.btn-curtain span {
  mix-blend-mode: difference;
}

.border-color-accent-second {
  border-color: #00a99d;
}

.border-color-accent-fifth {
  border-color: #e21b52;
}

.hover-to-gradient {
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.hover-to-gradient::before {
  content: "";
  position: absolute;
  inset: 0px;
  background: linear-gradient(45deg, #e21b52 0%, #9c3095 100%);
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.hover-to-dark {
  -webkit-transition: color 0.25s ease, background-color 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.hover-to-color-accent-fifth {
  -webkit-transition: color 0.25s ease, background-color 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.hover-to-color-accent-second {
  -webkit-transition: color 0.25s ease, background-color 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.hover-to-color-accent-fifth-text {
  -webkit-transition: color 0.25s ease, background-color 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease;
}

.hover-to-color-light-primary-text {
  -webkit-transition: color 0.25s ease, background-color 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease;
}

.link.underline {
  text-decoration: none;
}
.link.disabled {
  color: #a0a0a0;
}

.nav-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 4.8rem;
  width: 4.8rem;
  border-radius: 999px;
}
.nav-btn img, .nav-btn svg {
  height: 2.1rem;
  width: 2.1rem;
}
.nav-btn.disabled, .nav-btn.swiper-button-disabled {
  background-color: #a0a0a0;
}
.nav-btn.swiper-button-lock {
  display: none;
}

.store-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 5.6rem;
  width: 5.6rem;
  border: 0.2rem solid #fff;
  border-radius: 50%;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
  color: #fff !important;
}
.store-btn img, .store-btn svg {
  height: 2.4rem;
  width: 2.4rem;
}

.slider-bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  overflow: hidden;
  width: auto;
  padding: 1px;
}
.slider-bullets._animate {
  width: 14.6rem;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
}
.slider-bullets._animate .bullet:not(:is(.prev, .prev-prev, .prev-prev-prev, .active, .next, .next-next, .next-next-next)) {
  display: none;
}
.slider-bullets._animate .bullet.prev-prev-prev {
  margin-left: -2.8rem;
}
.slider-bullets.swiper-pagination-lock {
  display: none;
}
.slider-bullets.active-color-accent-fifth .bullet.active {
  color: #e21b52;
}
.slider-bullets.forward .bullet {
  -webkit-animation: shiftLeft 0.25s ease;
          animation: shiftLeft 0.25s ease;
}
.slider-bullets.backward .bullet {
  -webkit-animation: shiftRight 0.25s ease;
          animation: shiftRight 0.25s ease;
}
.slider-bullets .bullet {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  position: relative;
  height: 2.2rem;
  width: 2.2rem;
}
.slider-bullets .bullet svg {
  height: 1.2rem;
  width: 1.2rem;
}
.slider-bullets .bullet.active svg {
  height: 2.2rem;
  width: 2.2rem;
}
.slider-bullets .bullet.active .bullet-normal {
  opacity: 0;
}
.slider-bullets .bullet svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@-webkit-keyframes shiftLeft {
  from {
    -webkit-transform: translate3d(2.8rem, 0px, 0px);
            transform: translate3d(2.8rem, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(0rem, 0px, 0px);
            transform: translate3d(0rem, 0px, 0px);
  }
}

@keyframes shiftLeft {
  from {
    -webkit-transform: translate3d(2.8rem, 0px, 0px);
            transform: translate3d(2.8rem, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(0rem, 0px, 0px);
            transform: translate3d(0rem, 0px, 0px);
  }
}
@-webkit-keyframes shiftRight {
  from {
    -webkit-transform: translate3d(-2.8rem, 0px, 0px);
            transform: translate3d(-2.8rem, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(0rem, 0px, 0px);
            transform: translate3d(0rem, 0px, 0px);
  }
}
@keyframes shiftRight {
  from {
    -webkit-transform: translate3d(-2.8rem, 0px, 0px);
            transform: translate3d(-2.8rem, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(0rem, 0px, 0px);
            transform: translate3d(0rem, 0px, 0px);
  }
}
.font-family-main {
  font-family: "RussoOne", sans-serif;
}

.font-family-sub, ul.list-with-check-icons, ul.list-with-circle-check-icons {
  font-family: "Helvetica", sans-serif;
}

.font-family-sub-second {
  font-family: "Helvetica", sans-serif;
  font-style: italic;
}

.h1 {
  font-weight: 400;
  font-size: 4.4rem;
  line-height: 1.08em;
  display: block;
}
.h1 > *:last-child {
  margin-bottom: 0;
}

.h2 {
  font-weight: 400;
  font-size: 4.8rem;
  line-height: 1.16em;
  display: block;
}
.h2 > *:last-child {
  margin-bottom: 0;
}

.h3 {
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 1.08em;
  display: block;
}
.h3 > *:last-child {
  margin-bottom: 0;
}

.h4 {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.22em;
  display: block;
}
.h4 > *:last-child {
  margin-bottom: 0;
}

.h5 {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.24em;
  display: block;
}
.h5 > *:last-child {
  margin-bottom: 0;
}

.h6 {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.24em;
  display: block;
}
.h6 > *:last-child {
  margin-bottom: 0;
}

.text-lg {
  font-size: 2.4rem;
  line-height: 1em;
}

.text, ul.list-with-check-icons, ul.list-with-circle-check-icons {
  font-size: 1.8rem;
  line-height: 1.66em;
}

.text-sm {
  font-size: 1.6rem;
  line-height: 1.64em;
}

.text-esm {
  font-size: 1.4rem;
  line-height: 1.4em;
}

p,
ul,
ol {
  margin-bottom: 1em;
}

.text-content {
  word-break: break-word;
}
.text-content h1, .text-content .text-h1, .text-content h2, .text-content .text-h2, .text-content h3, .text-content .text-h3, .text-content h4, .text-content .text-h4, .text-content h5, .text-content .text-h5, .text-content h6, .text-content .text-h6 {
  font-family: "RussoOne", sans-serif;
  margin-bottom: 0.75em;
  color: inherit;
  display: block;
}
.text-content h1, .text-content .text-h1 {
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 1.08em;
}
.text-content h1:not(:first-child), .text-content .text-h1:not(:first-child) {
  margin-top: 4.3rem;
}
.text-content h2, .text-content .text-h2 {
  font-size: 2.4rem;
  line-height: 1.22em;
  margin-bottom: 1.7rem;
}
.text-content h2:not(:first-child), .text-content .text-h2:not(:first-child) {
  margin-top: 4.3rem;
}
.text-content h3, .text-content .text-h3 {
  font-size: 1.8rem;
  line-height: 1.24em;
  margin-bottom: 1.2rem;
}
.text-content h3:not(:first-child), .text-content .text-h3:not(:first-child) {
  margin-top: 2.8rem;
}
.text-content h5, .text-content .text-h5 {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.24em;
}
.text-content h5:not(:first-child), .text-content .text-h5:not(:first-child) {
  margin-top: 2.8rem;
}
.text-content h6, .text-content .text-h6 {
  margin-bottom: 0.1rem;
}
.text-content p, .text-content ul, .text-content ol {
  margin-bottom: 2.4rem;
}
.text-content p strong, .text-content ul strong, .text-content ol strong {
  font-family: "RussoOne", sans-serif;
  font-weight: 400;
  line-height: 1.24em;
}
.text-content p a {
  text-decoration: none;
  font-family: "RussoOne", sans-serif;
  display: inline;
  color: #e21b52;
  position: relative;
  background: linear-gradient(45deg, currentColor, currentColor);
  background-repeat: no-repeat;
  background-size: 100% 0.1rem;
  background-position: 0 calc(100% - 0.1rem);
}
.text-content ul:not(.list-with-circle-check-icons):not(.list-with-check-icons) {
  padding-left: 1.5em;
}
.text-content ul:not(.list-with-circle-check-icons):not(.list-with-check-icons) > li {
  list-style: disc;
}
.text-content ul:not(.list-with-circle-check-icons):not(.list-with-check-icons) > li:not(:last-child) {
  margin-bottom: 0.1em;
}
.text-content ul:not(.list-with-circle-check-icons):not(.list-with-check-icons) > li > *:last-child {
  margin-bottom: 0;
}
.text-content ul:not(.list-with-circle-check-icons):not(.list-with-check-icons) > li::marker {
  font-size: 0.8em;
}
.text-content ol {
  padding-left: 0em;
  list-style: number;
  list-style-position: inside;
}
.text-content ol > li:not(:last-child) {
  margin-bottom: 0.1em;
}
.text-content ol > li > *:last-child {
  margin-bottom: 0;
}
.text-content figure {
  display: block;
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
.text-content figure img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 38rem;
  border-radius: 2.4rem;
  min-height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.text-content figure figcaption {
  margin-top: 0.8rem;
  font-size: 1.6rem;
  line-height: 1.64em;
  text-align: center;
  font-family: "Helvetica", sans-serif;
  font-style: italic;
  color: #a0a0a0;
}
.text-content figure a {
  display: block;
  position: relative;
  background-color: #000000;
  overflow: hidden;
  border-radius: 2.4rem;
  color: #fff;
}
.text-content figure a img {
  position: relative;
  z-index: 1;
  opacity: 0.6;
}
.text-content figure a svg {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 4.8rem;
  width: 4.8rem;
}
.text-content video {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
  height: 60rem;
  margin: 4rem 0;
}
.text-content iframe {
  display: block;
  width: 100%;
  height: 60rem;
  margin: 4rem 0;
}
.text-content q, .text-content blockquote {
  display: block;
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
  position: relative;
  font-size: 1.8rem;
  line-height: 1.24em;
  font-family: "RussoOne", sans-serif;
  padding-left: 2.4rem;
}
.text-content q::before, .text-content blockquote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 10px;
  width: 0.4rem;
  background-color: #e21b52;
}
.text-content .gallery, .text-content .article-images-carousel, .text-content .trener-approval {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}

ul.list-with-circle-check-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6rem;
}
ul.list-with-circle-check-icons li {
  position: relative;
  padding-left: 2.8rem;
}
ul.list-with-circle-check-icons li::before {
  content: "";
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzNiAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE4IDBDMTQuNDM5OSAwIDEwLjk1OTggMS4wNTU2OCA3Ljk5OTc0IDMuMDMzNTVDNS4wMzk2NiA1LjAxMTQxIDIuNzMyNTUgNy44MjI2MyAxLjM3MDE4IDExLjExMTdDMC4wMDc3OTkxNSAxNC40MDA4IC0wLjM0ODY2MSAxOC4wMiAwLjM0NTg3MyAyMS41MTE2QzEuMDQwNDEgMjUuMDAzMyAyLjc1NDc0IDI4LjIxMDYgNS4yNzIwOCAzMC43Mjc5QzcuNzg5NDMgMzMuMjQ1MyAxMC45OTY3IDM0Ljk1OTYgMTQuNDg4NCAzNS42NTQxQzE3Ljk4IDM2LjM0ODcgMjEuNTk5MiAzNS45OTIyIDI0Ljg4ODMgMzQuNjI5OEMyOC4xNzc0IDMzLjI2NzQgMzAuOTg4NiAzMC45NjAzIDMyLjk2NjUgMjguMDAwM0MzNC45NDQzIDI1LjA0MDIgMzYgMjEuNTYwMSAzNiAxOEMzNiAxMy4yMjYxIDM0LjEwMzYgOC42NDc3MyAzMC43Mjc5IDUuMjcyMDhDMjcuMzUyMyAxLjg5NjQyIDIyLjc3MzkgMCAxOCAwWk0xOCAzM0MxNS4wMzMzIDMzIDEyLjEzMzIgMzIuMTIwMyA5LjY2NjQ1IDMwLjQ3MkM3LjE5OTcyIDI4LjgyMzggNS4yNzcxMyAyNi40ODExIDQuMTQxODEgMjMuNzQwMkMzLjAwNjUgMjAuOTk5NCAyLjcwOTQ1IDE3Ljk4MzQgMy4yODgyMyAxNS4wNzM2QzMuODY3MDEgMTIuMTYzOSA1LjI5NTYyIDkuNDkxMTggNy4zOTM0IDcuMzkzNEM5LjQ5MTE5IDUuMjk1NjEgMTIuMTYzOSAzLjg2NyAxNS4wNzM3IDMuMjg4MjJDMTcuOTgzNCAyLjcwOTQ0IDIwLjk5OTQgMy4wMDY0OSAyMy43NDAzIDQuMTQxODFDMjYuNDgxMSA1LjI3NzEyIDI4LjgyMzggNy4xOTk3MSAzMC40NzIgOS42NjY0NUMzMi4xMjAzIDEyLjEzMzIgMzMgMTUuMDMzMyAzMyAxOEMzMyAyMS45NzgyIDMxLjQxOTYgMjUuNzkzNiAyOC42MDY2IDI4LjYwNjZDMjUuNzkzNiAzMS40MTk2IDIxLjk3ODMgMzMgMTggMzNaIiBmaWxsPSJjdXJyZW50Q29sb3IiLz4KPHBhdGggZD0iTTE1LjAwMjggMjEuODc3NEwxMC4wNjAzIDE2Ljk0MjRMNy45NDUzMSAxOS4wNTc0TDE1LjAwMjggMjYuMTIyNEwyOC4wNjAzIDEzLjA1NzRMMjUuOTQ1MyAxMC45NDI0TDE1LjAwMjggMjEuODc3NFoiIGZpbGw9ImN1cnJlbnRDb2xvciIvPgo8L3N2Zz4K");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 98%;
  -webkit-filter: invert(47%) sepia(86%) saturate(1117%) hue-rotate(138deg) brightness(85%) contrast(106%);
          filter: invert(47%) sepia(86%) saturate(1117%) hue-rotate(138deg) brightness(85%) contrast(106%);
}

ul.list-with-check-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.8rem;
}
ul.list-with-check-icons li {
  position: relative;
  padding-left: 2.8rem;
}
ul.list-with-check-icons li::before {
  content: "";
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjY2NTYgMC45Mzc1TDYuMzM0MzcgMTAuNjAzMUwyIDYuMjcxODdMMCA4LjI3MTg4TDYuNjY1NjMgMTQuOTM3NUwxNiAyLjkzNzVMMTMuNjY1NiAwLjkzNzVaIiBmaWxsPSJjdXJyZW50Q29sb3IiLz4KPC9zdmc+Cg==");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 98%;
  -webkit-filter: invert(19%) sepia(86%) saturate(5254%) hue-rotate(335deg) brightness(93%) contrast(90%);
          filter: invert(19%) sepia(86%) saturate(5254%) hue-rotate(335deg) brightness(93%) contrast(90%);
}

ul.list-with-image-icons {
  margin-bottom: 0;
  display: -ms-grid;
  display: grid;
  gap: 1.2rem;
}
ul.list-with-image-icons > li {
  position: relative;
  padding-left: 6rem;
  min-height: 4rem;
}
ul.list-with-image-icons .list-with-image-icons__icon {
  height: 4.8rem;
  width: 4.8rem;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
ul.list-with-image-icons--sm {
  gap: 1.6rem;
}
ul.list-with-image-icons--sm > li {
  min-height: 3.2rem;
  padding-left: 4.8rem;
}
ul.list-with-image-icons--sm .list-with-image-icons__icon {
  height: 3.2rem;
  width: 3.2rem;
}

.gallery {
  --columns: 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: ;
  grid-template-columns: repeat(var(--columns), 1fr);
  gap: 2.4rem 0.8rem;
}
.gallery figure {
  margin: 0 !important;
}
.gallery img {
  min-height: 20rem;
}

.breadcrumbs ul {
  margin-bottom: 0;
  font-family: "Helvetica", sans-serif;
  font-size: 1.6rem;
  line-height: 1.64em;
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs li:empty {
  display: none;
}
.breadcrumbs li:last-child {
  color: #a0a0a0;
}
.breadcrumbs li:not(:last-child) {
  margin-right: 0.5em;
}
.breadcrumbs a::after {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDYgMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjc1OTQ5MyAwLjU5NDkzOUw2IDUuNzk3NDdMMC43NTk0OTQgMTFMLTYuNjM5N2UtMDggMTAuMjQwNUw0LjQ4MTAxIDUuNzk3NDdMLTguNDMyNDJlLTA3IDEuMzU0NDNMMC43NTk0OTMgMC41OTQ5MzlaIiBmaWxsPSJjdXJyZW50Q29sb3IiLz4KPC9zdmc+Cg==");
  -webkit-filter: invert(100%) sepia(4%) saturate(0%) hue-rotate(341deg) brightness(113%) contrast(100%);
          filter: invert(100%) sepia(4%) saturate(0%) hue-rotate(341deg) brightness(113%) contrast(100%);
  -webkit-transition: -webkit-filter 0.25s ease;
  transition: -webkit-filter 0.25s ease;
  transition: filter 0.25s ease;
  transition: filter 0.25s ease, -webkit-filter 0.25s ease;
  margin-left: 0.7em;
}
.breadcrumbs.text-dark-primary a::after {
  -webkit-filter: invert(0%) sepia(4%) saturate(16%) hue-rotate(279deg) brightness(101%) contrast(101%);
          filter: invert(0%) sepia(4%) saturate(16%) hue-rotate(279deg) brightness(101%) contrast(101%);
}
.breadcrumbs .separator {
  display: none;
}
.breadcrumbs .last {
  color: #a0a0a0;
}

.breadcrumbs-dark .breadcrumbs a::after {
  -webkit-filter: invert(0%) sepia(4%) saturate(16%) hue-rotate(279deg) brightness(101%) contrast(101%);
          filter: invert(0%) sepia(4%) saturate(16%) hue-rotate(279deg) brightness(101%) contrast(101%);
}

.social {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.6rem;
}
.social img, .social svg {
  height: 4rem;
  width: 4rem;
}
.social img {
  -o-object-fit: contain;
     object-fit: contain;
}
.social a {
  -webkit-transition: -webkit-transform 0.25s ease !important;
  transition: -webkit-transform 0.25s ease !important;
  transition: transform 0.25s ease !important;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease !important;
  display: block;
}

.place-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  border-radius: 2.4rem;
  color: #fff;
  height: 100%;
}
.place-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.8rem;
  min-height: 20rem;
  position: relative;
  padding: 1.8rem 1.8rem 1rem;
  aspect-ratio: 1/0.647;
}
.place-card__image {
  position: absolute;
  z-index: 1;
  inset: 0;
}
.place-card__image img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}
.place-card__image::before {
  content: "";
  position: absolute;
  z-index: 2;
  background: linear-gradient(225deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
  inset: 0;
  opacity: 0.6;
}
.place-card__tags {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.6rem;
}
.place-card__title {
  margin-top: auto;
  position: relative;
  z-index: 2;
  -ms-hyphens: auto;
      hyphens: auto;
}
.place-card__footer {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.6rem 6.2rem 1.8rem 1.8rem;
  font-family: "Helvetica", sans-serif;
  position: relative;
  background-color: #18171c;
  min-height: 8.9rem;
}
.place-card__address {
  font-size: 1.6rem;
  line-height: 1.64em;
  font-weight: 700;
  position: relative;
  z-index: 2;
  color: #fff;
}
.place-card__time {
  margin-top: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.4em;
  color: #a0a0a0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 1.6rem;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
}
.place-card__arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 1.8rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2.4rem;
  width: 2.4rem;
}
.place-card__decor {
  position: absolute;
  z-index: 1;
  height: 2.4rem;
  width: 6.4rem;
  color: #e21b52;
  bottom: 0;
  right: 5rem;
}

.place-card-v2-container {
  container-type: inline-size;
  height: 100%;
}

.place-card-v2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  border-radius: 2.4rem;
  color: #333132;
  -webkit-transition: color 0.25s ease, -webkit-box-shadow 0.25s ease !important;
  transition: color 0.25s ease, -webkit-box-shadow 0.25s ease !important;
  transition: box-shadow 0.25s ease, color 0.25s ease !important;
  transition: box-shadow 0.25s ease, color 0.25s ease, -webkit-box-shadow 0.25s ease !important;
  background-color: #f2f2f3;
  height: 100%;
}
@container (min-width: 62.4rem) {
  .place-card-v2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.place-card-v2__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.8rem;
  min-height: 25rem;
  position: relative;
  padding: 2.4rem;
  aspect-ratio: 1/0.728;
}
@container (min-width: 62.4rem) {
  .place-card-v2__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    aspect-ratio: initial;
    min-height: 28rem;
  }
}
.place-card-v2__image {
  position: absolute;
  z-index: 1;
  inset: 0;
}
.place-card-v2__image img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}
.place-card-v2__tags {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem 1.6rem;
}
.place-card-v2__footer {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem 5.6rem 1.8rem 2.4rem;
  gap: 1.2rem;
  min-height: 25rem;
  position: relative;
}
@container (min-width: 62.4rem) {
  .place-card-v2__footer {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}
.place-card-v2__title {
  -ms-hyphens: auto;
      hyphens: auto;
}
.place-card-v2__address {
  margin-top: auto;
  font-family: "Helvetica", sans-serif;
  font-size: 1.6rem;
  line-height: 1.64em;
  font-weight: 700;
}
.place-card-v2__time {
  font-family: "Helvetica", sans-serif;
  font-size: 1.4rem;
  line-height: 1.4em;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6rem;
}
.place-card-v2__arrow {
  position: absolute;
  top: 2.4rem;
  right: 2.4rem;
  height: 2.4rem;
  width: 2.4rem;
  color: #e21b52;
}
.place-card-v2__decor {
  color: #9c3095;
  position: absolute;
  right: -4rem;
  bottom: -4rem;
  width: 12rem;
  height: 10.4rem;
}

.post-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  border-radius: 2.4rem;
  height: 100%;
}
.post-card.light {
  color: #333132;
}
.post-card.light .post-card__footer {
  background-color: #f2f2f3;
}
.post-card.dark {
  color: #fff;
}
.post-card.dark .post-card__footer {
  background-color: #18171c;
}
.post-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.8rem;
  position: relative;
  padding: 2.4rem;
  aspect-ratio: 1/0.7;
}
.post-card__image {
  position: absolute;
  z-index: 1;
  inset: 0;
}
.post-card__image img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-card__tags {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem 1.6rem;
}
.post-card__title {
  position: relative;
  z-index: 2;
  font-size: 1.8rem;
  line-height: 1.24em;
}
.post-card__footer {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.6rem 2.4rem 1.4rem;
}

.person-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* overflow: hidden; */
  border-radius: 2.4rem;
  color: #fff;
  height: 100%;
  background: linear-gradient(0deg, rgba(24, 23, 28, 0.50) 0%, rgba(24, 23, 28, 0.50) 100%), rgba(255, 255, 255, 0.30);
  position: relative;
}
.person-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.8rem;
  position: relative;
  padding: 1.6rem;
  aspect-ratio: 1/1;
}
.person-card__image {
  position: absolute;
  z-index: 1;
  inset: 0;
  border-radius: 24px;
  overflow: hidden;
}
.person-card__image img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  position: relative;
  z-index: 1;
}
.person-card__tags {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.4rem;
  
  top: -1.3rem;
  position: absolute;
}

.person-card__tags .btn-tertiary-sm{
  min-height: 2.4rem;
  padding: 0.4rem 1.05rem;
  font-size: 1.2rem;
  line-height: 1.4em;
  color: #fff !important;

  font-family: Helvetica;
  font-weight: 400;
}
.person-card__promotion-label {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  padding: 0.8rem 1.2rem;
  border-radius: 1.2rem 0 0 1.2rem;
  background: linear-gradient(45deg, #e21b52 0%, #9c3095 100%);
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.24em;
  cursor: pointer;
}
.person-card__promotion-label svg {
  height: 1.4rem;
  width: 1.4rem;
}
.person-card__promotion-label:hover ~ .person-card__promotion-text {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.person-card__promotion-text {
  position: absolute;
  right: 2.4rem;
  bottom: 3rem;
  z-index: 3;
  border-radius: 1.2rem;
  background-color: #fff;
  padding: 1.6rem;
  font-family: "Helvetica", sans-serif;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #333132;
  max-width: 24rem;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
  opacity: 0;
  -webkit-transform: translateY(1rem);
      -ms-transform: translateY(1rem);
          transform: translateY(1rem);
}
.person-card__footer {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2.4rem 1.6rem 1.6rem 1.6rem;
  position: relative;
  gap: 0.8rem;
}
.person-card__name,
.person-card__price{
  font-size: 1.6rem;
  line-height: 1.24em;
  font-family: "RussoOne", sans-serif;
}
.person-card__name-price-wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  flex-wrap: wrap;
}
.person-card__position {
  font-family: "Helvetica", sans-serif;
  font-size: 1.2rem;
  line-height: 1.4em;
}
.person-card__position p {
  margin: 0;
}
.person-card__arrow {
  position: absolute;
  z-index: 2;
  top: 2.4rem;
  right: 1.6rem;
  height: 2.4rem;
  width: 2.4rem;
  color: #e21b52;
}

.slider-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
.slider-footer__nav-dots {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider-footer__nav-buttons {
  display: none;
}
.slider-footer .btn-primary {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.message-box {
  position: fixed;
  z-index: 40;
  left: 50%;
  bottom: 3.2rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
}
.message-box:not(.show) {
  -webkit-transform: translateX(-50%) translateY(calc(100% + 4rem));
      -ms-transform: translateX(-50%) translateY(calc(100% + 4rem));
          transform: translateX(-50%) translateY(calc(100% + 4rem));
  opacity: 0;
}
.message-box img {
  display: inline;
  height: 0.7em;
}
.message-box__btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  color: #fff;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
  height: 2.8rem;
  width: 2.8rem;
  border-radius: 50%;
  background-color: #9c3095;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translate(calc(100% - 0.4rem), calc(-100% + 0.4rem));
      -ms-transform: translate(calc(100% - 0.4rem), calc(-100% + 0.4rem));
          transform: translate(calc(100% - 0.4rem), calc(-100% + 0.4rem));
}
.message-box__btn svg {
  height: 2.4rem;
  width: 2.4rem;
}
.message-box a {
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8);
  min-height: 9.2rem;
  width: 26.5rem;
  padding: 2.4rem 7rem 2.4rem 2.4rem;
  font-size: 1.4rem;
  line-height: 1.24em;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.message-box a.border-gradient {
  border: 0.3rem solid transparent;
}
.message-box .arrow-right {
  position: absolute;
  top: 50%;
  right: 2.4rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 3.2rem;
  width: 3.2rem;
  border-radius: 50%;
  background-color: #fff;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.message-box .arrow-right svg {
  height: 1.6rem;
  width: 1.6rem;
}
.your-app .your-app__container._will-animate .your-app__image svg, .your-app .your-app__container._will-animate .your-app__image img {
  opacity: 0;
}
.your-app .your-app__container._will-animate .your-app__body > * {
  opacity: 0;
  -webkit-transform: translateY(10rem);
      -ms-transform: translateY(10rem);
          transform: translateY(10rem);
}
.your-app .your-app__container._will-animate._animate .your-app__image svg {
  -webkit-animation: fadeIn 0.8s ease-out forwards 0.3s;
          animation: fadeIn 0.8s ease-out forwards 0.3s;
}
.your-app .your-app__container._will-animate._animate .your-app__image img {
  -webkit-animation: fadeIn 0.8s ease-out forwards 0.6s;
          animation: fadeIn 0.8s ease-out forwards 0.6s;
}
.your-app .your-app__container._will-animate._animate .your-app__body > *:nth-child(1) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.9s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.9s;
}
.your-app .your-app__container._will-animate._animate .your-app__body > *:nth-child(2) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.05s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.05s;
}
.your-app .your-app__container._will-animate._animate .your-app__body > *:nth-child(3) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.2s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.2s;
}
.your-app .your-app__container._will-animate._animate .your-app__body > *:nth-child(4) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.35s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.35s;
}
.your-app .your-app__container._will-animate._animate .your-app__body > *:nth-child(5) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.5s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.5s;
}
.your-app .your-app__container._will-animate._animate .your-app__body > *:nth-child(6) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.65s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.65s;
}
.your-app .your-app__container._will-animate._animate .your-app__body > *:nth-child(7) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.8s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.8s;
}
.your-app .your-app__container._will-animate._animate .your-app__body > *:nth-child(8) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.95s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.95s;
}
.your-app .your-app__container._will-animate._animate .your-app__body > *:nth-child(9) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.1s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.1s;
}
.your-app .your-app__container._will-animate._animate .your-app__body > *:nth-child(10) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.25s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.25s;
}
.your-app .your-app__container._will-animate._animate .your-app__body > *:nth-child(11) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.4s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.4s;
}
.your-app .your-app__container._will-animate._animate .your-app__body > *:nth-child(12) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.55s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.55s;
}
.your-app .your-app__container._will-animate._animate .your-app__body > *:nth-child(13) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.7s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.7s;
}
.your-app .your-app__container._will-animate._animate .your-app__body > *:nth-child(14) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.85s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.85s;
}
.your-app .your-app__container._will-animate._animate .your-app__body > *:nth-child(15) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 3s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 3s;
}

.faq._will-animate .faq__decor-group {
  opacity: 0;
}
.faq._will-animate._animate .faq__decor-group {
  -webkit-animation: fadeIn 0.8s ease-out forwards 1.6s;
          animation: fadeIn 0.8s ease-out forwards 1.6s;
}
.faq .faq__container._will-animate .faq__title, .faq .faq__container._will-animate .faq__text, .faq .faq__container._will-animate .faq__buttons, .faq .faq__container._will-animate .accordion__item {
  opacity: 0;
  -webkit-transform: translateY(10rem);
      -ms-transform: translateY(10rem);
          transform: translateY(10rem);
}
.faq .faq__container._will-animate._animate .faq__title {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.3s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.3s;
}
.faq .faq__container._will-animate._animate .faq__head .faq__text {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.45s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.45s;
}
.faq .faq__container._will-animate._animate .faq__footer .faq__text {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.6s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.6s;
}
.faq .faq__container._will-animate._animate .faq__buttons {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.75s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.75s;
}
.faq .faq__container._will-animate._animate .accordion__item:nth-child(1) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.9s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.9s;
}
.faq .faq__container._will-animate._animate .accordion__item:nth-child(2) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.05s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.05s;
}
.faq .faq__container._will-animate._animate .accordion__item:nth-child(3) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.2s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.2s;
}
.faq .faq__container._will-animate._animate .accordion__item:nth-child(4) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.35s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.35s;
}
.faq .faq__container._will-animate._animate .accordion__item:nth-child(5) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.5s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.5s;
}
.faq .faq__container._will-animate._animate .accordion__item:nth-child(6) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.65s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.65s;
}
.faq .faq__container._will-animate._animate .accordion__item:nth-child(7) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.8s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.8s;
}
.faq .faq__container._will-animate._animate .accordion__item:nth-child(8) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.95s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.95s;
}
.faq .faq__container._will-animate._animate .accordion__item:nth-child(9) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.1s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.1s;
}
.faq .faq__container._will-animate._animate .accordion__item:nth-child(10) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.25s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.25s;
}
.faq .faq__container._will-animate._animate .accordion__item:nth-child(11) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.4s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.4s;
}
.faq .faq__container._will-animate._animate .accordion__item:nth-child(12) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.55s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.55s;
}
.faq .faq__container._will-animate._animate .accordion__item:nth-child(13) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.7s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.7s;
}
.faq .faq__container._will-animate._animate .accordion__item:nth-child(14) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.85s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.85s;
}
.faq .faq__container._will-animate._animate .accordion__item:nth-child(15) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 3s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 3s;
}

.media-text-horizontal .media-text-horizontal__container._will-animate .media-text-horizontal__image {
  opacity: 0;
}
.media-text-horizontal .media-text-horizontal__container._will-animate .media-text-horizontal__scroll-container > *:not(.media-text-horizontal__text:last-child) {
  opacity: 0;
  -webkit-transform: translateY(10rem);
      -ms-transform: translateY(10rem);
          transform: translateY(10rem);
}
.media-text-horizontal .media-text-horizontal__container._will-animate .media-text-horizontal__text:last-child > * {
  opacity: 0;
  -webkit-transform: translateY(10rem);
      -ms-transform: translateY(10rem);
          transform: translateY(10rem);
}
.media-text-horizontal .media-text-horizontal__container._will-animate._animate .media-text-horizontal__image {
  -webkit-animation: fadeIn 0.8s ease-out forwards 0.3s;
          animation: fadeIn 0.8s ease-out forwards 0.3s;
}
.media-text-horizontal .media-text-horizontal__container._will-animate._animate .media-text-horizontal__scroll-container > *:not(.media-text-horizontal__text:last-child):nth-child(1) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.6s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.6s;
}
.media-text-horizontal .media-text-horizontal__container._will-animate._animate .media-text-horizontal__scroll-container > *:not(.media-text-horizontal__text:last-child):nth-child(2) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.75s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.75s;
}
.media-text-horizontal .media-text-horizontal__container._will-animate._animate .media-text-horizontal__scroll-container > *:not(.media-text-horizontal__text:last-child):nth-child(3) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.9s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.9s;
}
.media-text-horizontal .media-text-horizontal__container._will-animate._animate .media-text-horizontal__scroll-container > *:not(.media-text-horizontal__text:last-child):nth-child(4) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.05s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.05s;
}
.media-text-horizontal .media-text-horizontal__container._will-animate._animate .media-text-horizontal__scroll-container > *:not(.media-text-horizontal__text:last-child):nth-child(5) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.2s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.2s;
}
.media-text-horizontal .media-text-horizontal__container._will-animate._animate .media-text-horizontal__scroll-container > *:not(.media-text-horizontal__text:last-child):nth-child(6) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.35s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.35s;
}
.media-text-horizontal .media-text-horizontal__container._will-animate._animate .media-text-horizontal__scroll-container > *:not(.media-text-horizontal__text:last-child):nth-child(7) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.5s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.5s;
}
.media-text-horizontal .media-text-horizontal__container._will-animate._animate .media-text-horizontal__scroll-container > *:not(.media-text-horizontal__text:last-child):nth-child(8) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.65s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.65s;
}
.media-text-horizontal .media-text-horizontal__container._will-animate._animate .media-text-horizontal__scroll-container > *:not(.media-text-horizontal__text:last-child):nth-child(9) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.8s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.8s;
}
.media-text-horizontal .media-text-horizontal__container._will-animate._animate .media-text-horizontal__scroll-container > *:not(.media-text-horizontal__text:last-child):nth-child(10) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.95s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.95s;
}
.media-text-horizontal .media-text-horizontal__container._will-animate._animate .media-text-horizontal__scroll-container > *:not(.media-text-horizontal__text:last-child):nth-child(11) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.1s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.1s;
}
.media-text-horizontal .media-text-horizontal__container._will-animate._animate .media-text-horizontal__scroll-container > *:not(.media-text-horizontal__text:last-child):nth-child(12) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.25s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.25s;
}
.media-text-horizontal .media-text-horizontal__container._will-animate._animate .media-text-horizontal__scroll-container > *:not(.media-text-horizontal__text:last-child):nth-child(13) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.4s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.4s;
}
.media-text-horizontal .media-text-horizontal__container._will-animate._animate .media-text-horizontal__scroll-container > *:not(.media-text-horizontal__text:last-child):nth-child(14) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.55s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.55s;
}
.media-text-horizontal .media-text-horizontal__container._will-animate._animate .media-text-horizontal__scroll-container > *:not(.media-text-horizontal__text:last-child):nth-child(15) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.7s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.7s;
}
.media-text-horizontal .media-text-horizontal__container._will-animate._animate .media-text-horizontal__text:last-child > *:nth-child(1) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.6s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.6s;
}
.media-text-horizontal .media-text-horizontal__container._will-animate._animate .media-text-horizontal__text:last-child > *:nth-child(2) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.75s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.75s;
}
.media-text-horizontal .media-text-horizontal__container._will-animate._animate .media-text-horizontal__text:last-child > *:nth-child(3) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.9s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.9s;
}
.media-text-horizontal .media-text-horizontal__container._will-animate._animate .media-text-horizontal__text:last-child > *:nth-child(4) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.05s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.05s;
}
.media-text-horizontal .media-text-horizontal__container._will-animate._animate .media-text-horizontal__text:last-child > *:nth-child(5) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.2s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.2s;
}
.media-text-horizontal .media-text-horizontal__container._will-animate._animate .media-text-horizontal__text:last-child > *:nth-child(6) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.35s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.35s;
}
.media-text-horizontal .media-text-horizontal__container._will-animate._animate .media-text-horizontal__text:last-child > *:nth-child(7) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.5s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.5s;
}
.media-text-horizontal .media-text-horizontal__container._will-animate._animate .media-text-horizontal__text:last-child > *:nth-child(8) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.65s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.65s;
}
.media-text-horizontal .media-text-horizontal__container._will-animate._animate .media-text-horizontal__text:last-child > *:nth-child(9) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.8s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.8s;
}
.media-text-horizontal .media-text-horizontal__container._will-animate._animate .media-text-horizontal__text:last-child > *:nth-child(10) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.95s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.95s;
}
.media-text-horizontal .media-text-horizontal__container._will-animate._animate .media-text-horizontal__text:last-child > *:nth-child(11) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.1s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.1s;
}
.media-text-horizontal .media-text-horizontal__container._will-animate._animate .media-text-horizontal__text:last-child > *:nth-child(12) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.25s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.25s;
}
.media-text-horizontal .media-text-horizontal__container._will-animate._animate .media-text-horizontal__text:last-child > *:nth-child(13) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.4s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.4s;
}
.media-text-horizontal .media-text-horizontal__container._will-animate._animate .media-text-horizontal__text:last-child > *:nth-child(14) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.55s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.55s;
}
.media-text-horizontal .media-text-horizontal__container._will-animate._animate .media-text-horizontal__text:last-child > *:nth-child(15) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.7s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.7s;
}
.media-text-horizontal .media-text-horizontal__container._will-animate._animate .media-text-horizontal__text:last-child > *:nth-child(16) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.85s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.85s;
}
.media-text-horizontal .media-text-horizontal__container._will-animate._animate .media-text-horizontal__text:last-child > *:nth-child(17) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 3s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 3s;
}
.media-text-horizontal .media-text-horizontal__container._will-animate._animate .media-text-horizontal__text:last-child > *:nth-child(18) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 3.15s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 3.15s;
}
.media-text-horizontal .media-text-horizontal__container._will-animate._animate .media-text-horizontal__text:last-child > *:nth-child(19) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 3.3s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 3.3s;
}
.media-text-horizontal .media-text-horizontal__container._will-animate._animate .media-text-horizontal__text:last-child > *:nth-child(20) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 3.45s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 3.45s;
}
.media-text-horizontal .media-text-horizontal__container._will-animate._animate .media-text-horizontal__text:last-child > *:nth-child(21) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 3.6s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 3.6s;
}
.media-text-horizontal .media-text-horizontal__container._will-animate._animate .media-text-horizontal__text:last-child > *:nth-child(22) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 3.75s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 3.75s;
}
.media-text-horizontal .media-text-horizontal__container._will-animate._animate .media-text-horizontal__text:last-child > *:nth-child(23) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 3.9s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 3.9s;
}
.media-text-horizontal .media-text-horizontal__container._will-animate._animate .media-text-horizontal__text:last-child > *:nth-child(24) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 4.05s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 4.05s;
}
.media-text-horizontal .media-text-horizontal__container._will-animate._animate .media-text-horizontal__text:last-child > *:nth-child(25) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 4.2s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 4.2s;
}

.vacancies-preview._will-animate .vacancies-preview__decor-group {
  opacity: 0;
}
.vacancies-preview._will-animate._animate .vacancies-preview__decor-group {
  -webkit-animation: fadeIn 0.8s ease-out forwards 1.6s;
          animation: fadeIn 0.8s ease-out forwards 1.6s;
}
.vacancies-preview .vacancies-preview__container._will-animate .vacancies-preview__title, .vacancies-preview .vacancies-preview__container._will-animate .swiper-slide {
  opacity: 0;
  -webkit-transform: translateY(10rem);
      -ms-transform: translateY(10rem);
          transform: translateY(10rem);
}
.vacancies-preview .vacancies-preview__container._will-animate .slider-footer {
  opacity: 0;
}
.vacancies-preview .vacancies-preview__container._will-animate._animate .vacancies-preview__title {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.3s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.3s;
}
.vacancies-preview .vacancies-preview__container._will-animate._animate .swiper-slide:nth-child(1) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.6s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.6s;
}
.vacancies-preview .vacancies-preview__container._will-animate._animate .swiper-slide:nth-child(2) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.75s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.75s;
}
.vacancies-preview .vacancies-preview__container._will-animate._animate .swiper-slide:nth-child(3) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.9s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.9s;
}
.vacancies-preview .vacancies-preview__container._will-animate._animate .swiper-slide:nth-child(4) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.05s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.05s;
}
.vacancies-preview .vacancies-preview__container._will-animate._animate .swiper-slide:nth-child(5) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.2s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.2s;
}
.vacancies-preview .vacancies-preview__container._will-animate._animate .swiper-slide:nth-child(6) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.35s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.35s;
}
.vacancies-preview .vacancies-preview__container._will-animate._animate .swiper-slide:nth-child(7) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.5s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.5s;
}
.vacancies-preview .vacancies-preview__container._will-animate._animate .swiper-slide:nth-child(8) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.65s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.65s;
}
.vacancies-preview .vacancies-preview__container._will-animate._animate .swiper-slide:nth-child(9) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.8s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.8s;
}
.vacancies-preview .vacancies-preview__container._will-animate._animate .swiper-slide:nth-child(10) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.95s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.95s;
}
.vacancies-preview .vacancies-preview__container._will-animate._animate .swiper-slide:nth-child(11) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.1s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.1s;
}
.vacancies-preview .vacancies-preview__container._will-animate._animate .swiper-slide:nth-child(12) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.25s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.25s;
}
.vacancies-preview .vacancies-preview__container._will-animate._animate .swiper-slide:nth-child(13) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.4s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.4s;
}
.vacancies-preview .vacancies-preview__container._will-animate._animate .swiper-slide:nth-child(14) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.55s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.55s;
}
.vacancies-preview .vacancies-preview__container._will-animate._animate .swiper-slide:nth-child(15) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.7s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.7s;
}
.vacancies-preview .vacancies-preview__container._will-animate._animate .swiper-slide:nth-child(16) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.85s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.85s;
}
.vacancies-preview .vacancies-preview__container._will-animate._animate .slider-footer {
  -webkit-animation: fadeIn 0.8s ease-out forwards 1.6s;
          animation: fadeIn 0.8s ease-out forwards 1.6s;
}

.tariff-plans .tariff-plans__container._will-animate .tariff-plans__title, .tariff-plans .tariff-plans__container._will-animate .tariff-plans__text, .tariff-plans .tariff-plans__container._will-animate .tariff-plans__slider .swiper-slide {
  opacity: 0;
  -webkit-transform: translateY(10rem);
      -ms-transform: translateY(10rem);
          transform: translateY(10rem);
}
.tariff-plans .tariff-plans__container._will-animate .slider-footer {
  opacity: 0;
}
.tariff-plans .tariff-plans__container._will-animate._animate .tariff-plans__title {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.3s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.3s;
}
.tariff-plans .tariff-plans__container._will-animate._animate .tariff-plans__text {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.45s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.45s;
}
.tariff-plans .tariff-plans__container._will-animate._animate .tariff-plans__slider .swiper-slide:nth-child(1) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.6s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.6s;
}
.tariff-plans .tariff-plans__container._will-animate._animate .tariff-plans__slider .swiper-slide:nth-child(2) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.75s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.75s;
}
.tariff-plans .tariff-plans__container._will-animate._animate .tariff-plans__slider .swiper-slide:nth-child(3) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.9s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.9s;
}
.tariff-plans .tariff-plans__container._will-animate._animate .tariff-plans__slider .swiper-slide:nth-child(4) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.05s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.05s;
}
.tariff-plans .tariff-plans__container._will-animate._animate .tariff-plans__slider .swiper-slide:nth-child(5) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.2s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.2s;
}
.tariff-plans .tariff-plans__container._will-animate._animate .tariff-plans__slider .swiper-slide:nth-child(6) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.35s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.35s;
}
.tariff-plans .tariff-plans__container._will-animate._animate .tariff-plans__slider .swiper-slide:nth-child(7) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.5s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.5s;
}
.tariff-plans .tariff-plans__container._will-animate._animate .tariff-plans__slider .swiper-slide:nth-child(8) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.65s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.65s;
}
.tariff-plans .tariff-plans__container._will-animate._animate .tariff-plans__slider .swiper-slide:nth-child(9) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.8s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.8s;
}
.tariff-plans .tariff-plans__container._will-animate._animate .tariff-plans__slider .swiper-slide:nth-child(10) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.95s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.95s;
}
.tariff-plans .tariff-plans__container._will-animate._animate .tariff-plans__slider .swiper-slide:nth-child(11) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.1s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.1s;
}
.tariff-plans .tariff-plans__container._will-animate._animate .tariff-plans__slider .swiper-slide:nth-child(12) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.25s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.25s;
}
.tariff-plans .tariff-plans__container._will-animate._animate .tariff-plans__slider .swiper-slide:nth-child(13) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.4s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.4s;
}
.tariff-plans .tariff-plans__container._will-animate._animate .tariff-plans__slider .swiper-slide:nth-child(14) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.55s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.55s;
}
.tariff-plans .tariff-plans__container._will-animate._animate .tariff-plans__slider .swiper-slide:nth-child(15) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.7s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.7s;
}
.tariff-plans .tariff-plans__container._will-animate._animate .tariff-plans__slider .swiper-slide:nth-child(16) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.85s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.85s;
}
.tariff-plans .tariff-plans__container._will-animate._animate .slider-footer {
  -webkit-animation: fadeIn 0.8s ease-out forwards 1.6s;
          animation: fadeIn 0.8s ease-out forwards 1.6s;
}

.club-advantages .club-advantages__container._will-animate .club-advantages__text-content > * {
  opacity: 0;
  -webkit-transform: translateY(10rem);
      -ms-transform: translateY(10rem);
          transform: translateY(10rem);
}
.club-advantages .club-advantages__container._will-animate .club-advantages__media-content {
  opacity: 0;
}
.club-advantages .club-advantages__container._will-animate._animate .club-advantages__text-content > *:nth-child(1) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.45s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.45s;
}
.club-advantages .club-advantages__container._will-animate._animate .club-advantages__text-content > *:nth-child(2) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.6s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.6s;
}
.club-advantages .club-advantages__container._will-animate._animate .club-advantages__text-content > *:nth-child(3) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.75s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.75s;
}
.club-advantages .club-advantages__container._will-animate._animate .club-advantages__text-content > *:nth-child(4) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.9s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.9s;
}
.club-advantages .club-advantages__container._will-animate._animate .club-advantages__text-content > *:nth-child(5) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.05s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.05s;
}
.club-advantages .club-advantages__container._will-animate._animate .club-advantages__text-content > *:nth-child(6) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.2s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.2s;
}
.club-advantages .club-advantages__container._will-animate._animate .club-advantages__media-content {
  -webkit-animation: fadeIn 0.8s ease-out forwards 0.3s;
          animation: fadeIn 0.8s ease-out forwards 0.3s;
}

.how-to-find-us .how-to-find-us__container._will-animate .how-to-find-us__text-content > * {
  opacity: 0;
  -webkit-transform: translateY(10rem);
      -ms-transform: translateY(10rem);
          transform: translateY(10rem);
}
.how-to-find-us .how-to-find-us__container._will-animate .how-to-find-us__media-content {
  opacity: 0;
}
.how-to-find-us .how-to-find-us__container._will-animate._animate .how-to-find-us__text-content > *:nth-child(1) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.45s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.45s;
}
.how-to-find-us .how-to-find-us__container._will-animate._animate .how-to-find-us__text-content > *:nth-child(2) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.6s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.6s;
}
.how-to-find-us .how-to-find-us__container._will-animate._animate .how-to-find-us__text-content > *:nth-child(3) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.75s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.75s;
}
.how-to-find-us .how-to-find-us__container._will-animate._animate .how-to-find-us__text-content > *:nth-child(4) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.9s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.9s;
}
.how-to-find-us .how-to-find-us__container._will-animate._animate .how-to-find-us__text-content > *:nth-child(5) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.05s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.05s;
}
.how-to-find-us .how-to-find-us__container._will-animate._animate .how-to-find-us__text-content > *:nth-child(6) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.2s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.2s;
}
.how-to-find-us .how-to-find-us__container._will-animate._animate .how-to-find-us__media-content {
  -webkit-animation: fadeIn 0.8s ease-out forwards 0.3s;
          animation: fadeIn 0.8s ease-out forwards 0.3s;
}

.trainers-preview._will-animate .trainers-preview__decor-group {
  opacity: 0;
}
.trainers-preview._will-animate._animate .trainers-preview__decor-group {
  -webkit-animation: fadeIn 0.8s ease-out forwards 0.3s;
          animation: fadeIn 0.8s ease-out forwards 0.3s;
}
.trainers-preview .trainers-preview__container._will-animate .trainers-preview__title {
  opacity: 0;
  -webkit-transform: translateY(10rem);
      -ms-transform: translateY(10rem);
          transform: translateY(10rem);
}
.trainers-preview .trainers-preview__container._will-animate .trainers-preview__footer, .trainers-preview .trainers-preview__container._will-animate .trainers-preview__list-nav-dots {
  opacity: 0;
}
.trainers-preview .trainers-preview__container._will-animate._animate .trainers-preview__title {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.45s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.45s;
}
.trainers-preview .trainers-preview__container._will-animate._animate .trainers-preview__footer, .trainers-preview .trainers-preview__container._will-animate._animate .trainers-preview__list-nav-dots {
  -webkit-animation: fadeIn 0.8s ease-out forwards 1.6s;
          animation: fadeIn 0.8s ease-out forwards 1.6s;
}

.club-class-schedule._will-animate .club-class-schedule__decor-1, .club-class-schedule._will-animate .club-class-schedule__app {
  opacity: 0;
}
.club-class-schedule._will-animate .club-class-schedule__title {
  opacity: 0;
  -webkit-transform: translateY(10rem);
      -ms-transform: translateY(10rem);
          transform: translateY(10rem);
}
.club-class-schedule._will-animate._animate .club-class-schedule__decor-1 {
  -webkit-animation: fadeIn 0.8s ease-out forwards 0.3s;
          animation: fadeIn 0.8s ease-out forwards 0.3s;
}
.club-class-schedule._will-animate._animate .club-class-schedule__title {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.45s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.45s;
}
.club-class-schedule._will-animate._animate .club-class-schedule__app {
  -webkit-animation: fadeIn 0.8s ease-out forwards 0.6s;
          animation: fadeIn 0.8s ease-out forwards 0.6s;
}
.club-class-schedule .trainers-preview__container._will-animate .trainers-preview__title, .club-class-schedule .trainers-preview__container._will-animate .swiper-slide {
  opacity: 0;
  -webkit-transform: translateY(10rem);
      -ms-transform: translateY(10rem);
          transform: translateY(10rem);
}
.club-class-schedule .trainers-preview__container._will-animate .trainers-preview__footer {
  opacity: 0;
}
.club-class-schedule .trainers-preview__container._will-animate._animate .trainers-preview__title {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.45s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.45s;
}
.club-class-schedule .trainers-preview__container._will-animate._animate .swiper-slide:nth-child(1) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.6s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.6s;
}
.club-class-schedule .trainers-preview__container._will-animate._animate .swiper-slide:nth-child(2) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.75s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.75s;
}
.club-class-schedule .trainers-preview__container._will-animate._animate .swiper-slide:nth-child(3) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.9s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.9s;
}
.club-class-schedule .trainers-preview__container._will-animate._animate .swiper-slide:nth-child(4) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.05s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.05s;
}
.club-class-schedule .trainers-preview__container._will-animate._animate .swiper-slide:nth-child(5) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.2s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.2s;
}
.club-class-schedule .trainers-preview__container._will-animate._animate .swiper-slide:nth-child(6) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.35s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.35s;
}
.club-class-schedule .trainers-preview__container._will-animate._animate .swiper-slide:nth-child(7) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.5s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.5s;
}
.club-class-schedule .trainers-preview__container._will-animate._animate .swiper-slide:nth-child(8) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.65s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.65s;
}
.club-class-schedule .trainers-preview__container._will-animate._animate .swiper-slide:nth-child(9) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.8s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.8s;
}
.club-class-schedule .trainers-preview__container._will-animate._animate .swiper-slide:nth-child(10) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.95s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.95s;
}
.club-class-schedule .trainers-preview__container._will-animate._animate .swiper-slide:nth-child(11) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.1s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.1s;
}
.club-class-schedule .trainers-preview__container._will-animate._animate .swiper-slide:nth-child(12) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.25s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.25s;
}
.club-class-schedule .trainers-preview__container._will-animate._animate .swiper-slide:nth-child(13) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.4s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.4s;
}
.club-class-schedule .trainers-preview__container._will-animate._animate .swiper-slide:nth-child(14) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.55s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.55s;
}
.club-class-schedule .trainers-preview__container._will-animate._animate .swiper-slide:nth-child(15) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.7s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.7s;
}
.club-class-schedule .trainers-preview__container._will-animate._animate .swiper-slide:nth-child(16) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.85s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.85s;
}
.club-class-schedule .trainers-preview__container._will-animate._animate .trainers-preview__footer {
  -webkit-animation: fadeIn 0.8s ease-out forwards 1.6s;
          animation: fadeIn 0.8s ease-out forwards 1.6s;
}

.footer {
  overflow: hidden;
}
.footer .footer__inner._will-animate .footer__head > *, .footer .footer__inner._will-animate .footer__social, .footer .footer__inner._will-animate .footer__nav > *, .footer .footer__inner._will-animate .footer__bottom {
  opacity: 0;
  -webkit-transform: translateY(10rem);
      -ms-transform: translateY(10rem);
          transform: translateY(10rem);
}
.footer .footer__inner._will-animate._animate .footer__head > *:nth-child(1) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.3s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.3s;
}
.footer .footer__inner._will-animate._animate .footer__head > *:nth-child(2) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.45s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.45s;
}
.footer .footer__inner._will-animate._animate .footer__head > *:nth-child(3) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.6s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.6s;
}
.footer .footer__inner._will-animate._animate .footer__head > *:nth-child(4) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.75s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.75s;
}
.footer .footer__inner._will-animate._animate .footer__head > *:nth-child(5) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.9s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.9s;
}
.footer .footer__inner._will-animate._animate .footer__social {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.6s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.6s;
}
.footer .footer__inner._will-animate._animate .footer__nav > *:nth-child(1) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.9s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.9s;
}
.footer .footer__inner._will-animate._animate .footer__nav > *:nth-child(2) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.05s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.05s;
}
.footer .footer__inner._will-animate._animate .footer__nav > *:nth-child(3) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.2s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.2s;
}
.footer .footer__inner._will-animate._animate .footer__nav > *:nth-child(4) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.35s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.35s;
}
.footer .footer__inner._will-animate._animate .footer__bottom {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.4s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.4s;
}

@-webkit-keyframes fadeInWithTranslate {
  from {
    opacity: 0;
    -webkit-transform: translateY(10rem);
            transform: translateY(10rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
  }
}

@keyframes fadeInWithTranslate {
  from {
    opacity: 0;
    -webkit-transform: translateY(10rem);
            transform: translateY(10rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.header.header--scrolling {
  background-color: #18171c;
}
.header.dark {
  background-color: #18171c;
}
.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  min-height: 8.1rem;
}
.header__logo {
  height: 5.1rem;
  margin-right: auto;
}
.header__logo img {
  height: 100%;
  width: auto;
  display: block;
}
.header__nav {
  display: none;
}
.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.8rem;
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: 1.24em;
}
.header__nav-list .has-sub-menu {
  position: relative;
}
.header__nav-list .has-sub-menu > a {
  position: relative;
  padding-right: 1.8rem;
}
.header__nav-list .has-sub-menu > a::before {
  position: absolute;
  display: block;
  content: "";
  height: 0.6rem;
  width: 1.1rem;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDExIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMC40MDUxIDAuNzU5NDk0TDUuMjAyNTMgNkw2LjI0OTI0ZS0wOCAwLjc1OTQ5NEwwLjc1OTQ5NCA5LjA1Njg3ZS0wOUw1LjIwMjUzIDQuNDgxMDFMOS42NDU1NyAxLjE1MDIyZS0wN0wxMC40MDUxIDAuNzU5NDk0WiIgZmlsbD0iY3VycmVudENvbG9yIi8+Cjwvc3ZnPgo=");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(236deg) brightness(101%) contrast(102%);
          filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(236deg) brightness(101%) contrast(102%);
  -webkit-transition: -webkit-filter 0.25s ease;
  transition: -webkit-filter 0.25s ease;
  transition: filter 0.25s ease;
  transition: filter 0.25s ease, -webkit-filter 0.25s ease;
}
.header__nav-list .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  padding: 1.6rem;
  border-radius: 1.2rem;
  color: #000000;
  -webkit-box-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  font-size: 1.6rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(1rem);
      -ms-transform: translateY(1rem);
          transform: translateY(1rem);
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease, visibility 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
}
.header__language {
  display: none;
}
.header__cabinet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 3.6rem;
  width: 3.6rem;
  margin-left: 2.6rem;
}
.header__cabinet svg {
  height: 2.4rem;
  width: 2.4rem;
}
.header__store-btn-group {
  display: none;
  margin-left: 1.6rem;
  gap: 1.6rem;
}
.header__ctn-btn {
  display: none;
  margin-left: 2.8rem;
  min-width: 23rem;
}
.header__burger {
  margin-left: 1.6rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.top-space {
  padding-top: 8.1rem;
  background-color: #18171c;
}

.language {
  position: relative;
  cursor: pointer;
}
.language.active .language__list {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.language__current {
  position: relative;
  padding-right: 1.8rem;
}
.language__current::before {
  position: absolute;
  display: block;
  content: "";
  height: 0.6rem;
  width: 1.1rem;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDExIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMC40MDUxIDAuNzU5NDk0TDUuMjAyNTMgNkw2LjI0OTI0ZS0wOCAwLjc1OTQ5NEwwLjc1OTQ5NCA5LjA1Njg3ZS0wOUw1LjIwMjUzIDQuNDgxMDFMOS42NDU1NyAxLjE1MDIyZS0wN0wxMC40MDUxIDAuNzU5NDk0WiIgZmlsbD0iY3VycmVudENvbG9yIi8+Cjwvc3ZnPgo=");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(236deg) brightness(101%) contrast(102%);
          filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(236deg) brightness(101%) contrast(102%);
  -webkit-transition: -webkit-filter 0.25s ease;
  transition: -webkit-filter 0.25s ease;
  transition: filter 0.25s ease;
  transition: filter 0.25s ease, -webkit-filter 0.25s ease;
}
.language__list {
  position: absolute;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-1rem);
      -ms-transform: translateY(-1rem);
          transform: translateY(-1rem);
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease, visibility 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
}
.language__list a {
  text-shadow: 0px 0px 2px #000000;
}
.language .wpml-ls-current-language {
  display: none;
}

.burger {
  width: 4rem;
  height: 4.5rem;
  border: 0.2rem solid #fff;
  border-radius: 1.4rem;
  color: #fff;
  position: relative;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
.burger.active svg {
  opacity: 0;
}
.burger.active span:not(.text):not(ul.list-with-circle-check-icons):not(ul.list-with-check-icons).line-1, .burger.active span:not(.text):not(ul.list-with-circle-check-icons):not(ul.list-with-check-icons).line-2 {
  opacity: 0;
}
.burger.active span:not(.text):not(ul.list-with-circle-check-icons):not(ul.list-with-check-icons).line-3 {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  opacity: 1;
}
.burger.active span:not(.text):not(ul.list-with-circle-check-icons):not(ul.list-with-check-icons).line-4 {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  opacity: 1;
}
.burger.active span.text {
  opacity: 0;
}
.burger svg {
  position: absolute;
  height: 0.9rem;
  width: auto;
  left: 50%;
  top: 2rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.burger span:not(.text):not(ul.list-with-circle-check-icons):not(ul.list-with-check-icons) {
  display: block;
  background-color: currentColor;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
}
.burger span:not(.text):not(ul.list-with-circle-check-icons):not(ul.list-with-check-icons).line-1 {
  top: 2.4rem;
  height: 0.2rem;
  width: 2.6rem;
}
.burger span:not(.text):not(ul.list-with-circle-check-icons):not(ul.list-with-check-icons).line-2 {
  top: 2.9rem;
  height: 0.2rem;
  width: 2.6rem;
}
.burger span:not(.text):not(ul.list-with-circle-check-icons):not(ul.list-with-check-icons).line-3 {
  top: 50%;
  width: 2.2rem;
  height: 0.4rem;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
.burger span:not(.text):not(ul.list-with-circle-check-icons):not(ul.list-with-check-icons).line-4 {
  top: 50%;
  width: 2.2rem;
  height: 0.4rem;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
.burger span.text {
  font-size: 1rem;
  line-height: 0.7;
  position: absolute;
  height: 0.9rem;
  width: auto;
  left: 50%;
  top: 1rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.menu {
  position: fixed;
  z-index: 49;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100dvh;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  background-color: #18171c;
  color: #fff;
  padding-top: 8.1rem;
}
.menu.show {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.menu__scroll-container {
  height: 100%;
  overflow: auto;
  padding: 4rem 1.6rem 4.8rem;
}
.menu__scroll-container hr {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
  border-color: rgba(255, 255, 255, 0.2);
}
.menu__nav {
  padding: 0 0.8rem;
}
.menu__nav-list {
  margin-bottom: 0;
  display: -ms-grid;
  display: grid;
  gap: 2rem;
  font-size: 3.2rem;
  line-height: 0.9;
  letter-spacing: 0.02em;
}
.menu__extra-links {
  display: -ms-grid;
  display: grid;
  gap: 1.3rem;
  font-size: 1.4rem;
  line-height: 1.24em;
}
.menu__extra-links img, .menu__extra-links svg {
  height: 0.7em;
  width: auto;
  display: inline;
}
.menu__footer {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.24em;
}
.menu__public-offer-link {
  color: #a0a0a0;
}
.menu__cabinet {
  margin-top: 4rem;
  width: 4.8rem;
  height: 4.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.6rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.menu__cabinet svg {
  height: 2.4rem;
  width: 2.4rem;
}
.menu__social-slot {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu__cta-btn {
  margin-top: 4rem;
}
.menu__store {
  margin-top: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu__language {
  margin-top: 3.2rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.footer {
  margin-top: -1px;
  background-color: #18171c;
  color: #a0a0a0;
  font-family: "Helvetica", sans-serif;
  padding-top: 6.2rem;
  padding-bottom: 3.2rem;
  position: relative;
}
.footer__inner {
  position: relative;
  z-index: 2;
}
.footer__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__logo {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 7.3rem;
  text-align: center;
}
.footer__logo img {
  height: 100%;
  width: auto;
  display: inline-block;
}
.footer__text {
  font-size: 2.4rem;
  line-height: 1.22em;
  font-family: "RussoOne", sans-serif;
  text-align: center;
  margin-top: 1.6rem;
  color: #fff;
}
.footer__text span {
  display: block;
}
.footer__store {
  margin-top: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
.footer__body {
  margin-top: 4.8rem;
}
.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__nav {
  margin-top: 4.8rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, auto) 2.4rem minmax(0, auto);
  grid-template-columns: repeat(2, minmax(0, auto));
  gap: 0 2.4rem;
}
.footer__nav-col-3 {
  margin-top: 4.8rem;
  -ms-grid-column-span: 2;
  grid-column: span 2/span 2;
}
.footer__nav-list {
  margin-bottom: 0;
  display: -ms-grid;
  display: grid;
  gap: 2.8rem;
  font-size: 1.8rem;
  line-height: 0.722em;
}
.footer__bottom {
  margin-top: 9.6rem;
  font-size: 1.6rem;
  line-height: 1.64rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.6rem;
}
.footer__bottom .emoji {
  height: 1.2em;
  margin-top: -0.4em;
}
.footer__decor {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  right: 1.6rem;
  bottom: 3.2rem;
  width: 5.9rem;
  height: 17.5rem;
  color: #000000;
}

.clubs-post-head {
  position: relative;
  overflow: hidden;
  background-color: #18171c;
  color: #fff;
}
.clubs-post-head__bg {
  display: none;
}
.clubs-post-head__bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.clubs-post-head__inner {
  min-height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 11.4rem;
  padding-bottom: 2.4rem;
}
.clubs-post-head__container {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.clubs-post-head__image {
  margin-top: 4.2rem;
}
.clubs-post-head__image img {
  border-radius: 2.4rem;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/0.623;
}
.clubs-post-head__title {
  margin-top: 3.3rem;
}
.clubs-post-head__list {
  margin-bottom: 0;
  margin-top: 1rem;
}
.clubs-post-head__list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.clubs-post-head__list > li:not(:first-child) {
  margin-top: 1rem;
}
.clubs-post-head__list svg {
  height: 2.4rem;
  width: 2.4rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #e21b52;
}
.clubs-post-head__list-content--address {
  font-size: 1.8rem;
  line-height: 1.24em;
}
.clubs-post-head__list-content--time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.6rem;
  font-size: 1.4rem;
  line-height: 1.4em;
  font-family: "Helvetica", sans-serif;
}
.clubs-post-head__buttons-group {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.clubs-post-head__sub-content {
  margin-top: 4rem;
}
.clubs-post-head__anchors-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.2rem;
  overflow-x: auto;
  height: 6rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.clubs-post-head__anchors-list > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.club-post-head-info-list {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
.club-post-head-info-list__item {
  position: relative;
  overflow: hidden;
  color: #fff;
  background-color: #e21b52;
  border-radius: 2.4rem;
  padding: 1.5rem 2.4rem 2rem;
}
.club-post-head-info-list__item-title {
  position: relative;
  z-index: 2;
  color: #ffbf19;
  font-size: 4rem;
  line-height: 1.2em;
}
.club-post-head-info-list__item-text {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  margin-top: 0.1rem;
  font-size: 1.6rem;
  line-height: 1.24em;
  padding-right: 8rem;
}
.club-post-head-info-list__item-text ul {
  padding-left: 0.9em !important;
}
.club-post-head-info-list__item-decor {
  position: absolute;
  z-index: 1;
  width: 10.2rem;
  height: 10.2rem;
  opacity: 0.5;
  right: -1rem;
  bottom: -2rem;
}

.tariff-plans {
  background-color: #333132;
  color: #fff;
  overflow: hidden;
}
.tariff-plans__title {
  margin-top: -0.4rem;
  font-size: 3.2rem;
  line-height: 1.1em;
  /* text-transform: uppercase; */
  /* text-align: center; */
}
.tariff-plans__text {
  text-align: center;
  margin-top: 1.7rem;
}
.tariff-plans__slider {
  margin-top: 2.4rem;
  overflow: visible;
}
.tariff-plans__slider .swiper-slide {
  --pr: 2.4rem;
  --w: 32.2rem;
  width: var(--w);
  height: auto;
}
.tariff-plans__slider .swiper-slide:not(:last-child) {
  width: calc(var(--w) + var(--pr));
  padding-right: var(--pr);
}
.tariff-plans__slider-footer {
  margin-top: 3.2rem;
}

.tariff-plan-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  /* min-height: 56.6rem; */
  position: relative;
}
.tariff-plan-card--promotion .tariff-plan-card__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tariff-plan-card--promotion .tariff-plan-card__current-price, .tariff-plan-card--promotion .tariff-plan-card__currency-term {
  color: #e21b52;
}
.tariff-plan-card__label {
  position: absolute;
  top: 1.2rem;
  right: 0rem;
  z-index: 3;
  padding: 0.8rem 1.0rem;
  border-radius: 0.8rem 0px 0px 0.8rem;
  background: var(--Pink, #E21B52);
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.24em;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
.tariff-plan-card__head {
  overflow: hidden;
  background-color: #e21b52;
  color: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 2.4rem 2.4rem 0 0;
  min-height: 6.5rem;
  padding: 1.8rem 2.4rem 1.7rem;
  position: relative;
  text-align: center;
}
.tariff-plan-card__head-decor {
  position: absolute;
  z-index: 1;
  height: 32.8rem;
  width: 32.8rem;
  top: -15rem;
  right: -12rem;
  -webkit-transform: rotate(21deg);
      -ms-transform: rotate(21deg);
          transform: rotate(21deg);
  color: #000000;
  opacity: 0.1;
}
.tariff-plan-card__title {
  position: relative;
  z-index: 2;

}
.tariff-plan-card__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background-color: #fff;
  color: #333132;
  border-radius: 1.6rem;
  padding: 1.5rem 2.4rem 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
}
.tariff-plan-card__price-gird {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 0.8rem 1fr;
  grid-template-columns: auto 1fr;
  gap: 0 0.8rem;
  -ms-grid-rows: auto 0 auto 0 auto;
      grid-template-areas: "current-price old-price" "current-price currency-term" "specification specification";
}
.tariff-plan-card__current-price {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: current-price;
  font-size: 3.2rem;
  line-height: 1em;
  letter-spacing: 0.02em;
  -ms-grid-row-align: end;
      align-self: end;
  margin-bottom: -0.1em;
}
.tariff-plan-card__old-price {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: old-price;
  font-size: 1.4rem;
  line-height: 1.08em;
  letter-spacing: 0.028rem;
  text-decoration: line-through;
  opacity: 0.4;
  min-height: 0.71em;
}
.tariff-plan-card__currency-term {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: currency-term;
  font-size: 1.4rem;
  line-height: 1.08em;
  letter-spacing: 0.028rem;
  margin-top: 0.2rem;
}
.tariff-plan-card__specification {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: specification;
  font-size: 1.4rem;
  line-height: 1.4em;
  font-family: "Helvetica", sans-serif;
}
.tariff-plan-card__additionl-info {
  position: absolute;
  right: 0.5rem;
  top: 1rem;
  height: 1.6rem;
  width: 1.6rem;
  color: #a0a0a0;
}
.tariff-plan-card__dark-box {
  /* background-color: #212024; */
  /* border-radius: 1.2rem; */
  /* padding: 1.7rem 2.4rem 1.9rem; */
  font-size: 1.4rem;
  line-height: 1.64rem;
  font-family: "Helvetica", sans-serif;
  /* color: #a0a0a0; */
  margin-top: 0rem
}
.tariff-plan-card__dark-box ul {
  font-size: 1.6rem;
  line-height: 1.64em;
}
.tariff-plan-card__dark-box ul li:not(:first-child) {
  margin-top: 0.2rem;
}
.tariff-plan-card__dark-box ul li {
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
}
.tariff-plan-card__dark-box ul li span {
  /* color: #fff; */
  font-weight: 700;
  font-size: 1.6rem;
}
.tariff-plan-card__dark-box ul li span small{
  font-size: 1.4rem;
}
.tariff-plan-card__dark-box ul li svg {
  height: 1em;
  width: 1em;
  margin-bottom: 0.1em;
  display: inline;
  color: #fff;
}
.tariff-plan-card__main-list {
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 1.4em;
  font-family: "Helvetica", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  max-width: 26rem;
}
.tariff-plan-card__main-list > li {
  position: relative;
  min-height: 2.4rem;
  padding-left: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tariff-plan-card__main-list-icon {
  height: 1.6rem;
  width: 1.6rem;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tariff-plan-card__btn {
  margin-top: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.club-advantages {
  overflow: hidden;
  background-color: #ffbf19;
  color: #000000;
}
.club-advantages + .how-to-find-us {
  padding-top: 0 !important;
}
.club-advantages__title {
  margin-top: -7px;
}
.club-advantages__text {
  margin-top: 2rem;
  font-size: 1.8rem;
  line-height: 1.24em;
  color: #333132;
}
.club-advantages__stats-list {
  margin-top: 2.9rem;
  margin-bottom: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 2.4rem auto 2.4rem auto;
  grid-template-columns: repeat(3, auto);
  gap: 2.3rem 3.5rem;
  color: #333132;
}
.club-advantages__stats-list .h4 {
  color: #9c3095;
}
.club-advantages__stats-list .list-text {
  margin-bottom: 0;
  margin-top: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.24em;
  max-width: 13rem;
  word-break: break-word;
}
.club-advantages__buttons {
  margin-top: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.club-advantages__media-content {
  margin-top: 4rem;
}
.club-advantages__main-slider {
  overflow: visible;
  border-radius: 2.4rem;
}
.club-advantages__main-slider .swiper-slide {
  aspect-ratio: 1/0.67;
  border-radius: 2.4rem;
  overflow: hidden;
  position: relative;
}
.club-advantages__main-slider .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.club-advantages__main-slider .swiper-slide svg {
  position: absolute;
  z-index: 2;
  color: #fff;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
  height: 4.8rem;
  width: 4.8rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.club-advantages__main-slider .swiper-slide.has-video {
  background-color: #000000;
}
.club-advantages__main-slider .swiper-slide.has-video img {
  opacity: 0.6;
}
.club-advantages__main-slider-nav-dots {
  margin-top: 3.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.club-advantages__main-slider-nav-buttons {
  display: none;
}
.club-advantages__thumb-slider {
  display: none;
}

.how-to-find-us {
  overflow: hidden;
  background-color: #ffbf19;
  color: #333132;
}
.how-to-find-us__media-content {
  min-height: 35rem;
  position: relative;
}
.how-to-find-us__media-bg {
  position: absolute;
  z-index: 1;
  height: 35rem;
  width: 35rem;
  overflow: hidden;
  border-radius: 50%;
  background-color: #e21b52;
  color: #9c3095;
  top: 0;
  right: -6rem;
}
.how-to-find-us__media-bg svg {
  width: 134%;
  height: 134%;
  position: absolute;
  top: 8.57%;
  right: -2.85%;
  -webkit-transform: rotate(14deg);
      -ms-transform: rotate(14deg);
          transform: rotate(14deg);
}
.how-to-find-us__image {
  position: relative;
  z-index: 2;
  margin-right: -1.6rem;
  min-height: 35rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.how-to-find-us__video {
  position: relative;
  z-index: 2;
  height: 58rem;
  display: block;
  overflow: hidden;
  background-color: #000000;
  border-radius: 2.4rem;
}
.how-to-find-us__video img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.6;
}
.how-to-find-us__video svg {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 4.8rem;
  width: 4.8rem;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
  color: #fff;
}
.how-to-find-us__text-content {
  margin-top: 3.5rem;
}
.how-to-find-us__text {
  margin-top: 1rem;
  font-size: 1.8rem;
  line-height: 1.24em;
  color: #333132;
}
.how-to-find-us__text-content-body {
  margin-top: 3rem;
  display: -ms-grid;
  display: grid;
  gap: 2.5rem;
}
.how-to-find-us__info-item-title {
  color: #9c3095;
}
.how-to-find-us__info-item-list {
  margin-bottom: 0;
  margin-top: 1.2rem;
  font-size: 1.6rem;
  line-height: 1.64em;
  font-family: "Helvetica", sans-serif;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
}
.how-to-find-us__info-item--schedule .how-to-find-us__info-item-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 2rem;
}
.how-to-find-us__info-item--services .how-to-find-us__info-item-title {
  font-size: 2rem;
}
.how-to-find-us__info-item--services .how-to-find-us__info-item-list {
  gap: 0.7rem;
}
.how-to-find-us__info-item--services .how-to-find-us__info-item-list > li {
  position: relative;
  padding-left: 4.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 3.1rem;
}
.how-to-find-us__info-item--services .how-to-find-us__info-item-list > li img {
  width: 3.6rem;
  height: 3.1rem;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.how-to-find-us__text-content-footer {
  margin-top: 3.4rem;
}
.how-to-find-us__buttons-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.how-to-find-us__buttons-group .btn-curtain span {
  mix-blend-mode: initial;
  color: #333132;
}

.club-class-schedule__head {
  overflow: hidden;
  position: relative;
  padding-bottom: 3.2rem;
}
.club-class-schedule__title {
  position: relative;
  z-index: 2;
  margin-top: -0.7rem;
  max-width: 56.8rem;
}
.club-class-schedule__decor-1 {
  position: absolute;
  z-index: 1;
  color: #e21b52;
  width: 42rem;
  height: 42rem;
  bottom: -25rem;
  right: -2rem;
}
.club-class-schedule__app {
  min-height: 45rem;
  height: calc(100svh - 8.1rem);
  background-color: #dcdfe2;
}
.club-class-schedule__app img {
  width: 100%;
  height: auto;
}
.club-class-schedule__app iframe {
  width: 100%;
  height: 100%;
}

.vacancies-preview {
  overflow: hidden;
}
.vacancies-preview.dark {
  background: #333132;
  color: #fff;
}
.vacancies-preview.light {
  background: #f2f2f3;
  color: #333132;
}
.vacancies-preview.light .vacancy-card {
  background-color: #fff;
}
.vacancies-preview.accent {
  background-color: #ffbf19;
  color: #333132;
}
.vacancies-preview.empty .vacancy-card {
  background: #f2f2f3;
}
.vacancies-preview__title {
  margin-top: -0.7rem;
}
.vacancies-preview__title p {
  display: inline;
}
.vacancies-preview__slider {
  margin-top: 3.1rem;
  overflow: visible;
}
.vacancies-preview__slider .swiper-slide {
  height: auto;
}
.vacancies-preview__slider-footer {
  margin-top: 3.2rem;
}

.vacancy-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  border-radius: 2.4rem;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  color: #333132;
  padding: 2.4rem 2.4rem 5.5rem;
}
.vacancy-card__city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  border-radius: 999px;
  padding: 0.6rem 1.8rem;
  min-height: 3.6rem;
  color: #fff;
  background-color: #00a99d;
  font-size: 1.4rem;
  line-height: 1.24em;
}
.vacancy-card__cities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.6rem;
}
.vacancy-card__cities span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  border-radius: 999px;
  padding: 0.6rem 1.8rem;
  min-height: 3.6rem;
  color: #fff;
  background-color: #00a99d;
  font-size: 1.4rem;
  line-height: 1.24em;
}
.vacancy-card__title {
  margin-top: 1.8rem;
  position: relative;
  padding-right: 6rem;
  color: inherit;
}
.vacancy-card__arrow {
  position: absolute;
  top: 0.5rem;
  right: 0;
  width: 3.2rem;
  height: 3.2rem;
  color: #e21b52;
}
.vacancy-card__type {
  margin-top: 0.2rem;
  font-family: "Helvetica", sans-serif;
  font-size: 1.6rem;
  line-height: 1.64em;
  font-weight: 700;
  color: #a0a0a0;
}
.vacancy-card__description {
  margin-top: 0.8rem;
  font-family: "Helvetica", sans-serif;
  color: #333132;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  max-height: 9.96em;
  line-height: 1.5em;
}
.vacancy-card__decor-1 {
  color: #9c3095;
  position: absolute;
  right: -4rem;
  bottom: -4rem;
  width: 12rem;
  height: 10.4rem;
}

.trainers-preview {
  position: relative;
  overflow: hidden;
  background: var(--Dark-bg, #333132);
  color: #fff;
}
.trainers-preview__decor-group {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.trainers-preview__decor-group > .container {
  height: 100%;
}
.trainers-preview__decor-group-inner {
  position: relative;
  height: 100%;
}
.trainers-preview__decor-1 {
  display: none;
}
.trainers-preview__decor-2 {
  position: absolute;
  top: 3rem;
  right: 0.5rem;
  height: 16.5rem;
  width: 16.5rem;
  color: #333132;
  opacity: 0.5;
}
.trainers-preview__decor-3 {
  display: none;
}
.trainers-preview__container {
  position: relative;
  z-index: 2;
}
.trainers-preview__title {
  margin-top: -0.7rem;
}
.trainers-preview__list {
  margin-top: 3rem;
  overflow: visible;
}
.trainers-preview__list .swiper-slide {
  height: auto;
}
.trainers-preview__list-nav-dots {
  margin-top: 3.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.trainers-preview__footer {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.your-app {
  overflow: hidden;
}
.your-app.dark {
  background-color: #333132;
  color: #fff;
}
.your-app.dark .your-app__image svg {
  color: #e21b52;
}
.your-app.light {
  background-color: #f2f2f3;
  color: #333132;
}
.your-app.accent {
  background-color: #ffbf19;
  color: #333132;
}
.your-app__container {
  position: relative;
}
.your-app__image {
  margin-top: -1.4rem;
  position: relative;
  height: 35.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.your-app__image picture {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.your-app__image img {
  position: relative;
  z-index: 2;
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.your-app__image svg {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 57%;
  -webkit-transform: translate(-50%, -50%) scaleX(-1) rotate(10deg);
      -ms-transform: translate(-50%, -50%) scaleX(-1) rotate(10deg);
          transform: translate(-50%, -50%) scaleX(-1) rotate(10deg);
  width: 38.3rem;
  height: 38.3rem;
  color: #00a99d;
  display: none;
}
.your-app__body {
  margin-top: 2.8rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.6rem auto;
  grid-template-columns: 1fr auto;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 0 1.6rem;
  -ms-grid-rows: auto 0 auto 0 auto 0 auto;
      grid-template-areas: "title title" "text text" "list list" "buttons logo";
}
.your-app__title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: title;
}
.your-app__text {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  margin-top: calc(1.8rem - 0.19em);
  grid-area: text;
}
.your-app__list {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  margin-top: 1.7rem;
  margin-bottom: 1.7rem;
  grid-area: list;
}
.your-app__buttons-group {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  grid-area: buttons;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.4rem;
  width: 21.4rem;
}
.your-app__buttons-group .btn-primary {
  border-width: 0.3rem;
  padding: 1rem 2rem;
  min-height: 7rem;
}
.your-app__logo {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
  grid-area: logo;
  background: linear-gradient(45deg, #e21b52 0%, #9c3095 100%);
  width: 8.7rem;
  height: 18.7rem;
  color: #fff;
  position: relative;
}
.your-app__logo svg {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-49%);
      -ms-transform: translateY(-49%);
          transform: translateY(-49%);
  height: 80%;
  width: 96%;
}

.faq {
  position: relative;
  overflow: hidden;
  color: #dcdfe2;
  background-color: #333132;
}
.faq__decor-group {
  position: absolute;
  z-index: 1;
  inset: 0;
}
.faq__decor-group > .container {
  height: 100%;
}
.faq__decor-group-inner {
  position: relative;
  height: 100%;
}
.faq__decor-1 {
  position: absolute;
  left: -17rem;
  bottom: 3rem;
  width: 40rem;
  height: 40rem;
  color: #18171c;
  opacity: 0.2;
  -webkit-transform: rotate(-21deg);
      -ms-transform: rotate(-21deg);
          transform: rotate(-21deg);
}
.faq__container {
  position: relative;
  z-index: 2;
}
.faq__head {
  grid-area: head;
}
.faq__title {
  color: #fff;
}
.faq__title + .faq__text {
  margin-top: 1rem;
}
.faq__text {
  font-family: "Helvetica", sans-serif;
}
.faq__body {
  margin-top: 3.8rem;
  grid-area: body;
}
.faq__footer {
  margin-top: 4rem;
  grid-area: footer;
}
.faq__buttons {
  margin-top: 3.2rem;
}

.accordion {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
.accordion__item {
  background-color: #18171c;
  position: relative;
  border-radius: 2.4rem;
}
.accordion__item-title {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem 4rem 3rem 1.6rem;
  font-size: 1.8rem;
  line-height: 1.24em;
  color: #fff;
  cursor: pointer;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.accordion__item-title.active .accordion__item-icon::before {
  -webkit-transform: translateX(-50%) scaleY(0);
      -ms-transform: translateX(-50%) scaleY(0);
          transform: translateX(-50%) scaleY(0);
}
.accordion__item-icon {
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1.6rem;
  width: 1.6rem;
}
.accordion__item-icon::before, .accordion__item-icon::after {
  content: "";
  position: absolute;
  background-color: currentColor;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.accordion__item-icon::before {
  height: 100%;
  width: 0.3rem;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.accordion__item-icon::after {
  height: 0.3rem;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.accordion__item-content {
  color: #a0a0a0;
  font-family: "Helvetica", sans-serif;
  margin-top: -1rem;
  padding: 0 4rem 2.4rem 1.6rem;
  position: relative;
  z-index: 2;
  display: none;
}
.accordion__item-decor {
  position: absolute;
  z-index: 1;
  height: 2.4rem;
  width: 6.4rem;
  color: #e21b52;
  bottom: 0;
  right: 5rem;
}

.media-text-horizontal {
  position: relative;
  overflow: hidden;
}
.media-text-horizontal.dark {
  color: #fff;
  background-color: #333132;
}
.media-text-horizontal.dark .media-text-horizontal__decor-1 {
  color: #18171c;
  opacity: 0.2;
}
.media-text-horizontal.dark .media-text-horizontal__buttons--has-btn-map .btn-curtain span {
  color: #fff;
}
.media-text-horizontal.light {
  background-color: #f2f2f3;
  color: #333132;
}
.media-text-horizontal.light .media-text-horizontal__buttons--has-btn-map .btn-curtain span {
  mix-blend-mode: normal;
  color: #333132;
}
.media-text-horizontal.accent {
  background: #ffbf19;
  color: #333132;
}
.media-text-horizontal.accent .media-text-horizontal__decor-1 {
  color: #e21b52;
  opacity: 0.2;
}
.media-text-horizontal.bg-light-secondary {
  color: #333132;
}
.media-text-horizontal.empty .media-text-horizontal__decor-1 {
  color: #e21b52;
  opacity: 0.1;
}
.media-text-horizontal.empty .media-text-horizontal__banner {
  background-color: #f2f2f3;
  color: #000000;
}
.media-text-horizontal.empty .media-text-horizontal__buttons--has-btn-map .btn-curtain::before {
  background-color: #f2f2f3;
}
.media-text-horizontal.empty .media-text-horizontal__buttons--has-btn-map .btn-curtain path.icon-box {
  fill: #f2f2f3;
}
.media-text-horizontal.empty .media-text-horizontal__buttons--has-btn-map .btn-curtain span {
  mix-blend-mode: normal;
  color: #000000;
}
.media-text-horizontal--md .media-text-horizontal__title {
  margin-right: -1px;
}
.media-text-horizontal--md .media-text-horizontal__image {
  aspect-ratio: 1/1.093;
}
.media-text-horizontal--md .media-text-horizontal__text {
  margin-top: 1.8rem;
  max-width: 64rem;
}
.media-text-horizontal--md .media-text-horizontal__text.text, .media-text-horizontal--md ul.media-text-horizontal__text.list-with-circle-check-icons, .media-text-horizontal--md ul.media-text-horizontal__text.list-with-check-icons {
  line-height: 1.54em;
}
.media-text-horizontal--lg .media-text-horizontal__title {
  margin-right: -1px;
}
.media-text-horizontal--lg .media-text-horizontal__image {
  aspect-ratio: 1/0.626;
}
.media-text-horizontal--lg .media-text-horizontal__text {
  margin-top: 1.8rem;
  max-width: 50rem;
}
.media-text-horizontal--lg .media-text-horizontal__text.text, .media-text-horizontal--lg ul.media-text-horizontal__text.list-with-circle-check-icons, .media-text-horizontal--lg ul.media-text-horizontal__text.list-with-check-icons {
  line-height: 1.54em;
}
.media-text-horizontal--revers .media-text-horizontal__decor-1 {
  right: auto;
  left: -20rem;
}
.media-text-horizontal__decor-group {
  display: none;
}
.media-text-horizontal__decor-group-inner {
  height: 100%;
  position: relative;
}
.media-text-horizontal__decor-1 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -10rem;
  height: 26.8rem;
  width: 26.8rem;
  color: #fff;
}
.media-text-horizontal__container {
  position: relative;
  z-index: 2;
}
.media-text-horizontal__image {
  overflow: hidden;
  border-radius: 2.4rem;
  aspect-ratio: 1/1;
}
.media-text-horizontal__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.media-text-horizontal__body {
  margin-top: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.media-text-horizontal__scroll-container.can-scroll {
  overflow: auto;
  max-height: 52.7rem;
}
@-moz-document url-prefix() {
  .media-text-horizontal__scroll-container.scrollbar {
    scrollbar-color: #a0a0a0;
  }
}
.media-text-horizontal__text {
  font-family: "Helvetica", sans-serif;
  margin-top: 1rem;
}
.media-text-horizontal__list {
  font-size: 1.8rem;
  line-height: 1.54em;
  font-family: "Helvetica", sans-serif;
  margin-top: 2.1rem;
}
.media-text-horizontal__banner {
  margin-top: 2.2rem;
  background-color: #fff;
  border-radius: 2.4rem;
  padding: 2.4rem;
  color: #333132;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.1rem;
  max-width: 40rem;
}
.media-text-horizontal__banner-text {
  margin-top: -0.3rem;
}
.media-text-horizontal__banner-value {
  margin-bottom: -0.8rem;
}
.media-text-horizontal__buttons {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
.media-text-horizontal__buttons--has-btn-map {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.media-text-horizontal__buttons--has-btn-map .btn-primary {
  padding-left: 1.9rem;
  padding-right: 1.9rem;
}
.\[\&\:not\(\.active\)\]\:hidden:not(.active) {
  display: none;
}
@media (min-width: 0px) and (max-width: 1023.8px) {
  .media-text-horizontal__scroll-container.can-scroll {
    padding-right: 1.2rem;
    margin-right: -1.2rem;
  }
}
@media (min-width: 0px) and (max-width: 1023.9px) {
  .fancybox-video-youtube-shorts .fancybox__content {
    aspect-ratio: initial !important;
    height: calc(100dvh - 1rem) !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fancybox-video-youtube-shorts .fancybox__content iframe {
    height: calc(100% - 9rem);
  }
  .clubs-post-head__anchors {
    margin-top: 7rem;
    overflow-y: hidden;
    height: 4rem;
  }
  .clubs-post-head__anchors.container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 0px) and (max-width: 743.8px) {
  .trainers-preview .trainers-preview__container._will-animate .trainers-preview__list {
    opacity: 0;
    -webkit-transform: translateY(10rem);
        -ms-transform: translateY(10rem);
            transform: translateY(10rem);
  }
  .trainers-preview .trainers-preview__container._will-animate._animate .trainers-preview__list {
    -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.75s;
            animation: fadeInWithTranslate 0.8s ease-out forwards 0.75s;
  }
  .trainers-preview .trainers-preview__container._will-animate._animate .swiper-slide {
    -webkit-animation: none !important;
            animation: none !important;
  }
}
@media (min-width: 744px) {
    .container {
      padding-left: 3.2rem;
      padding-right: 3.2rem;
    }
    .container-md {
      padding-left: 3.2rem;
      padding-right: 3.2rem;
    }
    .container-sm {
      padding-left: 3.2rem;
      padding-right: 3.2rem;
    }
  .btn-primary {
    font-size: 2rem;
    min-width: 21.1rem;
  }
  .btn-tertiary {
    font-size: 1.6rem;
    letter-spacing: 0.07em;
  }
  .text, ul.list-with-check-icons, ul.list-with-circle-check-icons {
    line-height: 1.54em;
  }
  .post-card__body {
    aspect-ratio: auto;
    min-height: 24rem;
  }
  .trainers-preview .trainers-preview__container._will-animate .swiper-slide:nth-child(1) {
    opacity: 0;
    -webkit-transform: translateY(10rem);
        -ms-transform: translateY(10rem);
            transform: translateY(10rem);
  }
  .trainers-preview .trainers-preview__container._will-animate .swiper-slide:nth-child(2) {
    opacity: 0;
    -webkit-transform: translateY(10rem);
        -ms-transform: translateY(10rem);
            transform: translateY(10rem);
  }
  .trainers-preview .trainers-preview__container._will-animate .swiper-slide:nth-child(3) {
    opacity: 0;
    -webkit-transform: translateY(10rem);
        -ms-transform: translateY(10rem);
            transform: translateY(10rem);
  }
  .trainers-preview .trainers-preview__container._will-animate .swiper-slide:nth-child(4) {
    opacity: 0;
    -webkit-transform: translateY(10rem);
        -ms-transform: translateY(10rem);
            transform: translateY(10rem);
  }
  .trainers-preview .trainers-preview__container._will-animate .swiper-slide:nth-child(5) {
    opacity: 0;
    -webkit-transform: translateY(10rem);
        -ms-transform: translateY(10rem);
            transform: translateY(10rem);
  }
  .trainers-preview .trainers-preview__container._will-animate .swiper-slide:nth-child(6) {
    opacity: 0;
    -webkit-transform: translateY(10rem);
        -ms-transform: translateY(10rem);
            transform: translateY(10rem);
  }
  .trainers-preview .trainers-preview__container._will-animate._animate .swiper-slide:nth-child(1) {
    -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.6s;
            animation: fadeInWithTranslate 0.8s ease-out forwards 0.6s;
  }
  .trainers-preview .trainers-preview__container._will-animate._animate .swiper-slide:nth-child(2) {
    -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.75s;
            animation: fadeInWithTranslate 0.8s ease-out forwards 0.75s;
  }
  .trainers-preview .trainers-preview__container._will-animate._animate .swiper-slide:nth-child(3) {
    -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.9s;
            animation: fadeInWithTranslate 0.8s ease-out forwards 0.9s;
  }
  .trainers-preview .trainers-preview__container._will-animate._animate .swiper-slide:nth-child(4) {
    -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.05s;
            animation: fadeInWithTranslate 0.8s ease-out forwards 1.05s;
  }
  .trainers-preview .trainers-preview__container._will-animate._animate .swiper-slide:nth-child(5) {
    -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.2s;
            animation: fadeInWithTranslate 0.8s ease-out forwards 1.2s;
  }
  .trainers-preview .trainers-preview__container._will-animate._animate .swiper-slide:nth-child(6) {
    -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.35s;
            animation: fadeInWithTranslate 0.8s ease-out forwards 1.35s;
  }
  .header__ctn-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 23.2rem;
  }
  .header__burger {
    margin-left: 2.8rem;
  }
  .burger {
    border-radius: 2.4rem;
    width: 6rem;
    height: 6.5rem;
  }
  .burger span:not(.text):not(ul.list-with-circle-check-icons):not(ul.list-with-check-icons).line-1 {
    top: 3.6rem;
  }
  .burger span:not(.text):not(ul.list-with-circle-check-icons):not(ul.list-with-check-icons).line-2 {
    top: 4.2rem;
  }
  .burger span.text {
    font-size: 1.3rem;
    top: 2rem;
  }
  .footer {
    padding-top: 3.2rem;
  }
  .footer__logo {
    text-align: start;
  }
  .footer__text {
    text-align: start;
    max-width: 38rem;
    margin-top: 1rem;
  }
  .footer__text span {
    display: inline;
  }
  .footer__store {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 2.5rem;
    gap: 2.4rem;
  }
  .footer__body {
    margin-top: 4.2rem;
  }
  .footer__social {
    display: block;
  }
  .footer__nav {
    -ms-grid-columns: (minmax(0, auto))[3];
    grid-template-columns: repeat(3, minmax(0, auto));
  }
  .footer__nav-col-3 {
    margin-top: 0;
    grid-column: initial;
  }
  .footer__bottom {
    margin-top: 11.1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__decor {
    bottom: auto;
    top: 3.2rem;
  }
  .clubs-post-head__anchors-list {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
  .how-to-find-us__image {
    margin-right: -3.2rem;
  }
  .vacancies-preview__slider {
    overflow: visible;
  }
  .vacancies-preview__slider .swiper-slide {
    --pr: 2.4rem;
    --w: 35.7rem;
    width: var(--w);
  }
  .vacancies-preview__slider .swiper-slide:not(:last-child) {
    width: calc(var(--w) + var(--pr));
    padding-right: var(--pr);
  }
  .trainers-preview__list .swiper-wrapper {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3.2rem 1.4rem;
  }
  .trainers-preview__list .swiper-slide:nth-child(6) ~ *[style] {
    opacity: 0;
    -webkit-transform: translateY(10rem);
        -ms-transform: translateY(10rem);
            transform: translateY(10rem);
  }
  .trainers-preview__list-nav-dots {
    display: none;
  }
  .trainers-preview__footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .your-app__buttons-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .faq__body {
    margin-top: 4rem;
  }
  .media-text-horizontal__image {
    aspect-ratio: 1/0.98;
  }
  .media-text-horizontal__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 3.4rem;
  }
  .md\:hidden {
    display: none;
  }
  .md\:grid-cols-2 {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 744px) and (max-width: 1023.8px) {
  .slider-footer .btn-primary {
    margin-left: auto;
    margin-right: auto;
    max-width: 34.3rem;
    width: 100%;
  }
  .club-advantages__buttons {
    margin-left: auto;
    margin-right: auto;
    max-width: 34.3rem;
    width: 100%;
  }
  .your-app__image {
    position: absolute;
    top: 2rem;
    left: 3.2rem;
    width: 34.3rem;
  }
  .your-app__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 36.1rem;
    min-height: 48rem;
    margin-top: 0.2rem;
  }
  .your-app__text {
    line-height: 1.4em;
  }
  .your-app__list {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
  .your-app__list > li:nth-last-child(-n+3) {
    padding-right: 10rem;
  }
  .your-app__buttons-group {
    margin-left: -36.1rem;
    margin-top: auto;
  }
  .your-app__logo {
    position: absolute;
    bottom: 0;
    right: 3.2rem;
  }
  .faq__text {
    max-width: 46rem;
  }
  .faq__footer .faq__text {
    max-width: none;
  }
}
@media (min-width: 744px) and (max-width: 1023.9px) {
  .header__body {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 744px) and (max-width: 1679.8px) {
  .py-\[4\.8rem\] {
    padding-top: 7.2rem;
    padding-bottom: 7.2rem;
  }
}
@media (min-width: 1024px) {
    .container {
      padding-left: 4.8rem;
      padding-right: 4.8rem;
    }
  html {
    font-size: 7.2px;
  }
  body a:not(.not-hover-link):not(.btn-secondary):not(.btn-primary):not(.btn-curtain) {
    -webkit-transition: color 0.15s ease;
    transition: color 0.15s ease;
  }
  .btn-primary.with-lines {
    padding-left: 4.2rem;
    padding-right: 4.2rem;
  }
  .btn-secondary {
    min-height: 5rem;
    padding: 1rem 2.2rem;
  }
  .btn-curtain {
    gap: 1rem;
    font-size: 1.4rem;
    padding-right: 2rem;
  }
  .nav-btn {
    height: 5.6rem;
    width: 5.6rem;
  }
  .nav-btn img, .nav-btn svg {
    height: 2.4rem;
    width: 2.4rem;
  }
  .slider-bullets {
    margin-left: 0;
    margin-right: 0;
  }
  .h1 {
    font-size: 7.2rem;
    line-height: 1.04em;
  }
  .h2 {
    font-size: 4.8rem;
    line-height: 1.16em;
  }
  #schedule .h2{
    font-size: 5.6rem
  }
  .h3 {
    font-size: 4rem;
    line-height: 1.2em;
  }
  .h4 {
    font-size: 2.8rem;
    line-height: 1.18em;
  }
  .h5 {
    font-size: 2rem;
  }
  .text-content h1, .text-content .text-h1 {
    font-size: 4rem;
    line-height: 1.2em;
  }
  .text-content h1:not(:first-child), .text-content .text-h1:not(:first-child) {
    margin-top: 3.4rem;
  }
  .text-content h2, .text-content .text-h2 {
    font-size: 2.8rem;
    line-height: 1.18em;
    margin-bottom: 2.3rem;
  }
  .text-content h2:not(:first-child), .text-content .text-h2:not(:first-child) {
    margin-top: 3.4rem;
  }
  .text-content h3, .text-content .text-h3 {
    font-size: 2rem;
  }
  .text-content h3:not(:first-child), .text-content .text-h3:not(:first-child) {
    margin-top: 3.6rem;
  }
  .text-content h5, .text-content .text-h5 {
    font-size: 2rem;
  }
  .text-content h5:not(:first-child), .text-content .text-h5:not(:first-child) {
    margin-top: 3.4rem;
  }
  .text-content p, .text-content ul, .text-content ol {
    margin-bottom: 2.2rem;
  }
  .text-content figure {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .text-content figure + h1, .text-content figure + .text-h1, .text-content figure + h2, .text-content figure + .text-h2 {
    margin-top: -0.5rem !important;
  }
  .text-content q, .text-content blockquote {
    font-size: 2rem;
  }
  .text-content q, .text-content blockquote {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .text-content q + h1, .text-content q + .text-h1, .text-content q + h2, .text-content q + .text-h2, .text-content blockquote + h1, .text-content blockquote + .text-h1, .text-content blockquote + h2, .text-content blockquote + .text-h2 {
    margin-top: -0.5rem !important;
  }
  .text-content .gallery, .text-content .article-images-carousel, .text-content .trener-approval {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .text-content .gallery + h1, .text-content .gallery + .text-h1, .text-content .gallery + h2, .text-content .gallery + .text-h2, .text-content .article-images-carousel + h1, .text-content .article-images-carousel + .text-h1, .text-content .article-images-carousel + h2, .text-content .article-images-carousel + .text-h2, .text-content .trener-approval + h1, .text-content .trener-approval + .text-h1, .text-content .trener-approval + h2, .text-content .trener-approval + .text-h2 {
    margin-top: -0.5rem !important;
  }
  .gallery {
    gap: 3rem;
  }
  .gallery img {
    min-height: 38rem !important;
  }
  .place-card__body {
    min-height: 22.2rem;
    aspect-ratio: auto;
    padding: 2.4rem 2.4rem 1.6rem;
  }
  .place-card__footer {
    padding: 1.8rem 6.2rem 1.8rem 2.6rem;
  }
  .person-card__body {
    /* aspect-ratio: initial; */
    min-height: 30rem;
  }
  .person-card__footer {
    padding: 2rem 1.6rem 1.6rem 1.6rem;
  }
  .person-card__name {
    font-size: 1.6rem;
  }
  .slider-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.8rem;
  }
  .slider-footer__nav-dots {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .slider-footer__nav-dots._animate {
    margin-left: 0;
    margin-right: 0;
  }
  .slider-footer__nav-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: auto;
    gap: 2.4rem;
    width: auto;
  }
  .slider-footer__nav-buttons:not(:has(+ *)) {
    margin-right: 0;
    margin-left: auto;
  }
  .slider-footer .btn-primary {
    padding-left: 4.8rem;
    padding-right: 4.8rem;
    margin-left: auto;
  }
  .message-box {
    left: 4.8rem;
    bottom: 4.8rem;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .message-box:not(.show) {
    -webkit-transform: translateY(calc(100% + 4rem));
        -ms-transform: translateY(calc(100% + 4rem));
            transform: translateY(calc(100% + 4rem));
    opacity: 0;
  }
  body.can-animate.page-loaded .header {
    -webkit-animation: fadeIn 0.8s ease-out forwards 1.4s;
            animation: fadeIn 0.8s ease-out forwards 1.4s;
  }
  body.can-animate .header {
    opacity: 0;
  }
  body.can-animate .clubs-post-head__main-content > * {
    opacity: 0;
    -webkit-transform: translateY(5rem);
        -ms-transform: translateY(5rem);
            transform: translateY(5rem);
  }
  body.can-animate .clubs-post-head__anchors-list > *, body.can-animate .clubs-post-head__sub-content {
    opacity: 0;
  }
  body.can-animate.page-loaded .clubs-post-head__main-content > *:nth-child(1) {
    -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.3s;
            animation: fadeInWithTranslate 0.8s ease-out forwards 0.3s;
  }
  body.can-animate.page-loaded .clubs-post-head__main-content > *:nth-child(2) {
    -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.45s;
            animation: fadeInWithTranslate 0.8s ease-out forwards 0.45s;
  }
  body.can-animate.page-loaded .clubs-post-head__main-content > *:nth-child(3) {
    -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.6s;
            animation: fadeInWithTranslate 0.8s ease-out forwards 0.6s;
  }
  body.can-animate.page-loaded .clubs-post-head__main-content > *:nth-child(4) {
    -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.75s;
            animation: fadeInWithTranslate 0.8s ease-out forwards 0.75s;
  }
  body.can-animate.page-loaded .clubs-post-head__main-content > *:nth-child(5) {
    -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.9s;
            animation: fadeInWithTranslate 0.8s ease-out forwards 0.9s;
  }
  body.can-animate.page-loaded .clubs-post-head__main-content > *:nth-child(6) {
    -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.05s;
            animation: fadeInWithTranslate 0.8s ease-out forwards 1.05s;
  }
  body.can-animate.page-loaded .clubs-post-head__anchors-list > *, body.can-animate.page-loaded .clubs-post-head__sub-content {
    -webkit-animation: fadeIn 0.8s ease-out forwards 1.4s;
            animation: fadeIn 0.8s ease-out forwards 1.4s;
  }
  .header__body {
    min-height: 9.2rem;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
  .header__logo {
    margin-right: 0;
  }
  .header__nav {
    display: block;
    margin-left: 4.2rem;
    margin-right: auto;
  }
  .header__language {
    display: block;
  }
  .header__store-btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-space {
    padding-top: 9.2rem;
  }
  .menu {
    padding-top: 9.2rem;
    max-width: 90rem;
  }
  .menu__scroll-container {
    padding: 4rem 7.6rem 2.2rem 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu__scroll-container hr {
    margin-bottom: 2rem;
  }
  .menu__nav {
    padding: 0;
    margin-top: auto;
  }
  .menu__nav-list {
    -ms-grid-columns: 30.8rem 5.6rem 30.8rem;
    grid-template-columns: 30.8rem 30.8rem;
    grid-auto-flow: column;
    -ms-grid-rows: ;
    grid-template-rows: repeat(var(--rows), auto);
    gap: 2rem 5.6rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    font-size: 4rem;
    letter-spacing: 0;
  }
  .menu__extra-links {
    -ms-grid-columns: 30.8rem 5.6rem 30.8rem;
    grid-template-columns: 30.8rem 30.8rem;
    grid-auto-flow: column;
    -ms-grid-rows: ;
    grid-template-rows: repeat(var(--rows), auto);
    gap: 1.2rem 5.6rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
  .menu__footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: auto;
  }
  .menu__cabinet {
    display: none;
  }
  .menu__social-slot {
    margin-top: 0;
  }
  .menu__cta-btn {
    display: none;
  }
  .menu__store {
    display: none;
  }
  .menu__language {
    display: none;
  }
  .footer {
    padding-top: 6.8rem;
    padding-bottom: 4.8rem;
  }
  .footer__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 46rem 11rem 1fr;
    grid-template-columns: 46rem 1fr;
    gap: 0 11rem;
  }
  .footer__logo {
    height: 10rem;
    padding-left: 3.8rem;
  }
  .footer__text {
    font-size: 2.8rem;
    line-height: 1.18em;
    max-width: 42rem;
  }
  .footer__store {
    margin-top: 4.2rem;
  }
  .footer__body {
    margin-top: auto;
  }
  .footer__nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 6.4rem;
  }
  .footer__bottom {
    -ms-grid-column-span: 2;
    grid-column: span 2/span 2;
    margin-top: 11.4rem;
  }
  .footer__decor {
    display: none;
  }
  .clubs-post-head {
    background-color: #333132;
    padding-bottom: 1px;
  }
  .clubs-post-head__bg {
    position: relative;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 8.8rem + 2.5rem);
    background-color: #fff;
  }
  .clubs-post-head__bg::before {
    position: absolute;
    content: "";
    z-index: 2;
    inset: 0;
    background-image: linear-gradient(135deg, #000 21.75%, rgba(0, 0, 0, 0) 63.72%);
    opacity: 0.8;
  }
  .clubs-post-head__inner {
    padding-top: 0rem;
    padding-bottom: 0rem;
    position: relative;
    z-index: 2;
  }
  .clubs-post-head__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6rem;
    padding-top: 16.2rem;
    padding-bottom: 11.2rem;
  }
  .clubs-post-head__main-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .clubs-post-head__image {
    display: none;
  }
  .clubs-post-head__title {
    margin-top: 4.5rem;
    max-width: 100rem;
  }
  .clubs-post-head__list {
    margin-top: 3.1rem;
  }
  .clubs-post-head__list-content--address {
    font-size: 1.6rem;
  }
  .clubs-post-head__buttons-group {
    margin-top: 8.3rem;
    gap: 1.6rem;
  }
  .clubs-post-head__buttons-group .btn-primary {
    min-width: 19.5rem;
  }
  .clubs-post-head__sub-content {
    margin-top: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30rem;
            flex: 0 0 30rem;
  }
  .clubs-post-head__anchors-list {
    height: auto;
    padding-left: 0;
    padding-right: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: #18171c;
    border-radius: 2.4rem;
    padding: 2.4rem 2.2rem;
  }
  .clubs-post-head__anchors-list > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    white-space: nowrap;
  }
  .club-post-head-info-list__item-text {
    padding-right: 0;
  }
  .tariff-plans__title {
    font-size: 4.8rem;
    margin-top: -0.7rem;
    max-width: 68rem;
    /* margin-left: auto;
    margin-right: auto; */
  }
  .tariff-plans__text {
    margin-top: 2.2rem;
    max-width: 123rem;
    margin-left: auto;
    margin-right: auto;
  }
  .tariff-plans__slider {
    margin-top: 2.4rem;
  }
  .tariff-plans__slider .swiper-slide {
    --w: 34.8rem;
  }
  .tariff-plans__slider-footer {
    margin-top: 4rem;
  }
  .tariff-plan-card {
    /* min-height: 61.5rem; */
  }
  .tariff-plan-card__head {
    min-height: 11rem;
  }
  .tariff-plan-card__head-decor {
    height: 30.8rem;
    width: 30.8rem;
    top: -14rem;
    right: -9rem;
    -webkit-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  .tariff-plan-card__body {
    padding: 2.2rem 2.4rem;
  }
  .tariff-plan-card__current-price {
    font-size: 3.8rem;
    letter-spacing: -0.1rem;
    margin-bottom: 0;
  }
  .tariff-plan-card__additionl-info {
    top: 1.5rem;
    right: -0.1rem;
    width: 1.8rem;
    height: 1.8rem;
  }
  .club-advantages__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 4rem;
  }
  .club-advantages__text-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .club-advantages__text {
    font-size: 1.6rem;
  }
  .club-advantages__stats-list .list-text {
    font-size: 1.6rem;
  }
  .club-advantages__buttons {
    margin-top: 3.8rem;
  }
  .club-advantages__media-content {
    margin-top: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83rem;
            flex: 0 0 83rem;
    overflow: hidden;
  }
  .club-advantages__main-slider {
    background-color: #000000;
  }
  .club-advantages__main-slider .swiper-slide {
    opacity: 0 !important;
  }
  .club-advantages__main-slider .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
  }
  .club-advantages__main-slider .swiper-slide.swiper-slide-active img {
    opacity: 1;
  }
  .club-advantages__main-slider .swiper-slide.swiper-slide-active.has-video img {
    opacity: 0.6;
  }
  .club-advantages__main-slider .swiper-slide img {
    opacity: 0;
  }
  .club-advantages__main-slider-nav-dots {
    display: none;
  }
  .club-advantages__main-slider-nav-buttons {
    position: absolute;
    z-index: 3;
    pointer-events: none;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 2.4rem;
  }
  .club-advantages__main-slider-nav-buttons .nav-btn {
    pointer-events: auto;
  }
  .club-advantages__thumb-slider {
    margin-top: 1.6rem;
    display: block;
    overflow: visible;
    margin-left: auto;
    margin-right: auto;
    width: 60.6rem;
    height: 11.6rem;
  }
  .club-advantages__thumb-slider .swiper-slide {
    border-radius: 4rem;
    overflow: hidden;
    position: relative;
    width: 20.2rem;
    height: 11.6rem;
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
    -webkit-transform: scale(1) translate(0, 0);
        -ms-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    cursor: pointer;
    --sc: 0.7;
  }
  .club-advantages__thumb-slider .swiper-slide:not(.swiper-slide-active) {
    -webkit-transform: scale(var(--sc)) translateY(-2rem);
        -ms-transform: scale(var(--sc)) translateY(-2rem);
            transform: scale(var(--sc)) translateY(-2rem);
  }
  .club-advantages__thumb-slider .swiper-slide.swiper-slide-prev {
    -webkit-transform: scale(var(--sc)) translateX(1.9rem) translateY(-2rem);
        -ms-transform: scale(var(--sc)) translateX(1.9rem) translateY(-2rem);
            transform: scale(var(--sc)) translateX(1.9rem) translateY(-2rem);
  }
  .club-advantages__thumb-slider .swiper-slide.swiper-slide-prev-prev {
    -webkit-transform: scale(var(--sc)) translateX(8.5rem) translateY(-2rem);
        -ms-transform: scale(var(--sc)) translateX(8.5rem) translateY(-2rem);
            transform: scale(var(--sc)) translateX(8.5rem) translateY(-2rem);
  }
  .club-advantages__thumb-slider .swiper-slide.swiper-slide-next {
    -webkit-transform: scale(var(--sc)) translateX(-1.9rem) translateY(-2rem);
        -ms-transform: scale(var(--sc)) translateX(-1.9rem) translateY(-2rem);
            transform: scale(var(--sc)) translateX(-1.9rem) translateY(-2rem);
  }
  .club-advantages__thumb-slider .swiper-slide.swiper-slide-next-next {
    -webkit-transform: scale(var(--sc)) translateX(-8.5rem) translateY(-2rem);
        -ms-transform: scale(var(--sc)) translateX(-8.5rem) translateY(-2rem);
            transform: scale(var(--sc)) translateX(-8.5rem) translateY(-2rem);
  }
  .club-advantages__thumb-slider .swiper-slide img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .club-advantages__thumb-slider .swiper-slide svg {
    position: absolute;
    z-index: 2;
    color: #fff;
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease;
    height: 4.8rem;
    width: 4.8rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .club-advantages__thumb-slider .swiper-slide.has-video {
    background-color: #000000;
  }
  .club-advantages__thumb-slider .swiper-slide.has-video img {
    opacity: 0.6;
  }
  .how-to-find-us__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 6rem;
  }
  .how-to-find-us__media-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 46rem;
  }
  .how-to-find-us__media-bg {
    top: -3.4rem;
    right: -10.1rem;
    width: 45.4rem;
    height: 45.4rem;
  }
  .how-to-find-us__image {
    margin-right: -5.2rem;
    min-height: 52.4rem;
  }
  .how-to-find-us__video {
    width: 32.5rem;
    margin-right: auto;
    margin-left: 2rem;
  }
  .how-to-find-us__text-content {
    margin-top: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 82.4rem;
            flex: 0 0 82.4rem;
  }
  .how-to-find-us__text {
    font-size: 1.6rem;
    margin-top: 1.8rem;
    max-width: 48.6rem;
  }
  .how-to-find-us__text-content-body {
    margin-top: 3.7rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 7rem 44.4rem;
    grid-template-columns: 1fr 44.4rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 2.7rem 7rem;
    -ms-grid-rows: auto 2.7rem auto;
        grid-template-areas: "address schedule" "services services";
  }
  .how-to-find-us__info-item--address {
    grid-area: address;
  }
  .how-to-find-us__info-item--schedule {
    grid-area: schedule;
  }
  .how-to-find-us__info-item--services {
    grid-area: services;
  }
  .how-to-find-us__info-item--services .how-to-find-us__info-item-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 2.4rem auto;
    grid-template-columns: auto auto;
    gap: 0.7rem 2.4rem;
  }
  .how-to-find-us__text-content-footer {
    margin-top: 3.2rem;
  }
  .how-to-find-us__buttons-group {
    gap: 1.6rem;
  }
  .how-to-find-us__buttons-group .btn-primary {
    min-width: 18.2rem;
  }
  .club-class-schedule__head {
    padding-bottom: 4.8rem;
    min-height: 16.6rem;
    margin-top: -7.2rem;
    padding-top: 7.2rem;
  }
  .club-class-schedule__title {
    margin-top: -1.2rem;
    max-width: 74.8rem;
  }
  .club-class-schedule__decor-1 {
    bottom: auto;
    top: -7.5rem;
    right: 3.7rem;
  }
  .club-class-schedule__app {
    min-height: 63.2rem;
    height: calc(100svh - 9.2rem);
  }
  .vacancies-preview__title {
    margin-top: -1.2rem;
  }
  .vacancies-preview__slider {
    margin-top: 3.5rem;
  }
  .vacancies-preview__slider .swiper-slide {
    height: auto;
    --pr: 2.4rem;
    --w: 65.6rem;
    width: var(--w);
  }
  .vacancies-preview__slider .swiper-slide:not(:last-child) {
    width: calc(var(--w) + var(--pr));
    padding-right: var(--pr);
  }
  .vacancies-preview__slider-footer {
    margin-top: 4rem;
  }
  .vacancy-card__city {
    font-size: 1.6rem;
  }
  .vacancy-card__cities span {
    font-size: 1.6rem;
  }
  .vacancy-card__title {
    margin-top: 1.6rem;
  }
  .trainers-preview__decor-1 {
    display: block;
    position: absolute;
    top: 0rem;
    left: -18rem;
    width: 56.4rem;
    height: 56.4rem;
    color: #e21b52;
    -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  .trainers-preview__decor-2 {
    top: 1rem;
    right: 18.5rem;
    width: 33rem;
    height: 33rem;
  }
  .trainers-preview__decor-3 {
    display: block;
    position: absolute;
    bottom: 12rem;
    right: -29rem;
    height: 54.4rem;
    width: 59.4rem;
    color: #e21b52;
    -webkit-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  .trainers-preview__title {
    margin-top: -1.2rem;
  }
  .trainers-preview__list {
    margin-top: 2.5rem;
  }
  .trainers-preview__list .person-card__body {
    /* aspect-ratio: initial; */
  }
  .trainers-preview__list .swiper-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
  .your-app__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.8rem;
  }
  .your-app__image {
    height: 59rem;
    width: 54.8rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: -2.6rem;
    padding-bottom: 4rem;
    margin-top: 0.4rem;
  }
  .your-app__image svg {
    height: 62rem;
    width: 62.8rem;
    top: 54%;
  }
  .your-app__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-top: 0;
    padding-top: 4.8rem;
        grid-template-areas: "title title" "text text" "list logo" "buttons logo";
  }
  .your-app__text {
    margin-top: 2.8rem;
  }
  .your-app__list {
    margin-top: 2.8rem;
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: 1fr 6.4rem 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem 6.4rem !important;
    max-width: 66rem;
    -ms-grid-row-align: start;
        align-self: start;
  }
  .your-app__buttons-group {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .your-app__logo {
    width: 11.4rem;
    height: 24.2rem;
    margin-top: 0.7rem;
  }
  .faq__decor-1 {
    bottom: auto;
    top: 22rem;
  }
  .faq__container {
    padding-top: 2rem;
    display: -ms-grid;
    display: grid;
    -ms-flex-line-pack: start;
        align-content: start;
    gap: 0 7.4rem;
    -ms-grid-columns: 1fr 7.4rem 84.2rem;
    grid-template-columns: 1fr 84.2rem;
    -ms-grid-rows: auto 0 1fr;
    grid-template-rows: auto 1fr;
        grid-template-areas: "head body" "footer body";
  }
  .faq__title {
    margin-top: -1.1rem;
  }
  .faq__title + .faq__text {
    margin-top: 2rem;
  }
  .faq__body {
    margin-top: 0;
  }
  .faq__footer {
    margin-top: 8rem;
  }
  .faq__buttons .btn-secondary {
    font-size: 2rem;
  }
  .accordion__item-title {
    font-size: 2rem;
    padding: 4rem 7rem 4rem 3.2rem;
  }
  .accordion__item-icon {
    height: 2.4rem;
    width: 2.4rem;
    right: 2.8rem;
  }
  .accordion__item-content {
    margin-top: -1.6rem;
    padding: 0 3rem 3.2rem 3.2rem;
  }
  .accordion__item-decor {
    right: 8rem;
  }
  .media-text-horizontal--sm .media-text-horizontal__image {
    aspect-ratio: auto;
    height: auto;
    min-height: 50rem;
    max-height: 59.7rem;
    position: relative;
  }
  .media-text-horizontal--sm .media-text-horizontal__image img {
    position: absolute;
    inset: 0;
  }
  .media-text-horizontal--md .media-text-horizontal__image {
    aspect-ratio: initial;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 53rem;
            flex: 0 0 53rem;
    height: 58rem;
  }
  .media-text-horizontal--lg .media-text-horizontal__image {
    aspect-ratio: initial;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70rem;
            flex: 0 0 70rem;
    height: 44rem;
  }
  .media-text-horizontal--revers .media-text-horizontal__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .media-text-horizontal__decor-group {
    display: block;
    position: absolute;
    z-index: 1;
    inset: 0;
  }
  .media-text-horizontal__decor-group > .container {
    height: 100%;
  }
  .media-text-horizontal__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.8rem;
  }
  .media-text-horizontal__image {
    aspect-ratio: 1/1.24;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48rem;
            flex: 0 0 48rem;
  }
  .media-text-horizontal__body {
    margin-top: 0px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .media-text-horizontal__scroll-container.can-scroll {
    max-height: 60rem;
  }
  .media-text-horizontal__scroll-container.scrollbar::-webkit-scrollbar {
    width: 0.4rem;
    height: 0.4rem;
  }
  .media-text-horizontal__scroll-container.scrollbar::-webkit-scrollbar-thumb {
    background: #a0a0a0;
    border-radius: 1rem;
  }
  .media-text-horizontal__text {
    margin-top: 2.6rem;
    padding-right: 3rem;
  }
  .media-text-horizontal__text.text-sm h6 {
    margin-bottom: 0.8rem;
  }
  .media-text-horizontal__text.text-sm h6:not(:first-child) {
    margin-top: 3.6rem;
  }
  .media-text-horizontal__list {
    margin-top: 3.2rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 3.6rem auto;
    grid-template-columns: auto auto;
    gap: 1.6rem 3.6rem !important;
    max-width: 66.6rem;
  }
  .media-text-horizontal__banner {
    -ms-flex-item-align: start;
        align-self: flex-start;
    padding: 4rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.4rem;
    max-width: 56rem;
  }
  .media-text-horizontal__banner-text {
    margin-top: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 21.5rem;
  }
  .media-text-horizontal__banner-value {
    margin-bottom: 0;
  }
  .media-text-horizontal__buttons--has-btn-map {
    gap: 1.6rem;
  }
  .media-text-horizontal__buttons--has-btn-map .btn-primary {
    min-width: 19.5rem;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:grid-cols-3 {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .lg\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .lg\:gap-\[1\.8rem\] {
    gap: 1.8rem;
  }
  .lg\:gap-\[2\.4rem\] {
    gap: 2.4rem;
  }
  .lg\:px-\[1\.5rem\] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:py-\[7\.2rem\] {
    padding-top: 7.2rem;
    padding-bottom: 7.2rem;
  }
  .lg\:pb-\[14rem\] {
    padding-bottom: 14rem;
  }
  .lg\:pb-\[7\.2rem\] {
    padding-bottom: 7.2rem;
  }
  .lg\:pt-\[4\.8rem\] {
    padding-top: 4.8rem;
  }
  .lg\:pt-\[5\.4rem\] {
    padding-top: 5.4rem;
  }
  .your-app__title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .your-app__text {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .your-app__list {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .your-app__buttons-group {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .your-app__logo {
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
  .faq__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .faq__body {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .faq__footer {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media (min-width: 1024px) {
  .how-to-find-us__info-item--address {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .how-to-find-us__info-item--schedule {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .how-to-find-us__info-item--services {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
}
@media (min-width: 1280px) {
  html {
    font-size: 9px;
  }
  .header__store-btn-group {
    margin-left: 3.2rem;
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 10px;
  }
}
@media (min-width: 1680px) {
    .container {
      padding-left: 6.4rem;
      padding-right: 6.4rem;
    }
  .lg\:py-\[7\.2rem\] {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .btn-tertiary {
    letter-spacing: 0;
  }
  .h2 {
    font-size: 6.8rem;
    line-height: 1em;
  }
  .h4 {
    font-size: 3.2rem;
  }
  .place-card__body {
    min-height: 29.2rem;
    padding: 3.2rem 3.2rem 2.4rem;
  }
  .post-card__body {
    min-height: 29.7rem;
  }
  .post-card__footer {
    min-height: 8.3rem;
    padding: 2.1rem 3.2rem 1.8rem;
  }
  .header__logo {
    margin-right: auto;
  }
  .header__nav {
    margin-right: 11.6rem;
  }
  .header__nav-list {
    gap: 4rem;
  }
  .header__cabinet {
    margin-left: 3.4rem;
  }
  .header__ctn-btn {
    margin-left: 4rem;
  }
  .header__burger {
    margin-left: 4rem;
  }
  .footer {
    padding-top: 7.8rem;
  }
  .footer__inner {
    gap: 0 29.8rem;
  }
  .footer__text {
    font-size: 3.2rem;
    max-width: 48rem;
  }
  .footer__store {
    margin-top: 3.2rem;
  }
  .footer__bottom {
    margin-top: 10.4rem;
  }
  .tariff-plans__title {
    font-size: 4.8rem;
    line-height: 1.16em;
    max-width: 96rem;
  }
  .club-advantages__buttons {
    max-width: 48rem;
  }
  .how-to-find-us__image {
    margin-right: -6.4rem;
  }
  .your-app__image {
    height: 77rem;
    width: 69.4rem;
  }
  .your-app__image svg {
    height: 77rem;
    width: 77rem;
    top: 56%;
    left: 48%;
  }
  .your-app__body {
    padding-top: 14rem;
  }
  .your-app__text {
    margin-top: 3.2rem;
    max-width: 76rem;
  }
  .your-app__buttons-group {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 2.2rem;
  }
  .your-app__logo {
    margin-top: 1.7rem;
  }
  .faq__container {
    padding-top: 6.4rem;
    -ms-grid-columns: 1fr 113.9rem;
    grid-template-columns: 1fr 113.9rem;
  }
  .faq__title {
    margin-top: -0.5rem;
  }
  .faq__text {
    max-width: 43rem;
  }
  .media-text-horizontal--md .media-text-horizontal__text {
    max-width: 104rem;
  }
  .media-text-horizontal--lg .media-text-horizontal__text {
    max-width: 104rem;
  }
  .media-text-horizontal__list {
    max-width: 104rem;
  }
  .media-text-horizontal__banner {
    max-width: 64rem;
  }
}
@media (min-width: 2568px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 1023.98px) {
  .lg-max\:hidden {
    display: none;
  }
}
@media (max-width: 743.98px) {
  .md-max\:hidden {
    display: none;
  }
}
@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}
@media (hover: hover) and (pointer: fine) {
  .scrollbar::-webkit-scrollbar {
    width: 0.6rem;
    height: 0.6rem;
  }
  .scrollbar::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 1rem;
  }
  .scrollbar::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 1rem;
  }
  body a:not(.not-hover-link):not(.btn-secondary):not(.btn-primary):not(.btn-curtain):hover {
    color: #e21b52;
  }
  .btn-primary.with-lines:hover .lines {
    -webkit-filter: invert(100%) sepia(0%) saturate(7432%) hue-rotate(331deg) brightness(98%) contrast(106%);
            filter: invert(100%) sepia(0%) saturate(7432%) hue-rotate(331deg) brightness(98%) contrast(106%);
  }
  .btn-primary.with-lines:hover .left {
    bottom: 50%;
    -webkit-transform: translateY(50%) translateX(-1.6rem) rotate(30deg);
        -ms-transform: translateY(50%) translateX(-1.6rem) rotate(30deg);
            transform: translateY(50%) translateX(-1.6rem) rotate(30deg);
  }
  .btn-primary.with-lines:hover .right {
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(1.6rem) rotate(30deg) scale(-1);
        -ms-transform: translateY(-50%) translateX(1.6rem) rotate(30deg) scale(-1);
            transform: translateY(-50%) translateX(1.6rem) rotate(30deg) scale(-1);
  }
  .btn-curtain:hover::before {
    width: 100%;
  }
  .btn-curtain:hover span {
    opacity: 0.9;
  }
  .hover-to-gradient:hover:not(.disabled):not(.swiper-button-disabled):hover {
    color: #fff;
  }
  .hover-to-gradient:hover:not(.disabled):not(.swiper-button-disabled):hover::before {
    opacity: 1;
  }
  .hover-to-dark:hover:not(.disabled):not(.swiper-button-disabled):hover {
    color: #fff;
    background-color: #000000;
  }
  .hover-to-color-accent-fifth:not(.disabled):not(.swiper-button-disabled):hover {
    background-color: #e21b52;
  }
  .hover-to-color-accent-second:hover:not(.disabled):not(.swiper-button-disabled):hover {
    color: #fff;
    background-color: #00a99d;
  }
  .hover-to-gradient-text:hover:not(.disabled):not(.swiper-button-disabled):hover {
    background: linear-gradient(45deg, #e21b52 0%, #9c3095 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .hover-to-gradient-text:hover:not(.disabled):not(.swiper-button-disabled):hover.underline::before, .hover-to-gradient-text:hover:not(.disabled):not(.swiper-button-disabled):hover.underline-bold::before {
    background: linear-gradient(45deg, #e21b52 0%, #9c3095 100%);
  }
  .hover-to-color-accent-fifth-text:hover:not(.disabled):not(.swiper-button-disabled):hover {
    color: #e21b52;
  }
  .hover-to-color-light-primary-text:hover:not(.disabled):not(.swiper-button-disabled):hover {
    color: #fff;
  }
  .store-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .breadcrumbs a:hover::after {
    -webkit-filter: invert(19%) sepia(100%) saturate(2872%) hue-rotate(331deg) brightness(91%) contrast(97%);
            filter: invert(19%) sepia(100%) saturate(2872%) hue-rotate(331deg) brightness(91%) contrast(97%);
  }
  .social a:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
  .message-box__btn:hover {
    background-color: #e21b52;
  }
  .header__nav-list .has-sub-menu:hover > a {
    color: #e21b52;
  }
  .header__nav-list .has-sub-menu:hover > a::before {
    -webkit-filter: invert(21%) sepia(57%) saturate(5106%) hue-rotate(333deg) brightness(90%) contrast(96%);
            filter: invert(21%) sepia(57%) saturate(5106%) hue-rotate(333deg) brightness(90%) contrast(96%);
  }
  .header__nav-list .has-sub-menu:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .language:hover .language__list {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .burger:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .club-advantages__main-slider .swiper-slide svg:hover {
    color: #e21b52;
  }
  .how-to-find-us__video svg:hover {
    color: #e21b52;
  }
  .vacancy-card:hover {
    color: #e21b52;
  }
  .accordion__item-title:hover {
    color: #e21b52;
  }
}
@media (hover: none) and (pointer: coarse) {
  .header__nav-list .has-sub-menu.active > a {
    color: #e21b52;
  }
  .header__nav-list .has-sub-menu.active > a::before {
    -webkit-filter: invert(21%) sepia(57%) saturate(5106%) hue-rotate(333deg) brightness(90%) contrast(96%);
            filter: invert(21%) sepia(57%) saturate(5106%) hue-rotate(333deg) brightness(90%) contrast(96%);
  }
  .header__nav-list .has-sub-menu.active .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
.member-additional-price{
  font-size: 1.4rem;
  line-height: 1.08em;
  letter-spacing: 0.028rem;
  margin-top: -1rem;
}
.member-additional-price span{
  font-size: 1.2rem;
  margin-left: 0.4rem;
}
.tariff-plan-card__main-list-title{
  font-size: 1.6rem;
}
.tariff-plan-card__main-list{
 margin-top: -0.8rem; 
}

.single-clubs #advantages{
  padding-bottom: 0rem;
} 
.club-advantages + .how-to-find-us {
  padding-top: 6.2rem !important;
}
.how-to-find-us__media-content {

  transform: translateY(-28px);
}

.how-to-find-us__image{

  width: 453px;
  min-height: unset;
  top: 41px;
  right: -59px;
}
.how-to-find-us__media-content:has(.how-to-find-us__video){
  transform: none;
}


.single-trainers-contacts__order-button{
  color: #FFF;
font-size: 1.8rem;
font-weight: 600;
line-height: 108%; 
letter-spacing: 0.036rem;
position: relative;
}
.single-trainers-contacts__order-button:After{
  content:'';
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  position: relative;
  margin-top: 0.1rem;
}