@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, .requirements-card__accent-text sub {
  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;
}

.select-container.disabled {
  pointer-events: none;
}
.select-container.disabled .select-title::before, .select-container.disabled .select-value {
  opacity: 0.5;
}

.select-item {
  position: relative;
  cursor: pointer;
}
.select-item:has(.swiper-slide:empty), .select-item:not(:has(.swiper-slide > *:nth-child(2))):has(.swiper-slide > *:nth-child(1)[style="display: none;"]) {
  pointer-events: none;
}
.select-item:has(.swiper-slide:empty) .select-title::before, .select-item:not(:has(.swiper-slide > *:nth-child(2))):has(.swiper-slide > *:nth-child(1)[style="display: none;"]) .select-title::before {
  display: none;
}
.select-title {
  border: 1px solid transparent;
  border-radius: 2.4rem;
  width: 100%;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 6rem 1rem 2.4rem;
  font-size: 1.6rem;
  line-height: 1.64em;
  color: #333132;
  position: relative;
  font-family: "Helvetica", sans-serif;
  background-color: #fff;
  font-weight: 700;
}
.select-title:before {
  position: absolute;
  content: "";
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  top: 50%;
  right: 3.6rem;
  -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;
  width: 1.6rem;
  height: 1.6rem;
  -webkit-filter: invert(17%) sepia(5%) saturate(292%) hue-rotate(277deg) brightness(96%) contrast(91%);
          filter: invert(17%) sepia(5%) saturate(292%) hue-rotate(277deg) brightness(96%) contrast(91%);
}
.select-value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select-options {
  top: calc(100% + 0.3rem);
  left: 0;
  min-width: 100%;
  background-color: #fff;
  border-radius: 1.2rem;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  padding: 1.6rem;
  display: none;
  overflow: hidden;
  max-height: 19.4rem;
  color: #333132;
}
.select-options.swiper {
  display: none;
  position: absolute;
}
.select-options.swiper .swiper-scrollbar {
  top: 1.2rem;
  height: calc(100% - 2.4rem);
  width: 0.4rem;
  background-color: transparent;
}
.select-options.swiper .swiper-scrollbar-drag {
  background-color: #a0a0a0;
}
.select-option {
  cursor: pointer;
  font-size: 1.8rem;
  line-height: 1.24em;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.select-option:not(:first-child) {
  margin-top: 1.2rem;
}
.select._active {
  z-index: 5;
}
.select._active .select-title::before {
  -webkit-transform: translateY(-50%) scaleY(-1);
      -ms-transform: translateY(-50%) scaleY(-1);
          transform: translateY(-50%) scaleY(-1);
}
.select._active .select-options {
  display: block;
}

:root {
  --iti-hover-color: rgb(248, 248, 248);
  --iti-border-color: #ccc;
  --iti-dialcode-color: #999;
  --iti-dropdown-bg: white;
  --iti-spacer-horizontal: 8px;
  --iti-flag-width: 2.4rem;
  --iti-flag-height: calc(var(--iti-flag-width) * 0.75);
  --iti-border-width: 1px;
  --iti-arrow-height: 4px;
  --iti-arrow-width: 6px;
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding: 6px;
  --iti-arrow-color: #555;
  --iti-path-flags-1x: url("../images/general/flags.webp");
  --iti-path-flags-2x: url("../images/general/flags@2x.webp");
  --iti-path-globe-1x: url("../images/general/globe.webp");
  --iti-path-globe-2x: url("../images/general/globe@2x.webp");
  --iti-flag-sprite-width: calc(var(--iti-flag-width) * 244);
  --iti-flag-sprite-height: var(--iti-flag-height);
  --iti-mobile-popup-margin: 30px;
}

.iti {
  position: relative;
  display: block;
}

.iti * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti__a11y-text {
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute;
}

.iti input.iti__tel-input,
.iti input.iti__tel-input[type=text],
.iti input.iti__tel-input[type=tel] {
  position: relative;
  z-index: 0;
  margin: 0 !important;
  padding-left: 11.7rem !important;
}

.iti__country-container {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 0;
  border-right: 1px solid #a0a0a0;
  z-index: 3;
}

.iti__selected-country {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border-radius: 0;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
}

.iti__selected-country-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0.8rem 2.4rem;
  border-radius: 2.4rem 0 0 2.4rem;
}

.iti__arrow {
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 0.5rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDExIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMC40MDUxIDAuNzU5NDk0TDUuMjAyNTMgNkw2LjI0OTI0ZS0wOCAwLjc1OTQ5NEwwLjc1OTQ5NCA5LjA1Njg3ZS0wOUw1LjIwMjUzIDQuNDgxMDFMOS42NDU1NyAxLjE1MDIyZS0wN0wxMC40MDUxIDAuNzU5NDk0WiIgZmlsbD0iY3VycmVudENvbG9yIi8+Cjwvc3ZnPgo=");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
  -webkit-filter: invert(74%) sepia(0%) saturate(633%) hue-rotate(326deg) brightness(88%) contrast(86%);
          filter: invert(74%) sepia(0%) saturate(633%) hue-rotate(326deg) brightness(88%) contrast(86%);
}

[dir=rtl] .iti__arrow {
  margin-right: var(--iti-arrow-padding);
  margin-left: 0;
}

.iti__arrow--up {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}

.iti__dropdown-content {
  border-radius: 1.2rem;
  background-color: var(--iti-dropdown-bg);
  font-family: "Helvetica", sans-serif;
}

.iti--inline-dropdown .iti__dropdown-content {
  position: absolute;
  z-index: 2;
  margin-top: 3px;
  margin-left: calc(var(--iti-border-width) * -1);
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.iti__search-input {
  border-radius: 1.2rem !important;
  border-color: #dcdfe2 !important;
  height: 5rem !important;
}

.iti__search-input + .iti__country-list {
  border-top: 1px solid var(--iti-border-color);
}

.iti__country-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  color: #000000;
}

.iti--inline-dropdown .iti__country-list {
  max-height: 185px;
}

.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap;
}
.iti__country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px var(--iti-spacer-horizontal);
  outline: none;
}

.iti__dial-code {
  color: var(--iti-dialcode-color);
}

.iti__country.iti__highlight {
  background-color: var(--iti-hover-color);
}

.iti__country-list .iti__flag,
.iti__country-name {
  margin-right: var(--iti-spacer-horizontal);
}

[dir=rtl] .iti__country-list .iti__flag,
[dir=rtl] .iti__country-name {
  margin-right: 0;
  margin-left: var(--iti-spacer-horizontal);
}

.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover,
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover button {
  cursor: pointer;
}

.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover,
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
  background-color: var(--iti-hover-color);
}

.iti .iti__selected-dial-code {
  margin-left: 4px;
}

[dir=rtl] .iti .iti__selected-dial-code {
  margin-left: 0;
  margin-right: 4px;
}

.iti--container {
  position: fixed;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: var(--iti-border-width);
}

.iti--container:hover {
  cursor: pointer;
}

.iti--fullscreen-popup.iti--container {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: var(--iti-mobile-popup-margin);
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.iti--fullscreen-popup .iti__dropdown-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%;
  position: relative;
}

.iti--fullscreen-popup .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  --iti-flag-offset: 100px;
  height: var(--iti-flag-height);
  width: var(--iti-flag-width);
  border-radius: 1px;
  -webkit-box-shadow: 0px 0px 1px 0px #888;
          box-shadow: 0px 0px 1px 0px #888;
  background-image: var(--iti-path-flags-1x);
  background-repeat: no-repeat;
  background-position: var(--iti-flag-offset) 0;
  background-size: var(--iti-flag-sprite-width) var(--iti-flag-sprite-height);
}

.iti__ac {
  --iti-flag-offset: --iti-flag-width;
}

.iti__ad {
  --iti-flag-offset: calc((var(--iti-flag-width) * 1) * -1);
}

.iti__ae {
  --iti-flag-offset: calc((var(--iti-flag-width) * 2) * -1);
}

.iti__af {
  --iti-flag-offset: calc((var(--iti-flag-width) * 3) * -1);
}

.iti__ag {
  --iti-flag-offset: calc((var(--iti-flag-width) * 4) * -1);
}

.iti__ai {
  --iti-flag-offset: calc((var(--iti-flag-width) * 5) * -1);
}

.iti__al {
  --iti-flag-offset: calc((var(--iti-flag-width) * 6) * -1);
}

.iti__am {
  --iti-flag-offset: calc((var(--iti-flag-width) * 7) * -1);
}

.iti__ao {
  --iti-flag-offset: calc((var(--iti-flag-width) * 8) * -1);
}

.iti__ar {
  --iti-flag-offset: calc((var(--iti-flag-width) * 9) * -1);
}

.iti__as {
  --iti-flag-offset: calc((var(--iti-flag-width) * 10) * -1);
}

.iti__at {
  --iti-flag-offset: calc((var(--iti-flag-width) * 11) * -1);
}

.iti__au {
  --iti-flag-offset: calc((var(--iti-flag-width) * 12) * -1);
}

.iti__aw {
  --iti-flag-offset: calc((var(--iti-flag-width) * 13) * -1);
}

.iti__ax {
  --iti-flag-offset: calc((var(--iti-flag-width) * 14) * -1);
}

.iti__az {
  --iti-flag-offset: calc((var(--iti-flag-width) * 15) * -1);
}

.iti__ba {
  --iti-flag-offset: calc((var(--iti-flag-width) * 16) * -1);
}

.iti__bb {
  --iti-flag-offset: calc((var(--iti-flag-width) * 17) * -1);
}

.iti__bd {
  --iti-flag-offset: calc((var(--iti-flag-width) * 18) * -1);
}

.iti__be {
  --iti-flag-offset: calc((var(--iti-flag-width) * 19) * -1);
}

.iti__bf {
  --iti-flag-offset: calc((var(--iti-flag-width) * 20) * -1);
}

.iti__bg {
  --iti-flag-offset: calc((var(--iti-flag-width) * 21) * -1);
}

.iti__bh {
  --iti-flag-offset: calc((var(--iti-flag-width) * 22) * -1);
}

.iti__bi {
  --iti-flag-offset: calc((var(--iti-flag-width) * 23) * -1);
}

.iti__bj {
  --iti-flag-offset: calc((var(--iti-flag-width) * 24) * -1);
}

.iti__bl {
  --iti-flag-offset: calc((var(--iti-flag-width) * 25) * -1);
}

.iti__bm {
  --iti-flag-offset: calc((var(--iti-flag-width) * 26) * -1);
}

.iti__bn {
  --iti-flag-offset: calc((var(--iti-flag-width) * 27) * -1);
}

.iti__bo {
  --iti-flag-offset: calc((var(--iti-flag-width) * 28) * -1);
}

.iti__bq {
  --iti-flag-offset: calc((var(--iti-flag-width) * 29) * -1);
}

.iti__br {
  --iti-flag-offset: calc((var(--iti-flag-width) * 30) * -1);
}

.iti__bs {
  --iti-flag-offset: calc((var(--iti-flag-width) * 31) * -1);
}

.iti__bt {
  --iti-flag-offset: calc((var(--iti-flag-width) * 32) * -1);
}

.iti__bw {
  --iti-flag-offset: calc((var(--iti-flag-width) * 33) * -1);
}

.iti__by {
  --iti-flag-offset: calc((var(--iti-flag-width) * 34) * -1);
}

.iti__bz {
  --iti-flag-offset: calc((var(--iti-flag-width) * 35) * -1);
}

.iti__ca {
  --iti-flag-offset: calc((var(--iti-flag-width) * 36) * -1);
}

.iti__cc {
  --iti-flag-offset: calc((var(--iti-flag-width) * 37) * -1);
}

.iti__cd {
  --iti-flag-offset: calc((var(--iti-flag-width) * 38) * -1);
}

.iti__cf {
  --iti-flag-offset: calc((var(--iti-flag-width) * 39) * -1);
}

.iti__cg {
  --iti-flag-offset: calc((var(--iti-flag-width) * 40) * -1);
}

.iti__ch {
  --iti-flag-offset: calc((var(--iti-flag-width) * 41) * -1);
}

.iti__ci {
  --iti-flag-offset: calc((var(--iti-flag-width) * 42) * -1);
}

.iti__ck {
  --iti-flag-offset: calc((var(--iti-flag-width) * 43) * -1);
}

.iti__cl {
  --iti-flag-offset: calc((var(--iti-flag-width) * 44) * -1);
}

.iti__cm {
  --iti-flag-offset: calc((var(--iti-flag-width) * 45) * -1);
}

.iti__cn {
  --iti-flag-offset: calc((var(--iti-flag-width) * 46) * -1);
}

.iti__co {
  --iti-flag-offset: calc((var(--iti-flag-width) * 47) * -1);
}

.iti__cr {
  --iti-flag-offset: calc((var(--iti-flag-width) * 48) * -1);
}

.iti__cu {
  --iti-flag-offset: calc((var(--iti-flag-width) * 49) * -1);
}

.iti__cv {
  --iti-flag-offset: calc((var(--iti-flag-width) * 50) * -1);
}

.iti__cw {
  --iti-flag-offset: calc((var(--iti-flag-width) * 51) * -1);
}

.iti__cx {
  --iti-flag-offset: calc((var(--iti-flag-width) * 52) * -1);
}

.iti__cy {
  --iti-flag-offset: calc((var(--iti-flag-width) * 53) * -1);
}

.iti__cz {
  --iti-flag-offset: calc((var(--iti-flag-width) * 54) * -1);
}

.iti__de {
  --iti-flag-offset: calc((var(--iti-flag-width) * 55) * -1);
}

.iti__dj {
  --iti-flag-offset: calc((var(--iti-flag-width) * 56) * -1);
}

.iti__dk {
  --iti-flag-offset: calc((var(--iti-flag-width) * 57) * -1);
}

.iti__dm {
  --iti-flag-offset: calc((var(--iti-flag-width) * 58) * -1);
}

.iti__do {
  --iti-flag-offset: calc((var(--iti-flag-width) * 59) * -1);
}

.iti__dz {
  --iti-flag-offset: calc((var(--iti-flag-width) * 60) * -1);
}

.iti__ec {
  --iti-flag-offset: calc((var(--iti-flag-width) * 61) * -1);
}

.iti__ee {
  --iti-flag-offset: calc((var(--iti-flag-width) * 62) * -1);
}

.iti__eg {
  --iti-flag-offset: calc((var(--iti-flag-width) * 63) * -1);
}

.iti__eh {
  --iti-flag-offset: calc((var(--iti-flag-width) * 64) * -1);
}

.iti__er {
  --iti-flag-offset: calc((var(--iti-flag-width) * 65) * -1);
}

.iti__es {
  --iti-flag-offset: calc((var(--iti-flag-width) * 66) * -1);
}

.iti__et {
  --iti-flag-offset: calc((var(--iti-flag-width) * 67) * -1);
}

.iti__fi {
  --iti-flag-offset: calc((var(--iti-flag-width) * 68) * -1);
}

.iti__fj {
  --iti-flag-offset: calc((var(--iti-flag-width) * 69) * -1);
}

.iti__fk {
  --iti-flag-offset: calc((var(--iti-flag-width) * 70) * -1);
}

.iti__fm {
  --iti-flag-offset: calc((var(--iti-flag-width) * 71) * -1);
}

.iti__fo {
  --iti-flag-offset: calc((var(--iti-flag-width) * 72) * -1);
}

.iti__fr {
  --iti-flag-offset: calc((var(--iti-flag-width) * 73) * -1);
}

.iti__ga {
  --iti-flag-offset: calc((var(--iti-flag-width) * 74) * -1);
}

.iti__gb {
  --iti-flag-offset: calc((var(--iti-flag-width) * 75) * -1);
}

.iti__gd {
  --iti-flag-offset: calc((var(--iti-flag-width) * 76) * -1);
}

.iti__ge {
  --iti-flag-offset: calc((var(--iti-flag-width) * 77) * -1);
}

.iti__gf {
  --iti-flag-offset: calc((var(--iti-flag-width) * 78) * -1);
}

.iti__gg {
  --iti-flag-offset: calc((var(--iti-flag-width) * 89) * -1);
}

.iti__gh {
  --iti-flag-offset: calc((var(--iti-flag-width) * 80) * -1);
}

.iti__gi {
  --iti-flag-offset: calc((var(--iti-flag-width) * 81) * -1);
}

.iti__gl {
  --iti-flag-offset: calc((var(--iti-flag-width) * 82) * -1);
}

.iti__gm {
  --iti-flag-offset: calc((var(--iti-flag-width) * 83) * -1);
}

.iti__gn {
  --iti-flag-offset: calc((var(--iti-flag-width) * 84) * -1);
}

.iti__gp {
  --iti-flag-offset: calc((var(--iti-flag-width) * 85) * -1);
}

.iti__gq {
  --iti-flag-offset: calc((var(--iti-flag-width) * 86) * -1);
}

.iti__gr {
  --iti-flag-offset: calc((var(--iti-flag-width) * 87) * -1);
}

.iti__gt {
  --iti-flag-offset: calc((var(--iti-flag-width) * 88) * -1);
}

.iti__gu {
  --iti-flag-offset: calc((var(--iti-flag-width) * 89) * -1);
}

.iti__gw {
  --iti-flag-offset: calc((var(--iti-flag-width) * 90) * -1);
}

.iti__gy {
  --iti-flag-offset: calc((var(--iti-flag-width) * 91) * -1);
}

.iti__hk {
  --iti-flag-offset: calc((var(--iti-flag-width) * 92) * -1);
}

.iti__hn {
  --iti-flag-offset: calc((var(--iti-flag-width) * 93) * -1);
}

.iti__hr {
  --iti-flag-offset: calc((var(--iti-flag-width) * 94) * -1);
}

.iti__ht {
  --iti-flag-offset: calc((var(--iti-flag-width) * 95) * -1);
}

.iti__hu {
  --iti-flag-offset: calc((var(--iti-flag-width) * 96) * -1);
}

.iti__id {
  --iti-flag-offset: calc((var(--iti-flag-width) * 97) * -1);
}

.iti__ie {
  --iti-flag-offset: calc((var(--iti-flag-width) * 98) * -1);
}

.iti__il {
  --iti-flag-offset: calc((var(--iti-flag-width) * 99) * -1);
}

.iti__im {
  --iti-flag-offset: calc((var(--iti-flag-width) * 100) * -1);
}

.iti__in {
  --iti-flag-offset: calc((var(--iti-flag-width) * 101) * -1);
}

.iti__io {
  --iti-flag-offset: calc((var(--iti-flag-width) * 102) * -1);
}

.iti__iq {
  --iti-flag-offset: calc((var(--iti-flag-width) * 103) * -1);
}

.iti__ir {
  --iti-flag-offset: calc((var(--iti-flag-width) * 104) * -1);
}

.iti__is {
  --iti-flag-offset: calc((var(--iti-flag-width) * 105) * -1);
}

.iti__it {
  --iti-flag-offset: calc((var(--iti-flag-width) * 106) * -1);
}

.iti__je {
  --iti-flag-offset: calc((var(--iti-flag-width) * 107) * -1);
}

.iti__jm {
  --iti-flag-offset: calc((var(--iti-flag-width) * 108) * -1);
}

.iti__jo {
  --iti-flag-offset: calc((var(--iti-flag-width) * 109) * -1);
}

.iti__jp {
  --iti-flag-offset: calc((var(--iti-flag-width) * 110) * -1);
}

.iti__ke {
  --iti-flag-offset: calc((var(--iti-flag-width) * 111) * -1);
}

.iti__kg {
  --iti-flag-offset: calc((var(--iti-flag-width) * 112) * -1);
}

.iti__kh {
  --iti-flag-offset: calc((var(--iti-flag-width) * 113) * -1);
}

.iti__ki {
  --iti-flag-offset: calc((var(--iti-flag-width) * 114) * -1);
}

.iti__km {
  --iti-flag-offset: calc((var(--iti-flag-width) * 115) * -1);
}

.iti__kn {
  --iti-flag-offset: calc((var(--iti-flag-width) * 116) * -1);
}

.iti__kp {
  --iti-flag-offset: calc((var(--iti-flag-width) * 117) * -1);
}

.iti__kr {
  --iti-flag-offset: calc((var(--iti-flag-width) * 118) * -1);
}

.iti__kw {
  --iti-flag-offset: calc((var(--iti-flag-width) * 119) * -1);
}

.iti__ky {
  --iti-flag-offset: calc((var(--iti-flag-width) * 120) * -1);
}

.iti__kz {
  --iti-flag-offset: calc((var(--iti-flag-width) * 121) * -1);
}

.iti__la {
  --iti-flag-offset: calc((var(--iti-flag-width) * 122) * -1);
}

.iti__lb {
  --iti-flag-offset: calc((var(--iti-flag-width) * 123) * -1);
}

.iti__lc {
  --iti-flag-offset: calc((var(--iti-flag-width) * 124) * -1);
}

.iti__li {
  --iti-flag-offset: calc((var(--iti-flag-width) * 125) * -1);
}

.iti__lk {
  --iti-flag-offset: calc((var(--iti-flag-width) * 126) * -1);
}

.iti__lr {
  --iti-flag-offset: calc((var(--iti-flag-width) * 127) * -1);
}

.iti__ls {
  --iti-flag-offset: calc((var(--iti-flag-width) * 128) * -1);
}

