@charset "UTF-8";
/* stylelint-disable no-invalid-position-at-import-rule */
:root {
  --base-size: 1vw;
  --tr: 0.3s;
  --tr-regular: all var(--tr) ease;
  --p-container: 1.5rem;
  --m-m-container: calc( -1 * var(--p-container) );
}
@media (max-width: 991px) {
  :root {
    --p-container: 1rem;
  }
}
:root {
  --w-container: 148rem;
}
@media (max-width: 991px) {
  :root {
    --w-container: 100%;
  }
}
:root {
  --fz-regular: 1.5rem;
  --fz-12: 1.2rem;
  --fz-13: 1.3rem;
  --fz-14: 1.4rem;
  --fz-16: 1.6rem;
  --fz-18: 1.8rem;
  --fz-20: 2rem;
  --lh-title: 120%;
  --lh-text: 145%;
  --fz-h1: 8rem;
  --fz-h1-2: 7.5rem;
  --fz-h2: 6rem;
  --fz-h3: 4rem;
  --fz-h4: 2.4rem;
  --lc-regular: -.05rem;
  --lc-3: -.03rem;
  --br-20: 2rem;
  --br-30: 3rem;
}
@media (max-width: 575px) {
  :root {
    --fz-h1: 3.4rem;
    --fz-h3: 2.2rem;
    --fz-h4: 2rem;
    --lh-title: 100%;
    --br-30: var(--br-20);
  }
}

:root {
  --bg-body: #050505;
  --bg-modal: #0F0F0F;
  --fg-regular: #fff;
  --fg-green: #1C9F43;
  --fg-white: #fff;
  --fg-white-o: rgba(255, 255, 255, .56);
  --fg-white-o-60: rgba(255, 255, 255, .56);
  --fg-white-o-20: rgba(255, 255, 255, .2);
  --fg-black: #000000;
  --fg-red: #FF0000;
}

/* stylelint-disable scss/operator-no-newline-after */
/*
  Подключает шфрит
  @include font('Inter', normal, 400, '../resources/fonts/Inter/Inter-Regular');
 */
/*
  Создает грид
 */
/*
  Делает маску из svg
 */
/*

  SCSS ONLY MIXINS

 */
/*
  Генерирует цвет по указанной яркости
*/
/*
  Создать цвет rgba из hex
*/
/*
 Кастомизирует скроллбар
*/
@font-face {
  font-family: "TT Travels";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url("../resources/fonts/tt/TTTravels-Regular.woff2") format("woff2"), url("../resources/fonts/tt/TTTravels-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "TT Travels";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  src: url("../resources/fonts/tt/TTTravels-Medium.woff2") format("woff2"), url("../resources/fonts/tt/TTTravels-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "TT Travels";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url("../resources/fonts/tt/TTTravels-DemiBold.woff2") format("woff2"), url("../resources/fonts/tt/TTTravels-DemiBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "TT Travels";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url("../resources/fonts/tt/TTTravels-Bold.woff2") format("woff2"), url("../resources/fonts/tt/TTTravels-Bold.woff") format("woff");
  font-display: swap;
}
:root {
  --ff-regular: "TT Travels", sans-serif;
}

/*
    1. Use a more-intuitive box-sizing model.
*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

/*
    2. Remove default margin
 */
* {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
}

/*
    3. Allow percentage-based heights in the application
*/
html,
body {
  width: 100%;
  height: 100%;
}

/*
    Typographic tweaks!
    4. Add accessible line-height
    5. Improve text rendering
 */
body {
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*
7. Remove built-in form typography styles
*/
input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

button:active {
  outline: none;
}

input[type=submit] {
  cursor: pointer;
}

button {
  color: inherit;
  cursor: pointer;
  background: inherit;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  color: inherit;
}

a,
a:link,
a:visited {
  text-decoration: none;
}

ul li {
  list-style: none;
  list-style-position: inside;
}

ol li {
  list-style-position: inside;
}

/*
    6. Improve media defaults
 */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

img,
svg {
  object-fit: contain;
}

/*
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
*/
/*
  8. Avoid text overflows
*/
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

/*
  9. Create a root stacking context
*/
#root, #__next {
  isolation: isolate;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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.
 */
[type=search]::-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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

fieldset {
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
  --fz-modifier: 0.520834;
  font-size: calc(var(--fz-modifier) * var(--base-size));
}
@media (max-width: 1439px) {
  html {
    --fz-modifier: 0.6949267;
  }
}
@media (max-width: 1365px) {
  html {
    --fz-modifier: 0.625;
  }
}
@media (max-width: 991px) {
  html {
    --fz-modifier: 1.323894;
  }
}
@media (max-width: 575px) {
  html {
    --fz-modifier: 2.666666;
  }
}
@media (max-width: 359px) {
  html {
    --fz-modifier: 2.777777;
  }
}
@media (max-width: 359px) {
  html {
    --fz-modifier: 3.125;
  }
}
html {
  background-color: var(--bg-app);
}

body {
  color: var(--fg-regular);
  font-family: var(--ff-regular);
  font-size: var(--fz-regular);
  background: var(--bg-body);
  letter-spacing: var(--lc-regular);
  font-weight: 400;
  line-height: 120%;
  scroll-behavior: smooth;
}

body._lock {
  overflow: hidden;
  touch-action: none;
}

.wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.container {
  max-width: calc(var(--w-container) + 2 * var(--p-container));
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--p-container);
  padding-right: var(--p-container);
}

.section {
  padding: 5rem 0;
}

h1, .fz-h1 {
  font-size: var(--fz-h1);
  line-height: var(--lh-title);
  font-weight: 700;
}
h1--2, .fz-h1--2 {
  font-size: var(--fz-h1-2);
  line-height: 110%;
}

h2, .fz-h2 {
  font-size: var(--fz-h2);
  line-height: var(--lh-title);
  font-weight: 700;
}

h3, .fz-h3 {
  font-size: var(--fz-h3);
  line-height: var(--lh-title);
  font-weight: 700;
}

h4, .fz-h4 {
  font-size: var(--fz-h4);
  line-height: var(--lh-title);
  font-weight: 700;
}

p {
  font-size: var(--fz-regular);
  color: var(--fg-regular-85);
  line-height: 140%;
}

.fz-20 {
  font-size: var(--fz-20);
  letter-spacing: var(--lc-3);
}

.page-padding {
  padding-bottom: 7rem;
}
@media (max-width: 575px) {
  .page-padding {
    padding-bottom: 5rem;
  }
}

.item--cover {
  position: relative;
}
.item--cover > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.item--center {
  position: relative;
}
.item--center > * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

a, button {
  transition: var(--tr-regular);
}

.section {
  --pd: 7.5rem;
  --pd-full: calc( var(--pd) * 2 );
  padding: var(--pd) 0;
}
.section--top {
  padding-top: var(--pd-full);
}
.section--bottom {
  padding-bottom: var(--pd-full);
}
.section--full {
  padding: var(--pd-full) 0;
}
@media (max-width: 575px) {
  .section {
    --pd: 3rem;
  }
}

[data-pc-hide] {
  display: none;
}

@media (max-width: 991px) {
  [data-mobile-hide] {
    display: none;
  }
  [data-pc-hide] {
    display: inline-block;
  }
}
.animate__animated {
  opacity: 0;
}
@media (max-width: 575px) {
  .animate__animated {
    opacity: 1;
  }
}

.b_modal__storage {
  --z-b_modal: 1000;
  min-width: 57.2rem !important;
}

/**
 * Swiper 11.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 9, 2024
 */
@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;
}
:root {
  --swiper-theme-color:#007aff;
}

: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;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

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

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

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

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

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

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

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

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

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

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

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

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

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

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.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 {
  scroll-snap-type: x mandatory;
}

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  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: "";
  flex-shrink: 0;
  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 {
  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 {
  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);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  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: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  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;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  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-button-next, .swiper-button-prev {
  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: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

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

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

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

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

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  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;
}

.swiper-button-next:after, .swiper-button-prev: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";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  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;
}

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

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

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

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

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

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

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  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;
  box-shadow: none;
  -webkit-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-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

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

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

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

.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%;
  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 {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

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

.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%;
  transform: scale(0);
  transform-origin: left top;
}

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

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

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

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

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  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-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  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;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

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

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

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

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

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

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

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

.swiper-fade .swiper-slide {
  pointer-events: none;
  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;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

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

.swiper-cube.swiper-rtl .swiper-slide {
  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;
  filter: blur(50px);
}

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

.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, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

.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, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

.swiper-cards {
  overflow: visible;
}

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

/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/
:root {
  --animate-duration:1s;
  --animate-delay:1s;
  --animate-repeat:1;
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}

@media (prefers-reduced-motion: reduce), print {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  0%, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shakeX {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shakeX {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}

@-webkit-keyframes shakeY {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shakeY {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}

@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}

@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}

@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}

@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}

@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}

@-webkit-keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}

@-webkit-keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}

@-webkit-keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}

@-webkit-keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}

@-webkit-keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}

@-webkit-keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.air-datepicker-cell.-year-.-other-decade-, .air-datepicker-cell.-day-.-other-month- {
  color: var(--adp-color-other-month);
}

.air-datepicker-cell.-year-.-other-decade-:hover, .air-datepicker-cell.-day-.-other-month-:hover {
  color: var(--adp-color-other-month-hover);
}

.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-, .-disabled-.-focus-.air-datepicker-cell.-day-.-other-month- {
  color: var(--adp-color-other-month);
}

.-selected-.air-datepicker-cell.-year-.-other-decade-, .-selected-.air-datepicker-cell.-day-.-other-month- {
  color: #fff;
  background: var(--adp-background-color-selected-other-month);
}

.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-, .-selected-.-focus-.air-datepicker-cell.-day-.-other-month- {
  background: var(--adp-background-color-selected-other-month-focused);
}

.-in-range-.air-datepicker-cell.-year-.-other-decade-, .-in-range-.air-datepicker-cell.-day-.-other-month- {
  background-color: var(--adp-background-color-in-range);
  color: var(--adp-color);
}

.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-, .-in-range-.-focus-.air-datepicker-cell.-day-.-other-month- {
  background-color: var(--adp-background-color-in-range-focused);
}

.air-datepicker-cell.-year-.-other-decade-:empty, .air-datepicker-cell.-day-.-other-month-:empty {
  background: none;
  border: none;
}

.air-datepicker-cell {
  border-radius: var(--adp-cell-border-radius);
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.air-datepicker-cell.-focus- {
  background: var(--adp-cell-background-color-hover);
}

.air-datepicker-cell.-current- {
  color: var(--adp-color-current-date);
}

.air-datepicker-cell.-current-.-focus- {
  color: var(--adp-color);
}

.air-datepicker-cell.-current-.-in-range- {
  color: var(--adp-color-current-date);
}

.air-datepicker-cell.-disabled- {
  cursor: default;
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-disabled-.-focus- {
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-disabled-.-in-range- {
  color: var(--adp-color-disabled-in-range);
}

.air-datepicker-cell.-disabled-.-current-.-focus- {
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-in-range- {
  background: var(--adp-cell-background-color-in-range);
  border-radius: 0;
}

.air-datepicker-cell.-in-range-:hover, .air-datepicker-cell.-in-range-.-focus- {
  background: var(--adp-cell-background-color-in-range-hover);
}

.air-datepicker-cell.-range-from- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius);
}

.air-datepicker-cell.-range-to- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: 0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0;
}

.air-datepicker-cell.-range-to-.-range-from- {
  border-radius: var(--adp-cell-border-radius);
}

.air-datepicker-cell.-selected- {
  color: #fff;
  border: none;
  background: var(--adp-cell-background-color-selected);
}

.air-datepicker-cell.-selected-.-current- {
  color: #fff;
  background: var(--adp-cell-background-color-selected);
}

.air-datepicker-cell.-selected-.-focus- {
  background: var(--adp-cell-background-color-selected-hover);
}

.air-datepicker-body {
  transition: all var(--adp-transition-duration) var(--adp-transition-ease);
}

.air-datepicker-body.-hidden- {
  display: none;
}

.air-datepicker-body--day-names {
  display: grid;
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  margin: 8px 0 3px;
}

.air-datepicker-body--day-name {
  color: var(--adp-day-name-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}

.air-datepicker-body--day-name.-clickable- {
  cursor: pointer;
}

.air-datepicker-body--day-name.-clickable-:hover {
  color: var(--adp-day-name-color-hover);
}

.air-datepicker-body--cells {
  display: grid;
}

.air-datepicker-body--cells.-days- {
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  grid-auto-rows: var(--adp-day-cell-height);
}

.air-datepicker-body--cells.-months- {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: var(--adp-month-cell-height);
}

.air-datepicker-body--cells.-years- {
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: var(--adp-year-cell-height);
}

.air-datepicker-nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--adp-border-color-inner);
  min-height: var(--adp-nav-height);
  padding: var(--adp-padding);
  box-sizing: content-box;
}

.-only-timepicker- .air-datepicker-nav {
  display: none;
}

.air-datepicker-nav--title, .air-datepicker-nav--action {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.air-datepicker-nav--action {
  width: var(--adp-nav-action-size);
  border-radius: var(--adp-border-radius);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.air-datepicker-nav--action:hover {
  background: var(--adp-background-color-hover);
}

.air-datepicker-nav--action:active {
  background: var(--adp-background-color-active);
}

.air-datepicker-nav--action.-disabled- {
  visibility: hidden;
}

.air-datepicker-nav--action svg {
  width: 32px;
  height: 32px;
}

.air-datepicker-nav--action path {
  fill: none;
  stroke: var(--adp-nav-arrow-color);
  stroke-width: 2px;
}

.air-datepicker-nav--title {
  border-radius: var(--adp-border-radius);
  padding: 0 8px;
}

.air-datepicker-nav--title i {
  font-style: normal;
  color: var(--adp-nav-color-secondary);
  margin-left: 0.3em;
}

.air-datepicker-nav--title:hover {
  background: var(--adp-background-color-hover);
}

.air-datepicker-nav--title:active {
  background: var(--adp-background-color-active);
}

.air-datepicker-nav--title.-disabled- {
  cursor: default;
  background: none;
}

.air-datepicker-buttons {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}

.air-datepicker-button {
  display: inline-flex;
  color: var(--adp-btn-color);
  border-radius: var(--adp-btn-border-radius);
  cursor: pointer;
  height: var(--adp-btn-height);
  border: none;
  background: rgba(255, 255, 255, 0);
}

.air-datepicker-button:hover {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
}

.air-datepicker-button:focus {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
  outline: none;
}

.air-datepicker-button:active {
  background: var(--adp-btn-background-color-active);
}

.air-datepicker-button span {
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.air-datepicker-time {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-column-gap: 12px;
  align-items: center;
  position: relative;
  padding: 0 var(--adp-time-padding-inner);
}

.-only-timepicker- .air-datepicker-time {
  border-top: none;
}

.air-datepicker-time--current {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 14px;
  text-align: center;
}

.air-datepicker-time--current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}

.air-datepicker-time--current-hours, .air-datepicker-time--current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}

.air-datepicker-time--current-hours:after, .air-datepicker-time--current-minutes:after {
  content: "";
  background: var(--adp-background-color-hover);
  border-radius: var(--adp-border-radius);
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}

.air-datepicker-time--current-hours.-focus-:after, .air-datepicker-time--current-minutes.-focus-:after {
  opacity: 1;
}

.air-datepicker-time--current-ampm {
  text-transform: uppercase;
  align-self: flex-end;
  color: var(--adp-time-day-period-color);
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}

.air-datepicker-time--row {
  display: flex;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat;
}

.air-datepicker-time--row:first-child {
  margin-bottom: 4px;
}

.air-datepicker-time--row input[type=range] {
  background: none;
  cursor: pointer;
  flex: 1;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.air-datepicker-time--row input[type=range]::-ms-tooltip {
  display: none;
}

.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type=range]:hover::-ms-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type=range]:focus {
  outline: none;
}

