@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

/*
! 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: currentColor;
  /* 2 */
}

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: 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 */
  -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%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

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

body{
  font-family: Nunito;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.flex-center{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.btn{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: 2.5rem;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 6px;
  border-width: 2px;
  border-color: transparent;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: Montserrat;
  font-size: 0.875rem;
  line-height: 1.36;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 991px){
  .btn{
    height: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

h2{
  position: relative;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  text-align: center;
  font-size: 1.75rem;
  line-height: 1.26;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 991px){
  h2{
    font-size: 38px;
  }
}

h1{
  text-align: center;
  font-family: Montserrat;
  font-size: 2em;
  line-height: 1.26;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  h1{
    text-align: start;
  }
}

@media (min-width: 991px){
  h1{
    font-size: 58px;
  }
}

.hitem{
  display: flex;
  height: 58px;
  align-items: center;
  line-height: 1.26;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(148 207 20 / var(--tw-text-opacity));
  font-size: 1.5rem;
}

.hblock{
  display: flex;
  height: 72px;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.875rem;
  line-height: 1.36;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(119 126 144 / var(--tw-text-opacity));
}

@media (min-width: 991px){
  .hblock{
    font-size: 1.5rem;
    line-height: 1.26;
  }
}

.title{
  margin-bottom: 2.5rem;
  text-align: center;
  font-family: Montserrat;
  font-size: 64px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.subtitle{
  position: relative;
  margin-bottom: 2rem;
  text-align: start;
  font-size: 1.5rem;
  line-height: 1.26;
  font-weight: 700;
}

@media (min-width: 768px){
  .subtitle{
    font-size: 1.75rem;
    line-height: 1.26;
  }
}

.buy-item{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(65 70 75 / var(--tw-border-opacity));
  background-color: rgba(62,69,80,0.2);
  padding: 2rem;
  text-align: center;
  font-size: 16px;
}
.buy-item .btn {
  font-size: 1.2rem;
}

@media (min-width: 768px){
  .buy-item{
    display: grid;
    grid-template-columns: 160px 1fr minmax(125px,180px);
    text-align: start;
  }
}

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

.collapse{
  visibility: collapse;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.bottom-10{
  bottom: 2.5rem;
}

.left-0{
  left: 0px;
}

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

.right-0{
  right: 0px;
}

.top-0{
  top: 0px;
}

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

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

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

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

.m-10{
  margin: 2.5rem;
}

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

.mb-12{
  margin-bottom: 3rem;
}

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

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

.mb-5{
  margin-bottom: 1.25rem;
}

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

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

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

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

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

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

.block{
  display: block;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-10{
  height: 2.5rem;
}

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

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

.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}

.h-screen{
  height: 100vh;
}

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

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

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

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

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

.w-full{
  width: 100%;
}

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

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

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

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

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

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

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

.grow{
  flex-grow: 1;
}

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

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

.translate-x-full{
  --tw-translate-x: 100%;
  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));
}

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

.grid-cols-\[1fr_0\.5fr_0\.5fr\]{
  grid-template-columns: 1fr 0.5fr 0.5fr;
}

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

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

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

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

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

.gap-10{
  gap: 2.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-8{
  gap: 2rem;
}

.gap-x-1{
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-y-3{
  row-gap: 0.75rem;
}

.space-y-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.overflow-hidden{
  overflow: hidden;
}

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

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

.border{
  border-width: 1px;
}

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

.border-b{
  border-bottom-width: 1px;
}

.border-\[\#181D22\]{
  --tw-border-opacity: 1;
  border-color: rgb(24 29 34 / var(--tw-border-opacity));
}

.border-\[\#22282D\]{
  --tw-border-opacity: 1;
  border-color: rgb(34 40 45 / var(--tw-border-opacity));
}

.border-\[\#3E4550\]{
  --tw-border-opacity: 1;
  border-color: rgb(62 69 80 / var(--tw-border-opacity));
}

.border-\[\#858788\]{
  --tw-border-opacity: 1;
  border-color: rgb(133 135 136 / var(--tw-border-opacity));
}

.border-\[\#41464B\]{
  --tw-border-opacity: 1;
  border-color: rgb(65 70 75 / var(--tw-border-opacity));
}

.bg-\[\#101518\]{
  --tw-bg-opacity: 1;
  background-color: rgb(16 21 24 / var(--tw-bg-opacity));
}

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

.bg-\[\#1B2024\]{
  --tw-bg-opacity: 1;
  background-color: rgb(27 32 36 / var(--tw-bg-opacity));
}

.bg-\[\#20252A\]{
  --tw-bg-opacity: 1;
  background-color: rgb(32 37 42 / var(--tw-bg-opacity));
}

.bg-\[\#292D37\]{
  --tw-bg-opacity: 1;
  background-color: rgb(41 45 55 / var(--tw-bg-opacity));
}

.bg-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(20 20 22 / var(--tw-bg-opacity));
}

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

.p-4{
  padding: 1rem;
}

.p-8{
  padding: 2rem;
}

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

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

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

.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

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

.\!pt-\[150px\]{
  padding-top: 150px !important;
}

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

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

.pl-3{
  padding-left: 0.75rem;
}

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

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

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

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

.font-nun{
  font-family: Nunito;
}

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

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

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

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

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

.text-xs{
  font-size: 0.75rem;
  line-height: 1.36;
}

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

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

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

.uppercase{
  text-transform: uppercase;
}

.text-\[\#A1A1A1\]{
  --tw-text-opacity: 1;
  color: rgb(161 161 161 / var(--tw-text-opacity));
}

.text-\[\#B1B5C3\]{
  --tw-text-opacity: 1;
  color: rgb(177 181 195 / var(--tw-text-opacity));
}

.text-green{
  --tw-text-opacity: 1;
  color: rgb(148 207 20 / var(--tw-text-opacity));
}

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

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

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

.opacity-0{
  opacity: 0;
}

.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.brightness-50{
  --tw-brightness: brightness(.5);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 991px){
  .os\:flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
  }
}

.placeholder\:text-sm::-moz-placeholder{
  font-size: 0.875rem;
  line-height: 1.36;
}

.placeholder\:text-sm::placeholder{
  font-size: 0.875rem;
  line-height: 1.36;
}

.placeholder\:text-\[\#71717A\]::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}

.placeholder\:text-\[\#71717A\]::placeholder{
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}

.hover\:bg-\[\#23262F\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(35 38 47 / var(--tw-bg-opacity));
}

.focus\:border-green:focus{
  --tw-border-opacity: 1;
  border-color: rgb(148 207 20 / var(--tw-border-opacity));
}

.group:hover .group-hover\:flex{
  display: flex;
}

.group:hover .group-hover\:hidden{
  display: none;
}

@media (min-width: 768px){
  .tb\:-left-14{
    left: -3.5rem;
  }

  .tb\:left-\[unset\]{
    left: unset;
  }

  .tb\:right-0{
    right: 0px;
  }

  .tb\:right-\[unset\]{
    right: unset;
  }

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

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

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

  .tb\:inline{
    display: inline;
  }

  .tb\:grid{
    display: grid;
  }

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

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

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

  .tb\:-translate-x-0{
    --tw-translate-x: -0px;
    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));
  }

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

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

  .tb\:grid-cols-\[160px_1fr_minmax\(125px\2c 180px\)\]{
    grid-template-columns: 160px 1fr minmax(125px,180px);
  }

  .tb\:grid-cols-\[1fr_0\.5fr_0\.5fr_100px\]{
    grid-template-columns: 1fr 0.5fr 0.5fr 100px;
  }

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

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

  .tb\:justify-normal{
    justify-content: normal;
  }

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

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

  .tb\:pb-10{
    padding-bottom: 2.5rem;
  }

  .tb\:text-start{
    text-align: start;
  }
}

@media (min-width: 991px){
  .os\:relative{
    position: relative;
  }

  .os\:right-\[unset\]{
    right: unset;
  }

  .os\:top-\[unset\]{
    top: unset;
  }

  .os\:mb-5{
    margin-bottom: 1.25rem;
  }

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

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

  .os\:block{
    display: block;
  }

  .os\:flex{
    display: flex;
  }

  .os\:grid{
    display: grid;
  }

  .os\:hidden{
    display: none;
  }

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

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

  .os\:h-\[unset\]{
    height: unset;
  }

  .os\:translate-x-0{
    --tw-translate-x: 0px;
    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));
  }

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

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

  .os\:grid-cols-\[1fr_1\.5fr\]{
    grid-template-columns: 1fr 1.5fr;
  }

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

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

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

  .os\:space-y-\[80px\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80px * var(--tw-space-y-reverse));
  }

  .os\:bg-transparent{
    background-color: transparent !important;
  }

  .os\:p-10{
    padding: 2.5rem;
  }

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

  .os\:pl-4{
    padding-left: 1rem;
  }

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

  .os\:text-5xl{
    font-size: 3rem;
    line-height: 1.26;
  }

  .os\:text-lg{
    font-size: 1.125rem;
    line-height: 1.26;
  }

  .os\:text-sm{
    font-size: 0.875rem;
    line-height: 1.36;
  }

  .os\:text-xl{
    font-size: 1.25rem;
    line-height: 1.26;
  }
}

