* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Hides scrollbar */
html, body {
    overflow: auto;
    
    scroll-behavior: smooth;

    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */

    /* Disable selection */
    cursor: default;
    -moz-user-select: none;
         user-select: none; /* For most modern browsers */
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE10+ */
}

button {
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;

    filter: brightness(1);
    transition: filter 0.3s ease-out;
}

button:hover {
    filter: brightness(1.075);
}

span.cursor-pointer {
    filter: brightness(1);
    transition: filter 0.3s ease-out;
}

span.cursor-pointer:hover {
    filter: brightness(1.25);
    transition: filter 0.3s ease-out;
}

html::-webkit-scrollbar, body::-webkit-scrollbar {
    display: none;
}

.browser-scroll {
    scrollbar-width: none;
}

.browser-scroll::-webkit-scrollbar {
    display: none;
}

div, span, p {
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-font-smoothing: antialiased;
}

a, a:focus-visible {
    outline: none;
}

button, button:focus-visible {
    outline: none;
}

input, input:focus-visible {
    outline: none;
}

img {
    pointer-events: none;

    -webkit-user-select: none;

       -moz-user-select: none;

            user-select: none;
    -webkit-user-drag: none;
    -moz-user-drag: none;
    -ms-user-drag: none; 
}

header.light * {
    transition: all 0.3s ease-out;
}

header.dark * {
    transition: all 0.3s ease-out;
}

header.light .logo {
    color: #000000;
}

header.light #links > a {
    color: #000000;
}

header.light .login-link {
    color: #000000;
}

header.dark .logo {
    color: #FFFFFF;
}

header.dark #links > a {
    color: #FFFFFF;
}

header.dark .login-link {
    color: #FFFFFF;
}

.contact-us-button {
    background: radial-gradient(100% 100% at 50% 0%, #FFF 0%, #FFF 50%, #E5E5E5 100%);
}

#hero h1 > span {
    background: linear-gradient(314deg, #2EACD4 50.95%, #4B75E3 55.59%, #6C35F5 74.95%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.why-revailo-background-gradient {
    background: linear-gradient(180deg, #FFF 0%, #7437F1 86%, #43208B 100%);
}

.why-revailo-foreground-gradient {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(182, 150, 248, 0.20) 86%, rgba(140, 101, 220, 0.20) 100%);
}

#why-revailo #benefits-container > div {
    row-gap: 0px;

    transition: row-gap 0.6s ease;
}
#why-revailo #benefits-container > div .content {
    row-gap: 0px;

    transition: row-gap 0.6s ease;
}
#why-revailo #benefits-container > div .cta-button {
    max-height: 0px;

    transition: max-height 0.6s ease;
}
#why-revailo #benefits-container > div p {
    max-height: 0px;

    transition: max-height 0.6s ease;
}

#why-revailo #benefits-container > div.expanded {
    row-gap: 2rem;
}
#why-revailo #benefits-container > div.expanded .content {
    row-gap: 0.5rem;
}
#why-revailo #benefits-container > div.expanded .cta-button {
    max-height: 180px;
}
#why-revailo #benefits-container > div.expanded p {
    max-height: 180px;
}

#billing-cycle-toggle > div {
  transition: all 0.5s ease-out;
}
#billing-cycle-toggle.monthly > div {
  left: 4px; 
}
#billing-cycle-toggle.yearly > div {
  left: calc(50% - 4px); 
}
#billing-cycle-toggle > span {
  transition: all 0.5s ease-out;
}
#billing-cycle-toggle.monthly > #monthly-label {
  color: white;
}
#billing-cycle-toggle.yearly > #monthly-label {
  color: #B696F8;
}
#billing-cycle-toggle.monthly > #yearly-label {
  color: #B696F8;
}
#billing-cycle-toggle.yearly > #yearly-label {
  color: white;
}

.pricing-card-gradient {
    background: linear-gradient(180deg, #7437F1 0%, #2E1660 100%);
}

.faq-content {
    background-color: #FFFFFF;
    
    row-gap: 0px;
    
    transition: all 0.6s ease;
}
.faq-content > img {
    transform: rotate(0deg);

    transition: transform 0.6s ease;
}
.faq-content > p {
    max-height: 0px;
    
    transition: all 0.6s ease;
}
.faq-content > ul {
    max-height: 0px;
    
    transition: all 0.6s ease;
}
.faq-content.expanded {
    background-color: #F6F6F8;
    
    row-gap: 1rem;
    
    padding-top: 18px;
    padding-bottom: 18px;
}
.faq-content.expanded > img {
    transform: rotate(180deg);

    transition: transform 0.6s ease;
}
.faq-content.expanded > p {
    max-height: 240px;
}
.faq-content.expanded > ul {
    max-height: 240px;
}

.cta-background-gradient {
    background: linear-gradient(180deg, #000 0%, #000 49.69%, #190C33 76.65%, #421F89 100%);
}

.cta-overlay-gradient {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.00) 75.45%, #43208B 100%);
}
#steps-wrapper {
    width: 480px;
}

