@import url(https://fonts.googleapis.com/css2?family=Viga&Inter:wght@300;400;500;600;700&family=Playfair+Display:wght@400;600;700&family=Darker+Grotesque:wght@400;600;700&family=Roboto:wght@400;500;700&family=Poppins:wght@400;600;700&family=Manrope:wght@400;600;700&family=Montserrat:wght@400;600;700&family=Lato:wght@400;700&family=Nunito:wght@400;700&family=Raleway:wght@400;700&family=Open+Sans:wght@400;700&family=Source+Sans+Pro:wght@400;700&family=Merriweather:wght@400;700&family=Cinzel:wght@400;700&family=Urbanist:wght@400;700&family=Lexend:wght@400;700&family=Space+Grotesk:wght@400;700&family=Plus+Jakarta+Sans:wght@400;700&display=swap);
.IconButton__icon-button__yRJAL{display:inline-flex;align-items:center;justify-content:center;background:rgba(0,0,0,0);border:none;font-size:var(--font-size-xs);font-weight:var(--font-weight-bold);cursor:pointer;padding:8px;border-radius:8px;transition:all .2s ease}.IconButton__icon-button__yRJAL svg{color:var(--text1-color);transition:color .2s ease,transform .2s ease}.IconButton__icon-button__yRJAL>*{margin-right:6px}.IconButton__icon-button__yRJAL>*:last-child{margin-right:0}.IconButton__icon-button__yRJAL:hover{color:var(--primary-color-hover);background-color:rgba(var(--primary-color-rgb), 0.1)}.IconButton__icon-button__yRJAL:hover svg{color:var(--primary-color-hover);transform:scale(1.1)}.IconButton__icon-button__yRJAL:active{color:var(--primary-color-pressed);background-color:rgba(var(--primary-color-rgb), 0.2)}.IconButton__icon-button__yRJAL:active svg{color:var(--primary-color-pressed);transform:scale(0.95)}.IconButton__icon-button__yRJAL:focus{outline:none}.IconButton__icon-button__yRJAL:disabled{color:var(--disabled-icon-color);cursor:not-allowed;opacity:.6}.IconButton__icon-button__yRJAL:disabled svg{color:var(--disabled-icon-color)}.IconButton__icon-button__yRJAL:disabled:hover{background-color:rgba(0,0,0,0)}.IconButton__icon-button__yRJAL:disabled:hover svg{transform:none}.IconButton__icon-button__yRJAL input{opacity:0;width:0;overflow:hidden;position:absolute}.IconButton__icon-button__yRJAL input:focus{outline:none}.IconButton__icon-button__yRJAL input::-webkit-file-upload-button,.IconButton__icon-button__yRJAL input::file-selector-button{visibility:hidden}@media(max-width: 991px),(max-height: 599px){.IconButton__icon-button__yRJAL.IconButton__compact-sm__T7cFR{flex-direction:column;justify-content:center;padding:6px}.IconButton__icon-button__yRJAL.IconButton__compact-sm__T7cFR>*{margin-right:0;margin-bottom:4px}.IconButton__icon-button__yRJAL.IconButton__compact-sm__T7cFR>*:last-child{margin-bottom:0}}.keyboard-user .IconButton__icon-button__yRJAL:focus-visible{box-shadow:0 0 0 3px var(--outline-color)}@media(min-width: 992px)and (min-height: 600px){.IconButton__lg__CaPV3{font-size:var(--font-size-sm);padding:10px}.IconButton__lg__CaPV3 svg{height:24px;width:24px}}
.TextInput__outer-wrapper__uRuYD{display:flex;position:relative;height:40px;border:1px solid var(--input-border-color);border-radius:8px;color:var(--text1-color);overflow:hidden}.TextInput__outer-wrapper__uRuYD:focus-within{border-color:var(--input-outline-color);box-shadow:0 0 0 2px var(--input-outline-color)}.TextInput__input-wrapper__uv7jY{flex:1;height:100%}.TextInput__before-input__PyF6b,.TextInput__after-input__gJzy3{display:flex;height:40px;align-items:center}.TextInput__before-input__PyF6b .TextInput__button__QrvX4,.TextInput__after-input__gJzy3 .TextInput__button__QrvX4{height:100%;border-radius:0;min-width:auto;padding:0 16px;border-width:0;min-height:auto;border:none}.TextInput__before-input__PyF6b .TextInput__button__QrvX4:hover,.TextInput__after-input__gJzy3 .TextInput__button__QrvX4:hover{border:none}.keyboard-user .TextInput__before-input__PyF6b .TextInput__button__QrvX4:focus,.keyboard-user .TextInput__after-input__gJzy3 .TextInput__button__QrvX4:focus{border-width:0}.keyboard-user .TextInput__before-input__PyF6b .TextInput__button__QrvX4:focus:first-child,.keyboard-user .TextInput__after-input__gJzy3 .TextInput__button__QrvX4:focus:first-child{margin-right:1px;box-shadow:inset 0 0 0 3px var(--outline-color),-1px 0 0 2px var(--outline-color);border-top-left-radius:8px;border-bottom-left-radius:8px}.keyboard-user .TextInput__before-input__PyF6b .TextInput__button__QrvX4:focus:last-child,.keyboard-user .TextInput__after-input__gJzy3 .TextInput__button__QrvX4:focus:last-child{margin-left:1px;box-shadow:inset 0 0 0 3px var(--outline-color),1px 0 0 2px var(--outline-color);border-top-right-radius:8px;border-bottom-right-radius:8px}.TextInput__before-input__PyF6b .TextInput__icon-button__GFPbS,.TextInput__before-input__PyF6b>svg,.TextInput__after-input__gJzy3 .TextInput__icon-button__GFPbS,.TextInput__after-input__gJzy3>svg{padding:0;margin-left:8px}.TextInput__before-input__PyF6b .TextInput__icon-button__GFPbS:last-child,.TextInput__before-input__PyF6b>svg:last-child,.TextInput__after-input__gJzy3 .TextInput__icon-button__GFPbS:last-child,.TextInput__after-input__gJzy3>svg:last-child{margin-right:8px}.TextInput__before-input__PyF6b .TextInput__button__QrvX4{border-right-width:1px}.TextInput__after-input__gJzy3 .TextInput__button__QrvX4{border-left-width:1px}.TextInput__disabled__tE3wE{cursor:default;color:var(--disabled-text-color);background-color:var(--disabled-bg-color)}.TextInput__invalid__fgYQd{border-color:var(--error-color) !important}.TextInput__invalid__fgYQd:focus-within{box-shadow:0 0 0 2px var(--error-color)}.TextInput__text-input__HqvuV{height:100%;width:100%;border:none;background-color:rgba(0,0,0,0);padding-left:8px;line-height:calc(40px - 2px)}.TextInput__text-input__HqvuV:focus{box-shadow:none}.TextInput__text-input__HqvuV::placeholder{color:var(--text3-color)}.TextInput__invalid-icon__CszSQ{margin:0 8px;color:var(--error-color)}
.PWAButton__pwa-button__T0xPP{color:var(--primary-color)}
.MediaGrid__media-grid__CTSyf{display:grid;grid-template-columns:repeat(auto-fill, minmax(240px, 1fr));place-items:start;width:100%;padding:8px;align-content:flex-start;flex:1}@media(min-width: 992px){.MediaGrid__media-grid__CTSyf{grid-template-columns:repeat(auto-fill, minmax(320px, 1fr))}}.MediaGrid__media-grid__CTSyf>*{width:100%;padding:8px}.MediaGrid__sm__UglLx{grid-template-columns:repeat(auto-fill, minmax(120px, 1fr))}@media(min-width: 992px){.MediaGrid__sm__UglLx{grid-template-columns:repeat(auto-fill, minmax(160px, 1fr))}}.MediaGrid__center__sJRuA{justify-content:space-evenly}.MediaGrid__variable-width__IrH79{display:flex;justify-content:flex-start;flex-wrap:wrap}.MediaGrid__variable-width__IrH79>*{min-width:200px;min-height:200px;max-height:240px;max-width:320px;width:auto}
.MediaTiles__media-tile__E0HUl{display:flex;flex-direction:column;border:none;height:max-content;text-decoration:none;background:rgba(0,0,0,0)}.MediaTiles__thumbnail-container__MKVU6{position:relative;overflow:hidden;display:flex;background-color:var(--tile-bg-color);border-radius:12px}.MediaTiles__thumbnail-container__MKVU6 img,.MediaTiles__thumbnail-container__MKVU6 video,.MediaTiles__thumbnail-container__MKVU6 .MediaTiles__create-tile-content__M88Bh{border-radius:12px;width:100%;height:100%;object-fit:cover}.MediaTiles__thumbnail-container__MKVU6:hover{background-color:var(--tile-bg-color-hover)}.MediaTiles__thumbnail-container__MKVU6:active{background-color:var(--tile-bg-color-pressed)}.MediaTiles__tall__yGWZ7 .MediaTiles__thumbnail-container__MKVU6,.MediaTiles__wide__dHsYw .MediaTiles__thumbnail-container__MKVU6{height:0}.MediaTiles__tall__yGWZ7 .MediaTiles__thumbnail-container__MKVU6 img,.MediaTiles__tall__yGWZ7 .MediaTiles__thumbnail-container__MKVU6 video,.MediaTiles__tall__yGWZ7 .MediaTiles__thumbnail-container__MKVU6 .MediaTiles__create-tile-content__M88Bh,.MediaTiles__wide__dHsYw .MediaTiles__thumbnail-container__MKVU6 img,.MediaTiles__wide__dHsYw .MediaTiles__thumbnail-container__MKVU6 video,.MediaTiles__wide__dHsYw .MediaTiles__thumbnail-container__MKVU6 .MediaTiles__create-tile-content__M88Bh{position:absolute;top:0;left:0}.MediaTiles__wide__dHsYw .MediaTiles__thumbnail-container__MKVU6{padding-top:56.25%}.MediaTiles__tall__yGWZ7 .MediaTiles__thumbnail-container__MKVU6{padding-top:177.78%}.MediaTiles__thumbnail-link__gdkAW{display:flex;width:100%}.MediaTiles__tile-actions__7omsl{position:absolute;top:8px;right:8px;display:flex;flex-direction:column}.MediaTiles__tile-actions__7omsl>*{margin-bottom:4px}.MediaTiles__tile-actions__7omsl>:last-child{margin-bottom:0}.MediaTiles__tile-action__Ja6k2,.MediaTiles__member-count__vcGmo{background:var(--tile-button-bg-color);color:var(--tile-button-text-color);height:30px;border-radius:30px;padding:0 10px;display:flex;justify-content:center;align-items:center;border:1px solid var(--tile-button-border-color)}.MediaTiles__tile-action__Ja6k2 svg,.MediaTiles__member-count__vcGmo svg{color:var(--tile-button-text-color)}.MediaTiles__tile-action__Ja6k2:hover{background-color:var(--tile-button-bg-color-hover);color:#fff}.MediaTiles__tile-action__Ja6k2:active{background-color:var(--tile-button-bg-color-pressed)}.MediaTiles__member-count__vcGmo{position:absolute;right:8px;bottom:8px}.MediaTiles__member-count__vcGmo svg{margin-right:4px}.MediaTiles__favorite-icon__D2eKH{position:absolute;top:8px;left:8px;color:var(--favorite-color)}.MediaTiles__info__A_JN6{margin-top:8px;color:var(--text1-color)}.MediaTiles__info__A_JN6>*{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin:0;display:block;padding-bottom:4px}.MediaTiles__description____teU{display:flex;justify-content:space-between}.MediaTiles__description____teU>*{display:flex;margin-right:4px}.MediaTiles__description____teU>:last-child{margin-right:0}.MediaTiles__description____teU svg{width:12px;height:12px}.MediaTiles__description____teU a svg{color:var(--link-color)}.MediaTiles__description____teU a svg:hover{color:var(--link-color-hover)}.MediaTiles__description____teU a svg:active{color:var(--link-color-pressed)}.MediaTiles__create-tile__wPgMb{height:100%}.MediaTiles__create-tile-content__M88Bh{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--tile-text-color);font-weight:700;border-radius:12px;flex:1}.MediaTiles__create-tile-content__M88Bh p{font-size:12px}.MediaTiles__create-tile-content__M88Bh svg{margin-bottom:16px;color:var(--tile-text-color)}
.SocialBar__social-bar-container__f2AtQ{display:none}@media(min-width: 992px){.SocialBar__social-bar-container__f2AtQ{display:flex;justify-content:space-around;width:169px;align-items:center;margin-bottom:2em !important}}.SocialBar__mobile-social-bar__zBCU5{display:flex;padding-top:2rem;padding-bottom:2rem;width:250px;justify-content:space-between;align-items:center}@media(min-width: 992px){.SocialBar__mobile-social-bar__zBCU5{display:none}}
.Container__container__wjKkZ{display:flex;margin:auto;max-width:100%}@media(min-width: 576px){.Container__container__wjKkZ{max-width:540px}}@media(min-width: 768px){.Container__container__wjKkZ{max-width:720px}}@media(min-width: 992px){.Container__container__wjKkZ{max-width:960px}}@media(min-width: 1200px){.Container__container__wjKkZ{max-width:1140px}}@media(min-width: 1600px){.Container__container__wjKkZ{max-width:1140px}}
.SignInButton__sign-in-button__wkehl{display:none}@media(min-width: 992px){.SignInButton__sign-in-button__wkehl{display:flex}}.SignInButton__mobile-sign-in__iBsWv{display:flex}@media(min-width: 992px){.SignInButton__mobile-sign-in__iBsWv{display:none}}
.Button__button__SO7tb{height:48px;min-height:48px;width:min-content;min-width:156px;font-weight:var(--font-weight-bold);font-size:var(--font-size-sm);border-radius:12px;border:none;transition:all .3s ease;white-space:nowrap;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;position:relative;overflow:hidden}.Button__button__SO7tb::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);transform:translateX(-100%);transition:transform .6s ease}.Button__button__SO7tb:hover::before{transform:translateX(100%)}.Button__button__SO7tb svg{flex-shrink:0;margin-right:8px}.Button__basic__dX1eF{color:var(--text2-color);background-color:var(--basic-color);box-shadow:inset 0 0 0 2px var(--basic-border-color)}.Button__basic__dX1eF svg{color:var(--text2-color)}.Button__basic__dX1eF:hover{color:var(--text2-color-hover);background-color:var(--basic-color-hover);box-shadow:inset 0 0 0 2px var(--basic-border-color),0 4px 8px rgba(0,0,0,.1)}.Button__basic__dX1eF:active{color:var(--text2-color-pressed);background-color:var(--basic-color-pressed);box-shadow:inset 0 0 0 2px var(--basic-border-color),0 2px 4px rgba(0,0,0,.1)}.Button__transparent__Xwl1d{color:var(--text2-color);background-color:var(--background1-color);box-shadow:inset 0 0 0 2px var(--background1-color)}.Button__transparent__Xwl1d:hover{background-color:var(--basic-color-hover)}.Button__transparent__Xwl1d:active{background-color:var(--basic-color-pressed)}.Button__primary__V_Unf{color:var(--text5-color);background:linear-gradient(45deg, var(--primary-color), var(--accent4-color));box-shadow:0 4px 12px rgba(0,0,0,.2)}.Button__primary__V_Unf svg{color:var(--text5-color)}.Button__primary__V_Unf:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.3)}.Button__primary__V_Unf:active{transform:translateY(0);box-shadow:0 2px 8px rgba(0,0,0,.2)}.Button__accept__Vxz39,.Button__cancel__fMd88,.Button__accent1__YxQTQ,.Button__accent2__csjI4,.Button__accent3__lDoUQ,.Button__accent4__rpZEP,.Button__accent5__CtJzN,.Button__accent6__f31oh{color:var(--text5-color);background:linear-gradient(45deg, var(--accent1-color), var(--accent2-color));box-shadow:0 4px 12px rgba(0,0,0,.2)}.Button__accept__Vxz39 svg,.Button__cancel__fMd88 svg,.Button__accent1__YxQTQ svg,.Button__accent2__csjI4 svg,.Button__accent3__lDoUQ svg,.Button__accent4__rpZEP svg,.Button__accent5__CtJzN svg,.Button__accent6__f31oh svg{color:var(--text5-color)}.Button__accept__Vxz39:hover,.Button__cancel__fMd88:hover,.Button__accent1__YxQTQ:hover,.Button__accent2__csjI4:hover,.Button__accent3__lDoUQ:hover,.Button__accent4__rpZEP:hover,.Button__accent5__CtJzN:hover,.Button__accent6__f31oh:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.3)}.Button__accept__Vxz39:active,.Button__cancel__fMd88:active,.Button__accent1__YxQTQ:active,.Button__accent2__csjI4:active,.Button__accent3__lDoUQ:active,.Button__accent4__rpZEP:active,.Button__accent5__CtJzN:active,.Button__accent6__f31oh:active{transform:translateY(0);box-shadow:0 2px 8px rgba(0,0,0,.2)}.Button__button__SO7tb:disabled{cursor:not-allowed;color:var(--disabled-text-color);background:var(--disabled-bg-color);box-shadow:none;opacity:.7}.Button__button__SO7tb:disabled:hover{transform:none;box-shadow:none}.keyboard-user .Button__button__SO7tb:focus{outline:none;box-shadow:0 0 0 3px var(--primary-color)}.Button__sm__SbzRJ{height:32px;min-height:32px;min-width:100px;padding:0 16px;font-size:var(--font-size-xs);border-radius:8px}.Button__lg__W7ykj,.Button__xl__ppsaD{border-radius:32px;padding:0 48px;font-size:var(--font-size-md)}.Button__lg__W7ykj{height:48px}.Button__xl__ppsaD{height:64px}.Button__thin__QLHYO{min-height:41px;height:41px}.Button__thin__QLHYO:hover{color:var(--text5-color-hover)}.Button__thick__RwZJD{height:53px}.Button__signin__dunbY{background-color:rgba(0,0,0,0);color:var(--primary-color);box-shadow:inset 0 0 0 2px var(--primary-color);border-radius:13px}.Button__signin__dunbY:hover{background-color:var(--primary-color);color:var(--text5-color)}.Button__landing__zi2zl{background-color:var(--primary-color);color:var(--text5-color);border-radius:13px}.Button__landing__zi2zl:hover{background-color:var(--primary-color-hover)}.Button__landing__zi2zl:active{background-color:var(--primary-color-pressed)}.Button__text__V4_gH{border:none;background-color:var(--transparent);color:var(--primary-color);padding:0px;box-sizing:border-box}.Button__text__V4_gH:hover{text-decoration:underline}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:rgba(0,0,0,0)}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[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:  ;
}/*
! tailwindcss v3.4.18 | 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 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: var(--font-family-default), Inter, Roboto, sans-serif; /* 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: var(--font-family-monospace), JetBrains Mono, 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::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%;
}@media (min-width: 576px){.container{
    max-width: 576px;
  }
}@media (min-width: 600px){.container{
    max-width: 600px;
  }
}@media (min-width: 768px){.container{
    max-width: 768px;
  }
}@media (min-width: 992px){.container{
    max-width: 992px;
  }
}@media (min-width: 1200px){.container{
    max-width: 1200px;
  }
}@media (min-width: 1600px){.container{
    max-width: 1600px;
  }
}.pointer-events-none{
  pointer-events: none;
}.\!visible{
  visibility: visible !important;
}.visible{
  visibility: visible;
}.invisible{
  visibility: hidden;
}.collapse{
  visibility: collapse;
}.static{
  position: static;
}.fixed{
  position: fixed;
}.absolute{
  position: absolute;
}.relative{
  position: relative;
}.sticky{
  position: sticky;
}.inset-0{
  inset: 0px;
}.-bottom-3{
  bottom: -0.75rem;
}.left-0{
  left: 0px;
}.left-1\/2{
  left: 50%;
}.top-0{
  top: 0px;
}.isolate{
  isolation: isolate;
}.z-10{
  z-index: 10;
}.z-50{
  z-index: 50;
}.mx-auto{
  margin-left: auto;
  margin-right: auto;
}.mb-12{
  margin-bottom: 3rem;
}.block{
  display: block;
}.inline{
  display: inline;
}.flex{
  display: flex;
}.table{
  display: table;
}.grid{
  display: grid;
}.contents{
  display: contents;
}.hidden{
  display: none;
}.h-1\/2{
  height: 50%;
}.h-10{
  height: 2.5rem;
}.h-16{
  height: 4rem;
}.h-2{
  height: 0.5rem;
}.h-2\/3{
  height: 66.666667%;
}.h-auto{
  height: auto;
}.min-h-screen{
  min-height: 100vh;
}.w-10{
  width: 2.5rem;
}.w-16{
  width: 4rem;
}.w-2{
  width: 0.5rem;
}.w-3\/4{
  width: 75%;
}.w-fit{
  width: fit-content;
}.w-full{
  width: 100%;
}.max-w-7xl{
  max-width: 80rem;
}.max-w-md{
  max-width: 28rem;
}.shrink{
  flex-shrink: 1;
}.grow{
  flex-grow: 1;
}.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.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));
}@keyframes pulse{50%{
    opacity: .5;
  }
}.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}.resize{
  resize: both;
}.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}.flex-col{
  flex-direction: column;
}.items-start{
  align-items: flex-start;
}.items-center{
  align-items: center;
}.justify-center{
  justify-content: center;
}.justify-between{
  justify-content: space-between;
}.gap-12{
  gap: 3rem;
}.gap-2{
  gap: 0.5rem;
}.gap-3{
  gap: 0.75rem;
}.gap-4{
  gap: 1rem;
}.gap-8{
  gap: 2rem;
}.overflow-hidden{
  overflow: hidden;
}.text-balance{
  text-wrap: balance;
}.rounded-2xl{
  border-radius: 1rem;
}.rounded-full{
  border-radius: 9999px;
}.rounded-lg{
  border-radius: 0.5rem;
}.border{
  border-width: 1px;
}.border-b{
  border-bottom-width: 1px;
}.bg-accent{
  background-color: var(--color-accent);
}.bg-background{
  background-color: var(--background1-color);
}.bg-background1{
  background-color: var(--background1-color);
}.object-cover{
  object-fit: cover;
}.p-8{
  padding: 2rem;
}.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}.pt-4{
  padding-top: 1rem;
}.text-center{
  text-align: center;
}.font-playfair{
  font-family: Playfair Display, serif;
}.font-plusjakarta{
  font-family: Plus Jakarta Sans, sans-serif;
}.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}.text-5xl{
  font-size: 3rem;
  line-height: 1;
}.text-\[17px\]{
  font-size: 17px;
}.text-lg{
  font-size: var(--font-size-lg, 20px);
}.text-sm{
  font-size: var(--font-size-sm, 12px);
}.font-bold{
  font-weight: var(--font-weight-bold, 700);
}.font-medium{
  font-weight: var(--font-weight-medium, 500);
}.font-semibold{
  font-weight: 600;
}.uppercase{
  text-transform: uppercase;
}.capitalize{
  text-transform: capitalize;
}.leading-relaxed{
  line-height: 1.625;
}.leading-tight{
  line-height: 1.25;
}.tracking-wider{
  letter-spacing: 0.05em;
}.text-accent-foreground{
  color: var(--color-accent-foreground);
}.text-text1{
  color: var(--text1-color);
}.opacity-0{
  opacity: 0;
}.opacity-40{
  opacity: 0.4;
}.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-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);
}.shadow-\[0_0_0_2px_var\(--border1-color\)\2c 0_6px_18px_rgba\(0\2c 0\2c 0\2c 0\.25\)\]{
  --tw-shadow: 0 0 0 2px var(--border1-color),0 6px 18px rgba(0,0,0,0.25);
  --tw-shadow-colored: 0 0 0 2px var(--tw-shadow-color), 0 6px 18px 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-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 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{
  outline-style: solid;
}.ring{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.blur{
  --tw-blur: blur(8px);
  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);
}.blur-2xl{
  --tw-blur: blur(40px);
  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-\[0_1px_1px_rgba\(0\2c 0\2c 0\2c 0\.25\)\]{
  --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.25));
  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);
}.invert{
  --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);
}.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);
}.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.duration-300{
  transition-duration: 300ms;
}.duration-500{
  transition-duration: 500ms;
}.ease-\[cubic-bezier\(0\.16\2c 1\2c 0\.3\2c 1\)\]{
  transition-timing-function: cubic-bezier(0.16,1,0.3,1);
}:root{--font-family-default: "Viga", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--font-family-monospace: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;--text1-color: #000000;--text1-color-hover: #404040;--text1-color-pressed: #7a7a7a;--text2-color: #868686;--text2-color-hover: #949494;--text2-color-pressed: #7a7a7a;--text3-color: #bbbbbb;--text3-color-hover: #c7c7c7;--text3-color-pressed: #adadad;--text4-color: #868686;--text4-color-hover: var(--text4-color);--text4-color-pressed: var(--text4-color);--text5-color: #ffffff;--text5-color-hover: var(--text5-color);--text5-color-pressed: var(--text5-color);--text-inverted-color: #ffffff;--link-color: #007ab8;--link-color-hover: #008bd1;--link-color-pressed: #00699e;--accept-color: #7ed320;--accept-border-color: #7ed320;--accept-color-hover: #8cdf2f;--accept-color-pressed: #72be1d;--cancel-color: #f5325c;--cancel-color-hover: #f64b70;--cancel-color-pressed: #f41a49;--accent1-color: #f5325c;--accent1-border-color: var(--accent1-color);--accent1-color-hover: #f64b70;--accent1-color-pressed: #f41a49;--accent2-color: #ff8500;--accent2-border-color: var(--accent2-color);--accent2-color-hover: #ff911a;--accent2-color-pressed: #e67800;--accent3-color: #7ed320;--accent3-border-color: var(--accent3-color);--accent3-color-hover: #8cdf2f;--accent3-color-pressed: #72be1d;--accent4-color: #007ab8;--accent4-border-color: var(--accent4-color);--accent4-color-hover: #008bd1;--accent4-color-pressed: #00699e;--accent5-color: #7854f6;--accent5-border-color: var(--accent5-color);--accent5-color-hover: #8c6ef7;--accent5-color-pressed: #663df5;--accent6-color: #000000;--accent6-color-hover: #404040;--accent6-color-pressed: #7a7a7a;--primary-color: #007ab8;--primary-color-hover: #008bd1;--primary-color-pressed: #00699e;--secondary-color: #e7e7e7;--background1-color: #ffffff;--background2-color: #f9f9f9;--background3-color: #e7e7e7;--background4-color: #bbbbbb;--loading-screen-background: radial-gradient(50% 50% at 50% 50%, #ffffff 0%, #eeeeee 100%);--border1-color: #e7e7e7;--border2-color: #bbbbbb;--outline-color: #000000;--shadow-color: rgba(0, 0, 0, 0.2);--basic-color: #ffffff;--basic-color-hover: #e7e7e7;--basic-color-pressed: #dbdbdb;--basic-border-color: var(--border1-color);--disabled-text-color: var(--text4-color);--disabled-bg-color: var(--background3-color);--disabled-icon-color: var(--background4-color);--radio-border-color: var(--border1-color);--radio-bg-color: var(--basic-color);--radio-bg-color-hover: var(--basic-color-hover);--radio-bg-color-pressed: var(--basic-color-pressed);--toggle-button-color: var(--background4-color);--input-bg-color: var(--background1-color);--input-icon-color: var(--text2-color);--input-border-color: #868686;--input-border-color-hover: var(--primary-color-hover);--input-outline-color: var(--primary-color);--button-text-color: var(--text1-color);--button-border-color: var(--border1-color);--button-bg-color: var(--basic-color);--button-bg-color-hover: var(--basic-color-hover);--button-bg-color-pressed: var(--basic-color-pressed);--active-text-color: var(--text5-color);--active-color: var(--primary-color);--active-color-hover: var(--primary-color-hover);--active-color-pressed: var(--primary-color-pressed);--chat-bubble-bg-color-sent: var(--accent4-color);--chat-bubble-text-color-sent: var(--text5-color);--chat-bubble-link-color-sent-hover: var(--basic-color-hover);--chat-bubble-link-color-sent-pressed: var(--basic-color-pressed);--chat-bubble-bg-color-received: var(--background3-color);--favorite-color: #ffc000;--error-color: var(--cancel-color);--overlay-bg-color: rgba(0, 0, 0, 0.5);--overlay-text-color: #ffffff;--overlay-border-color: #bbbbbb;--toolbar-icon-color: var(--text5-color);--toolbar-icon-selected-bg: var(--transparent);--toolbar-basic-icon-color: var(--text1-color);--toolbar-basic-selected-icon-color: var(--text1-color);--toolbar-basic-color: var(--secondary-color);--toolbar-basic-color-hover: var(--secondary-color-hover);--toolbar-basic-color-pressed: var(--secondary-color-pressed);--toolbar-basic-border-color: var(--basic-border-color);--tile-text-color: var(--text2-color);--tile-bg-color: var(--secondary-color);--tile-bg-color-hover: var(--secondary-color-hover);--tile-bg-color-pressed: var(--secondary-color-pressed);--tile-button-text-color: var(--text1-color);--tile-button-bg-color: var(--basic-color);--tile-button-bg-color-hover: var(--basic-color-hover);--tile-button-bg-color-pressed: var(--basic-color-pressed);--tile-button-border-color: var(--basic-border-color)}html{height:100%;overflow:hidden}body{height:100%;overflow:auto;overscroll-behavior-y:none;color:var(--text1-color)}body[data-theme=light],:root{--color-interaction-primary: #1700c7;--color-interaction-primary-hover: #170696;--color-interaction-primary-active: #170696;--color-interaction-primary-disabled: rgba(176, 176, 176, 0.5);--color-interaction-primary-alt: #ffffff;--color-interaction-primary-alt-hover: #e8effd;--color-interaction-primary-alt-active: #cbd8f0;--color-interaction-primary-alt-disabled: #e7e7e7;--color-interaction-secondary: #ffffff;--color-interaction-secondary-hover: #d3d3d3;--color-interaction-secondary-active: #d3d3d3;--color-interaction-secondary-disabled: rgba(176, 176, 176, 0.5);--color-interaction-secondary-alt: #ffffff;--color-interaction-secondary-alt-hover: #e8e8e8;--color-interaction-secondary-alt-active: #e8e8e8;--color-interaction-secondary-alt-disabled: #e7e7e7;--color-semantic-info: #262626;--color-semantic-info-hover: #616161;--color-semantic-info-active: #616161;--color-semantic-disabled: #6f6f6fcc;--color-semantic-success: #009465;--color-semantic-success-hover: #188651;--color-semantic-success-active: #188651;--color-semantic-success-disabled: #6f6f6fcc;--color-semantic-warning: #f9ab15;--color-semantic-warning-hover: #d08a03;--color-semantic-warning-active: #d08a03;--color-semantic-warning-disabled: #6f6f6fcc;--color-semantic-critical: #e90738;--color-semantic-critical-hover: #d1003b;--color-semantic-critical-active: #d1003b;--color-semantic-critical-disabled: #6f6f6fcc;--color-semantic-critical-bg-alt: #f9e1e5;--color-semantic-neutral: #262626;--color-semantic-neutral-hover: #616161;--color-semantic-neutral-active: #616161;--color-semantic-neutral-inactive: #6f6f6fcc;--color-text-main: #000000;--color-text-subtle: #757575;--color-text-reverse: #ffffff;--color-text-reverse-subtle: #e7e7e7;--color-text-disabled: #b0b0b0;--color-text-info: #000000;--color-text-success: #000000;--color-text-warning: #000000;--color-text-critical: #000000;--color-border-1: #e6e6e6;--color-border-2: #cacaca;--color-border-3: rgba(202, 202, 202, 0.2);--color-neutral-0: #ffffff;--color-neutral-0-reverse: #000000;--color-neutral-1: #f5f5f5;--color-neutral-2: #ededed;--color-neutral-3: #e7e7e7;--color-status-ready: #7ed320;--color-status-offline: #ada7a8;--color-status-busy: #f19b53;--color-background-overlay: rgba(23, 10, 122, 0.4);--color-background-subtle-callout: #e8effd;--color-background-modal-overlay: rgba(0, 0, 0, 0.3);--color-background-critical: #f9e1e5;--color-background-neutral-0: #ffffff;--color-interactions-menu: #000000;--color-interactions-menu-hover: #2f2f2f;--color-interactions-menu-inactive: #757575;--color-brand-cool: linear-gradient(90deg, #6ae1d9 0%, #9898ff 100%)}body[data-theme=dark]{--color-interaction-primary: #5282ff;--color-interaction-primary-hover: #7092e4;--color-interaction-primary-active: #7092e4;--color-interaction-primary-disabled: rgba(176, 176, 176, 0.5);--color-interaction-primary-alt: #ffffff;--color-interaction-primary-alt-hover: #e8effd;--color-interaction-primary-alt-active: #cbd8f0;--color-interaction-primary-alt-disabled: #e7e7e7;--color-interaction-secondary: #696e79;--color-interaction-secondary-hover: #515764;--color-interaction-secondary-active: #515764;--color-interaction-secondary-disabled: rgba(176, 176, 176, 0.5);--color-interaction-secondary-alt: #ffffff;--color-interaction-secondary-alt-hover: #e8e8e8;--color-interaction-secondary-alt-active: #d9d9d9;--color-interaction-secondary-alt-disabled: #e7e7e7;--color-semantic-info: #0073bd;--color-semantic-info-hover: #0061a1;--color-semantic-info-active: #004e84;--color-semantic-disabled: #6f6f6f;--color-semantic-success: #0c884c;--color-semantic-success-hover: #08743f;--color-semantic-success-active: #045f33;--color-semantic-success-disabled: #767676;--color-semantic-warning: #a86500;--color-semantic-warning-hover: #915200;--color-semantic-warning-active: #783f00;--color-semantic-warning-disabled: #747474;--color-semantic-critical: #d32947;--color-semantic-critical-hover: #de3a57;--color-semantic-critical-active: #e84d68;--color-semantic-critical-disabled: #6e6e6e;--color-semantic-critical-bg-alt: #f9e1e5;--color-semantic-neutral: #222222;--color-semantic-neutral-hover: #3a3a3a;--color-semantic-neutral-active: #535353;--color-semantic-neutral-disabled: #6e6e6e;--color-text-main: #cdcdcd;--color-text-subtle: #767676;--color-text-reverse: #000000;--color-text-reverse-subtle: #212121;--color-text-disabled: #4a4a4a;--color-text-info: #cdcdcd;--color-text-success: #cdcdcd;--color-text-warning: #cdcdcd;--color-text-critical: #cdcdcd;--color-border-1: #2d2d2d;--color-border-2: #1a1a1a;--color-neutral-0: #1a1a1a;--color-neutral-0-reverse: #ffffff;--color-neutral-1: #262626;--color-neutral-2: #2e2e2e;--color-neutral-3: #363636;--color-status-ready: #7ed320;--color-status-offline: #ada7a8;--color-status-busy: #f19b53;--color-background-overlay: rgba(23, 10, 122, 0.4);--color-background-overlay-2: rgba(23, 10, 122, 0.6);--color-background-subtle-callout: #e8effd;--color-background-modal-overlay: rgba(0, 0, 0, 0.3);--color-background-critical: #f9e1e5;--color-background-neutral-0: #ffffff;--color-interactions-menu: #ffffff;--color-interactions-menu-hover: #2f2f2f;--color-interactions-menu-inactive: #757575;--color-brand-cool: linear-gradient(90deg, #6ae1d9 0%, #9898ff 100%)}html{box-sizing:border-box;line-height:1}*,*:before,*:after{box-sizing:inherit}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}ol,ul{list-style:none;margin:0;padding:0}html{font-family:var(--font-family-default)}textarea{resize:vertical}button,[role=button]{cursor:pointer;-webkit-user-select:none;user-select:none}table{border-collapse:collapse}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:700}a{color:inherit;text-decoration:inherit}button,input,optgroup,select,textarea{padding:0;line-height:inherit;color:inherit}pre,code,kbd,samp{font-family:var(--font-family-monospace)}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img:-moz-broken{opacity:0}img,video{max-width:100%;height:auto}label{font-size:12px;font-weight:700}body :focus,[type=button]:focus{outline:none}.keyboard-user :focus{box-shadow:0 0 0 3px var(--outline-color)}button svg{pointer-events:none}body::before{content:"sm";display:none}@media(min-width: 768px)and (min-height: 600px){body::before{content:"md"}}@media(min-width: 992px)and (min-height: 600px){body::before{content:"lg"}}@media(min-width: 1200px)and (min-height: 600px){body::before{content:"xl"}}@media(min-width: 1600px)and (min-height: 600px){body::before{content:"xxl"}}h5{font-size:12px}label,small,strong{font-size:10px;font-weight:700}small{color:var(--text2-color)}p,small,strong{line-height:1.25}a{color:var(--link-color)}a:hover{color:var(--link-color-hover)}a:active{color:var(--link-color-pressed)}hr{position:relative;width:90%;border:none;border-bottom:1px solid var(--border2-color);margin:16px 0}hr:after{background:var(--background1-color);content:attr(data-or-text);padding:0 4px;position:relative;color:var(--text1-color);font-size:12px;font-weight:700;position:absolute;transform:translateY(-50%) translateX(-50%)}input::placeholder{color:var(--text2-color)}summary{cursor:pointer}.hmc-logo{color:var(--text1-color)}.hover\:bg-background2:hover{
  background-color: var(--background2-color);
}.hover\:shadow-\[0_0_0_2px_var\(--border2-color\)\2c 0_10px_28px_rgba\(0\2c 0\2c 0\2c 0\.35\)\]:hover{
  --tw-shadow: 0 0 0 2px var(--border2-color),0 10px 28px rgba(0,0,0,0.35);
  --tw-shadow-colored: 0 0 0 2px var(--tw-shadow-color), 0 10px 28px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.focus-visible\:outline-none:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
}.focus-visible\:ring-2:focus-visible{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.focus-visible\:ring-border1:focus-visible{
  --tw-ring-color: var(--border1-color);
}.active\:shadow-\[inset_0_3px_10px_rgba\(0\2c 0\2c 0\2c 0\.4\)\]:active{
  --tw-shadow: inset 0 3px 10px rgba(0,0,0,0.4);
  --tw-shadow-colored: inset 0 3px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.group:hover .group-hover\:opacity-100{
  opacity: 1;
}@media (min-width: 576px){.sm\:flex{
    display: flex;
  }.sm\:flex-row{
    flex-direction: row;
  }
}@media (min-width: 768px){.md\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }.md\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }.md\:text-xl{
    font-size: var(--font-size-xl, 24px);
  }
}@media (min-width: 992px){.lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.lg\:gap-16{
    gap: 4rem;
  }.lg\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }
}

/*# sourceMappingURL=index-73cc0a56216d76eb5391.css.map*/