/*
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: 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, 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:  ;
}

@tailwind sizing;

.container {
  width: 100%;
}

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

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

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

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

.right-\[45\%\] {
  right: 45%;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

.top-2 {
  top: 0.5rem;
}

.top-5 {
  top: 1.25rem;
}

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

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

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

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

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

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

.m-3 {
  margin: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

.mr-5 {
  margin-right: 1.25rem;
}

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-96 {
  height: 24rem;
}

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

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

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

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

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

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

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

.w-full {
  width: 100%;
}

.max-w-3xl {
  max-width: 48rem;
}

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

.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));
}

.transform {
  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;
}

.resize {
  resize: both;
}

.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;
}

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

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

.gap-1 {
  gap: 0.25rem;
}

.overflow-auto {
  overflow: auto;
}

.overflow-visible {
  overflow: visible;
}

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

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

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

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

.border {
  border-width: 1px;
}

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

.border-sol-green {
  --tw-border-opacity: 1;
  border-color: rgb(20 241 149 / var(--tw-border-opacity));
}

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

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

.bg-light-black\/5 {
  background-color: rgb(16 12 20 / 0.05);
}

.bg-sol-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(153 69 255 / var(--tw-bg-opacity));
}

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

.bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25);
}

.bg-white\/75 {
  background-color: rgb(255 255 255 / 0.75);
}

.bg-\[url\(\'\/assets\/img\/card-lines\.svg\'\)\] {
  background-image: url('/assets/img/card-lines.svg');
}

.bg-\[url\(\/assets\/img\/contact-section-bg\.svg\)\] {
  background-image: url(/assets/img/contact-section-bg.svg);
}

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

.from-sol-purple {
  --tw-gradient-from: #9945FF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 69 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-sol-green {
  --tw-gradient-to: #14F195 var(--tw-gradient-to-position);
}

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

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

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

.fill-black {
  fill: #000000;
}

.p-1 {
  padding: 0.25rem;
}

.p-8 {
  padding: 2rem;
}

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

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

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

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

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

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

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

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

.pb-5 {
  padding-bottom: 1.25rem;
}

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

.pl-20 {
  padding-left: 5rem;
}

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

.font-main {
  font-family: "Barlow", system-ui, ui-sans-serif;
}

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

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

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

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

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

.font-black {
  font-weight: 900;
}

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

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

.text-sol-green {
  --tw-text-opacity: 1;
  color: rgb(20 241 149 / var(--tw-text-opacity));
}

.text-sol-purple {
  --tw-text-opacity: 1;
  color: rgb(153 69 255 / var(--tw-text-opacity));
}

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

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  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 {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

:root {
  --alexs1-black: rgba(0,0,0);
  --alexs1-white: rgba(255,255,255);
  --sol-green: rgba(20,241,149);
  --sol-purple: rgba(153,69,255);
  --sol-gradient: linear-gradient(
    90deg, 
    var(--sol-purple) 0%, 
    var(--sol-green) 100%
  );
}

html.light *::-moz-selection {
  background-color: var(--sol-green);
  color: var(--alexs1-black);
}

html.light *::selection {
  background-color: var(--sol-green);
  color: var(--alexs1-black);
}

html.dark *::-moz-selection {
  background-color: var(--sol-purple);
  color: var(--alexs1-black);
}

html.dark *::selection {
  background-color: var(--sol-purple);
  color: var(--alexs1-black);
}

html.light #gradient-bg {
  background: linear-gradient(
    90deg, 
    rgba(255, 255, 255, 1) 25%, 
    rgba(255, 255, 255, 0.5) 70%, 
    rgba(255, 255, 255, 0.2) 100%
  );
}

html.dark #gradient-bg {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 25%,
    rgba(0, 0, 0, 0.5) 70%,
    rgba(0, 0, 0, 0) 100%
  );
}

html.light #gradient-bg-2 {
  background: linear-gradient(
    90deg, 
    rgba(255, 255, 255, 0.2) 25%, 
    rgba(255, 255, 255, 0) 100%
  );
  -webkit-backdrop-filter: opacity(0.3) blur(5px);
  backdrop-filter: opacity(0.8) blur(5px);
}

html.dark #gradient-bg-2 {
  background: linear-gradient(
    90deg, 
    rgba(2, 27, 17, 0.2) 25%, 
    rgba(2, 27, 17, 0) 100%
  );
  -webkit-backdrop-filter: opacity(0.3) blur(5px);
  backdrop-filter: opacity(0.3) blur(5px);
}

html.light #gradient-radial {
  background: var(--sol-green);
  filter: blur(130px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

html.dark #gradient-radial {
  background: var(--sol-green);
  filter: blur(130px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

html.dark #alexs1-card #alexs1-photo-img img {
  transition: 1s;
  filter: opacity(1);
}

html.dark #alexs1-card:hover #alexs1-photo-img img {
  filter: opacity(0.6);
}

html.light #alexs1-card #alexs1-photo-img img {
  transition: 1s;
  filter: opacity(1);
}

html.light #alexs1-card:hover #alexs1-photo-img img {
  filter: opacity(0.6) contrast(0.5) brightness(1.4);
}

#alexs1-photo-img::after {
  content: '';
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
  background: var(--sol-purple);
  background: var(--sol-gradient);
  position: absolute;
  border-radius: 50%;
  transition: 1s;
}

#alexs1-card:hover #alexs1-photo-img::after {
  transform: rotate(360deg);
  top: -8px;
  bottom: -8px;
  left: -8px;
  right: -8px;
}

#anchor-get-started::before {
  content: '';
  background-image: url('/assets/img/get-started-section-bg.png');
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  opacity: 0.2;
}

html.dark #anchor-get-started::after {
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(90deg, rgba(0,0,0,1) calc(120% - 1920px), rgba(0,0,0,0) calc(140% - 1920px));
}

html.light #anchor-get-started::after {
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(90deg, rgba(255,255,255,1) calc(120% - 1920px), rgba(255,255,255,0) calc(140% - 1920px));
}

/* Form Inputs Style */

