/*
! tailwindcss v3.4.4 | 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.
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: Inter, Arial, 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;
}

*, ::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:  ;
}

.container {
  width: 100%;
}

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

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.-left-5 {
  left: -1.25rem;
}

.-right-4 {
  right: -1rem;
}

.-top-4 {
  top: -1rem;
}

.-top-5 {
  top: -1.25rem;
}

.bottom-0 {
  bottom: 0px;
}

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

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

.bottom-\[0\.5px\] {
  bottom: 0.5px;
}

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

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

.left-0 {
  left: 0px;
}

.left-\[-1\.5px\] {
  left: -1.5px;
}

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

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

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

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

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

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

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

.left-\[50\%\] {
  left: 50%;
}

.right-0 {
  right: 0px;
}

.right-\[-1\.5px\] {
  right: -1.5px;
}

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

.top-0 {
  top: 0px;
}

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

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

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

.top-\[0\.5px\] {
  top: 0.5px;
}

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

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

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

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

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

.top-\[50\%\] {
  top: 50%;
}

.top-\[66\.5px\] {
  top: 66.5px;
}

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

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

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

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

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

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

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

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

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

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

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-\[10px\] {
  margin-left: 10px;
  margin-right: 10px;
}

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

.my-\[200px\] {
  margin-top: 200px;
  margin-bottom: 200px;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-\[-60px\] {
  margin-bottom: -60px;
}

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

.mb-\[120px\] {
  margin-bottom: 120px;
}

.mb-\[12px\] {
  margin-bottom: 12px;
}

.mb-\[132px\] {
  margin-bottom: 132px;
}

.mb-\[14px\] {
  margin-bottom: 14px;
}

.mb-\[200px\] {
  margin-bottom: 200px;
}

.mb-\[42px\] {
  margin-bottom: 42px;
}

.mb-\[54px\] {
  margin-bottom: 54px;
}

.mb-\[58px\] {
  margin-bottom: 58px;
}

.mb-\[6px\] {
  margin-bottom: 6px;
}

.mb-\[74px\] {
  margin-bottom: 74px;
}

.ml-14 {
  margin-left: 3.5rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-8 {
  margin-left: 2rem;
}

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

.mr-3 {
  margin-right: 0.75rem;
}

.mr-\[10px\] {
  margin-right: 10px;
}

.mr-\[45px\] {
  margin-right: 45px;
}

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-\[100vh\] {
  height: 100vh;
}

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

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

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

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

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

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

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

.h-\[450\.724px\] {
  height: 450.724px;
}

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

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

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

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

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

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

.h-full {
  height: 100%;
}

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

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

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

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

.w-10 {
  width: 2.5rem;
}

.w-8 {
  width: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-\[unset\] {
  max-width: unset;
}

.max-w-full {
  max-width: 100%;
}

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

.flex-1 {
  flex: 1 1 0%;
}

.translate-x-\[-154px\] {
  --tw-translate-x: -154px;
  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-x-\[-22px\] {
  --tw-translate-x: -22px;
  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-x-\[-50\%\] {
  --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-\[-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));
}

@keyframes aboutIllustration {
  0% {
    left: 0;
  }

  100% {
    left: -65%;
  }
}

.animate-aboutIllustration {
  animation: aboutIllustration 26s infinite alternate;
}

.touch-none {
  touch-action: none;
}

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

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

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

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

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

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

.space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

.overflow-hidden {
  overflow: hidden;
}

.text-nowrap {
  text-wrap: nowrap;
}

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

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

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

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

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

.rounded-full {
  border-radius: 9999px;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-\[1px\] {
  border-width: 1px;
}

.border-\[3px\] {
  border-width: 3px;
}

.border-t-\[1px\] {
  border-top-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-\[\#096264\] {
  --tw-border-opacity: 1;
  border-color: rgb(9 98 100 / var(--tw-border-opacity));
}

.border-\[\#171717\] {
  --tw-border-opacity: 1;
  border-color: rgb(23 23 23 / var(--tw-border-opacity));
}

.border-\[\#232323\] {
  --tw-border-opacity: 1;
  border-color: rgb(35 35 35 / var(--tw-border-opacity));
}

.border-\[\#B7B7B7\]\/\[\.27\] {
  border-color: rgb(183 183 183 / .27);
}

.border-\[\#D9D9D9\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}

.border-\[\#ffffff\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

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

.bg-\[\#0F0F0F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(15 15 15 / var(--tw-bg-opacity));
}

.bg-\[\#121212\] {
  --tw-bg-opacity: 1;
  background-color: rgb(18 18 18 / var(--tw-bg-opacity));
}

.bg-\[\#141414\] {
  --tw-bg-opacity: 1;
  background-color: rgb(20 20 20 / var(--tw-bg-opacity));
}

.bg-\[\#161616\] {
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 22 / var(--tw-bg-opacity));
}

.bg-\[\#171717\] {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
}

.bg-\[\#232323\] {
  --tw-bg-opacity: 1;
  background-color: rgb(35 35 35 / var(--tw-bg-opacity));
}

.bg-\[\#363636\] {
  --tw-bg-opacity: 1;
  background-color: rgb(54 54 54 / var(--tw-bg-opacity));
}

.bg-\[\#D9D9D9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.8\)\] {
  background-color: rgba(0,0,0,0.8);
}

.bg-\[rgba\(35\2c 240\2c 240\2c 0\.1\)\] {
  background-color: rgba(35,240,240,0.1);
}

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

.bg-brand-color-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(35 240 240 / var(--tw-bg-opacity));
}

.bg-support-color-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 2 2 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

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

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-hero {
  background-image: url('/src/img/hero-bg.webp');
}

.bg-hero-msg {
  background-image: url('/src/img/hero-msg-bg.png');
}

.bg-support {
  background-image: url('/src/img/support-bg.webp');
}

.from-neutral-900 {
  --tw-gradient-from: #171717 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-neutral-950 {
  --tw-gradient-to: #0a0a0a var(--tw-gradient-to-position);
}

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

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

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

.stroke-brand-color-300 {
  stroke: #23F0F0;
}

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

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

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

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

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

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

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

.px-\[26\.5px\] {
  padding-left: 26.5px;
  padding-right: 26.5px;
}

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

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-\[52px\] {
  padding-top: 52px;
  padding-bottom: 52px;
}

.py-\[60px\] {
  padding-top: 60px;
  padding-bottom: 60px;
}

.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}

.py-\[7px\] {
  padding-top: 7px;
  padding-bottom: 7px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-7 {
  line-height: 1.75rem;
}

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

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

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

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

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

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

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

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

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

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

.tracking-\[0\.4px\] {
  letter-spacing: 0.4px;
}

.text-brand-color-300 {
  --tw-text-opacity: 1;
  color: rgb(35 240 240 / var(--tw-text-opacity));
}

.text-brand-color-400 {
  --tw-text-opacity: 1;
  color: rgb(0 17 31 / var(--tw-text-opacity));
}

.text-support-color-100 {
  --tw-text-opacity: 1;
  color: rgb(160 160 160 / var(--tw-text-opacity));
}

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

.opacity-0 {
  opacity: 0;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.duration-500 {
  transition-duration: 500ms;
}

html,
body {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: #0f0f0f;
  color: #fff !important;
  font-weight: 300;
}

.container {
  margin: 0 auto;
  max-width: calc(1132px + 30px);
  padding-left: 15px;
  padding-right: 15px;
}

.PricingTable {
  background-color: transparent !important;
}

.slick-disabled {
  opacity: 0.2;
}

[data-header="menu"] {
  position: relative;
}

[data-header="menu"].active {
  left: 0;
}

[data-header="btn-mobile"] span {
  transition: 0.3s;
}

[data-header="btn-mobile"].active span:nth-child(1) {
  transform: rotate(45deg);
}

[data-header="btn-mobile"].active span:nth-child(2) {
  display: none;
}

[data-header="btn-mobile"].active span:nth-child(3) {
  margin-top: -11px;
  transform: rotate(-225deg);
}

[data-faq="item"] {
  opacity: 0.5;
  transition: 0.3s;
}

[data-faq="item"].active {
  opacity: 1;
}

[data-faq="item"].active [data-faq="title"] {
  color: #23f0f0;
}

[data-faq="item"].active [data-faq="description"] {
  display: block;
}

[data-faq="item"].active [data-faq="arrow"] {
  transform: rotate(180deg);
}

[data-faq="description"] {
  display: none;
}

[data-faq="arrow"] {
  transition: 0.3s transform;
}

[data-testimonials="slider"] {
  overflow: unset !important;
}

[data-testimonials="slider"] .swiper-wrapper {
  display: flex;
}

[data-testimonials="slider"] .swiper-custom-item {
  height: auto !important;
}

[data-testimonials="slider"] .swiper-custom-item:not(.swiper-slide-active) {
  opacity: 0.1;
}

[data-testimonials="slider"] .swiper-slide {
  transition: 0.4s;
}

[data-testimonials="btn-prev"].swiper-button-disabled,
[data-testimonials="btn-next"].swiper-button-disabled {
  opacity: 0.2;
}

[data-modal-video="container"] {
  display: flex;
  opacity: 0;
  visibility: hidden;
  touch-action: none;
  pointer-events: none;
  transition: 0.3s opacity;
}

[data-modal-video="container"].active {
  opacity: 1;
  visibility: initial;
  touch-action: initial;
  pointer-events: initial;
}

[data-modal-video="container"].active [data-modal-video="content"] {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition: 0.3s;
}

[data-modal-video="content"] {
  transform: translate3d(0, -80px, 0);
  opacity: 0;
}

[data-element="btn-whats"] {
  opacity: 1;
  transition: 0.3s opacity !important;
}

[data-element="btn-whats"].hide {
  opacity: 0 !important;
  touch-action: none;
  pointer-events: none;
}

/* LG */

