.btn{font-family:Vollkorn SC,serif;font-weight:400;font-style:normal;padding:6px 24px;box-shadow:0 4px 8px #00000026;border-radius:6px;border-color:transparent;cursor:pointer;transition:background-color .3s ease-in-out,color .2s ease-out}@media (width < 500px){.btn{padding:3px 12px}}.btn.solid{color:#000;background-color:var(--accent-color);font-weight:700;border:solid 4px transparent}.btn.solid:hover{background-color:#fff}.btn.solid.light-bg:hover{border:solid 4px var(--accent-color)}.btn.outlined{color:var(--accent-color);border:4px solid var(--accent-color);background-color:transparent}.btn.outlined:hover{color:var(--dark-color);background-color:var(--accent-color)}.btn.outlined.light-bg{color:#a4830d}.card{display:flex;flex-direction:column;align-items:center;border-radius:12px;width:100%;height:fit-content;padding:24px 48px;overflow:hidden;background-color:#1e1e1ee6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 0 8px 4px #00000040;opacity:0;color:#fff;animation:drop-in ease 1s .5s;animation-iteration-count:1;animation-fill-mode:forwards}@media (width <=800px){.card{padding:12px 24px}}.card.one{animation-delay:.5s}.card.two{animation-delay:.75s}.card.three{animation-delay:1s}.card.four{animation-delay:1.25s}form label{font-size:18px;padding-right:6px}form :is(input,select,textarea){height:32px;font-size:18px;font-family:Lora;border-radius:3px;border:solid 1px #000000;background-color:var(--light-grey);padding:0 6px;min-width:400px}@media (width <=768px){form :is(input,select,textarea){min-width:250px}}form :is(input,select,textarea):focus{background-color:#fff}form :is(input,select,textarea):invalid{border-color:#ff5353}form textarea{height:auto;text-align:left;padding:6px}form .invalid:after{content:"*required";font-family:Lora;font-size:14px;color:#ff5353;padding-left:13px}.success-icon{display:inline-block;width:4em;height:4em;font-size:20px;border-radius:50%;border:8px solid #81ec76;background-color:#fff;position:relative;overflow:hidden;transform-origin:center;animation:showSuccess .18s ease-in-out;transform:scale(1)}.success-icon .check{height:100%;opacity:0%;animation:showCheck .4s .2s ease-in-out;animation-fill-mode:forwards}.success-icon :is(.tip,.long){display:block;position:absolute;height:8px;background-color:#81ec76;border-radius:10px}.success-icon .tip{width:1.4em;top:1.7em;left:.25em;transform:rotate(45deg)}.success-icon .long{transform:rotate(-45deg);width:2.3em;top:1.45em;left:.9em}@keyframes showSuccess{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes showCheck{0%{transform:scale(1);opacity:0%}25%{transform:scale(1.2);opacity:50%}to{transform:scale(1);opacity:100%}}.loading-icon{display:flex;align-items:center;justify-content:center;overflow:visible;width:6em;height:6em;animation:showLoading .18s ease-in-out;animation-fill-mode:forwards}.loading-icon :is(.outer,.inner){display:flex;align-items:center;justify-content:center;width:4em;height:4em;border-radius:50%;border:8px solid #EBBB10;transform-origin:center;position:absolute;overflow:visible}.loading-icon .outer{font-size:20px;animation:spin 1s linear infinite}.loading-icon .outer .block-1{height:10px;width:20px;background-color:#fff;margin-right:78px;position:absolute}.loading-icon .inner{font-size:13px;border-width:6px;animation:doubleSpin 2s ease-in-out infinite}.loading-icon .inner .block-2{height:10px;width:15px;background-color:#fff;margin-left:3.4em;position:absolute}@keyframes showLoading{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes doubleSpin{0%{transform:rotate(0);scale:1}25%{scale:.9}50%{transform:rotate(360deg);scale:1}75%{scale:.95}to{transform:rotate(0);scale:1}}.error-icon{display:flex;align-items:center;justify-content:center;width:4em;height:4em;font-size:20px;border-radius:50%;border:8px solid #ff6060;background-color:#fff;animation:showError .18s ease-in-out;animation-fill-mode:forwards;transform-origin:center}.error-icon :is(.cross-1,.cross-2){position:absolute;background-color:#fff;border-radius:10px;width:10px;height:50px;animation:showCross .4s .2s ease-in-out;animation-fill-mode:forwards}.error-icon .cross-1{transform:rotate(40deg)}.error-icon .cross-2{transform:rotate(-40deg)}@keyframes showError{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes showCross{0%{scale:1;background-color:#fff}25%{scale:1.2;background-color:color-mix(in srgb,ff6060 50%,white 50%)}to{scale:1;background-color:#ff6060}}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}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}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[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 / .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 / .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: }.static{position:static}.m-0{margin:0}.m-3{margin:.75rem}.m-6{margin:1.5rem}.m-auto{margin:auto}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-6{margin-bottom:1.5rem}.ml-auto{margin-left:auto}.mr-auto{margin-right:auto}.mt-12{margin-top:3rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-6{margin-top:1.5rem}.mt-auto{margin-top:auto}.block{display:block}.\!flex{display:flex!important}.flex{display:flex}.hidden{display:none}.aspect-square{aspect-ratio:1 / 1}.h-\[500px\]{height:500px}.h-auto{height:auto}.h-full{height:100%}.min-h-\[500px\]{min-height:500px}.w-1\/2{width:50%}.w-fit{width:fit-content}.w-full{width:100%}.min-w-\[100px\]{min-width:100px}.min-w-\[250px\]{min-width:250px}.max-w-\[2000px\]{max-width:2000px}.max-w-\[500px\]{max-width:500px}.max-w-screen-xl{max-width:1280px}.flex-grow{flex-grow:1}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.gap-3{gap:.75rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.text-nowrap{text-wrap:nowrap}.rounded-md{border-radius:.375rem}.border-2{border-width:2px}.border-solid{border-style:solid}.border-amh-accent{--tw-border-opacity: 1;border-color:rgb(235 187 16 / var(--tw-border-opacity))}.object-cover{object-fit:cover}.\!p-0{padding:0!important}.p-3{padding:.75rem}.pt-\[42px\]{padding-top:42px}.text-center{text-align:center}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-amh-accent{--tw-text-opacity: 1;color:rgb(235 187 16 / var(--tw-text-opacity))}.text-amh-dark{--tw-text-opacity: 1;color:rgb(30 30 30 / var(--tw-text-opacity))}.text-amh-light-accent{--tw-text-opacity: 1;color:rgb(255 219 90 / var(--tw-text-opacity))}.underline{text-decoration-line:underline}.drop-shadow-2xl{--tw-drop-shadow: drop-shadow(0 25px 25px rgb(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)}body{margin:0;padding:0;font-family:Vollkorn SC,serif;font-weight:400;font-style:normal;max-width:100vw;height:100%;overflow-x:hidden}::-webkit-scrollbar{width:8px;height:0px}::-webkit-scrollbar-track{background:var(--dark-color)}::-webkit-scrollbar-thumb{background:#ffffff27;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff6e}:root{--accent-color: #ebbb10;--light-accent-color: #ffdb5a;--dark-color: #1e1e1e;--light-grey: #e7e7e7;--page-height: calc(100vh - 124px) ;--landing-page-bg: url("./media/landing_page_bg-6EYMSAPF.jpg");--sign-up-page-bg: url("./media/sign_up_page_bg-GBDKCDRA.jpg");--coming-soon-piano: url("./media/coming-soon-piano-ARUBEABN.jpg");--hamburger-menu-icon: url("./media/Hamburger_icon_white-CBTORC4H.svg")}.page-container{padding:54px 12px 12px;min-height:calc(100vh - 70px);overflow-x:hidden}@media (width <768px){.page-container{padding-right:20px}}.full-page-height{min-height:var(--page-height)}.line{width:100%;background-color:#1e1e1e57;height:1px}.line.white{background-color:#fff}@keyframes drop-in{0%{opacity:0%;transform:translateY(-30px)}75%{transform:translate(0)}to{opacity:100%}}@media (min-width: 500px){.sm\:gap-6{gap:1.5rem}.sm\:p-12{padding:3rem}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (min-width: 768px){.md\:ml-12{margin-left:3rem}.md\:block{display:block}.md\:hidden{display:none}.md\:w-min{width:min-content}.md\:flex-row{flex-direction:row}.md\:justify-end{justify-content:flex-end}.md\:gap-12{gap:3rem}.md\:gap-3{gap:.75rem}.md\:p-6{padding:1.5rem}.md\:pl-12{padding-left:3rem}.md\:pr-12{padding-right:3rem}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-6xl{font-size:3.75rem;line-height:1}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (min-width: 1024px){.lg\:flex-row{flex-direction:row}.lg\:text-2xl{font-size:1.5rem;line-height:2rem}.lg\:text-3xl{font-size:1.875rem;line-height:2.25rem}.lg\:text-4xl{font-size:2.25rem;line-height:2.5rem}.lg\:text-5xl{font-size:3rem;line-height:1}}@media (min-width: 1280px){.xl\:mt-3{margin-top:.75rem}.xl\:h-auto{height:auto}.xl\:flex-row{flex-direction:row}.xl\:justify-end{justify-content:flex-end}}