#wrapper-form-input-name label,
#wrapper-form-input-email label,
#wrapper-form-textarea label {
  transition: 0.6s;
}

#wrapper-form-input-name input:focus,
#wrapper-form-input-email input:focus,
#wrapper-form-textarea textarea:focus {
  outline: 1px dotted var(--sol-green);
}

#wrapper-form-input-name input::-moz-placeholder, #wrapper-form-input-email input::-moz-placeholder, #wrapper-form-textarea textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0);
}

#wrapper-form-input-name input::placeholder,
#wrapper-form-input-email input::placeholder,
#wrapper-form-textarea textarea::placeholder {
  color: rgba(0, 0, 0, 0);
}

#wrapper-form-input-name input:-moz-placeholder-shown + label, #wrapper-form-input-email input:-moz-placeholder-shown + label, #wrapper-form-textarea textarea:-moz-placeholder-shown + label {
  top: 1.75rem;
}

#wrapper-form-input-name input:placeholder-shown + label,
#wrapper-form-input-email input:placeholder-shown + label,
#wrapper-form-textarea textarea:placeholder-shown + label {
  top: 1.75rem;
}

#wrapper-form-input-name input:not(:-moz-placeholder-shown) + label, #wrapper-form-input-email input:not(:-moz-placeholder-shown) + label, #wrapper-form-textarea textarea:not(:-moz-placeholder-shown) + label {
  top: 0rem;
  color: var(--sol-green);
  font-size: 0.75rem;
}

#wrapper-form-input-name input:focus + label,
#wrapper-form-input-email input:focus + label,
#wrapper-form-textarea textarea:focus + label,
#wrapper-form-input-name input:not(:placeholder-shown) + label,
#wrapper-form-input-email input:not(:placeholder-shown) + label,
#wrapper-form-textarea textarea:not(:placeholder-shown) + label {
  top: 0rem;
  color: var(--sol-green);
  font-size: 0.75rem;
}

