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

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

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

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

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  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;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

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

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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}.container {
  width: 100%;
}.invisible {
  visibility: hidden;
}.fixed {
  position: fixed;
}.absolute {
  position: absolute;
}.relative {
  position: relative;
}.bottom-0 {
  bottom: 0px;
}.bottom-10 {
  bottom: 2.5rem;
}.left-0 {
  left: 0px;
}.right-0 {
  right: 0px;
}.top-0 {
  top: 0px;
}.z-10 {
  z-index: 10;
}.z-\[10\] {
  z-index: 10;
}.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}.mx-2\.5 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}.mx-auto {
  margin-left: auto;
  margin-right: auto;
}.ml-5 {
  margin-left: 1.25rem;
}.mt-10 {
  margin-top: 2.5rem;
}.mt-5 {
  margin-top: 1.25rem;
}.mt-6 {
  margin-top: 1.5rem;
}.mt-8 {
  margin-top: 2rem;
}.mt-\[100px\] {
  margin-top: 100px;
}.mt-\[200px\] {
  margin-top: 200px;
}.mt-\[30px\] {
  margin-top: 30px;
}.mt-\[50px\] {
  margin-top: 50px;
}.mt-\[52px\] {
  margin-top: 52px;
}.block {
  display: block;
}.inline {
  display: inline;
}.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}.grid {
  display: grid;
}.hidden {
  display: none;
}.h-10 {
  height: 2.5rem;
}.h-12 {
  height: 3rem;
}.h-14 {
  height: 3.5rem;
}.h-8 {
  height: 2rem;
}.h-\[18px\] {
  height: 18px;
}.h-\[2000px\] {
  height: 2000px;
}.h-\[25px\] {
  height: 25px;
}.h-\[274px\] {
  height: 274px;
}.h-\[40\%\] {
  height: 40%;
}.h-\[413px\] {
  height: 413px;
}.h-\[55px\] {
  height: 55px;
}.h-\[56px\] {
  height: 56px;
}.h-\[62px\] {
  height: 62px;
}.h-\[70px\] {
  height: 70px;
}.h-full {
  height: 100%;
}.max-h-full {
  max-height: 100%;
}.w-10 {
  width: 2.5rem;
}.w-12 {
  width: 3rem;
}.w-8 {
  width: 2rem;
}.w-\[18px\] {
  width: 18px;
}.w-\[25px\] {
  width: 25px;
}.w-\[274px\] {
  width: 274px;
}.w-\[40\%\] {
  width: 40%;
}.w-\[56px\] {
  width: 56px;
}.w-\[62px\] {
  width: 62px;
}.w-\[70px\] {
  width: 70px;
}.w-\[900px\] {
  width: 900px;
}.w-full {
  width: 100%;
}.max-w-\[1000px\] {
  max-width: 1000px;
}.max-w-\[1030px\] {
  max-width: 1030px;
}.max-w-\[140px\] {
  max-width: 140px;
}.max-w-\[180px\] {
  max-width: 180px;
}.max-w-\[220px\] {
  max-width: 220px;
}.max-w-\[300px\] {
  max-width: 300px;
}.max-w-\[480px\] {
  max-width: 480px;
}.max-w-\[527px\] {
  max-width: 527px;
}.max-w-\[555px\] {
  max-width: 555px;
}.max-w-\[600px\] {
  max-width: 600px;
}.max-w-\[640px\] {
  max-width: 640px;
}.max-w-\[690px\] {
  max-width: 690px;
}.max-w-\[770px\] {
  max-width: 770px;
}.max-w-\[893px\] {
  max-width: 893px;
}.max-w-\[900px\] {
  max-width: 900px;
}.max-w-full {
  max-width: 100%;
}.flex-shrink-0 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}.cursor-pointer {
  cursor: pointer;
}.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}.items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}.gap-1 {
  gap: 0.25rem;
}.gap-10 {
  gap: 2.5rem;
}.gap-2 {
  gap: 0.5rem;
}.gap-2\.5 {
  gap: 0.625rem;
}.gap-4 {
  gap: 1rem;
}.gap-\[13px\] {
  gap: 13px;
}.gap-\[20px\] {
  gap: 20px;
}.gap-\[50px\] {
  gap: 50px;
}.gap-\[5px\] {
  gap: 5px;
}.overflow-hidden {
  overflow: hidden;
}.overflow-y-hidden {
  overflow-y: hidden;
}.rounded-3xl {
  border-radius: 1.5rem;
}.rounded-\[10px\] {
  border-radius: 10px;
}.rounded-\[40px\] {
  border-radius: 40px;
}.rounded-\[5px\] {
  border-radius: 5px;
}.rounded-full {
  border-radius: 9999px;
}.rounded-xl {
  border-radius: 0.75rem;
}.border {
  border-width: 1px;
}.border-solid {
  border-style: solid;
}.border-\[\#EBEBEB\] {
  --tw-border-opacity: 1;
  border-color: rgba(235, 235, 235, 1);
  border-color: rgba(235, 235, 235, var(--tw-border-opacity));
}.border-\[var\(--color-primary-main\)\] {
  border-color: #1a1a1a;
  border-color: var(--color-primary-main);
}.border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}.bg-\[\#C1C3C2\] {
  --tw-bg-opacity: 1;
  background-color: rgba(193, 195, 194, 1);
  background-color: rgba(193, 195, 194, var(--tw-bg-opacity));
}.bg-\[\#EBEBEB\] {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 235, 235, 1);
  background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
}.bg-black\/10 {
  background-color: rgba(0, 0, 0, 0.1);
}.bg-black\/\[0\.08\] {
  background-color: rgba(0, 0, 0, 0.08);
}.bg-primary-main {
  --tw-bg-opacity: 1;
  background-color: rgba(26, 26, 26, 1);
  background-color: rgba(26, 26, 26, var(--tw-bg-opacity));
}.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}.bg-white\/5 {
  background-color: rgba(255, 255, 255, 0.05);
}.p-10 {
  padding: 2.5rem;
}.p-4 {
  padding: 1rem;
}.p-5 {
  padding: 1.25rem;
}.p-\[18px\] {
  padding: 18px;
}.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}.py-\[100px\] {
  padding-top: 100px;
  padding-bottom: 100px;
}.pb-10 {
  padding-bottom: 2.5rem;
}.pb-\[100px\] {
  padding-bottom: 100px;
}.pb-\[96px\] {
  padding-bottom: 96px;
}.pt-\[100px\] {
  padding-top: 100px;
}.pt-\[200px\] {
  padding-top: 200px;
}.pt-\[60px\] {
  padding-top: 60px;
}.text-center {
  text-align: center;
}.text-5xl {
  font-size: 3rem;
  line-height: 1;
}.text-\[100px\] {
  font-size: 100px;
}.text-\[15px\] {
  font-size: 15px;
}.text-\[20px\] {
  font-size: 20px;
}.text-\[27px\] {
  font-size: 27px;
}.text-\[48px\] {
  font-size: 48px;
}.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}.uppercase {
  text-transform: uppercase;
}.leading-\[1\.1\] {
  line-height: 1.1;
}.leading-none {
  line-height: 1;
}.text-primary-main {
  --tw-text-opacity: 1;
  color: rgba(26, 26, 26, 1);
  color: rgba(26, 26, 26, var(--tw-text-opacity));
}.text-primary-main\/40 {
  color: rgba(26, 26, 26, 0.4);
}.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}.text-white\/40 {
  color: rgba(255, 255, 255, 0.4);
}.opacity-50 {
  opacity: 0.5;
}.duration-200 {
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
}:root{--color-primary-main: #1a1a1a}@font-face{font-family:"Aeonik Pro Regular";src:url(../assets/fonts/aeonik_pro_regular.64823b34.eot);src:url(../assets/fonts/aeonik_pro_regular.64823b34.eot?#iefix) format("embedded-opentype"),url(../assets/fonts/aeonik_pro_regular.be3e2d77.woff) format("woff"),url(../assets/fonts/aeonik_pro_regular.705a1b31.ttf) format("truetype");font-weight:normal;font-style:normal;font-display:swap}*{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);scrollbar-width:thin;scrollbar-color:#1a1a1a #fff;scrollbar-color:var(--color-primary-main) #fff}*::-webkit-scrollbar{width:6px;height:6px}*::-webkit-scrollbar-track{background:rgba(0,0,0,0)}*::-webkit-scrollbar-thumb{background-color:#1a1a1a;background-color:var(--color-primary-main)}input,textarea{outline:none}body{font-size:16px;font-family:"Aeonik Pro Regular",system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif}.container{margin-left:auto;margin-right:auto;max-width:1440px;padding-left:40px;padding-right:40px}.accordion-item:not(.accordion-item_show) .accordion-body{display:none}.checkbox input[type=checkbox]{display:none}.checkbox input[type=checkbox]:checked+.checkbox-check{opacity:1;visibility:visible}.checkbox-check{opacity:0;visibility:hidden;-webkit-transition:.1s ease-in-out;transition:.1s ease-in-out}@media(max-width: 1200px){.container{padding-left:30px;padding-right:30px}}@media(max-width: 640px){.container{padding-left:15px;padding-right:15px}}.h-link-preview{width:235px}.h-btn-menu{-webkit-transition:.2s;transition:.2s;z-index:1}.h-btn-menu._active{z-index:21}.h-btn-menu._active span:nth-of-type(1){-webkit-transform:rotate(45deg) translate(5px, 5px);-ms-transform:rotate(45deg) translate(5px, 5px);transform:rotate(45deg) translate(5px, 5px)}.h-btn-menu._active span:nth-of-type(2){-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.h-btn-menu._active span:nth-of-type(3){-webkit-transform:rotate(-45deg) translate(5px, -5px);-ms-transform:rotate(-45deg) translate(5px, -5px);transform:rotate(-45deg) translate(5px, -5px)}.h-btn-menu span{width:50%;height:1px;background:#fff;-webkit-transition:.2s;transition:.2s}.h-btn-menu span:nth-of-type(2){margin:6px 0}@media(max-width: 640px){.h-btn-menu span{width:100%;height:2px;background:#1a1a1a;background:var(--color-primary-main)}.h-btn-menu span:nth-of-type(2){margin:5px 0}}.menu-overlay{z-index:-1;opacity:0;visibility:hidden;-webkit-transition:.2s;transition:.2s}.menu-overlay._active{z-index:20;opacity:1;visibility:visible}.ms-step._active{-webkit-animation:slideUp 1000ms ease-out 0ms 1 normal forwards;animation:slideUp 1000ms ease-out 0ms 1 normal forwards}.ms-step-grid{overflow-x:auto;scrollbar-width:0}.ms-step-grid::-webkit-scrollbar{width:0;height:0}.ms-info p{margin:40px 0}.ms-info img{margin:0 10px;display:inline-block}.ms-info-pic{width:70px;height:70px}@-webkit-keyframes slideUp{50%{-webkit-transform:translateY(-15%);transform:translateY(-15%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideUp{50%{-webkit-transform:translateY(-15%);transform:translateY(-15%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@media(max-width: 1200px){.ms-info-pic{width:48px;height:48px}}@media(max-width: 640px){.ms-step:nth-of-type(1){margin-left:auto}.ms-step:nth-of-type(3){margin-right:auto}.ms-info img{margin:0 auto;display:block}.ms-info-pic{width:56px;height:56px}}.hws-phone{position:relative}.hws-phone-pic{position:absolute;top:50%;left:0;width:100%;-webkit-transition:.8s ease-in-out .3s;transition:.8s ease-in-out .3s}.hws-phone-pic._active{top:0;-webkit-transform:translate(0, -18%) scale(0.6);-ms-transform:translate(0, -18%) scale(0.6);transform:translate(0, -18%) scale(0.6)}@media(max-width: 640px){.hws-phone-pic._active{-webkit-transform:translate(0, 0) scale(0.8);-ms-transform:translate(0, 0) scale(0.8);transform:translate(0, 0) scale(0.8)}}.cs-slider .swiper-slide{width:auto;height:auto}.cs-slider .swiper-slide.swiper-slide-active .cs-item{opacity:1}.cs-item{-webkit-transition:.3s;transition:.3s}.sbs-item{display:grid;grid-template-columns:1fr 1fr 1fr auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:16px;gap:16px}.sbs-item-title{grid-column:1/2}.sbs-item-price{grid-column:2/3;white-space:nowrap}.sbs-item-call{grid-column:3/4;justify-self:center}.sbs-item-btn{grid-column:4/5}@media(max-width: 1200px){.sbs-item{grid-template-columns:repeat(2, 1fr);gap:10px}.sbs-item-title{grid-column:1/2;grid-row:1/2}.sbs-item-price{grid-column:2/3;grid-row:1/2;text-align:right;justify-self:end}.sbs-item-call{grid-column:1/3;grid-row:2/3;justify-self:start}.sbs-item-btn{grid-column:1/3;grid-row:3/4}}@media(max-width: 640px){.sbs-item{grid-template-columns:1fr}.sbs-item-price{margin-top:20px;grid-column:1/3;grid-row:2/3;justify-self:start;text-align:left}.sbs-item-call{grid-row:3/4}.sbs-item-btn{grid-row:4/5}}.faq-item.accordion-item_show .faq-sign,.faq-item.accordion-item_slidedown .faq-sign{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.faq-sign{-webkit-transition:.2s ease-out;transition:.2s ease-out}.map .area{-webkit-transition:.2s ease-out;transition:.2s ease-out;fill:rgba(0,0,0,0);outline:none}.map .area._grey{fill:#f0f0f0}.map .area._active{fill:#1a1a1a;fill:var(--color-primary-main)}.map .trigger{cursor:pointer;-webkit-transition:.2s ease-out;transition:.2s ease-out;outline:none}.map .trigger rect{-webkit-transition:.2s ease-out;transition:.2s ease-out}.map .trigger._active rect{opacity:0}.map-popup{border-radius:10px;max-width:332px;padding:20px;background:#ebebeb;color:#1a1a1a;color:var(--color-primary-main)}.map-popup-title{font-size:20px}.map-popup-f{margin-top:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.map-popup-value{font-size:48px}.map-popup-label{font-size:20px;line-height:1}@media(max-width: 768px){.map-popup{max-width:200px}.map-popup-title{font-size:16px}.map-popup-f{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.map-popup-value{font-size:27px}.map-popup-label{font-size:16px}}.m-overlay{position:fixed;top:0;left:0;width:100%;height:100%;padding:100px 15px 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;background-color:rgba(0,0,0,.2);overflow-y:auto;overflow-x:hidden;visibility:hidden;opacity:0;-webkit-transition:opacity .2s, visibility .2s;transition:opacity .2s, visibility .2s;z-index:22}.m-overlay.active{visibility:visible;opacity:1;top:0}.hover\:bg-\[\#D5D5D5\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(213, 213, 213, 1);
  background-color: rgba(213, 213, 213, var(--tw-bg-opacity));
}.hover\:bg-primary-main\/90:hover {
  background-color: rgba(26, 26, 26, 0.9);
}.hover\:bg-white\/20:hover {
  background-color: rgba(255, 255, 255, 0.2);
}@media (max-width: 1440px) {

  .xl\:gap-4 {
    gap: 1rem;
  }
}@media (max-width: 1200px) {

  .lg\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .lg\:mt-2 {
    margin-top: 0.5rem;
  }

  .lg\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .lg\:mt-\[125px\] {
    margin-top: 125px;
  }

  .lg\:mt-\[180px\] {
    margin-top: 180px;
  }

  .lg\:mt-\[30px\] {
    margin-top: 30px;
  }

  .lg\:mt-\[60px\] {
    margin-top: 60px;
  }

  .lg\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-12 {
    height: 3rem;
  }

  .lg\:h-\[175px\] {
    height: 175px;
  }

  .lg\:h-\[45px\] {
    height: 45px;
  }

  .lg\:h-\[48px\] {
    height: 48px;
  }

  .lg\:h-\[54px\] {
    height: 54px;
  }

  .lg\:w-12 {
    width: 3rem;
  }

  .lg\:w-\[175px\] {
    width: 175px;
  }

  .lg\:w-\[48px\] {
    width: 48px;
  }

  .lg\:w-\[546px\] {
    width: 546px;
  }

  .lg\:w-\[54px\] {
    width: 54px;
  }

  .lg\:max-w-\[230px\] {
    max-width: 230px;
  }

  .lg\:max-w-\[600px\] {
    max-width: 600px;
  }

  .lg\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .lg\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-9 {
    gap: 2.25rem;
  }

  .lg\:gap-\[25px\] {
    gap: 25px;
  }

  .lg\:gap-\[30px\] {
    gap: 30px;
  }

  .lg\:gap-\[7px\] {
    gap: 7px;
  }

  .lg\:rounded-\[20px\] {
    border-radius: 20px;
  }

  .lg\:p-2 {
    padding: 0.5rem;
  }

  .lg\:p-2\.5 {
    padding: 0.625rem;
  }

  .lg\:p-5 {
    padding: 1.25rem;
  }

  .lg\:p-\[30px\] {
    padding: 30px;
  }

  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:pb-\[30px\] {
    padding-bottom: 30px;
  }

  .lg\:pt-\[160px\] {
    padding-top: 160px;
  }

  .lg\:pt-\[180px\] {
    padding-top: 180px;
  }

  .lg\:text-\[38px\] {
    font-size: 38px;
  }

  .lg\:text-\[90px\] {
    font-size: 90px;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}@media (max-width: 768px) {

  .md\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-7 {
    height: 1.75rem;
  }

  .md\:w-7 {
    width: 1.75rem;
  }

  .md\:max-w-none {
    max-width: none;
  }

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .md\:items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:gap-2\.5 {
    gap: 0.625rem;
  }

  .md\:gap-\[50px\] {
    gap: 50px;
  }
}@media (max-width: 640px) {

  .\33sm\:ml-0 {
    margin-left: 0px;
  }

  .\33sm\:mt-10 {
    margin-top: 2.5rem;
  }

  .\33sm\:mt-\[100px\] {
    margin-top: 100px;
  }

  .\33sm\:mt-\[170px\] {
    margin-top: 170px;
  }

  .\33sm\:mt-\[18px\] {
    margin-top: 18px;
  }

  .\33sm\:mt-\[30px\] {
    margin-top: 30px;
  }

  .\33sm\:mt-\[50px\] {
    margin-top: 50px;
  }

  .\33sm\:mt-\[90px\] {
    margin-top: 90px;
  }

  .\33sm\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .\33sm\:inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .\33sm\:hidden {
    display: none;
  }

  .\33sm\:h-14 {
    height: 3.5rem;
  }

  .\33sm\:h-4 {
    height: 1rem;
  }

  .\33sm\:h-\[274px\] {
    height: 274px;
  }

  .\33sm\:h-\[56px\] {
    height: 56px;
  }

  .\33sm\:w-14 {
    width: 3.5rem;
  }

  .\33sm\:w-6 {
    width: 1.5rem;
  }

  .\33sm\:w-\[274px\] {
    width: 274px;
  }

  .\33sm\:w-\[294px\] {
    width: 294px;
  }

  .\33sm\:w-\[56px\] {
    width: 56px;
  }

  .\33sm\:max-w-\[120px\] {
    max-width: 120px;
  }

  .\33sm\:max-w-\[320px\] {
    max-width: 320px;
  }

  .\33sm\:max-w-\[357px\] {
    max-width: 357px;
  }

  .\33sm\:max-w-\[390px\] {
    max-width: 390px;
  }

  .\33sm\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .\33sm\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .\33sm\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .\33sm\:gap-2 {
    gap: 0.5rem;
  }

  .\33sm\:gap-2\.5 {
    gap: 0.625rem;
  }

  .\33sm\:bg-transparent {
    background-color: transparent;
  }

  .\33sm\:p-4 {
    padding: 1rem;
  }

  .\33sm\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .\33sm\:pb-\[18px\] {
    padding-bottom: 18px;
  }

  .\33sm\:pb-\[50px\] {
    padding-bottom: 50px;
  }

  .\33sm\:pt-\[100px\] {
    padding-top: 100px;
  }

  .\33sm\:pt-\[40px\] {
    padding-top: 40px;
  }

  .\33sm\:pt-\[60px\] {
    padding-top: 60px;
  }

  .\33sm\:text-\[118px\] {
    font-size: 118px;
  }

  .\33sm\:text-\[27px\] {
    font-size: 27px;
  }

  .\33sm\:text-\[58px\] {
    font-size: 58px;
  }

  .\33sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .\33sm\:hover\:bg-transparent:hover {
    background-color: transparent;
  }
}.\[\&_svg\]\:h-\[45\%\] svg {
  height: 45%;
}.\[\&_svg\]\:h-full svg {
  height: 100%;
}.\[\&_svg\]\:max-h-\[50\%\] svg {
  max-height: 50%;
}.\[\&_svg\]\:max-h-\[60\%\] svg {
  max-height: 60%;
}.\[\&_svg\]\:w-\[45\%\] svg {
  width: 45%;
}.\[\&_svg\]\:w-full svg {
  width: 100%;
}.\[\&_svg\]\:max-w-\[50\%\] svg {
  max-width: 50%;
}.\[\&_svg\]\:max-w-\[60\%\] svg {
  max-width: 60%;
}
.tippy-box[data-animation=shift-toward][data-state=hidden]{opacity:0}.tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=top]{transform:translateY(-10px)}.tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=bottom]{transform:translateY(10px)}.tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=left]{transform:translateX(-10px)}.tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=right]{transform:translateX(10px)}
@font-face{font-family:"swiper-icons";src:url("data:application/font-woff;charset=utf-8;base64, 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");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{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;-webkit-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-timing-function:var(--swiper-wrapper-transition-timing-function, ease);transition-timing-function:var(--swiper-wrapper-transition-timing-function, ease);-webkit-transition-timing-function:initial;transition-timing-function:initial;-webkit-transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0px, 0, 0);transform:translate3d(0px, 0, 0)}.swiper-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-slide{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-backface-hidden .swiper-slide{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.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{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{-ms-scroll-snap-type:none;scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:"";-ms-flex-negative:0;flex-shrink:0;-webkit-box-ordinal-group:10000;-ms-flex-order:9999;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-left: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-top: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-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));background-image:linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-box-sizing:border-box;box-sizing:border-box;border:4px solid #007aff;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:rgba(0,0,0,0)}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{-webkit-animation:swiper-preloader-spin 1s infinite linear;animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@-webkit-keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
