@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Manrope:wght@200;300;400;500;600;700;800&display=swap');

/*
! tailwindcss v3.2.2 | 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.
*/

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 */
}

/*
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-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;
}

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

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.top-0{
  top: 0px;
}

.left-0{
  left: 0px;
}

.right-0{
  right: 0px;
}

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

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

.col-span-full{
  grid-column: 1 / -1;
}

.my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}

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

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

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

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

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

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

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

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

.block{
  display: block;
}

.flex{
  display: flex;
}

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

.grid{
  display: grid;
}

.hidden{
  display: none;
}

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

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

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

.h-full{
  height: 100%;
}

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

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

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

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

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

.min-h-full{
  min-height: 100%;
}

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

.w-full{
  width: 100%;
}

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

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

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

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

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

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

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

.max-w-md{
  max-width: 28rem;
}

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

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

.translate-y-\[-400px\]{
  --tw-translate-y: -400px;
  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;
}

.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

.flex-wrap{
  flex-wrap: wrap;
}

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

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

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

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

.gap-4{
  gap: 1rem;
}

.gap-8{
  gap: 2rem;
}

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

.gap-2{
  gap: 0.5rem;
}

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

.gap-12{
  gap: 3rem;
}

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

.gap-3{
  gap: 0.75rem;
}

.gap-y-8{
  row-gap: 2rem;
}

.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

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

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

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

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

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

.border-inputBorderColor{
  border-color: rgba(130, 147, 167, 0.3);
}

.bg-navItemsBgColor{
  background-color: rgba(0, 0, 0, 0.7);
}

.bg-btnBgColor{
  --tw-bg-opacity: 1;
  background-color: rgb(19 122 244 / var(--tw-bg-opacity));
}

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

.bg-footerBg{
  background-color: rgba(19, 19, 22, 0.7);
}

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

.bg-inputBgColor{
  background-color: rgba(24, 25, 29, 0.9);
}

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

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

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

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

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

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

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

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

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.pb-14{
  padding-bottom: 3.5rem;
}

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

.pt-6{
  padding-top: 1.5rem;
}

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

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

.pb-12{
  padding-bottom: 3rem;
}

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

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

.pt-14{
  padding-top: 3.5rem;
}

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

.pt-12{
  padding-top: 3rem;
}

.pr-8{
  padding-right: 2rem;
}

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

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

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

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

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

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

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

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

.text-\[0\.8rem\]{
  font-size: 0.8rem;
}

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

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

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

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

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

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

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

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

.text-descriptionColor{
  --tw-text-opacity: 1;
  color: rgb(178 185 194 / var(--tw-text-opacity));
}

.text-copyrightTextColor{
  color: rgba(178, 185, 194, 0.5);
}

.text-btnBgColor{
  --tw-text-opacity: 1;
  color: rgb(19 122 244 / var(--tw-text-opacity));
}

.text-inputTextColor{
  --tw-text-opacity: 1;
  color: rgb(168 183 201 / var(--tw-text-opacity));
}

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

.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Manrope', sans-serif;
}

.header {
  z-index: 20;
  width: 100%;
  border-bottom: 1px solid rgba(130, 147, 167, 0.3);
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.nav-items {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  transition: transform 0.4s ease-in-out;
}

.nav-items li a {
  transition: all 0.3s ease-in-out;
}

.nav-items li a:hover {
  color: #b2b9c2;
}

.translate-y-0 {
  transform: translateY(0);
}

.text-input {
  height: 60px;
  padding-left: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(130, 147, 167, 0.3);
  border-radius: 7px;
  background-color: rgba(24, 25, 29, 0.9);
  transition: border-color 200ms ease;
  color: #a8b7c9;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  outline: none;
  cursor: pointer;
}

.text-input:hover {
  border-color: rgba(130, 147, 167, 0.5);
  background-color: #18191d;
}

.btn {
  box-shadow: none;
  letter-spacing: -0.15px;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: all 200ms ease, background-color 200ms ease;
  color: #fff;
  align-items: center;
  border-radius: 7px;
  padding: 18px 40px;
  font-size: 18px;
}

.btn:hover {
  scale: 1.05;
}

.featured-on {
  margin: 0 auto;
}

.featured-on>div img {
  max-height: 1rem;
}

.gradient-bg {
  border-radius: 15px;
  background-image: linear-gradient(40deg, #4a00ff, #9d7aff);
}

.black-btn {
  padding: 18px 25px;
  border-radius: 7px;
  background-color: #000;
  transition: all 200ms ease, background-color 200ms ease;
  color: #fff;
  font-weight: 600;
}

.black-btn:hover {
  scale: 1.05;
}

.social-icons img {
  max-width: 20px;
  max-height: 20px;
}

.social-icons>div {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-icons>div a {
  transition: all 200ms ease;
}

.social-icons>div a:hover {
  scale: 1.1;
}

.footer-links a {
  color: #b2b9c2;
  font-size: 15px;
}

.footer-links a:hover {
  color: white;
}

.plus-icon {
  display: flex;
  justify-content: center;
  transition: transform 0.2s ease-in-out;
}

.rotate-45 {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(45deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}

.answer a {
  color: #137af4;
  text-decoration: underline;
}

@media (min-width:768px) {
  .social-icons>div {
    justify-content: start;
  }
}

@media (min-width:900px) {
  .featured-on>div img {
    max-height: 1.3rem;
  }
}

@media (min-width:1024px) {
  .nav-items {
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px);
    background: none;
  }
}

@media (min-width:1280px) {
  .social-icons>div {
    width: 12%;
  }
}

.hover\:border-inputBorderColorHover:hover{
  border-color: rgba(130, 147, 167, 0.5);
}

.hover\:bg-inputBgColorHover:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(24 25 29 / var(--tw-bg-opacity));
}

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

.focus\:border-inputBorderColorHover:focus{
  border-color: rgba(130, 147, 167, 0.5);
}

.focus\:bg-inputBgColorHover:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(24 25 29 / var(--tw-bg-opacity));
}

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

.focus-visible\:outline-2:focus-visible{
  outline-width: 2px;
}

.focus-visible\:outline-offset-2:focus-visible{
  outline-offset: 2px;
}

@media (min-width: 480px){
  .vsm\:gap-6{
    gap: 1.5rem;
  }

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

  .vsm\:px-\[5vw\]{
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

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

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

  .vsm\:text-\[8vw\]{
    font-size: 8vw;
  }
}

@media (min-width: 640px){
  .sm\:contents{
    display: contents;
  }

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

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

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

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

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

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

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

  .sm\:pb-16{
    padding-bottom: 4rem;
  }

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

@media (min-width: 768px){
  .md\:mt-20{
    margin-top: 5rem;
  }

  .md\:mt-0{
    margin-top: 0px;
  }

  .md\:flex{
    display: flex;
  }

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

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

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

  .md\:w-96{
    width: 24rem;
  }

  .md\:max-w-sm{
    max-width: 24rem;
  }

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

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

  .md\:flex-wrap{
    flex-wrap: wrap;
  }

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

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

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

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

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

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

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

  .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

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

  .md\:text-\[6vw\]{
    font-size: 6vw;
  }

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

@media (min-width: 1024px){
  .lg\:static{
    position: static;
  }

  .lg\:absolute{
    position: absolute;
  }

  .lg\:relative{
    position: relative;
  }

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

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

  .lg\:mb-10{
    margin-bottom: 2.5rem;
  }

  .lg\:block{
    display: block;
  }

  .lg\:hidden{
    display: none;
  }

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

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

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

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

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

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

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

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

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

  .lg\:translate-y-0{
    --tw-translate-y: 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));
  }

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

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

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

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

  .lg\:gap-\[50\%\]{
    gap: 50%;
  }

  .lg\:bg-\[transparent\]{
    background-color: transparent;
  }

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

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

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

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

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

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

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

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

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

  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

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

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

  .lg\:pt-16{
    padding-top: 4rem;
  }

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

  .lg\:text-\[4rem\]{
    font-size: 4rem;
  }

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

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

@media (min-width: 1280px){
  .xl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

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

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

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

  .xl\:gap-\[20\%\]{
    gap: 20%;
  }

  .xl\:px-\[15vw\]{
    padding-left: 15vw;
    padding-right: 15vw;
  }

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

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

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

  .xl\:px-\[5rem\]{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:px-\[2rem\]{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1536px){
  .\32xl\:text-\[5rem\]{
    font-size: 5rem;
  }

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

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

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

  .\32xl\:text-\[22pxs\]{
    color: 22pxs;
  }
}