.iti__lt {
  --iti-flag-offset: calc((var(--iti-flag-width) * 129) * -1);
}

.iti__lu {
  --iti-flag-offset: calc((var(--iti-flag-width) * 130) * -1);
}

.iti__lv {
  --iti-flag-offset: calc((var(--iti-flag-width) * 131) * -1);
}

.iti__ly {
  --iti-flag-offset: calc((var(--iti-flag-width) * 132) * -1);
}

.iti__ma {
  --iti-flag-offset: calc((var(--iti-flag-width) * 133) * -1);
}

.iti__mc {
  --iti-flag-offset: calc((var(--iti-flag-width) * 134) * -1);
}

.iti__md {
  --iti-flag-offset: calc((var(--iti-flag-width) * 135) * -1);
}

.iti__me {
  --iti-flag-offset: calc((var(--iti-flag-width) * 136) * -1);
}

.iti__mf {
  --iti-flag-offset: calc((var(--iti-flag-width) * 137) * -1);
}

.iti__mg {
  --iti-flag-offset: calc((var(--iti-flag-width) * 138) * -1);
}

.iti__mh {
  --iti-flag-offset: calc((var(--iti-flag-width) * 139) * -1);
}

.iti__mk {
  --iti-flag-offset: calc((var(--iti-flag-width) * 140) * -1);
}

.iti__ml {
  --iti-flag-offset: calc((var(--iti-flag-width) * 141) * -1);
}

.iti__mm {
  --iti-flag-offset: calc((var(--iti-flag-width) * 142) * -1);
}

.iti__mn {
  --iti-flag-offset: calc((var(--iti-flag-width) * 143) * -1);
}

.iti__mo {
  --iti-flag-offset: calc((var(--iti-flag-width) * 144) * -1);
}

.iti__mp {
  --iti-flag-offset: calc((var(--iti-flag-width) * 145) * -1);
}

.iti__mq {
  --iti-flag-offset: calc((var(--iti-flag-width) * 146) * -1);
}

.iti__mr {
  --iti-flag-offset: calc((var(--iti-flag-width) * 147) * -1);
}

.iti__ms {
  --iti-flag-offset: calc((var(--iti-flag-width) * 148) * -1);
}

.iti__mt {
  --iti-flag-offset: calc((var(--iti-flag-width) * 149) * -1);
}

.iti__mu {
  --iti-flag-offset: calc((var(--iti-flag-width) * 150) * -1);
}

.iti__mv {
  --iti-flag-offset: calc((var(--iti-flag-width) * 151) * -1);
}

.iti__mw {
  --iti-flag-offset: calc((var(--iti-flag-width) * 152) * -1);
}

.iti__mx {
  --iti-flag-offset: calc((var(--iti-flag-width) * 153) * -1);
}

.iti__my {
  --iti-flag-offset: calc((var(--iti-flag-width) * 154) * -1);
}

.iti__mz {
  --iti-flag-offset: calc((var(--iti-flag-width) * 155) * -1);
}

.iti__na {
  --iti-flag-offset: calc((var(--iti-flag-width) * 156) * -1);
}

.iti__nc {
  --iti-flag-offset: calc((var(--iti-flag-width) * 157) * -1);
}

.iti__ne {
  --iti-flag-offset: calc((var(--iti-flag-width) * 158) * -1);
}

.iti__nf {
  --iti-flag-offset: calc((var(--iti-flag-width) * 159) * -1);
}

.iti__ng {
  --iti-flag-offset: calc((var(--iti-flag-width) * 160) * -1);
}

.iti__ni {
  --iti-flag-offset: calc((var(--iti-flag-width) * 161) * -1);
}

.iti__nl {
  --iti-flag-offset: calc((var(--iti-flag-width) * 162) * -1);
}

.iti__no {
  --iti-flag-offset: calc((var(--iti-flag-width) * 163) * -1);
}

.iti__np {
  --iti-flag-offset: calc((var(--iti-flag-width) * 164) * -1);
}

.iti__nr {
  --iti-flag-offset: calc((var(--iti-flag-width) * 165) * -1);
}

.iti__nu {
  --iti-flag-offset: calc((var(--iti-flag-width) * 166) * -1);
}

.iti__nz {
  --iti-flag-offset: calc((var(--iti-flag-width) * 167) * -1);
}

.iti__om {
  --iti-flag-offset: calc((var(--iti-flag-width) * 168) * -1);
}

.iti__pa {
  --iti-flag-offset: calc((var(--iti-flag-width) * 169) * -1);
}

.iti__pe {
  --iti-flag-offset: calc((var(--iti-flag-width) * 170) * -1);
}

.iti__pf {
  --iti-flag-offset: calc((var(--iti-flag-width) * 171) * -1);
}

.iti__pg {
  --iti-flag-offset: calc((var(--iti-flag-width) * 172) * -1);
}

.iti__ph {
  --iti-flag-offset: calc((var(--iti-flag-width) * 173) * -1);
}

.iti__pk {
  --iti-flag-offset: calc((var(--iti-flag-width) * 174) * -1);
}

.iti__pl {
  --iti-flag-offset: calc((var(--iti-flag-width) * 175) * -1);
}

.iti__pm {
  --iti-flag-offset: calc((var(--iti-flag-width) * 176) * -1);
}

.iti__pr {
  --iti-flag-offset: calc((var(--iti-flag-width) * 177) * -1);
}

.iti__ps {
  --iti-flag-offset: calc((var(--iti-flag-width) * 178) * -1);
}

.iti__pt {
  --iti-flag-offset: calc((var(--iti-flag-width) * 179) * -1);
}

.iti__pw {
  --iti-flag-offset: calc((var(--iti-flag-width) * 180) * -1);
}

.iti__py {
  --iti-flag-offset: calc((var(--iti-flag-width) * 181) * -1);
}

.iti__qa {
  --iti-flag-offset: calc((var(--iti-flag-width) * 182) * -1);
}

.iti__re {
  --iti-flag-offset: calc((var(--iti-flag-width) * 183) * -1);
}

.iti__ro {
  --iti-flag-offset: calc((var(--iti-flag-width) * 184) * -1);
}

.iti__rs {
  --iti-flag-offset: calc((var(--iti-flag-width) * 185) * -1);
}

.iti__ru {
  --iti-flag-offset: calc((var(--iti-flag-width) * 186) * -1);
}

.iti__rw {
  --iti-flag-offset: calc((var(--iti-flag-width) * 187) * -1);
}

.iti__sa {
  --iti-flag-offset: calc((var(--iti-flag-width) * 188) * -1);
}

.iti__sb {
  --iti-flag-offset: calc((var(--iti-flag-width) * 189) * -1);
}

.iti__sc {
  --iti-flag-offset: calc((var(--iti-flag-width) * 190) * -1);
}

.iti__sd {
  --iti-flag-offset: calc((var(--iti-flag-width) * 191) * -1);
}

.iti__se {
  --iti-flag-offset: calc((var(--iti-flag-width) * 192) * -1);
}

.iti__sg {
  --iti-flag-offset: calc((var(--iti-flag-width) * 193) * -1);
}

.iti__sh {
  --iti-flag-offset: calc((var(--iti-flag-width) * 194) * -1);
}

.iti__si {
  --iti-flag-offset: calc((var(--iti-flag-width) * 195) * -1);
}

.iti__sj {
  --iti-flag-offset: calc((var(--iti-flag-width) * 196) * -1);
}

.iti__sk {
  --iti-flag-offset: calc((var(--iti-flag-width) * 197) * -1);
}

.iti__sl {
  --iti-flag-offset: calc((var(--iti-flag-width) * 198) * -1);
}

.iti__sm {
  --iti-flag-offset: calc((var(--iti-flag-width) * 199) * -1);
}

.iti__sn {
  --iti-flag-offset: calc((var(--iti-flag-width) * 200) * -1);
}

.iti__so {
  --iti-flag-offset: calc((var(--iti-flag-width) * 201) * -1);
}

.iti__sr {
  --iti-flag-offset: calc((var(--iti-flag-width) * 202) * -1);
}

.iti__ss {
  --iti-flag-offset: calc((var(--iti-flag-width) * 203) * -1);
}

.iti__st {
  --iti-flag-offset: calc((var(--iti-flag-width) * 204) * -1);
}

.iti__sv {
  --iti-flag-offset: calc((var(--iti-flag-width) * 205) * -1);
}

.iti__sx {
  --iti-flag-offset: calc((var(--iti-flag-width) * 206) * -1);
}

.iti__sy {
  --iti-flag-offset: calc((var(--iti-flag-width) * 207) * -1);
}

.iti__sz {
  --iti-flag-offset: calc((var(--iti-flag-width) * 208) * -1);
}

.iti__tc {
  --iti-flag-offset: calc((var(--iti-flag-width) * 209) * -1);
}

.iti__td {
  --iti-flag-offset: calc((var(--iti-flag-width) * 210) * -1);
}

.iti__tg {
  --iti-flag-offset: calc((var(--iti-flag-width) * 211) * -1);
}

.iti__th {
  --iti-flag-offset: calc((var(--iti-flag-width) * 212) * -1);
}

.iti__tj {
  --iti-flag-offset: calc((var(--iti-flag-width) * 213) * -1);
}

.iti__tk {
  --iti-flag-offset: calc((var(--iti-flag-width) * 214) * -1);
}

.iti__tl {
  --iti-flag-offset: calc((var(--iti-flag-width) * 215) * -1);
}

.iti__tm {
  --iti-flag-offset: calc((var(--iti-flag-width) * 216) * -1);
}

.iti__tn {
  --iti-flag-offset: calc((var(--iti-flag-width) * 217) * -1);
}

.iti__to {
  --iti-flag-offset: calc((var(--iti-flag-width) * 218) * -1);
}

.iti__tr {
  --iti-flag-offset: calc((var(--iti-flag-width) * 219) * -1);
}

.iti__tt {
  --iti-flag-offset: calc((var(--iti-flag-width) * 220) * -1);
}

.iti__tv {
  --iti-flag-offset: calc((var(--iti-flag-width) * 221) * -1);
}

.iti__tw {
  --iti-flag-offset: calc((var(--iti-flag-width) * 222) * -1);
}

.iti__tz {
  --iti-flag-offset: calc((var(--iti-flag-width) * 223) * -1);
}

.iti__ua {
  --iti-flag-offset: calc((var(--iti-flag-width) * 224) * -1);
}

.iti__ug {
  --iti-flag-offset: calc((var(--iti-flag-width) * 225) * -1);
}

.iti__us {
  --iti-flag-offset: calc((var(--iti-flag-width) * 226) * -1);
}

.iti__uy {
  --iti-flag-offset: calc((var(--iti-flag-width) * 227) * -1);
}

.iti__uz {
  --iti-flag-offset: calc((var(--iti-flag-width) * 228) * -1);
}

.iti__va {
  --iti-flag-offset: calc((var(--iti-flag-width) * 229) * -1);
}

.iti__vc {
  --iti-flag-offset: calc((var(--iti-flag-width) * 230) * -1);
}

.iti__ve {
  --iti-flag-offset: calc((var(--iti-flag-width) * 231) * -1);
}

.iti__vg {
  --iti-flag-offset: calc((var(--iti-flag-width) * 232) * -1);
}

.iti__vi {
  --iti-flag-offset: calc((var(--iti-flag-width) * 233) * -1);
}

.iti__vn {
  --iti-flag-offset: calc((var(--iti-flag-width) * 234) * -1);
}

.iti__vu {
  --iti-flag-offset: calc((var(--iti-flag-width) * 235) * -1);
}

.iti__wf {
  --iti-flag-offset: calc((var(--iti-flag-width) * 236) * -1);
}

.iti__ws {
  --iti-flag-offset: calc((var(--iti-flag-width) * 237) * -1);
}

.iti__xk {
  --iti-flag-offset: calc((var(--iti-flag-width) * 238) * -1);
}

.iti__ye {
  --iti-flag-offset: calc((var(--iti-flag-width) * 239) * -1);
}

.iti__yt {
  --iti-flag-offset: calc((var(--iti-flag-width) * 240) * -1);
}

.iti__za {
  --iti-flag-offset: calc((var(--iti-flag-width) * 241) * -1);
}

.iti__zm {
  --iti-flag-offset: calc((var(--iti-flag-width) * 242) * -1);
}

.iti__zw {
  --iti-flag-offset: calc((var(--iti-flag-width) * 243) * -1);
}

.iti__globe {
  background-image: var(--iti-path-globe-1x);
  background-size: contain;
  background-position: right;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 19px;
}
.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(51, 49, 50, 0.6);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  z-index: 102;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  white-space: normal;
  outline: none;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(0);
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
.popup--open {
  opacity: 1;
  visibility: visible;
}
.popup--open .popup__content {
  opacity: 1;
}
.popup--sm .popup__body {
  padding: 1rem;
}
.popup--sm .popup__content {
  min-height: auto;
  border-radius: 2.4rem;
  max-width: 68.3rem;
}
.popup__body {
  min-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;
}
.popup__content {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background-color: #f2f2f3;
  min-height: 100dvh;
  position: relative;
  padding: 8rem 1.6rem 4.8rem;
  max-width: 120rem;
  width: 100%;
}
.popup__btn-close {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  cursor: pointer;
  color: #333132;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.popup__btn-close svg {
  height: 4.8rem;
  width: 4.8rem;
}

.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, .advantages-card__list, 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: 3.6rem;
  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, .advantages-card__list, 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-color: #18171c;
}
.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/0.85;
}
.person-card__image {
  position: absolute;
  z-index: 1;
  inset: 0;
}
.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: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.4rem;
  font-family: "RussoOne", sans-serif;
}
.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: 2rem 6.2rem 2.4rem 2rem;
  position: relative;
  gap: 0.8rem;
}
.person-card__name {
  font-size: 1.8rem;
  line-height: 1.24em;
  font-family: "RussoOne", sans-serif;
}
.person-card__position {
  font-family: "Helvetica", sans-serif;
  font-size: 1.4rem;
  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;
}

.stat-point {
  --border: 1.8rem;
  height: 13.2rem;
  width: 13.2rem;
  position: relative;
  border-radius: 50%;
  border: var(--border) solid currentColor;
}
.stat-point__value {
  font-size: 2.8rem;
  line-height: 1.24em;
  letter-spacing: 0.01em;
  position: absolute;
  top: calc(2.7rem - var(--border));
  left: calc(4.2rem - var(--border));
}
.stat-point__text {
  position: absolute;
  top: calc(6.7rem - var(--border));
  left: calc(4.2rem - var(--border));
  color: #fff;
  white-space: nowrap;
}
.stat-point.border-gradient {
  border-color: transparent;
  background-image: linear-gradient(currentColor, currentColor), linear-gradient(45deg, #e21b52 0%, #9c3095 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

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

.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  position: relative;
  background-color: #fff;
  border: 1px solid #dcdfe2;
  border-radius: 2.4rem;
  overflow: hidden;
  padding: 0.4rem;
}
.search::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: -1.8rem;
  bottom: 0;
  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(95%) sepia(5%) saturate(139%) hue-rotate(169deg) brightness(94%) contrast(92%);
          filter: invert(95%) sepia(5%) saturate(139%) hue-rotate(169deg) brightness(94%) contrast(92%);
  -webkit-transform: rotate(14deg);
      -ms-transform: rotate(14deg);
          transform: rotate(14deg);
}
.search > * {
  position: relative;
  z-index: 2;
}
.search input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #000000;
  height: 5.2rem;
  padding-left: 2rem;
  outline: none;
  background-color: transparent;
}
.search input::-webkit-input-placeholder {
  color: #a0a0a0;
}
.search input::-moz-placeholder {
  color: #a0a0a0;
}
.search input:-ms-input-placeholder {
  color: #a0a0a0;
}
.search input::-ms-input-placeholder {
  color: #a0a0a0;
}
.search input::placeholder {
  color: #a0a0a0;
}
.search input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.search input:focus::-moz-placeholder {
  opacity: 0;
}
.search input:focus:-ms-input-placeholder {
  opacity: 0;
}
.search input:focus::-ms-input-placeholder {
  opacity: 0;
}
.search input:focus::placeholder {
  opacity: 0;
}
.search__submit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 2rem;
  background-color: #e21b52;
  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: #fff;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
.search__submit svg {
  height: 2rem;
  width: 2rem;
}
.search .search-clear-btn {
  right: 6.2rem;
}

.search-v2 {
  position: relative;
}
.search-v2 input {
  height: 5rem;
  border: 1px solid #a0a0a0;
  border-radius: 1.2rem;
  padding: 0.8rem 1rem 0.8rem 5rem;
  font-size: 1.8rem;
  line-height: 1.24em;
  width: 100%;
  outline: none;
}
.search-v2 input::-webkit-input-placeholder {
  color: #a0a0a0;
}
.search-v2 input::-moz-placeholder {
  color: #a0a0a0;
}
.search-v2 input:-ms-input-placeholder {
  color: #a0a0a0;
}
.search-v2 input::-ms-input-placeholder {
  color: #a0a0a0;
}
.search-v2 input::placeholder {
  color: #a0a0a0;
}
.search-v2 input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.search-v2 input:focus::-moz-placeholder {
  opacity: 0;
}
.search-v2 input:focus:-ms-input-placeholder {
  opacity: 0;
}
.search-v2 input:focus::-ms-input-placeholder {
  opacity: 0;
}
.search-v2 input:focus::placeholder {
  opacity: 0;
}
.search-v2__submit {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  left: 2rem;
  height: 2.4rem;
  width: 2.4rem;
  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: #a0a0a0;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.search-v2__submit svg {
  height: 1.6rem;
  width: 1.6rem;
}

[data-search] {
  position: relative;
}
[data-search] input {
  padding-right: 4rem;
}
[data-search].can-clear .search-clear-btn {
  display: block;
}

.search-clear-btn {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
  display: none;
  color: #000000;
}
.search-clear-btn svg {
  height: 2.4rem;
  width: 2.4rem;
}

.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.checkbox.dark .checkbox__marker {
  border-color: #333132 !important;
}
.checkbox.dark .checkbox__marker::before {
  -webkit-filter: invert(16%) sepia(4%) saturate(376%) hue-rotate(277deg) brightness(97%) contrast(90%) !important;
          filter: invert(16%) sepia(4%) saturate(376%) hue-rotate(277deg) brightness(97%) contrast(90%) !important;
}
.checkbox.dark .checkbox__text {
  color: #333132 !important;
}
.checkbox input {
  position: absolute;
  z-index: -1;
  visibility: hidden;
}
.checkbox input:checked ~ .checkbox__marker {
  border: 0.2rem solid #e21b52;
}
.checkbox input:checked ~ .checkbox__marker::before {
  display: block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjY2NTYgMC45Mzc1TDYuMzM0MzcgMTAuNjAzMUwyIDYuMjcxODdMMCA4LjI3MTg4TDYuNjY1NjMgMTQuOTM3NUwxNiAyLjkzNzVMMTMuNjY1NiAwLjkzNzVaIiBmaWxsPSJjdXJyZW50Q29sb3IiLz4KPC9zdmc+Cg==");
}
.checkbox input:checked ~ .checkbox__text {
  color: #e21b52;
}
.checkbox__marker {
  border: 0.2rem solid #a0a0a0;
  background-color: #f2f2f3;
  height: 2.4rem;
  width: 2.4rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 0.5rem;
  position: relative;
}
.checkbox__marker::before {
  display: none;
  content: "";
  position: absolute;
  inset: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75%;
  -webkit-filter: invert(29%) sepia(87%) saturate(5229%) hue-rotate(331deg) brightness(89%) contrast(100%);
          filter: invert(29%) sepia(87%) saturate(5229%) hue-rotate(331deg) brightness(89%) contrast(100%);
}
.checkbox__text {
  font-size: 1.6rem;
  line-height: 1.24em;
  color: #333132;
  padding-top: 0.2em;
}
.checkbox__text:has(a) {
  font-family: "Helvetica", sans-serif;
  font-size: 1.4rem;
  line-height: 1.4em;
  padding-top: 0;
}
.checkbox__text:has(a) a {
  font-family: "RussoOne", sans-serif;
  line-height: 1.24em;
}

.radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.radio.checked .radio__marker {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSIyMyIgaGVpZ2h0PSIyMyIgcng9IjExLjUiIGZpbGw9IiNGMkYyRjMiLz4KPHJlY3QgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSIyMyIgaGVpZ2h0PSIyMyIgcng9IjExLjUiIHN0cm9rZT0iI0UyMUI1MiIvPgo8cmVjdCB4PSI1IiB5PSI1IiB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHJ4PSI3IiBmaWxsPSIjRTIxQjUyIi8+Cjwvc3ZnPgo=");
}
.radio.checked .radio__text {
  color: #e21b52;
}
.radio input {
  position: absolute;
  z-index: -1;
  visibility: hidden;
}
.radio input:checked ~ .radio__marker {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSIyMyIgaGVpZ2h0PSIyMyIgcng9IjExLjUiIGZpbGw9IiNGMkYyRjMiLz4KPHJlY3QgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSIyMyIgaGVpZ2h0PSIyMyIgcng9IjExLjUiIHN0cm9rZT0iI0UyMUI1MiIvPgo8cmVjdCB4PSI1IiB5PSI1IiB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHJ4PSI3IiBmaWxsPSIjRTIxQjUyIi8+Cjwvc3ZnPgo=");
}
.radio input:checked ~ .radio__text {
  color: #e21b52;
}
.radio__marker {
  height: 2.4rem;
  width: 2.4rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSIyMyIgaGVpZ2h0PSIyMyIgcng9IjExLjUiIGZpbGw9IiNGMkYyRjMiLz4KPHJlY3QgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSIyMyIgaGVpZ2h0PSIyMyIgcng9IjExLjUiIHN0cm9rZT0iI0EwQTBBMCIvPgo8L3N2Zz4K");
}
.radio__text {
  font-size: 1.6rem;
  line-height: 1.24em;
  color: #333132;
  padding-top: 0.2em;
}