@media (max-width: 640px) {
    #steps-wrapper {
        width: 85vw;
    }
}

form .error-icon {
    opacity: 0;
}

.step {
    width: 480px;
    opacity: 0;
    max-height: 0px;

    transition: opacity 0.5s ease, max-height 0.5s ease;
}

@media (max-width: 640px) {
    .step {
        width: 85vw;
    }
}

.step.active {
    opacity: 1;
    max-height: 800px;
}

#steps-container {
    transition: transform 0.5s ease;
}

@font-face {
    font-family: "Array";
    src: url(/assets/fonts/Array-Semibold.woff2) format("woff2"),
        url(/assets/fonts/Array-Semibold.woff) format("woff"),
        url(/assets/fonts/Array-Semibold.ttf) format("truetype");
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "ClashDisplay";
    src: url(/assets/fonts/ClashDisplay-Variable.woff2) format("woff2"),
        url(/assets/fonts/ClashDisplay-Variable.woff) format("woff"),
        url(/assets/fonts/ClashDisplay-Variable.ttf) format("truetype");
    font-weight: 200 700;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "FamiljenGrotesk";
    src:
        url(/assets/fonts/FamiljenGrotesk-Variable.woff2) format("woff2"),
        url(/assets/fonts/FamiljenGrotesk-Variable.woff) format("woff"),
        url(/assets/fonts/FamiljenGrotesk-Variable.ttf) format("truetype");
    font-weight: 400 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Switzer";
    src:
        url(/assets/fonts/Switzer-Variable.woff2) format("woff2"),
        url(/assets/fonts/Switzer-Variable.woff) format("woff"),
        url(/assets/fonts/Switzer-Variable.ttf) format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
*, ::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:  ;
}