@media (min-width: 1260px){
  .md\:mb-\[136px\]{
    margin-bottom: 136px;
  }

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

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

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

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

  .md\:grid-cols-\[0\.5fr_0\.4fr_0\.4fr_0\.7fr_0\.5fr_170px\]{
    grid-template-columns: 0.5fr 0.4fr 0.4fr 0.7fr 0.5fr 170px;
  }

  .md\:grid-cols-\[0\.7fr_0\.7fr_0\.7fr_0\.7fr_0\.7fr_170px\]{
    grid-template-columns: 0.7fr 0.7fr 0.7fr 0.7fr 0.7fr 170px;
  }

  .md\:grid-cols-\[1fr_1fr_1fr\]{
    grid-template-columns: 1fr 1fr 1fr;
  }

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

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

  .md\:text-6xl{
    font-size: 3.75rem;
    line-height: 1.26;
  }
}

@media (min-width: 1350px){
  .lg\:h-\[137px\]{
    height: 137px;
  }

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

.block-item {
  transition: background 0.3s;
  position: relative;
}
.block-item:hover {
  background: #94cf14;
  color: #fff;
}
.block-item:hover span {
  color: #fff !important;
}

.block-item:nth-child(1):after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, from(#22282d), color-stop(75%, rgba(188, 188, 188, 0)));
  background: linear-gradient(to left, #22282d, rgba(188, 188, 188, 0) 75%);
}

.block-item:nth-child(1):before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 1px;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#22282d), color-stop(75%, rgba(188, 188, 188, 0)));
  background: linear-gradient(to top, #22282d, rgba(188, 188, 188, 0) 75%);
}

.block-item:nth-child(2):before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#22282d), color-stop(75%, rgba(188, 188, 188, 0)));
  background: linear-gradient(to right, #22282d, rgba(188, 188, 188, 0) 75%);
}

.block-item:nth-child(3):before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 1px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#22282d), color-stop(75%, rgba(188, 188, 188, 0)));
  background: linear-gradient(to bottom, #22282d, rgba(188, 188, 188, 0) 75%);
}