.input, .iti__search-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 2.4rem;
  border: 1px solid transparent;
  padding: 1rem 2.4rem;
  outline: none;
  width: 100%;
  height: 6rem;
  font-size: 1.6rem;
  line-height: 1.64em;
  color: #333132;
  font-family: "Helvetica", sans-serif;
}
.input::-webkit-input-placeholder, .iti__search-input::-webkit-input-placeholder {
  color: #a0a0a0;
}
.input::-moz-placeholder, .iti__search-input::-moz-placeholder {
  color: #a0a0a0;
}
.input:-ms-input-placeholder, .iti__search-input:-ms-input-placeholder {
  color: #a0a0a0;
}
.input::-ms-input-placeholder, .iti__search-input::-ms-input-placeholder {
  color: #a0a0a0;
}
.input::placeholder, .iti__search-input::placeholder {
  color: #a0a0a0;
}

.textarea-container {
  position: relative;
}
.textarea-container .char-counter {
  position: absolute;
  z-index: 2;
  right: 2.4rem;
  bottom: 0.8rem;
  font-size: 1.4rem;
  line-height: 1.4em;
  font-family: "Helvetica", sans-serif;
  color: #a0a0a0;
}

.textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 2.4rem;
  border: 1px solid transparent;
  padding: 1.6rem 2.4rem 3.2rem;
  outline: none;
  width: 100%;
  min-height: 11rem;
  font-size: 1.6rem;
  line-height: 1.64em;
  color: #333132;
  font-family: "Helvetica", sans-serif;
  resize: none;
  overflow: hidden;
}
.textarea::-webkit-input-placeholder {
  color: #a0a0a0;
}
.textarea::-moz-placeholder {
  color: #a0a0a0;
}
.textarea:-ms-input-placeholder {
  color: #a0a0a0;
}
.textarea::-ms-input-placeholder {
  color: #a0a0a0;
}
.textarea::placeholder {
  color: #a0a0a0;
}

[data-file-input-container] {
  position: relative;
}
[data-file-input-container].file-selected .file-input {
  border-color: #333132;
}
[data-file-input-container].file-selected .file-add {
  display: none;
}
[data-file-input-container].file-selected .file-added {
  display: block;
}
[data-file-input-container].file-selected .remove-file-btn {
  display: block;
}

.file-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2.4rem;
  padding: 2.4rem 6rem 2.4rem 2.4rem;
  gap: 1.2rem;
  border: 0.3rem dashed #a0a0a0;
  cursor: pointer;
  position: relative;
}
.file-input input {
  position: absolute;
  z-index: 3;
  opacity: 0;
  inset: 0;
  cursor: pointer;
}
.file-input__text {
  font-family: "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.64em;
  color: #333132;
  -ms-hyphens: auto;
      hyphens: auto;
}
.file-input__icon {
  height: 6.4rem;
  width: 6.4rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.file-input__icon.file-added {
  display: none;
}
.file-input .wpcf7-form-control-wrap {
  position: static;
}

.remove-file-btn {
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0.5rem;
  cursor: pointer;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
  z-index: 3;
  display: none;
}
.remove-file-btn svg {
  height: 2.4rem;
  width: 2.4rem;
}

[data-phone] ._num-body {
  position: absolute !important;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 11.7rem;
}

input[name=tel].wpcf7-not-valid + .iti .input, input[name=tel].wpcf7-not-valid + .iti .iti__search-input {
  border-color: #e21b52;
}
.clubs-preview .clubs-preview__container._will-animate .clubs-preview__head, .clubs-preview .clubs-preview__container._will-animate .clubs-preview__filter, .clubs-preview .clubs-preview__container._will-animate .place-card, .clubs-preview .clubs-preview__container._will-animate .clubs-preview__footer {
  opacity: 0;
  -webkit-transform: translateY(10rem);
      -ms-transform: translateY(10rem);
          transform: translateY(10rem);
}
.clubs-preview .clubs-preview__container._will-animate._animate .clubs-preview__head {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.3s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.3s;
}
.clubs-preview .clubs-preview__container._will-animate._animate .clubs-preview__filter {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.6s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.6s;
}
.clubs-preview .clubs-preview__container._will-animate._animate .place-card:nth-child(1) {
  opacity: 1;
  -webkit-transform: translateY(0rem);
      -ms-transform: translateY(0rem);
          transform: translateY(0rem);
  -webkit-transition: opacity 0.8s ease-out 0.9s, color 0.25s ease, -webkit-transform 0.8s ease-out 0.6s;
  transition: opacity 0.8s ease-out 0.9s, color 0.25s ease, -webkit-transform 0.8s ease-out 0.6s;
  transition: opacity 0.8s ease-out 0.9s, transform 0.8s ease-out 0.6s, color 0.25s ease;
  transition: opacity 0.8s ease-out 0.9s, transform 0.8s ease-out 0.6s, color 0.25s ease, -webkit-transform 0.8s ease-out 0.6s;
}
.clubs-preview .clubs-preview__container._will-animate._animate .place-card:nth-child(2) {
  opacity: 1;
  -webkit-transform: translateY(0rem);
      -ms-transform: translateY(0rem);
          transform: translateY(0rem);
  -webkit-transition: opacity 0.8s ease-out 1.05s, color 0.25s ease, -webkit-transform 0.8s ease-out 0.75s;
  transition: opacity 0.8s ease-out 1.05s, color 0.25s ease, -webkit-transform 0.8s ease-out 0.75s;
  transition: opacity 0.8s ease-out 1.05s, transform 0.8s ease-out 0.75s, color 0.25s ease;
  transition: opacity 0.8s ease-out 1.05s, transform 0.8s ease-out 0.75s, color 0.25s ease, -webkit-transform 0.8s ease-out 0.75s;
}
.clubs-preview .clubs-preview__container._will-animate._animate .place-card:nth-child(3) {
  opacity: 1;
  -webkit-transform: translateY(0rem);
      -ms-transform: translateY(0rem);
          transform: translateY(0rem);
  -webkit-transition: opacity 0.8s ease-out 1.2s, color 0.25s ease, -webkit-transform 0.8s ease-out 0.9s;
  transition: opacity 0.8s ease-out 1.2s, color 0.25s ease, -webkit-transform 0.8s ease-out 0.9s;
  transition: opacity 0.8s ease-out 1.2s, transform 0.8s ease-out 0.9s, color 0.25s ease;
  transition: opacity 0.8s ease-out 1.2s, transform 0.8s ease-out 0.9s, color 0.25s ease, -webkit-transform 0.8s ease-out 0.9s;
}
.clubs-preview .clubs-preview__container._will-animate._animate .place-card:nth-child(4) {
  opacity: 1;
  -webkit-transform: translateY(0rem);
      -ms-transform: translateY(0rem);
          transform: translateY(0rem);
  -webkit-transition: opacity 0.8s ease-out 1.35s, color 0.25s ease, -webkit-transform 0.8s ease-out 1.05s;
  transition: opacity 0.8s ease-out 1.35s, color 0.25s ease, -webkit-transform 0.8s ease-out 1.05s;
  transition: opacity 0.8s ease-out 1.35s, transform 0.8s ease-out 1.05s, color 0.25s ease;
  transition: opacity 0.8s ease-out 1.35s, transform 0.8s ease-out 1.05s, color 0.25s ease, -webkit-transform 0.8s ease-out 1.05s;
}
.clubs-preview .clubs-preview__container._will-animate._animate .place-card:nth-child(5) {
  opacity: 1;
  -webkit-transform: translateY(0rem);
      -ms-transform: translateY(0rem);
          transform: translateY(0rem);
  -webkit-transition: opacity 0.8s ease-out 1.5s, color 0.25s ease, -webkit-transform 0.8s ease-out 1.2s;
  transition: opacity 0.8s ease-out 1.5s, color 0.25s ease, -webkit-transform 0.8s ease-out 1.2s;
  transition: opacity 0.8s ease-out 1.5s, transform 0.8s ease-out 1.2s, color 0.25s ease;
  transition: opacity 0.8s ease-out 1.5s, transform 0.8s ease-out 1.2s, color 0.25s ease, -webkit-transform 0.8s ease-out 1.2s;
}
.clubs-preview .clubs-preview__container._will-animate._animate .place-card:nth-child(6) {
  opacity: 1;
  -webkit-transform: translateY(0rem);
      -ms-transform: translateY(0rem);
          transform: translateY(0rem);
  -webkit-transition: opacity 0.8s ease-out 1.65s, color 0.25s ease, -webkit-transform 0.8s ease-out 1.35s;
  transition: opacity 0.8s ease-out 1.65s, color 0.25s ease, -webkit-transform 0.8s ease-out 1.35s;
  transition: opacity 0.8s ease-out 1.65s, transform 0.8s ease-out 1.35s, color 0.25s ease;
  transition: opacity 0.8s ease-out 1.65s, transform 0.8s ease-out 1.35s, color 0.25s ease, -webkit-transform 0.8s ease-out 1.35s;
}
.clubs-preview .clubs-preview__container._will-animate._animate .place-card:nth-child(7) {
  opacity: 1;
  -webkit-transform: translateY(0rem);
      -ms-transform: translateY(0rem);
          transform: translateY(0rem);
  -webkit-transition: opacity 0.8s ease-out 1.8s, color 0.25s ease, -webkit-transform 0.8s ease-out 1.5s;
  transition: opacity 0.8s ease-out 1.8s, color 0.25s ease, -webkit-transform 0.8s ease-out 1.5s;
  transition: opacity 0.8s ease-out 1.8s, transform 0.8s ease-out 1.5s, color 0.25s ease;
  transition: opacity 0.8s ease-out 1.8s, transform 0.8s ease-out 1.5s, color 0.25s ease, -webkit-transform 0.8s ease-out 1.5s;
}
.clubs-preview .clubs-preview__container._will-animate._animate .place-card:nth-child(8) {
  opacity: 1;
  -webkit-transform: translateY(0rem);
      -ms-transform: translateY(0rem);
          transform: translateY(0rem);
  -webkit-transition: opacity 0.8s ease-out 1.95s, color 0.25s ease, -webkit-transform 0.8s ease-out 1.65s;
  transition: opacity 0.8s ease-out 1.95s, color 0.25s ease, -webkit-transform 0.8s ease-out 1.65s;
  transition: opacity 0.8s ease-out 1.95s, transform 0.8s ease-out 1.65s, color 0.25s ease;
  transition: opacity 0.8s ease-out 1.95s, transform 0.8s ease-out 1.65s, color 0.25s ease, -webkit-transform 0.8s ease-out 1.65s;
}
.clubs-preview .clubs-preview__container._will-animate._animate .place-card:nth-child(9) {
  opacity: 1;
  -webkit-transform: translateY(0rem);
      -ms-transform: translateY(0rem);
          transform: translateY(0rem);
  -webkit-transition: opacity 0.8s ease-out 2.1s, color 0.25s ease, -webkit-transform 0.8s ease-out 1.8s;
  transition: opacity 0.8s ease-out 2.1s, color 0.25s ease, -webkit-transform 0.8s ease-out 1.8s;
  transition: opacity 0.8s ease-out 2.1s, transform 0.8s ease-out 1.8s, color 0.25s ease;
  transition: opacity 0.8s ease-out 2.1s, transform 0.8s ease-out 1.8s, color 0.25s ease, -webkit-transform 0.8s ease-out 1.8s;
}
.clubs-preview .clubs-preview__container._will-animate._animate .place-card:nth-child(10) {
  opacity: 1;
  -webkit-transform: translateY(0rem);
      -ms-transform: translateY(0rem);
          transform: translateY(0rem);
  -webkit-transition: opacity 0.8s ease-out 2.25s, color 0.25s ease, -webkit-transform 0.8s ease-out 1.95s;
  transition: opacity 0.8s ease-out 2.25s, color 0.25s ease, -webkit-transform 0.8s ease-out 1.95s;
  transition: opacity 0.8s ease-out 2.25s, transform 0.8s ease-out 1.95s, color 0.25s ease;
  transition: opacity 0.8s ease-out 2.25s, transform 0.8s ease-out 1.95s, color 0.25s ease, -webkit-transform 0.8s ease-out 1.95s;
}
.clubs-preview .clubs-preview__container._will-animate._animate .clubs-preview__footer {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.6s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.6s;
}

.services._will-animate .services__decor-group {
  opacity: 0;
}
.services._will-animate._animate .services__decor-group {
  -webkit-animation: fadeIn 0.8s ease-out forwards 1.6s;
          animation: fadeIn 0.8s ease-out forwards 1.6s;
}
.services .services__container._will-animate .services__nav-dots, .services .services__container._will-animate .services__nav-buttons {
  opacity: 0;
}
.services .services__container._will-animate .services__title, .services .services__container._will-animate .swiper-slide {
  opacity: 0;
  -webkit-transform: translateY(10rem);
      -ms-transform: translateY(10rem);
          transform: translateY(10rem);
}
.services .services__container._will-animate._animate .services__title {
  opacity: 0;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.3s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.3s;
}
.services .services__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;
}
.services .services__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;
}
.services .services__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;
}
.services .services__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;
}
.services .services__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;
}
.services .services__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;
}
.services .services__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;
}
.services .services__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;
}
.services .services__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;
}
.services .services__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;
}
.services .services__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;
}
.services .services__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;
}
.services .services__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;
}
.services .services__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;
}
.services .services__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;
}
.services .services__container._will-animate._animate .services__nav-dots, .services .services__container._will-animate._animate .services__nav-buttons {
  -webkit-animation: fadeIn 0.6s ease-out forwards 1.6s;
          animation: fadeIn 0.6s ease-out forwards 1.6s;
}

.benefits._will-animate .benefits__decor-1, .benefits._will-animate .benefits__decor-2, .benefits._will-animate .benefits__decor-3 {
  opacity: 0;
}
.benefits._will-animate._animate .benefits__decor-1, .benefits._will-animate._animate .benefits__decor-2, .benefits._will-animate._animate .benefits__decor-3 {
  -webkit-animation: fadeIn 0.8s ease-out forwards;
          animation: fadeIn 0.8s ease-out forwards;
}
.benefits .benefits__container._will-animate > * {
  opacity: 0;
  -webkit-transform: translateY(10rem);
      -ms-transform: translateY(10rem);
          transform: translateY(10rem);
}
.benefits .benefits__container._will-animate._animate > *:nth-child(1) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.3s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.3s;
}
.benefits .benefits__container._will-animate._animate > *:nth-child(2) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.45s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.45s;
}
.benefits .benefits__container._will-animate._animate > *:nth-child(3) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.6s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.6s;
}
.benefits .benefits__container._will-animate._animate > *:nth-child(4) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.75s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.75s;
}
.benefits .benefits__container._will-animate._animate > *:nth-child(5) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.9s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.9s;
}
.benefits .benefits__container._will-animate._animate > *:nth-child(6) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.05s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.05s;
}
.benefits .benefits__container._will-animate._animate > *:nth-child(7) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.2s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.2s;
}
.benefits .benefits__container._will-animate._animate > *:nth-child(8) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.35s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.35s;
}
.benefits .benefits__container._will-animate._animate > *:nth-child(9) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.5s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.5s;
}
.benefits .benefits__container._will-animate._animate > *:nth-child(10) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.65s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.65s;
}
.benefits .benefits__container._will-animate._animate > *:nth-child(11) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.8s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.8s;
}
.benefits .benefits__container._will-animate._animate > *:nth-child(12) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.95s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.95s;
}
.benefits .benefits__container._will-animate._animate > *:nth-child(13) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.1s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.1s;
}
.benefits .benefits__container._will-animate._animate > *:nth-child(14) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.25s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.25s;
}
.benefits .benefits__container._will-animate._animate > *:nth-child(15) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.4s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.4s;
}

.reviews._will-animate .reviews__decor-group {
  opacity: 0;
}
.reviews._will-animate._animate .reviews__decor-group {
  -webkit-animation: fadeIn 0.8s ease-out forwards 1.6s;
          animation: fadeIn 0.8s ease-out forwards 1.6s;
}
.reviews .reviews__container._will-animate .reviews__title, .reviews .reviews__container._will-animate .swiper-slide {
  opacity: 0;
  -webkit-transform: translateY(10rem);
      -ms-transform: translateY(10rem);
          transform: translateY(10rem);
}
.reviews .reviews__container._will-animate .reviews__slider-footer {
  opacity: 0;
}
.reviews .reviews__container._will-animate._animate .reviews__title {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.3s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.3s;
}
.reviews .reviews__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;
}
.reviews .reviews__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;
}
.reviews .reviews__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;
}
.reviews .reviews__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;
}
.reviews .reviews__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;
}
.reviews .reviews__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;
}
.reviews .reviews__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;
}
.reviews .reviews__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;
}
.reviews .reviews__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;
}
.reviews .reviews__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;
}
.reviews .reviews__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;
}
.reviews .reviews__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;
}
.reviews .reviews__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;
}
.reviews .reviews__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;
}
.reviews .reviews__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;
}
.reviews .reviews__container._will-animate._animate .reviews__slider-footer {
  -webkit-animation: fadeIn 0.8s ease-out forwards 1.6s;
          animation: fadeIn 0.8s ease-out forwards 1.6s;
}

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

.instruction._will-animate .instruction__decor-group {
  opacity: 0;
}
.instruction._will-animate._animate .instruction__decor-group {
  -webkit-animation: fadeIn 0.8s ease-out forwards 1.6s;
          animation: fadeIn 0.8s ease-out forwards 1.6s;
}
.instruction .instruction__container._will-animate .instruction__title, .instruction .instruction__container._will-animate .instruction__steps > * {
  opacity: 0;
  -webkit-transform: translateY(10rem);
      -ms-transform: translateY(10rem);
          transform: translateY(10rem);
}
.instruction .instruction__container._will-animate._animate .instruction__title {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.3s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.3s;
}
.instruction .instruction__container._will-animate._animate .instruction__step-tab:nth-of-type(1) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.6s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.6s;
}
.instruction .instruction__container._will-animate._animate .instruction__step-tab:nth-of-type(2) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.675s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.675s;
}
.instruction .instruction__container._will-animate._animate .instruction__step-tab:nth-of-type(3) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.75s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.75s;
}
.instruction .instruction__container._will-animate._animate .instruction__step-tab:nth-of-type(4) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.825s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.825s;
}
.instruction .instruction__container._will-animate._animate .instruction__step-tab:nth-of-type(5) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.9s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.9s;
}
.instruction .instruction__container._will-animate._animate .instruction__step-tab:nth-of-type(6) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.975s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.975s;
}
.instruction .instruction__container._will-animate._animate .instruction__step-tab:nth-of-type(7) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.05s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.05s;
}
.instruction .instruction__container._will-animate._animate .instruction__step-tab:nth-of-type(8) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.125s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.125s;
}
.instruction .instruction__container._will-animate._animate .instruction__step-content {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.partners-carousel._will-animate .partners-carousel__decor-group {
  opacity: 0;
}
.partners-carousel._will-animate._animate .partners-carousel__decor-group {
  -webkit-animation: fadeIn 0.8s ease-out forwards 1.6s;
          animation: fadeIn 0.8s ease-out forwards 1.6s;
}
.partners-carousel .partners-carousel__container._will-animate .partners-carousel__title, .partners-carousel .partners-carousel__container._will-animate .swiper-slide {
  opacity: 0;
  -webkit-transform: translateY(10rem);
      -ms-transform: translateY(10rem);
          transform: translateY(10rem);
}
.partners-carousel .partners-carousel__container._will-animate .partners-carousel__slider-footer {
  opacity: 0;
}
.partners-carousel .partners-carousel__container._will-animate._animate .partners-carousel__title {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.3s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.3s;
}
.partners-carousel .partners-carousel__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;
}
.partners-carousel .partners-carousel__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;
}
.partners-carousel .partners-carousel__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;
}
.partners-carousel .partners-carousel__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;
}
.partners-carousel .partners-carousel__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;
}
.partners-carousel .partners-carousel__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;
}
.partners-carousel .partners-carousel__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;
}
.partners-carousel .partners-carousel__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;
}
.partners-carousel .partners-carousel__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;
}
.partners-carousel .partners-carousel__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;
}
.partners-carousel .partners-carousel__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;
}
.partners-carousel .partners-carousel__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;
}
.partners-carousel .partners-carousel__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;
}
.partners-carousel .partners-carousel__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;
}
.partners-carousel .partners-carousel__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;
}
.partners-carousel .partners-carousel__container._will-animate._animate .partners-carousel__slider-footer {
  -webkit-animation: fadeIn 0.8s ease-out forwards 1.6s;
          animation: fadeIn 0.8s ease-out forwards 1.6s;
}