.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type=range]:focus::-ms-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -webkit-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -moz-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -ms-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  margin-top: calc(var(--adp-time-thumb-size) / 2 * -1);
}

.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-moz-range-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-ms-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-ms-fill-lower {
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-ms-fill-upper {
  background: rgba(0, 0, 0, 0);
}

.air-datepicker {
  --adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --adp-font-size: 14px;
  --adp-width: 246px;
  --adp-z-index: 100;
  --adp-padding: 4px;
  --adp-grid-areas: "nav" "body" "timepicker" "buttons";
  --adp-transition-duration: .3s;
  --adp-transition-ease: ease-out;
  --adp-transition-offset: 8px;
  --adp-background-color: #fff;
  --adp-background-color-hover: #f0f0f0;
  --adp-background-color-active: #eaeaea;
  --adp-background-color-in-range: rgba(92, 196, 239, .1);
  --adp-background-color-in-range-focused: rgba(92, 196, 239, .2);
  --adp-background-color-selected-other-month-focused: #8ad5f4;
  --adp-background-color-selected-other-month: #a2ddf6;
  --adp-color: #4a4a4a;
  --adp-color-secondary: #9c9c9c;
  --adp-accent-color: #4eb5e6;
  --adp-color-current-date: var(--adp-accent-color);
  --adp-color-other-month: #dedede;
  --adp-color-disabled: #aeaeae;
  --adp-color-disabled-in-range: #939393;
  --adp-color-other-month-hover: #c5c5c5;
  --adp-border-color: #dbdbdb;
  --adp-border-color-inner: #efefef;
  --adp-border-radius: 4px;
  --adp-border-color-inline: #d7d7d7;
  --adp-nav-height: 32px;
  --adp-nav-arrow-color: var(--adp-color-secondary);
  --adp-nav-action-size: 32px;
  --adp-nav-color-secondary: var(--adp-color-secondary);
  --adp-day-name-color: #ff9a19;
  --adp-day-name-color-hover: #8ad5f4;
  --adp-day-cell-width: 1fr;
  --adp-day-cell-height: 32px;
  --adp-month-cell-height: 42px;
  --adp-year-cell-height: 56px;
  --adp-pointer-size: 10px;
  --adp-poiner-border-radius: 2px;
  --adp-pointer-offset: 14px;
  --adp-cell-border-radius: 4px;
  --adp-cell-background-color-hover: var(--adp-background-color-hover);
  --adp-cell-background-color-selected: #5cc4ef;
  --adp-cell-background-color-selected-hover: #45bced;
  --adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);
  --adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);
  --adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);
  --adp-btn-height: 32px;
  --adp-btn-color: var(--adp-accent-color);
  --adp-btn-color-hover: var(--adp-color);
  --adp-btn-border-radius: var(--adp-border-radius);
  --adp-btn-background-color-hover: var(--adp-background-color-hover);
  --adp-btn-background-color-active: var(--adp-background-color-active);
  --adp-time-track-height: 1px;
  --adp-time-track-color: #dedede;
  --adp-time-track-color-hover: #b1b1b1;
  --adp-time-thumb-size: 12px;
  --adp-time-padding-inner: 10px;
  --adp-time-day-period-color: var(--adp-color-secondary);
  --adp-mobile-font-size: 16px;
  --adp-mobile-nav-height: 40px;
  --adp-mobile-width: 320px;
  --adp-mobile-day-cell-height: 38px;
  --adp-mobile-month-cell-height: 48px;
  --adp-mobile-year-cell-height: 64px;
}

.air-datepicker-overlay {
  --adp-overlay-background-color: rgba(0, 0, 0, .3);
  --adp-overlay-transition-duration: .3s;
  --adp-overlay-transition-ease: ease-out;
  --adp-overlay-z-index: 99;
}

.air-datepicker {
  background: var(--adp-background-color);
  border: 1px solid var(--adp-border-color);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: var(--adp-border-radius);
  box-sizing: content-box;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, max-content);
  grid-template-areas: var(--adp-grid-areas);
  font-family: var(--adp-font-family), sans-serif;
  font-size: var(--adp-font-size);
  color: var(--adp-color);
  width: var(--adp-width);
  position: absolute;
  transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease);
  z-index: var(--adp-z-index);
}

.air-datepicker:not(.-custom-position-) {
  opacity: 0;
}

.air-datepicker.-from-top- {
  transform: translateY(calc(var(--adp-transition-offset) * -1));
}

.air-datepicker.-from-right- {
  transform: translateX(var(--adp-transition-offset));
}

.air-datepicker.-from-bottom- {
  transform: translateY(var(--adp-transition-offset));
}

.air-datepicker.-from-left- {
  transform: translateX(calc(var(--adp-transition-offset) * -1));
}

.air-datepicker.-active-:not(.-custom-position-) {
  transform: translate(0, 0);
  opacity: 1;
}

.air-datepicker.-active-.-custom-position- {
  transition: none;
}

.air-datepicker.-inline- {
  border-color: var(--adp-border-color-inline);
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  transform: none;
}

.air-datepicker.-inline- .air-datepicker--pointer {
  display: none;
}

.air-datepicker.-is-mobile- {
  --adp-font-size: var(--adp-mobile-font-size);
  --adp-day-cell-height: var(--adp-mobile-day-cell-height);
  --adp-month-cell-height: var(--adp-mobile-month-cell-height);
  --adp-year-cell-height: var(--adp-mobile-year-cell-height);
  --adp-nav-height: var(--adp-mobile-nav-height);
  --adp-nav-action-size: var(--adp-mobile-nav-height);
  position: fixed;
  width: var(--adp-mobile-width);
  border: none;
}

.air-datepicker.-is-mobile- * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.air-datepicker.-is-mobile- .air-datepicker--pointer {
  display: none;
}

.air-datepicker.-is-mobile-:not(.-custom-position-) {
  transform: translate(-50%, calc(-50% + var(--adp-transition-offset)));
}

.air-datepicker.-is-mobile-.-active-:not(.-custom-position-) {
  transform: translate(-50%, -50%);
}

.air-datepicker.-custom-position- {
  transition: none;
}

.air-datepicker-global-container {
  position: absolute;
  left: 0;
  top: 0;
}

.air-datepicker--pointer {
  --pointer-half-size: calc(var(--adp-pointer-size) / 2);
  position: absolute;
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  z-index: -1;
}

.air-datepicker--pointer:after {
  content: "";
  position: absolute;
  background: #fff;
  border-top: 1px solid var(--adp-border-color-inline);
  border-right: 1px solid var(--adp-border-color-inline);
  border-top-right-radius: var(--adp-poiner-border-radius);
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  box-sizing: border-box;
}

.-top-left- .air-datepicker--pointer, .-top-center- .air-datepicker--pointer, .-top-right- .air-datepicker--pointer, [data-popper-placement^=top] .air-datepicker--pointer {
  top: calc(100% - var(--pointer-half-size) + 1px);
}

.-top-left- .air-datepicker--pointer:after, .-top-center- .air-datepicker--pointer:after, .-top-right- .air-datepicker--pointer:after, [data-popper-placement^=top] .air-datepicker--pointer:after {
  transform: rotate(135deg);
}

.-right-top- .air-datepicker--pointer, .-right-center- .air-datepicker--pointer, .-right-bottom- .air-datepicker--pointer, [data-popper-placement^=right] .air-datepicker--pointer {
  right: calc(100% - var(--pointer-half-size) + 1px);
}

.-right-top- .air-datepicker--pointer:after, .-right-center- .air-datepicker--pointer:after, .-right-bottom- .air-datepicker--pointer:after, [data-popper-placement^=right] .air-datepicker--pointer:after {
  transform: rotate(225deg);
}

.-bottom-left- .air-datepicker--pointer, .-bottom-center- .air-datepicker--pointer, .-bottom-right- .air-datepicker--pointer, [data-popper-placement^=bottom] .air-datepicker--pointer {
  bottom: calc(100% - var(--pointer-half-size) + 1px);
}

.-bottom-left- .air-datepicker--pointer:after, .-bottom-center- .air-datepicker--pointer:after, .-bottom-right- .air-datepicker--pointer:after, [data-popper-placement^=bottom] .air-datepicker--pointer:after {
  transform: rotate(315deg);
}

.-left-top- .air-datepicker--pointer, .-left-center- .air-datepicker--pointer, .-left-bottom- .air-datepicker--pointer, [data-popper-placement^=left] .air-datepicker--pointer {
  left: calc(100% - var(--pointer-half-size) + 1px);
}

.-left-top- .air-datepicker--pointer:after, .-left-center- .air-datepicker--pointer:after, .-left-bottom- .air-datepicker--pointer:after, [data-popper-placement^=left] .air-datepicker--pointer:after {
  transform: rotate(45deg);
}

.-top-left- .air-datepicker--pointer, .-bottom-left- .air-datepicker--pointer {
  left: var(--adp-pointer-offset);
}

.-top-right- .air-datepicker--pointer, .-bottom-right- .air-datepicker--pointer {
  right: var(--adp-pointer-offset);
}

.-top-center- .air-datepicker--pointer, .-bottom-center- .air-datepicker--pointer {
  left: calc(50% - var(--adp-pointer-size) / 2);
}

.-left-top- .air-datepicker--pointer, .-right-top- .air-datepicker--pointer {
  top: var(--adp-pointer-offset);
}

.-left-bottom- .air-datepicker--pointer, .-right-bottom- .air-datepicker--pointer {
  bottom: var(--adp-pointer-offset);
}

.-left-center- .air-datepicker--pointer, .-right-center- .air-datepicker--pointer {
  top: calc(50% - var(--adp-pointer-size) / 2);
}

.air-datepicker--navigation {
  grid-area: nav;
}

.air-datepicker--content {
  box-sizing: content-box;
  padding: var(--adp-padding);
  grid-area: body;
}

.-only-timepicker- .air-datepicker--content {
  display: none;
}

.air-datepicker--time {
  grid-area: timepicker;
}

.air-datepicker--buttons {
  grid-area: buttons;
}

.air-datepicker--buttons, .air-datepicker--time {
  padding: var(--adp-padding);
  border-top: 1px solid var(--adp-border-color-inner);
}

.air-datepicker-overlay {
  position: fixed;
  background: var(--adp-overlay-background-color);
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), left 0s, height 0s, width 0s;
  transition-delay: 0s, var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration);
  z-index: var(--adp-overlay-z-index);
}

.air-datepicker-overlay.-active- {
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), height 0s, width 0s;
}

.bayan {
  overflow: hidden;
  transition: all 0.4s;
  --toggler-line-width: 100%;
  --toggler-line-height: 0.4rem;
  --closer-width: 3rem;
  --closer-height: 3rem;
}
@media (max-width: 991px) {
  .bayan {
    --closer-width: 1.6rem;
    --closer-height: 1.6rem;
    --toggler-line-height: 0.2rem;
  }
}

.bayan__top {
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.bayan__bottom {
  transition: all 0.4s;
  opacity: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  grid-template-rows: 0fr;
  display: grid;
}

.bayan__bottom > * {
  min-height: 0;
  transition: var(--tr-regular);
}

.bayan:not(.bayan--opened) .bayan__bottom > * {
  padding-top: 0;
  padding-bottom: 0;
}

.bayan__bottom--absolute {
  position: absolute;
}

.bayan--opened > .bayan__bottom {
  opacity: 1;
  grid-template-rows: 1fr;
}

.bayan__toggler {
  position: relative;
  width: var(--closer-width, 3rem);
  min-width: var(--closer-width, 3rem);
  height: var(--closer-height, 3rem);
  transition: var(--tr);
  transform-origin: center;
}

.bayan__toggler:before,
.bayan__toggler:after {
  content: "";
  position: relative;
  top: 50%;
  left: 50%;
  display: block;
  background: var(--toggler-color, #000);
  transition: var(--tr);
  border-radius: 2rem;
}

.bayan__toggler:before {
  width: var(--toggler-line-width, 40%);
  min-width: var(--toggler-line-width, 40%);
  height: var(--toggler-line-height, 0.2rem);
}

.bayan__toggler:after {
  width: var(--toggler-line-height, 0.2rem);
  min-width: var(--toggler-line-height, 0.2rem);
  height: var(--toggler-line-width, 40%);
}

.bayan__toggler:before {
  transform: translate(-50%, -50%);
}

.bayan__toggler:after {
  transform: translate(-50%, -60%);
}

.bayan--opened .bayan__toggler:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.bayan--opened .bayan__toggler:after {
  transform: translate(-50%, -60%) rotate(45deg);
}

.bayan--closer-minus.bayan--opened .bayan__toggler:before {
  transform: translate(-50%, -50%);
}

.bayan--closer-minus.bayan--opened .bayan__toggler:after {
  transform: translate(-50%, -62%) rotate(90deg);
}

.bayan--toggler-triangle .bayan__toggler {
  transform-origin: center;
}

.bayan--toggler-triangle .bayan__toggler::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2rem 1.4rem 0 1.4rem;
  border-color: #000 transparent transparent transparent;
  transform: none;
  background: transparent;
}
@media (max-width: 413px) {
  .bayan--toggler-triangle .bayan__toggler::before {
    border-width: 1.5rem 0.9rem 0px 0.9rem;
  }
}

.bayan--toggler-triangle .bayan__toggler::after {
  display: none;
}

.bayan--opened > .bayan__top .bayan__toggler {
  transform: rotate(180deg);
}

.bayan--toggler-triangle .bayan--opened .bayan__toggler::before {
  top: 0.7rem;
}
@media (max-width: 449px) {
  .bayan--toggler-triangle .bayan--opened .bayan__toggler::before {
    top: -1.3rem;
  }
}
@media (max-width: 413px) {
  .bayan--toggler-triangle .bayan--opened .bayan__toggler::before {
    left: 1.4rem;
    top: 2.2rem;
  }
}

:root {
  --tr-jolly-enter: cubic-bezier(0.5, 0, 0.5, 1);
  --tr-jolly-leave: cubic-bezier(0.5, 0, 0.5, 1);
  --c-b_modal-closer-hover: #ff3b30;
  --z-b_modal: 1234567890;
  --bg-overlay: rgba(0, 0, 0, 0);
  --bg-overlay-visible: rgba(0, 0, 0, 0.8);
  --bg-b_modal-closer: rgba(222,222,222, 0.5);
}

.b_modal__storage {
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--z-b_modal);
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.b_modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: var(--bg-overlay);
  transition: all 0.5s var(--tr-jolly-leave);
}

