@charset "UTF-8";

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

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

/*
! tailwindcss v3.4.13 | 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 {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: SF Pro Display, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

input::-moz-placeholder, textarea::-moz-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;
}

.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 100%){
  .container{
    max-width: 100%;
  }
}

@media (min-width: 1088px){
  .container{
    max-width: 1088px;
  }
}

.pointer-events-none{
  pointer-events: none;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.-left-\[23px\]{
  left: -23px;
}

.-top-\[28px\]{
  top: -28px;
}

.bottom-0{
  bottom: 0px;
}

.bottom-10{
  bottom: 2.5rem;
}

.bottom-5{
  bottom: 1.25rem;
}

.left-0{
  left: 0px;
}

.left-1\/2{
  left: 50%;
}

.right-0{
  right: 0px;
}

.right-1{
  right: 0.25rem;
}

.right-\[-30px\]{
  right: -30px;
}

.top-0{
  top: 0px;
}

.top-1{
  top: 0.25rem;
}

.top-1\/2{
  top: 50%;
}

.top-\[42px\]{
  top: 42px;
}

.bottom-\[10px\]{
  bottom: 10px;
}

.z-0{
  z-index: 0;
}

.z-10{
  z-index: 10;
}

.z-20{
  z-index: 20;
}

.z-\[-1\]{
  z-index: -1;
}

.m-0{
  margin: 0px;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.-ml-\[300px\]{
  margin-left: -300px;
}

.-mt-3{
  margin-top: -0.75rem;
}

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

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

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

.ml-\[300px\]{
  margin-left: 300px;
}

.ml-\[42px\]{
  margin-left: 42px;
}

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

.mt-20{
  margin-top: 5rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.mt-8{
  margin-top: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.block{
  display: block;
}

.flex{
  display: flex;
}

.hidden{
  display: none;
}

.h-12{
  height: 3rem;
}

.h-20{
  height: 5rem;
}

.h-6{
  height: 1.5rem;
}

.h-8{
  height: 2rem;
}

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

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

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

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

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

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

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

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

.h-full{
  height: 100%;
}

.min-h-\[548px\]{
  min-height: 548px;
}

.\!w-\[285px\]{
  width: 285px !important;
}

.w-16{
  width: 4rem;
}

.w-20{
  width: 5rem;
}

.w-6{
  width: 1.5rem;
}

.w-8{
  width: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}

.w-full{
  width: 100%;
}

.min-w-\[1000px\]{
  min-width: 1000px;
}

.flex-shrink-0{
  flex-shrink: 0;
}

.flex-grow{
  flex-grow: 1;
}

.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.flex-col{
  flex-direction: column;
}

.flex-col-reverse{
  flex-direction: column-reverse;
}

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

.justify-end{
  justify-content: flex-end;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.justify-around{
  justify-content: space-around;
}

.gap-10{
  gap: 2.5rem;
}

.gap-12{
  gap: 3rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-4{
  gap: 1rem;
}

.gap-7{
  gap: 1.75rem;
}

.gap-8{
  gap: 2rem;
}

.gap-\[10px\]{
  gap: 10px;
}

.gap-\[18px\]{
  gap: 18px;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-y-auto{
  overflow-y: auto;
}

.overflow-x-hidden{
  overflow-x: hidden;
}

.rounded-2xl{
  border-radius: 1rem;
}

.rounded-3xl{
  border-radius: 1.5rem;
}

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

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

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

.rounded-lg{
  border-radius: 0.5rem;
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-black-100{
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity));
}

.bg-purple-300{
  --tw-bg-opacity: 1;
  background-color: rgb(186 70 240 / var(--tw-bg-opacity));
}

.bg-purple-600{
  --tw-bg-opacity: 1;
  background-color: rgb(121 95 255 / var(--tw-bg-opacity));
}

.bg-\[linear-gradient\(270deg\2c \#000_0\%\2c rgba\(0\2c 0\2c 0\2c 0\)_100\%\)\]{
  background-image: linear-gradient(270deg,#000 0%,rgba(0,0,0,0) 100%);
}

.bg-\[linear-gradient\(90deg\2c \#000_0\%\2c rgba\(0\2c 0\2c 0\2c 0\)_100\%\)\]{
  background-image: linear-gradient(90deg,#000 0%,rgba(0,0,0,0) 100%);
}

.bg-\[url\(\.\.\/\.\.\/assets\/images\/eight_bg\.webp\)\]{
  background-image: url(../../assets/images/eight_bg.webp);
}

.bg-contain{
  background-size: contain;
}

.bg-center{
  background-position: center;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center{
  -o-object-position: center;
     object-position: center;
}

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

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

.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-\[22px\]{
  padding-left: 22px;
  padding-right: 22px;
}

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

.pt-11{
  padding-top: 2.75rem;
}

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

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

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

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

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

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

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

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

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

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

.leading-\[100\%\]{
  line-height: 100%;
}

.leading-\[20px\]{
  line-height: 20px;
}

.tracking-\[-0\.32px\]{
  letter-spacing: -0.32px;
}

.text-green{
  --tw-text-opacity: 1;
  color: rgb(178 224 78 / var(--tw-text-opacity));
}

.text-purple{
  --tw-text-opacity: 1;
  color: rgb(224 139 255 / var(--tw-text-opacity));
}

.text-purple-300{
  --tw-text-opacity: 1;
  color: rgb(186 70 240 / var(--tw-text-opacity));
}

.text-purple-500{
  --tw-text-opacity: 1;
  color: rgb(118 91 255 / var(--tw-text-opacity));
}

.text-purple-600{
  --tw-text-opacity: 1;
  color: rgb(121 95 255 / var(--tw-text-opacity));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-yellow{
  --tw-text-opacity: 1;
  color: rgb(244 218 85 / var(--tw-text-opacity));
}

.underline{
  text-decoration-line: underline;
}

.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-inset{
  --tw-ring-inset: inset;
}

.ring-\[\#24253D\]{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(36 37 61 / var(--tw-ring-opacity));
}

body{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.h1{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
}

@media (min-width: 1024px){
  .h1{
    padding-left: 0px;
    padding-right: 0px;
    text-align: left;
    font-size: 56px;
  }
}

.h3{
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1px;
}

@media (min-width: 1024px){
  .h3{
    font-size: 40px;
  }
}

.p-m{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px){
  .p-m{
    padding-left: 0px;
    padding-right: 0px;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.p-s{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.28px;
}

.glide__bullet{
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 58 / var(--tw-bg-opacity));
}

.glide__bullet--active{
  height: 1rem !important;
  width: 1rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(118 91 255 / var(--tw-bg-opacity)) !important;
}

.glide__bullets{
  margin-top: 1.5rem;
  display: flex;
  height: 1rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.image-sd,
.image-hd {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-hd {
  clip-path: inset(0 50% 0 0);
}

.slider {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  z-index: 10;
}

/* Стили для ползунка */