.blog-preview-carousel._will-animate .blog-preview-carousel__decor-group {
  opacity: 0;
}
.blog-preview-carousel._will-animate._animate .blog-preview-carousel__decor-group {
  -webkit-animation: fadeIn 0.8s ease-out forwards 1.6s;
          animation: fadeIn 0.8s ease-out forwards 1.6s;
}
.blog-preview-carousel .blog-preview-carousel__container._will-animate .blog-preview-carousel__title, .blog-preview-carousel .blog-preview-carousel__container._will-animate .swiper-slide {
  opacity: 0;
  -webkit-transform: translateY(10rem);
      -ms-transform: translateY(10rem);
          transform: translateY(10rem);
}
.blog-preview-carousel .blog-preview-carousel__container._will-animate .blog-preview-carousel__slider-footer {
  opacity: 0;
}
.blog-preview-carousel .blog-preview-carousel__container._will-animate._animate .blog-preview-carousel__title {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.3s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.3s;
}
.blog-preview-carousel .blog-preview-carousel__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;
}
.blog-preview-carousel .blog-preview-carousel__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;
}
.blog-preview-carousel .blog-preview-carousel__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;
}
.blog-preview-carousel .blog-preview-carousel__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;
}
.blog-preview-carousel .blog-preview-carousel__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;
}
.blog-preview-carousel .blog-preview-carousel__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;
}
.blog-preview-carousel .blog-preview-carousel__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;
}
.blog-preview-carousel .blog-preview-carousel__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;
}
.blog-preview-carousel .blog-preview-carousel__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;
}
.blog-preview-carousel .blog-preview-carousel__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;
}
.blog-preview-carousel .blog-preview-carousel__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;
}
.blog-preview-carousel .blog-preview-carousel__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;
}
.blog-preview-carousel .blog-preview-carousel__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;
}
.blog-preview-carousel .blog-preview-carousel__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;
}
.blog-preview-carousel .blog-preview-carousel__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;
}
.blog-preview-carousel .blog-preview-carousel__container._will-animate._animate .blog-preview-carousel__slider-footer {
  -webkit-animation: fadeIn 0.8s ease-out forwards 1.6s;
          animation: fadeIn 0.8s ease-out forwards 1.6s;
}

.instagram._will-animate .instagram__decor-group {
  opacity: 0;
}
.instagram._will-animate._animate .instagram__decor-group {
  -webkit-animation: fadeIn 0.8s ease-out forwards 1.6s;
          animation: fadeIn 0.8s ease-out forwards 1.6s;
}
.instagram .instagram__container._will-animate .instagram__media-content {
  opacity: 0;
}
.instagram .instagram__container._will-animate .instagram__text-content > * {
  opacity: 0;
  -webkit-transform: translateY(10rem);
      -ms-transform: translateY(10rem);
          transform: translateY(10rem);
}
.instagram .instagram__container._will-animate._animate .instagram__media-content {
  -webkit-animation: fadeIn 0.8s ease-out forwards 0.3s;
          animation: fadeIn 0.8s ease-out forwards 0.3s;
}
.instagram .instagram__container._will-animate._animate .instagram__text-content > *:nth-child(1) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.6s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.6s;
}
.instagram .instagram__container._will-animate._animate .instagram__text-content > *:nth-child(2) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.75s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.75s;
}
.instagram .instagram__container._will-animate._animate .instagram__text-content > *:nth-child(3) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.9s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.9s;
}
.instagram .instagram__container._will-animate._animate .instagram__text-content > *:nth-child(4) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.05s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.05s;
}
.instagram .instagram__container._will-animate._animate .instagram__text-content > *:nth-child(5) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.2s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.2s;
}
.instagram .instagram__container._will-animate._animate .instagram__text-content > *:nth-child(6) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.35s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.35s;
}
.instagram .instagram__container._will-animate._animate .instagram__text-content > *:nth-child(7) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.5s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.5s;
}
.instagram .instagram__container._will-animate._animate .instagram__text-content > *:nth-child(8) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.65s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.65s;
}
.instagram .instagram__container._will-animate._animate .instagram__text-content > *:nth-child(9) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.8s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.8s;
}
.instagram .instagram__container._will-animate._animate .instagram__text-content > *:nth-child(10) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.95s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.95s;
}
.instagram .instagram__container._will-animate._animate .instagram__text-content > *:nth-child(11) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.1s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.1s;
}
.instagram .instagram__container._will-animate._animate .instagram__text-content > *:nth-child(12) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.25s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.25s;
}
.instagram .instagram__container._will-animate._animate .instagram__text-content > *:nth-child(13) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.4s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.4s;
}
.instagram .instagram__container._will-animate._animate .instagram__text-content > *:nth-child(14) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.55s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.55s;
}
.instagram .instagram__container._will-animate._animate .instagram__text-content > *:nth-child(15) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.7s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.7s;
}

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

.feature-group._will-animate .feature-group__decor-group {
  opacity: 0;
}
.feature-group._will-animate._animate .feature-group__decor-group {
  -webkit-animation: fadeIn 0.8s ease-out forwards 1.6s;
          animation: fadeIn 0.8s ease-out forwards 1.6s;
}
.feature-group .feature-group__container._will-animate .feature-group__title, .feature-group .feature-group__container._will-animate .feature-group__list > * {
  opacity: 0;
  -webkit-transform: translateY(10rem);
      -ms-transform: translateY(10rem);
          transform: translateY(10rem);
}
.feature-group .feature-group__container._will-animate._animate .feature-group__title {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.3s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.3s;
}
.feature-group .feature-group__container._will-animate._animate .feature-group__list > *:nth-child(1) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.6s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.6s;
}
.feature-group .feature-group__container._will-animate._animate .feature-group__list > *:nth-child(2) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.75s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.75s;
}
.feature-group .feature-group__container._will-animate._animate .feature-group__list > *:nth-child(3) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.9s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.9s;
}
.feature-group .feature-group__container._will-animate._animate .feature-group__list > *:nth-child(4) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.05s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.05s;
}
.feature-group .feature-group__container._will-animate._animate .feature-group__list > *:nth-child(5) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.2s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.2s;
}
.feature-group .feature-group__container._will-animate._animate .feature-group__list > *:nth-child(6) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.35s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.35s;
}
.feature-group .feature-group__container._will-animate._animate .feature-group__list > *:nth-child(7) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.5s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.5s;
}
.feature-group .feature-group__container._will-animate._animate .feature-group__list > *:nth-child(8) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.65s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.65s;
}
.feature-group .feature-group__container._will-animate._animate .feature-group__list > *:nth-child(9) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.8s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.8s;
}
.feature-group .feature-group__container._will-animate._animate .feature-group__list > *:nth-child(10) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.95s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.95s;
}
.feature-group .feature-group__container._will-animate._animate .feature-group__list > *:nth-child(11) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.1s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.1s;
}
.feature-group .feature-group__container._will-animate._animate .feature-group__list > *:nth-child(12) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.25s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.25s;
}
.feature-group .feature-group__container._will-animate._animate .feature-group__list > *:nth-child(13) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.4s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.4s;
}
.feature-group .feature-group__container._will-animate._animate .feature-group__list > *:nth-child(14) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.55s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.55s;
}
.feature-group .feature-group__container._will-animate._animate .feature-group__list > *:nth-child(15) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.7s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.7s;
}

.advantages._will-animate .advantages__decor-group {
  opacity: 0;
}
.advantages._will-animate._animate .advantages__decor-group {
  -webkit-animation: fadeIn 0.8s ease-out forwards 1.6s;
          animation: fadeIn 0.8s ease-out forwards 1.6s;
}
.advantages .advantages__container._will-animate .advantages__title, .advantages .advantages__container._will-animate .advantages__list > *, .advantages .advantages__container._will-animate .advantages__buttons {
  opacity: 0;
  -webkit-transform: translateY(10rem);
      -ms-transform: translateY(10rem);
          transform: translateY(10rem);
}
.advantages .advantages__container._will-animate._animate .advantages__title {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.3s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.3s;
}
.advantages .advantages__container._will-animate._animate .advantages__list > *:nth-child(1) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.6s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.6s;
}
.advantages .advantages__container._will-animate._animate .advantages__list > *:nth-child(2) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.75s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.75s;
}
.advantages .advantages__container._will-animate._animate .advantages__list > *:nth-child(3) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.9s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.9s;
}
.advantages .advantages__container._will-animate._animate .advantages__list > *:nth-child(4) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.05s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.05s;
}
.advantages .advantages__container._will-animate._animate .advantages__list > *:nth-child(5) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.2s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.2s;
}
.advantages .advantages__container._will-animate._animate .advantages__list > *:nth-child(6) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.35s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.35s;
}
.advantages .advantages__container._will-animate._animate .advantages__list > *:nth-child(7) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.5s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.5s;
}
.advantages .advantages__container._will-animate._animate .advantages__list > *:nth-child(8) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.65s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.65s;
}
.advantages .advantages__container._will-animate._animate .advantages__list > *:nth-child(9) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.8s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.8s;
}
.advantages .advantages__container._will-animate._animate .advantages__list > *:nth-child(10) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.95s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.95s;
}
.advantages .advantages__container._will-animate._animate .advantages__list > *:nth-child(11) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.1s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.1s;
}
.advantages .advantages__container._will-animate._animate .advantages__list > *:nth-child(12) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.25s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.25s;
}
.advantages .advantages__container._will-animate._animate .advantages__list > *:nth-child(13) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.4s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.4s;
}
.advantages .advantages__container._will-animate._animate .advantages__list > *:nth-child(14) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.55s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.55s;
}
.advantages .advantages__container._will-animate._animate .advantages__list > *:nth-child(15) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.7s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.7s;
}
.advantages .advantages__container._will-animate._animate .advantages__buttons {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.6s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.6s;
}

.feedback-form .feedback-form__container._will-animate .feedback-form__title, .feedback-form .feedback-form__container._will-animate .feedback-form__text, .feedback-form .feedback-form__container._will-animate .feedback-form__fields-items > *, .feedback-form .feedback-form__container._will-animate .feedback-form__submit {
  opacity: 0;
  -webkit-transform: translateY(10rem);
      -ms-transform: translateY(10rem);
          transform: translateY(10rem);
}
.feedback-form .feedback-form__container._will-animate._animate .feedback-form__title {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.3s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.3s;
}
.feedback-form .feedback-form__container._will-animate._animate .feedback-form__text {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.6s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.6s;
}
.feedback-form .feedback-form__container._will-animate._animate .feedback-form__fields-items > *:nth-child(1) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.9s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.9s;
}
.feedback-form .feedback-form__container._will-animate._animate .feedback-form__fields-items > *:nth-child(2) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.05s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.05s;
}
.feedback-form .feedback-form__container._will-animate._animate .feedback-form__fields-items > *:nth-child(3) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.2s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.2s;
}
.feedback-form .feedback-form__container._will-animate._animate .feedback-form__fields-items > *:nth-child(4) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.35s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.35s;
}
.feedback-form .feedback-form__container._will-animate._animate .feedback-form__fields-items > *:nth-child(5) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.5s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.5s;
}
.feedback-form .feedback-form__container._will-animate._animate .feedback-form__fields-items > *:nth-child(6) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.65s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.65s;
}
.feedback-form .feedback-form__container._will-animate._animate .feedback-form__fields-items > *:nth-child(7) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.8s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.8s;
}
.feedback-form .feedback-form__container._will-animate._animate .feedback-form__fields-items > *:nth-child(8) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.95s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.95s;
}
.feedback-form .feedback-form__container._will-animate._animate .feedback-form__fields-items > *:nth-child(9) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.1s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.1s;
}
.feedback-form .feedback-form__container._will-animate._animate .feedback-form__fields-items > *:nth-child(10) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.25s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.25s;
}
.feedback-form .feedback-form__container._will-animate._animate .feedback-form__fields-items > *:nth-child(11) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.4s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.4s;
}
.feedback-form .feedback-form__container._will-animate._animate .feedback-form__fields-items > *:nth-child(12) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.55s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.55s;
}
.feedback-form .feedback-form__container._will-animate._animate .feedback-form__fields-items > *:nth-child(13) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.7s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.7s;
}
.feedback-form .feedback-form__container._will-animate._animate .feedback-form__fields-items > *:nth-child(14) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.85s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.85s;
}
.feedback-form .feedback-form__container._will-animate._animate .feedback-form__fields-items > *:nth-child(15) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 3s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 3s;
}
.feedback-form .feedback-form__container._will-animate._animate .feedback-form__submit {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2s;
}

.stats._will-animate .stats__decor-group {
  opacity: 0;
}
.stats._will-animate._animate .stats__decor-group {
  -webkit-animation: fadeIn 0.8s ease-out forwards 1.6s;
          animation: fadeIn 0.8s ease-out forwards 1.6s;
}
.stats .stats__container._will-animate .stats__title, .stats .stats__container._will-animate .stats__text, .stats .stats__container._will-animate .stats__list > *, .stats .stats__container._will-animate .swiper-slide {
  opacity: 0;
  -webkit-transform: translateY(10rem);
      -ms-transform: translateY(10rem);
          transform: translateY(10rem);
}
.stats .stats__container._will-animate .slider-footer {
  opacity: 0;
}
.stats .stats__container._will-animate._animate .stats__title {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.3s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.3s;
}
.stats .stats__container._will-animate._animate .stats__text {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.6s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.6s;
}
.stats .stats__container._will-animate._animate .stats__list > *:nth-child(1) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.9s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.9s;
}
.stats .stats__container._will-animate._animate .stats__list > *:nth-child(2) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.05s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.05s;
}
.stats .stats__container._will-animate._animate .stats__list > *:nth-child(3) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.2s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.2s;
}
.stats .stats__container._will-animate._animate .stats__list > *:nth-child(4) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.35s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.35s;
}
.stats .stats__container._will-animate._animate .stats__list > *:nth-child(5) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.5s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.5s;
}
.stats .stats__container._will-animate._animate .stats__list > *:nth-child(6) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.65s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.65s;
}
.stats .stats__container._will-animate._animate .stats__list > *:nth-child(7) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.8s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.8s;
}
.stats .stats__container._will-animate._animate .stats__list > *:nth-child(8) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.95s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.95s;
}
.stats .stats__container._will-animate._animate .stats__list > *:nth-child(9) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.1s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.1s;
}
.stats .stats__container._will-animate._animate .stats__list > *:nth-child(10) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.25s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.25s;
}
.stats .stats__container._will-animate._animate .swiper-slide:nth-child(1) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.2s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.2s;
}
.stats .stats__container._will-animate._animate .swiper-slide:nth-child(2) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.35s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.35s;
}
.stats .stats__container._will-animate._animate .swiper-slide:nth-child(3) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.5s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.5s;
}
.stats .stats__container._will-animate._animate .swiper-slide:nth-child(4) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.65s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.65s;
}
.stats .stats__container._will-animate._animate .swiper-slide:nth-child(5) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.8s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.8s;
}
.stats .stats__container._will-animate._animate .swiper-slide:nth-child(6) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.95s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.95s;
}
.stats .stats__container._will-animate._animate .swiper-slide:nth-child(7) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.1s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.1s;
}
.stats .stats__container._will-animate._animate .swiper-slide:nth-child(8) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.25s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.25s;
}
.stats .stats__container._will-animate._animate .swiper-slide:nth-child(9) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.4s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.4s;
}
.stats .stats__container._will-animate._animate .swiper-slide:nth-child(10) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.55s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.55s;
}
.stats .stats__container._will-animate._animate .swiper-slide:nth-child(11) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.7s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.7s;
}
.stats .stats__container._will-animate._animate .swiper-slide:nth-child(12) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.85s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.85s;
}
.stats .stats__container._will-animate._animate .swiper-slide:nth-child(13) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 3s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 3s;
}
.stats .stats__container._will-animate._animate .swiper-slide:nth-child(14) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 3.15s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 3.15s;
}
.stats .stats__container._will-animate._animate .swiper-slide:nth-child(15) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 3.3s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 3.3s;
}
.stats .stats__container._will-animate._animate .swiper-slide:nth-child(16) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 3.45s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 3.45s;
}
.stats .stats__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;
}

.requirements .requirements__container._will-animate .requirements__title, .requirements .requirements__container._will-animate .requirements__list > * {
  opacity: 0;
  -webkit-transform: translateY(10rem);
      -ms-transform: translateY(10rem);
          transform: translateY(10rem);
}
.requirements .requirements__container._will-animate._animate .requirements__title {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.3s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.3s;
}
.requirements .requirements__container._will-animate._animate .requirements__list > *:nth-child(1) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.6s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.6s;
}
.requirements .requirements__container._will-animate._animate .requirements__list > *:nth-child(2) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.75s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.75s;
}
.requirements .requirements__container._will-animate._animate .requirements__list > *:nth-child(3) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.9s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.9s;
}
.requirements .requirements__container._will-animate._animate .requirements__list > *:nth-child(4) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.05s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.05s;
}
.requirements .requirements__container._will-animate._animate .requirements__list > *:nth-child(5) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.2s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.2s;
}
.requirements .requirements__container._will-animate._animate .requirements__list > *:nth-child(6) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.35s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.35s;
}
.requirements .requirements__container._will-animate._animate .requirements__list > *:nth-child(7) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.5s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.5s;
}
.requirements .requirements__container._will-animate._animate .requirements__list > *:nth-child(8) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.65s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.65s;
}
.requirements .requirements__container._will-animate._animate .requirements__list > *:nth-child(9) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.8s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.8s;
}
.requirements .requirements__container._will-animate._animate .requirements__list > *:nth-child(10) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.95s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.95s;
}
.requirements .requirements__container._will-animate._animate .requirements__list > *:nth-child(11) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.1s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.1s;
}
.requirements .requirements__container._will-animate._animate .requirements__list > *:nth-child(12) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.25s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.25s;
}
.requirements .requirements__container._will-animate._animate .requirements__list > *:nth-child(13) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.4s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.4s;
}
.requirements .requirements__container._will-animate._animate .requirements__list > *:nth-child(14) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.55s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.55s;
}
.requirements .requirements__container._will-animate._animate .requirements__list > *:nth-child(15) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.7s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.7s;
}
.requirements .requirements__container._will-animate._animate .requirements__list > *:nth-child(16) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 2.85s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 2.85s;
}

.about-us__row._will-animate .about-us__media-content, .about-us__row._will-animate .about-us__media-content::before, .about-us__row._will-animate .about-us__title > span::before {
  opacity: 0;
}
.about-us__row._will-animate .about-us__text-content > * {
  opacity: 0;
  -webkit-transform: translateY(10rem);
      -ms-transform: translateY(10rem);
          transform: translateY(10rem);
}
.about-us__row._will-animate._animate .about-us__media-content {
  -webkit-animation: fadeIn 0.8s ease-out forwards 0.3s;
          animation: fadeIn 0.8s ease-out forwards 0.3s;
}
.about-us__row._will-animate._animate .about-us__text-content > *:nth-child(1) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.6s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.6s;
}
.about-us__row._will-animate._animate .about-us__text-content > *:nth-child(2) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.75s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.75s;
}
.about-us__row._will-animate._animate .about-us__text-content > *:nth-child(3) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.9s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.9s;
}
.about-us__row._will-animate._animate .about-us__text-content > *:nth-child(4) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.05s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.05s;
}
.about-us__row._will-animate._animate .about-us__text-content > *:nth-child(5) {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.2s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 1.2s;
}
.about-us__row._will-animate._animate .about-us__media-content::before, .about-us__row._will-animate._animate .about-us__title > span::before {
  -webkit-animation: fadeIn 0.8s ease-out forwards 1.6s;
          animation: fadeIn 0.8s ease-out forwards 1.6s;
}

.trainers-carousel._will-animate .trainers-carousel__decor-group {
  opacity: 0;
}
.trainers-carousel._will-animate._animate .trainers-carousel__decor-group {
  -webkit-animation: fadeIn 0.8s ease-out forwards 1.6s;
          animation: fadeIn 0.8s ease-out forwards 1.6s;
}
.trainers-carousel .trainers-carousel__container._will-animate .trainers-carousel__title, .trainers-carousel .trainers-carousel__container._will-animate .swiper-slide {
  opacity: 0;
  -webkit-transform: translateY(10rem);
      -ms-transform: translateY(10rem);
          transform: translateY(10rem);
}
.trainers-carousel .trainers-carousel__container._will-animate .slider-footer {
  opacity: 0;
}
.trainers-carousel .trainers-carousel__container._will-animate._animate .trainers-carousel__title {
  -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.3s;
          animation: fadeInWithTranslate 0.8s ease-out forwards 0.3s;
}
.trainers-carousel .trainers-carousel__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-carousel .trainers-carousel__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-carousel .trainers-carousel__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-carousel .trainers-carousel__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-carousel .trainers-carousel__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-carousel .trainers-carousel__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;
}
.trainers-carousel .trainers-carousel__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;
}
.trainers-carousel .trainers-carousel__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;
}
.trainers-carousel .trainers-carousel__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;
}
.trainers-carousel .trainers-carousel__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;
}
.trainers-carousel .trainers-carousel__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;
}
.trainers-carousel .trainers-carousel__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;
}
.trainers-carousel .trainers-carousel__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;
}
.trainers-carousel .trainers-carousel__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;
}
.trainers-carousel .trainers-carousel__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;
}
.trainers-carousel .trainers-carousel__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;
}
.trainers-carousel .trainers-carousel__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;
}

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