.b_modal__overlay._show {
  pointer-events: initial;
  background-color: var(--bg-overlay-visible);
  transition: all 0.5s var(--tr-jolly-enter);
}

.b_modal__aligner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 1em;
}

.b_modal__content {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  transition: all 0.3s ease;
  transition: all 0.5s var(--tr-jolly-enter);
  transform: scale(0.86);
}

.b_modal {
  transition: var(--tr-regular);
  opacity: 0;
  transform: translateY(25rem) scale(0.8);
  transition: all 0.5s var(--tr-jolly-leave), opacity 0.3s var(--tr-jolly-leave);
}

._show .b_modal {
  transform: translateY(0) scale(1);
  opacity: 1;
  transition: all 0.5s var(--tr-jolly-enter), opacity 0.3s var(--tr-jolly-leave);
}

.b_modal__closer {
  position: absolute;
  top: 2rem;
  right: 2rem;
  display: block;
  width: 2.5em;
  height: 2.5em;
  font-size: 1.4rem;
  color: transparent;
  transition: all 0.3s ease;
  background-color: var(--bg-b_modal-closer);
  border-radius: 1rem;
  transform: scale(0);
}

._show .b_modal__closer {
  transform: scale(1);
}

.b_modal__closer::before,
.b_modal__closer::after {
  --closer-color: rgba(0,0,0, 1);
  content: "";
  position: absolute;
  top: 44%;
  right: 0;
  left: 0;
  display: block;
  width: 80%;
  height: 13%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 1em;
  background-color: var(--closer-color);
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .b_modal__closer::before,
  .b_modal__closer::after {
    top: 46%;
    width: 70%;
  }
}

.b_modal__closer::before {
  transform: rotate(45deg);
}

.b_modal__closer::after {
  transform: rotate(-45deg);
}

@media (any-hover: hover) {
  .b_modal__closer:hover::before,
  .b_modal__closer:hover::after {
    --closer-color: var(--c-b_modal-closer-hover);
  }
}

.b_modal--scrollable {
  padding-bottom: 0;
}

.b_modal--scrollable._show .b_modal__aligner {
  align-items: flex-start;
  overflow-x: hidden;
  overflow-y: auto;
}

.b_modal--slide-left {
  transform: translateX(100%);
  opacity: 1;
}

._show .b_modal--slide-left {
  transform: translateX(0);
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes minipulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.menu {
  display: flex;
  align-items: center;
}
.menu__item {
  margin-right: 3.7rem;
  position: relative;
}
.menu__item:last-child {
  margin-right: 0;
}
.menu__item--imperion .menu__link {
  color: #DEBC7C;
}
@media (any-hover: hover) {
  .menu__item.menu-item-has-children:hover > .menu__link svg {
    transform: rotate(180deg);
  }
  .menu__item.menu-item-has-children:hover .menu__submenu {
    opacity: 1;
    pointer-events: auto;
  }
}
@media (max-width: 575px) {
  .menu__item--active > .menu__link svg {
    transform: rotate(180deg);
  }
  .menu__item--active .menu__submenu {
    opacity: 1;
    pointer-events: auto;
    max-height: 100%;
    padding-top: 1.2rem;
  }
}
.menu__link {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: var(--fz-14);
  font-weight: 700;
  color: var(--fg-white);
  letter-spacing: 0.2rem;
}
.menu__link svg {
  width: 0.8rem;
  height: auto;
  margin-left: 0.5rem;
  transition: var(--tr-regular);
}
.menu__submenu {
  position: absolute;
  left: 0;
  min-width: max-content;
  padding-top: 2.3rem;
  opacity: 0;
  pointer-events: none;
  transition: var(--tr-regular);
}
.menu__submenu .menu__item {
  margin-right: 0;
  margin-bottom: 2rem;
}
@media (max-width: 575px) {
  .menu__submenu .menu__item {
    margin-bottom: 1.2rem !important;
  }
}
.menu__submenu .menu__link {
  font-size: var(--fz-regular);
  font-weight: 400;
}
@media (max-width: 575px) {
  .menu__submenu .menu__link {
    text-transform: none;
    font-size: var(--fz-regular);
    letter-spacing: 0;
  }
}
@media (max-width: 575px) {
  .menu__submenu {
    position: relative;
    min-width: 100%;
    max-height: 0;
    padding-top: 0;
    opacity: 0;
  }
}
.menu__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 998;
  pointer-events: none;
  opacity: 0;
  transition: var(--tr-regular);
}

.burger {
  display: none;
  position: relative;
}
@media (max-width: 991px) {
  .burger {
    display: block;
  }
}
.burger:after, .burger:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0.1rem;
  transform: translate(-50%, -50%) rotate(45deg);
  background: var(--fg-white);
  transition: var(--tr-regular);
}
.burger:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.burger--active:before, .burger--active:after {
  width: 100%;
}
.burger--active .burger__line {
  opacity: 0;
}
.burger__line {
  display: block;
  width: 1.8rem;
  height: 0.1rem;
  background: var(--fg-white);
  margin-bottom: 0.4rem;
  transition: var(--tr-regular);
}
.burger__line:last-child {
  margin-bottom: 0;
  width: 1rem;
  margin-left: auto;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: fit-content;
  background: var(--fg-white);
  padding: 2.3rem 3.8rem;
  border-radius: 0.8rem;
  color: var(--fg-black);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 130%;
  font-size: var(--fz-18);
}
.btn[data-pc-hide] {
  display: none !important;
}
@media (max-width: 575px) {
  .btn {
    width: 100%;
    max-width: 100%;
    padding: 1.6rem 0;
    text-align: center;
    justify-content: center;
    font-size: var(--fz-14);
  }
  .btn[data-mobile-hide] {
    display: none !important;
  }
  .btn[data-pc-hide] {
    display: flex !important;
  }
}
.btn--small {
  padding: 1.1rem 1.5rem;
  font-size: var(--fz-13);
  line-height: 130%;
}
.btn--big {
  padding-left: 8.95rem;
  padding-right: 8.95rem;
}
.btn:disabled {
  background: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.2);
  pointer-events: none;
}
.btn--border {
  border: 0.1rem solid rgba(255, 255, 255, 0.2);
  padding-left: 5rem;
  padding-right: 5rem;
  color: var(--fg-white);
  background: none;
}
.btn--border-small {
  padding: 1.5rem 3.8rem;
  border-color: var(--fg-white);
  font-size: var(--fz-regular);
  line-height: 130%;
  font-weight: 600;
  border-radius: 0.4rem;
  text-transform: none;
}
@media (any-hover: hover) {
  .btn:hover {
    background: #B7B7B7;
  }
}

.socials {
  display: flex;
  align-items: center;
}
.socials__item {
  margin-right: 1rem;
}
.socials__item:last-child {
  margin-right: 0;
}

.block-header {
  margin: 0 auto 8rem;
  text-align: center;
}
@media (max-width: 575px) {
  .block-header {
    margin-bottom: 3rem;
  }
}
.block-header--left {
  text-align: left;
}
.block-header__title span {
  color: var(--fg-green);
}
@media (max-width: 575px) {
  .block-header__title {
    font-size: 2.4rem;
  }
}
.block-header__subtitle {
  margin-top: 2rem;
}
.block-header__text {
  margin-top: 3rem;
  line-height: var(--lh-text);
  color: var(--fg-white-o-60);
}
.block-header__text--white {
  color: var(--fg-white);
}
@media (max-width: 575px) {
  .block-header__text {
    font-size: var(--fz-12);
    max-width: 28rem;
    margin: 1rem auto 0;
  }
  .block-header__text br {
    display: none;
  }
}
@media (max-width: 991px) {
  .block-header {
    margin-bottom: 3rem;
  }
}

.imperion__block {
  padding: 17.9rem 0 18rem;
  border-radius: var(--br-30);
  position: relative;
}
.imperion__block:before {
  content: "";
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(148.277deg, #DEBC7C 30%, rgba(0, 0, 0, 0) 50%, #DEBC7C 100%);
  border-radius: var(--br-30);
}
@media (max-width: 575px) {
  .imperion__block:before {
    background: linear-gradient(148.277deg, #DEBC7C 30%, rgba(0, 0, 0, 0) 50%, #DEBC7C 100%);
  }
}
.imperion__block:after {
  content: "";
  position: absolute;
  inset: 0.1rem;
  border-radius: var(--br-30);
  background-color: var(--bg-body);
}
@media (max-width: 575px) {
  .imperion__block:after {
    inset: 0.01rem;
  }
}
@media (max-width: 575px) {
  .imperion__block {
    padding: 5.1rem 0 0;
    min-height: 40.5rem;
  }
}
.imperion__media {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: calc(100% - 0.2rem);
  height: calc(100% - 0.2rem);
  z-index: 5;
  border-radius: var(--br-30);
  overflow: hidden;
}
@media (max-width: 575px) {
  .imperion__media {
    height: 34.5rem;
    top: auto;
    transform: translate(-50%, 0);
    bottom: 0;
  }
}
@media (max-width: 575px) {
  .imperion__logo {
    max-width: 23.8rem;
    margin: 0 auto;
  }
}
.imperion__content {
  max-width: 48.7rem;
  position: relative;
  z-index: 6;
  margin-left: 7.5rem;
}
@media (max-width: 575px) {
  .imperion__content {
    margin-left: 0;
    padding: 0 2rem;
  }
}
.imperion__btn {
  backdrop-filter: blur(22.9439125061px);
  background: linear-gradient(316deg, #a0814a 0%, #debc7c 100%);
  margin: 3.9rem auto 0;
}
@media (max-width: 575px) {
  .imperion__btn {
    margin-top: 2rem;
    padding: 1.75rem 0 1.55rem;
  }
}
.imperion-btn {
  display: flex;
  align-items: center;
  max-width: fit-content;
  border-radius: 0.4rem;
  background: #56594A;
  padding: 0.8rem 2.1rem 0.9rem 2.1rem;
}
.imperion-btn > svg {
  width: 1.6rem;
  height: auto;
}
.imperion-btn__title {
  margin-left: 1.1rem;
}
.imperion-btn__title svg {
  width: 11.2rem;
  height: auto;
}

.logo svg, .logo img {
  width: 13.7rem;
  height: auto;
}

.phone {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: var(--fg-white);
  font-size: var(--fz-16);
  letter-spacing: 0;
}
@media (max-width: 575px) {
  .phone {
    font-size: var(--fz-12);
  }
}
.phone svg {
  width: 1.4rem;
  height: auto;
}
.phone svg path {
  transition: var(--tr-regular);
}
@media (max-width: 575px) {
  .phone svg {
    width: 1.3rem;
  }
}
.phone span {
  margin-left: 1rem;
}
@media (any-hover: hover) {
  .phone:hover path {
    fill: var(--fg-green);
  }
  .phone:hover {
    color: var(--fg-green);
  }
}

.title span {
  color: var(--fg-green);
}
.title--green {
  color: var(--fg-green);
}

.text-content {
  --mb: 2rem;
  --mb-li: 1.5rem;
  --fz: var(--fz-regular);
  --lh: var(--lh-text);
  --li-before-bg: var(--fg-white-o-60);
  --li-top: .95rem;
  --li-width: .1rem;
  --li-pd: 1.5rem;
  --color: var(--fg-white-o-60);
  color: var(--color);
}
.text-content > * {
  margin-bottom: var(--mb);
  line-height: var(--lh);
}
.text-content > *:last-child {
  margin-bottom: 0;
}
.text-content *:not(h1, h2, h3, h4, h5, h6) {
  font-size: var(--fz);
}
.text-content strong {
  color: var(--fg-white);
}
.text-content ul {
  list-style: none;
  padding: 0 0 0 1rem;
  margin: 0 0 var(--mb);
}
.text-content ul li {
  position: relative;
  margin-bottom: var(--mb-li);
  padding-left: var(--li-pd);
}
.text-content ul li:last-child {
  margin-bottom: 0;
}
.text-content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: var(--li-top);
  width: var(--li-width);
  height: var(--li-width);
  border-radius: 50%;
  background: var(--li-before-bg);
}
.text-content img {
  border-radius: 5rem;
  margin: 3.1rem 0 3.5rem;
}
.text-content table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.text-content table td {
  padding: 0.8rem 1rem;
  border: 0.1rem solid var(--fg-white-o-60);
}
.text-content .wp-block-media-text {
  grid-template-columns: 6fr 6fr;
  gap: 6rem;
}
.text-content .wp-block-media-text__content > * {
  margin-bottom: var(--mb);
}
.text-content .wp-block-media-text__content > *:last-child {
  margin-bottom: 0;
}
.text-content .wp-block-image {
  margin: 8rem 0;
}
.text-content .wp-block-image img {
  width: 100%;
  height: auto;
  margin: 0;
}
.text-content .wp-block-image .wp-element-caption {
  margin: 4rem 0 0;
  font-size: var(--fz-regular);
}
.text-content .wp-block-gallery {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 6rem !important;
  margin: 8rem 0 !important;
}
.text-content .wp-block-gallery .wp-block-image {
  width: 100% !important;
}
.text-content .wp-block-gallery .wp-element-caption {
  position: relative !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  text-align: left !important;
  color: var(--fg-white-o-60) !important;
  font-size: var(--fz-regular) !important;
  line-height: var(--lh-text) !important;
  padding: 0 !important;
  margin-top: 4rem !important;
}

@media (min-width: 991px) {
  .swiper__grid .swiper-wrapper {
    display: grid;
    transform: none;
  }
}

.swiper__arrow {
  min-width: 6rem;
  height: 6rem;
  border-radius: 0 2rem 2rem 0;
  background: var(--fg-black);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 15;
}
.swiper__arrow svg {
  width: 1.4rem;
  height: auto;
}
.swiper__arrow--next {
  left: auto;
  right: 0;
  border-radius: 2rem 0 0 2rem;
}
.swiper__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 2.3rem !important;
  left: 0 !important;
  top: auto !important;
  right: auto !important;
  width: 100%;
  z-index: 15;
}
.swiper__dots .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: 0.1rem solid var(--fg-white);
  background: var(--fg-white);
  margin-right: 1.5rem;
  opacity: 1;
  transition: var(--tr-regular);
}
.swiper__dots .swiper-pagination-bullet-active {
  background: none;
  width: 1.1rem;
  height: 1.1rem;
  border: 0.2rem solid var(--fg-green);
}
.swiper__dots .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.border {
  --b-color: var(--fg-green);
  --bg-color: var(--bg-modal);
}
.border--input {
  background: radial-gradient(circle at 100% 100%, var(--bg-color) 0, var(--bg-color) 1.1rem, transparent 1.1rem) 0% 0%/1.2rem 1.2rem no-repeat, radial-gradient(circle at 0 100%, var(--bg-color) 0, var(--bg-color) 1.1rem, transparent 1.1rem) 100% 0%/1.2rem 1.2rem no-repeat, radial-gradient(circle at 100% 0, var(--bg-color) 0, var(--bg-color) 1.1rem, transparent 1.1rem) 0% 100%/1.2rem 1.2rem no-repeat, radial-gradient(circle at 0 0, var(--bg-color) 0, var(--bg-color) 1.1rem, transparent 1.1rem) 100% 100%/1.2rem 1.2rem no-repeat, linear-gradient(var(--bg-color), var(--bg-color)) 50% 50%/calc(100% - 0.2rem) calc(100% - 2.4rem) no-repeat, linear-gradient(var(--bg-color), var(--bg-color)) 50% 50%/calc(100% - 2.4rem) calc(100% - 0.2rem) no-repeat, linear-gradient(90deg, var(--b-color) 1%, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0) 67%, var(--b-color) 100%);
}
.border--big {
  background: radial-gradient(circle at 100% 100%, var(--bg-color) 0, var(--bg-color) 1.9rem, transparent 1.9rem) 0% 0%/2rem 2rem no-repeat, radial-gradient(circle at 0 100%, var(--bg-color) 0, var(--bg-color) 1.9rem, transparent 1.9rem) 100% 0%/2rem 2rem no-repeat, radial-gradient(circle at 100% 0, var(--bg-color) 0, var(--bg-color) 1.9rem, transparent 1.9rem) 0% 100%/2rem 2rem no-repeat, radial-gradient(circle at 0 0, var(--bg-color) 0, var(--bg-color) 1.9rem, transparent 1.9rem) 100% 100%/2rem 2rem no-repeat, linear-gradient(var(--bg-color), var(--bg-color)) 50% 50%/calc(100% - 0.2rem) calc(100% - 4rem) no-repeat, linear-gradient(var(--bg-color), var(--bg-color)) 50% 50%/calc(100% - 4rem) calc(100% - 0.2rem) no-repeat, linear-gradient(90deg, var(--b-color) 1%, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0) 67%, var(--b-color) 100%);
}