html.dark .alexs1-stepcard:hover,
html.dark .alexs1-stepcard::after {
  background-color: var(--alexs1-black);
  transition: 0.85s;
}

html.dark .alexs1-stepcard:hover .alexs1-stepcard-label {
  background-color: var(--alexs1-black);
  border: none;
}

html.light .alexs1-stepcard:hover,
html.light .alexs1-stepcard::after {
  background-color: var(--alexs1-white);
  transition: 1s;
}

html.light .alexs1-stepcard:hover .alexs1-stepcard-label {
  background-color: var(--alexs1-white);
  border: none;
}

.alexs1-stepcard .alexs1-stepcard-label::before {
  content: '';
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  background: var(--sol-purple);
  background: var(--sol-gradient);
  position: absolute;
  transition: 1s;
  z-index: -1;
  border-radius: 50%;
  opacity: 0;
}

.alexs1-stepcard::before {
  content: '';
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  background: var(--sol-purple);
  background: var(--sol-gradient);
  position: absolute;
  transition: 1s;
  z-index: -1;
  border-radius: 1rem;
  opacity: 0;
}

.alexs1-stepcard::after {
  content: '';
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  position: absolute;
  background-color: var(--alexs1-black);
  z-index: -1;
  border-radius: 1rem;
  opacity: 0;
}

.alexs1-stepcard:hover::after,
.alexs1-stepcard:hover .alexs1-stepcard-label::before,
.alexs1-stepcard:hover::before {
  opacity: 1;
}

#anchor-faq details summary::-webkit-details-marker {
  display: none;
}

@media screen and (max-width: 768px)  {
  #header-main-menu {
    opacity: 0;
    overflow: hidden;
    height: 0.1rem;
    transition: 0.5s;
  }

  #header-main-menu.opened {
    opacity: 1;
    overflow: unset;
    height: unset;
  }

  #header-main.menu_opened {
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
  }
}

/* @media screen and (min-width: 1921px)  {
    #line {
        display: none;
    }
} */

.hover\:hue-rotate-15:hover {
  --tw-hue-rotate: hue-rotate(15deg);
  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);
}

.focus\:h-24:focus {
  height: 6rem;
}

.peer:checked ~ .peer-checked\:translate-x-5 {
  --tw-translate-x: 1.25rem;
  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));
}

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

.dark\:bg-black\/50:is(.dark *) {
  background-color: rgb(0 0 0 / 0.5);
}

.dark\:bg-light-black:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(16 12 20 / var(--tw-bg-opacity));
}

.dark\:bg-sol-green:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(20 241 149 / var(--tw-bg-opacity));
}

.dark\:fill-white:is(.dark *) {
  fill: #ffffff;
}

.dark\:font-normal:is(.dark *) {
  font-weight: 400;
}

.dark\:text-black:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.dark\:text-sol-green:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(20 241 149 / var(--tw-text-opacity));
}

.dark\:text-sol-purple:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(153 69 255 / var(--tw-text-opacity));
}

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

.dark\:hue-rotate-180:is(.dark *) {
  --tw-hue-rotate: hue-rotate(180deg);
  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);
}

.dark\:invert:is(.dark *) {
  --tw-invert: invert(100%);
  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);
}

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }

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

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

  .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

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

  .md\:mt-auto {
    margin-top: auto;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:w-1\/2 {
    width: 50%;
  }

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

  .md\:max-w-3xl {
    max-width: 48rem;
  }

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

  .md\:p-20 {
    padding: 5rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .md\:pl-64 {
    padding-left: 16rem;
  }

  .md\:pr-5 {
    padding-right: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .xl\:-right-5 {
    right: -1.25rem;
  }

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

  .xl\:-top-8 {
    top: -2rem;
  }

  .xl\:left-0 {
    left: 0px;
  }

  .xl\:left-10 {
    left: 2.5rem;
  }

  .xl\:right-auto {
    right: auto;
  }

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

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

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

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

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

  .xl\:w-2\/3 {
    width: 66.666667%;
  }

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

  .xl\:columns-3 {
    -moz-columns: 3;
         columns: 3;
  }

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