.blog-post-body .person-card__image._will-animate,
.blog-post-body .wp-block-custom-block-video-in-popup._will-animate,
.blog-post-body .wp-block-image._will-animate,
.blog-post-body .wp-block-custom-block-carousel._will-animate,
.page-template-page-vacancies .media-text-horizontal__image._will-animate,
.vacancy__clubs-carousel .place-card-v2__image._will-animate,
.trainers-archive .person-card__image._will-animate,
.trainer__clubs-carousel .place-card-v2__image._will-animate {
  opacity: 0;
}
.blog-post-body .person-card__image._will-animate._animate,
.blog-post-body .wp-block-custom-block-video-in-popup._will-animate._animate,
.blog-post-body .wp-block-image._will-animate._animate,
.blog-post-body .wp-block-custom-block-carousel._will-animate._animate,
.page-template-page-vacancies .media-text-horizontal__image._will-animate._animate,
.vacancy__clubs-carousel .place-card-v2__image._will-animate._animate,
.trainers-archive .person-card__image._will-animate._animate,
.trainer__clubs-carousel .place-card-v2__image._will-animate._animate {
  -webkit-animation: fadeIn 0.8s ease-out forwards 0.3s;
          animation: fadeIn 0.8s ease-out forwards 0.3s;
}

.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;
  }
}
.popup-form__title {
  margin-top: -0.7rem;
  color: #333132;
}
.popup-form__text {
  margin-top: 1.4rem;
  font-family: "Helvetica", sans-serif;
  color: #333132;
}
.popup-form__fields {
  margin-top: 4rem;
}
.popup-form__fields-items {
  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.4rem;
  position: relative;
  z-index: 4;
}
.popup-form__fields-row .checkbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popup-form__submit {
  margin-top: 3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.popup-message {
  color: #333132;
}
.popup-message__title {
  margin-top: -0.7rem;
}
.popup-message__text {
  margin-top: 2rem;
  font-family: "Helvetica", sans-serif;
}
.popup-message__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 4rem;
}

.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(.advantages-card__list):not(ul.list-with-circle-check-icons):not(ul.list-with-check-icons).line-1, .burger.active span:not(.text):not(.advantages-card__list):not(ul.list-with-circle-check-icons):not(ul.list-with-check-icons).line-2 {
  opacity: 0;
}
.burger.active span:not(.text):not(.advantages-card__list):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(.advantages-card__list):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, .burger.active span.advantages-card__list {
  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(.advantages-card__list):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(.advantages-card__list):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(.advantages-card__list):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(.advantages-card__list):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(.advantages-card__list):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, .burger span.advantages-card__list {
  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;
}

.hero-with-full-bg {
  position: relative;
  color: #fff;
  padding-top: 3.2rem;
  padding-bottom: 5.6rem;
}
.hero-with-full-bg__image {
  position: absolute;
  z-index: 1;
  inset: 0;
}
.hero-with-full-bg__image img {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-with-full-bg__image::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background-color: #e21b52;
  opacity: 0.2;
}
.hero-with-full-bg__image::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, from(#e21b52), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, #e21b52 0%, rgba(0, 0, 0, 0) 100%);
}
.hero-with-full-bg__container {
  position: relative;
  z-index: 2;
}
.hero-with-full-bg__title {
  margin-top: 3.4rem;
}
.hero-with-full-bg__text {
  margin-top: 2rem;
}
.hero-with-full-bg__buttons {
  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;
}

.hero-with-image {
  position: relative;
  overflow: hidden;
  background-color: #18171c;
  color: #fff;
  padding-top: 3.2rem;
  padding-bottom: 5.6rem;
}
.hero-with-image__decor-group {
  position: absolute;
  z-index: 1;
  inset: 0;
}
.hero-with-image__decor-group > .container {
  height: 100%;
}
.hero-with-image__decor-group-inner {
  position: relative;
  height: 100%;
}
.hero-with-image__decor-1 {
  position: absolute;
  right: -7rem;
  bottom: -7rem;
  height: 32rem;
  width: 32rem;
  color: #f2f2f3;
  opacity: 0.025;
  -webkit-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
          transform: rotate(20deg);
}
.hero-with-image__container {
  position: relative;
  z-index: 2;
}
.hero-with-image__image {
  margin-top: 4rem;
  aspect-ratio: 1/0.623;
}
.hero-with-image__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2.4rem;
}
.hero-with-image__text-content {
  margin-top: 4rem;
}
.hero-with-image__title {
  margin-top: -0.7rem;
}
.hero-with-image__text {
  margin-top: 1.7rem;
}
.hero-with-image__buttons {
  margin-top: 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.6rem;
}

.hero-with-half-bg {
  position: relative;
  overflow: hidden;
  background-color: #18171c;
  color: #fff;
  padding-top: 3.2rem;
  padding-bottom: 5.6rem;
}
.hero-with-half-bg__image {
  margin-top: 4rem;
  aspect-ratio: 1/0.623;
}
.hero-with-half-bg__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2.4rem;
}
.hero-with-half-bg__text-content {
  margin-top: 4rem;
}
.hero-with-half-bg__title {
  margin-top: -0.7rem;
}
.hero-with-half-bg__text {
  margin-top: 0.7rem;
}
.hero-with-half-bg__buttons {
  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;
}
.hero-with-half-bg__additional-info {
  margin-top: 4rem;
  font-family: "Helvetica", sans-serif;
  color: #f2f2f3;
}

.contacts-hero {
  container-type: inline-size;
  background-color: #f2f2f3;
  overflow: hidden;
}
.contacts-hero__text-content {
  padding-top: 3.2rem;
  padding-bottom: 6.8rem;
  position: relative;
  z-index: 2;
  color: #333132;
}
.contacts-hero__title {
  margin-top: 3.4rem;
}
.contacts-hero__text {
  margin-top: 0.6rem;
}
.contacts-hero__list {
  margin-top: 3.6rem;
  margin-bottom: 0;
  display: -ms-grid;
  display: grid;
  gap: 2.8rem;
}
.contacts-hero__list-text {
  margin-top: 1.8rem;
}
.contacts-hero__list-text > *:not(:last-child) {
  margin-bottom: 1.5rem;
}
.contacts-hero__social {
  margin-top: 3.4rem;
}
.contacts-hero__media-content {
  position: relative;
  z-index: 1;
  min-height: 36rem;
  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: 3.6rem 2rem;
}
.contacts-hero__img {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
  height: 100%;
  width: 100vw;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #000000;
}
.contacts-hero__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.6;
}
.contacts-hero__help-desk {
  position: relative;
  z-index: 2;
}
.contacts-hero__arrow {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  color: #000000;
  background-color: #fff;
  height: 5.6rem;
  width: 5.6rem;
  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;
  border-radius: 100%;
}
.contacts-hero__arrow svg {
  height: 2.4rem;
  width: 2.4rem;
}

.help-desk-card {
  background-color: #fff;
  border-radius: 2.4rem;
  color: #000000;
  padding: 3rem 2.4rem;
  width: 30.3rem;
  max-width: 100%;
}
.help-desk-card__title {
  margin-top: -0.5rem;
}
.help-desk-card__text {
  margin-top: 1.4rem;
}
.help-desk-card__text > *:not(:last-child) {
  margin-bottom: 1rem;
}
.help-desk-card__buttons {
  margin-top: 3rem;
  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;
}

.feature-group {
  position: relative;
  overflow: hidden;
}
.feature-group.dark {
  background: #333132;
  color: #fff;
}
.feature-group.light {
  background: #f2f2f3;
  color: #333132;
}
.feature-group.light .feature-card {
  background-color: #fff;
}
.feature-group.accent {
  background: #ffbf19;
}
.feature-group__decor-group {
  display: none;
}
.feature-group__decor-group-inner {
  height: 100%;
  position: relative;
}
.feature-group__decor-1 {
  position: absolute;
  top: 0px;
  right: 6rem;
  width: 7.4rem;
  height: 15.6rem;
  background: linear-gradient(45deg, #e21b52 0%, #9c3095 100%);
  color: #fff;
  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;
}
.feature-group__decor-1 svg {
  height: 80%;
  width: 85%;
}
.feature-group__container {
  position: relative;
  z-index: 2;
}
.feature-group__title {
  margin-top: -0.7rem;
}
.feature-group__list {
  margin-top: 3.2rem;
  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: 2.4rem;
}

.feature-card {
  position: relative;
  overflow: hidden;
  background-color: #f2f2f3;
  border-radius: 2.4rem;
}
.feature-card__text-content {
  padding: 2.4rem 2.4rem 6.2rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.feature-card__title {
  margin-top: 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  color: #e21b52;
}
.feature-card__title img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 4.8rem;
  height: 4.8rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.feature-card__text {
  margin-top: 1.9rem;
  padding-right: 3rem;
  color: #333132;
}
.feature-card__buttons {
  margin-top: 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.6rem;
}
.feature-card__image {
  position: relative;
  aspect-ratio: 1/0.583;
}
.feature-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.feature-card__decor {
  position: absolute;
  z-index: 1;
  width: 11.2rem;
  height: 10.6rem;
  color: #9c3095;
  bottom: -3.8rem;
  left: -3rem;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

.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 .media-text-horizontal__text.advantages-card__list, .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 .media-text-horizontal__text.advantages-card__list, .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;
}

.requirements {
  background-color: #f2f2f3;
  color: #333132;
}
.requirements__title {
  margin-top: -0.7rem;
}
.requirements__list {
  margin-bottom: 0;
  margin-top: 3.1rem;
  display: -ms-grid;
  display: grid;
  gap: 2.4rem;
}

.requirements-card {
  position: relative;
  overflow: hidden;
  border-radius: 2.4rem;
  background-color: #fff;
  padding: 2.4rem 2.4rem 1.5rem;
  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;
  gap: 1.6rem;
  min-height: 28.8rem;
}
.requirements-card > *:not(.requirements-card__decor) {
  position: relative;
  z-index: 2;
}
.requirements-card__title {
  margin-top: -0.5rem;
  color: #e21b52;
}
.requirements-card__accent-text {
  margin-top: auto;
  font-size: 5.6rem;
  line-height: 1.16em;
}
.requirements-card__accent-text sub {
  font-size: 2.8rem;
  line-height: 1.18em;
  bottom: 0;
}
.requirements-card__decor {
  position: absolute;
  right: -1.5rem;
  bottom: -1.1rem;
  z-index: 1;
  width: 5.7rem;
  height: 4.3rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top left;
     object-position: top left;
}

.stats {
  position: relative;
  overflow: hidden;
}
.stats.dark {
  background-color: #333132;
  color: #fff;
}
.stats.light {
  background: #f2f2f3;
  color: #333132;
}
.stats.accent {
  background: #00a99d;
  color: #fff;
}
.stats__decor-group {
  position: absolute;
  z-index: 1;
  inset: 0;
}
.stats__decor-group > .container {
  height: 100%;
}
.stats__decor-group-inner {
  height: 100%;
  position: relative;
}
.stats__decor-1 {
  position: absolute;
  top: 5rem;
  right: -25rem;
  height: 43rem;
  width: 43rem;
  -webkit-transform: rotate(-55deg);
      -ms-transform: rotate(-55deg);
          transform: rotate(-55deg);
  color: #9c3095;
}
.stats__decor-2 {
  position: absolute;
  top: -21.5rem;
  right: -25rem;
  height: 32.4rem;
  width: 51.1rem;
  -webkit-transform: rotate(-21deg);
      -ms-transform: rotate(-21deg);
          transform: rotate(-21deg);
}
.stats__container {
  position: relative;
  z-index: 2;
}
.stats__head.has-text .stats__list {
  margin-top: 2.5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
}
.stats__head.has-text .stats__list .stats__list-value {
  color: #9c3095;
}
.stats__title {
  margin-top: -0.7rem;
}
.stats__text {
  margin-top: 1.1rem;
}
.stats__list {
  margin-bottom: 0;
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.2rem 1.6rem;
  text-align: center;
}
.stats__list-value {
  color: #00a99d;
}
.stats__list-text {
  margin-top: 1.3rem;
  font-size: 1.8rem;
  line-height: 1.24em;
  max-width: 15rem;
  margin-left: auto;
  margin-right: auto;
  -ms-hyphens: auto;
      hyphens: auto;
}
.stats__slider {
  margin-top: 4rem;
}
.stats__slider .swiper-slide {
  height: auto;
}
.stats .slider-footer {
  margin-top: 3.2rem;
}

.about-us {
  overflow: hidden;
  color: #333132;
}
.about-us__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7rem;
}
.about-us__row:nth-child(odd) .about-us__title > span {
  position: relative;
  max-width: calc(100% - 4rem);
}
.about-us__row:nth-child(odd) .about-us__title > span::before {
  content: "";
  position: absolute;
  left: calc(100% + 0.8rem);
  top: -1.2rem;
  height: 4.7rem;
  aspect-ratio: 1/0.0489;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTgwIiBoZWlnaHQ9IjEyMCIgdmlld0JveD0iMCAwIDk4MCAxMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF82MDA3XzExNzY4KSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNDUuMDI5NyAyOC4yNjc4QzM3LjQxNzcgMjguMjY3OCAzMS4yNDcgMjEuOTM5OCAzMS4yNDcgMTQuMTMzOUMzMS4yNDcgNi4zMjc5NiAzNy40MTc3IDAgNDUuMDI5NyAwQzUyLjY0MTggMCA1OC44MTI1IDYuMzI3OTYgNTguODEyNSAxNC4xMzM5QzU4LjgxMjUgMjEuOTM5OCA1Mi42NDE4IDI4LjI2NzggNDUuMDI5NyAyOC4yNjc4Wk00NS4wMjk3IDE5Ljc4NzRDNDEuOTg0OSAxOS43ODc0IDM5LjUxNjYgMTcuMjU2MiAzOS41MTY2IDE0LjEzMzlDMzkuNTE2NiAxMS4wMTE1IDQxLjk4NDkgOC40ODAzMyA0NS4wMjk3IDguNDgwMzNDNDguMDc0NSA4LjQ4MDMzIDUwLjU0MjggMTEuMDExNSA1MC41NDI4IDE0LjEzMzlDNTAuNTQyOCAxNy4yNTYyIDQ4LjA3NDUgMTkuNzg3NCA0NS4wMjk3IDE5Ljc4NzRaIiBmaWxsPSIjMDBBOTlEIi8+CjxwYXRoIGQ9Ik0zMS4yNDEyIDMwLjgzMzdIOS43MDgxQzkuMjAwNjIgMzAuODMzNyA4Ljc4OTI1IDMwLjQxMTggOC43ODkyNSAyOS44OTE0VjIzLjU1NzRDOC43ODkyNSAyMi41MTY1IDcuOTY2NTEgMjEuNjcyOSA2Ljk1MTU1IDIxLjY3MjlIMS44Mzc5NkMwLjgyMjk5NSAyMS42NzI5IDAuMDAwMjU1ODIzIDIyLjUxNjUgMC4wMDAyNTU4MjMgMjMuNTU3NFY0Ny4yNzA5QzAuMDAwMjU1ODIzIDQ4LjMxMTYgMC44MjI5OTUgNDkuMTU1NCAxLjgzNzk2IDQ5LjE1NTRINi45NTE1NUM3Ljk2NjUxIDQ5LjE1NTQgOC43ODkyNSA0OC4zMTE2IDguNzg5MjUgNDcuMjcwOVY0MC45MzY4QzguNzg5MjUgNDAuNDE2NCA5LjIwMDYyIDM5Ljk5NDUgOS43MDgxIDM5Ljk5NDVIMjguODg0MUMzMC40MDY1IDM5Ljk5NDUgMzEuNjQwNyA0MS4yNjAxIDMxLjY0MDcgNDIuODIxM1Y4NS43NDY0QzMxLjY0MDcgODYuNzg3MyAzMi40NjM0IDg3LjYzMDkgMzMuNDc4NCA4Ny42MzA5SDM4LjU5MkMzOS42MDY5IDg3LjYzMDkgNDAuNDI5NyA4Ni43ODczIDQwLjQyOTcgODUuNzQ2NFY0MC4yNTYzQzQwLjQyOTcgMzUuMDUyNCAzNi4zMTU4IDMwLjgzMzcgMzEuMjQxMiAzMC44MzM3WiIgZmlsbD0iIzAwQTk5RCIvPgo8cGF0aCBkPSJNNTguODA1NyAzMC44MzM3SDgwLjMzODhDODAuODQ2MyAzMC44MzM3IDgxLjI1NzcgMzAuNDExOCA4MS4yNTc3IDI5Ljg5MTRWMjMuNTU3NEM4MS4yNTc3IDIyLjUxNjUgODIuMDgwNCAyMS42NzI5IDgzLjA5NTMgMjEuNjcyOUg4OC4yMDg5Qzg5LjIyMzkgMjEuNjcyOSA5MC4wNDY2IDIyLjUxNjUgOTAuMDQ2NiAyMy41NTc0VjQ3LjI3MDlDOTAuMDQ2NiA0OC4zMTE2IDg5LjIyMzkgNDkuMTU1NCA4OC4yMDg5IDQ5LjE1NTRIODMuMDk1M0M4Mi4wODA0IDQ5LjE1NTQgODEuMjU3NyA0OC4zMTE2IDgxLjI1NzcgNDcuMjcwOVY0MC45MzY4QzgxLjI1NzcgNDAuNDE2NCA4MC44NDYzIDM5Ljk5NDUgODAuMzM4OCAzOS45OTQ1SDYxLjE2MjdDNTkuNjQwNCAzOS45OTQ1IDU4LjQwNjIgNDEuMjYwMSA1OC40MDYyIDQyLjgyMTNWODUuNzQ2NEM1OC40MDYyIDg2Ljc4NzMgNTcuNTgzNCA4Ny42MzEgNTYuNTY4NSA4Ny42MzFINTEuNDU0OUM1MC40Mzk5IDg3LjYzMSA0OS42MTcyIDg2Ljc4NzMgNDkuNjE3MiA4NS43NDY0VjQwLjI1NjNDNDkuNjE3MiAzNS4wNTI0IDUzLjczMTEgMzAuODMzNyA1OC44MDU3IDMwLjgzMzdaIiBmaWxsPSIjMDBBOTlEIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNTguNDE4NyA4Ni40MDM0TDU4LjQwMjEgODUuNzQ2NEg0OS42MTNMNDkuNTkyOCA4Ni40MDM0QzQ5LjU5MjggOTQuODAxMiA1Ni4zODQxIDEwMS40NTMgNjQuNjAwNiAxMDEuNDUzTDEwNTcuNSAxMDEuMzM3VjkyLjgyNzdINjQuNjAwNkM2MS4yODUyIDkyLjgyNzcgNTguNDE4NyA4OS43OTIgNTguNDE4NyA4Ni40MDM0WiIgZmlsbD0iIzAwQTk5RCIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTQwLjQ1NTIgMTAwLjc3TDQwLjQyNTQgODIuNTAxSDMxLjYxNzFWMTAyLjYxOEMzMS42MTcxIDExMy42MTMgMzguMzY1NyAxMjAgNTAuNDE2IDEyMEgxMDU3VjExMS4xMTJINTEuMDg1NEM0NS43Mjk3IDExMS4xMTIgNDAuNDU1MiAxMDYuOTU1IDQwLjQ1NTIgMTAwLjc3WiIgZmlsbD0iIzAwQTk5RCIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzYwMDdfMTE3NjgiPgo8cmVjdCB3aWR0aD0iOTgwIiBoZWlnaHQ9IjEyMCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
}
.about-us__row:nth-child(even) .about-us__media-content {
  position: relative;
}
.about-us__row:nth-child(even) .about-us__media-content::before {
  content: "";
  position: absolute;
  top: -3rem;
  left: -1.6rem;
  width: 28.7rem;
  height: 23.2rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjg3IiBoZWlnaHQ9IjIzMiIgdmlld0JveD0iMCAwIDI4NyAyMzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtYXNrIGlkPSJwYXRoLTEtaW5zaWRlLTFfMTE2M18xNzUxMCIgZmlsbD0id2hpdGUiPgo8cGF0aCBkPSJNMi4wOTgxNWUtMDYgMjA4QzkuMzkzNzJlLTA3IDIyMS4yNTUgMTAuNzQ1MiAyMzIgMjQgMjMyTDI4NyAyMzJMMjg3IDIwQzI4NyA4Ljk1NDM0IDI3OC4wNDYgMi40MzA3NWUtMDUgMjY3IDIuMzM0MTllLTA1TDIuMDI4MjFlLTA1IDBMMi4wOTgxNWUtMDYgMjA4WiIvPgo8L21hc2s+CjxwYXRoIGQ9Ik0wIDIzMkwyODcgMjMyTDAgMjMyWk0yOTEgMjBDMjkxIDYuNzQ1MTkgMjgwLjI1NSAtMy45OTk5OCAyNjcgLTMuOTk5OThMMi4wNjMxOGUtMDUgLTRMMS45OTMyNGUtMDUgNEwyNjcgNC4wMDAwMkMyNzUuODM3IDQuMDAwMDIgMjgzIDExLjE2MzUgMjgzIDIwTDI5MSAyMFpNMi4wMjgyMWUtMDUgMEwwIDIzMkwyLjAyODIxZS0wNSAwWk0yOTEgMjMyTDI5MSAyMEMyOTEgNi43NDUxOSAyODAuMjU1IC0zLjk5OTk4IDI2NyAtMy45OTk5OEwyNjcgNC4wMDAwMkMyNzUuODM3IDQuMDAwMDIgMjgzIDExLjE2MzUgMjgzIDIwTDI4MyAyMzJMMjkxIDIzMloiIGZpbGw9IiMwMEE5OUQiIG1hc2s9InVybCgjcGF0aC0xLWluc2lkZS0xXzExNjNfMTc1MTApIi8+CjxtYXNrIGlkPSJwYXRoLTMtaW5zaWRlLTJfMTE2M18xNzUxMCIgZmlsbD0id2hpdGUiPgo8cGF0aCBkPSJNMi4wOTgxNWUtMDYgMjA4QzkuMzkzNzNlLTA3IDIyMS4yNTUgMTAuNzQ1MiAyMzIgMjQgMjMyTDI4MCAyMzJMMjgwIDI1QzI4MCAxNi4xNjM1IDI3Mi44MzcgOS4wMDAwMiAyNjQgOS4wMDAwMkwxLjk0OTUzZS0wNSA5TDIuMDk4MTVlLTA2IDIwOFoiLz4KPC9tYXNrPgo8cGF0aCBkPSJNMCAyMzJMMjgwIDIzMkwwIDIzMlpNMjg0IDI1QzI4NCAxMy45NTQzIDI3NS4wNDYgNS4wMDAwMiAyNjQgNS4wMDAwMkwxLjk4NDVlLTA1IDVMMS45MTQ1NmUtMDUgMTNMMjY0IDEzQzI3MC42MjcgMTMgMjc2IDE4LjM3MjYgMjc2IDI1TDI4NCAyNVpNMS45NDk1M2UtMDUgOUwwIDIzMkwxLjk0OTUzZS0wNSA5Wk0yODQgMjMyTDI4NCAyNUMyODQgMTMuOTU0MyAyNzUuMDQ2IDUuMDAwMDIgMjY0IDUuMDAwMDJMMjY0IDEzQzI3MC42MjcgMTMgMjc2IDE4LjM3MjYgMjc2IDI1TDI3NiAyMzJMMjg0IDIzMloiIGZpbGw9IiMwMEE5OUQiIG1hc2s9InVybCgjcGF0aC0zLWluc2lkZS0yXzExNjNfMTc1MTApIi8+Cjwvc3ZnPgo=");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
}
.about-us__row:nth-child(even) .about-us__media-content > * {
  position: relative;
  z-index: 2;
}
.about-us__image {
  aspect-ratio: 1/1;
}
.about-us__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2.4rem;
}
.about-us__text-content {
  margin-top: 2.2rem;
}
.about-us__title * {
  display: inline;
}
.about-us__text {
  margin-top: 1.2rem;
}
.about-us__text p, .about-us__text ul, .about-us__text ol {
  margin-bottom: 1.2rem;
}
.about-us__list {
  margin-top: 2.2rem;
}
.about-us__button {
  margin-top: 2.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;
}