@media screen and (max-width: 1220px) {
  .container {
    max-width: calc(930px + 30px);
  }
}

/* MD */

@media screen and (max-width: 991px) {
  html,
  body {
    overflow-x: hidden;
  }

  [data-element="html"].no-scroll-mobile,
  [data-element="html"].no-scroll-mobile body {
    overflow: hidden;
  }

  [data-header="overlay"].active {
    display: block;
  }

  .container {
    max-width: calc(710px + 30px);
  }
}

/* SM */

@media screen and (max-width: 767px) {
  .container {
    max-width: calc(500px + 30px);
  }
}

/* XSM */

@media screen and (max-width: 599px) {
  .container {
    max-width: calc(420px + 30px);
  }
}

/* TN */

@media screen and (max-width: 480px) {
  .container {
    max-width: calc(350px + 15px);
  }
}

@media (max-width: 1470px) {
  .xlg\:max-w-\[990px\] {
    max-width: 990px;
  }

  .xlg\:translate-x-\[-126px\] {
    --tw-translate-x: -126px;
    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));
  }
}

@media (max-width: 1370px) {
  .\32lg\:max-w-\[870px\] {
    max-width: 870px;
  }

  .\32lg\:translate-x-\[-15px\] {
    --tw-translate-x: -15px;
    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));
  }

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