.breadcrumbs {
  padding: 17.3rem 0 3.5rem;
  position: relative;
  z-index: 5;
}
@media (max-width: 575px) {
  .breadcrumbs {
    padding: 5rem 0 3.5rem;
  }
}
.breadcrumbs__list {
  display: flex;
  align-items: center;
}
.breadcrumbs__link {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.3);
}
.breadcrumbs__sep {
  margin: 0 1rem;
}
.breadcrumbs__current {
  color: var(--fg-white);
}
.breadcrumbs--mb40 {
  padding-bottom: 4rem;
}

.page-header {
  padding: 16.3rem 0 7.5rem;
  position: relative;
}
.page-header .breadcrumbs {
  padding: 0;
  margin-bottom: 10.6rem;
}
.page-header__title {
  margin: 0;
  line-height: 110%;
  position: relative;
  z-index: 5;
}
.page-header__title span {
  color: var(--fg-green);
}
.page-header__before {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.page-header__media {
  position: absolute;
  right: 0;
  bottom: -5rem;
  max-width: 133.8rem;
}

.card {
  padding: 3.6rem;
  border-radius: var(--br-30);
  position: relative;
  overflow: hidden;
}
.card:before {
  content: "";
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(-42.69deg, #1C9F43 0%, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0) 67%, #1C9F43 100%);
  border-radius: var(--br-30);
}
.card:after {
  content: "";
  position: absolute;
  inset: 0.1rem;
  border-radius: var(--br-30);
  background-color: var(--bg-body);
}
.card__wrapper {
  position: relative;
  z-index: 5;
}
.card__media {
  min-height: 20.6rem;
  border-radius: 1.6rem;
  overflow: hidden;
  margin-bottom: 3rem;
}
.card__title {
  margin-bottom: 2rem;
}
.card__text {
  line-height: var(--lh-text);
  color: var(--fg-white-o-60);
}
.card__content {
  padding-right: 4.7rem;
}
.card__btn {
  margin-top: 2.2rem;
}
.card__date {
  color: var(--fg-white-o-60);
  margin-bottom: 1.2rem;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.4rem;
}

.loadmore {
  margin: 7rem auto 0;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  z-index: 998;
  pointer-events: none;
  background: var(--bg-body);
  padding: 5.6rem 2rem;
  transition: var(--tr-regular);
}
.mobile-menu__menu {
  display: block;
}
.mobile-menu__menu .menu__item {
  margin-right: 0;
  margin-bottom: 2.2rem;
}
.mobile-menu__menu .menu__link {
  font-size: var(--fz-14);
}
.mobile-menu__phone {
  margin-bottom: 2.1rem;
}
.mobile-menu__btn {
  position: absolute;
  bottom: 2.7rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 4rem);
}
.mobile-menu--active {
  pointer-events: auto;
  right: 0;
}

.header {
  padding: 8.1rem 0 2rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: var(--tr-regular);
}
.header--fixed {
  padding: 2rem 0;
}
.header--hide {
  transform: translateY(-100%);
}
@media (max-width: 991px) {
  .header {
    padding: 1rem 0;
  }
}
.header__logo {
  margin-top: -0.5rem;
}
@media (max-width: 991px) {
  .header__logo {
    max-width: 10rem;
  }
}
@media (max-width: 575px) {
  .header__logo {
    max-width: 6.2rem;
    margin-top: 0;
  }
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__left {
  display: flex;
  align-items: center;
}
.header__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 575px) {
  .header__right {
    display: none;
  }
}
.header__menu {
  margin-left: 4rem;
}
.header__menu .menu__item {
  margin-right: 3.7rem;
}
.header__menu .menu__link {
  font-size: var(--fz-13);
}
@media (max-width: 991px) {
  .header__menu {
    display: none;
  }
}
.header__btn {
  margin-left: 3.1rem;
}

.footer {
  padding: 3.5rem 0 12rem;
  position: relative;
  z-index: 999;
}
@media (max-width: 575px) {
  .footer {
    padding: 2.5rem 0 5rem;
  }
}
.footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .footer__logo {
    max-width: 7.6rem;
  }
}
.footer__left {
  display: flex;
  align-items: center;
}
.footer__menu {
  margin-left: 5.9rem;
  margin-top: 1rem;
}
@media (max-width: 575px) {
  .footer__menu {
    display: none;
  }
}
.footer__imperion {
  margin-left: 4.5rem;
  margin-top: 1rem;
}
@media (max-width: 575px) {
  .footer__imperion {
    display: none;
  }
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.4rem;
}
@media (max-width: 575px) {
  .footer__bottom {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.footer__info {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .footer__info {
    order: 2;
    width: 100%;
    justify-content: space-between;
  }
}
.footer__age {
  border-radius: 0.4rem;
  min-width: 5rem;
  height: 3.2rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: var(--fz-14);
  text-align: center;
}
@media (max-width: 575px) {
  .footer__age {
    order: 2;
  }
}
.footer__age span {
  position: relative;
  z-index: 5;
}
.footer__age:before {
  content: "";
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(173.108deg, #1C9F43 0%, rgba(4, 4, 4, 0) 81%, #1C9F43 100%);
  border-radius: 0.4rem;
}
.footer__age:after {
  content: "";
  position: absolute;
  inset: 0.1rem;
  border-radius: 0.4rem;
  background-color: var(--bg-body);
}
.footer__policy {
  margin-left: 2.6rem;
  font-weight: 600;
  font-size: var(--fz-14);
}
@media (max-width: 575px) {
  .footer__policy {
    order: 1;
    margin-left: 0;
  }
}
.footer__policy a {
  color: var(--fg-white);
  text-decoration: underline !important;
}
@media (max-width: 575px) {
  .footer__policy a {
    color: var(--fg-green);
  }
}
.footer__apps {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 575px) {
  .footer__apps {
    order: 1;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 1.9rem;
  }
}
.footer__app {
  width: 14rem;
  height: 5rem;
  border-radius: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid var(--fg-green);
  margin-right: 1.6rem;
}
.footer__app:last-child {
  margin-right: 0;
}
.footer__app img {
  max-width: 11.5rem;
  height: auto;
}

.filters-select {
  border-radius: var(--border-radius);
  position: relative;
}
.filters-select__result {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.4rem;
  font-weight: 600;
  line-height: 130%;
  position: relative;
  height: var(--height);
  padding: 0 1.2rem;
  cursor: pointer;
  z-index: 100;
  transition: var(--tr-regular);
}
.filters-select__result svg {
  transition: var(--tr-regular);
  margin-left: 1rem;
}
.filters-select__row {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 3.5rem;
  border: var(--border);
  border-radius: var(--border-radius);
  z-index: 99;
  transition: var(--tr-regular);
  background: var(--bg-body);
}
@media (max-width: 575px) {
  .filters-select__row {
    padding-top: 3.75rem;
  }
}
.filters-select__list {
  display: none;
}
.filters-select__opener {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 3.2rem;
}
.filters-select__item {
  display: block;
  line-height: 130%;
  font-weight: 600;
  padding: 0.5rem 1.2rem;
  text-align: left;
}
@media (any-hover: hover) {
  .filters-select__item:hover {
    color: var(--fg-green);
  }
}
.filters-select--active .filters-select__result {
  color: var(--fg-white-o-60);
}
.filters-select--active .filters-select__result svg {
  transform: rotate(180deg);
}
.filters-select--active .filters-select__list {
  display: block;
}
.filters-select--selected .filters-select__result {
  color: var(--fg-green);
}
.filters-select--selected .filters-select__row {
  border-color: var(--fg-green);
}

.filters-checkbox {
  position: relative;
  min-width: 17rem;
  margin-right: 2rem;
}
@media (max-width: 575px) {
  .filters-checkbox {
    min-width: 13rem;
  }
}
.filters-checkbox:last-child {
  margin-right: 0;
}
.filters-checkbox__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}
.filters-checkbox__input:checked + .filters-checkbox__label {
  border-color: var(--fg-green);
  color: var(--fg-green);
  justify-content: space-between;
}
.filters-checkbox__input:checked + .filters-checkbox__label .filters-checkbox__remove {
  display: block;
}
.filters-checkbox__label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: var(--border);
  transition: var(--tr-regular);
  min-height: var(--height);
  border-radius: var(--border-radius);
  padding: 0 1.2rem;
  line-height: 130%;
  font-weight: 600;
}
.filters-checkbox__remove {
  display: none;
}

.filters {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  --border: .1rem solid rgba( 255, 255, 255, .3 );
  --height: 3.9rem;
  --border-radius: .4rem;
}
@media (max-width: 575px) {
  .filters {
    display: none;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.filters__item {
  margin-right: 2rem;
  min-width: 17rem;
  max-width: 100%;
}
@media (max-width: 575px) {
  .filters__item {
    margin-right: 1rem;
    min-width: 13rem;
  }
}
.filters__item:last-child {
  margin: 0;
}

.modal--default {
  width: var(--w-container);
  background: var(--bg-modal);
  padding: 8.1rem 5rem 5rem;
  border-radius: 3rem;
}
@media (max-width: 575px) {
  .modal--default {
    padding: 5.6rem 1rem 4rem;
    border-radius: 2rem;
  }
}
.modal__title {
  font-size: 5.5rem;
  font-weight: 700;
  margin-bottom: 7rem;
  line-height: 120%;
  text-align: center;
}
@media (max-width: 575px) {
  .modal__title {
    font-size: 2.4rem;
    margin-bottom: 3.6rem;
  }
  .modal__title span {
    display: block;
    font-size: var(--fz-12);
    font-weight: 400;
  }
}
.modal__close {
  position: absolute;
  top: 4rem;
  right: 4rem;
  background: none;
}
@media (max-width: 575px) {
  .modal__close {
    top: 2.1rem;
    right: 2.1rem;
  }
}
.modal__close svg {
  max-width: 2.2rem;
  height: auto;
}
@media (max-width: 575px) {
  .modal__close svg {
    width: 1.4rem;
  }
}

.b_modal__closer {
  display: none !important;
}

.modal-rules {
  padding: 6rem 13.5rem;
}
@media (max-width: 575px) {
  .modal-rules {
    padding: 2rem;
  }
}
.modal-rules__title {
  font-size: 5.2rem;
  text-align: left;
  margin-bottom: 5.5rem;
}
@media (max-width: 575px) {
  .modal-rules__title {
    font-size: 3.4rem;
    margin-bottom: 3rem;
  }
}
.modal-rules__text {
  max-width: 114.8rem;
}
.modal-rules__text strong {
  color: var(--fg-white);
}

.modal-complete {
  max-width: 97rem;
  padding: 7.8rem 5rem 12.8rem;
}
@media (max-width: 575px) {
  .modal-complete {
    padding: 6rem 1rem;
  }
}
.modal-complete__icon {
  max-width: 27.2rem;
  margin: 0 auto 3.1rem;
}
@media (max-width: 575px) {
  .modal-complete__icon {
    max-width: 20rem;
  }
}
.modal-complete__title {
  margin: 0 !important;
}
.modal-complete__text {
  margin-top: 2rem;
  line-height: var(--lh-text);
  text-align: center;
}

.form {
  --br-input: 1.2rem;
}
@media (max-width: 575px) {
  .form {
    --br-input: .8rem;
  }
}
.form__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media (max-width: 575px) {
  .form__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.form__row {
  margin-bottom: 4rem;
}
@media (max-width: 575px) {
  .form__row {
    margin-bottom: 1.6rem;
  }
}
.form__row--bk {
  display: none;
}
.form__row--show {
  display: block;
}
.form__action {
  border-radius: var(--br-20);
  position: relative;
  width: 100%;
  border: none;
  padding: 3.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  --br-input: var(--br-20);
}
@media (max-width: 575px) {
  .form__action {
    flex-direction: column;
    padding: 1.5rem 1rem 1rem;
    --br-input: .8rem;
  }
}
.form__save {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 15;
}
@media (max-width: 575px) {
  .form__save {
    margin-bottom: 1.6rem;
  }
}
.form__save img {
  max-width: 3.9rem;
}
.form__save span {
  margin-left: 2.1rem;
  font-size: var(--fz-20);
  line-height: var(--lh-text);
}
@media (max-width: 575px) {
  .form__save span {
    font-size: var(--fz-12);
  }
}
.form__checkboxes {
  margin-top: 4rem;
}
@media (max-width: 575px) {
  .form__checkboxes {
    margin-top: 2rem;
  }
}
.form__checkboxes .checkbox:not(:last-child) {
  margin-bottom: 2rem;
}
.form__error {
  margin-top: 0.5rem;
  line-height: var(--lh-text);
  color: var(--fg-red);
}
.form__send {
  position: relative;
  z-index: 15;
}
.form-input-border {
  position: relative;
}
.form-input-border:before {
  content: "";
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(-42.69deg, #1C9F43 0%, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0) 67%, #1C9F43 100%);
  border-radius: var(--br-input);
}
.form-input-border:after {
  content: "";
  position: absolute;
  inset: 0.1rem;
  border-radius: var(--br-input);
  background-color: var(--bg-modal);
}

.form__input {
  position: relative;
}
.form__input:has(.form__input--error):before {
  background: linear-gradient(rgba(255, 0, 0, 0.2), rgba(255, 0, 0, 0.2)), linear-gradient(-42.69deg, #9F1C1C 0%, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0) 67%, #FF0000 100%);
}
.form__input input {
  position: relative;
  width: 100%;
  height: 7rem;
  border-radius: var(--br-input);
  padding: 0 3rem;
  border: none;
  font-size: var(--fz-20);
  background: none;
  z-index: 15;
}
.form__input input::placeholder {
  color: var(--fg-white-o-60);
}
@media (max-width: 575px) {
  .form__input input {
    height: 4rem;
    font-size: var(--fz-12);
    padding: 0 1rem;
  }
}

.radio {
  border-radius: var(--br-20);
  padding: 3.1rem;
  position: relative;
  width: 100%;
  border: none;
  --border: .1rem solid rgba(255, 255, 255, .3);
  --br-input: var(--br-20);
}
@media (max-width: 575px) {
  .radio {
    padding: 1.6rem 1rem 1rem;
    --br-input: .8rem;
  }
}
.radio__content {
  position: relative;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .radio__content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.radio__list {
  display: flex;
  border: var(--border);
  border-radius: 0.8rem;
}
@media (max-width: 575px) {
  .radio__list {
    width: 100%;
  }
}
.radio__item {
  position: relative;
  border-right: var(--border);
}
@media (max-width: 575px) {
  .radio__item {
    width: 100%;
  }
}
.radio__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}
.radio__input:checked + .radio__label {
  background: rgba(255, 255, 255, 0.05);
}
.radio__label {
  min-width: 15rem;
  height: 6.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fz-18);
  text-transform: uppercase;
  transition: var(--tr-regular);
}
@media (max-width: 575px) {
  .radio__label {
    height: 3.3rem;
    min-width: auto;
    width: 100%;
    font-size: var(--fz-12);
  }
}
.radio__title {
  font-size: var(--fz-20);
  line-height: var(--lh-text);
}
@media (max-width: 575px) {
  .radio__title {
    font-size: var(--fz-12);
    margin-bottom: 1rem;
  }
}

.checkbox {
  position: relative;
}
.checkbox__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}
.checkbox__input:checked + .checkbox__icon {
  background: var(--fg-green);
}
.checkbox__input:checked + .checkbox__icon svg {
  opacity: 1;
}
.checkbox__icon {
  position: absolute;
  left: 0;
  top: -0.2rem;
  width: 2rem;
  height: 2rem;
  border-radius: 0.4rem;
  border: 0.1rem solid var(--fg-green);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--tr-regular);
}
.checkbox__icon svg {
  width: 1rem;
  height: auto;
  opacity: 0;
  transition: var(--tr-regular);
}
.checkbox__label {
  display: block;
  padding-left: 4rem;
  color: var(--fg-white-o-60);
}
@media (max-width: 575px) {
  .checkbox__label {
    font-size: var(--fz-12);
    padding-left: 3.2rem;
    max-width: 25.9rem;
  }
}
.checkbox__label a {
  text-decoration: underline !important;
  position: relative;
  z-index: 15;
}

.file {
  position: relative;
  border-radius: var(--br-20);
  padding: 3.1rem;
}
@media (max-width: 575px) {
  .file {
    padding: 1.8rem 1rem 1rem;
  }
}
.file__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 15;
}
@media (max-width: 575px) {
  .file__flex {
    flex-direction: column;
    align-items: flex-start;
  }
}
.file__title {
  display: flex;
  align-items: center;
}
.file__title img {
  max-width: 4.2rem;
  height: auto;
}
@media (max-width: 575px) {
  .file__title img {
    max-width: 2.8rem;
  }
}
.file__title span {
  font-size: var(--fz-20);
  margin-left: 1.8rem;
}
@media (max-width: 575px) {
  .file__title span {
    font-size: var(--fz-12);
    margin-left: 0.8rem;
    max-width: 18.5rem;
  }
}
.file__add {
  position: relative;
}
.file__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}
.file__label {
  display: block;
  min-width: 30rem;
  padding: 2.35rem 0;
  text-align: center;
  border: 0.138rem solid var(--fg-white);
  border-radius: 0.8rem;
  font-size: var(--fz-18);
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 575px) {
  .file__label {
    font-size: var(--fz-12);
    padding: 0.85rem 0;
    margin-top: 1.6rem;
  }
}
.file__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 15;
}
.file__list:has(.file__item) {
  margin-top: 3rem;
}
@media (max-width: 575px) {
  .file__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.file__item {
  width: 20rem;
  height: 12.6rem;
  margin-right: 2rem;
  background: #191919;
  border-radius: 0.8rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 575px) {
  .file__item {
    width: auto;
    margin-right: 0;
    height: 8.5rem;
  }
}
.file__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.file__remove {
  width: 2rem;
  height: 2rem;
  border-radius: 0.4rem;
  background: var(--fg-green);
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  z-index: 5;
}
.file__remove:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.8rem;
  height: 0.8rem;
  background: url("../img/icons.lg/icon-close.svg") center center no-repeat;
  background-size: cover;
}