.about-benefits {
  position: relative;
  overflow: hidden;
  background-color: #00a99d;
  color: #fff;
}
.about-benefits__decor-group {
  position: absolute;
  z-index: 1;
  inset: 0;
}
.about-benefits__decor-group > .container {
  height: 100%;
}
.about-benefits__decor-group-inner {
  height: 100%;
  position: relative;
}
.about-benefits__container {
  position: relative;
  z-index: 2;
}
.about-benefits__decor-1 {
  position: absolute;
  top: -20rem;
  right: -25rem;
  height: 32.4rem;
  width: 51.1rem;
  -webkit-transform: rotate(-21deg);
      -ms-transform: rotate(-21deg);
          transform: rotate(-21deg);
}
.about-benefits__title {
  margin-top: -0.7rem;
}
.about-benefits__text {
  margin-top: 1.1rem;
}
.about-benefits__stats {
  margin-bottom: 0;
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.2rem 2.4rem;
  text-align: center;
}
.about-benefits__stats > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 2.2rem);
          flex: 0 1 calc(50% - 2.2rem);
}
.about-benefits__stats-value {
  color: #9c3095;
}
.about-benefits__stats-text {
  margin-top: 0.5rem;
  font-size: 1.8rem;
  line-height: 1.24em;
}
.about-benefits__slider {
  margin-top: 3.4rem;
}
.about-benefits__slider .swiper-slide {
  height: auto;
}

.trainers-preview {
  position: relative;
  overflow: hidden;
  background-color: #9c3095;
  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;
}

.trainers-carousel {
  overflow: hidden;
  position: relative;
}
.trainers-carousel.dark {
  background-color: #333132;
  color: #fff;
}
.trainers-carousel.light {
  background: #f2f2f3;
  color: #333132;
}
.trainers-carousel.accent {
  background-color: #ffbf19;
  color: #333132;
}
.trainers-carousel__decor-group {
  position: absolute;
  z-index: 1;
  inset: 0;
}
.trainers-carousel__decor-group > .container {
  height: 100%;
}
.trainers-carousel__decor-group-inner {
  height: 100%;
  position: relative;
}
.trainers-carousel__decor-1 {
  position: absolute;
  top: 3rem;
  right: 1.6rem;
  height: 16.5rem;
  width: 16.5rem;
  color: #fff;
  opacity: 0.5;
}
.trainers-carousel__container {
  position: relative;
  z-index: 2;
}
.trainers-carousel__title {
  margin-top: -0.7rem;
}
.trainers-carousel__slider {
  overflow: visible;
  margin-top: 2rem;
}
.trainers-carousel__slider .swiper-slide {
  height: auto;
}
.trainers-carousel__slider-footer {
  margin-top: 3.2rem;
}

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

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

.reviews {
  position: relative;
  overflow: hidden;
}
.reviews.dark {
  background: #333132;
  color: #fff;
}
.reviews.light {
  background: #f2f2f3;
  color: #333132;
}
.reviews.accent {
  background: #ffbf19;
}
.reviews__decor-group {
  position: absolute;
  z-index: 1;
  inset: 0;
}
.reviews__decor-group > .container {
  height: 100%;
}
.reviews__decor-group-inner {
  height: 100%;
  position: relative;
}
.reviews__decor-1 {
  position: absolute;
  left: -10.8rem;
  top: 35.2rem;
  width: 23.3rem;
  height: 20.2rem;
  color: #9c3095;
  -webkit-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
          transform: rotate(20deg);
}
.reviews__decor-2 {
  position: absolute;
  top: 1rem;
  right: 0;
  width: 8rem;
  height: 8rem;
  color: #e21b52;
}
.reviews__container {
  position: relative;
  z-index: 2;
}
.reviews__title {
  margin-top: -0.19em;
  padding-right: 9rem;
}
.reviews__slider {
  margin-top: 2.2rem;
  overflow: visible;
}
.reviews__slider .swiper-slide {
  height: auto;
}
.reviews__slider-footer {
  margin-top: 3.2rem;
}

.stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: inherit;
  color: #ffbf19;
  gap: 0.2em;
  cursor: pointer;
  content-visibility: auto;
}
.stars:not([data-stars=clickable]) {
  pointer-events: none;
}
.stars input {
  visibility: hidden;
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.stars__item {
  position: relative;
}
.stars__item:active {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}
.stars__item svg {
  display: block;
  height: 1em;
  width: 1em;
}
.stars__item-outline-icon {
  position: relative;
  z-index: 1;
  color: #dcdfe2;
}
.stars__item-solid-icon {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
}

.review-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 2.4rem;
  background-color: #fff;
  color: #000000;
  padding: 2.4rem 2.4rem 2rem;
  height: 100%;
}
.review-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
}
.review-card__avatar {
  -ms-grid-row-span: 2;
  grid-row: span 2/span 2;
  overflow: hidden;
  border-radius: 50%;
  width: 6.4rem;
  height: 6.4rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.review-card__avatar img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.review-card__stars {
  font-size: 2rem;
}
.review-card__name {
  margin-top: 0.6rem;
  font-size: 1.8rem;
  line-height: 1.24em;
}
.review-card__body {
  margin-top: 2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.review-card__text {
  font-family: "Helvetica", sans-serif;
}
.review-card__footer {
  margin-top: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.review-card__date {
  font-size: 1.4rem;
  line-height: 1.4em;
  font-family: "Helvetica", sans-serif;
}
.review-card__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.4rem;
  font-family: "Helvetica", sans-serif;
  font-size: 1.6rem;
  line-height: 1.64em;
}
.review-card__value strong {
  font-size: 2.4rem;
  line-height: 1.22em;
  font-family: "RussoOne", sans-serif;
}

.partners-carousel {
  position: relative;
  overflow: hidden;
}
.partners-carousel.dark {
  background-color: #333132;
  color: #fff;
}
.partners-carousel.light {
  background: #f2f2f3;
  color: #333132;
}
.partners-carousel.accent {
  background: #ffbf19;
}
.partners-carousel__decor-group {
  position: absolute;
  z-index: 1;
  inset: 0;
}
.partners-carousel__decor-group > .container {
  height: 100%;
}
.partners-carousel__decor-group-inner {
  height: 100%;
  position: relative;
}
.partners-carousel__decor-1 {
  position: absolute;
  height: 34rem;
  width: 34rem;
  bottom: 11rem;
  right: -2rem;
  color: #e21b52;
  -webkit-transform: rotate(-21deg);
      -ms-transform: rotate(-21deg);
          transform: rotate(-21deg);
}
.partners-carousel__container {
  position: relative;
  z-index: 2;
}
.partners-carousel__title {
  max-width: 56rem;
}
.partners-carousel__slider {
  margin-top: 3rem;
  overflow: visible;
}
.partners-carousel__slider-footer {
  margin-top: 3.2rem;
}

.partner-card {
  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;
  border-radius: 2.4rem;
  padding: 2rem;
  min-height: 14rem;
}
.partner-card img, .partner-card svg {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.partner-card svg path, .partner-card svg g rect {
  fill: currentColor;
}

.instagram {
  position: relative;
  overflow: hidden;
  background-color: #333132;
  color: #dcdfe2;
}
.instagram__decor-group {
  position: absolute;
  z-index: 1;
  inset: 0;
}
.instagram__decor-group > .container {
  height: 100%;
}
.instagram__decor-group-inner {
  position: relative;
  height: 100%;
}
.instagram__decor-1 {
  position: absolute;
  top: -13.1rem;
  left: -8.4rem;
  color: #00a99d;
  width: 25.6rem;
  height: 23.2rem;
  -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
          transform: rotate(10deg);
}
.instagram__decor-2 {
  position: absolute;
  top: 18.8rem;
  right: -2.7rem;
  height: 10.7rem;
  width: 10.7rem;
  color: #212024;
  -webkit-transform: rotate(18deg);
      -ms-transform: rotate(18deg);
          transform: rotate(18deg);
}
.instagram__container {
  position: relative;
  z-index: 2;
  padding-top: 3.8rem;
  padding-bottom: 5.8rem;
}
.instagram__title {
  color: #fff;
}
.instagram__text {
  margin-top: 1rem;
}
.instagram__buttons-slot {
  margin-top: 3.2rem;
}
.instagram__media-content {
  margin-top: 5.8rem;
  position: relative;
}
.instagram__stat {
  position: absolute;
  z-index: 2;
  bottom: -6.3rem;
  right: 3.4rem;
}
.instagram__image {
  aspect-ratio: 1/0.662;
  overflow: hidden;
  border-radius: 1.2rem;
  -webkit-box-shadow: 1px 4px 28px 0 rgba(226, 27, 82, 0.8);
          box-shadow: 1px 4px 28px 0 rgba(226, 27, 82, 0.8);
  position: relative;
  z-index: 1;
}
.instagram__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.instagram__image iframe {
  height: 100%;
  width: 100%;
}

.clubs-preview {
  color: #fff;
  position: relative;
  overflow: hidden;
  background-color: #333132;
}
.clubs-preview._fetching .cover-loader {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.clubs-preview._fetching .clubs-preview__filter {
  pointer-events: none;
  opacity: 0.6;
}
.clubs-preview .cover-loader {
  border-radius: 2.4rem;
  background: rgba(51, 49, 50, 0.4) !important;
}
.clubs-preview__decor-1 {
  display: none;
}
.clubs-preview__decor-2 {
  display: none;
}
.clubs-preview__container {
  position: relative;
  z-index: 2;
}
.clubs-preview__head {
  grid-area: head;
}
.clubs-preview__title {
  margin-top: -0.7rem;
}
.clubs-preview__sub-title {
  margin-top: 1rem;
  font-size: 1.8rem;
  color: #a0a0a0;
}
.clubs-preview__filter {
  grid-area: filter;
  margin-top: 2.2rem;
}
.clubs-preview__content {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: list;
  margin-top: 4rem;
  border-radius: 2.4rem;
  position: relative;
  z-index: 3;
}
.clubs-preview__list {
  display: -ms-grid;
  display: grid;
  gap: 2.4rem;
}
.clubs-preview__footer {
  grid-area: 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;
  gap: 1.6rem;
  position: relative;
  z-index: 2;
}
.clubs-preview__footer .btn-primary {
  min-width: 24.8rem;
}

.feedback-form {
  background-color: #f2f2f3;
  color: #333132;
}
.feedback-form__title {
  margin-top: -0.7rem;
}
.feedback-form__text {
  margin-top: 1.6rem;
}
.feedback-form__text p:not(:last-child) {
  margin-bottom: 0.8rem;
}
.feedback-form__fields {
  margin-top: 3.1rem;
  position: relative;
}
.feedback-form__fields-items {
  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.4rem;
}
.feedback-form__fields-row .checkbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.feedback-form__submit {
  margin-top: 3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.feedback-form .screen-reader-response, .feedback-form .wpcf7-response-output {
  display: none;
}

.wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  bottom: calc(100% + 1px);
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  font-size: 1.4rem;
  line-height: 1.4em;
  font-family: "Helvetica", sans-serif;
  color: #e21b52;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip + .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7-form-control-wrap .wpcf7-not-valid {
  border-color: #e21b52;
}

.advantages {
  position: relative;
  overflow: hidden;
}
.advantages.dark {
  background: #333132;
  color: #fff;
}
.advantages.dark .advantages__decor-1 {
  color: #000000;
  opacity: 0.2;
}
.advantages.light {
  background-color: #f2f2f3;
  color: #333132;
}
.advantages.light .advantages__decor-1 {
  color: #fff;
  opacity: 0.5;
}
.advantages.light .advantages-card {
  background-color: #fff;
}
.advantages.light .advantages-card__title {
  color: #9c3095;
}
.advantages.light .advantages-card__decor {
  width: 4.9rem;
  height: 3.3rem;
  right: -1rem;
  bottom: -0.2rem;
}
.advantages.accent {
  background-color: #ffbf19;
  color: #333132;
}
.advantages.accent .advantages__decor-1 {
  color: #fff;
  opacity: 0.5;
}
.advantages.accent .advantages-card {
  background-color: #fff;
}
.advantages__decor-group {
  position: absolute;
  z-index: 1;
  inset: 0;
}
.advantages__decor-group > .container {
  height: 100%;
}
.advantages__decor-group-inner {
  height: 100%;
  position: relative;
}
.advantages__decor-1 {
  position: absolute;
  top: 13.6rem;
  right: 1.6rem;
  height: 16.5rem;
  width: 16.5rem;
  color: #e21b52;
}
.advantages__container {
  position: relative;
  z-index: 2;
}
.advantages__title {
  margin-top: -0.7rem;
  max-width: 88.6rem;
}
.advantages__list {
  margin-bottom: 0;
  margin-top: 3.1rem;
  display: -ms-grid;
  display: grid;
  gap: 2.4rem;
}
.advantages__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;
}

.advantages-card {
  position: relative;
  overflow: hidden;
  border-radius: 2.4rem;
  background-color: #f2f2f3;
  padding: 2.4rem 2.4rem 1.5rem;
  height: 100%;
  color: #333132;
}
.advantages-card > *:not(.advantages-card__decor) {
  position: relative;
  z-index: 2;
}
.advantages-card__title {
  margin-top: -0.5rem;
  color: #e21b52;
}
.advantages-card__list {
  margin-top: 0.8rem;
  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: 0.3rem;
  padding-right: 0.2rem;
}
.advantages-card__list > li {
  position: relative;
  padding-left: 3.6rem;
  min-height: 2.4rem;
}
.advantages-card__list-icon {
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.advantages-card__decor {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 6.7rem;
  height: 4.3rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top left;
     object-position: top left;
}
.advantages-card__text {
  margin-top: 1.4rem;
}

.\[\&\:not\(\.active\)\]\:hidden:not(.active) {
  display: none;
}

@media (min-width: 0px) and (max-width: 1023.8px) {
  .instruction .instruction__container._will-animate._animate .instruction__step-content:nth-of-type(1) {
    -webkit-transition: all 0.8s ease-out 0.75s;
    transition: all 0.8s ease-out 0.75s;
  }
  .instruction .instruction__container._will-animate._animate .instruction__step-content:nth-of-type(2) {
    -webkit-transition: all 0.8s ease-out 0.9s;
    transition: all 0.8s ease-out 0.9s;
  }
  .instruction .instruction__container._will-animate._animate .instruction__step-content:nth-of-type(3) {
    -webkit-transition: all 0.8s ease-out 1.05s;
    transition: all 0.8s ease-out 1.05s;
  }
  .instruction .instruction__container._will-animate._animate .instruction__step-content:nth-of-type(4) {
    -webkit-transition: all 0.8s ease-out 1.2s;
    transition: all 0.8s ease-out 1.2s;
  }
  .instruction .instruction__container._will-animate._animate .instruction__step-content:nth-of-type(5) {
    -webkit-transition: all 0.8s ease-out 1.35s;
    transition: all 0.8s ease-out 1.35s;
  }
  .instruction .instruction__container._will-animate._animate .instruction__step-content:nth-of-type(6) {
    -webkit-transition: all 0.8s ease-out 1.5s;
    transition: all 0.8s ease-out 1.5s;
  }
  .instruction .instruction__container._will-animate._animate .instruction__step-content:nth-of-type(7) {
    -webkit-transition: all 0.8s ease-out 1.65s;
    transition: all 0.8s ease-out 1.65s;
  }
  .instruction .instruction__container._will-animate._animate .instruction__step-content:nth-of-type(8) {
    -webkit-transition: all 0.8s ease-out 1.8s;
    transition: all 0.8s ease-out 1.8s;
  }
  .media-text-horizontal__scroll-container.can-scroll {
    padding-right: 1.2rem;
    margin-right: -1.2rem;
  }
  .page-id-54 .feature-card .feature-card__text-content {
    padding-bottom: 2.4rem;
  }
  .page-id-54 .feature-card .feature-card__decor {
    width: 11.2rem;
    height: 10.6rem;
    color: #9c3095;
    top: 7rem;
    bottom: auto;
    right: -5rem;
    left: auto;
    -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
}

@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: 500px) and (max-width: 1023.8px) {
  .about-us__row:nth-child(odd) .about-us__title > span {
    display: inline-block;
    min-width: 75%;
  }
}

@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, .advantages-card__list, 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;
  }
  .popup-form__submit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .popup-message__button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .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(.advantages-card__list):not(ul.list-with-circle-check-icons):not(ul.list-with-check-icons).line-1 {
    top: 3.6rem;
  }
  .burger span:not(.text):not(.advantages-card__list):not(ul.list-with-circle-check-icons):not(ul.list-with-check-icons).line-2 {
    top: 4.2rem;
  }
  .burger span.text, .burger span.advantages-card__list {
    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;
  }
  .hero-with-full-bg__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .hero-with-image__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .hero-with-half-bg__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .help-desk-card__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .feature-card__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    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;
  }
  .requirements__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .stats__head.has-text {
    display: block;
  }
  .stats__head.has-text .stats__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.2rem 4.6rem;
  }
  .stats__head.has-text .stats__list > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(25% - 3.45rem);
            flex: 0 1 calc(25% - 3.45rem);
  }
  .stats__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 67rem;
  }
  .about-us__row:nth-child(even) .about-us__media-content::before {
    left: -3.2rem;
  }
  .trainers-preview__list .swiper-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2.4rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem 2.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;
  }
  .trainers-carousel__slider .swiper-slide {
    --pr: 2.4rem;
    --w: 35.7rem;
    width: var(--w);
  }
  .trainers-carousel__slider .swiper-slide:not(:last-child) {
    width: calc(var(--w) + var(--pr));
    padding-right: var(--pr);
  }
  .trainers-carousel__slider-footer {
    margin-top: 4rem;
    display: block;
  }
  .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);
  }
  .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;
  }
  .reviews__decor-2 {
    top: 7rem;
    width: 14rem;
    height: 14rem;
  }
  .reviews__slider .swiper-slide {
    --pr: 2.4rem;
    --w: 38.4rem;
    width: var(--w);
  }
  .reviews__slider .swiper-slide:not(:last-child) {
    width: calc(var(--w) + var(--pr));
    padding-right: var(--pr);
  }
  .partners-carousel__container[data-slider-init=mobile-only] .swiper-wrapper {
    display: -ms-grid;
    display: grid;
    gap: 3.2rem 2.4rem;
    -ms-grid-columns: 1fr 2.4rem 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
  .partners-carousel__container[data-slider-init=mobile-only] .partners-carousel__slider-footer {
    display: none;
  }
  .partners-carousel__title {
    margin-top: -0.5rem;
  }
  .partners-carousel__slider-footer {
    margin-top: 4.2rem;
  }
  .partner-card {
    min-height: 13rem;
  }
  .instagram__decor-2 {
    right: auto;
    left: 26rem;
    top: 16.8rem;
  }
  .instagram__container {
    padding-top: 0;
    padding-bottom: 0;
  }
  .instagram__title {
    margin-top: -0.6rem;
  }
  .instagram__buttons-slot {
    max-width: 34.3rem;
  }
  .instagram__media-content {
    margin-top: 8.8rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 61rem;
  }
  .clubs-preview__list {
    -ms-grid-columns: 1fr 2.4rem 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 3.2rem 2.4rem;
  }
  .feedback-form__submit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .advantages__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .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%;
  }
  .about-us__button {
    margin-left: auto;
    margin-right: auto;
    max-width: 34.3rem;
  }
  .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;
  }
  .clubs-preview__title {
    max-width: 41.6rem;
  }
  .clubs-preview__footer {
    margin-left: auto;
    margin-right: auto;
    max-width: 34.3rem;
  }
}