.slider {
  -webkit-appearance: none;
  /* Отключаем стандартное оформление */
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  /* Ширина ползунка */
  height: 100%;
  /* Высота полоски ползунка */
  background: transparent;
  border-radius: 0;
  /* Закругленные края полоски */
  outline: none;
  /* Убираем стандартное обрамление при фокусе */
  margin: 0;
}

/* Стили для бегунка (thumb) */

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Отключаем стандартное оформление */
  appearance: none;
  width: 40px;
  /* Ширина бегунка */
  height: 40px;
  /* Высота бегунка */
  border-radius: 50%;
  /* Делаем бегунок круглым */
  cursor: pointer;
  /* Меняем курсор на pointer */
  position: relative;
  z-index: 50;
  opacity: 0;
  background: #fff
    url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_282_117)"><path fill-rule="evenodd" clip-rule="evenodd" d="M21.2929 11.9999L16 17.2928L17.4142 18.707L24.1213 11.9999L17.4142 5.29282L16 6.70703L21.2929 11.9999Z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M2.70708 12L7.99997 6.70706L6.58576 5.29285L-0.121351 12L6.58576 18.7071L7.99997 17.2928L2.70708 12Z" fill="black"/></g><defs><clipPath id="clip0_282_117"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>')
    no-repeat center;
}