.select {
  border-radius: var(--br-input);
  position: relative;
  --height: 7rem;
}
@media (max-width: 575px) {
  .select {
    --height: 4rem;
  }
}
.select__result {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: var(--lh-text);
  position: relative;
  height: var(--height);
  padding: 0 3rem;
  cursor: pointer;
  z-index: 100;
  transition: var(--tr-regular);
  font-size: var(--fz-20);
}
@media (max-width: 575px) {
  .select__result {
    font-size: 1.2rem;
    padding: 0 1rem;
  }
}
.select__result svg {
  transition: var(--tr-regular);
  margin-left: 1rem;
}
@media (max-width: 575px) {
  .select__result svg {
    width: 0.6rem;
    height: auto;
  }
}
.select__result span.select__result-flex {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .select__result span.select__result-flex {
    flex-wrap: wrap;
  }
}
.select__result span .select__result-item {
  min-width: 17rem;
  height: 4rem;
  margin-right: 2rem;
  padding: 1rem 1.2rem;
  border: 0.1rem solid var(--fg-green);
  border-radius: 0.4rem;
  position: relative;
  font-size: var(--fz-regular);
  line-height: 130%;
  color: var(--fg-white);
  z-index: 30;
}
@media (max-width: 575px) {
  .select__result span .select__result-item {
    font-size: var(--fz-12);
    height: 2.8rem;
    padding: 0.6rem 3.3rem 0.6rem 1.2rem;
    min-width: 9rem;
    margin-right: 1rem;
  }
}
.select__result span .select__result-item:after {
  content: "";
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.1rem;
  height: 1.1rem;
  background: url("../img/icons.lg/icon-remove.svg") center center no-repeat;
  background-size: cover;
}
.select__row {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: var(--height);
  border-radius: var(--br-input);
  z-index: 99;
  transition: var(--tr-regular);
}
.select__list {
  display: none;
  padding-bottom: 3rem;
  position: relative;
  z-index: 15;
}
.select__opener {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: var(--height);
}
.select__item {
  display: block;
  line-height: var(--lh-text);
  padding: 1.6rem 3rem;
  text-align: left;
  font-size: var(--fz-20);
}
@media (any-hover: hover) {
  .select__item:hover {
    color: var(--fg-green);
  }
}
@media (max-width: 575px) {
  .select__item {
    font-size: var(--fz-12);
    padding: 0.75rem 1rem;
  }
}
.select__item .checkbox__icon {
  top: 0.2rem;
}
@media (max-width: 575px) {
  .select__item .checkbox__icon {
    top: -0.2rem;
  }
}
.select--active .select__result {
  color: var(--fg-white-o-60);
}
.select--active .select__result svg {
  transform: rotate(180deg);
}
.select--active .select__list {
  display: block;
}
.select:has(.form__input--error) .select__row:before {
  background: linear-gradient(rgba(255, 0, 0, 0.2), rgba(255, 0, 0, 0.2)), linear-gradient(-42.69deg, #9F1C1C 0%, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0) 67%, #FF0000 100%);
}

.form-time {
  position: relative;
}
.form-time__list {
  position: absolute;
  left: 0;
  margin-top: 1rem;
  border-radius: var(--br-20);
  padding: 3rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  max-width: 45.6rem;
  width: 100%;
  z-index: 998;
  opacity: 0;
  pointer-events: none;
  transition: var(--tr-regular);
}
@media (max-width: 575px) {
  .form-time__list {
    padding: 2rem;
  }
}
.form-time__list:before {
  content: "";
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(-42.69deg, #1C9F43 0%, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0) 67%, #1C9F43 100%);
  border-radius: var(--br-20);
}
.form-time__list:after {
  content: "";
  position: absolute;
  inset: 0.1rem;
  border-radius: var(--br-20);
  background-color: var(--bg-modal);
}
.form-time__item {
  width: 100%;
  height: 4.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 0.8rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.3);
  position: relative;
  z-index: 15;
  cursor: pointer;
  transition: var(--tr-regular);
}
.form-time__item--active {
  background: var(--fg-green);
  color: #050505;
  font-weight: 700;
  border-color: var(--fg-green);
}
@media (max-width: 575px) {
  .form-time__item {
    height: 3rem;
    font-size: 1rem;
  }
}
.form-time--active .form-time__list {
  opacity: 1;
  pointer-events: auto;
}
.form-time--top .form-time__list {
  bottom: 100%;
  top: auto;
}

.advantages-item {
  height: 100%;
  position: relative;
}
.advantages-item__card {
  border-radius: var(--br-30);
  position: relative;
  padding: 8.1rem 19.7rem 8rem 8.6rem;
  min-height: 41rem;
  height: 100%;
}
@media (max-width: 575px) {
  .advantages-item__card {
    padding: 3rem 1.5rem 0;
    min-height: 55rem;
    overflow: hidden;
  }
}
.advantages-item__card:before {
  content: "";
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(169.59deg, rgba(4, 4, 4, 0) 0%, #1C9F43 100%);
  border-radius: var(--br-30);
}
@media (max-width: 575px) {
  .advantages-item__card:before {
    background: linear-gradient(173.108deg, #1C9F43 0%, rgba(4, 4, 4, 0) 81%, #1C9F43 100%);
  }
}
.advantages-item__card:after {
  content: "";
  position: absolute;
  inset: 0.1rem;
  border-radius: var(--br-30);
  background-color: var(--bg-body);
  background-image: var(--image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 575px) {
  .advantages-item__card:after {
    background: var(--bg-body);
  }
}
.advantages-item__content {
  position: relative;
  z-index: 15;
}
.advantages-item__counter {
  color: var(--fg-green);
  margin-bottom: 3.5rem;
  line-height: 120%;
  font-weight: 500;
}
@media (max-width: 575px) {
  .advantages-item__counter {
    display: none;
  }
}
.advantages-item__text {
  margin-top: 1.8rem;
}
@media (max-width: 575px) {
  .advantages-item__text {
    margin-top: 1.6rem;
  }
  .advantages-item__text br {
    display: none;
  }
}
.advantages-item__media {
  position: absolute;
  top: -7rem;
  right: -10rem;
  max-width: 35rem;
  z-index: 5;
}
@media (max-width: 575px) {
  .advantages-item__media {
    max-width: 100%;
    width: calc(100% - 0.2rem) !important;
    top: auto !important;
    bottom: 0.2rem !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    right: auto !important;
  }
}
.advantages-item__btn {
  margin-top: 2.4rem;
}
.advantages-item__price {
  margin-top: 2rem;
}
.advantages-item__price + .advantages-item__text {
  margin-top: 0.8rem;
}
.advantages-item__price p {
  color: var(--fg-white-o-60);
}
.advantages-item__price span {
  color: var(--fg-green);
}
.advantages-item--horizontal .advantages-item__content {
  max-width: 51.3rem;
}
.advantages-item--horizontal .advantages-item__media {
  right: 10.4rem;
  bottom: 0;
  max-width: 69.7rem;
  top: auto;
}
.advantages-item--right .advantages-item__content {
  max-width: 41.7rem;
  margin-left: auto;
}
.advantages-item--right .advantages-item__media {
  top: auto;
  right: auto;
  bottom: 0.1rem;
  left: 5.1rem;
  max-width: 71.2rem;
}
.advantages-item--3 .advantages-item__media {
  max-width: 50.5rem;
  top: -20rem;
  right: -20rem;
}
.advantages-item--5 .advantages-item__media {
  max-width: 33rem;
  top: -8rem;
  right: -9rem;
}
.advantages-item--6 .advantages-item__media {
  max-width: 37.2rem;
  top: -11rem;
  right: -11rem;
}
.advantages-item--7 .advantages-item__media {
  max-width: 96.2rem;
  left: 0;
}

.conditions-item {
  padding: 2.7rem 9.5rem 4rem 2.2rem;
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
  border-radius: var(--br-30);
}
.conditions-item__card {
  border: 0.1rem solid rgba(0, 0, 0, 0.2);
}
.conditions-item__card:before {
  content: "";
  position: absolute;
  overflow: hidden;
  width: 300% !important;
  height: 100px !important;
  top: 50px;
  left: -100%;
  background: linear-gradient(#262626, var(--fg-green));
  animation: rotate 10s linear reverse infinite;
}
.conditions-item__card:after {
  content: "";
  position: absolute;
  inset: 0.1rem;
  border-radius: var(--br-30);
  background-color: var(--bg-body);
  border: 0.1rem solid #262626;
}
@media (max-width: 575px) {
  .conditions-item {
    padding: 1.5rem 1.5rem 2rem;
  }
}
.conditions-item:last-child {
  margin-bottom: 0;
}
.conditions-item__icon {
  margin-bottom: 1.3rem;
  position: relative;
  z-index: 5;
}
@media (max-width: 575px) {
  .conditions-item__icon {
    max-width: 4rem;
  }
}
@media (max-width: 575px) {
  .conditions-item__title {
    line-height: 120%;
  }
}
.conditions-item__content {
  padding-left: 1.8rem;
  position: relative;
  z-index: 15;
}
@media (max-width: 575px) {
  .conditions-item__content {
    padding-left: 0.5rem;
  }
}
.conditions-item__price {
  color: var(--fg-green);
  margin-top: 1rem;
  line-height: 100%;
}
.conditions-item__price + .conditions-item__text {
  margin-top: 0.6rem;
}
@media (max-width: 575px) {
  .conditions-item__price {
    font-size: 3.4rem;
  }
}
.conditions-item__text {
  color: var(--fg-white-o-60);
  margin-top: 2.2rem;
  --li-before-bg: var(--fg-white);
  --li-width: .35rem;
}
.conditions-item__text li {
  color: var(--fg-white);
}
@media (max-width: 575px) {
  .conditions-item__text {
    margin-top: 1.4rem;
  }
  .conditions-item__text br {
    display: none;
  }
}
.conditions-item__btn {
  margin-top: 2.8rem;
}
.conditions-item__media {
  position: absolute;
  bottom: 42%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 28.8rem;
  z-index: -1;
}

@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.exclusive-item {
  height: 100%;
  position: relative;
}
.exclusive-item__card {
  border-radius: var(--br-30);
  position: relative;
  padding: 8.1rem 9rem 8rem 8.6rem;
  min-height: 41rem;
  height: 100%;
}
@media (max-width: 575px) {
  .exclusive-item__card {
    padding: 3rem 1.5rem 0;
    min-height: 41rem;
    overflow: hidden;
    border-radius: var(--br-20);
  }
}
.exclusive-item__card:before {
  content: "";
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(169.59deg, rgba(4, 4, 4, 0) 0%, #1C9F43 100%);
  border-radius: var(--br-30);
}
@media (max-width: 575px) {
  .exclusive-item__card:before {
    border-radius: var(--br-20);
  }
}
.exclusive-item__card:after {
  content: "";
  position: absolute;
  inset: 0.1rem;
  border-radius: var(--br-30);
  background-color: var(--bg-body);
  background-image: var(--image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 575px) {
  .exclusive-item__card:after {
    background: var(--bg-body);
    background-image: none;
    border-radius: var(--br-20);
  }
}
.exclusive-item__content {
  position: relative;
  z-index: 15;
}
.exclusive-item__counter {
  color: var(--fg-green);
  margin-bottom: 3.5rem;
  line-height: 120%;
  font-weight: 500;
}
@media (max-width: 575px) {
  .exclusive-item__counter {
    display: none;
  }
}
.exclusive-item__text {
  margin-top: 1.8rem;
}
@media (max-width: 575px) {
  .exclusive-item__text {
    margin-top: 1.6rem;
  }
  .exclusive-item__text br {
    display: none;
  }
}
.exclusive-item__media {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 30rem;
  z-index: 5;
}
@media (max-width: 575px) {
  .exclusive-item__media {
    max-width: 100%;
    width: calc(100% - 0.2rem) !important;
    top: auto !important;
    bottom: 0.2rem !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    right: auto !important;
  }
}
.exclusive-item__btn {
  margin-top: 2.4rem;
}
.exclusive-item__price {
  margin-top: 2rem;
}
.exclusive-item__price + .exclusive-item__text {
  margin-top: 0.8rem;
}
.exclusive-item__price p {
  color: var(--fg-white-o-60);
}
.exclusive-item__price span {
  color: var(--fg-green);
}
.exclusive-item--horizontal .exclusive-item__content {
  max-width: 48.5rem;
  margin-left: auto;
}
.exclusive-item--horizontal .exclusive-item__media {
  right: auto;
  bottom: auto;
  left: 5.1rem;
  top: 50%;
  transform: translateY(-50%);
  max-width: 62.9rem;
}
.exclusive-item--3 .exclusive-item__media {
  max-width: 40rem;
}

.statuses-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 575px) {
  .statuses-item {
    height: auto;
  }
}
.statuses-item__media {
  border-radius: var(--br-30);
  overflow: hidden;
  margin-bottom: 2.8rem;
  min-height: 36.2rem;
}
@media (max-width: 575px) {
  .statuses-item__media {
    margin-bottom: 1rem;
  }
}
.statuses-item__card {
  border-radius: var(--br-30);
  position: relative;
  overflow: hidden;
  height: 100%;
  border: 0.1rem solid rgba(0, 0, 0, 0.2);
}
.statuses-item__card:before {
  content: "";
  position: absolute;
  overflow: hidden;
  width: 300% !important;
  height: 100px !important;
  top: 50px;
  left: -100%;
  background: linear-gradient(#262626, var(--color));
  animation: rotate 10s linear reverse infinite;
}
.statuses-item__card:after {
  content: "";
  position: absolute;
  inset: 0.1rem;
  border-radius: var(--br-30);
  background-color: var(--bg-body);
  border: 0.1rem solid #262626;
}
.statuses-item__content {
  padding: 3rem 3.1rem 4.4rem 2.5rem;
  min-height: 58.5rem;
  position: relative;
  z-index: 15;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 575px) {
  .statuses-item__content {
    padding: 2.5rem 1.5rem 2.5rem;
    min-height: 33.2rem;
  }
}
.statuses-item__btn {
  padding: 1.5rem 3.8rem;
  line-height: 130%;
  color: var(--fg-white);
  border-radius: 0.4rem;
  border: 0.1rem solid var(--fg-white);
  max-width: fit-content;
  background: var(--bg-body);
  margin-top: 2.4rem;
}
@media (max-width: 575px) {
  .statuses-item__btn {
    max-width: 100%;
    padding: 1.5rem 0;
    text-align: center;
  }
}
.statuses-item__title {
  margin-bottom: 1.5rem;
  color: var(--color);
}
@media (max-width: 575px) {
  .statuses-item__title {
    margin-bottom: 0.5rem;
  }
}
.statuses-item__cashback {
  margin-bottom: 1.8rem;
}
.statuses-item__cashback span {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  display: block;
  line-height: 140%;
}
@media (max-width: 575px) {
  .statuses-item__cashback span {
    font-size: 1.2rem;
    margin-bottom: 0.3rem;
  }
}
.statuses-item__cashback p {
  color: var(--color);
  font-weight: 700;
}
.statuses-item__text ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.statuses-item__text li {
  line-height: var(--lh-text);
  margin-bottom: 0.5rem;
}
.statuses-item__text li:last-child {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .statuses-item__text {
    font-size: var(--fz-12);
  }
}
.statuses-item__mobile {
  display: none;
}
@media (max-width: 575px) {
  .statuses-item__mobile {
    display: block;
    font-weight: 700;
    font-size: var(--fz-12);
  }
  .statuses-item__mobile span {
    color: var(--txt-color);
  }
}

.modal-status {
  width: 158rem;
  margin: 0 auto;
  max-width: 100%;
  background: var(--bg-modal);
  border-radius: var(--br-30);
  overflow: hidden;
}
.modal-status__header {
  position: relative;
  min-height: 53.7rem;
  padding: 7.1rem 10.6rem 7.2rem;
}
@media (max-width: 575px) {
  .modal-status__header {
    padding: 5.3rem 2rem 2rem;
    min-height: 26.7rem;
  }
}
.modal-status__title {
  font-size: 7.5rem;
  color: var(--color);
  margin-bottom: 2rem;
}
@media (max-width: 575px) {
  .modal-status__title {
    font-size: 3.4rem;
    max-width: 18rem;
  }
}
.modal-status__subtitle {
  color: var(--fg-white-o-60);
  line-height: 120%;
}
.modal-status__subtitle strong {
  color: var(--fg-white);
}
@media (max-width: 575px) {
  .modal-status__subtitle strong {
    font-size: var(--fz-regular);
    display: block;
    margin-top: 0.3rem;
  }
}
@media (max-width: 575px) {
  .modal-status__subtitle {
    font-size: var(--fz-12);
  }
}
.modal-status__text {
  font-size: var(--fz-h4);
  color: var(--fg-white-o-60);
  line-height: 120%;
  font-weight: 700;
  max-width: 41.3rem;
}
.modal-status__text strong {
  color: var(--fg-white);
}
@media (max-width: 575px) {
  .modal-status__text {
    font-size: var(--fz-12);
    max-width: 19.5rem;
    line-height: var(--lh-text);
  }
}
.modal-status__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.modal-status__content {
  padding: 5.5rem 5.5rem 8rem;
}
@media (max-width: 575px) {
  .modal-status__content {
    padding: 3rem 1rem 5rem;
  }
}
.modal-status__btn {
  margin: 5.5rem 0;
}
@media (max-width: 575px) {
  .modal-status__btn {
    margin: 3rem 0;
  }
}

@media (max-width: 575px) {
  .status-advantages .swiper {
    padding: 0 var(--p-container);
    margin: 0 var(--m-m-container);
  }
}
@media (min-width: 991px) {
  .status-advantages .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2.1rem;
    transform: none;
  }
  .status-advantages .swiper-wrapper .swiper-slide {
    height: auto;
  }
}
@media (min-width: 991px) {
  .status-advantages .swiper {
    padding-bottom: 1rem;
    overflow: auto;
  }
  .status-advantages .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2.1rem;
    transform: none;
  }
  .status-advantages .swiper-wrapper .swiper-slide {
    height: auto;
  }
}
@media (min-width: 991px) {
  .status-advantages__col {
    width: 33.333333%;
    padding: 0 2.1rem;
  }
}
.status-advantages__item {
  padding: 3.2rem 3.4rem 3.6rem;
  border-radius: var(--br-20);
  position: relative;
  min-height: 24.4rem;
}
@media (max-width: 575px) {
  .status-advantages__item {
    padding: 2rem;
    min-height: 17.3rem;
  }
}
.status-advantages__item:before {
  content: "";
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(-42.69deg, var(--color) 0%, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0) 67%, var(--color) 100%);
  border-radius: var(--br-30);
}
.status-advantages__item:after {
  content: "";
  position: absolute;
  inset: 0.1rem;
  border-radius: var(--br-30);
  background-color: var(--bg-modal);
}
.status-advantages__wrapper {
  position: relative;
  z-index: 5;
}
.status-advantages__icon {
  margin-bottom: 1.7rem;
  max-width: fit-content;
}
.status-advantages__icon img {
  height: 100%;
  width: auto;
  max-height: 5.5rem;
}
@media (max-width: 575px) {
  .status-advantages__icon img {
    max-height: 3.9rem;
  }
}
@media (max-width: 575px) {
  .status-advantages__title {
    font-size: 1.8rem;
    line-height: 120%;
  }
}
.status-advantages__text {
  margin-top: 0.8rem;
}
@media (max-width: 575px) {
  .status-advantages__text {
    --fz: var(--fz-12);
  }
}

.status-info {
  margin-top: 5.5rem;
  border-radius: var(--br-20);
  background: #171717;
  padding: 3.7rem 4.1rem 2.8rem;
  --border: .1rem solid rgba( 255, 255, 255, .2 );
}
@media (max-width: 575px) {
  .status-info {
    margin-top: 3rem;
    padding: 2.5rem 2rem 2rem;
  }
}
.status-info__top {
  font-weight: 400;
  padding-bottom: 2.5rem;
  border-bottom: var(--border);
  line-height: 100%;
}
@media (max-width: 575px) {
  .status-info__top {
    font-size: var(--fz-regular);
  }
}
.status-info__list {
  display: flex;
  margin-top: 2.8rem;
}
@media (max-width: 575px) {
  .status-info__list {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
  }
}
.status-info__item {
  padding: 0 3.4rem;
  position: relative;
}
@media (max-width: 575px) {
  .status-info__item {
    padding: 1.4rem 0 !important;
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.2);
    width: 100%;
  }
  .status-info__item:last-child {
    border-bottom: none;
  }
}
.status-info__item:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 100%;
  width: 0.1rem;
  background: rgba(255, 255, 255, 0.2);
}
@media (max-width: 575px) {
  .status-info__item:after {
    display: none;
  }
}
.status-info__item:first-child {
  padding-left: 0;
}
.status-info__item:last-child {
  padding-right: 0;
}
.status-info__item:last-child:after {
  display: none;
}
.status-info__title {
  color: var(--color);
}
@media (max-width: 575px) {
  .status-info__title {
    font-size: var(--fz-regular);
  }
}
.status-info__value {
  margin-top: 1rem;
  font-weight: 400;
}
.status-info__link {
  font-size: 2rem;
  line-height: var(--lh-text);
  text-decoration: underline !important;
  font-weight: 400;
  color: var(--color);
  text-align: left;
}
@media (max-width: 575px) {
  .status-info__link {
    font-size: var(--fz-12);
  }
  .status-info__link br {
    display: none;
  }
}

.faq-item {
  margin-bottom: 2.8rem;
  border-radius: var(--br-30);
  position: relative;
}
.faq-item__card {
  padding: 3.6rem 4.9rem;
}
.faq-item__card:before {
  content: "";
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(155.607deg, #1C9F43 0%, rgba(0, 0, 0, 0) 49%, #1C9F43 100%);
  border-radius: var(--br-30);
}
.faq-item__card:after {
  content: "";
  position: absolute;
  inset: 0.1rem;
  border-radius: var(--br-30);
  background-color: var(--bg-body);
}
@media (max-width: 575px) {
  .faq-item__card {
    padding: 1.5rem 2rem;
  }
}
.faq-item__card.bayan--opened .faq-item__icon path:last-child {
  opacity: 0;
}
.faq-item:last-child {
  margin-bottom: 0;
}
.faq-item__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}
.faq-item__icon svg {
  width: 2rem;
  height: auto;
}
@media (max-width: 575px) {
  .faq-item__icon svg {
    width: 1.5rem;
  }
}
.faq-item__icon svg path {
  transition: var(--tr-regular);
}
.faq-item__title {
  font-size: var(--fz-h4);
  font-weight: 700;
  text-align: left;
}
@media (max-width: 575px) {
  .faq-item__title {
    font-size: 1.5rem;
    max-width: 28rem;
  }
}
.faq-item .bayan__toggler {
  display: none;
}
.faq-item__content {
  padding-top: 2.8rem;
  max-width: 93.2rem;
}
@media (max-width: 575px) {
  .faq-item__content {
    max-width: 100%;
    padding-top: 1.3rem;
    --fz: var(--fz-12);
    --lh: 135%;
    max-width: 26rem;
  }
}

.mobile-tabs__select {
  background: radial-gradient(circle at 100% 100%, #050505 0, #050505 0.7rem, transparent 0.7rem) 0% 0%/0.8rem 0.8rem no-repeat, radial-gradient(circle at 0 100%, #050505 0, #050505 0.7rem, transparent 0.7rem) 100% 0%/0.8rem 0.8rem no-repeat, radial-gradient(circle at 100% 0, #050505 0, #050505 0.7rem, transparent 0.7rem) 0% 100%/0.8rem 0.8rem no-repeat, radial-gradient(circle at 0 0, #050505 0, #050505 0.7rem, transparent 0.7rem) 100% 100%/0.8rem 0.8rem no-repeat, linear-gradient(#050505, #050505) 50% 50%/calc(100% - 0.2rem) calc(100% - 1.6rem) no-repeat, linear-gradient(#050505, #050505) 50% 50%/calc(100% - 1.6rem) calc(100% - 0.2rem) no-repeat, linear-gradient(#1c9f43 0%, rgba(28, 159, 67, 0) 81%);
  box-sizing: border-box;
  border: none;
  border-radius: 0.8rem;
  display: none;
}
@media (max-width: 575px) {
  .mobile-tabs__select {
    display: block;
  }
}
.mobile-tabs__select {
  --height: 6rem;
}
.mobile-tabs__select .filters-select__result {
  font-size: var(--fz-18);
  color: var(--fg-green);
  font-weight: 700;
}
@media (max-width: 575px) {
  .mobile-tabs__select .filters-select__result {
    font-size: var(--fz-16);
  }
}
.mobile-tabs__select .filters-select__row {
  padding-top: var(--height);
}
.mobile-tabs__select .filters-select__row:before {
  content: "";
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, #1C9F43 0%, rgba(28, 159, 67, 0) 100%);
  border-radius: 0.8rem;
}
.mobile-tabs__select .filters-select__row:after {
  content: "";
  position: absolute;
  inset: 0.1rem;
  border-radius: 0.8rem;
  background-color: var(--bg-body);
}
.mobile-tabs__select .filters-select__list {
  z-index: 5;
  position: relative;
}
.mobile-tabs__select .filters-select__item {
  font-weight: 400;
}
@media (max-width: 575px) {
  .mobile-tabs__item {
    display: none;
  }
  .mobile-tabs__item--active {
    display: block;
  }
}
@media (max-width: 575px) and (max-width: 575px) {
  .mobile-tabs__list {
    margin-top: 2rem;
  }
}

@media (min-width: 991px) {
  .club-advantages__swiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3.2rem;
  }
}
.club-advantages__item {
  line-height: 120%;
  font-weight: 700;
  padding: 3rem;
  border-radius: var(--br-30);
  position: relative;
  height: 100%;
}
.club-advantages__item:before {
  content: "";
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(169.59deg, rgba(4, 4, 4, 0) 0%, #1C9F43 100%);
  border-radius: var(--br-30);
}
.club-advantages__item:after {
  content: "";
  position: absolute;
  inset: 0.1rem;
  border-radius: var(--br-30);
  background-color: var(--bg-body);
}
.club-advantages__title {
  position: relative;
  z-index: 5;
}

.article-contents {
  margin-bottom: var(--mb-def);
}
.article-contents__title {
  line-height: 200%;
  margin-bottom: 1.8rem;
}
.article-contents__item {
  display: block;
  font-size: var(--fz-h4);
  line-height: 120%;
  font-weight: 700;
  padding: 3.2rem 4.9rem;
  border-radius: var(--br-30);
  border: 0.1rem solid var(--fg-white-o-20);
  margin-bottom: 1rem;
}
.article-contents__item:last-child {
  margin-bottom: 0;
}

.article-author__block {
  background: var(--bg-modal);
  padding: 2.2rem 4rem 6rem;
  border-radius: var(--br-30);
}
.article-author__label {
  font-size: var(--fz-12);
  padding: 0.5rem 1rem;
  background: #202020;
  border-radius: 0.4rem;
  margin-bottom: 2.2rem;
  max-width: fit-content;
}
.article-author__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.article-author__main {
  display: flex;
  align-items: center;
}
.article-author__avatar {
  --width: 15.6rem;
  min-width: var(--width);
  width: var(--width);
  height: var(--width);
  border-radius: 50%;
  overflow: hidden;
}
.article-author__info {
  margin-left: 3.5rem;
  line-height: 165%;
}
.article-author__info span {
  display: block;
  font-weight: 700;
}

.article__related {
  --pd: 9rem;
}

.article-video {
  min-height: 60rem;
  position: relative;
  border-radius: var(--br-30);
  overflow: hidden;
  margin-bottom: var(--mb-def);
}
.article-video__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.article-video__bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.article-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14.2rem;
  height: 14.2rem;
  border-radius: var(--br-20);
  background: var(--fg-green);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}

.article-image-text {
  display: grid;
  grid-template-columns: 6fr 5fr;
  gap: 6rem;
  margin: 7rem 0 8rem;
}
.article-image-text__image img {
  width: 100%;
  height: auto;
  border-radius: var(--br-30);
}
.article-image-text__alt {
  margin-top: 4rem;
  font-size: var(--fz-regular) !important;
  line-height: var(--lh-text);
}
.article-image-text__content {
  --fz: var(--fz-20);
  --color: var(--fg-white);
  --lh: 160%;
}

.ambassadors-item {
  position: relative;
  height: 79.3rem;
  transition: var(--tr-regular);
}
.ambassadors-item:before {
  content: "";
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(-42.69deg, #1C9F43 0%, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0) 67%, #1C9F43 100%);
  border-radius: var(--br-30);
}
.ambassadors-item:after {
  content: "";
  position: absolute;
  inset: 0.1rem;
  border-radius: var(--br-30);
  background-color: var(--bg-body);
  background-image: url("../img/ambassadors.lg/bg.png") no-repeat center center;
  background-size: cover;
}
.ambassadors-item__content {
  position: relative;
  z-index: 5;
  padding: 5rem 0 0;
  text-align: center;
}
.ambassadors-item__post {
  margin-top: 1rem;
  color: var(--fg-white-o-60);
}
.ambassadors-item__media {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  max-width: 45.6rem;
  width: 100%;
  transition: var(--tr-regular);
}
.ambassadors-item__media img {
  transition: var(--tr-regular);
}

.hero {
  background: url("../img/hero.lg/bg.webp") no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media (max-width: 575px) {
  .hero {
    background: none;
  }
}
.hero__container {
  padding-top: 25.1rem;
  padding-bottom: 11rem;
  position: relative;
}
@media (max-width: 575px) {
  .hero__container {
    padding-top: 5.6rem;
    padding-bottom: 2.5rem;
  }
}
.hero__media {
  position: absolute;
  right: -15rem;
  top: 0;
  max-width: 85.3rem;
}
@media (max-width: 575px) {
  .hero__media {
    max-width: 100%;
    right: 0;
    top: 10rem;
    z-index: -1;
  }
}
.hero__content {
  max-width: 97.8rem;
}
.hero__title {
  color: var(--fg-green);
  line-height: 120%;
  margin: 0 0 1rem;
}
@media (max-width: 575px) {
  .hero__title {
    line-height: 100%;
    max-width: 30rem;
  }
}
.hero__subtitle {
  margin-bottom: 3rem;
}
@media (max-width: 575px) {
  .hero__subtitle {
    font-size: 1.5rem;
    line-height: var(--lh-text);
    margin-bottom: 1rem;
  }
}
.hero__text {
  line-height: var(--lh-text);
  color: var(--fg-white-o-60);
}
@media (max-width: 575px) {
  .hero__text {
    font-size: var(--fz-12);
    max-width: 28rem;
  }
  .hero__text br {
    display: none;
  }
}
.hero__list {
  margin-top: 5.4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 4.5rem;
  column-gap: 5.3rem;
}
@media (max-width: 575px) {
  .hero__list {
    margin-top: 30rem;
    row-gap: 2rem;
    column-gap: 4rem;
  }
}
.hero__list li {
  position: relative;
  padding-left: 2.8rem;
  font-size: var(--fz-20);
  line-height: var(--lh-text);
}
.hero__list li br {
  display: none;
}
@media (max-width: 575px) {
  .hero__list li {
    padding-left: 0;
    font-size: var(--fz-12);
    line-height: 120%;
  }
  .hero__list li br {
    display: block;
  }
}
.hero__list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1rem;
  background: url("../img/icons.lg/icon-hero-li.svg") center center no-repeat;
  background-size: cover;
}
@media (max-width: 575px) {
  .hero__list li:before {
    top: 0;
    transform: none;
    position: relative;
    display: block;
    margin-bottom: 1rem;
  }
}

.advantages {
  --gap: 8rem;
  padding: 14.9rem 0 7.5rem;
  position: relative;
}
@media (max-width: 575px) {
  .advantages {
    padding: 2.5rem 0 3.5rem;
  }
}
.advantages:before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 100%;
  height: 33.4rem;
  filter: blur(20px);
  background: #040404;
}
@media (max-width: 575px) {
  .advantages:before {
    display: none;
  }
}
@media (min-width: 991px) {
  .advantages__swiper {
    overflow: visible;
  }
  .advantages__swiper .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8rem;
  }
  .advantages__swiper .swiper-slide {
    height: auto;
  }
}
@media (max-width: 575px) {
  .advantages__swiper {
    margin: 0 var(--m-m-container);
    padding: 1.5rem var(--p-container);
  }
  .advantages__swiper .swiper-slide:has(.advantages-item--3) {
    display: none;
  }
}
.advantages__col {
  width: calc(50% - var(--gap) / 2);
}
.advantages__col--100 {
  width: 100%;
}
@media (max-width: 575px) {
  .advantages__col {
    width: inherit;
  }
}
.advantages__mobile .advantages-item__wrapper {
  min-height: 45.1rem;
}
.advantages__mobile .advantages-item__text br {
  display: none;
}

.conditions {
  overflow: hidden;
}
.conditions__block-header {
  margin-bottom: 17.6rem;
}
@media (max-width: 575px) {
  .conditions__block-header {
    margin-bottom: 17.4rem;
  }
}
.conditions__block-header .block-header__text {
  color: var(--fg-white);
}
@media (max-width: 575px) {
  .conditions__block-header .block-header__text {
    display: none;
  }
}
@media (min-width: 991px) {
  .conditions__swiper {
    overflow: visible;
  }
  .conditions__swiper .swiper-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    align-items: flex-end;
  }
  .conditions__swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .conditions__swiper .swiper-slide:last-child .conditions-item {
    height: 100%;
  }
}
@media (max-width: 575px) {
  .conditions__swiper {
    margin: 0 var(--m-m-container);
    padding: 0 var(--p-container);
  }
}
.conditions__slider {
  position: relative;
}
.conditions__media {
  position: absolute;
  max-width: 28.8rem;
  top: -11rem;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 575px) {
  .conditions__media {
    max-width: 16.8rem;
    top: -13rem;
  }
}
.conditions__btn {
  margin-top: 3rem;
}
@media (max-width: 575px) {
  .conditions .swiper-slide {
    height: auto;
  }
  .conditions .swiper-slide:not(:has(.conditions-item:nth-child(2))) .conditions-item {
    height: 100%;
  }
}