@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;
  }
  .iti__dropdown-content {
    max-width: 32rem;
  }
  .iti__country-list::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  .iti__country-list::-webkit-scrollbar-thumb {
    background-color: #a0a0a0;
    border-radius: 12px;
  }
  .iti__country-list::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .popup--sm .popup__body {
    padding: 2rem;
  }
  .popup--sm .popup__content {
    padding: 9.6rem 7.2rem;
  }
  .popup__body {
    padding: 2rem;
  }
  .popup__content {
    padding: 14.6rem 4.8rem 4.8rem;
    border-radius: 2.4rem;
    min-height: auto;
  }
  .popup__btn-close {
    top: 4.8rem;
    right: 4.8rem;
  }
  .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: 2rem;
    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: 8.8rem;
    line-height: 1.04em;
  }
  .h2 {
    font-size: 5.6rem;
    line-height: 1.16em;
  }
  .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: 2.3rem 6.2rem 2rem 1.6rem;
  }
  .person-card__name {
    font-size: 2rem;
  }
  .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;
  }
  .textarea-container .char-counter {
    bottom: 1.2rem;
  }
  .textarea {
    min-height: 12.6rem;
  }
  body.can-animate.page-loaded .home-intro__nav-buttons, body.can-animate.page-loaded .home-intro__nav-dots, body.can-animate.page-loaded .home-intro__arrow-down, 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 .home-intro__main-content, body.can-animate .home-intro__sub-content, body.can-animate .hero-with-full-bg__container > *, body.can-animate .hero-with-image__breadcrumbs, body.can-animate .hero-with-image__text-content > *, body.can-animate .hero-with-half-bg__breadcrumbs, body.can-animate .hero-with-half-bg__text-content > *, body.can-animate .clubs-archive-head__constrain > *, body.can-animate .section-404__text-content > *, body.can-animate .contacts-hero__text-content > *:not(.contacts-hero__arrow), body.can-animate .clubs-post-head__main-content > * {
    opacity: 0;
    -webkit-transform: translateY(5rem);
        -ms-transform: translateY(5rem);
            transform: translateY(5rem);
  }
  body.can-animate .home-intro__nav-buttons, body.can-animate .home-intro__nav-dots, body.can-animate .home-intro__arrow-down, body.can-animate .clubs-archive-head__decor-group, body.can-animate .hero-with-image__image, body.can-animate .section-404__media-content, body.can-animate .section-404__decor-group, body.can-animate .contacts-hero__help-desk, body.can-animate .contacts-hero__arrow, body.can-animate .blog-archive-head__bg, body.can-animate .blog-post-head__image, body.can-animate .vacancies-archive-head__image, body.can-animate .vacancy__main-image, body.can-animate .banner-sm__image, body.can-animate .trainer__image, body.can-animate .clubs-post-head__anchors-list > *, body.can-animate .clubs-post-head__sub-content, body.can-animate .questions-hero__img {
    opacity: 0;
  }
  body.can-animate.page-loaded .hero-with-full-bg__container > *:nth-child(1), body.can-animate.page-loaded .clubs-archive-head__constrain > *:nth-child(1), body.can-animate.page-loaded .section-404__text-content > *:nth-child(1), body.can-animate.page-loaded .contacts-hero__text-content > *:not(.contacts-hero__arrow):nth-child(1), 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 .hero-with-full-bg__container > *:nth-child(2), body.can-animate.page-loaded .clubs-archive-head__constrain > *:nth-child(2), body.can-animate.page-loaded .section-404__text-content > *:nth-child(2), body.can-animate.page-loaded .contacts-hero__text-content > *:not(.contacts-hero__arrow):nth-child(2), 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 .hero-with-full-bg__container > *:nth-child(3), body.can-animate.page-loaded .clubs-archive-head__constrain > *:nth-child(3), body.can-animate.page-loaded .section-404__text-content > *:nth-child(3), body.can-animate.page-loaded .contacts-hero__text-content > *:not(.contacts-hero__arrow):nth-child(3), 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 .hero-with-full-bg__container > *:nth-child(4), body.can-animate.page-loaded .clubs-archive-head__constrain > *:nth-child(4), body.can-animate.page-loaded .section-404__text-content > *:nth-child(4), body.can-animate.page-loaded .contacts-hero__text-content > *:not(.contacts-hero__arrow):nth-child(4), 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 .hero-with-full-bg__container > *:nth-child(5), body.can-animate.page-loaded .clubs-archive-head__constrain > *:nth-child(5), body.can-animate.page-loaded .section-404__text-content > *:nth-child(5), body.can-animate.page-loaded .contacts-hero__text-content > *:not(.contacts-hero__arrow):nth-child(5), 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 .hero-with-full-bg__container > *:nth-child(6), body.can-animate.page-loaded .clubs-archive-head__constrain > *:nth-child(6), body.can-animate.page-loaded .section-404__text-content > *:nth-child(6), body.can-animate.page-loaded .contacts-hero__text-content > *:not(.contacts-hero__arrow):nth-child(6), 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 .hero-with-image__image, body.can-animate.page-loaded .section-404__media-content, body.can-animate.page-loaded .blog-archive-head__bg, body.can-animate.page-loaded .blog-post-head__image, body.can-animate.page-loaded .vacancies-archive-head__image, body.can-animate.page-loaded .vacancy__main-image, body.can-animate.page-loaded .banner-sm__image, body.can-animate.page-loaded .trainer__image, body.can-animate.page-loaded .questions-hero__img {
    -webkit-animation: fadeIn 0.8s ease-out forwards 0.3s;
            animation: fadeIn 0.8s ease-out forwards 0.3s;
  }
  body.can-animate.page-loaded .hero-with-image__breadcrumbs {
    -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.3s;
            animation: fadeInWithTranslate 0.8s ease-out forwards 0.3s;
  }
  body.can-animate.page-loaded .hero-with-image__text-content > *:nth-child(1) {
    -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.75s;
            animation: fadeInWithTranslate 0.8s ease-out forwards 0.75s;
  }
  body.can-animate.page-loaded .hero-with-image__text-content > *:nth-child(2) {
    -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.9s;
            animation: fadeInWithTranslate 0.8s ease-out forwards 0.9s;
  }
  body.can-animate.page-loaded .hero-with-image__text-content > *:nth-child(3) {
    -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.05s;
            animation: fadeInWithTranslate 0.8s ease-out forwards 1.05s;
  }
  body.can-animate.page-loaded .hero-with-image__text-content > *:nth-child(4) {
    -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.2s;
            animation: fadeInWithTranslate 0.8s ease-out forwards 1.2s;
  }
  body.can-animate.page-loaded .hero-with-image__text-content > *:nth-child(5) {
    -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.35s;
            animation: fadeInWithTranslate 0.8s ease-out forwards 1.35s;
  }
  body.can-animate.page-loaded .hero-with-half-bg__breadcrumbs {
    -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-archive-head__decor-group, body.can-animate.page-loaded .section-404__decor-group, body.can-animate.page-loaded .contacts-hero__arrow, body.can-animate.page-loaded .contacts-hero__help-desk, 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;
  }
  .home-intro .swiper-slide .home-intro__main-content, .home-intro .swiper-slide .home-intro__sub-content {
    -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
    transition: transform 0.6s ease, opacity 0.6s ease;
    transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease;
    opacity: 0;
    -webkit-transform: translateX(5rem);
        -ms-transform: translateX(5rem);
            transform: translateX(5rem);
  }
  .home-intro .swiper-slide.swiper-slide-active .home-intro__main-content {
    -webkit-transition: opacity 0.6s ease 0.4s, -webkit-transform 0.6s ease 0.4s;
    transition: opacity 0.6s ease 0.4s, -webkit-transform 0.6s ease 0.4s;
    transition: transform 0.6s ease 0.4s, opacity 0.6s ease 0.4s;
    transition: transform 0.6s ease 0.4s, opacity 0.6s ease 0.4s, -webkit-transform 0.6s ease 0.4s;
    opacity: 1;
    -webkit-transform: translateX(0rem);
        -ms-transform: translateX(0rem);
            transform: translateX(0rem);
  }
  .home-intro .swiper-slide.swiper-slide-active .home-intro__sub-content {
    -webkit-transition: opacity 0.6s ease 0.6s, -webkit-transform 0.6s ease 0.6s;
    transition: opacity 0.6s ease 0.6s, -webkit-transform 0.6s ease 0.6s;
    transition: transform 0.6s ease 0.6s, opacity 0.6s ease 0.6s;
    transition: transform 0.6s ease 0.6s, opacity 0.6s ease 0.6s, -webkit-transform 0.6s ease 0.6s;
    opacity: 1;
    -webkit-transform: translateX(0rem);
        -ms-transform: translateX(0rem);
            transform: translateX(0rem);
  }
  .home-intro .swiper-slide.swiper-slide-prev .home-intro__main-content, .home-intro .swiper-slide.swiper-slide-prev .home-intro__sub-content {
    -webkit-transform: translateX(-5rem);
        -ms-transform: translateX(-5rem);
            transform: translateX(-5rem);
  }
  .benefits._will-animate._animate .benefits__decor-1, .benefits._will-animate._animate .benefits__decor-2, .benefits._will-animate._animate .benefits__decor-3 {
    -webkit-animation: fadeIn 0.8s ease-out forwards 0.3s;
            animation: fadeIn 0.8s ease-out forwards 0.3s;
  }
  .instruction._will-animate .instruction__decor-group {
    -webkit-transform: translateY(10rem);
        -ms-transform: translateY(10rem);
            transform: translateY(10rem);
  }
  .instruction._will-animate._animate .instruction__decor-group {
    -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.6s;
            animation: fadeInWithTranslate 0.8s ease-out forwards 0.6s;
  }
  .instruction .instruction__container._will-animate._animate .instruction__step-content {
    -webkit-transition: all 0.8s ease-out 1.6s;
    transition: all 0.8s ease-out 1.6s;
  }
  .clubs-archive-body .clubs-archive-body__container._will-animate .clubs-archive-body__filter, .clubs-archive-body .clubs-archive-body__container._will-animate [data-text-not-found] {
    opacity: 0;
  }
  .clubs-archive-body .clubs-archive-body__container._will-animate .clubs-archive-body__map {
    opacity: 0;
  }
  .clubs-archive-body .clubs-archive-body__container._will-animate._animate .clubs-archive-body__filter {
    -webkit-animation: fadeIn 0.8s ease-out forwards 0.3s;
            animation: fadeIn 0.8s ease-out forwards 0.3s;
  }
  .clubs-archive-body .clubs-archive-body__container._will-animate._animate [data-text-not-found] {
    -webkit-animation: fadeIn 0.8s ease-out forwards 0.45s;
            animation: fadeIn 0.8s ease-out forwards 0.45s;
  }
  .clubs-archive-body .clubs-archive-body__container._will-animate._animate .clubs-archive-body__map {
    -webkit-animation: fadeIn 0.8s ease-out forwards 1.6s;
            animation: fadeIn 0.8s ease-out forwards 1.6s;
  }
  .popup-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8rem;
  }
  .popup-form__text-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47.8rem;
            flex: 0 0 47.8rem;
  }
  .popup-form__title {
    margin-top: -1.2rem;
  }
  .popup-form__text {
    margin-top: 1rem;
  }
  .popup-form__fields {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .popup-form__fields-items {
    gap: 2.5rem;
  }
  .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;
  }
  .hero-with-full-bg {
    padding-top: 6.4rem;
    padding-bottom: 7.2rem;
  }
  .hero-with-full-bg__container {
    min-height: 34.6rem;
  }
  .hero-with-full-bg__title {
    margin-top: 4.5rem;
  }
  .hero-with-full-bg__text {
    margin-top: 1.2rem;
    max-width: 65.2rem;
  }
  .hero-with-image {
    padding-top: 4rem;
    padding-bottom: 7.2rem;
  }
  .hero-with-image__decor-1 {
    right: -31rem;
    bottom: auto;
    top: -14rem;
    height: 136rem;
    width: 136rem;
    -webkit-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  .hero-with-image__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 4rem auto;
    grid-template-columns: 1fr auto;
    gap: 2.8rem 4rem;
    -ms-grid-rows: auto 2.8rem auto;
        grid-template-areas: "breadcrumbs breadcrumbs" "text-content image";
  }
  .hero-with-image__breadcrumbs {
    grid-area: breadcrumbs;
  }
  .hero-with-image__image {
    margin-top: 0;
    grid-area: image;
    aspect-ratio: auto;
    width: 51.4rem;
    height: 32rem;
  }
  .hero-with-image__text-content {
    margin-top: 0;
    padding-top: 2.9rem;
    grid-area: text-content;
  }
  .hero-with-image__title {
    margin-top: -1.2rem;
  }
  .hero-with-image__text {
    margin-top: 1.1rem;
    max-width: 74rem;
  }
  .hero-with-image__buttons {
    margin-top: 3.3rem;
  }
  .hero-with-half-bg {
    padding-top: 6.4rem;
    padding-bottom: 7.2rem;
    min-height: 56rem;
  }
  .hero-with-half-bg__breadcrumbs {
    position: relative;
    z-index: 2;
  }
  .hero-with-half-bg__image {
    position: absolute;
    inset: 0;
    z-index: 1;
    aspect-ratio: auto;
    margin-top: 0;
  }
  .hero-with-half-bg__image::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: -1px;
    right: 0;
    bottom: -1px;
    left: 0;
    background-color: #18171c;
    clip-path: polygon(0 0, 65.55% 0, 43.05% 100%, 0% 100%);
  }
  .hero-with-half-bg__image img {
    width: 56.95%;
    border-radius: 0;
    position: absolute;
    z-index: 1;
    left: 43.05%;
  }
  .hero-with-half-bg__text-content {
    margin-top: 5.7rem;
    position: relative;
    z-index: 2;
    max-width: 65.2rem;
  }
  .hero-with-half-bg__title {
    margin-top: -1.2rem;
  }
  .hero-with-half-bg__text {
    margin-top: 1.1rem;
    max-width: 74rem;
  }
  .hero-with-half-bg__buttons {
    margin-top: 4rem;
  }
  .hero-with-half-bg__additional-info {
    max-width: 37rem;
  }
  .contacts-hero__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contacts-hero__text-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-right: 8rem;
    padding-top: 6.4rem;
    padding-bottom: 7.2rem;
  }
  .contacts-hero__title {
    margin-top: 4.4rem;
  }
  .contacts-hero__text {
    margin-top: 1.6rem;
  }
  .contacts-hero__list {
    margin-top: 5.2rem;
    -ms-grid-columns: 1fr 4rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.8rem 4rem;
  }
  .contacts-hero__list-text > *:not(:last-child) {
    margin-bottom: 1.8rem;
  }
  .contacts-hero__social {
    margin-top: 2.5rem;
  }
  .contacts-hero__media-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-height: 64rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .contacts-hero__img {
    left: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    width: 50cqi;
  }
  .contacts-hero__help-desk {
    margin-left: 15.6rem;
  }
  .contacts-hero__arrow {
    left: 100%;
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%) rotate(-90deg);
        -ms-transform: translate(-50%, 50%) rotate(-90deg);
            transform: translate(-50%, 50%) rotate(-90deg);
  }
  .help-desk-card {
    width: 36.8rem;
    padding: 4.8rem 4rem;
  }
  .help-desk-card__text {
    margin-top: 2.5rem;
  }
  .help-desk-card__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3.4rem;
  }
  .feature-group__decor-group {
    display: block;
    position: absolute;
    z-index: 1;
    inset: 0;
  }
  .feature-group__decor-group > .container {
    height: 100%;
  }
  .feature-group__title {
    margin-top: -1.2rem;
  }
  .feature-group__list {
    margin-top: 5rem;
    gap: 3.2rem;
  }
  .feature-group:not(.feature-group--revers) .feature-group__list > li:nth-child(even) .feature-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .feature-group:not(.feature-group--revers) .feature-group__list > li:nth-child(even) .feature-card__decor {
    right: auto;
    left: -3rem;
    -webkit-transform: rotate(-12deg) scale(-1);
        -ms-transform: rotate(-12deg) scale(-1);
            transform: rotate(-12deg) scale(-1);
  }
  .feature-group.feature-group--revers .feature-group__list > li:nth-child(odd) .feature-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .feature-group.feature-group--revers .feature-group__list > li:nth-child(odd) .feature-card__decor {
    right: auto;
    left: -3rem;
    -webkit-transform: rotate(-12deg) scale(-1);
        -ms-transform: rotate(-12deg) scale(-1);
            transform: rotate(-12deg) scale(-1);
  }
  .feature-card {
    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;
  }
  .feature-card__text-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 6rem 3rem;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    min-height: 42.6rem;
    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;
  }
  .feature-card__text {
    margin-top: 1.6rem;
  }
  .feature-card__text ul li:not(:last-child) {
    margin-bottom: 0.22em !important;
  }
  .feature-card__media-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .feature-card__image {
    aspect-ratio: initial;
    height: 100%;
    min-height: 42.6rem;
  }
  .feature-card__decor {
    top: auto;
    bottom: -4rem;
    right: -3rem;
    left: auto;
    -webkit-transform: rotate(12deg) scaleY(-1);
        -ms-transform: rotate(12deg) scaleY(-1);
            transform: rotate(12deg) scaleY(-1);
  }
  .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;
  }
  .requirements__title {
    margin-top: -1.2rem;
  }
  .requirements__list {
    margin-top: 3.5rem;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .requirements-card {
    padding: 3.2rem 3rem 2.1rem;
  }
  .requirements-card__title {
    margin-top: -0.7rem;
  }
  .stats__decor-1 {
    top: 11rem;
    right: auto;
    left: -9rem;
    height: 45rem;
    width: 45rem;
    -webkit-transform: rotate(36deg);
        -ms-transform: rotate(36deg);
            transform: rotate(36deg);
  }
  .stats__decor-2 {
    top: -34rem;
    right: -30rem;
    height: 59.4rem;
    width: 71.1rem;
  }
  .stats__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.2rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 3.2rem 6rem;
  }
  .stats__head.has-text {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 46.4rem 10.5rem 1fr;
    grid-template-columns: 46.4rem 1fr;
    gap: 4.4rem 10.5rem;
  }
  .stats__head.has-text .stats__title {
    -ms-grid-column-span: 2;
    grid-column: span 2/span 2;
    max-width: 100rem;
  }
  .stats__head.has-text .stats__list {
    margin-top: 0;
    max-width: 74rem;
  }
  .stats__title {
    margin-top: -1.2rem;
  }
  .stats__text {
    margin-top: 0;
  }
  .stats__list {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    gap: 2.2rem 5rem;
  }
  .stats__list-text {
    margin-top: 1rem;
  }
  .stats .slider-footer {
    margin-top: 4rem;
  }
  .about-us {
    padding-top: 10.4rem;
    bottom: 7.2rem;
  }
  .about-us__container {
    gap: 15.2rem;
  }
  .about-us__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 4.8rem;
  }
  .about-us__row:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-left: 6rem;
  }
  .about-us__row:nth-child(odd) .about-us__title > span::before {
    left: calc(100% + 0.5rem);
    top: -6.7rem;
    height: 12rem;
    aspect-ratio: auto;
    width: 98rem;
    background-size: auto 100%;
  }
  .about-us__row:nth-child(odd) .about-us__media-content {
    position: relative;
  }
  .about-us__row:nth-child(odd) .about-us__media-content::before {
    content: "";
    position: absolute;
    bottom: -5.5rem;
    right: -4.8rem;
    width: 43rem;
    height: 26.9rem;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjU4IiBoZWlnaHQ9IjI2OSIgdmlld0JveD0iMCAwIDY1OCAyNjkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtYXNrIGlkPSJwYXRoLTEtaW5zaWRlLTFfMTE2M18xODEwMSIgZmlsbD0id2hpdGUiPgo8cGF0aCBkPSJNNjU3IDI0QzY1NyAxMC43NDUyIDY0Ni4yNTUgLTkuMzkzNzJlLTA3IDYzMyAtMi4wOTgxNWUtMDZMMCAtNS43NDM2OGUtMDVMLTEuOTY3MDFlLTA1IDIyNUMtMi4xNzk0NWUtMDUgMjQ5LjMgMTkuNjk5NCAyNjkgNDQgMjY5TDY1NyAyNjlMNjU3IDI0WiIvPgo8L21hc2s+CjxwYXRoIGQ9Ik02NTcgMEwwIC01Ljc0MzY4ZS0wNUw2NTcgMFpNLTguMDAwMDIgMjI3Qy04LjAwMDAyIDI1NS43MTkgMTUuMjgxMiAyNzkgNDQgMjc5TDY1NyAyNzlMNjU3IDI1OUw0NCAyNTlDMjQuMTE3NyAyNTkgNy45OTk5OCAyNDMuNzc4IDcuOTk5OTggMjI1TC04LjAwMDAyIDIyN1pNNjU3IDI2OUw2NTcgMEw2NTcgMjY5Wk0tOCAtNS44MTM2MWUtMDVMLTguMDAwMDIgMjI3Qy04LjAwMDAyIDI1NS43MTkgMTUuMjgxMiAyNzkgNDQgMjc5TDQ0IDI1OUMyNC4xMTc3IDI1OSA3Ljk5OTk4IDI0My43NzggNy45OTk5OCAyMjVMOCAtNS42NzM3NGUtMDVMLTggLTUuODEzNjFlLTA1WiIgZmlsbD0iIzAwQTk5RCIgbWFzaz0idXJsKCNwYXRoLTEtaW5zaWRlLTFfMTE2M18xODEwMSkiLz4KPG1hc2sgaWQ9InBhdGgtMy1pbnNpZGUtMl8xMTYzXzE4MTAxIiBmaWxsPSJ3aGl0ZSI+CjxwYXRoIGQ9Ik02NTggMjRDNjU4IDEwLjc0NTIgNjQ3LjI1NSAtOS4zOTM3MmUtMDcgNjM0IC0yLjA5ODE1ZS0wNkwxOCAtNS41OTUwNmUtMDVMMTggMjE3QzE4IDIzNS43NzggMzMuMjIyMyAyNTEgNTIgMjUxTDY1OCAyNTFMNjU4IDI0WiIvPgo8L21hc2s+CjxwYXRoIGQ9Ik02NTggMEwxOCAtNS41OTUwNmUtMDVMNjU4IDBaTTguOTk5OTggMjE4QzguOTk5OTggMjQxLjc0OCAyOC4yNTE3IDI2MSA1MiAyNjFMNjU4IDI2MUw2NTggMjQxTDUyIDI0MUMzOC4xOTI5IDI0MSAyNyAyMzAuMjU1IDI3IDIxN0w4Ljk5OTk4IDIxOFpNNjU4IDI1MUw2NTggMEw2NTggMjUxWk05IC01LjY3Mzc0ZS0wNUw4Ljk5OTk4IDIxOEM4Ljk5OTk4IDI0MS43NDggMjguMjUxNyAyNjEgNTIgMjYxTDUyIDI0MUMzOC4xOTI5IDI0MSAyNyAyMzAuMjU1IDI3IDIxN0wyNyAtNS41MTYzOGUtMDVMOSAtNS42NzM3NGUtMDVaIiBmaWxsPSIjMDBBOTlEIiBtYXNrPSJ1cmwoI3BhdGgtMy1pbnNpZGUtMl8xMTYzXzE4MTAxKSIvPgo8L3N2Zz4K");
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
  .about-us__row:nth-child(odd) .about-us__media-content > * {
    position: relative;
    z-index: 2;
  }
  .about-us__row:nth-child(even) .about-us__media-content::before {
    top: -4.3rem;
    left: -4.8rem;
    height: 65.8rem;
    width: 50.8rem;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTA4IiBoZWlnaHQ9IjY0NSIgdmlld0JveD0iMCAwIDUwOCA2NDUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtYXNrIGlkPSJwYXRoLTEtaW5zaWRlLTFfMTE2M18xODA4OSIgZmlsbD0id2hpdGUiPgo8cGF0aCBkPSJNMjQgNjU3QzEwLjc0NTIgNjU3IC00LjczNDIyZS0wNyA2NDYuMjU1IC0xLjA1NzQyZS0wNiA2MzNMLTIuODk0NjhlLTA1IDBMNDY0IC0yLjA0NDM0ZS0wNUM0ODguMzAxIC0yLjE1MTQxZS0wNSA1MDggMTkuNjk5NCA1MDggNDRMNTA4IDY1N0wyNCA2NTdaIi8+CjwvbWFzaz4KPHBhdGggZD0iTTAgNjU3TC0yLjg5NDY4ZS0wNSAwTDAgNjU3Wk00NjYgLTguMDAwMDJDNDk0LjcxOSAtOC4wMDAwMiA1MTggMTUuMjgxMiA1MTggNDRMNTE4IDY1N0w0OTggNjU3TDQ5OCA0NEM0OTggMjQuMTE3NyA0ODIuNzc4IDcuOTk5OTggNDY0IDcuOTk5OThMNDY2IC04LjAwMDAyWk01MDggNjU3TDAgNjU3TDUwOCA2NTdaTS0yLjkyOTkzZS0wNSAtOEw0NjYgLTguMDAwMDJDNDk0LjcxOSAtOC4wMDAwMiA1MTggMTUuMjgxMiA1MTggNDRMNDk4IDQ0QzQ5OCAyNC4xMTc3IDQ4Mi43NzggNy45OTk5OCA0NjQgNy45OTk5OEwtMi44NTk0M2UtMDUgOEwtMi45Mjk5M2UtMDUgLThaIiBmaWxsPSIjMDBBOTlEIiBtYXNrPSJ1cmwoI3BhdGgtMS1pbnNpZGUtMV8xMTYzXzE4MDg5KSIvPgo8bWFzayBpZD0icGF0aC0zLWluc2lkZS0yXzExNjNfMTgwODkiIGZpbGw9IndoaXRlIj4KPHBhdGggZD0iTTI0IDY1OEMxMC43NDUyIDY1OCAtNC43MzQyMmUtMDcgNjQ3LjI1NSAtMS4wNTc0MmUtMDYgNjM0TC0yLjgyODU5ZS0wNSAxNkw0NTYgMTZDNDc0Ljc3OCAxNiA0OTAgMzEuMjIyMyA0OTAgNTBMNDkwIDY1OEwyNCA2NThaIi8+CjwvbWFzaz4KPHBhdGggZD0iTTAgNjU4TC0yLjgyODU5ZS0wNSAxNkwwIDY1OFpNNDU3IDYuOTk5OThDNDgwLjc0OCA2Ljk5OTk4IDUwMCAyNi4yNTE3IDUwMCA1MEw1MDAgNjU4TDQ4MCA2NThMNDgwIDUwQzQ4MCAzNi4xOTI4IDQ2OS4yNTUgMjUgNDU2IDI1TDQ1NyA2Ljk5OTk4Wk00OTAgNjU4TDAgNjU4TDQ5MCA2NThaTS0yLjg2ODI1ZS0wNSA3TDQ1NyA2Ljk5OTk4QzQ4MC43NDggNi45OTk5OCA1MDAgMjYuMjUxNyA1MDAgNTBMNDgwIDUwQzQ4MCAzNi4xOTI4IDQ2OS4yNTUgMjUgNDU2IDI1TC0yLjc4ODk0ZS0wNSAyNUwtMi44NjgyNWUtMDUgN1oiIGZpbGw9IiMwMEE5OUQiIG1hc2s9InVybCgjcGF0aC0zLWluc2lkZS0yXzExNjNfMTgwODkpIi8+Cjwvc3ZnPgo=");
  }
  .about-us__media-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 53rem;
            flex: 0 0 53rem;
    -ms-flex-item-align: start;
        align-self: flex-start;
    position: relative;
    z-index: 2;
  }
  .about-us__text-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    position: relative;
    z-index: 1;
    margin-top: 0;
    padding-top: 4.1rem;
    padding-bottom: 4.1rem;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .about-us__text {
    margin-top: 2.8rem;
    max-width: 65.2rem;
  }
  .about-us__text p, .about-us__text ul, .about-us__text ol {
    margin-bottom: 3.4rem;
  }
  .about-us__list {
    margin-top: 4.2rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 4.8rem auto 4.8rem auto;
    grid-template-columns: repeat(3, auto);
    gap: 3rem 4.8rem;
    max-width: 63.2rem;
  }
  .about-us__button {
    margin-top: 4rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about-benefits__decor-1 {
    top: -34rem;
    right: -30rem;
    height: 59.4rem;
    width: 71.1rem;
  }
  .about-benefits__head {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 46.4rem 10.5rem 1fr;
    grid-template-columns: 46.4rem 1fr;
    gap: 4.4rem 10.5rem;
  }
  .about-benefits__title {
    margin-top: -1.2rem;
    -ms-grid-column-span: 2;
    grid-column: span 2/span 2;
  }
  .about-benefits__text {
    margin-top: 0;
  }
  .about-benefits__stats {
    margin-top: 0;
    gap: 2.2rem 4.6rem;
    max-width: 74rem;
  }
  .about-benefits__stats > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(25% - 3.45rem);
            flex: 0 1 calc(25% - 3.45rem);
  }
  .about-benefits__stats-text {
    margin-top: 1rem;
  }
  .about-benefits__slider {
    margin-top: 6.3rem;
  }
  .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 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .trainers-carousel__decor-1 {
    top: 4rem;
    right: 15.1rem;
    height: 34.2rem;
    width: 34.2rem;
  }
  .trainers-carousel__title {
    margin-top: -1.2rem;
  }
  .trainers-carousel__slider {
    margin-top: 3.5rem;
  }
  .trainers-carousel__slider .swiper-slide {
    padding-right: 0 !important;
    width: auto;
  }
  .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;
  }
  .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;
  }
  .reviews__decor-1 {
    top: 25rem;
    left: 12rem;
    width: 58rem;
    height: 49.2rem;
    -webkit-transform: rotate(19deg);
        -ms-transform: rotate(19deg);
            transform: rotate(19deg);
  }
  .reviews__decor-2 {
    top: 5.6rem;
    right: 8rem;
    width: 26.8rem;
    height: 26.8rem;
  }
  .reviews__slider {
    margin-top: 5rem;
  }
  .reviews__slider-footer {
    margin-top: 4rem;
  }
  .review-card__head {
    gap: 1.4rem;
  }
  .review-card__name {
    font-size: 2rem;
  }
  .review-card__footer {
    margin-top: 2rem;
  }
  .review-card__value {
    font-size: 1.8rem;
    line-height: 1.54em;
    gap: 0.8rem;
  }
  .review-card__value strong {
    font-size: 2.8rem;
    line-height: 1.18em;
  }
  .partners-carousel__decor-1 {
    bottom: auto;
    right: 0;
    height: 54rem;
    width: 54rem;
  }
  .partners-carousel__container[data-slider-init=mobile-only] .swiper-wrapper {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .partners-carousel__title {
    max-width: 84rem;
    margin-top: -1rem;
  }
  .partners-carousel__slider {
    margin-top: 3.5rem;
  }
  .partners-carousel__slider-footer {
    margin-top: 4rem;
  }
  .instagram__decor-1 {
    top: -36.1rem;
    left: -28.1rem;
    width: 60.6rem;
    height: 57.2rem;
    -webkit-transform: rotate(14deg);
        -ms-transform: rotate(14deg);
            transform: rotate(14deg);
  }
  .instagram__decor-2 {
    top: auto;
    bottom: 1rem;
    right: auto;
    left: 32.7rem;
    height: 17.7rem;
    width: 17.7rem;
  }
  .instagram__container {
    margin-top: -1.8rem;
    min-height: 53.8rem;
    padding-top: 0;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 11.4rem;
  }
  .instagram__text-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45.6rem;
            flex: 0 0 45.6rem;
  }
  .instagram__text {
    margin-top: 2rem;
    padding-right: 2rem;
  }
  .instagram__media-content {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-left: 0;
    margin-right: 0;
    max-width: none;
  }
  .instagram__stat {
    bottom: auto;
    right: auto;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -57%);
        -ms-transform: translate(-50%, -57%);
            transform: translate(-50%, -57%);
  }
  .instagram__image {
    aspect-ratio: 1/0.664;
    border-radius: 2.4rem;
  }
  .clubs-preview {
    min-height: 68rem;
  }
  .clubs-preview__decor-1 {
    display: block;
    position: absolute;
    z-index: 1;
    top: -62.3rem;
    left: 48%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 138.6rem;
    height: 138.7rem;
    color: #000000;
    opacity: 0.2;
  }
  .clubs-preview__decor-2 {
    display: block;
    position: absolute;
    z-index: 1;
    top: 22rem;
    left: -42.1rem;
    width: 79.8rem;
    height: 49.7rem;
    color: #000000;
    opacity: 0.2;
  }
  .clubs-preview__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 43rem 2.6rem 1fr;
    grid-template-columns: 43rem 1fr;
    gap: 0 2.6rem;
    -ms-grid-rows: auto 0 auto 0 auto;
        grid-template-areas: "head list" "filter list" "filter footer";
  }
  .clubs-preview__sub-title {
    margin-top: 2rem;
    font-size: 2rem;
  }
  .clubs-preview__filter {
    margin-top: 4.2rem;
  }
  .clubs-preview__content {
    margin-top: 0;
  }
  .clubs-preview__footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .feedback-form__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10.5rem;
  }
  .feedback-form__text-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58rem;
            flex: 0 0 58rem;
  }
  .feedback-form__title {
    margin-top: -1.2rem;
  }
  .feedback-form__text {
    margin-top: 1rem;
    max-width: 50.5rem;
  }
  .feedback-form__fields {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 54.7rem;
  }
  .feedback-form__fields-items {
    gap: 2.5rem;
  }
  .advantages__decor-1 {
    top: 4rem;
    right: 20.1rem;
    height: 34.2rem;
    width: 34.2rem;
  }
  .advantages__title {
    margin-top: -1.2rem;
  }
  .advantages__list {
    margin-top: 4.2rem;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .advantages-card {
    padding: 3.6rem 3rem 2.8rem;
    min-height: 24rem;
  }
  .advantages-card__title {
    margin-top: -0.7rem;
  }
  .advantages-card__list {
    margin-top: 2.2rem;
    gap: 0.5rem;
  }
  .advantages-card__text {
    margin-top: 2rem;
    max-width: 29rem;
  }
  .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;
  }
  .clubs-preview__container > .your-app__list {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    -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;
  }
  .clubs-preview__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .clubs-preview__filter {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .clubs-preview__content {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .clubs-preview__container > .clubs-preview__content {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .clubs-preview__footer {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
}

@media (min-width: 1024px) {
  .hero-with-image__breadcrumbs {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .hero-with-image__image {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .hero-with-image__text-content {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}

@media (min-width: 1024px) and (min-width: 0px) and (max-width: 1023.8px) {
  body.can-animate .hero-with-half-bg__image, body.can-animate .hero-with-image__image {
    opacity: 0;
    -webkit-transform: translateY(5rem);
        -ms-transform: translateY(5rem);
            transform: translateY(5rem);
  }
  body.can-animate.page-loaded .hero-with-half-bg__image, body.can-animate.page-loaded .hero-with-image__image {
    -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.45s;
            animation: fadeInWithTranslate 0.8s ease-out forwards 0.45s;
  }
  body.can-animate.page-loaded .hero-with-half-bg__text-content > *:nth-child(1) {
    -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.6s;
            animation: fadeInWithTranslate 0.8s ease-out forwards 0.6s;
  }
  body.can-animate.page-loaded .hero-with-half-bg__text-content > *:nth-child(2) {
    -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.75s;
            animation: fadeInWithTranslate 0.8s ease-out forwards 0.75s;
  }
  body.can-animate.page-loaded .hero-with-half-bg__text-content > *:nth-child(3) {
    -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.9s;
            animation: fadeInWithTranslate 0.8s ease-out forwards 0.9s;
  }
  body.can-animate.page-loaded .hero-with-half-bg__text-content > *:nth-child(4) {
    -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.05s;
            animation: fadeInWithTranslate 0.8s ease-out forwards 1.05s;
  }
  body.can-animate.page-loaded .hero-with-half-bg__text-content > *:nth-child(5) {
    -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.2s;
            animation: fadeInWithTranslate 0.8s ease-out forwards 1.2s;
  }
  body.can-animate.page-loaded .hero-with-half-bg__text-content > *:nth-child(6) {
    -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.35s;
            animation: fadeInWithTranslate 0.8s ease-out forwards 1.35s;
  }
}

@media (min-width: 1024px) and (min-width: 1024px) {
  body.can-animate.page-loaded .hero-with-image__breadcrumbs {
    -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.6s;
            animation: fadeInWithTranslate 0.8s ease-out forwards 0.6s;
  }
  body.can-animate.page-loaded .hero-with-half-bg__text-content > *:nth-child(1) {
    -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.45s;
            animation: fadeInWithTranslate 0.8s ease-out forwards 0.45s;
  }
  body.can-animate.page-loaded .hero-with-half-bg__text-content > *:nth-child(2) {
    -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.6s;
            animation: fadeInWithTranslate 0.8s ease-out forwards 0.6s;
  }
  body.can-animate.page-loaded .hero-with-half-bg__text-content > *:nth-child(3) {
    -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.75s;
            animation: fadeInWithTranslate 0.8s ease-out forwards 0.75s;
  }
  body.can-animate.page-loaded .hero-with-half-bg__text-content > *:nth-child(4) {
    -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 0.9s;
            animation: fadeInWithTranslate 0.8s ease-out forwards 0.9s;
  }
  body.can-animate.page-loaded .hero-with-half-bg__text-content > *:nth-child(5) {
    -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.05s;
            animation: fadeInWithTranslate 0.8s ease-out forwards 1.05s;
  }
  body.can-animate.page-loaded .hero-with-half-bg__text-content > *:nth-child(6) {
    -webkit-animation: fadeInWithTranslate 0.8s ease-out forwards 1.2s;
            animation: fadeInWithTranslate 0.8s ease-out forwards 1.2s;
  }
}

@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;
  }
  .hero-with-half-bg__text-content {
    max-width: 70.2rem;
  }
  .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;
  }
  .stats__title {
    max-width: 87rem;
  }
  .about-us__row:nth-child(odd) .about-us__media-content::before {
    right: -6.4rem;
  }
  .about-us__row:nth-child(even) .about-us__media-content::before {
    left: -6.4rem;
  }
  .about-us__text {
    max-width: 104rem;
  }
  .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;
  }
  .reviews__decor-1 {
    top: 29rem;
    left: 11rem;
    width: 58rem;
    height: 53.2rem;
    -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  .reviews__decor-2 {
    top: 7.6rem;
    right: 18rem;
  }
  .reviews__title {
    margin-top: -0.7rem;
  }
  .reviews__slider {
    margin-top: 6rem;
  }
  .reviews__slider .swiper-slide {
    --pr: 2.4rem;
    --w: 50rem;
    width: var(--w);
  }
  .reviews__slider .swiper-slide:not(:last-child) {
    width: calc(var(--w) + var(--pr));
    padding-right: var(--pr);
  }
  .review-card {
    min-height: 40rem;
    padding: 3.2rem 3.2rem 2.4rem;
  }
  .review-card__date {
    font-size: 1.6rem;
  }
  .review-card__value {
    gap: 1.6rem;
  }
  .review-card__value strong {
    font-size: 3.2rem;
  }
  .partners-carousel__title {
    margin-top: 0.4rem;
    max-width: 104rem;
  }
  .partner-card {
    min-height: 18rem;
  }
  .instagram__decor-2 {
    left: 33.7rem;
  }
  .instagram__container {
    margin-top: 4rem;
  }
  .instagram__text-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 63.4rem;
            flex: 0 0 63.4rem;
    padding-top: 2rem;
  }
  .instagram__text {
    max-width: 46rem;
  }
  .instagram__media-content {
    padding-right: 2.2rem;
  }
  .clubs-preview__container {
    -ms-grid-columns: 60rem 1fr;
    grid-template-columns: 60rem 1fr;
  }
  .clubs-preview__title {
    max-width: 58.4rem;
  }
  .clubs-preview__filter {
    max-width: 52rem;
  }
  .feedback-form__text-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 74rem;
            flex: 0 0 74rem;
  }
  .feedback-form__fields {
    max-width: 80rem;
  }
}

@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 (max-width: 500px) {
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal;
  }
}

@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;
  }
  .select-option:hover {
    color: #e21b52;
  }
  .popup__btn-close: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;
  }
  .search__submit:hover {
    background-color: #000000;
  }
  .search-v2__submit:hover {
    color: #e21b52;
  }
  .search-clear-btn:hover {
    color: #e21b52;
  }
  .remove-file-btn:hover {
    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);
  }
  .vacancy-card: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);
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2x) {
  .iti__flag {
    background-image: var(--iti-path-flags-2x);
  }
  .iti__globe {
    background-image: var(--iti-path-globe-2x);
  }
}