/*
! 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 {
  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, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  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]) {
  -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 */
  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::-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;
}

/*.test {*/

/*    @apply text-2xl font-medium text-slate-600 mb-0 text-red-300;*/

/*}*/

*, ::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:  ;
}

::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:  ;
}

.container {
  width: 100%;
}

@media (min-width: 300px) {
  .container {
    max-width: 300px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 991px) {
  .container {
    max-width: 991px;
  }
}

@media (min-width: 1100px) {
  .container {
    max-width: 1100px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.\!relative {
  position: relative !important;
}

.relative {
  position: relative;
}

.\!bottom-auto {
  bottom: auto !important;
}

.\!left-auto {
  left: auto !important;
}

.-bottom-\[8px\] {
  bottom: -8px;
}

.-left-\[16px\] {
  left: -16px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-\[0\%\] {
  bottom: 0%;
}

.bottom-\[20\%\] {
  bottom: 20%;
}

.left-0 {
  left: 0px;
}

.left-\[-200px\] {
  left: -200px;
}

.left-\[-20px\] {
  left: -20px;
}

.left-\[10\%\] {
  left: 10%;
}

.left-\[calc\(0\%\)\] {
  left: calc(0%);
}

.left-\[calc\(0\%\+20px\)\] {
  left: calc(0% + 20px);
}

.right-0 {
  right: 0px;
}

.right-\[-20px\] {
  right: -20px;
}

.right-\[50\%\] {
  right: 50%;
}

.right-\[calc\(100\%\+25px\)\] {
  right: calc(100% + 25px);
}

.top-0 {
  top: 0px;
}

.top-\[-135px\] {
  top: -135px;
}

.top-\[-24px\] {
  top: -24px;
}

.top-\[-50\%\] {
  top: -50%;
}

.top-\[10\%\] {
  top: 10%;
}

.top-\[112px\] {
  top: 112px;
}

.top-\[182px\] {
  top: 182px;
}

.top-\[23px\] {
  top: 23px;
}

.top-\[30\%\] {
  top: 30%;
}

.top-\[80px\] {
  top: 80px;
}

.top-\[calc\(100\%-30px\)\] {
  top: calc(100% - 30px);
}

.top-\[calc\(1042px\)\] {
  top: calc(1042px);
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-\[-11\] {
  z-index: -11;
}

.z-\[-12\] {
  z-index: -12;
}

.z-\[-1\] {
  z-index: -1;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.col-span-10 {
  grid-column: span 10 / span 10;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-5 {
  grid-column: span 5 / span 5;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.m-auto {
  margin: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-\[40px\] {
  margin-top: 40px;
  margin-bottom: 40px;
}

.my-\[60px\] {
  margin-top: 60px;
  margin-bottom: 60px;
}

.-mt-\[10px\] {
  margin-top: -10px;
}

.-mt-\[234px\] {
  margin-top: -234px;
}

.-mt-\[240px\] {
  margin-top: -240px;
}

.-mt-\[80px\] {
  margin-top: -80px;
}

.mb-\[100px\] {
  margin-bottom: 100px;
}

.mb-\[10px\] {
  margin-bottom: 10px;
}

.mb-\[120px\] {
  margin-bottom: 120px;
}

.mb-\[124px\] {
  margin-bottom: 124px;
}

.mb-\[12px\] {
  margin-bottom: 12px;
}

.mb-\[130px\] {
  margin-bottom: 130px;
}

.mb-\[15px\] {
  margin-bottom: 15px;
}

.mb-\[20px\] {
  margin-bottom: 20px;
}

.mb-\[24px\] {
  margin-bottom: 24px;
}

.mb-\[30px\] {
  margin-bottom: 30px;
}

.mb-\[36px\] {
  margin-bottom: 36px;
}

.mb-\[40px\] {
  margin-bottom: 40px;
}

.mb-\[42px\] {
  margin-bottom: 42px;
}

.mb-\[60px\] {
  margin-bottom: 60px;
}

.mb-\[90px\] {
  margin-bottom: 90px;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-\[10px\] {
  margin-left: 10px;
}

.mr-\[9px\] {
  margin-right: 9px;
}

.mt-\[-100px\] {
  margin-top: -100px;
}

.mt-\[10px\] {
  margin-top: 10px;
}

.mt-\[120px\] {
  margin-top: 120px;
}

.mt-\[17px\] {
  margin-top: 17px;
}

.mt-\[30px\] {
  margin-top: 30px;
}

.mt-\[40px\] {
  margin-top: 40px;
}

.mt-\[47px\] {
  margin-top: 47px;
}

.mt-\[60px\] {
  margin-top: 60px;
}

.mt-auto {
  margin-top: auto;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-\[1300px\] {
  height: 1300px;
}

.h-\[1px\] {
  height: 1px;
}

.h-\[254px\] {
  height: 254px;
}

.h-\[270px\] {
  height: 270px;
}

.h-\[350px\] {
  height: 350px;
}

.h-\[46px\] {
  height: 46px;
}

.h-\[50px\] {
  height: 50px;
}

.h-\[534px\] {
  height: 534px;
}

.h-\[558px\] {
  height: 558px;
}

.h-\[56px\] {
  height: 56px;
}

.h-\[580px\] {
  height: 580px;
}

.h-\[68px\] {
  height: 68px;
}

.h-\[80px\] {
  height: 80px;
}

.h-full {
  height: 100%;
}

.h-min {
  height: -moz-min-content;
  height: min-content;
}

.min-h-\[190px\] {
  min-height: 190px;
}

.min-h-\[210px\] {
  min-height: 210px;
}

.min-h-\[237px\] {
  min-height: 237px;
}

.min-h-\[306px\] {
  min-height: 306px;
}

.min-h-\[335px\] {
  min-height: 335px;
}

.min-h-\[356px\] {
  min-height: 356px;
}

.min-h-\[390px\] {
  min-height: 390px;
}

.min-h-\[420px\] {
  min-height: 420px;
}

.min-h-\[446px\] {
  min-height: 446px;
}

.min-h-\[590px\] {
  min-height: 590px;
}

.min-h-\[620px\] {
  min-height: 620px;
}

.min-h-\[calc\(100\%-80px\)\] {
  min-height: calc(100% - 80px);
}

.w-\[100px\] {
  width: 100px;
}

.w-\[111px\] {
  width: 111px;
}

.w-\[17px\] {
  width: 17px;
}

.w-\[190px\] {
  width: 190px;
}

.w-\[200px\] {
  width: 200px;
}

.w-\[350px\] {
  width: 350px;
}

.w-\[46px\] {
  width: 46px;
}

.w-\[50px\] {
  width: 50px;
}

.w-\[calc\(100\%\+125px\)\] {
  width: calc(100% + 125px);
}

.w-\[calc\(100\%\+20px\)\] {
  width: calc(100% + 20px);
}

.w-\[calc\(100\%\+20vw\)\] {
  width: calc(100% + 20vw);
}

.w-\[calc\(100\%-20px\)\] {
  width: calc(100% - 20px);
}

.w-\[calc\(100vw\)\] {
  width: calc(100vw);
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.min-w-\[40px\] {
  min-width: 40px;
}

.min-w-full {
  min-width: 100%;
}

.max-w-\[1400px\] {
  max-width: 1400px;
}

.max-w-\[200px\] {
  max-width: 200px;
}

.max-w-\[258px\] {
  max-width: 258px;
}

.max-w-\[280px\] {
  max-width: 280px;
}

.max-w-\[290px\] {
  max-width: 290px;
}

.max-w-\[295px\] {
  max-width: 295px;
}

.max-w-\[320px\] {
  max-width: 320px;
}

.max-w-\[335px\] {
  max-width: 335px;
}

.max-w-\[336px\] {
  max-width: 336px;
}

.max-w-\[340px\] {
  max-width: 340px;
}

.max-w-\[345px\] {
  max-width: 345px;
}

.max-w-\[350px\] {
  max-width: 350px;
}

.max-w-\[370px\] {
  max-width: 370px;
}

.max-w-\[380px\] {
  max-width: 380px;
}

.max-w-\[390px\] {
  max-width: 390px;
}

.max-w-\[396px\] {
  max-width: 396px;
}

.max-w-\[420px\] {
  max-width: 420px;
}

.max-w-\[427px\] {
  max-width: 427px;
}

.max-w-\[440px\] {
  max-width: 440px;
}

.max-w-\[450px\] {
  max-width: 450px;
}

.max-w-\[470px\] {
  max-width: 470px;
}

.max-w-\[560px\] {
  max-width: 560px;
}

.max-w-\[580px\] {
  max-width: 580px;
}

.max-w-\[590px\] {
  max-width: 590px;
}

.max-w-\[670px\] {
  max-width: 670px;
}

.translate-x-\[4px\] {
  --tw-translate-x: 4px;
  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 {
  cursor: pointer;
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-\[10px\] {
  gap: 10px;
}

.gap-\[12px\] {
  gap: 12px;
}

.gap-\[20px\] {
  gap: 20px;
}

.gap-\[24px\] {
  gap: 24px;
}

.gap-\[30px\] {
  gap: 30px;
}

.gap-x-\[10px\] {
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.gap-x-\[12px\] {
  -moz-column-gap: 12px;
       column-gap: 12px;
}

.gap-x-\[20px\] {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.gap-x-\[9px\] {
  -moz-column-gap: 9px;
       column-gap: 9px;
}

.gap-y-\[10px\] {
  row-gap: 10px;
}

.gap-y-\[15px\] {
  row-gap: 15px;
}

.gap-y-\[20px\] {
  row-gap: 20px;
}

.gap-y-\[40px\] {
  row-gap: 40px;
}

.gap-y-\[6px\] {
  row-gap: 6px;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.border-2 {
  border-width: 2px;
}

.border-\[\#26E4CD\] {
  --tw-border-opacity: 1;
  border-color: rgb(38 228 205 / var(--tw-border-opacity));
}

.\!bg-\[\#323232\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(50 50 50 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#101010\] {
  --tw-bg-opacity: 1;
  background-color: rgb(16 16 16 / var(--tw-bg-opacity));
}

.bg-\[\#121212\] {
  --tw-bg-opacity: 1;
  background-color: rgb(18 18 18 / var(--tw-bg-opacity));
}

.bg-\[\#323232\] {
  --tw-bg-opacity: 1;
  background-color: rgb(50 50 50 / var(--tw-bg-opacity));
}

.bg-\[\#E8E9ED\] {
  --tw-bg-opacity: 1;
  background-color: rgb(232 233 237 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-mainColor {
  --tw-bg-opacity: 1;
  background-color: rgb(38 228 205 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.\!bg-cover {
  background-size: cover !important;
}

.\!bg-center {
  background-position: center !important;
}

.\!bg-top {
  background-position: top !important;
}

.\!bg-no-repeat {
  background-repeat: no-repeat !important;
}

.p-\[10px\] {
  padding: 10px;
}

.p-\[20px\] {
  padding: 20px;
}

.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}

.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}

.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}

.py-\[100px\] {
  padding-top: 100px;
  padding-bottom: 100px;
}

.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-\[80px\] {
  padding-top: 80px;
  padding-bottom: 80px;
}

.\!pb-\[70px\] {
  padding-bottom: 70px !important;
}

.pb-\[120px\] {
  padding-bottom: 120px;
}

.pb-\[17px\] {
  padding-bottom: 17px;
}

.pb-\[20px\] {
  padding-bottom: 20px;
}

.pb-\[220px\] {
  padding-bottom: 220px;
}

.pb-\[234px\] {
  padding-bottom: 234px;
}

.pb-\[28px\] {
  padding-bottom: 28px;
}

.pb-\[32px\] {
  padding-bottom: 32px;
}

.pb-\[390px\] {
  padding-bottom: 390px;
}

.pb-\[60px\] {
  padding-bottom: 60px;
}

.pb-\[70px\] {
  padding-bottom: 70px;
}

.pl-0 {
  padding-left: 0px;
}

.pl-\[10px\] {
  padding-left: 10px;
}

.pl-\[20px\] {
  padding-left: 20px;
}

.pr-0 {
  padding-right: 0px;
}

.pr-\[20px\] {
  padding-right: 20px;
}

.pt-\[100px\] {
  padding-top: 100px;
}

.pt-\[10px\] {
  padding-top: 10px;
}

.pt-\[120px\] {
  padding-top: 120px;
}

.pt-\[143px\] {
  padding-top: 143px;
}

.pt-\[17px\] {
  padding-top: 17px;
}

.pt-\[20px\] {
  padding-top: 20px;
}

.pt-\[230px\] {
  padding-top: 230px;
}

.pt-\[300px\] {
  padding-top: 300px;
}

.pt-\[30px\] {
  padding-top: 30px;
}

.pt-\[40px\] {
  padding-top: 40px;
}

.pt-\[558px\] {
  padding-top: 558px;
}

.pt-\[64px\] {
  padding-top: 64px;
}

.pt-\[80px\] {
  padding-top: 80px;
}

.text-left {
  text-align: left;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[42px\] {
  font-size: 42px;
}

.uppercase {
  text-transform: uppercase;
}

.normal-case {
  text-transform: none;
}

.text-\[\#101010\] {
  --tw-text-opacity: 1;
  color: rgb(16 16 16 / var(--tw-text-opacity));
}

.text-mainColor {
  --tw-text-opacity: 1;
  color: rgb(38 228 205 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.duration-200 {
  transition-duration: 200ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.container {
  max-width: 1230px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto
}

.container-1470 {
  max-width: 1480px;
  /*padding-left: 20px;*/
  /*padding-right: 20px;*/
  margin-left: auto;
  margin-right: auto
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(16 16 16 / var(--tw-bg-opacity));
  font-family: 'Inter', sans-serif;
  color: #fff;
  font-size: 14px;
}

/*html::-webkit-scrollbar {*/

/*    width: 10px;*/

/*}*/

/*html::-webkit-scrollbar-track {*/

/*    background: #1F1F1F;*/

/*}*/

/*html::-webkit-scrollbar-thumb {*/

/*    background: #595959;*/

/*    width: 4px;*/

/*    border-radius: 12px;*/

/*}*/

/*html::-webkit-scrollbar-thumb:hover {*/

/*    background: #555;*/

/*}*/

.burger {
  position: relative;
}

.burger .line {
  width: 20px;
  border-bottom: 1px solid #004F46;
  left: 13px;
  position: absolute;
  transition: ease-in-out 0.2s;
}

.burger .line1 {
  top: 17px;
}

.burger .line2 {
  top: 23px;
}

.burger .line4 {
  top: 23px;
}

.burger .line3 {
  top: 29px;
}

.burger. .line1,
.burger. .line3 {
  transition: ease-in-out 0s;
}

.burger.active .line1,
.burger.active .line3 {
  opacity: 0;
}

.burger.active .line2 {
  transform: rotate(45deg);
}

.burger.active .line4 {
  transform: rotate(-45deg);
}

.nav-mob {
  transform: translate(-100%, 0%);
  transition: ease-in-out 0.2s;
}

.nav-mob.active {
  transform: translate(0%, 0%);
  transition: ease-in-out 0.2s;
}

.nav .current-menu-item a {
  opacity: 0.3;
}

.nav-mob .nav li {
  color: #FFF;
  text-align: justify;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 28px */
  text-transform: uppercase;
}

/*@media (max-width: 576px) {*/

/*   */

/*}*/

/*-------------------------------------*/

header {
  color: #FFF;
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}

footer {
  color: #FFF;
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}

.copyr {
  color: #FFF;
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: 0.42px;
}

.map-link {
  font-family: 'Fira Mono', monospace;
  font-weight: 500;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: -0.56px;
}

header .nav {
}

.lang a {
  border-bottom: 2px solid #FFF;
}

.lang .current-lang a,
.lang a:hover {
  opacity: 0.3;
}

.lang a {
  opacity: 1;
}

.btn-main-color {
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 14px */
  text-transform: uppercase;
  text-decoration: none;
  --tw-bg-opacity: 1;
  background-color: rgb(38 228 205 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 79 70 / var(--tw-text-opacity));
}

.btn-main-color:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(23 167 150 / var(--tw-bg-opacity));
}

.btn-outline-color {
  color: #004F46;
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 14px */
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #FFF;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-outline-color:hover {
  --tw-border-opacity: 1;
  border-color: rgb(23 167 150 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(23 167 150 / var(--tw-bg-opacity));
  /*text-textMainColor*/
}

.btn-underline-color {
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 14px */
  text-transform: uppercase;
  border-bottom: 1px solid #FFF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
}

.btn-underline-color:hover {
  --tw-border-opacity: 1;
  border-color: rgb(23 167 150 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(23 167 150 / var(--tw-text-opacity));
  /*text-textMainColor*/
}

.btn-underline-color:hover path {
  stroke: #17A796;
}

.h1 {
  font-size: 160px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 160px */
  letter-spacing: -14.4px;
}

.h2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  /* 80px */
  letter-spacing: -0.8px;
}

.h3 {
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 97.5%;
  /* 37.05px */
  letter-spacing: -0.76px;
}

.h4 {
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
}

.h5 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.text-t {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
}

.contact-b {
  /*background-image: url("../img/contact-bg1.png");*/
  /*background-position: -50% 50%;*/
  /*background-repeat: no-repeat;*/
}

.poroject-item {
}

.poroject-item .name {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 97.5%
}

.poroject-item .desk {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

/*.docs-poroject-img {*/

/*    background-image: url('../img/docs-proj.png');*/

/*    background-color: #323232;*/

/*    */

/*}*/

.main-b-grad {
  width: 400px;
  height: 221px;
  flex-shrink: 0;
  border-radius: 400px;
  background: #009684;
  filter: blur(120px);
}

.docs-poroject-grad {
  width: 400px;
  height: 341px;
  flex-shrink: 0;
  border-radius: 400px;
  background: #009684;
  filter: blur(250px);
}

.production-b-grad {
  width: 400px;
  height: 606px;
  flex-shrink: 0;
  border-radius: 606px;
  background: #009684;
  filter: blur(250px);
}

.contact-b-grad {
  width: 400px;
  height: 341px;
  flex-shrink: 0;
  border-radius: 400px;
  background: #009684;
  filter: blur(250px);
}

.about-years-grad {
  width: 400px;
  height: 341px;
  flex-shrink: 0;
  border-radius: 400px;
  background: #009684;
  filter: blur(250px);
}

.contact-b-p-grad {
  width: 415px;
  height: 307px;
  flex-shrink: 0;
  border-radius: 415px;
  background: #009684;
  filter: blur(250px);
}

.advantage-grad {
  width: 400px;
  height: 606px;
  flex-shrink: 0;
  border-radius: 606px;
  background: #009684;
  filter: blur(250px);
}

.cases-grad {
  width: 415px;
  height: 307px;
  flex-shrink: 0;
  border-radius: 415px;
  background: #009684;
  filter: blur(250px);
}

.cases-popup-grad {
  width: 415px;
  height: 307px;
  flex-shrink: 0;
  border-radius: 415px;
  background: #009684;
  filter: blur(250px);
}

.step-b-grad {
  width: 400px;
  height: 341px;
  flex-shrink: 0;
  border-radius: 400px;
  background: #009684;
  filter: blur(250px);
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  background: transparent;
}

.swiper-custom-num {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: -0.64px;
  opacity: 0.6;
}

.swiper-butn {
}

.adv-item .num {
  color: #FFF;
  text-align: justify;
  font-family: 'Exo 2', sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 50px */
  letter-spacing: -2px;
}

.adv-item .desk {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 97.5%;
}

.main-b {
  background-image: url(../img/main-bg1.png), url(../img/main-bg2.png);
  background-position: right 0% top 0, right 19% bottom 0;
  background-size: auto;
  background-repeat: no-repeat;
}

.about-b {
  background-image: url('../img/about-bg-l.png');
  background-position: left bottom;
  background-repeat: no-repeat;
}

.about-b-2 {
  background-image: url('../img/about-b-2.png');
  background-position: left bottom;
  background-repeat: no-repeat;
}

.about-r-b-bg {
  background-image: url('../img/about-bg.png');
  background-position: right 30px;
}

.about-r-b-bg-2 {
  background-image: url('../img/about-r-b-bg-2.png');
  background-position: right bottom !important;
}

.contact-r-b-bg {
  background-image: url('../img/contact-b-p-bg.png');
  background-position: right 30px;
}

.advantage-b {
  background-image: url(../img/advantage-bg2.png), url(../img/advantage-bg1.png);
  background-position: right 0% top 200px, right 0px top 0;
  background-repeat: no-repeat;
  /*background-image: url('/assets/img/advantage-bg.png');*/
  /*background-position: 100% 10%;*/
  /*background-repeat: no-repeat;*/
}

.production-b {
  background-image: url('../img/production-bg.png');
  background-position: 100% 10%;
  background-repeat: no-repeat;
}

.approach-b-bg {
  background-image: url('../img/production-slider-b.png');
  background-position: 100% 10%;
  background-repeat: no-repeat;
}

.cases-b {
  background-image: url(../img/cases-bg.png);
  background-position: top 0% right 0;
  background-repeat: no-repeat;
}

.poroject-item .desk{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cases-popup-bg {
  background-image: url(../img/cases-bg.png);
  background-position: top 120px right 0;
  background-repeat: no-repeat;
}

.contact-b-p {
  background-image: url(../img/contact-b-p-gb-1.png);
  background-position: left 0% bottom -246px;
  background-size: auto;
  background-repeat: no-repeat;
}

.step-b {
  background-image: url(../img/step-b-flysi.png), url(../img/production-bg.png);
  background-position: right 0% top -78px, right -250px top 0;
  background-repeat: no-repeat;
}

.num {
  font-size: 160px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 160px */
  letter-spacing: -14.4px;
}

.num-desk {
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 97.5%;
}

.docs-poroject-img {
  background-image: url(../img/docs-proj.png);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
}

/*.about-years-img {*/

/*    */

/*}*/

.about-years-img {
  background-image: url(../img/about-years-bg-l2.png);
  background-size: auto;
  background-position: bottom right 200px;
  background-repeat: no-repeat;
}

.about-years-bg-num {
  background-image: url(../img/about-years-bg-num.png);
  background-size: auto;
  background-position: top right;
  background-repeat: no-repeat;
}

.contact-b {
  background-image: url('../img/contact-bg-1.png'), url('../img/contact-bg-32.png'), url('../img/contact-bg-22.png');
  background-position: left 0% bottom 0%, right 0% center, right -20% top;
  background-size: 40% auto, contain, 60% auto;
  background-repeat: no-repeat;
}

.production-b-doc {
  background-image: url(../img/production-b-doc.png);
  background-size: auto;
  background-position: bottom 0px left;
  background-repeat: no-repeat;
}

.documentation-b {
  background-image: url(../img/documentation-bg.png);
  background-size: auto;
  background-position: bottom 0px left;
  background-repeat: no-repeat;
}

@media (max-width: 1400px) {
  .contact-b {
    /*background-image: url('/assets/img/contact-bg-1.png'), url('/assets/img/contact-bg-3.png'), url('/assets/img/contact-bg-2.png');*/
    background-position: left 0% bottom 0%, right -11% center, right -38% center;
    background-size: 40% auto, 42% auto, 60% auto;
    /*background-repeat: no-repeat;*/
  }

  .main-b {
    background-position: right 0% top 0, right 8% bottom 0;
  }

  .cases-b {
    background-position: top 0% right -100px;
  }

  .production-b-doc {
    background-position: bottom 0px left -107px;
  }

  .documentation-b {
    background-position: bottom 0px left -100px;
  }

  .about-years-small-flysi {
    height: 380px;
  }
}

@media (max-width: 1200px) {
  .main-b {
    background-position: right -41% top 0, right -31% bottom 0;
  }

  .contact-b {
    /*background-image: url('/assets/img/contact-bg-1.png'), url('/assets/img/contact-bg-3.png'), url('/assets/img/contact-bg-2.png');*/
    background-position: left 0% bottom 0%, right 0% bottom, right -37% bottom;
    /*background-size: auto, 60% auto, contain;*/
    /*background-repeat: no-repeat;*/
  }

  .about-r-b-bg {
    /*background-image: url('/assets/img/about-bg.png');*/
    background-position: right -300px top 30px;
    background-size: auto 91%;
  }

  .about-r-b-bg-2 {
    /*background-image: url('/assets/img/about-bg.png');*/
    background-position: right -300px top 30px;
    background-size: auto 91%;
  }

  .advantage-b {
    background-position: right -250px top 200px, right -200px top 0;
  }

  .production-b {
    /*background-image: url('/assets/img/production-bg.png');*/
    background-position: right -30vw top 10%;
  }

  .advantage-b-item {
    background-position: right !important;
  }

  .cases-b {
    background-position: top 0% right -200px;
  }

  .production-b-doc {
    background-position: bottom 0px left -242px;
  }

  .documentation-b {
    background-position: bottom 0px left -160px;
  }

  .about-years-small-flysi {
    height: 320px;
  }
}

@media (max-width: 991px) {
  .main-b {
    background-position: right -41% top 114px, right -26% bottom -41px;
    background-size: auto 100%, auto 76%;
  }

  .main-b-grad {
    width: 400px;
    height: 221px;
    flex-shrink: 0;
    border-radius: 400px;
    background: #009684;
    filter: blur(120px);
  }

  .contact-b {
    /*background-image:  url('/assets/img/contact-bg-32.png'), url('/assets/img/contact-bg-22.png');*/
    background-position: left 0% bottom 0%, right -21% center, right -38% center;
    background-size: 40% auto, 51% auto, 62% auto;
    background-repeat: no-repeat;
  }

  /*.main-b {*/

  /*    background-image: url('/assets/img/main-bg.png');*/

  /*    background-position: 100% 10%;*/

  /*    background-repeat: no-repeat;*/

  /*}*/

  .about-b {
    background-image: none;
  }

  .about-b-2 {
    background-image: none;
  }

  .production-b-doc {
    background-image: none;
  }

  .about-r-b-bg {
    background-image: url('../img/about-bg.png');
    background-position: right 30px;
    background-size: auto 91%;
  }

  .about-r-b-bg-2 {
    /*background-image: url('/assets/img/about-bg.png');*/
    background-position: right 30px;
    background-size: auto 91%;
  }

  .about-b-number {
    background-image: url(../img/about-bg-l.png);
    background-position: top left;
    background-repeat: no-repeat;
  }

  .advantage-b {
    /*background-image: url('/assets/img/advantage-bg.png');*/
    background-position: right -250px top 200px, right -300px top 0;
    background-size: contain;
  }

  .production-b {
    /*background-image: url('/assets/img/production-bg.png');*/
    background-position: right -30vw top 10%;
    background-size: contain;
  }

  .approach-b {
    background-image: url("../img/approach-b-bgsm.png");
    background-position: left top;
    background-repeat: no-repeat;
  }

  .step-b {
    background-position: right -100px top -78px, right -350px top 0;
  }

  .contact-b-p {
    background-image: none;
  }

  .documentation-b {
    background-image: url(../img/documentation-bg-sm.png);
    background-repeat: no-repeat;
    background-position: top 0px left 0px;
  }

  .docs-poroject-grad {
    width: 400px;
    height: 341px;
    flex-shrink: 0;
    border-radius: 400px;
    background: #009684;
    filter: blur(250px);
  }

  .about-years {
    background-image: url(../img/about-bg-l.png);
    background-position: top 40px left;
    background-repeat: no-repeat;
    background-size: 300px auto;
  }

  .h1 {
    font-size: 92px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 160px */
    letter-spacing: -14.4px;
  }

  .h2 {
    font-family: 'Inter Tight', sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    /* 42px */
    letter-spacing: -0.42px;
  }

  .h3 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 28px */
    letter-spacing: -0.56px;
  }

  .h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
  }

  .h5 {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
  }

  .text-t {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }

  .num {
    font-size: 120px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 160px */
    letter-spacing: -14.4px;
  }

  .num-desk {
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 97.5%;
  }
}

@media (max-width: 768px) {
  .contact-b {
    /*background-image: url('/assets/img/contact-bg-32.png'), url('/assets/img/contact-bg-22.png');*/
    /*background-position: right -21% top 5%, right -37% top 5%;*/
    /*background-size: 53% auto, 65% auto;*/
    background-image: url(../img/contact-bg-32.png), url(../img/contact-bg-22.png);
    background-position: right 0% top 0%, right 0% top 5%;
    background-size: 326px auto, 384px auto;
  }

  .main-b {
    background-position: right -102px top 114px, right -36% bottom -41px;
    background-size: auto 100%, auto 76%;
  }

  .step-b {
    background-position: right 0 bottom -78px, right -100px bottom 0;
    background-size: 400px auto, 500px auto;
  }

  .cases-popup-bg {
    background: none;
  }

  .contact-r-b-bg {
    background-image: none;
  }

  .approach-b-bg {
    background-image: none;
  }

  .contact-b-p-grad {
    width: 415px;
    height: 307px;
    flex-shrink: 0;
    border-radius: 415px;
    background: #009684;
    filter: blur(250px);
  }

  .about-years {
    background-position: top 30px left;
    background-size: 50% auto;
  }

  .about-years-img {
    background-image: none;
  }

  /*.main-b {*/

  /*    background-image: url('/assets/img/main-bg.png');*/

  /*    background-position: 100% 10%;*/

  /*    background-repeat: no-repeat;*/

  /*}*/

  .cases-b {
    background-position: top 0% left 0px;
  }

  .about-r-b-bg {
    background-image: none;
  }

  .about-r-b-bg-2 {
    background-image: none;
  }

  .advantage-b {
    background-image: none;
  }

  .production-b {
    background-image: none;
  }

  .advantage-b-item {
    background-size: contain !important;
  }

  /*.documentation-b-item{*/

  /*    */

  /*}*/

  .docs-poroject-grad {
    border-radius: 606px;
    background: #009684;
    filter: blur(250px);
    width: 400px;
    height: 606px;
    flex-shrink: 0;
  }

  .about-years-small-flysi {
    height: 260px;
  }

  .h1 {
    font-size: 92px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 160px */
    letter-spacing: -14.4px;
  }

  .h2 {
    font-family: 'Inter Tight', sans-serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    /* 42px */
    letter-spacing: -0.42px;
  }

  .h3 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 28px */
    letter-spacing: -0.56px;
  }

  .h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
  }

  .h5 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
  }

  .text-t {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }
}

@media (max-width: 576px) {
  .about-years-small-flysi {
    height: auto;
    width: 100%;
  }

  .num {
    font-size: 100px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -14.4px;
  }
}

/*-------------------------------------*/

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

.hover\:border-mainColorHover:hover {
  --tw-border-opacity: 1;
  border-color: rgb(23 167 150 / var(--tw-border-opacity));
}

.hover\:bg-mainColorHover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(23 167 150 / var(--tw-bg-opacity));
}

.hover\:underline-offset-2:hover {
  text-underline-offset: 2px;
}

.hover\:opacity-30:hover {
  opacity: 0.3;
}

.group:hover .group-hover\:-translate-y-\[4px\] {
  --tw-translate-y: -4px;
  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));
}

.group:hover .group-hover\:translate-x-\[4px\] {
  --tw-translate-x: 4px;
  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));
}

.group:hover .group-hover\:stroke-textMainColor {
  stroke: #004F46;
}

@media (min-width: 768px) {
  .md\:-left-\[25px\] {
    left: -25px;
  }

  .md\:left-\[calc\(0\%\)\] {
    left: calc(0%);
  }

  .md\:left-\[calc\(0\%\+20px\)\] {
    left: calc(0% + 20px);
  }

  .md\:left-\[calc\(0\%-20px\)\] {
    left: calc(0% - 20px);
  }

  .md\:right-0 {
    right: 0px;
  }

  .md\:right-\[-100px\] {
    right: -100px;
  }

  .md\:top-0 {
    top: 0px;
  }

  .md\:top-\[-200px\] {
    top: -200px;
  }

  .md\:top-\[10\%\] {
    top: 10%;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:order-3 {
    order: 3;
  }

  .md\:order-4 {
    order: 4;
  }

  .md\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .md\:col-start-4 {
    grid-column-start: 4;
  }

  .md\:col-start-6 {
    grid-column-start: 6;
  }

  .md\:col-start-7 {
    grid-column-start: 7;
  }

  .md\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:-mt-\[44px\] {
    margin-top: -44px;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-\[100px\] {
    margin-bottom: 100px;
  }

  .md\:mb-\[140px\] {
    margin-bottom: 140px;
  }

  .md\:mb-\[20px\] {
    margin-bottom: 20px;
  }

  .md\:mb-\[36px\] {
    margin-bottom: 36px;
  }

  .md\:mb-\[60px\] {
    margin-bottom: 60px;
  }

  .md\:mb-\[70px\] {
    margin-bottom: 70px;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-\[34px\] {
    margin-top: 34px;
  }

  .md\:h-\[400px\] {
    height: 400px;
  }

  .md\:h-\[406px\] {
    height: 406px;
  }

  .md\:h-\[450px\] {
    height: 450px;
  }

  .md\:h-\[80px\] {
    height: 80px;
  }

  .md\:h-\[auto\] {
    height: auto;
  }

  .md\:min-h-\[376px\] {
    min-height: 376px;
  }

  .md\:min-h-\[620px\] {
    min-height: 620px;
  }

  .md\:w-\[200px\] {
    width: 200px;
  }

  .md\:w-\[390px\] {
    width: 390px;
  }

  .md\:w-\[calc\(100\%\)\] {
    width: calc(100%);
  }

  .md\:w-\[calc\(100\%\+20px\)\] {
    width: calc(100% + 20px);
  }

  .md\:max-w-\[350px\] {
    max-width: 350px;
  }

  .md\:max-w-\[450px\] {
    max-width: 450px;
  }

  .md\:max-w-\[470px\] {
    max-width: 470px;
  }

  .md\:max-w-\[535px\] {
    max-width: 535px;
  }

  .md\:max-w-\[inherit\] {
    max-width: inherit;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:gap-\[10px\] {
    gap: 10px;
  }

  .md\:gap-\[40px\] {
    gap: 40px;
  }

  .md\:gap-x-\[10px\] {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .md\:gap-x-\[20px\] {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .md\:p-\[20px\] {
    padding: 20px;
  }

  .md\:pb-\[0\] {
    padding-bottom: 0;
  }

  .md\:pb-\[110px\] {
    padding-bottom: 110px;
  }

  .md\:pt-\[0\] {
    padding-top: 0;
  }

  .md\:pt-\[212px\] {
    padding-top: 212px;
  }

  .md\:pt-\[290px\] {
    padding-top: 290px;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:text-\[60px\] {
    font-size: 60px;
  }
}

@media (min-width: 991px) {
  @media (min-width: 768px) {
    .lgmin\:md\:col-span-5 {
      grid-column: span 5 / span 5;
    }
  }

  .lgmin\:static {
    position: static;
  }

  .lgmin\:absolute {
    position: absolute;
  }

  .lgmin\:bottom-\[100px\] {
    bottom: 100px;
  }

  .lgmin\:left-0 {
    left: 0px;
  }

  .lgmin\:left-\[calc\(50\%\+6px\)\] {
    left: calc(50% + 6px);
  }

  .lgmin\:right-0 {
    right: 0px;
  }

  .lgmin\:right-\[-100px\] {
    right: -100px;
  }

  .lgmin\:top-0 {
    top: 0px;
  }

  .lgmin\:top-\[-50\%\] {
    top: -50%;
  }

  .lgmin\:top-\[112px\] {
    top: 112px;
  }

  .lgmin\:top-\[12px\] {
    top: 12px;
  }

  .lgmin\:top-\[calc\(0px\)\] {
    top: calc(0px);
  }

  .lgmin\:z-\[-11\] {
    z-index: -11;
  }

  .lgmin\:order-1 {
    order: 1;
  }

  .lgmin\:order-2 {
    order: 2;
  }

  .lgmin\:order-3 {
    order: 3;
  }

  .lgmin\:order-4 {
    order: 4;
  }

  .lgmin\:order-5 {
    order: 5;
  }

  .lgmin\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lgmin\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lgmin\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lgmin\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lgmin\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lgmin\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lgmin\:col-start-4 {
    grid-column-start: 4;
  }

  .lgmin\:col-start-5 {
    grid-column-start: 5;
  }

  .lgmin\:col-start-6 {
    grid-column-start: 6;
  }

  .lgmin\:col-start-9 {
    grid-column-start: 9;
  }

  .lgmin\:-mt-\[74px\] {
    margin-top: -74px;
  }

  .lgmin\:-mt-\[calc\(196px\+234px\)\] {
    margin-top: calc(calc(196px + 234px) * -1);
  }

  .lgmin\:mb-\[0\] {
    margin-bottom: 0;
  }

  .lgmin\:mb-\[110px\] {
    margin-bottom: 110px;
  }

  .lgmin\:mb-\[120px\] {
    margin-bottom: 120px;
  }

  .lgmin\:mb-\[140px\] {
    margin-bottom: 140px;
  }

  .lgmin\:mb-\[160px\] {
    margin-bottom: 160px;
  }

  .lgmin\:mb-\[180px\] {
    margin-bottom: 180px;
  }

  .lgmin\:mb-\[20px\] {
    margin-bottom: 20px;
  }

  .lgmin\:mb-\[40px\] {
    margin-bottom: 40px;
  }

  .lgmin\:mb-\[50px\] {
    margin-bottom: 50px;
  }

  .lgmin\:mb-\[70px\] {
    margin-bottom: 70px;
  }

  .lgmin\:mb-\[90px\] {
    margin-bottom: 90px;
  }

  .lgmin\:mb-\[92px\] {
    margin-bottom: 92px;
  }

  .lgmin\:mt-0 {
    margin-top: 0px;
  }

  .lgmin\:mt-\[-120px\] {
    margin-top: -120px;
  }

  .lgmin\:mt-\[0\] {
    margin-top: 0;
  }

  .lgmin\:block {
    display: block;
  }

  .lgmin\:flex {
    display: flex;
  }

  .lgmin\:hidden {
    display: none;
  }

  .lgmin\:h-\[136px\] {
    height: 136px;
  }

  .lgmin\:h-\[38px\] {
    height: 38px;
  }

  .lgmin\:h-\[510px\] {
    height: 510px;
  }

  .lgmin\:h-\[530px\] {
    height: 530px;
  }

  .lgmin\:h-\[600px\] {
    height: 600px;
  }

  .lgmin\:h-full {
    height: 100%;
  }

  .lgmin\:min-h-\[306px\] {
    min-height: 306px;
  }

  .lgmin\:min-h-\[350px\] {
    min-height: 350px;
  }

  .lgmin\:min-h-\[370px\] {
    min-height: 370px;
  }

  .lgmin\:min-h-\[476px\] {
    min-height: 476px;
  }

  .lgmin\:min-h-\[622px\] {
    min-height: 622px;
  }

  .lgmin\:w-\[200px\] {
    width: 200px;
  }

  .lgmin\:w-\[calc\(50\%\)\] {
    width: calc(50%);
  }

  .lgmin\:max-w-\[265px\] {
    max-width: 265px;
  }

  .lgmin\:max-w-\[406px\] {
    max-width: 406px;
  }

  .lgmin\:max-w-\[490px\] {
    max-width: 490px;
  }

  .lgmin\:max-w-\[710px\] {
    max-width: 710px;
  }

  .lgmin\:max-w-\[inherit\] {
    max-width: inherit;
  }

  .lgmin\:flex-row {
    flex-direction: row;
  }

  .lgmin\:items-start {
    align-items: flex-start;
  }

  .lgmin\:justify-start {
    justify-content: flex-start;
  }

  .lgmin\:justify-end {
    justify-content: flex-end;
  }

  .lgmin\:gap-x-\[10px\] {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .lgmin\:gap-x-\[40px\] {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .lgmin\:gap-y-\[60px\] {
    row-gap: 60px;
  }

  .lgmin\:p-\[30px\] {
    padding: 30px;
  }

  .lgmin\:px-\[0px\] {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lgmin\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }

  .lgmin\:py-\[0px\] {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lgmin\:py-\[40px\] {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lgmin\:py-\[50px\] {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .lgmin\:py-\[90px\] {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .lgmin\:pb-\[0px\] {
    padding-bottom: 0px;
  }

  .lgmin\:pb-\[234px\] {
    padding-bottom: 234px;
  }

  .lgmin\:pl-\[20px\] {
    padding-left: 20px;
  }

  .lgmin\:pl-\[30px\] {
    padding-left: 30px;
  }

  .lgmin\:pr-\[30px\] {
    padding-right: 30px;
  }

  .lgmin\:pt-\[0\] {
    padding-top: 0;
  }

  .lgmin\:pt-\[340px\] {
    padding-top: 340px;
  }

  .lgmin\:pt-\[45px\] {
    padding-top: 45px;
  }

  .lgmin\:pt-\[544px\] {
    padding-top: 544px;
  }

  .lgmin\:pt-\[75px\] {
    padding-top: 75px;
  }

  .lgmin\:\!text-\[68px\] {
    font-size: 68px !important;
  }

  .lgmin\:text-\[62px\] {
    font-size: 62px;
  }
}

@media (min-width: 1100px) {
  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-start-10 {
    grid-column-start: 10;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:h-\[774px\] {
    height: 774px;
  }

  .lg\:\!text-\[78px\] {
    font-size: 78px !important;
  }
}

@media (min-width: 1440px) {
  .xl\:bottom-\[100px\] {
    bottom: 100px;
  }

  .xl\:right-0 {
    right: 0px;
  }

  .xl\:text-\[80px\] {
    font-size: 80px;
  }
}