/*
! tailwindcss v3.4.19 | 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: 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]:where(:not([hidden="until-found"])) {
  display: none;
}
.container{
  width: 100%;
}
.pointer-events-none{
  pointer-events: none;
}
.pointer-events-auto{
  pointer-events: auto;
}
.visible{
  visibility: visible;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.bottom-0{
  bottom: 0px;
}
.bottom-\[18px\]{
  bottom: 18px;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-\[24px\]{
  left: 24px;
}
.left-\[4px\]{
  left: 4px;
}
.right-5{
  right: 1.25rem;
}
.right-6{
  right: 1.5rem;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-6{
  top: 1.5rem;
}
.top-\[12px\]{
  top: 12px;
}
.top-\[16px\]{
  top: 16px;
}
.top-\[50\%\]{
  top: 50%;
}
.-z-10{
  z-index: -10;
}
.z-10{
  z-index: 10;
}
.z-\[1000\]{
  z-index: 1000;
}
.z-\[997\]{
  z-index: 997;
}
.z-\[998\]{
  z-index: 998;
}
.z-\[999\]{
  z-index: 999;
}
.m-1{
  margin: 0.25rem;
}
.my-\[160px\]{
  margin-top: 160px;
  margin-bottom: 160px;
}
.my-\[2px\]{
  margin-top: 2px;
  margin-bottom: 2px;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.block{
  display: block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.h-1{
  height: 0.25rem;
}
.h-\[1\.5px\]{
  height: 1.5px;
}
.h-\[15px\]{
  height: 15px;
}
.h-\[1px\]{
  height: 1px;
}
.h-\[200px\]{
  height: 200px;
}
.h-\[20px\]{
  height: 20px;
}
.h-\[220px\]{
  height: 220px;
}
.h-\[248px\]{
  height: 248px;
}
.h-\[270px\]{
  height: 270px;
}
.h-\[280px\]{
  height: 280px;
}
.h-\[300px\]{
  height: 300px;
}
.h-\[320px\]{
  height: 320px;
}
.h-\[40\%\]{
  height: 40%;
}
.h-\[400px\]{
  height: 400px;
}
.h-\[420px\]{
  height: 420px;
}
.h-\[440px\]{
  height: 440px;
}
.h-\[480px\]{
  height: 480px;
}
.h-\[4px\]{
  height: 4px;
}
.h-\[52px\]{
  height: 52px;
}
.h-\[560px\]{
  height: 560px;
}
.h-\[680px\]{
  height: 680px;
}
.h-\[700px\]{
  height: 700px;
}
.h-\[70vh\]{
  height: 70vh;
}
.h-\[85\%\]{
  height: 85%;
}
.h-\[calc\(100\%-12px\)\]{
  height: calc(100% - 12px);
}
.h-\[calc\(100\%-20px\)\]{
  height: calc(100% - 20px);
}
.h-\[calc\(100\%-60px\)\]{
  height: calc(100% - 60px);
}
.h-\[calc\(100\%-6px\)\]{
  height: calc(100% - 6px);
}
.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.min-h-screen{
  min-height: 100vh;
}
.w-1\/2{
  width: 50%;
}
.w-\[100\%\]{
  width: 100%;
}
.w-\[10px\]{
  width: 10px;
}
.w-\[110px\]{
  width: 110px;
}
.w-\[1110px\]{
  width: 1110px;
}
.w-\[140px\]{
  width: 140px;
}
.w-\[148px\]{
  width: 148px;
}
.w-\[20px\]{
  width: 20px;
}
.w-\[260px\]{
  width: 260px;
}
.w-\[280px\]{
  width: 280px;
}
.w-\[2px\]{
  width: 2px;
}
.w-\[320px\]{
  width: 320px;
}
.w-\[360px\]{
  width: 360px;
}
.w-\[380px\]{
  width: 380px;
}
.w-\[388px\]{
  width: 388px;
}
.w-\[400px\]{
  width: 400px;
}
.w-\[420px\]{
  width: 420px;
}
.w-\[440px\]{
  width: 440px;
}
.w-\[480px\]{
  width: 480px;
}
.w-\[4px\]{
  width: 4px;
}
.w-\[520px\]{
  width: 520px;
}
.w-\[52px\]{
  width: 52px;
}
.w-\[540px\]{
  width: 540px;
}
.w-\[560px\]{
  width: 560px;
}
.w-\[70\%\]{
  width: 70%;
}
.w-\[80\%\]{
  width: 80%;
}
.w-\[80vw\]{
  width: 80vw;
}
.w-\[85vw\]{
  width: 85vw;
}
.w-\[95\%\]{
  width: 95%;
}
.w-\[calc\(100\%-120px\)\]{
  width: calc(100% - 120px);
}
.w-\[calc\(100\%-24px\)\]{
  width: calc(100% - 24px);
}
.w-\[calc\(100\%-40px\)\]{
  width: calc(100% - 40px);
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-screen{
  width: 100vw;
}
.max-w-\[680px\]{
  max-width: 680px;
}
.-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-x-\[17\%\]{
  --tw-translate-x: -17%;
  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-\[55\%\]{
  --tw-translate-x: 55%;
  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-\[12\%\]{
  --tw-translate-y: 12%;
  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-\[17\%\]{
  --tw-translate-y: 17%;
  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));
}
.-rotate-180{
  --tw-rotate: -180deg;
  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));
}
.-rotate-\[10deg\]{
  --tw-rotate: -10deg;
  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));
}
.rotate-\[10deg\]{
  --tw-rotate: 10deg;
  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-default{
  cursor: default;
}
.cursor-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-stretch{
  align-items: stretch;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-stretch{
  justify-content: stretch;
}
.gap-x-10{
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-x-16{
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-20{
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
.gap-x-24{
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}
.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-32{
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-7{
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}
.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-x-9{
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}
.gap-y-10{
  row-gap: 2.5rem;
}
.gap-y-12{
  row-gap: 3rem;
}
.gap-y-16{
  row-gap: 4rem;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.gap-y-20{
  row-gap: 5rem;
}
.gap-y-3{
  row-gap: 0.75rem;
}
.gap-y-32{
  row-gap: 8rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.gap-y-5{
  row-gap: 1.25rem;
}
.gap-y-6{
  row-gap: 1.5rem;
}
.gap-y-8{
  row-gap: 2rem;
}
.gap-y-9{
  row-gap: 2.25rem;
}
.gap-y-\[12px\]{
  row-gap: 12px;
}
.gap-y-\[24px\]{
  row-gap: 24px;
}
.gap-y-\[2px\]{
  row-gap: 2px;
}
.gap-y-\[3px\]{
  row-gap: 3px;
}
.gap-y-\[6px\]{
  row-gap: 6px;
}
.gap-y-\[7px\]{
  row-gap: 7px;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-y-hidden{
  overflow-y: hidden;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-\[4px\]{
  border-radius: 4px;
}
.rounded-\[5px\]{
  border-radius: 5px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-r-2xl{
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.rounded-r-lg{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-t-xl{
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.border{
  border-width: 1px;
}
.border-\[0\.5px\]{
  border-width: 0.5px;
}
.border-\[\#00B67A\]{
  --tw-border-opacity: 1;
  border-color: rgb(0 182 122 / var(--tw-border-opacity, 1));
}
.border-\[\#313131\]{
  --tw-border-opacity: 1;
  border-color: rgb(49 49 49 / var(--tw-border-opacity, 1));
}
.border-\[\#7437F1\]{
  --tw-border-opacity: 1;
  border-color: rgb(116 55 241 / var(--tw-border-opacity, 1));
}
.border-\[\#CCCCCC\]{
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
}
.border-\[\#D9D9D9\]{
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}
.border-\[\#F1F1F4\]{
  --tw-border-opacity: 1;
  border-color: rgb(241 241 244 / var(--tw-border-opacity, 1));
}
.bg-\[\#00EB52\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 235 82 / var(--tw-bg-opacity, 1));
}
.bg-\[\#141414\]{
  --tw-bg-opacity: 1;
  background-color: rgb(20 20 20 / var(--tw-bg-opacity, 1));
}
.bg-\[\#7437F1\]{
  --tw-bg-opacity: 1;
  background-color: rgb(116 55 241 / var(--tw-bg-opacity, 1));
}
.bg-\[\#8C65DC\]{
  --tw-bg-opacity: 1;
  background-color: rgb(140 101 220 / var(--tw-bg-opacity, 1));
}
.bg-\[\#949494\]{
  --tw-bg-opacity: 1;
  background-color: rgb(148 148 148 / var(--tw-bg-opacity, 1));
}
.bg-\[\#D4C1FB\]{
  --tw-bg-opacity: 1;
  background-color: rgb(212 193 251 / var(--tw-bg-opacity, 1));
}
.bg-\[\#D9D9D9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E5E5E5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E5FFF1\]{
  --tw-bg-opacity: 1;
  background-color: rgb(229 255 241 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E9E9E9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F2ECFE\]{
  --tw-bg-opacity: 1;
  background-color: rgb(242 236 254 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F3EBFF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(243 235 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FCFAFF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(252 250 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFFFFF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.p-1{
  padding: 0.25rem;
}
.px-14{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-\[4px\]{
  padding-left: 4px;
  padding-right: 4px;
}
.px-\[6px\]{
  padding-left: 6px;
  padding-right: 6px;
}
.px-\[8px\]{
  padding-left: 8px;
  padding-right: 8px;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-40{
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[1\.5px\]{
  padding-top: 1.5px;
  padding-bottom: 1.5px;
}
.py-\[2px\]{
  padding-top: 2px;
  padding-bottom: 2px;
}
.py-\[3px\]{
  padding-top: 3px;
  padding-bottom: 3px;
}
.py-\[4px\]{
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-\[6px\]{
  padding-top: 6px;
  padding-bottom: 6px;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-\[10px\]{
  padding-bottom: 10px;
}
.pb-\[4px\]{
  padding-bottom: 4px;
}
.pl-4{
  padding-left: 1rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pl-\[6px\]{
  padding-left: 6px;
}
.pl-\[8px\]{
  padding-left: 8px;
}
.pr-6{
  padding-right: 1.5rem;
}
.pr-\[6px\]{
  padding-right: 6px;
}
.pr-\[8px\]{
  padding-right: 8px;
}
.pt-16{
  padding-top: 4rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-\[6px\]{
  padding-top: 6px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-start{
  text-align: start;
}
.font-array{
  font-family: Array, sans-serif;
}
.font-clashDisplay{
  font-family: ClashDisplay, sans-serif;
}
.font-familjenGrotesk{
  font-family: FamiljenGrotesk, sans-serif;
}
.font-switzer{
  font-family: Switzer, sans-serif;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[13px\]{
  font-size: 13px;
}
.text-\[14\.5px\]{
  font-size: 14.5px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[15\.5px\]{
  font-size: 15.5px;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[17px\]{
  font-size: 17px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[19px\]{
  font-size: 19px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-\[32px\]{
  font-size: 32px;
}
.text-\[36px\]{
  font-size: 36px;
}
.text-\[48px\]{
  font-size: 48px;
}
.text-\[52px\]{
  font-size: 52px;
}
.text-\[56px\]{
  font-size: 56px;
}
.text-\[60px\]{
  font-size: 60px;
}
.text-\[90px\]{
  font-size: 90px;
}
.font-\[550\]{
  font-weight: 550;
}
.font-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.italic{
  font-style: italic;
}
.leading-\[100\%\]{
  line-height: 100%;
}
.leading-\[120\%\]{
  line-height: 120%;
}
.leading-\[140\%\]{
  line-height: 140%;
}
.leading-\[150\%\]{
  line-height: 150%;
}
.leading-\[160\%\]{
  line-height: 160%;
}
.leading-\[165\%\]{
  line-height: 165%;
}
.leading-\[170\%\]{
  line-height: 170%;
}
.leading-\[180\%\]{
  line-height: 180%;
}
.leading-\[1\]{
  line-height: 1;
}
.tracking-\[-0\.5px\]{
  letter-spacing: -0.5px;
}
.text-\[\#008A5C\]{
  --tw-text-opacity: 1;
  color: rgb(0 138 92 / var(--tw-text-opacity, 1));
}
.text-\[\#00B67A\]{
  --tw-text-opacity: 1;
  color: rgb(0 182 122 / var(--tw-text-opacity, 1));
}
.text-\[\#262626\]{
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1));
}
.text-\[\#404040\]{
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}
.text-\[\#444444\]{
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity, 1));
}
.text-\[\#454859\]{
  --tw-text-opacity: 1;
  color: rgb(69 72 89 / var(--tw-text-opacity, 1));
}
.text-\[\#4D4D4D\]{
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity, 1));
}
.text-\[\#555555\]{
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity, 1));
}
.text-\[\#595d73\]{
  --tw-text-opacity: 1;
  color: rgb(89 93 115 / var(--tw-text-opacity, 1));
}
.text-\[\#7437F1\]{
  --tw-text-opacity: 1;
  color: rgb(116 55 241 / var(--tw-text-opacity, 1));
}
.text-\[\#808080\]{
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity, 1));
}
.text-\[\#854ff3\]{
  --tw-text-opacity: 1;
  color: rgb(133 79 243 / var(--tw-text-opacity, 1));
}
.text-\[\#999999\]{
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}
.text-\[\#A9A9A9\]{
  --tw-text-opacity: 1;
  color: rgb(169 169 169 / var(--tw-text-opacity, 1));
}
.text-\[\#B696F8\]{
  --tw-text-opacity: 1;
  color: rgb(182 150 248 / var(--tw-text-opacity, 1));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.opacity-0{
  opacity: 0;
}
.opacity-50{
  opacity: 0.5;
}
.drop-shadow-2xl{
  --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  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);
}
.drop-shadow-sm{
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  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);
}
.backdrop-blur-md{
  --tw-backdrop-blur: blur(12px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.\[word-spacing\:1px\]{
  word-spacing: 1px;
}
@media (max-width: 1440px){

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

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

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

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

  .lg\:w-\[82\.5\%\]{
    width: 82.5%;
  }

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

  .lg\:-translate-x-\[15\%\]{
    --tw-translate-x: -15%;
    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\:translate-x-\[45\%\]{
    --tw-translate-x: 45%;
    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\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .lg\:gap-x-16{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

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

  .lg\:pb-16{
    padding-bottom: 4rem;
  }
}
@media (max-width: 1024px){

  .md\:top-\[8px\]{
    top: 8px;
  }

  .md\:hidden{
    display: none;
  }

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

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

  .md\:h-\[calc\(100\%-40px\)\]{
    height: calc(100% - 40px);
  }

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

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

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

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

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

  .md\:w-\[calc\(100\%-80px\)\]{
    width: calc(100% - 80px);
  }

  .md\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }

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

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

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

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

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

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

  .md\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

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

  .md\:gap-y-20{
    row-gap: 5rem;
  }

  .md\:gap-y-24{
    row-gap: 6rem;
  }

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

  .md\:rounded-2xl{
    border-radius: 1rem;
  }

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

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

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

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

  .md\:text-\[48px\]{
    font-size: 48px;
  }
}
@media (max-width: 769px){

  .sm\:block{
    display: block;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:hidden{
    display: none;
  }

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

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

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

  .sm\:w-\[85vw\]{
    width: 85vw;
  }

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

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

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

  .sm\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .sm\:gap-y-20{
    row-gap: 5rem;
  }

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

  .sm\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .sm\:text-\[48px\]{
    font-size: 48px;
  }
}
@media (max-width: 480px){

  .xs\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xs\:block{
    display: block;
  }

  .xs\:hidden{
    display: none;
  }

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

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

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

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

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

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

  .xs\:w-\[95vw\]{
    width: 95vw;
  }

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

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

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

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

  .xs\:gap-y-12{
    row-gap: 3rem;
  }

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

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

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