/* Для Firefox */

.slider::-moz-range-thumb {
  -webkit-appearance: none;
  /* Отключаем стандартное оформление */
  -moz-appearance: none;
       appearance: none;
}

/* Стили для активной полоски (за бегунком) */

.slider::-webkit-slider-runnable-track {
  background: transparent;
  border-radius: 5px;
}

.slider-pitch{
  position: absolute;
  bottom: 0px;
  left: 50%;
  top: 0px;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.slider-pitch:before{
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  height: 2.5rem;
  width: 2.5rem;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  cursor: pointer;
  border-radius: 9999px;
  --tw-content: "";
  content: var(--tw-content);
  background: #fff
    url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_282_117)"><path fill-rule="evenodd" clip-rule="evenodd" d="M21.2929 11.9999L16 17.2928L17.4142 18.707L24.1213 11.9999L17.4142 5.29282L16 6.70703L21.2929 11.9999Z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M2.70708 12L7.99997 6.70706L6.58576 5.29285L-0.121351 12L6.58576 18.7071L7.99997 17.2928L2.70708 12Z" fill="black"/></g><defs><clipPath id="clip0_282_117"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>')
    no-repeat center;
}

p[align='justify']{
  padding-bottom: 2.5rem;
}

@media not all and (min-width: 1024px){
  .max-lg\:hidden{
    display: none;
  }

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

@media (min-width: 1024px){
  .lg\:bottom-\[84px\]{
    bottom: 84px;
  }

  .lg\:left-\[52px\]{
    left: 52px;
  }

  .lg\:left-\[60px\]{
    left: 60px;
  }

  .lg\:right-\[58px\]{
    right: 58px;
  }

  .lg\:right-\[62px\]{
    right: 62px;
  }

  .lg\:top-12{
    top: 3rem;
  }

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

  .lg\:top-\[118px\]{
    top: 118px;
  }

  .lg\:top-\[52px\]{
    top: 52px;
  }

  .lg\:bottom-5{
    bottom: 1.25rem;
  }

  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

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

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

  .lg\:mt-16{
    margin-top: 4rem;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:block{
    display: block;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-10{
    height: 2.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:w-auto{
    width: auto;
  }

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:flex-col{
    flex-direction: column;
  }

  .lg\:justify-between{
    justify-content: space-between;
  }

  .lg\:gap-0{
    gap: 0px;
  }

  .lg\:gap-10{
    gap: 2.5rem;
  }

  .lg\:gap-14{
    gap: 3.5rem;
  }

  .lg\:gap-4{
    gap: 1rem;
  }

  .lg\:gap-8{
    gap: 2rem;
  }

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

  .lg\:bg-\[url\(\.\.\/\.\.\/assets\/images\/first_bg\.webp\)\]{
    background-image: url(../../assets/images/first_bg.webp);
  }

  .lg\:bg-\[url\(\.\.\/\.\.\/assets\/images\/slider_bg\.webp\)\]{
    background-image: url(../../assets/images/slider_bg.webp);
  }

  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-\[81px\]{
    padding-left: 81px;
    padding-right: 81px;
  }

  .lg\:pb-4{
    padding-bottom: 1rem;
  }

  .lg\:pb-8{
    padding-bottom: 2rem;
  }

  .lg\:pl-\[101px\]{
    padding-left: 101px;
  }

  .lg\:pl-\[52px\]{
    padding-left: 52px;
  }

  .lg\:pl-\[93px\]{
    padding-left: 93px;
  }

  .lg\:pr-\[142px\]{
    padding-right: 142px;
  }

  .lg\:pr-\[150px\]{
    padding-right: 150px;
  }

  .lg\:pr-\[75px\]{
    padding-right: 75px;
  }

  .lg\:pt-10{
    padding-top: 2.5rem;
  }

  .lg\:pt-20{
    padding-top: 5rem;
  }

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

  .lg\:text-left{
    text-align: left;
  }

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

  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

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

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

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