@media (max-width: 1220px) {
  .lg\:bottom-\[38px\] {
    bottom: 38px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

  .lg\:w-full {
    width: 100%;
  }

  .lg\:max-w-\[130\%\] {
    max-width: 130%;
  }

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

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

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

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

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:translate-x-\[-22px\] {
    --tw-translate-x: -22px;
    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));
  }

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

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

  .lg\:items-start {
    align-items: flex-start;
  }

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

  .lg\:gap-x-\[40px\] {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .lg\:gap-x-\[80px\] {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .lg\:gap-y-\[100px\] {
    row-gap: 100px;
  }

  .lg\:gap-y-\[16px\] {
    row-gap: 16px;
  }

  .lg\:overflow-hidden {
    overflow: hidden;
  }

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

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

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

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

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

@media (min-width: 992px) {
  .min-md\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .min-md\:transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .min-md\:duration-500 {
    transition-duration: 500ms;
  }

  .min-md\:hover\:bg-brand-color-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(192 254 255 / var(--tw-bg-opacity));
  }

  .min-md\:hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .min-md\:hover\:text-brand-color-200:hover {
    --tw-text-opacity: 1;
    color: rgb(179 226 255 / var(--tw-text-opacity));
  }

  .min-md\:hover\:text-brand-color-400:hover {
    --tw-text-opacity: 1;
    color: rgb(0 17 31 / var(--tw-text-opacity));
  }

  .group:hover .min-md\:group-hover\:fill-brand-color-400 {
    fill: #00111F;
  }

  .group:hover .min-md\:group-hover\:stroke-brand-color-400 {
    stroke: #00111F;
  }

  .group:hover .min-md\:group-hover\:text-brand-color-400 {
    --tw-text-opacity: 1;
    color: rgb(0 17 31 / var(--tw-text-opacity));
  }
}

@media (max-width: 991px) {
  .md\:static {
    position: static;
  }

  .md\:fixed {
    position: fixed;
  }

  .md\:left-\[-150\%\] {
    left: -150%;
  }

  .md\:top-\[0\] {
    top: 0;
  }

  .md\:z-\[100\] {
    z-index: 100;
  }

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

  .md\:mb-\[0\] {
    margin-bottom: 0;
  }

  .md\:mb-\[54px\] {
    margin-bottom: 54px;
  }

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

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

  .md\:mr-0 {
    margin-right: 0px;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[100vh\] {
    height: 100vh;
  }

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

  .md\:h-auto {
    height: auto;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:max-h-\[100\%\] {
    max-height: 100%;
  }

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

  .md\:w-full {
    width: 100%;
  }

  .md\:max-w-\[473px\] {
    max-width: 473px;
  }

  .md\:max-w-\[500px\] {
    max-width: 500px;
  }

  .md\:max-w-full {
    max-width: 100%;
  }

  .md\:transform-none {
    transform: none;
  }

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

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

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

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

  .md\:gap-x-\[80px\] {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .md\:gap-y-\[100px\] {
    row-gap: 100px;
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

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

  .md\:bg-support-color-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(2 2 2 / var(--tw-bg-opacity));
  }

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

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:pb-\[0\] {
    padding-bottom: 0;
  }

  .md\:pb-\[20px\] {
    padding-bottom: 20px;
  }

  .md\:pr-\[26px\] {
    padding-right: 26px;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

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

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

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

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

  .md\:duration-\[0\.3s\] {
    transition-duration: 0.3s;
  }

  .md\:before\:absolute::before {
    content: var(--tw-content);
    position: absolute;
  }

  .md\:before\:left-\[26px\]::before {
    content: var(--tw-content);
    left: 26px;
  }

  .md\:before\:top-\[36px\]::before {
    content: var(--tw-content);
    top: 36px;
  }

  .md\:before\:h-\[38px\]::before {
    content: var(--tw-content);
    height: 38px;
  }

  .md\:before\:w-\[159px\]::before {
    content: var(--tw-content);
    width: 159px;
  }

  .md\:before\:bg-header-logo-mobile::before {
    content: var(--tw-content);
    background-image: url('/src/img/header-logo.png');
  }

  .md\:before\:bg-no-repeat::before {
    content: var(--tw-content);
    background-repeat: no-repeat;
  }

  .md\:before\:content-\[\'\'\]::before {
    --tw-content: '';
    content: var(--tw-content);
  }
}

@media (max-width: 767px) {
  .sm\:static {
    position: static;
  }

  .sm\:left-\[184px\] {
    left: 184px;
  }

  .sm\:top-\[120px\] {
    top: 120px;
  }

  .sm\:top-\[26px\] {
    top: 26px;
  }

  .sm\:top-\[46px\] {
    top: 46px;
  }

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

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

  .sm\:mb-\[16px\] {
    margin-bottom: 16px;
  }

  .sm\:mb-\[32px\] {
    margin-bottom: 32px;
  }

  .sm\:flex {
    display: flex;
  }

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

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

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

  .sm\:h-auto {
    height: auto;
  }

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

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

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

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

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

  .sm\:w-\[90\%\] {
    width: 90%;
  }

  .sm\:max-w-\[150\%\] {
    max-width: 150%;
  }

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

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

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

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

  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:gap-y-\[48px\] {
    row-gap: 48px;
  }

  .sm\:py-\[40px\] {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sm\:pb-0 {
    padding-bottom: 0px;
  }

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

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

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

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

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

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

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

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

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

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

  .sm\:opacity-70 {
    opacity: 0.7;
  }
}

@media (max-width: 599px) {
  .xsm\:bottom-\[31px\] {
    bottom: 31px;
  }

  .xsm\:left-\[-21px\] {
    left: -21px;
  }

  .xsm\:left-\[144px\] {
    left: 144px;
  }

  .xsm\:left-\[14px\] {
    left: 14px;
  }

  .xsm\:top-\[240px\] {
    top: 240px;
  }

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

  .xsm\:top-\[36px\] {
    top: 36px;
  }

  .xsm\:mb-0 {
    margin-bottom: 0px;
  }

  .xsm\:mb-\[60px\] {
    margin-bottom: 60px;
  }

  .xsm\:block {
    display: block;
  }

  .xsm\:flex {
    display: flex;
  }

  .xsm\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

  .xsm\:w-\[150\%\] {
    width: 150%;
  }

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

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

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

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

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

  .xsm\:items-end {
    align-items: flex-end;
  }

  .xsm\:p-\[11px\] {
    padding: 11px;
  }

  .xsm\:p-\[6px\] {
    padding: 6px;
  }

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

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

@media (max-width: 480px) {
  .tn\:bottom-\[-52px\] {
    bottom: -52px;
  }

  .tn\:bottom-\[31px\] {
    bottom: 31px;
  }

  .tn\:top-\[-50px\] {
    top: -50px;
  }

  .tn\:mb-0 {
    margin-bottom: 0px;
  }

  .tn\:mb-\[180px\] {
    margin-bottom: 180px;
  }

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

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

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

  .tn\:block {
    display: block;
  }

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

  .tn\:w-\[150\%\] {
    width: 150%;
  }

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

  .tn\:max-w-\[150\%\] {
    max-width: 150%;
  }

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

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

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

  .tn\:py-\[180px\] {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .tn\:pb-\[220px\] {
    padding-bottom: 220px;
  }

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