@media (max-width: 575px) {
  .statuses {
    overflow: hidden;
    position: relative;
  }
}
@media (min-width: 991px) {
  .statuses .swiper-wrapper {
    grid-template-columns: repeat(4, 1fr);
    gap: 2.4rem;
  }
}
@media (max-width: 575px) {
  .statuses__swiper {
    overflow: visible;
  }
  .statuses__swiper .swiper-slide {
    height: auto !important;
  }
}
@media (max-width: 575px) {
  .statuses__block-header {
    max-width: 29.3rem;
    margin-bottom: 4rem;
  }
}

.clubs .mobile-tabs__item {
  margin-bottom: 8rem;
}
@media (max-width: 575px) {
  .clubs .mobile-tabs__item {
    margin: 0;
  }
}
.clubs .mobile-tabs__item:last-child {
  margin-bottom: 0;
}
.clubs .mobile-tabs__item .clubs__block {
  margin-bottom: 0;
}
.clubs .mobile-tabs__item .clubs__title--top {
  display: none !important;
}
.clubs__block {
  --m-block: 3.1rem;
  display: grid;
  grid-template-columns: 8fr 3.7fr;
  gap: 8rem;
  align-items: center;
  margin-bottom: 8rem;
}
.clubs__block:last-child {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .clubs__block {
    display: block;
    gap: 0;
    --m-block: 1rem;
    margin-bottom: 4rem;
  }
}
.clubs__block--invert {
  grid-template-columns: 3.7fr 8fr;
}
.clubs__block--invert .clubs__content {
  grid-area: 1/1;
}
.clubs__block--invert .clubs__gallery {
  grid-area: 1/2;
}
@media (max-width: 575px) {
  .clubs__content {
    margin-top: 2rem;
  }
}
.clubs__title {
  margin-bottom: var(--m-block);
}
.clubs__title--top {
  display: none;
}
@media (max-width: 575px) {
  .clubs__title {
    display: none;
  }
  .clubs__title--top {
    display: block;
    margin-bottom: 2rem;
    text-align: center;
    width: 100%;
  }
}
.clubs__address {
  display: block;
  color: var(--fg-white-o-60);
  margin-bottom: var(--m-block);
  text-decoration: underline !important;
  line-height: var(--lh-text);
}
@media (max-width: 575px) {
  .clubs__address {
    font-size: 1.4rem;
  }
}
.clubs__phone {
  display: flex;
  max-width: fit-content;
  margin-bottom: var(--m-block);
  font-weight: 400;
  line-height: 125%;
}
.clubs__text {
  margin-bottom: 1.7rem;
}
@media (max-width: 575px) {
  .clubs__text {
    --fz: var(--fz-12);
    --mb: 1rem;
  }
}
.clubs__link {
  border-bottom: 0.1rem solid var(--fg-green);
  color: var(--fg-green);
}
@media (max-width: 575px) {
  .clubs__link {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}
.clubs__btn {
  margin-top: 4rem;
}
@media (max-width: 575px) {
  .clubs__btn {
    margin-top: 2.7rem;
  }
}
.clubs__gallery {
  width: 100%;
  border-radius: var(--br-30);
}
@media (max-width: 575px) {
  .clubs__gallery {
    border-radius: 1rem;
    overflow: hidden;
  }
}
.clubs__gallery-item {
  min-height: 86.2rem;
}
.clubs__gallery-item--not:after {
  opacity: 0;
}
@media (max-width: 575px) {
  .clubs__gallery-item {
    min-height: 20rem;
  }
}
.clubs__gallery .swiper-slide .clubs__gallery-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(49, 114, 63, 0.5);
  mix-blend-mode: color;
  transition: var(--tr-regular);
}
.clubs__arrow {
  min-width: 6rem;
  height: 6rem;
  border-radius: 0 2rem 2rem 0;
  background: var(--fg-black);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 15;
}
@media (max-width: 575px) {
  .clubs__arrow {
    min-width: 3rem;
    height: 3rem;
    border-radius: 0 0.3rem 0.3rem 0;
  }
}
.clubs__arrow svg {
  width: 1.4rem;
  height: auto;
}
@media (max-width: 575px) {
  .clubs__arrow svg {
    width: 1.5rem;
  }
}
.clubs__arrow--next {
  left: auto;
  right: 0;
  border-radius: 2rem 0 0 2rem;
}
.clubs__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 2.3rem !important;
  left: 0;
  width: 100%;
  z-index: 15;
}
@media (max-width: 575px) {
  .clubs__dots {
    bottom: 1.3rem !important;
  }
}
.clubs__dots .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: 0.1rem solid var(--fg-white);
  background: var(--fg-white);
  margin-right: 1.5rem;
  opacity: 1;
  transition: var(--tr-regular);
}
@media (max-width: 575px) {
  .clubs__dots .swiper-pagination-bullet {
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 1rem;
  }
}
.clubs__dots .swiper-pagination-bullet-active {
  background: none;
  width: 1.1rem;
  height: 1.1rem;
  border: 0.2rem solid var(--fg-green);
}
@media (max-width: 575px) {
  .clubs__dots .swiper-pagination-bullet-active {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.clubs__dots .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.clubs__more {
  justify-content: center;
  margin: 8rem auto 0;
}
@media (max-width: 575px) {
  .clubs__more {
    margin-top: 4rem;
    display: none;
  }
}

.world__block {
  margin-bottom: 6rem;
}
@media (max-width: 575px) {
  .world__block {
    margin-bottom: 0;
  }
}
.world__block--invert .world__content {
  margin-left: 0;
  margin-right: auto;
}
.world__block--invert .world__gallery {
  left: auto;
  right: -4rem;
}
.world__flex {
  position: relative;
  min-height: 34.5rem;
  overflow: hidden;
}
@media (max-width: 575px) {
  .world__flex {
    min-height: auto;
  }
}
.world__title {
  margin-bottom: 1.8rem;
}
@media (max-width: 575px) {
  .world__title {
    display: none;
  }
}
@media (max-width: 575px) {
  .world__text {
    --fz: var(--fz-12);
  }
}
.world__content {
  max-width: 60rem;
  margin-left: auto;
  padding: 7.25rem 0;
}
@media (max-width: 575px) {
  .world__content {
    padding: 3.5rem 0 0;
  }
}
.world__nav {
  margin-top: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .world__nav {
    display: none;
  }
}
.world__arrow {
  margin-right: 1.7rem;
}
.world__arrow:last-child {
  margin-right: 0;
}
.world__arrow path {
  transition: var(--tr-regular);
}
@media (any-hover: hover) {
  .world__arrow:hover path {
    fill: var(--fg-green);
  }
}
.world__gallery {
  position: absolute;
  left: -4rem;
  top: 50%;
  transform: translateY(-50%);
  max-width: 108rem;
}
@media (max-width: 1279px) {
  .world__gallery {
    max-width: 93rem;
  }
}
@media (max-width: 575px) {
  .world__gallery {
    position: relative;
    left: 0 !important;
    right: 0 !important;
    top: 0;
    transform: none;
    max-width: 100%;
  }
}
.world__gallery .swiper-slide {
  max-width: var(--width);
  width: 100%;
}
.world__gallery .swiper-slide-prev .world__gallery-item:after, .world__gallery .swiper-slide-active .world__gallery-item:after, .world__gallery .swiper-slide-next .world__gallery-item:after, .world__gallery .swiper-slide-next + .swiper-slide .world__gallery-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(49, 114, 63, 0.5);
  mix-blend-mode: color;
  transition: var(--tr-regular);
}
.world__gallery-item {
  min-height: 34.5rem;
  border-radius: 1.5rem;
  overflow: hidden;
  position: relative;
}
.world__gallery-item--not:after {
  opacity: 0 !important;
}
@media (max-width: 575px) {
  .world__gallery-item {
    min-height: 15.8rem;
    height: 15.8rem;
  }
  .world__gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
  }
}
.world__btn {
  justify-content: center;
  margin: 8rem auto 0;
}
@media (max-width: 575px) {
  .world__btn {
    margin-top: 4rem;
    display: none;
  }
}
@media (max-width: 575px) {
  .world__block-header .block-header__title {
    max-width: 28rem;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .world__row .mobile-tabs__select {
    width: calc(100% - var(--p-container) * 2);
    margin: 0 auto;
  }
}

.pass__title {
  margin-bottom: 3.4rem;
}
@media (max-width: 575px) {
  .pass__title {
    font-size: 2.4rem;
    line-height: 120%;
    margin-bottom: 2rem;
  }
}
.pass__subtitle {
  margin-bottom: 3.4rem;
  color: var(--fg-white-o);
}
@media (max-width: 575px) {
  .pass__subtitle {
    font-size: var(--fz-regular);
    line-height: var(--lh-text);
    margin-bottom: 2rem;
    color: var(--fg-white);
  }
}
.pass__block {
  padding: 11.5rem 8.3rem 10.1rem;
  border-radius: var(--br-30);
  position: relative;
  overflow: hidden;
}
.pass__block:before {
  content: "";
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(-12.48deg, rgba(4, 4, 4, 0) 0%, #1C9F43 100%);
  border-radius: var(--br-30);
}
.pass__block:after {
  content: "";
  position: absolute;
  inset: 0.1rem;
  border-radius: var(--br-30);
  background: url("../img/pass.lg/bg.webp") center center no-repeat;
  background-size: cover;
}
@media (max-width: 575px) {
  .pass__block {
    padding: 1rem 1rem 2rem;
    background: none;
  }
}
.pass__content {
  max-width: 72.3rem;
  position: relative;
  z-index: 5;
}
@media (max-width: 575px) {
  .pass__content {
    max-width: 100%;
    padding: 3rem 1rem 0;
  }
}
.pass__text {
  margin-bottom: 5.2rem;
  --color: var(--fg-white);
  --fz: var(--fz-20);
  --li-width: .3rem;
  --li-before-bg: var(--fg-white);
  --li-top: 1.05rem;
}
@media (max-width: 575px) {
  .pass__text {
    margin-bottom: 2.5rem;
    --fz: var(--fz-12);
    --li-top: .65rem;
    --mb-li: 1rem;
  }
}
.pass__alert {
  max-width: 60.8rem;
  line-height: var(--lh-text);
}
@media (max-width: 575px) {
  .pass__alert {
    font-size: var(--fz-regular);
  }
}
.pass__btn {
  margin-top: 5.2rem;
}
@media (max-width: 575px) {
  .pass__btn {
    margin-top: 2.8rem;
  }
}
.pass__media {
  max-width: 79rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
@media (max-width: 575px) {
  .pass__media {
    position: relative;
    max-width: 100%;
    top: 0;
    transform: none;
    border-radius: 1rem;
    overflow: hidden;
  }
}

.clubs-hero {
  padding: 3.5rem 0 5.5rem;
}
@media (max-width: 575px) {
  .clubs-hero {
    padding-top: 0;
  }
}
.clubs-hero__container {
  position: relative;
}
.clubs-hero__title {
  font-size: 7.5rem;
  max-width: 85.3rem;
  margin: 0 0 7rem;
  line-height: 110%;
}
@media (max-width: 575px) {
  .clubs-hero__title {
    font-size: var(--fz-h1);
    margin-bottom: 2rem;
  }
}
.clubs-hero__text {
  --fz: var(--fz-20);
  max-width: 61.9rem;
}
@media (max-width: 575px) {
  .clubs-hero__text {
    --fz: var(--fz-regular);
    margin-bottom: 4rem;
  }
}
.clubs-hero__right {
  --fz: var(--fz-20);
  --color: var(--fg-white);
  --mb: 3.6rem;
  max-width: 55.7rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 575px) {
  .clubs-hero__right {
    position: relative;
    max-width: 100%;
    --fz: var(--fz-regular);
    --mb: 2rem;
  }
}

.exclusive {
  --gap: 8rem;
  position: relative;
}
.exclusive__block-header {
  margin-bottom: 17.3rem;
}
@media (max-width: 575px) {
  .exclusive__block-header {
    margin-bottom: 4rem;
  }
}
@media (min-width: 991px) {
  .exclusive__swiper {
    overflow: visible;
  }
  .exclusive__swiper .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8rem;
  }
  .exclusive__swiper .swiper-slide {
    height: auto;
  }
}
@media (max-width: 575px) {
  .exclusive__swiper {
    margin: 0 var(--m-m-container);
    padding: 1.5rem var(--p-container);
  }
  .exclusive__swiper .swiper-slide:has(.advantages-item--3) {
    display: none;
  }
}
.exclusive__col {
  width: calc(50% - var(--gap) / 2);
}
.exclusive__col--100 {
  width: 100%;
}
@media (max-width: 575px) {
  .exclusive__col {
    width: inherit;
  }
}

@media (max-width: 575px) {
  .faq {
    padding-bottom: 3rem;
  }
}

.club-header__block {
  min-height: 43.3rem;
  background-image: url("../img/club.lg/header/bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: var(--br-30);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 5;
}
.club-header__block:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.club-header__title {
  max-width: 90.1rem;
  margin: 0 auto;
  text-align: center;
  line-height: 110%;
}
.club-header__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5rem;
}
.club-header__actions-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.club-header__address {
  margin-left: 4rem;
  text-decoration: underline;
}
.club-header__phone {
  font-size: var(--fz-20);
  font-weight: 400;
}
.club-header__advantages {
  margin-top: 5rem;
}

.gallery-text__block-header {
  margin-bottom: 8rem;
}
.gallery-text__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gallery-text__slider {
  --width: 92.8rem;
  min-width: var(--width);
  width: var(--width);
  position: relative;
}
.gallery-text__slider-item {
  min-height: 52.2rem;
  border-radius: var(--br-30);
  overflow: hidden;
}
.gallery-text__content {
  width: 46.6rem;
  max-width: 100%;
}
.gallery-text__title {
  margin-bottom: 2rem;
}
.gallery-text__text {
  margin-bottom: 3rem;
}
.gallery-text--invert .gallery-text__slider {
  order: 2;
}
.gallery-text--invert .gallery-text__content {
  order: 1;
}
.gallery-text__date {
  font-weight: 700;
  margin-bottom: 1rem;
}

.find__map > * {
  width: 100%;
  height: auto;
  border-radius: var(--br-30);
}
.find__flex {
  display: flex;
  justify-content: space-between;
  margin-top: 3.8rem;
}
.find__path {
  line-height: var(--lh-text);
  max-width: 61.8rem;
}
.find__address {
  color: var(--fg-green);
  text-decoration: underline !important;
}

.p-clubs {
  position: relative;
}
.p-clubs__before {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 575px) {
  .p-clubs__before {
    display: none;
  }
}

.articles {
  padding-top: 0;
}
.articles__filters {
  margin-bottom: 7rem;
}

.article {
  --mb-def: 6rem;
  --mb-block: 5rem;
}
.article__title {
  margin: 0 0 5.5rem;
}
.article__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--mb-block);
}
.article__meta > div {
  display: flex;
  align-items: center;
}
.article__meta-right {
  justify-content: flex-end;
}
.article__update {
  margin-left: 1.8rem;
}
.article__tags {
  display: flex;
  align-items: center;
}
.article__tags-tag {
  min-width: 11.5rem;
  height: 2.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.4rem;
  border: 0.1rem solid var(--fg-white-o-20);
  font-size: var(--fz-12);
  margin-right: 1.1rem;
}
.article__tags-tag:last-child {
  margin: 0;
}
.article__media {
  margin-bottom: var(--mb-def);
  border-radius: var(--br-30);
  overflow: hidden;
  min-height: 60rem;
}
.article__content {
  margin-bottom: var(--mb-def);
  --fz: var(--fz-20);
  --lh: 160%;
  --mb: 3rem;
  --color: var(--fg-white) ;
}
.article .section {
  --pd: var(--mb-def);
}

.bid__page-header .page-header__media {
  max-width: 102rem;
}
.bid__filters {
  margin-bottom: 7rem;
}
.bid__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
}

.events__page-header .page-header__media {
  max-width: 122.4rem;
}
.events__filter {
  display: flex;
  margin-bottom: 6rem;
  border-radius: var(--br-20);
  border: 0.1rem solid var(--fg-white-o-20);
}
.events__filter-btn {
  width: 100%;
  padding: 3.2rem 0;
  text-align: center;
  font-size: var(--fz-h4);
  position: relative;
  color: rgba(255, 255, 255, 0.4);
}
.events__filter-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.5rem;
  transform: translateY(-50%);
  height: calc(100% - 1.4rem);
  background: var(--fg-white-o-20);
  width: 0.1rem;
}
.events__filter-btn:last-child:after {
  display: none;
}
.events__filter-btn--active {
  color: var(--fg-white);
}
.events__card .card__title {
  margin-bottom: 1.2rem;
}

.news {
  position: relative;
}
.news__page-header .page-header__media {
  max-width: 155.4rem;
  bottom: -25rem;
}
.news:before {
  content: "";
  position: absolute;
  top: -30rem;
  left: 0;
  width: 100%;
  height: 68.9rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.news__filters {
  margin-bottom: 7rem;
}

.ambassadors__header {
  text-align: center;
  margin-bottom: 15.3rem;
}
.ambassadors__title {
  margin: 0;
}
.ambassadors__subtext {
  margin-top: 3.5rem;
}
.ambassadors__slider .swiper {
  padding: 10rem 0;
  margin: -10rem 0;
}
.ambassadors__slider .swiper-wrapper {
  align-items: center;
}
.ambassadors__slider .swiper-slide {
  transition: var(--tr-regular);
  width: 72.4rem;
  transform: scale(0.8);
}
.ambassadors__slider .swiper-slide-active {
  transform: scale(1.1);
}
.ambassadors__slider .swiper-slide-active .ambassadors-item__media {
  max-width: 90%;
}
.ambassadors__slider .swiper-slide-active .ambassadors-item__media img {
  width: 100%;
  height: auto;
}
.ambassadors__slider .swiper-wrapper {
  align-items: center;
}
.ambassadors__quotes {
  max-width: 43.4rem;
  margin: 7rem auto 0;
  text-align: center;
}
.ambassadors__quotes svg {
  width: 3.8rem;
  height: auto;
  margin: 0 auto 2.1rem;
}
.ambassadors__quote-text {
  line-height: var(--lh-text);
}
.ambassadors__text {
  padding: 8rem 0 7.5rem;
}
.ambassadors__text-content {
  --fz: var(--fz-20);
  --lh: 160%;
  --mb: 3rem;
  --color: var(--fg-white);
}

.is-hidden {
  visibility: hidden !important;
  display: none !important;
}

@media (min-width: 450px) {
  .only-mobile {
    display: none;
  }
}

.is-transparent {
  opacity: 0 !important;
  pointer-events: none !important;
}

.is-opaque {
  opacity: 0.5;
}

.air-datepicker {
  z-index: 1001 !important;
  --adp-background-color: var(--bg-modal);
  --adp-font-size: var(--fz-regular);
  --adp-width: fit-content;
  border: none !important;
  border-radius: var(--br-20) !important;
  padding: 3.2rem 4.2rem 4.2rem;
}
.air-datepicker:before {
  content: "";
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(169.59deg, rgba(4, 4, 4, 0) 0%, #1C9F43 100%);
  border-radius: var(--br-20);
}
.air-datepicker:after {
  content: "";
  position: absolute;
  inset: 0.1rem;
  border-radius: var(--br-20);
  background-color: var(--bg-modal);
}
.air-datepicker--navigation {
  position: relative;
  z-index: 15;
}
.air-datepicker--content {
  position: relative;
  z-index: 15;
}
.air-datepicker-nav {
  border: none !important;
  font-weight: 700 !important;
}
.air-datepicker-nav--title {
  color: var(--fg-white);
  font-size: var(--fz-20);
}
.air-datepicker-cell {
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 50% !important;
  transition: var(--tr-regular);
  color: var(--fg-white);
}
.air-datepicker-cell.-current- {
  color: var(--fg-green) !important;
}
.air-datepicker-cell.-selected- {
  background: var(--fg-green) !important;
  color: var(--fg-black) !important;
  font-weight: 700 !important;
}
.air-datepicker-cell.-disabled- {
  color: rgba(255, 255, 255, 0.3);
}
@media (any-hover: hover) {
  .air-datepicker-cell:hover {
    color: var(--fg-black);
  }
}
.air-datepicker-body--cells {
  gap: 1rem;
}
.air-datepicker-body--day-names {
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.air-datepicker-body--day-name {
  text-transform: uppercase;
  font-size: var(--fz-regular);
  font-weight: 700;
  color: var(--fg-white);
}
.air-datepicker--pointer {
  display: none;
}
/*# sourceMappingURL=../maps/style.css.map */
