.rdp-root{--rdp-accent-color: blue;--rdp-accent-background-color: #f0f0ff;--rdp-day-height: 44px;--rdp-day-width: 44px;--rdp-day_button-border-radius: 100%;--rdp-day_button-border: 2px solid transparent;--rdp-day_button-height: 42px;--rdp-day_button-width: 42px;--rdp-selected-border: 2px solid var(--rdp-accent-color);--rdp-disabled-opacity: .5;--rdp-outside-opacity: .75;--rdp-today-color: var(--rdp-accent-color);--rdp-dropdown-gap: .5rem;--rdp-months-gap: 2rem;--rdp-nav_button-disabled-opacity: .5;--rdp-nav_button-height: 2.25rem;--rdp-nav_button-width: 2.25rem;--rdp-nav-height: 2.75rem;--rdp-range_middle-background-color: var(--rdp-accent-background-color);--rdp-range_middle-color: inherit;--rdp-range_start-color: white;--rdp-range_start-background: linear-gradient( var(--rdp-gradient-direction), transparent 50%, var(--rdp-range_middle-background-color) 50% );--rdp-range_start-date-background-color: var(--rdp-accent-color);--rdp-range_end-background: linear-gradient( var(--rdp-gradient-direction), var(--rdp-range_middle-background-color) 50%, transparent 50% );--rdp-range_end-color: white;--rdp-range_end-date-background-color: var(--rdp-accent-color);--rdp-week_number-border-radius: 100%;--rdp-week_number-border: 2px solid transparent;--rdp-week_number-height: var(--rdp-day-height);--rdp-week_number-opacity: .75;--rdp-week_number-width: var(--rdp-day-width);--rdp-weeknumber-text-align: center;--rdp-weekday-opacity: .75;--rdp-weekday-padding: .5rem 0rem;--rdp-weekday-text-align: center;--rdp-gradient-direction: 90deg;--rdp-animation_duration: .3s;--rdp-animation_timing: cubic-bezier(.4, 0, .2, 1)}.rdp-root[dir=rtl]{--rdp-gradient-direction: -90deg}.rdp-root[data-broadcast-calendar=true]{--rdp-outside-opacity: unset}.rdp-root{position:relative;box-sizing:border-box}.rdp-root *{box-sizing:border-box}.rdp-day{width:var(--rdp-day-width);height:var(--rdp-day-height);text-align:center}.rdp-day_button{background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;justify-content:center;align-items:center;display:flex;width:var(--rdp-day_button-width);height:var(--rdp-day_button-height);border:var(--rdp-day_button-border);border-radius:var(--rdp-day_button-border-radius)}.rdp-day_button:disabled{cursor:revert}.rdp-caption_label{z-index:1;position:relative;display:inline-flex;align-items:center;white-space:nowrap;border:0}.rdp-dropdown:focus-visible~.rdp-caption_label{outline:5px auto Highlight;outline:5px auto -webkit-focus-ring-color}.rdp-button_next,.rdp-button_previous{border:none;background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;-moz-appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;position:relative;appearance:none;width:var(--rdp-nav_button-width);height:var(--rdp-nav_button-height)}.rdp-button_next:disabled,.rdp-button_next[aria-disabled=true],.rdp-button_previous:disabled,.rdp-button_previous[aria-disabled=true]{cursor:revert;opacity:var(--rdp-nav_button-disabled-opacity)}.rdp-chevron{display:inline-block;fill:var(--rdp-accent-color)}.rdp-root[dir=rtl] .rdp-nav .rdp-chevron{transform:rotate(180deg);transform-origin:50%}.rdp-dropdowns{position:relative;display:inline-flex;align-items:center;gap:var(--rdp-dropdown-gap)}.rdp-dropdown{z-index:2;opacity:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;inset-block-start:0;inset-block-end:0;inset-inline-start:0;width:100%;margin:0;padding:0;cursor:inherit;border:none;line-height:inherit}.rdp-dropdown_root{position:relative;display:inline-flex;align-items:center}.rdp-dropdown_root[data-disabled=true] .rdp-chevron{opacity:var(--rdp-disabled-opacity)}.rdp-month_caption{display:flex;align-content:center;height:var(--rdp-nav-height);font-weight:700;font-size:large}.rdp-root[data-nav-layout=around] .rdp-month,.rdp-root[data-nav-layout=after] .rdp-month{position:relative}.rdp-root[data-nav-layout=around] .rdp-month_caption{justify-content:center;margin-inline-start:var(--rdp-nav_button-width);margin-inline-end:var(--rdp-nav_button-width);position:relative}.rdp-root[data-nav-layout=around] .rdp-button_previous{position:absolute;inset-inline-start:0;top:0;height:var(--rdp-nav-height);display:inline-flex}.rdp-root[data-nav-layout=around] .rdp-button_next{position:absolute;inset-inline-end:0;top:0;height:var(--rdp-nav-height);display:inline-flex;justify-content:center}.rdp-months{position:relative;display:flex;flex-wrap:wrap;gap:var(--rdp-months-gap);max-width:-moz-fit-content;max-width:fit-content}.rdp-month_grid{border-collapse:collapse}.rdp-nav{position:absolute;inset-block-start:0;inset-inline-end:0;display:flex;align-items:center;height:var(--rdp-nav-height)}.rdp-weekday{opacity:var(--rdp-weekday-opacity);padding:var(--rdp-weekday-padding);font-weight:500;font-size:smaller;text-align:var(--rdp-weekday-text-align);text-transform:var(--rdp-weekday-text-transform)}.rdp-week_number{opacity:var(--rdp-week_number-opacity);font-weight:400;font-size:small;height:var(--rdp-week_number-height);width:var(--rdp-week_number-width);border:var(--rdp-week_number-border);border-radius:var(--rdp-week_number-border-radius);text-align:var(--rdp-weeknumber-text-align)}.rdp-today:not(.rdp-outside){color:var(--rdp-today-color)}.rdp-selected{font-weight:700;font-size:large}.rdp-selected .rdp-day_button{border:var(--rdp-selected-border)}.rdp-outside{opacity:var(--rdp-outside-opacity)}.rdp-disabled{opacity:var(--rdp-disabled-opacity)}.rdp-hidden{visibility:hidden;color:var(--rdp-range_start-color)}.rdp-range_start{background:var(--rdp-range_start-background)}.rdp-range_start .rdp-day_button{background-color:var(--rdp-range_start-date-background-color);color:var(--rdp-range_start-color)}.rdp-range_middle{background-color:var(--rdp-range_middle-background-color)}.rdp-range_middle .rdp-day_button{border:unset;border-radius:unset;color:var(--rdp-range_middle-color)}.rdp-range_end{background:var(--rdp-range_end-background);color:var(--rdp-range_end-color)}.rdp-range_end .rdp-day_button{color:var(--rdp-range_start-color);background-color:var(--rdp-range_end-date-background-color)}.rdp-range_start.rdp-range_end{background:revert}.rdp-focusable{cursor:pointer}@keyframes rdp-slide_in_left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes rdp-slide_in_right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes rdp-slide_out_left{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes rdp-slide_out_right{0%{transform:translate(0)}to{transform:translate(100%)}}.rdp-weeks_before_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_before_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}@keyframes rdp-fade_in{0%{opacity:0}to{opacity:1}}@keyframes rdp-fade_out{0%{opacity:1}to{opacity:0}}.rdp-caption_after_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_after_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}*,: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: }*,: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;-o-tab-size:4;tab-size:4;font-family:Poppins,system-ui,sans-serif;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]){-webkit-text-decoration:underline dotted;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::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}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]:where(:not([hidden=until-found])){display:none}html{scroll-behavior:smooth;overflow-x:hidden;width:100%}body{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Poppins,system-ui,-apple-system,sans-serif;overflow-x:hidden;width:100%;margin:0;padding:0}main{overflow-x:hidden;width:100%}.container{width:100%}@media(min-width:640px){.container{max-width:640px}}@media(min-width:768px){.container{max-width:768px}}@media(min-width:1024px){.container{max-width:1024px}}@media(min-width:1280px){.container{max-width:1280px}}@media(min-width:1536px){.container{max-width:1536px}}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;border-radius:.375rem;font-size:.875rem;line-height:1.25rem;font-weight:500;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.btn-secondary:focus-visible{outline:2px solid transparent;outline-offset:2px;--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);--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));--tw-ring-offset-width: 2px}.btn-secondary:disabled{pointer-events:none;opacity:.5}.btn-secondary{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.btn-secondary:hover{--tw-bg-opacity: 1;background-color:rgb(226 232 240 / var(--tw-bg-opacity, 1))}.btn-secondary:active{--tw-bg-opacity: 1;background-color:rgb(203 213 225 / var(--tw-bg-opacity, 1))}.input{display:flex;height:2.5rem;width:100%;border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem}.input::-moz-placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.input::placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.input:focus{border-color:transparent;outline:2px solid transparent;outline-offset:2px;--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);--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.input:disabled{cursor:not-allowed;opacity:.5}textarea.input{min-height:4.5rem;resize:vertical;height:auto}.input-error{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.input-error:focus{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1));--tw-ring-opacity: 1;--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1))}.field-error-message{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1));margin-top:.25rem;font-style:italic}input:invalid,textarea:invalid,select:invalid{box-shadow:none}input:invalid:not(:focus):not(:-moz-placeholder),textarea:invalid:not(:focus):not(:-moz-placeholder),select:invalid:not(:focus):not(:-moz-placeholder){box-shadow:none}input:invalid:not(:focus):not(:placeholder-shown),textarea:invalid:not(:focus):not(:placeholder-shown),select:invalid:not(:focus):not(:placeholder-shown){box-shadow:none}.calendar-popup{position:absolute;top:100%;left:0;z-index:50;margin-top:.5rem;width:100%!important;min-width:320px!important;max-width:none!important}.rdp-custom{border-radius:1rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 25px 50px -12px rgb(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);padding:1.25rem!important;font-family:inherit;width:100%!important;min-width:100%!important;max-width:none!important}.calendar-popup .rdp-root,.calendar-popup .rdp-custom,.calendar-popup .rdp-months,.calendar-popup .rdp-month,.calendar-popup .rdp-month_grid{width:100%!important;min-width:100%!important;max-width:100%!important}.my-today:not(.my-selected){color:#111827!important;font-weight:600!important;background-color:#f3f4f6!important;border:none!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important}.my-selected,.rdp-day_outside.my-selected{background-color:#2563eb!important;color:#fff!important;font-weight:500!important;border:none!important;outline:none!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;opacity:1!important}.my-selected:hover,.rdp-day_outside.my-selected:hover{background-color:#1d4ed8!important;color:#fff!important}.container{margin-left:auto;margin-right:auto;max-width:80rem;padding-left:1rem;padding-right:1rem}@media(min-width:640px){.container{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.container{padding-left:2rem;padding-right:2rem}}.section{padding-top:4rem;padding-bottom:4rem}@media(min-width:1024px){.section{padding-top:6rem;padding-bottom:6rem}}.heading-1{font-size:2.25rem;line-height:2.5rem;font-weight:700;letter-spacing:-.025em;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}@media(min-width:640px){.heading-1{font-size:3rem;line-height:1}}@media(min-width:1024px){.heading-1{font-size:3.75rem;line-height:1}}.heading-2{font-size:1.875rem;line-height:2.25rem;font-weight:700;letter-spacing:-.025em;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}@media(min-width:640px){.heading-2{font-size:2.25rem;line-height:2.5rem}}.text-large{font-size:1.125rem;line-height:1.75rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.hero-main-container{position:relative;overflow:hidden;background:linear-gradient(135deg,#0077c5,#00b8f5);min-height:115vh}@media(max-width:767px){.hero-main-container{min-height:115vh}}.hero-content-wrapper{width:100%}@media(min-width:640px){.hero-content-wrapper{max-width:640px}}@media(min-width:768px){.hero-content-wrapper{max-width:768px}}@media(min-width:1024px){.hero-content-wrapper{max-width:1024px}}@media(min-width:1280px){.hero-content-wrapper{max-width:1280px}}@media(min-width:1536px){.hero-content-wrapper{max-width:1536px}}.hero-content-wrapper{margin-left:auto;margin-right:auto;max-width:80rem;padding-left:1rem;padding-right:1rem}@media(min-width:640px){.hero-content-wrapper{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.hero-content-wrapper{padding-left:2rem;padding-right:2rem}}.hero-content-wrapper{padding-top:4rem;padding-bottom:4rem}@media(min-width:1024px){.hero-content-wrapper{padding-top:6rem;padding-bottom:6rem}}.hero-content-wrapper{position:relative;z-index:20}.hero-header-section{text-align:center}@media(max-width:767px){.hero-header-section{margin-top:330px}}.hero-background-image{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;background-image:url(/images/acdw-mini-hero-background.png)}@media(max-width:767px){.hero-background-image{background-position-x:-150px;background-size:160% auto!important;background-color:#000;background-position-y:0px!important}}@media screen and (min-width:768px)and (max-width:1366px)and (orientation:portrait){.hero-background-image{background-position-x:-300px;background-size:160% auto!important;background-color:#000}}.hero-background-image:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#0006,#0003,#0009);z-index:1}.hero-main-heading{font-size:2.25rem;line-height:2.5rem;font-weight:700;letter-spacing:-.025em;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}@media(min-width:640px){.hero-main-heading{font-size:3rem;line-height:1}}@media(min-width:1024px){.hero-main-heading{font-size:3.75rem;line-height:1}}.hero-main-heading{margin-bottom:1.5rem;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hero-brand-highlight{--tw-text-opacity: 1;color:rgb(249 115 22 / var(--tw-text-opacity, 1))}.hero-subtitle{margin-bottom:1.5rem;font-size:1.5rem;line-height:2rem;font-weight:600;line-height:1.625;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hero-description-text{margin-bottom:2rem;text-align:left;font-size:1.25rem;line-height:1.75rem;line-height:1.625;--tw-text-opacity: 1;color:rgb(219 234 254 / var(--tw-text-opacity, 1));word-wrap:break-word;overflow-wrap:break-word}@media(max-width:767px){.hero-description-text{word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;margin-top:35px;text-align:center}}.hero-cta-buttons{margin-bottom:1rem;display:flex;flex-direction:column;gap:1rem}@media(min-width:640px){.hero-cta-buttons{flex-direction:row}}.hero-cta-buttons{margin-top:190px}@media(max-width:767px){.hero-cta-buttons{margin-top:50px!important;flex-direction:row!important}}.hero-primary-button{display:inline-flex;align-items:center;justify-content:center;border-radius:.375rem;font-size:.875rem;line-height:1.25rem;font-weight:500;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hero-primary-button:focus-visible{outline:2px solid transparent;outline-offset:2px;--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);--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));--tw-ring-offset-width: 2px}.hero-primary-button:disabled{pointer-events:none;opacity:.5}.hero-primary-button{height:3rem;padding-left:2rem;padding-right:2rem;font-size:1rem;line-height:1.5rem;display:flex;align-items:center;justify-content:center;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:2rem;--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.hero-primary-button:hover{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.hero-secondary-button{display:inline-flex;align-items:center;justify-content:center;border-radius:.375rem;font-size:.875rem;line-height:1.25rem;font-weight:500;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hero-secondary-button:focus-visible{outline:2px solid transparent;outline-offset:2px;--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);--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));--tw-ring-offset-width: 2px}.hero-secondary-button:disabled{pointer-events:none;opacity:.5}.hero-secondary-button{height:3rem;padding-left:2rem;padding-right:2rem;font-size:1rem;line-height:1.5rem;border-width:2px;--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1));padding:2rem;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hero-secondary-button:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.hero-button-icon{margin-left:.5rem;height:1.25rem;width:1.25rem}.trust-section-container{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding-top:2rem;padding-bottom:2rem;position:relative;max-width:900px;margin:-4rem auto 0;border-radius:1rem;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a;z-index:10}.trust-section-content{margin-left:auto;margin-right:auto;display:flex;align-items:center;justify-content:space-between;padding-left:2rem;padding-right:2rem}.trust-badge{display:flex;align-items:center;justify-content:center}.trust-badge-image{height:6rem;width:auto;max-width:none}.trust-main-text{flex:1 1 0%;text-align:center}.trust-title{font-size:1.25rem;line-height:1.75rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.product-showcase-container{width:100%;--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1));padding:0;margin:0}.product-showcase-header{margin-bottom:3rem;padding:3rem 1rem 1rem;text-align:center}.product-showcase-title{font-size:1.875rem;line-height:2.25rem;font-weight:700;letter-spacing:-.025em;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}@media(min-width:640px){.product-showcase-title{font-size:2.25rem;line-height:2.5rem}}.product-showcase-title{margin-bottom:1rem}.product-showcase-subtitle{font-size:1.125rem;line-height:1.75rem;margin-left:auto;margin-right:auto;max-width:42rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.product-showcase-separator{padding:2rem 1rem;margin:4rem 0}.product-showcase-separator-content{margin-left:auto;margin-right:auto;max-width:56rem;text-align:center}.product-showcase-separator-title{margin-bottom:1rem;font-size:1.875rem;line-height:2.25rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}@media(min-width:768px){.product-showcase-separator-title{font-size:2.25rem;line-height:2.5rem}}.product-showcase-separator-subtitle{font-size:1.125rem;line-height:1.75rem;line-height:1.625;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}@media(min-width:768px){.product-showcase-separator-subtitle{font-size:1.25rem;line-height:1.75rem}}.product-showcase-card{position:relative;min-height:24rem;overflow:hidden;border-radius:1rem}.product-showcase-card-mini,.product-showcase-card-sensor{min-height:700px}.product-showcase-card-sensor.product-showcase-card-full-width{position:relative;overflow:hidden;--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1));min-height:140vh;margin-bottom:0;border-radius:0;isolation:isolate;-webkit-transform:translateZ(0)}@media(max-width:767px){.product-showcase-card-sensor.product-showcase-card-full-width{min-height:120vh}}.product-showcase-card-sensor.product-showcase-card-full-width:after{content:"";position:absolute;bottom:0;left:0;right:0;width:100%;height:500px;background:linear-gradient(to top,#000c,#0009,#0000004d 60%,#0000);z-index:5;pointer-events:none}@media screen and (orientation:portrait){.product-showcase-card-sensor.product-showcase-card-full-width:after{display:none!important}}.product-showcase-card-mini.product-showcase-card-full-width:after{content:"";position:absolute;bottom:0;left:0;right:0;width:100%;height:500px;background:linear-gradient(to top,#000c,#0009,#0000004d 60%,#0000);z-index:5;pointer-events:none}@media screen and (orientation:portrait){.product-showcase-card-mini.product-showcase-card-full-width:after{display:none!important}}.product-showcase-card-mini.product-showcase-card-full-width{position:relative;overflow:hidden;height:100vh;margin-top:0;border-radius:0}@media(max-width:767px){.product-showcase-card-mini.product-showcase-card-full-width{height:120vh}}.product-showcase-card-background{position:absolute;inset:0}.product-showcase-card-sensor.product-showcase-card-full-width .product-showcase-card-background{background-image:url(/images/acdw-sensor-showcase-background.png);background-position:center;background-position-y:-170px;background-size:cover;background-repeat:no-repeat}@media(max-width:767px){.product-showcase-card-sensor.product-showcase-card-full-width .product-showcase-card-background{background-position-y:-120px}}@media(min-width:768px)and (max-width:1366px){.product-showcase-card-sensor.product-showcase-card-full-width .product-showcase-card-background{background-position-y:-140px}}@media screen and (orientation:portrait){.product-showcase-card-sensor.product-showcase-card-full-width .product-showcase-card-background{background-size:cover}}.product-showcase-card-mini.product-showcase-card-full-width .product-showcase-card-background{background-image:url(/images/hvac-tech-mini-sensor-combined.png);background-position:center;background-size:cover;background-repeat:no-repeat}@media(max-width:767px){.product-showcase-card-mini.product-showcase-card-full-width .product-showcase-card-background{background-position-x:-90px!important;background-size:150% auto!important;background-color:#000;background-position-y:30px!important}}@media screen and (max-width:1366px)and (orientation:portrait){.product-showcase-card-mini .product-showcase-card-background{background-position-x:-175px!important;background-size:140% auto!important;background-color:#000}}.product-showcase-card-content{position:relative;z-index:10;display:flex;height:100%;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center}.product-showcase-card-sensor.product-showcase-card-full-width .product-showcase-card-content{justify-content:flex-end;width:100%;max-width:none;margin:0 auto;box-sizing:border-box;margin-top:950px!important}@media(max-width:767px){.product-showcase-card-sensor.product-showcase-card-full-width .product-showcase-card-content{justify-content:flex-end;padding-bottom:4rem!important;width:100%;max-width:none;margin:0 auto;box-sizing:border-box;min-height:auto;height:auto;margin-top:600px!important}}.product-showcase-card-mini.product-showcase-card-full-width .product-showcase-card-content{justify-content:flex-end;padding-bottom:3rem;width:100%;max-width:none;margin:0 auto;box-sizing:border-box}.product-showcase-card-header,.product-showcase-card-title,.product-showcase-card-status{display:none}.product-showcase-card-headline{margin-bottom:1rem;font-size:2.25rem;line-height:2.5rem;font-weight:700;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.product-showcase-card-description{margin-bottom:2rem;font-size:1.125rem;line-height:1.75rem;line-height:1.625;color:#ffffffe6}.product-showcase-card-sensor.product-showcase-card-full-width .product-showcase-card-headline{margin-bottom:1.5rem;font-size:3rem;line-height:1;font-weight:700;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));max-width:800px;margin-left:auto;margin-right:auto}.product-showcase-card-sensor.product-showcase-card-full-width .product-showcase-card-description{margin-bottom:2rem;font-size:1.25rem;line-height:1.75rem;line-height:1.625;color:#ffffffe6;max-width:800px;margin-left:auto;margin-right:auto}.product-showcase-card-mini.product-showcase-card-full-width .product-showcase-card-headline{margin-bottom:1.5rem;font-size:3rem;line-height:1;font-weight:700;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));max-width:800px;margin-left:auto;margin-right:auto}.product-showcase-card-mini.product-showcase-card-full-width .product-showcase-card-description{margin-bottom:2rem;font-size:1.25rem;line-height:1.75rem;line-height:1.625;color:#ffffffe6;max-width:800px;margin-left:auto;margin-right:auto}.product-showcase-card-ctas{display:flex}.product-showcase-card-ctas>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.product-showcase-card-cta-primary{display:inline-flex;align-items:center;justify-content:center;border-radius:.375rem;font-size:.875rem;line-height:1.25rem;font-weight:500;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.product-showcase-card-cta-primary:focus-visible{outline:2px solid transparent;outline-offset:2px;--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);--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));--tw-ring-offset-width: 2px}.product-showcase-card-cta-primary:disabled{pointer-events:none;opacity:.5}.product-showcase-card-cta-primary{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1));padding:.75rem 1.5rem;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.product-showcase-card-cta-primary:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.product-showcase-card-cta-secondary{display:inline-flex;align-items:center;justify-content:center;border-radius:.375rem;font-size:.875rem;line-height:1.25rem;font-weight:500;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.product-showcase-card-cta-secondary:focus-visible{outline:2px solid transparent;outline-offset:2px;--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);--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));--tw-ring-offset-width: 2px}.product-showcase-card-cta-secondary:disabled{pointer-events:none;opacity:.5}.product-showcase-card-cta-secondary{border-width:2px;--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1));padding:.75rem 1.5rem;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.product-showcase-card-cta-secondary:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.customer-selector-main-container{padding-top:4rem;padding-bottom:4rem}@media(min-width:1024px){.customer-selector-main-container{padding-top:6rem;padding-bottom:6rem}}.customer-selector-main-container{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.customer-selector-content-wrapper{width:100%}@media(min-width:640px){.customer-selector-content-wrapper{max-width:640px}}@media(min-width:768px){.customer-selector-content-wrapper{max-width:768px}}@media(min-width:1024px){.customer-selector-content-wrapper{max-width:1024px}}@media(min-width:1280px){.customer-selector-content-wrapper{max-width:1280px}}@media(min-width:1536px){.customer-selector-content-wrapper{max-width:1536px}}.customer-selector-content-wrapper{margin-left:auto;margin-right:auto;max-width:80rem;padding-left:1rem;padding-right:1rem}@media(min-width:640px){.customer-selector-content-wrapper{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.customer-selector-content-wrapper{padding-left:2rem;padding-right:2rem}}.customer-selector-header{margin-bottom:4rem;text-align:center}.customer-selector-title{font-size:1.875rem;line-height:2.25rem;font-weight:700;letter-spacing:-.025em;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}@media(min-width:640px){.customer-selector-title{font-size:2.25rem;line-height:2.5rem}}.customer-selector-title{margin-bottom:1.5rem}.customer-selector-description{font-size:1.125rem;line-height:1.75rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1));margin-left:auto;margin-right:auto;max-width:48rem}.customer-selector-cards-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:2rem}@media(min-width:768px){.customer-selector-cards-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.customer-type-card{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1.5rem;--tw-shadow: 0 1px 2px 0 rgb(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);cursor:pointer;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.customer-type-card:hover{--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity, 1));--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.customer-type-card-header{margin-bottom:1rem;display:flex;align-items:center}.customer-type-icon-wrapper{border-radius:.5rem;padding:.75rem}.customer-type-icon-homeowner{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.customer-type-icon-hvac{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.customer-type-icon-property-manager{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.customer-type-icon-city{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}.customer-type-icon{height:1.5rem;width:1.5rem}.customer-type-title{font-size:1.5rem;line-height:2rem;font-weight:600;letter-spacing:-.025em;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1));margin-left:1rem}.customer-type-description{margin-bottom:1.5rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.customer-type-features-list{margin-bottom:1.5rem}.customer-type-features-list>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.customer-type-feature-item{display:flex;align-items:center;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.customer-type-feature-checkmark{margin-right:.5rem;height:1rem;width:1rem;flex-shrink:0;--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.customer-type-cta-button{width:100%}.customer-type-cta-primary{display:inline-flex;align-items:center;justify-content:center;border-radius:.375rem;font-size:.875rem;line-height:1.25rem;font-weight:500;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.customer-type-cta-primary:focus-visible{outline:2px solid transparent;outline-offset:2px;--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);--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));--tw-ring-offset-width: 2px}.customer-type-cta-primary:disabled{pointer-events:none;opacity:.5}.customer-type-cta-primary{width:100%;justify-content:center;--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1));padding-top:1rem;padding-bottom:1rem;font-size:1rem;line-height:1.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.customer-type-cta-primary:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.customer-type-cta-primary:active{--tw-bg-opacity: 1;background-color:rgb(30 64 175 / var(--tw-bg-opacity, 1))}.customer-type-cta-outline{display:inline-flex;align-items:center;justify-content:center;border-radius:.375rem;font-size:.875rem;line-height:1.25rem;font-weight:500;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.customer-type-cta-outline:focus-visible{outline:2px solid transparent;outline-offset:2px;--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);--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));--tw-ring-offset-width: 2px}.customer-type-cta-outline:disabled{pointer-events:none;opacity:.5}.customer-type-cta-outline{width:100%;justify-content:center;border-width:1px;--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1));padding-top:1rem;padding-bottom:1rem;font-size:1rem;line-height:1.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.customer-type-cta-outline:hover{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.customer-type-cta-outline:active{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.customer-type-cta-secondary{display:inline-flex;align-items:center;justify-content:center;border-radius:.375rem;font-size:.875rem;line-height:1.25rem;font-weight:500;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.customer-type-cta-secondary:focus-visible{outline:2px solid transparent;outline-offset:2px;--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);--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));--tw-ring-offset-width: 2px}.customer-type-cta-secondary:disabled{pointer-events:none;opacity:.5}.customer-type-cta-secondary{width:100%;justify-content:center;border-width:1px;--tw-border-opacity: 1;border-color:rgb(79 70 229 / var(--tw-border-opacity, 1));padding-top:1rem;padding-bottom:1rem;font-size:1rem;line-height:1.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity, 1))}.customer-type-cta-secondary:hover{--tw-bg-opacity: 1;background-color:rgb(238 242 255 / var(--tw-bg-opacity, 1))}.customer-type-cta-secondary:active{--tw-bg-opacity: 1;background-color:rgb(224 231 255 / var(--tw-bg-opacity, 1))}.header-main-container{border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 1px 2px 0 rgb(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);position:sticky;top:0;z-index:100}.header-navigation-wrapper{width:100%}@media(min-width:640px){.header-navigation-wrapper{max-width:640px}}@media(min-width:768px){.header-navigation-wrapper{max-width:768px}}@media(min-width:1024px){.header-navigation-wrapper{max-width:1024px}}@media(min-width:1280px){.header-navigation-wrapper{max-width:1280px}}@media(min-width:1536px){.header-navigation-wrapper{max-width:1536px}}.header-navigation-wrapper{margin-left:auto;margin-right:auto;max-width:80rem;padding-left:1rem;padding-right:1rem}@media(min-width:640px){.header-navigation-wrapper{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.header-navigation-wrapper{padding-left:2rem;padding-right:2rem}}.header-content-layout{display:flex;height:4rem;align-items:center;justify-content:space-between}.header-logo-section,.header-logo-link{display:flex;align-items:center}.header-logo-link>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.header-logo-image{height:2.25rem;width:auto;max-width:none}.header-desktop-navigation{display:none}@media(min-width:1024px){.header-desktop-navigation{display:flex;align-items:center}.header-desktop-navigation>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}}.header-nav-link{font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.header-nav-link:hover{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.header-nav-link.active{border-bottom-width:2px;--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1));font-weight:600;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.header-actions-section{display:flex;align-items:center}.header-actions-section>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.header-cart-button{position:relative;padding:.5rem;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.header-cart-button:hover{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.header-cart-icon{height:1.5rem;width:1.5rem}.header-user-menu-container{position:relative;display:none}@media(min-width:768px){.header-user-menu-container{display:block}}.header-user-menu-button{display:flex;align-items:center}.header-user-menu-button>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.header-user-menu-button{font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.header-user-menu-button:hover{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.header-user-icon{height:1.5rem;width:1.5rem}.header-user-name{display:none}@media(min-width:640px){.header-user-name{display:block}}.header-user-dropdown{position:absolute;right:0;z-index:50;margin-top:.5rem;width:12rem;border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding-top:.25rem;padding-bottom:.25rem;--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.header-user-dropdown-item{display:block;padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.header-user-dropdown-item:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.header-auth-buttons{display:none;align-items:center}.header-auth-buttons>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}@media(min-width:768px){.header-auth-buttons{display:flex}}.header-signin-link{font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.header-signin-link:hover{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.header-signup-button{display:inline-flex;align-items:center;justify-content:center;border-radius:.375rem;font-size:.875rem;line-height:1.25rem;font-weight:500;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.header-signup-button:focus-visible{outline:2px solid transparent;outline-offset:2px;--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);--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));--tw-ring-offset-width: 2px}.header-signup-button:disabled{pointer-events:none;opacity:.5}.header-signup-button{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.header-signup-button:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.header-signup-button:active{--tw-bg-opacity: 1;background-color:rgb(30 64 175 / var(--tw-bg-opacity, 1))}.header-signup-button{height:2rem;padding-left:1rem;padding-right:1rem;font-size:.75rem;line-height:1rem}.header-mobile-menu-button{padding:.5rem;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.header-mobile-menu-button:hover{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}@media(min-width:1024px){.header-mobile-menu-button{display:none}}.header-mobile-menu-icon{height:1.5rem;width:1.5rem}@media(max-width:767px){.header-mobile-menu-backdrop{position:fixed;inset:0;background-color:#00000080;z-index:999;animation:fadeIn .2s ease-out}.header-mobile-menu-panel{position:fixed;top:0;right:0;bottom:0;width:95%;max-width:none;background-color:#ffffffb3;backdrop-filter:blur(40px);-webkit-backdrop-filter:blur(40px);z-index:1000;display:flex;flex-direction:column;box-shadow:-4px 0 24px #00000026;animation:slideInRight .3s ease-out;overflow-y:auto}.header-mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid rgba(229,231,235,.5)}.header-mobile-menu-logo{display:flex;align-items:center}.header-mobile-menu-logo-image{height:2rem;width:auto}.header-mobile-menu-close{padding:.5rem;color:#374151;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .2s}.header-mobile-menu-close:hover{color:#111827}.header-mobile-menu-close-icon{width:1.5rem;height:1.5rem}.header-mobile-menu-content{flex:1;display:flex;flex-direction:column;padding:0}.header-mobile-nav{flex:1;padding:1rem 0}.header-mobile-nav-item{display:block;padding:1rem 1.5rem;font-size:1rem;font-weight:500;color:#111827;text-decoration:none;transition:background-color .2s;border-bottom:1px solid #f3f4f6}.header-mobile-nav-item:hover{background-color:#f9fafb;color:#111827}.header-mobile-nav-item.active{background-color:#fff7ed;color:#f97316;font-weight:600;border-left:3px solid #f97316}.header-mobile-auth-section{padding:1.5rem;border-top:1px solid #e5e7eb;display:flex;flex-direction:column;gap:.75rem}.header-mobile-auth-button{display:block;width:100%;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;text-align:center;text-decoration:none;color:#111827;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;transition:all .2s}.header-mobile-auth-button:hover{background-color:#f3f4f6;color:#111827}.header-mobile-auth-button-primary{display:block;width:100%;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;text-align:center;text-decoration:none;color:#fff;background-color:#2563eb;border:none;border-radius:.5rem;transition:background-color .2s}.header-mobile-auth-button-primary:hover{background-color:#1d4ed8}.header-mobile-auth-button-secondary{display:block;width:100%;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;text-align:center;text-decoration:none;color:#111827;background-color:#fff;border:1px solid #d1d5db;border-radius:.5rem;transition:all .2s}.header-mobile-auth-button-secondary:hover{background-color:#f9fafb;border-color:#9ca3af}.header-mobile-signout-button{display:block;width:100%;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;text-align:center;color:#dc2626;background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;cursor:pointer;transition:all .2s}.header-mobile-signout-button:hover{background-color:#fef2f2;border-color:#dc2626}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}}@media(min-width:768px){.header-mobile-menu-backdrop,.header-mobile-menu-panel{display:none}}.signin-form-title{text-align:center;font-size:1.875rem;line-height:2.25rem;font-weight:800;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.signin-form-subtitle{margin-top:.5rem;text-align:center;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.signin-form{margin-top:2rem}.signin-form>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.signin-form-password-input{position:relative;display:block;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));padding:.5rem .75rem;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.signin-form-password-input::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(107 114 128 / var(--tw-placeholder-opacity, 1))}.signin-form-password-input::placeholder{--tw-placeholder-opacity: 1;color:rgb(107 114 128 / var(--tw-placeholder-opacity, 1))}.signin-form-password-input:focus{z-index:10;--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1));outline:2px solid transparent;outline-offset:2px;--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}@media(min-width:640px){.signin-form-password-input{font-size:.875rem;line-height:1.25rem}}.signin-form-submit-button{position:relative;display:flex;width:100%;justify-content:center;border-radius:.375rem;border-width:1px;border-color:transparent;--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1));padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.signin-form-submit-button:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.signin-form-signup-link{font-weight:500;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.signin-form-signup-link:hover{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.dashboard-page-container{min-height:100vh;--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.dashboard-content-wrapper{width:100%}@media(min-width:640px){.dashboard-content-wrapper{max-width:640px}}@media(min-width:768px){.dashboard-content-wrapper{max-width:768px}}@media(min-width:1024px){.dashboard-content-wrapper{max-width:1024px}}@media(min-width:1280px){.dashboard-content-wrapper{max-width:1280px}}@media(min-width:1536px){.dashboard-content-wrapper{max-width:1536px}}.dashboard-content-wrapper{margin-left:auto;margin-right:auto;max-width:80rem;padding-left:1rem;padding-right:1rem}@media(min-width:640px){.dashboard-content-wrapper{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.dashboard-content-wrapper{padding-left:2rem;padding-right:2rem}}.dashboard-content-wrapper{margin-left:auto;margin-right:auto;padding:4rem 1.5rem}.dashboard-main-content{margin-left:auto;margin-right:auto;max-width:72rem}.dashboard-header-card{margin-bottom:1.5rem;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1.5rem;--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(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)}.dashboard-header-content{display:flex;align-items:center;justify-content:space-between}.dashboard-welcome-section{flex:1 1 0%}.dashboard-welcome-title{font-size:1.5rem;line-height:2rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.dashboard-welcome-subtitle{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.dashboard-signout-button{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-radius:.5rem;border-width:2px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.dashboard-signout-button:hover{--tw-scale-x: 1.02;--tw-scale-y: 1.02;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.dashboard-quick-actions-card{margin-bottom:1.5rem;width:100%;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1.5rem;--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(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)}.dashboard-cards-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem}@media(min-width:768px){.dashboard-cards-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.dashboard-card{border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1.5rem;--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(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)}.dashboard-main-content>.dashboard-card+.dashboard-card{margin-top:1.5rem}.dashboard-cards-grid .dashboard-card{margin-top:0}.dashboard-card-title{margin-bottom:1rem;margin-top:0;font-size:1.125rem;line-height:1.75rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.dashboard-card-header{margin-bottom:1rem;display:flex;align-items:center;justify-content:space-between}.dashboard-edit-profile-link{font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.dashboard-edit-profile-link:hover{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.dashboard-quick-actions{display:flex;flex-direction:column;gap:1rem}@media(min-width:640px){.dashboard-quick-actions{flex-direction:row}}.dashboard-action-button-primary{display:flex;flex:1 1 0%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));align-items:center;justify-content:center;gap:.5rem;border-radius:.5rem;padding:1rem 1.5rem;font-size:1rem;line-height:1.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.dashboard-action-button-primary:hover{--tw-scale-x: 1.02;--tw-scale-y: 1.02;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.dashboard-action-button-primary{background-color:#2563eb}.dashboard-action-button-primary:hover{background-color:#1d4ed8}.dashboard-action-button-primary:active{background-color:#1e40af}.dashboard-action-button-secondary{display:flex;flex:1 1 0%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));align-items:center;justify-content:center;gap:.5rem;border-radius:.5rem;border-width:2px;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1rem 1.5rem;font-size:1rem;line-height:1.5rem;font-weight:600;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.dashboard-action-button-secondary:hover{--tw-scale-x: 1.02;--tw-scale-y: 1.02;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.dashboard-action-button-secondary{border-color:#2563eb;color:#2563eb}.dashboard-action-button-secondary:hover{background-color:#eff6ff;border-color:#1d4ed8}.dashboard-action-button-secondary:active{background-color:#dbeafe}.dashboard-action-button-icon{height:1.25rem;width:1.25rem}.dashboard-action-button-arrow{margin-left:auto;height:1rem;width:1rem}.dashboard-account-info>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.dashboard-account-info{font-size:.875rem;line-height:1.25rem}.dashboard-account-item{display:flex}.dashboard-account-label{font-weight:500;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.dashboard-account-value{margin-left:.5rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.dashboard-activity-content{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.dashboard-activity-empty{margin-bottom:.5rem}.dashboard-activity-message{margin-top:.5rem}.dashboard-professional-features{margin-top:2rem;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:2rem;--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.dashboard-professional-title{margin-bottom:1.5rem;font-size:1.5rem;line-height:2rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.dashboard-professional-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem}@media(min-width:768px){.dashboard-professional-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.dashboard-professional-feature{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-radius:.5rem;border-width:2px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1));padding:1.5rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.dashboard-professional-feature:hover{--tw-scale-x: 1.02;--tw-scale-y: 1.02;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-color:#2563eb;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.dashboard-professional-feature-icon-wrapper{margin-bottom:1rem;display:flex;height:3rem;width:3rem;align-items:center;justify-content:center;border-radius:.5rem;background-color:#eff6ff}.dashboard-professional-feature-icon{height:1.5rem;width:1.5rem;color:#2563eb}.dashboard-professional-feature-title{margin-bottom:.5rem;font-size:1.125rem;line-height:1.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.dashboard-professional-feature-description{margin-bottom:1rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.dashboard-professional-feature-link{display:flex;align-items:center;gap:.5rem;font-size:.875rem;line-height:1.25rem;font-weight:600;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;color:#2563eb}.dashboard-professional-feature-link:hover{color:#1d4ed8}.dashboard-professional-feature-link-icon{height:1rem;width:1rem}.dashboard-homeowner-product>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.dashboard-homeowner-product-header{display:flex;flex-direction:column;gap:1rem;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));padding-bottom:1rem}@media(min-width:768px){.dashboard-homeowner-product-header{flex-direction:row;align-items:center;justify-content:space-between}}.dashboard-homeowner-product-info{flex:1 1 0%}.dashboard-homeowner-product-name{margin-bottom:.75rem;font-size:1.25rem;line-height:1.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.dashboard-homeowner-product-details{display:flex;flex-wrap:wrap;gap:1rem}.dashboard-homeowner-product-detail{display:flex;align-items:center;gap:.5rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.dashboard-homeowner-product-detail-icon{height:1rem;width:1rem;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.dashboard-homeowner-product-actions{display:flex;gap:.75rem}.dashboard-homeowner-product-button-primary{border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1));padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.dashboard-homeowner-product-button-primary:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.dashboard-homeowner-product-button-secondary{border-radius:.5rem;border-width:2px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.dashboard-homeowner-product-button-secondary:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.dashboard-homeowner-product-footer{display:flex;align-items:center;gap:.5rem;font-size:.875rem;line-height:1.25rem}.dashboard-homeowner-product-link{font-weight:500;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.dashboard-homeowner-product-link:hover{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.dashboard-homeowner-product-separator{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.dashboard-order-history>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.dashboard-order-item{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));padding:1rem}.dashboard-order-header{margin-bottom:.75rem;display:flex;flex-direction:column;gap:.5rem}@media(min-width:640px){.dashboard-order-header{flex-direction:row;align-items:center;justify-content:space-between}}.dashboard-order-info{display:flex;flex-direction:column;gap:.5rem}@media(min-width:640px){.dashboard-order-info{flex-direction:row;align-items:center}}.dashboard-order-number{font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.dashboard-order-date{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.dashboard-order-status{display:flex;align-items:center;gap:.5rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.dashboard-order-status-icon{height:1rem;width:1rem}.dashboard-order-details{display:flex;flex-direction:column;gap:.5rem}@media(min-width:640px){.dashboard-order-details{flex-direction:row;align-items:center;justify-content:space-between}}.dashboard-order-product{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.dashboard-order-actions{display:flex;align-items:center;gap:.5rem;font-size:.875rem;line-height:1.25rem}.dashboard-order-action-link{font-weight:500;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.dashboard-order-action-link:hover{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.dashboard-order-separator{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.dashboard-order-empty-state{padding:3rem 1rem;text-align:center}.dashboard-order-empty-icon-wrapper{margin-bottom:1rem;display:flex;justify-content:center}.dashboard-order-empty-icon{height:4rem;width:4rem;--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.dashboard-order-empty-title{margin-bottom:.5rem;font-size:1.25rem;line-height:1.75rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.dashboard-order-empty-description{margin-left:auto;margin-right:auto;margin-bottom:1.5rem;max-width:28rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.dashboard-order-empty-cta{display:inline-flex;align-items:center;gap:.5rem;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1));padding:.75rem 1.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.dashboard-order-empty-cta:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.dashboard-order-empty-cta-icon{height:1.25rem;width:1.25rem}.dashboard-card-my-products{margin-top:1.5rem}.dashboard-pro-products-list>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.dashboard-pro-product-item{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));padding:1rem}.dashboard-pro-product-header{display:flex;flex-direction:column;gap:1rem;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));padding-bottom:1rem}@media(min-width:768px){.dashboard-pro-product-header{flex-direction:row;align-items:center;justify-content:space-between}}.dashboard-pro-product-info{flex:1 1 0%}.dashboard-pro-product-name{margin-bottom:.75rem;font-size:1.125rem;line-height:1.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.dashboard-pro-product-details{display:flex;flex-wrap:wrap;gap:1rem}.dashboard-pro-product-detail{display:flex;align-items:center;gap:.5rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.dashboard-pro-product-detail-icon{height:1rem;width:1rem;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.dashboard-pro-product-actions{display:flex;gap:.75rem}.dashboard-pro-product-button-primary{border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1));padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.dashboard-pro-product-button-primary:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.dashboard-pro-product-footer{display:flex;align-items:center;gap:.5rem;padding-top:1rem;font-size:.875rem;line-height:1.25rem}.dashboard-pro-product-link{font-weight:500;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.dashboard-pro-product-link:hover{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.dashboard-pro-product-separator{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.dashboard-pro-products-empty{padding:3rem 1rem;text-align:center}.dashboard-pro-products-empty-icon-wrapper{margin-bottom:1rem;display:flex;justify-content:center}.dashboard-pro-products-empty-icon{height:4rem;width:4rem;--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.dashboard-pro-products-empty-title{margin-bottom:.5rem;font-size:1.25rem;line-height:1.75rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.dashboard-pro-products-empty-description{margin-left:auto;margin-right:auto;margin-bottom:1.5rem;max-width:42rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.dashboard-pro-products-empty-cta{margin-bottom:1.5rem;display:inline-flex;align-items:center;gap:.5rem;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1));padding:.75rem 1.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.dashboard-pro-products-empty-cta:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.dashboard-pro-products-empty-cta-icon{height:1.25rem;width:1.25rem}.dashboard-pro-products-empty-benefits{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:1rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}@media(min-width:640px){.dashboard-pro-products-empty-benefits{flex-direction:row;align-items:center}}.dashboard-pro-products-empty-benefit{display:flex;align-items:center;gap:.5rem}.dashboard-pro-products-empty-benefit-icon{height:1rem;width:1rem;flex-shrink:0;--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.dashboard-resources-grid{margin-bottom:1.5rem;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem}@media(min-width:768px){.dashboard-resources-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.dashboard-resource-card{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-radius:.5rem;border-width:2px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1));padding:1rem;text-align:left;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.dashboard-resource-card:hover{--tw-scale-x: 1.02;--tw-scale-y: 1.02;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity, 1))}.dashboard-resource-icon{margin-bottom:.75rem;height:2rem;width:2rem;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.dashboard-resource-title{margin-bottom:.25rem;font-size:1rem;line-height:1.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.dashboard-resource-description{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.dashboard-resources-actions{border-top-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));padding-top:1rem}.dashboard-resources-support-button{display:flex;width:100%;align-items:center;justify-content:center;gap:.5rem;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1));padding:.75rem 1rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.dashboard-resources-support-button:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.dashboard-resources-support-icon{height:1.25rem;width:1.25rem}.how-it-works-container{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:6rem 1rem}@media(min-width:640px){.how-it-works-container{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:768px){.how-it-works-container{padding-top:8rem;padding-bottom:8rem}}@media(min-width:1024px){.how-it-works-container{padding-left:2rem;padding-right:2rem}}.how-it-works-content{margin-left:auto;margin-right:auto;max-width:80rem}.how-it-works-header{margin-bottom:3rem;text-align:center}.how-it-works-title{margin-bottom:1rem;font-size:2.25rem;line-height:2.5rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.how-it-works-subtitle{font-size:1.25rem;line-height:1.75rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.how-it-works-steps{margin-bottom:3rem;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:2rem}@media(min-width:768px){.how-it-works-steps{grid-template-columns:repeat(3,minmax(0,1fr))}}.how-it-works-step{text-align:center}.how-it-works-step-icon{margin-bottom:1rem;display:flex;justify-content:center}.how-it-works-icon{height:4rem;width:4rem;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.how-it-works-step-title{margin-bottom:.75rem;font-size:1.5rem;line-height:2rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.how-it-works-step-description{line-height:1.625;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.how-it-works-ctas{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}@media(min-width:640px){.how-it-works-ctas{flex-direction:row}}.how-it-works-cta-primary{display:inline-flex;align-items:center;justify-content:center;border-radius:.375rem;font-size:.875rem;line-height:1.25rem;font-weight:500;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.how-it-works-cta-primary:focus-visible{outline:2px solid transparent;outline-offset:2px;--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);--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));--tw-ring-offset-width: 2px}.how-it-works-cta-primary:disabled{pointer-events:none;opacity:.5}.how-it-works-cta-primary{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.how-it-works-cta-primary:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.how-it-works-cta-primary:active{--tw-bg-opacity: 1;background-color:rgb(30 64 175 / var(--tw-bg-opacity, 1))}.how-it-works-cta-primary{height:3rem;font-size:1rem;line-height:1.5rem;padding-left:2rem;padding-right:2rem}.how-it-works-cta-secondary{display:inline-flex;align-items:center;justify-content:center;border-radius:.375rem;font-size:.875rem;line-height:1.25rem;font-weight:500;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.how-it-works-cta-secondary:focus-visible{outline:2px solid transparent;outline-offset:2px;--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);--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));--tw-ring-offset-width: 2px}.how-it-works-cta-secondary:disabled{pointer-events:none;opacity:.5}.how-it-works-cta-secondary{border-width:1px;--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1));--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.how-it-works-cta-secondary:hover{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.how-it-works-cta-secondary:active{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.how-it-works-cta-secondary{height:3rem;font-size:1rem;line-height:1.5rem;padding-left:2rem;padding-right:2rem}.benefits-section-container{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:6rem 1rem}@media(min-width:640px){.benefits-section-container{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:768px){.benefits-section-container{padding-top:8rem;padding-bottom:8rem}}@media(min-width:1024px){.benefits-section-container{padding-left:2rem;padding-right:2rem}}.benefits-section-container{transition:background-color .7s ease-in-out;will-change:background-color}.benefits-section-container.section-active{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.benefits-section-container.section-active .benefits-section-title,.benefits-section-container.section-active .benefit-title,.benefits-section-container.section-active .benefit-description{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.benefits-section-container.section-active .benefit-card{--tw-border-opacity: 1;border-color:rgb(31 41 55 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.benefits-section-content{margin-left:auto;margin-right:auto;max-width:80rem}.benefits-section-title{margin-bottom:3rem;text-align:center;font-size:2.25rem;line-height:2.5rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.benefits-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:2rem}@media(min-width:768px){.benefits-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.benefits-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.benefit-card{border-radius:.75rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1.5rem;--tw-shadow: 0 1px 2px 0 rgb(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);transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.benefit-card:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.benefit-icon{margin-bottom:1rem;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.benefit-title{margin-bottom:.75rem;font-size:1.25rem;line-height:1.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.benefit-description{line-height:1.625;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.product-comparison-container{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1));padding:6rem 1rem}@media(min-width:640px){.product-comparison-container{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:768px){.product-comparison-container{padding-top:8rem;padding-bottom:8rem}}@media(min-width:1024px){.product-comparison-container{padding-left:2rem;padding-right:2rem}}.product-comparison-container{transition:background-color .7s ease-in-out;will-change:background-color}.product-comparison-content{margin-left:auto;margin-right:auto;max-width:80rem}.product-comparison-header{margin-bottom:3rem;text-align:center}.product-comparison-title{margin-bottom:1rem;font-size:2.25rem;line-height:2.5rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.product-comparison-subtitle{font-size:1.25rem;line-height:1.75rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.product-comparison-table-wrapper{margin-bottom:2rem;overflow-x:auto}.product-comparison-table{width:100%;border-collapse:collapse}.product-comparison-th{border-bottom-width:2px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1));padding:1rem 1.5rem;text-align:left;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.product-comparison-product-header{text-align:center}.product-comparison-td{border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));padding:1rem 1.5rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.product-comparison-action-row{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.product-comparison-btn-primary{display:inline-flex;align-items:center;justify-content:center;border-radius:.375rem;font-size:.875rem;line-height:1.25rem;font-weight:500;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.product-comparison-btn-primary:focus-visible{outline:2px solid transparent;outline-offset:2px;--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);--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));--tw-ring-offset-width: 2px}.product-comparison-btn-primary:disabled{pointer-events:none;opacity:.5}.product-comparison-btn-primary{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.product-comparison-btn-primary:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.product-comparison-btn-primary:active{--tw-bg-opacity: 1;background-color:rgb(30 64 175 / var(--tw-bg-opacity, 1))}.product-comparison-btn-primary{padding:.5rem 1.5rem;font-size:.875rem;line-height:1.25rem}.product-comparison-mobile{margin-bottom:2rem}.product-comparison-mobile>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.product-comparison-mobile-card{border-radius:.5rem;border-width:2px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1.5rem}.proof-stack-container{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:6rem 1rem}@media(min-width:640px){.proof-stack-container{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:768px){.proof-stack-container{padding-top:8rem;padding-bottom:8rem}}@media(min-width:1024px){.proof-stack-container{padding-left:2rem;padding-right:2rem}}.proof-stack-container{transition:background-color .7s ease-in-out;will-change:background-color}.proof-stack-container.section-active{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.proof-stack-container.section-active .proof-stack-title,.proof-stack-container.section-active .proof-stack-testimonials-title,.proof-stack-container.section-active .proof-stack-testimonial-text,.proof-stack-container.section-active .proof-stack-testimonial-name,.proof-stack-container.section-active .proof-stack-testimonial-role,.proof-stack-container.section-active .proof-stack-case-study-title,.proof-stack-container.section-active .proof-stack-case-study-subtitle,.proof-stack-container.section-active .proof-stack-stat-number,.proof-stack-container.section-active .proof-stack-stat-label{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.proof-stack-container.section-active .proof-stack-testimonial-card,.proof-stack-container.section-active .proof-stack-case-study{--tw-border-opacity: 1;border-color:rgb(31 41 55 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.proof-stack-content{margin-left:auto;margin-right:auto;max-width:80rem}.proof-stack-header{margin-bottom:3rem;text-align:center}.proof-stack-title{margin-bottom:1rem;font-size:2.25rem;line-height:2.5rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.proof-stack-testimonials{margin-bottom:4rem}.proof-stack-testimonials-title{margin-bottom:2rem;text-align:center;font-size:1.875rem;line-height:2.25rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.proof-stack-testimonials-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:2rem}@media(min-width:768px){.proof-stack-testimonials-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.proof-stack-testimonial-card{border-radius:.75rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1.5rem;--tw-shadow: 0 1px 2px 0 rgb(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)}.proof-stack-testimonial-rating{margin-bottom:.75rem;font-size:1.25rem;line-height:1.75rem;--tw-text-opacity: 1;color:rgb(250 204 21 / var(--tw-text-opacity, 1))}.proof-stack-testimonial-text{margin-bottom:1rem;line-height:1.625;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.proof-stack-testimonial-author{display:flex;align-items:center;gap:.75rem}.proof-stack-testimonial-avatar{display:flex;height:3rem;width:3rem;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1));font-size:1.125rem;line-height:1.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.proof-stack-testimonial-name{font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.proof-stack-testimonial-role{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.proof-stack-case-study{overflow:hidden;border-radius:1rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.proof-stack-case-study-content{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:2rem;padding:2rem}@media(min-width:1024px){.proof-stack-case-study-content{grid-template-columns:repeat(2,minmax(0,1fr))}}.proof-stack-case-study-text{display:flex;flex-direction:column;justify-content:center}.proof-stack-case-study-title{margin-bottom:.5rem;font-size:1.875rem;line-height:2.25rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.proof-stack-case-study-subtitle{margin-bottom:2rem;font-size:1.125rem;line-height:1.75rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.proof-stack-case-study-stats{margin-bottom:2rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.proof-stack-stat{text-align:center}.proof-stack-stat-number{margin-bottom:.25rem;font-size:2.25rem;line-height:2.5rem;font-weight:700;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.proof-stack-stat-label{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.proof-stack-case-study-cta{display:inline-flex;align-items:center;justify-content:center;border-radius:.375rem;font-size:.875rem;line-height:1.25rem;font-weight:500;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.proof-stack-case-study-cta:focus-visible{outline:2px solid transparent;outline-offset:2px;--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);--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));--tw-ring-offset-width: 2px}.proof-stack-case-study-cta:disabled{pointer-events:none;opacity:.5}.proof-stack-case-study-cta{border-width:1px;--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1));--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.proof-stack-case-study-cta:hover{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.proof-stack-case-study-cta:active{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.proof-stack-case-study-cta{display:inline-flex;align-items:center;align-self:flex-start;padding-left:1.5rem;padding-right:1.5rem}.proof-stack-case-study-image{display:flex;align-items:center;justify-content:center;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.proof-stack-placeholder-image{padding:2rem;text-align:center}.proof-stack-placeholder-icon{margin-left:auto;margin-right:auto;margin-bottom:1rem;height:6rem;width:6rem;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.proof-stack-placeholder-text{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.tech-specs-container{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:6rem 1rem}@media(min-width:640px){.tech-specs-container{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:768px){.tech-specs-container{padding-top:8rem;padding-bottom:8rem}}@media(min-width:1024px){.tech-specs-container{padding-left:2rem;padding-right:2rem}}.tech-specs-container{transition:background-color .7s ease-in-out;will-change:background-color}.tech-specs-content{margin-left:auto;margin-right:auto;max-width:80rem}.tech-specs-header{margin-bottom:2rem;text-align:center}.tech-specs-title{margin-bottom:1rem;font-size:2.25rem;line-height:2.5rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.tech-specs-grid{margin-bottom:2rem;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem}@media(min-width:768px){.tech-specs-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.tech-specs-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.tech-spec-item{display:flex;align-items:center;gap:.75rem;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1));padding:1rem}.tech-spec-icon{height:1.5rem;width:1.5rem;flex-shrink:0;--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.tech-spec-text{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.tech-specs-footer{text-align:center}.tech-specs-footer-text{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.tech-specs-footer-link{margin-left:.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.tech-specs-footer-link:hover{text-decoration-line:underline}.risk-reversal-container{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1));padding:6rem 1rem}@media(min-width:640px){.risk-reversal-container{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:768px){.risk-reversal-container{padding-top:8rem;padding-bottom:8rem}}@media(min-width:1024px){.risk-reversal-container{padding-left:2rem;padding-right:2rem}}.risk-reversal-container{transition:background-color .7s ease-in-out;will-change:background-color}.risk-reversal-container.section-active{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.risk-reversal-container.section-active .risk-reversal-title,.risk-reversal-container.section-active .risk-reversal-card-title,.risk-reversal-container.section-active .risk-reversal-card-description,.risk-reversal-container.section-active .risk-reversal-footer-text{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.risk-reversal-container.section-active .risk-reversal-card,.risk-reversal-container.section-active .risk-reversal-footer{--tw-border-opacity: 1;border-color:rgb(31 41 55 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.risk-reversal-content{margin-left:auto;margin-right:auto;max-width:80rem}.risk-reversal-header{margin-bottom:3rem;text-align:center}.risk-reversal-title{margin-bottom:1rem;font-size:2.25rem;line-height:2.5rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.risk-reversal-grid{margin-bottom:3rem;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:2rem}@media(min-width:768px){.risk-reversal-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.risk-reversal-card{border-radius:.75rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:2rem;--tw-shadow: 0 1px 2px 0 rgb(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);transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.risk-reversal-card:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.risk-reversal-card-icon{margin-bottom:1rem}.risk-reversal-icon{height:3rem;width:3rem;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.risk-reversal-card-title{margin-bottom:.75rem;font-size:1.25rem;line-height:1.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.risk-reversal-card-description{margin-bottom:1rem;line-height:1.625;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.risk-reversal-card-link{font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.risk-reversal-card-link:hover{text-decoration-line:underline}.risk-reversal-footer{border-radius:.75rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1.5rem;text-align:center;--tw-shadow: 0 1px 2px 0 rgb(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)}.risk-reversal-footer-text{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.risk-reversal-footer-link{font-weight:600;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.risk-reversal-footer-link:hover{text-decoration-line:underline}.social-proof-container{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:6rem 1rem}@media(min-width:640px){.social-proof-container{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:768px){.social-proof-container{padding-top:8rem;padding-bottom:8rem}}@media(min-width:1024px){.social-proof-container{padding-left:2rem;padding-right:2rem}}.social-proof-container{transition:background-color .7s ease-in-out;will-change:background-color}.social-proof-content{margin-left:auto;margin-right:auto;max-width:80rem}.social-proof-header{margin-bottom:3rem;text-align:center}.social-proof-title{margin-bottom:1rem;font-size:2.25rem;line-height:2.5rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.social-proof-grid{margin-bottom:2rem;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:3rem}@media(min-width:768px){.social-proof-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.social-proof-logo{display:flex;align-items:center;justify-content:center}.social-proof-placeholder-logo{width:100%;border-radius:.5rem;border-width:2px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1));padding:2rem;text-align:center;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.social-proof-placeholder-logo:hover{--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity, 1))}.social-proof-placeholder-icon{margin-left:auto;margin-right:auto;margin-bottom:.75rem;height:4rem;width:4rem;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.social-proof-placeholder-text{font-size:1.125rem;line-height:1.75rem;font-weight:600;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.social-proof-footer{text-align:center}.social-proof-footer-text{font-style:italic;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.faq-container{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1));padding:6rem 1rem}@media(min-width:640px){.faq-container{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:768px){.faq-container{padding-top:8rem;padding-bottom:8rem}}@media(min-width:1024px){.faq-container{padding-left:2rem;padding-right:2rem}}.faq-container{transition:background-color .7s ease-in-out;will-change:background-color}.faq-container.section-active{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.faq-container.section-active .faq-title,.faq-container.section-active .faq-subtitle,.faq-container.section-active .faq-question-text,.faq-container.section-active .faq-chevron{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.faq-container.section-active .faq-item{--tw-border-opacity: 1;border-color:rgb(31 41 55 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.faq-container.section-active .faq-question:hover{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.faq-container.section-active .faq-answer,.faq-container.section-active .faq-answer p{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.faq-content{margin-left:auto;margin-right:auto;max-width:56rem}.faq-header{margin-bottom:3rem;text-align:center}.faq-title{margin-bottom:1rem;font-size:2.25rem;line-height:2.5rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.faq-subtitle{font-size:1.25rem;line-height:1.75rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.faq-list{margin-bottom:3rem}.faq-list>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.faq-item{overflow:hidden;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 1px 2px 0 rgb(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)}.faq-question{display:flex;width:100%;align-items:center;justify-content:space-between;padding:1.5rem;text-align:left;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.faq-question:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.faq-question-text{padding-right:2rem;font-size:1.125rem;line-height:1.75rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.faq-chevron{height:1.5rem;width:1.5rem;flex-shrink:0;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.faq-answer{padding-left:1.5rem;padding-right:1.5rem;padding-bottom:1.5rem;padding-top:15px}.faq-answer p{line-height:1.625;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.faq-footer{text-align:center}.faq-footer-text{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.faq-footer-link{margin-left:.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.faq-footer-link:hover{text-decoration-line:underline}.cta-bands-container{transition:background-color .7s ease-in-out;will-change:background-color}.cta-band-sales{padding:6rem 1rem}@media(min-width:640px){.cta-band-sales{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:768px){.cta-band-sales{padding-top:8rem;padding-bottom:8rem}}@media(min-width:1024px){.cta-band-sales{padding-left:2rem;padding-right:2rem}}.cta-band-sales{background:linear-gradient(135deg,#0077c5,#00b8f5)}.cta-band-contractor{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1));padding:6rem 1rem}@media(min-width:640px){.cta-band-contractor{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:768px){.cta-band-contractor{padding-top:8rem;padding-bottom:8rem}}@media(min-width:1024px){.cta-band-contractor{padding-left:2rem;padding-right:2rem}}.cta-band-content{margin-left:auto;margin-right:auto;display:flex;max-width:80rem;flex-direction:column;align-items:center;justify-content:space-between;gap:2rem}@media(min-width:768px){.cta-band-content{flex-direction:row}}.cta-band-text{flex:1 1 0%;text-align:center}@media(min-width:768px){.cta-band-text{text-align:left}}.cta-band-title{margin-bottom:.75rem;font-size:1.875rem;line-height:2.25rem;font-weight:700;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.cta-band-contractor .cta-band-title{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.cta-band-description{font-size:1.125rem;line-height:1.75rem;line-height:1.625;color:#ffffffe6}.cta-band-contractor .cta-band-description{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.cta-band-buttons{display:flex;flex-direction:column;gap:1rem}@media(min-width:640px){.cta-band-buttons{flex-direction:row}}.cta-band-btn-primary{display:inline-flex;align-items:center;justify-content:center;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.75rem 2rem;font-weight:600;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.cta-band-btn-primary:hover{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.cta-band-btn-secondary{display:inline-flex;align-items:center;justify-content:center;border-radius:.5rem;border-width:2px;--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1));background-color:transparent;padding:.75rem 2rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.cta-band-btn-secondary:hover{background-color:#ffffff1a}.cta-band-contractor .cta-band-btn-secondary{--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity, 1));--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.cta-band-contractor .cta-band-btn-secondary:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.heritage-section-container{width:100%;transition:background-color .7s ease-in-out;will-change:background-color}.heritage-section-container.section-active{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.heritage-hero-section{position:relative;height:100vh;min-height:600px;background-image:url(/images/acdw-core-showcase-background.png);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center}.heritage-hero-section:before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#0009,#0006);z-index:1}.heritage-hero-content{position:relative;z-index:10;margin-left:auto;margin-right:auto;max-width:56rem;padding-left:1rem;padding-right:1rem}@media(min-width:640px){.heritage-hero-content{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.heritage-hero-content{padding-left:2rem;padding-right:2rem}}.heritage-hero-content{display:flex;flex-direction:column;justify-content:space-between;height:100%;padding-top:4rem;padding-bottom:4rem}.heritage-hero-top,.heritage-hero-bottom{text-align:center}.heritage-hero-title{margin-bottom:.5rem;font-size:2.25rem;line-height:2.5rem;font-weight:700;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}@media(min-width:768px){.heritage-hero-title{font-size:3rem;line-height:1}}.heritage-hero-title{text-shadow:0 2px 4px rgba(0,0,0,.5)}.heritage-hero-subtitle{font-size:1.125rem;line-height:1.75rem;color:#ffffffe6}@media(min-width:768px){.heritage-hero-subtitle{font-size:1.25rem;line-height:1.75rem}}.heritage-hero-subtitle{text-shadow:0 1px 2px rgba(0,0,0,.5)}.heritage-hero-product-title{margin-bottom:1rem;font-size:1.875rem;line-height:2.25rem;font-weight:700;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}@media(min-width:768px){.heritage-hero-product-title{font-size:2.25rem;line-height:2.5rem}}.heritage-hero-product-title{text-shadow:0 2px 4px rgba(0,0,0,.5)}.heritage-hero-description{margin-left:auto;margin-right:auto;max-width:48rem;font-size:1rem;line-height:1.5rem;line-height:1.625;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}@media(min-width:768px){.heritage-hero-description{font-size:1.125rem;line-height:1.75rem}}.heritage-hero-description{text-shadow:0 1px 2px rgba(0,0,0,.5)}.heritage-bottom-section{width:100%;background:linear-gradient(to bottom,#000000e6,#000000f2);padding:5rem 0;margin-top:2rem}.heritage-bottom-container{margin-left:auto;margin-right:auto;max-width:80rem;padding-left:1rem;padding-right:1rem}@media(min-width:640px){.heritage-bottom-container{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.heritage-bottom-container{padding-left:2rem;padding-right:2rem}}.heritage-bottom-container{display:grid;grid-template-columns:1fr 1fr;gap:2rem}@media(max-width:768px){.heritage-bottom-container{grid-template-columns:1fr;gap:2rem}}.heritage-upgrade-column,.heritage-support-column{display:flex;flex-direction:column;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:1.5rem;padding:2.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.heritage-support-badge{margin-bottom:1.5rem;display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center;gap:.5rem;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.375rem .75rem;font-size:.875rem;line-height:1.25rem;font-weight:700;--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.heritage-support-badge-icon{height:1.25rem;width:1.25rem}.heritage-upgrade-title{margin-bottom:.75rem;font-size:1.875rem;line-height:2.25rem;font-weight:700;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.heritage-upgrade-subtitle{margin-bottom:1.5rem;font-size:1rem;line-height:1.5rem;color:#ffffffb3}.heritage-upgrade-badge{margin-bottom:1.5rem;display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center;gap:.5rem;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(234 88 12 / var(--tw-bg-opacity, 1));padding:.375rem .75rem;font-size:.875rem;line-height:1.25rem;font-weight:700;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.heritage-upgrade-badge-icon{height:1.25rem;width:1.25rem}.heritage-upgrade-description{margin-bottom:2rem;font-size:1rem;line-height:1.5rem;line-height:1.625;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.heritage-upgrade-description strong{font-weight:700;--tw-text-opacity: 1;color:rgb(254 215 170 / var(--tw-text-opacity, 1))}.heritage-upgrade-cta{border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(234 88 12 / var(--tw-bg-opacity, 1));padding:.75rem 2rem;font-size:1rem;line-height:1.5rem;font-weight:700;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition:all .3s ease;box-shadow:0 4px 6px #0003;align-self:flex-start;margin-top:auto}.heritage-upgrade-cta:hover{--tw-bg-opacity: 1;background-color:rgb(194 65 12 / var(--tw-bg-opacity, 1));transform:translateY(-2px);box-shadow:0 6px 12px #0000004d}.heritage-support-title{margin-bottom:.75rem;font-size:1.875rem;line-height:2.25rem;font-weight:700;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.heritage-support-subtitle{margin-bottom:1.5rem;font-size:1rem;line-height:1.5rem;color:#ffffffb3}.heritage-support-description{margin-bottom:2rem;line-height:1.625;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.heritage-support-description strong{font-weight:600;--tw-text-opacity: 1;color:rgb(251 146 60 / var(--tw-text-opacity, 1))}.heritage-support-cta{padding:.75rem 1.5rem;font-size:1rem;line-height:1.5rem;font-weight:600;background:transparent;color:#ffffffe6;border:2px solid rgba(255,255,255,.5);border-radius:.5rem;transition:all .2s;align-self:flex-start;margin-top:auto}.heritage-support-cta:hover{background:#ffffff1a;border-color:#fffc}.upgrade-modal-overlay{position:fixed;inset:0;z-index:50;display:flex;align-items:center;justify-content:center;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1));--tw-bg-opacity: .75;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.upgrade-modal-container{margin-left:1rem;margin-right:1rem;width:100%;max-width:42rem;border-radius:1rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 25px 50px -12px rgb(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);max-height:90vh;overflow-y:auto}.upgrade-modal-close{position:absolute;top:1rem;right:1rem;font-size:2.25rem;line-height:2.5rem;font-weight:300;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.upgrade-modal-close:hover{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.upgrade-modal-close{width:40px;height:40px;line-height:1}.upgrade-modal-content{padding:2rem}.upgrade-modal-header{margin-bottom:1.5rem;padding-right:2rem}.upgrade-modal-title{margin-bottom:.5rem;font-size:1.875rem;line-height:2.25rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.upgrade-modal-subtitle{font-size:1rem;line-height:1.5rem;line-height:1.625;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.upgrade-process-steps{margin-bottom:1.5rem;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1));padding:1.5rem}.upgrade-process-steps-title{margin-bottom:.75rem;font-size:1.125rem;line-height:1.75rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.upgrade-process-steps-list{list-style-position:inside;list-style-type:decimal}.upgrade-process-steps-list>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.upgrade-process-steps-list{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1));padding-left:1rem}.upgrade-process-steps-list li{padding-left:.5rem}.upgrade-modal-form>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.upgrade-form-group>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.upgrade-form-label{display:block;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.upgrade-form-helper{margin-bottom:.5rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.upgrade-form-input{width:100%;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));padding:.75rem 1rem;font-size:1rem;line-height:1.5rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.upgrade-form-input:focus{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1));--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);--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.upgrade-form-input-error{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.upgrade-form-input-error:focus{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1));--tw-ring-opacity: 1;--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1))}.upgrade-form-field-error{margin-top:.25rem;font-size:.875rem;line-height:1.25rem;font-style:italic;--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.upgrade-form-checkbox-error{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.upgrade-form-checkbox-label-error{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.upgrade-form-file{width:100%;border-radius:.5rem;border-width:2px;border-style:dashed;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));padding:.75rem 1rem;font-size:1rem;line-height:1.5rem;--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.upgrade-form-file::file-selector-button{margin-right:1rem;border-radius:9999px;border-width:0px;padding:.5rem 1rem;--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1));font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.upgrade-form-file{cursor:pointer}.upgrade-form-file::file-selector-button:hover{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.upgrade-form-file-error{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.upgrade-form-error-message{margin-top:.5rem;font-size:.875rem;line-height:1.25rem;font-style:italic;--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.toast-notification{position:fixed;top:1rem;right:1rem;max-width:28rem;z-index:9999;display:flex;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;border-radius:.75rem;box-shadow:0 10px 25px -5px #0003,0 8px 10px -6px #0000001a;animation:slideInRight .3s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.toast-content{display:flex;flex:1 1 0%;align-items:flex-start;gap:.75rem}.toast-icon{margin-top:.125rem;height:1.5rem;width:1.5rem;flex-shrink:0}.toast-success .toast-icon{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.toast-error .toast-icon{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.toast-message{font-size:.875rem;line-height:1.25rem;line-height:1.625}.toast-success .toast-message{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.toast-error .toast-message{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.toast-close{font-size:1.25rem;line-height:1.75rem;font-weight:300;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.toast-close:hover{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.toast-close{width:24px;height:24px;line-height:1;flex-shrink:0;transition:color .2s}.toast-success .toast-close:hover{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.toast-error .toast-close:hover{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}.toast-notification:not(.toast-visible){animation:slideOutRight .3s ease-in forwards}.upgrade-form-acknowledgment{border-radius:.25rem;border-left-width:4px;--tw-border-opacity: 1;border-color:rgb(250 204 21 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1));padding:1rem}.upgrade-form-checkbox-label{display:flex;cursor:pointer;align-items:flex-start;gap:.75rem}.upgrade-form-checkbox{margin-top:.25rem;height:1.25rem;width:1.25rem;border-radius:.25rem;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1));cursor:pointer}.upgrade-form-checkbox:focus{--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);--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.upgrade-form-checkbox-label span{flex:1 1 0%;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.upgrade-form-actions{margin-top:1.5rem;display:flex;justify-content:flex-end;gap:.75rem;border-top-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));padding-top:1rem}.upgrade-form-cancel{border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1));padding:.75rem 1.5rem;font-size:1rem;line-height:1.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.upgrade-form-cancel:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.upgrade-form-submit{border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(234 88 12 / var(--tw-bg-opacity, 1));padding:.75rem 2rem;font-size:1rem;line-height:1.5rem;font-weight:700;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.upgrade-form-submit:hover{--tw-bg-opacity: 1;background-color:rgb(194 65 12 / var(--tw-bg-opacity, 1))}.upgrade-form-submit{box-shadow:0 4px 6px #0000001a}.upgrade-form-submit:hover{transform:translateY(-1px);box-shadow:0 6px 12px #00000026}.upgrade-form-success{padding:2rem 1rem;text-align:center}.upgrade-form-success-icon{margin-left:auto;margin-right:auto;margin-bottom:1.5rem;display:flex;height:5rem;width:5rem;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.upgrade-form-success-icon svg{height:3rem;width:3rem;--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.upgrade-form-success-title{margin-bottom:1rem;font-size:1.5rem;line-height:2rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.upgrade-form-success-message{margin-bottom:2rem;font-size:1rem;line-height:1.5rem;line-height:1.625;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.upgrade-form-success-next-steps{margin-bottom:2rem;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1));padding:1.5rem;text-align:left}.upgrade-form-success-next-steps-title{margin-bottom:1rem;font-size:1.125rem;line-height:1.75rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.upgrade-form-success-next-steps-list>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.upgrade-form-success-next-steps-list{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1));list-style:decimal;padding-left:1.5rem}.upgrade-form-success-next-steps-list li{line-height:1.625}.upgrade-form-success-close{border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(234 88 12 / var(--tw-bg-opacity, 1));padding:.75rem 2rem;font-size:1rem;line-height:1.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.upgrade-form-success-close:hover{--tw-bg-opacity: 1;background-color:rgb(194 65 12 / var(--tw-bg-opacity, 1))}.upgrade-form-success-close{box-shadow:0 4px 6px #0000001a}.upgrade-form-success-close:hover{transform:translateY(-1px);box-shadow:0 6px 12px #00000026}.footer-container{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.footer-heading-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.footer-content{width:100%}@media(min-width:640px){.footer-content{max-width:640px}}@media(min-width:768px){.footer-content{max-width:768px}}@media(min-width:1024px){.footer-content{max-width:1024px}}@media(min-width:1280px){.footer-content{max-width:1280px}}@media(min-width:1536px){.footer-content{max-width:1536px}}.footer-content{margin-left:auto;margin-right:auto;max-width:80rem;padding-left:1rem;padding-right:1rem}@media(min-width:1024px){.footer-content{padding-left:2rem;padding-right:2rem}}.footer-content{margin-left:auto;margin-right:auto;padding:3rem 1rem}@media(min-width:640px){.footer-content{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.footer-content{padding:4rem 2rem}}.footer-top{margin-bottom:3rem;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:2rem}@media(min-width:1024px){.footer-top{grid-template-columns:repeat(12,minmax(0,1fr));gap:3rem}}@media(min-width:1024px){.footer-company-section{grid-column:span 4 / span 4}}.footer-brand{margin-bottom:1rem}.footer-logo-link{display:inline-block}.footer-logo-image{height:2rem}.footer-description{max-width:24rem;font-size:.875rem;line-height:1.25rem;line-height:1.625;--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.footer-links-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}@media(min-width:768px){.footer-links-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(min-width:1024px){.footer-links-grid{grid-column:span 8 / span 8;gap:3rem}}.footer-section{display:flex;flex-direction:column}.footer-section-title{margin-bottom:1rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));min-height:1.5rem;display:flex;align-items:flex-start}.footer-link-list>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.footer-link-list{list-style:none;padding:0;margin:0}.footer-link{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.footer-link:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.footer-link{display:inline-block}.footer-contact-section{border-top-width:1px;--tw-border-opacity: 1;border-color:rgb(31 41 55 / var(--tw-border-opacity, 1));padding-top:2rem}.footer-contact-info{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem}@media(min-width:640px){.footer-contact-info{flex-direction:row;align-items:flex-start;gap:2rem}}.footer-contact-item{display:flex;align-items:center;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.footer-contact-icon{margin-right:.75rem;height:1.25rem;width:1.25rem;flex-shrink:0}.footer-bottom{margin-top:2rem;border-top-width:1px;--tw-border-opacity: 1;border-color:rgb(31 41 55 / var(--tw-border-opacity, 1));padding-top:2rem}.footer-bottom-content{text-align:center}.footer-copyright{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.footer-badges{margin-top:.5rem;font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.video-modal-overlay{position:fixed;inset:0;z-index:50;display:flex;align-items:center;justify-content:center;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1));--tw-bg-opacity: .75;padding:1rem}.video-modal-container{position:relative;width:100%;max-width:56rem;overflow:hidden;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1));max-height:90vh}.video-modal-close{position:absolute;top:1rem;right:1rem;z-index:10;border-radius:9999px;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-bg-opacity: .2;padding:.5rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.video-modal-close:hover{--tw-bg-opacity: .3}.video-modal-close-icon{height:1.5rem;width:1.5rem;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.video-modal-content{position:relative;width:100%;padding-bottom:56.25%}.video-modal-embed{position:absolute;top:0;left:0;height:100%;width:100%}.video-modal-iframe{height:100%;width:100%}.about-page-container{min-height:100vh;--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.about-page-content{width:100%}@media(min-width:640px){.about-page-content{max-width:640px}}@media(min-width:768px){.about-page-content{max-width:768px}}@media(min-width:1024px){.about-page-content{max-width:1024px}}@media(min-width:1280px){.about-page-content{max-width:1280px}}@media(min-width:1536px){.about-page-content{max-width:1536px}}.about-page-content{margin-left:auto;margin-right:auto;max-width:80rem;padding-left:1rem;padding-right:1rem}@media(min-width:640px){.about-page-content{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.about-page-content{padding-left:2rem;padding-right:2rem}}.about-page-content{margin-left:auto;margin-right:auto;padding:4rem 1rem}.about-page-header{margin-bottom:4rem;text-align:center}.about-page-title{font-size:2.25rem;line-height:2.5rem;font-weight:700;letter-spacing:-.025em;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}@media(min-width:640px){.about-page-title{font-size:3rem;line-height:1}}@media(min-width:1024px){.about-page-title{font-size:3.75rem;line-height:1}}.about-page-title{margin-bottom:1.5rem}.about-page-subtitle{font-size:1.125rem;line-height:1.75rem;margin-left:auto;margin-right:auto;max-width:48rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.about-page-section{margin-bottom:4rem;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:2rem;--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.about-page-section-title{font-size:1.875rem;line-height:2.25rem;font-weight:700;letter-spacing:-.025em;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}@media(min-width:640px){.about-page-section-title{font-size:2.25rem;line-height:2.5rem}}.about-page-section-title{margin-bottom:1.5rem;text-align:center}.about-page-mission-content{margin-left:auto;margin-right:auto;max-width:56rem;text-align:center}.about-page-mission-text{margin-bottom:1.5rem;font-size:1.25rem;line-height:1.75rem;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.about-page-mission-grid{margin-top:2rem;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:2rem}@media(min-width:768px){.about-page-mission-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.about-page-mission-item{text-align:center}.about-page-mission-icon{margin-left:auto;margin-right:auto;margin-bottom:1rem;display:flex;height:4rem;width:4rem;align-items:center;justify-content:center;border-radius:9999px}.about-page-mission-icon-easier{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.about-page-mission-icon-faster{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.about-page-mission-icon-profitable{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))}.about-page-mission-icon-svg{height:2rem;width:2rem}.about-page-mission-icon-easier .about-page-mission-icon-svg{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.about-page-mission-icon-faster .about-page-mission-icon-svg{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.about-page-mission-icon-profitable .about-page-mission-icon-svg{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}.about-page-mission-item-title{margin-bottom:.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.about-page-mission-item-description{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.about-page-info-grid{margin-bottom:4rem;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:2rem}@media(min-width:1024px){.about-page-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.about-page-info-card{border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:2rem;--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.about-page-info-card-title{font-size:1.875rem;line-height:2.25rem;font-weight:700;letter-spacing:-.025em;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}@media(min-width:640px){.about-page-info-card-title{font-size:2.25rem;line-height:2.5rem}}.about-page-info-card-title{margin-bottom:1.5rem}.about-page-info-list>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.about-page-info-list{list-style:none;padding:0;margin:0}.about-page-info-item{display:flex;align-items:center}.about-page-info-icon{margin-right:.75rem;height:1.25rem;width:1.25rem;flex-shrink:0}.about-page-info-icon-green{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.about-page-info-icon-blue{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.about-page-info-text{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.about-page-leadership{margin-bottom:4rem}.about-page-leadership-content{margin-left:auto;margin-right:auto;max-width:42rem}.about-page-leadership-profile{display:flex;align-items:center}.about-page-leadership-profile>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.about-page-leadership-avatar{display:flex;height:6rem;width:6rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.about-page-leadership-avatar-icon{height:3rem;width:3rem;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.about-page-leadership-details{flex:1 1 0%}.about-page-leadership-name{font-size:1.5rem;line-height:2rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.about-page-leadership-role{margin-bottom:1rem;font-size:1.125rem;line-height:1.75rem;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.about-page-leadership-bio{margin-bottom:1rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.about-page-leadership-contact{display:flex;align-items:center}.about-page-leadership-contact>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.about-page-leadership-contact-link{display:flex;align-items:center;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.about-page-leadership-contact-link:hover{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.about-page-leadership-contact-icon{margin-right:.5rem;height:1.25rem;width:1.25rem}.about-page-leadership-contact-text{font-size:.875rem;line-height:1.25rem}.about-page-company-content{margin-left:auto;margin-right:auto;max-width:56rem}.about-page-company-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:2rem}@media(min-width:768px){.about-page-company-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.about-page-company-item-title{margin-bottom:.75rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.about-page-company-item-text{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.about-page-company-item-list>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.about-page-company-item-text-deprecated{font-style:italic;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.visible{visibility:visible}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.left-0{left:0}.z-10{z-index:10}.mx-auto{margin-left:auto;margin-right:auto}.mb-1{margin-bottom:.25rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-2{margin-left:.5rem}.ml-4{margin-left:1rem}.ml-6{margin-left:1.5rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.block{display:block}.flex{display:flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.h-20{height:5rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.min-h-screen{min-height:100vh}.w-10{width:2.5rem}.w-12{width:3rem}.w-16{width:4rem}.w-20{width:5rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-full{width:100%}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-6xl{max-width:72rem}.max-w-none{max-width:none}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.animate-spin{animation:spin 1s linear infinite}.cursor-pointer{cursor:pointer}.list-inside{list-style-position:inside}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,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-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-t{border-top-width:1px}.border-blue-200{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-green-200{--tw-border-opacity: 1;border-color:rgb(187 247 208 / var(--tw-border-opacity, 1))}.border-primary-200{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.border-primary-600{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1))}.border-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.bg-orange-50{--tw-bg-opacity: 1;background-color:rgb(255 247 237 / var(--tw-bg-opacity, 1))}.bg-orange-500{--tw-bg-opacity: 1;background-color:rgb(249 115 22 / var(--tw-bg-opacity, 1))}.bg-primary-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-purple-100{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-yellow-500{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity, 1))}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.pl-6{padding-left:1.5rem}.pt-8{padding-top:2rem}.text-center{text-align:center}.text-right{text-align:right}.text-2xl{font-size:1.5rem;line-height:2rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.italic{font-style:italic}.leading-relaxed{line-height:1.625}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.text-orange-600{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.text-primary-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-purple-600{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-yellow-600{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.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)}.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)}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.homeowner-hero-container{padding-top:4rem;padding-bottom:4rem;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}@media(min-width:768px){.homeowner-hero-container{padding-top:6rem;padding-bottom:6rem}}.homeowner-hero-container{background:linear-gradient(45deg,#2563eb,#1e40af,#172554);min-height:80vh;display:flex;align-items:center}.homeowner-hero-content{width:100%}@media(min-width:640px){.homeowner-hero-content{max-width:640px}}@media(min-width:768px){.homeowner-hero-content{max-width:768px}}@media(min-width:1024px){.homeowner-hero-content{max-width:1024px}}@media(min-width:1280px){.homeowner-hero-content{max-width:1280px}}@media(min-width:1536px){.homeowner-hero-content{max-width:1536px}}.homeowner-hero-content{margin-left:auto;margin-right:auto;max-width:80rem;padding-left:1rem;padding-right:1rem}@media(min-width:640px){.homeowner-hero-content{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.homeowner-hero-content{padding-left:2rem;padding-right:2rem}}.homeowner-hero-content{margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.homeowner-hero-header{margin-left:auto;margin-right:auto;max-width:56rem;text-align:center}.homeowner-hero-headline{margin-bottom:1.5rem;font-size:2.25rem;line-height:2.5rem;font-weight:700}@media(min-width:768px){.homeowner-hero-headline{font-size:3rem;line-height:1}}@media(min-width:1024px){.homeowner-hero-headline{font-size:3.75rem;line-height:1}}.homeowner-hero-headline{line-height:1.1}.homeowner-hero-highlight{color:#f97316}.homeowner-hero-subheadline{margin-left:auto;margin-right:auto;margin-bottom:2rem;max-width:48rem;font-size:1.125rem;line-height:1.75rem;color:#ffffffe6}@media(min-width:768px){.homeowner-hero-subheadline{font-size:1.25rem;line-height:1.75rem}}.homeowner-hero-badge-row{margin-bottom:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem}@media(min-width:640px){.homeowner-hero-badge-row{flex-direction:row}}.homeowner-hero-badge{display:inline-flex;align-items:center;gap:.5rem;border-radius:9999px;border-width:1px;border-color:#fff3;background-color:#ffffff26;padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));--tw-backdrop-blur: blur(12px);-webkit-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);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)}.homeowner-hero-ctas{margin-top:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}@media(min-width:640px){.homeowner-hero-ctas{flex-direction:row}}.homeowner-hero-cta-primary{display:inline-flex;align-items:center;justify-content:center;border-radius:.375rem;font-size:.875rem;line-height:1.25rem;font-weight:500;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.homeowner-hero-cta-primary:focus-visible{outline:2px solid transparent;outline-offset:2px;--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);--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));--tw-ring-offset-width: 2px}.homeowner-hero-cta-primary:disabled{pointer-events:none;opacity:.5}.homeowner-hero-cta-primary{height:3rem;font-size:1rem;line-height:1.5rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding-left:2rem;padding-right:2rem;font-weight:600;--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.homeowner-hero-cta-primary:hover{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.homeowner-hero-cta-secondary{display:inline-flex;align-items:center;justify-content:center;border-radius:.375rem;font-size:.875rem;line-height:1.25rem;font-weight:500;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.homeowner-hero-cta-secondary:focus-visible{outline:2px solid transparent;outline-offset:2px;--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);--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));--tw-ring-offset-width: 2px}.homeowner-hero-cta-secondary:disabled{pointer-events:none;opacity:.5}.homeowner-hero-cta-secondary{height:3rem;font-size:1rem;line-height:1.5rem;border-width:2px;--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1));padding-left:2rem;padding-right:2rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.homeowner-hero-cta-secondary:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.homeowner-features-section{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding-top:4rem;padding-bottom:4rem}@media(min-width:768px){.homeowner-features-section{padding-top:6rem;padding-bottom:6rem}}.homeowner-features-content{width:100%}@media(min-width:640px){.homeowner-features-content{max-width:640px}}@media(min-width:768px){.homeowner-features-content{max-width:768px}}@media(min-width:1024px){.homeowner-features-content{max-width:1024px}}@media(min-width:1280px){.homeowner-features-content{max-width:1280px}}@media(min-width:1536px){.homeowner-features-content{max-width:1536px}}.homeowner-features-content{margin-left:auto;margin-right:auto;max-width:80rem;padding-left:1rem;padding-right:1rem}@media(min-width:640px){.homeowner-features-content{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.homeowner-features-content{padding-left:2rem;padding-right:2rem}}.homeowner-features-content{margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.homeowner-features-grid{margin-bottom:3rem;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem}@media(min-width:768px){.homeowner-features-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.homeowner-feature-card{position:relative;overflow:hidden;border-radius:1.5rem;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.homeowner-feature-card:hover{--tw-scale-x: 1.02;--tw-scale-y: 1.02;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.homeowner-feature-card{display:flex;flex-direction:column}@media(min-width:768px){.homeowner-feature-card-1{grid-column:span 1 / span 1}}.homeowner-feature-card-1{min-height:400px}@media(min-width:768px){.homeowner-feature-card-2{grid-row:span 2 / span 2}}.homeowner-feature-card-2{min-height:600px}@media(min-width:768px){.homeowner-feature-card-3{grid-column:span 1 / span 1}}.homeowner-feature-card-3{min-height:400px}.homeowner-feature-card-background{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#ffffff1a;border:2px solid rgba(255,255,255,.3)}.homeowner-feature-card-bg-2{background-image:url(/images/ACDW-Mini-Cap-blk.png);background-repeat:no-repeat;background-position:center}.homeowner-feature-card-overlay{position:absolute;inset:0;background:linear-gradient(to top,#000c,#0006,#0003)}.homeowner-feature-card-2 .homeowner-feature-card-overlay{background:transparent}.homeowner-feature-card-content{position:relative;z-index:10;margin-top:auto;display:flex;flex-direction:column;gap:.75rem;padding:1.5rem}.homeowner-feature-card-content-light{position:relative;z-index:10;gap:1rem;border-radius:1rem;padding:2rem;text-align:left;align-self:flex-start;max-width:85%}.homeowner-feature-card-badge{display:inline-block;align-self:flex-start;border-radius:9999px;background-color:#fff3;padding:.25rem .75rem;font-size:.75rem;line-height:1rem;font-weight:600;color:#ffffffe6}.homeowner-feature-card-badge-light{display:inline-block;align-self:flex-start;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1));padding:.25rem .75rem;font-size:.75rem;line-height:1rem;font-weight:600;--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.homeowner-feature-card-title{font-size:1.25rem;line-height:1.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}@media(min-width:768px){.homeowner-feature-card-title{font-size:1.5rem;line-height:2rem}}.homeowner-feature-card-title-light{font-size:1.5rem;line-height:2rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}@media(min-width:768px){.homeowner-feature-card-title-light{font-size:1.875rem;line-height:2.25rem}}.homeowner-feature-card-description{font-size:.875rem;line-height:1.25rem;color:#fffc}@media(min-width:768px){.homeowner-feature-card-description{font-size:1rem;line-height:1.5rem}}.homeowner-feature-card-description-light{font-size:1rem;line-height:1.5rem;line-height:1.625;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.homeowner-feature-card-cta{margin-top:.5rem;border-radius:.5rem;border-width:1px;border-color:#ffffff4d;background-color:#ffffff1a;padding:.75rem 1.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.homeowner-feature-card-cta:hover{background-color:#fff3}.homeowner-feature-card-cta-primary{--tw-border-opacity: 1;border-color:rgb(249 115 22 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(249 115 22 / var(--tw-bg-opacity, 1))}.homeowner-feature-card-cta-primary:hover{--tw-bg-opacity: 1;background-color:rgb(234 88 12 / var(--tw-bg-opacity, 1))}.homeowner-features-trust-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.homeowner-trust-badge-item{display:flex;align-items:center;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.homeowner-trust-icon{margin-right:.5rem;height:1.25rem;width:1.25rem;--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.homeowner-trust-text{font-size:.875rem;line-height:1.25rem;font-weight:500}@media(min-width:768px){.homeowner-feature-card-1{grid-column:1;grid-row:1}.homeowner-feature-card-2{grid-column:2;grid-row:1 / 3}.homeowner-feature-card-3{grid-column:1;grid-row:2}}.homeowner-problem-section{position:relative;overflow:hidden;background:linear-gradient(135deg,#0077c5,#00b8f5);min-height:600px;display:flex;align-items:center}.homeowner-problem-background{position:absolute;inset:0;background:transparent}.homeowner-problem-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#002040bf,#004080a6 60%,#0060a08c)}.homeowner-problem-content{width:100%}@media(min-width:640px){.homeowner-problem-content{max-width:640px}}@media(min-width:768px){.homeowner-problem-content{max-width:768px}}@media(min-width:1024px){.homeowner-problem-content{max-width:1024px}}@media(min-width:1280px){.homeowner-problem-content{max-width:1280px}}@media(min-width:1536px){.homeowner-problem-content{max-width:1536px}}.homeowner-problem-content{margin-left:auto;margin-right:auto;max-width:80rem;padding-left:1rem;padding-right:1rem}@media(min-width:640px){.homeowner-problem-content{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.homeowner-problem-content{padding-left:2rem;padding-right:2rem}}.homeowner-problem-content{position:relative;margin-left:auto;margin-right:auto;padding:5rem 1.5rem;text-align:center;z-index:10}.homeowner-problem-headline{margin-bottom:1rem;font-size:2.25rem;line-height:2.5rem;font-weight:700;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}@media(min-width:768px){.homeowner-problem-headline{font-size:3rem;line-height:1}}.homeowner-problem-subheadline{margin-bottom:3rem;font-size:1.25rem;line-height:1.75rem;color:#ffffffe6}.homeowner-problem-stats{margin-left:auto;margin-right:auto;display:grid;max-width:64rem;grid-template-columns:repeat(1,minmax(0,1fr));gap:2rem}@media(min-width:768px){.homeowner-problem-stats{grid-template-columns:repeat(3,minmax(0,1fr))}}.homeowner-stat{border-radius:.75rem;border-width:1px;border-color:#fff3;background-color:#ffffff1a;padding:2rem;--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);--tw-backdrop-blur: blur(16px);-webkit-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);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)}.homeowner-stat-icon-wrapper{margin-left:auto;margin-right:auto;margin-bottom:1rem;display:flex;height:4rem;width:4rem;align-items:center;justify-content:center;border-radius:9999px;background-color:#fff3}.homeowner-stat-icon{height:2rem;width:2rem;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.homeowner-stat-number{margin-bottom:.5rem;font-size:1.875rem;line-height:2.25rem;font-weight:700;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.homeowner-stat-label{font-size:.875rem;line-height:1.25rem;color:#fffc}.homeowner-how-it-works-container{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding-top:5rem;padding-bottom:5rem}.homeowner-how-it-works-header{width:100%}@media(min-width:640px){.homeowner-how-it-works-header{max-width:640px}}@media(min-width:768px){.homeowner-how-it-works-header{max-width:768px}}@media(min-width:1024px){.homeowner-how-it-works-header{max-width:1024px}}@media(min-width:1280px){.homeowner-how-it-works-header{max-width:1280px}}@media(min-width:1536px){.homeowner-how-it-works-header{max-width:1536px}}.homeowner-how-it-works-header{margin-left:auto;margin-right:auto;max-width:80rem;padding-left:1rem;padding-right:1rem}@media(min-width:640px){.homeowner-how-it-works-header{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.homeowner-how-it-works-header{padding-left:2rem;padding-right:2rem}}.homeowner-how-it-works-header{margin-left:auto;margin-right:auto;margin-bottom:4rem;padding-left:1.5rem;padding-right:1.5rem;text-align:center}.homeowner-how-it-works-title{margin-bottom:1rem;font-size:2.25rem;line-height:2.5rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.homeowner-how-it-works-subtitle{margin-left:auto;margin-right:auto;max-width:42rem;font-size:1.25rem;line-height:1.75rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.homeowner-how-it-works-steps{width:100%}@media(min-width:640px){.homeowner-how-it-works-steps{max-width:640px}}@media(min-width:768px){.homeowner-how-it-works-steps{max-width:768px}}@media(min-width:1024px){.homeowner-how-it-works-steps{max-width:1024px}}@media(min-width:1280px){.homeowner-how-it-works-steps{max-width:1280px}}@media(min-width:1536px){.homeowner-how-it-works-steps{max-width:1536px}}.homeowner-how-it-works-steps{margin-left:auto;margin-right:auto;max-width:80rem;padding-left:1rem;padding-right:1rem}@media(min-width:640px){.homeowner-how-it-works-steps{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.homeowner-how-it-works-steps{padding-left:2rem;padding-right:2rem}}.homeowner-how-it-works-steps{margin-left:auto;margin-right:auto;margin-bottom:3rem;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:3rem;padding-left:1.5rem;padding-right:1.5rem}@media(min-width:768px){.homeowner-how-it-works-steps{grid-template-columns:repeat(3,minmax(0,1fr))}}.homeowner-step{text-align:center}.homeowner-step-icon{margin-left:auto;margin-right:auto;margin-bottom:1.5rem;display:flex;height:5rem;width:5rem;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.homeowner-icon{height:2.5rem;width:2.5rem;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.homeowner-step-number{margin-bottom:.5rem;font-size:.875rem;line-height:1.25rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.homeowner-step-title{margin-bottom:.75rem;font-size:1.5rem;line-height:2rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.homeowner-step-description{line-height:1.625;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.homeowner-how-it-works-cta{text-align:center}.homeowner-cta-watch-video{border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1));padding:1rem 2rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.homeowner-cta-watch-video:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.homeowner-supporting-tools-container{padding-top:5rem;padding-bottom:5rem;background:linear-gradient(135deg,#00172e,#004080 60%,#006db6)}.homeowner-supporting-tools-content{width:100%}@media(min-width:640px){.homeowner-supporting-tools-content{max-width:640px}}@media(min-width:768px){.homeowner-supporting-tools-content{max-width:768px}}@media(min-width:1024px){.homeowner-supporting-tools-content{max-width:1024px}}@media(min-width:1280px){.homeowner-supporting-tools-content{max-width:1280px}}@media(min-width:1536px){.homeowner-supporting-tools-content{max-width:1536px}}.homeowner-supporting-tools-content{margin-left:auto;margin-right:auto;max-width:80rem;padding-left:1rem;padding-right:1rem}@media(min-width:640px){.homeowner-supporting-tools-content{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.homeowner-supporting-tools-content{padding-left:2rem;padding-right:2rem}}.homeowner-supporting-tools-content{margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.homeowner-supporting-tools-header{margin-left:auto;margin-right:auto;margin-bottom:3rem;max-width:48rem;text-align:center}.homeowner-supporting-tools-title{margin-bottom:1rem;font-size:2.25rem;line-height:2.5rem;font-weight:700;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.homeowner-supporting-tools-subtitle{font-size:1.125rem;line-height:1.75rem;color:#fffc}.homeowner-supporting-tools-grid{margin-left:auto;margin-right:auto;display:grid;max-width:56rem;grid-template-columns:repeat(1,minmax(0,1fr));gap:2rem}.homeowner-supporting-tool-card{border-radius:1rem;border-width:1px;border-color:#fff3;background-color:#ffffff1a;padding:2rem;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);--tw-backdrop-blur: blur(16px);-webkit-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);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);display:grid;gap:2.5rem}@media(min-width:1024px){.homeowner-supporting-tool-card{grid-template-columns:1.1fr .9fr;align-items:center}}.homeowner-supporting-tool-tag{margin-bottom:1rem;display:inline-flex;align-items:center;border-radius:9999px;background-color:#fff3;padding:.25rem .75rem;font-size:.75rem;line-height:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.homeowner-supporting-tool-name{margin-bottom:.75rem;font-size:1.5rem;line-height:2rem;font-weight:700}.homeowner-supporting-tool-description{margin-bottom:1.5rem;color:#fffc}.homeowner-supporting-tool-cta{display:inline-flex;align-items:center;justify-content:center;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.75rem 1.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1));--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.homeowner-supporting-tool-cta:hover{--tw-bg-opacity: 1;background-color:rgb(226 232 240 / var(--tw-bg-opacity, 1))}.homeowner-supporting-tool-disclaimer{margin-top:1rem;font-size:.75rem;line-height:1rem;color:#fff9}.homeowner-supporting-tool-info{display:flex;flex-direction:column;gap:1rem}.homeowner-supporting-tool-features{margin-bottom:1rem;list-style-type:disc}.homeowner-supporting-tool-features>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.homeowner-supporting-tool-features{padding-left:1.5rem;color:#fffc}.homeowner-supporting-tool-media{display:grid;gap:1rem}.homeowner-supporting-tool-image{height:auto;max-width:100%;border-radius:.75rem;border-width:1px;border-color:#fff3;--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);width:100%;-o-object-fit:contain;object-fit:contain;background:#0f172a59}.homeowner-supporting-tool-image-main{max-height:260px}.homeowner-supporting-tool-thumbs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.homeowner-supporting-tool-thumb{border-radius:.75rem;--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);width:100%;-o-object-fit:contain;object-fit:contain;background:#fffffff2}.homeowner-product-showcase-container{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1));padding-top:5rem;padding-bottom:5rem}.homeowner-product-showcase-title{margin-bottom:1rem;text-align:center;font-size:2.25rem;line-height:2.5rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.homeowner-product-showcase-subtitle{margin-left:auto;margin-right:auto;margin-bottom:3rem;max-width:42rem;text-align:center;font-size:1.25rem;line-height:1.75rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.homeowner-product-card{width:100%}@media(min-width:640px){.homeowner-product-card{max-width:640px}}@media(min-width:768px){.homeowner-product-card{max-width:768px}}@media(min-width:1024px){.homeowner-product-card{max-width:1024px}}@media(min-width:1280px){.homeowner-product-card{max-width:1280px}}@media(min-width:1536px){.homeowner-product-card{max-width:1536px}}.homeowner-product-card{margin-left:auto;margin-right:auto;max-width:80rem;padding-left:1rem;padding-right:1rem}@media(min-width:640px){.homeowner-product-card{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.homeowner-product-card{padding-left:2rem;padding-right:2rem}}.homeowner-product-card{margin-left:auto;margin-right:auto;display:grid;max-width:64rem;grid-template-columns:repeat(1,minmax(0,1fr));gap:2rem;overflow:hidden;border-radius:1rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:2rem 1.5rem;--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}@media(min-width:768px){.homeowner-product-card{grid-template-columns:repeat(2,minmax(0,1fr))}}.homeowner-product-image{display:flex;align-items:center;justify-content:center}.homeowner-product-image img{height:auto;max-width:100%;max-height:400px}.homeowner-product-details{display:flex;flex-direction:column;justify-content:center}.homeowner-product-features{margin-bottom:2rem}.homeowner-product-features>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.homeowner-feature{display:flex;align-items:flex-start}.homeowner-feature-icon{margin-right:.75rem;margin-top:.125rem;height:1.5rem;width:1.5rem;flex-shrink:0;--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.homeowner-feature-text{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.homeowner-product-pricing{margin-bottom:1.5rem;border-top-width:1px;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));padding-top:1.5rem;padding-bottom:1.5rem}.homeowner-price-main{margin-bottom:.5rem;display:flex;align-items:baseline;gap:.75rem}.homeowner-price-amount{font-size:2.25rem;line-height:2.5rem;font-weight:700;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.homeowner-price-label{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.homeowner-price-comparison{font-size:.875rem;line-height:1.25rem;font-style:italic;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.homeowner-product-cta{margin-bottom:1rem;width:100%;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(249 115 22 / var(--tw-bg-opacity, 1));padding-top:1rem;padding-bottom:1rem;font-size:1.125rem;line-height:1.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.homeowner-product-cta:hover{--tw-bg-opacity: 1;background-color:rgb(234 88 12 / var(--tw-bg-opacity, 1))}.homeowner-product-guarantee{display:flex;align-items:flex-start;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(187 247 208 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1));padding:1rem}.homeowner-guarantee-icon{margin-right:.75rem;margin-top:.125rem;height:1.5rem;width:1.5rem;flex-shrink:0;--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.homeowner-guarantee-text{display:flex;flex-direction:column}.homeowner-guarantee-text strong{margin-bottom:.25rem;--tw-text-opacity: 1;color:rgb(20 83 45 / var(--tw-text-opacity, 1))}.homeowner-guarantee-text span{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.homeowner-benefits-container{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding-top:5rem;padding-bottom:5rem}.homeowner-benefits-title{margin-bottom:4rem;text-align:center;font-size:2.25rem;line-height:2.5rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.homeowner-benefits-grid{width:100%}@media(min-width:640px){.homeowner-benefits-grid{max-width:640px}}@media(min-width:768px){.homeowner-benefits-grid{max-width:768px}}@media(min-width:1024px){.homeowner-benefits-grid{max-width:1024px}}@media(min-width:1280px){.homeowner-benefits-grid{max-width:1280px}}@media(min-width:1536px){.homeowner-benefits-grid{max-width:1536px}}.homeowner-benefits-grid{margin-left:auto;margin-right:auto;max-width:80rem;padding-left:1rem;padding-right:1rem}@media(min-width:640px){.homeowner-benefits-grid{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.homeowner-benefits-grid{padding-left:2rem;padding-right:2rem}}.homeowner-benefits-grid{margin-left:auto;margin-right:auto;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:2rem;padding-left:1.5rem;padding-right:1.5rem}@media(min-width:768px){.homeowner-benefits-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.homeowner-benefit-card{border-radius:.75rem;--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1));padding:2rem;text-align:center;transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.homeowner-benefit-card:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.homeowner-benefit-icon-wrapper{margin-left:auto;margin-right:auto;margin-bottom:1rem;display:flex;height:5rem;width:5rem;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.homeowner-benefit-icon{height:2.5rem;width:2.5rem;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.homeowner-benefit-title{margin-bottom:.75rem;font-size:1.5rem;line-height:2rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.homeowner-benefit-description{line-height:1.625;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.homeowner-testimonials-container{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1));padding-top:5rem;padding-bottom:5rem}.homeowner-testimonials-title{margin-bottom:1rem;text-align:center;font-size:2.25rem;line-height:2.5rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.homeowner-testimonials-subtitle{margin-bottom:3rem;text-align:center;font-size:1.25rem;line-height:1.75rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.homeowner-testimonials-grid{width:100%}@media(min-width:640px){.homeowner-testimonials-grid{max-width:640px}}@media(min-width:768px){.homeowner-testimonials-grid{max-width:768px}}@media(min-width:1024px){.homeowner-testimonials-grid{max-width:1024px}}@media(min-width:1280px){.homeowner-testimonials-grid{max-width:1280px}}@media(min-width:1536px){.homeowner-testimonials-grid{max-width:1536px}}.homeowner-testimonials-grid{margin-left:auto;margin-right:auto;max-width:80rem;padding-left:1rem;padding-right:1rem}@media(min-width:640px){.homeowner-testimonials-grid{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.homeowner-testimonials-grid{padding-left:2rem;padding-right:2rem}}.homeowner-testimonials-grid{margin-left:auto;margin-right:auto;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:2rem;padding-left:1.5rem;padding-right:1.5rem}@media(min-width:768px){.homeowner-testimonials-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.homeowner-testimonial-card{border-radius:.75rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1.5rem;--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.homeowner-testimonial-stars{margin-bottom:1rem;font-size:1.25rem;line-height:1.75rem;--tw-text-opacity: 1;color:rgb(250 204 21 / var(--tw-text-opacity, 1))}.homeowner-testimonial-text{margin-bottom:1.5rem;font-style:italic;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.homeowner-testimonial-author{display:flex;flex-direction:column}.homeowner-testimonial-author strong{font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.homeowner-testimonial-author span{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.homeowner-faq-container{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding-top:5rem;padding-bottom:5rem}.homeowner-faq-title{margin-bottom:3rem;text-align:center;font-size:2.25rem;line-height:2.5rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.homeowner-faq-list{width:100%}@media(min-width:640px){.homeowner-faq-list{max-width:640px}}@media(min-width:768px){.homeowner-faq-list{max-width:768px}}@media(min-width:1024px){.homeowner-faq-list{max-width:1024px}}@media(min-width:1280px){.homeowner-faq-list{max-width:1280px}}@media(min-width:1536px){.homeowner-faq-list{max-width:1536px}}.homeowner-faq-list{margin-left:auto;margin-right:auto;max-width:80rem;padding-left:1rem;padding-right:1rem}@media(min-width:640px){.homeowner-faq-list{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.homeowner-faq-list{padding-left:2rem;padding-right:2rem}}.homeowner-faq-list{margin-left:auto;margin-right:auto;max-width:48rem}.homeowner-faq-list>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.homeowner-faq-list{padding-left:1.5rem;padding-right:1.5rem}.homeowner-faq-item{overflow:hidden;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.homeowner-faq-question{cursor:pointer;list-style-type:none;padding:1rem 1.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.homeowner-faq-question:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.homeowner-faq-answer{padding-left:1.5rem;padding-right:1.5rem;padding-bottom:1rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.homeowner-final-cta-container{padding-top:5rem;padding-bottom:5rem;background:linear-gradient(135deg,#0077c5,#00b8f5)}.homeowner-final-cta-content{width:100%}@media(min-width:640px){.homeowner-final-cta-content{max-width:640px}}@media(min-width:768px){.homeowner-final-cta-content{max-width:768px}}@media(min-width:1024px){.homeowner-final-cta-content{max-width:1024px}}@media(min-width:1280px){.homeowner-final-cta-content{max-width:1280px}}@media(min-width:1536px){.homeowner-final-cta-content{max-width:1536px}}.homeowner-final-cta-content{margin-left:auto;margin-right:auto;max-width:80rem;padding-left:1rem;padding-right:1rem}@media(min-width:640px){.homeowner-final-cta-content{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.homeowner-final-cta-content{padding-left:2rem;padding-right:2rem}}.homeowner-final-cta-content{margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;text-align:center}.homeowner-final-cta-title{margin-bottom:1rem;font-size:2.25rem;line-height:2.5rem;font-weight:700;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}@media(min-width:768px){.homeowner-final-cta-title{font-size:3rem;line-height:1}}.homeowner-final-cta-subtitle{margin-left:auto;margin-right:auto;margin-bottom:2rem;max-width:42rem;font-size:1.25rem;line-height:1.75rem;color:#ffffffe6}.homeowner-final-cta-buttons{margin-bottom:2rem;display:flex;flex-direction:column;justify-content:center;gap:1rem}@media(min-width:640px){.homeowner-final-cta-buttons{flex-direction:row}}.homeowner-final-cta-primary{border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(249 115 22 / var(--tw-bg-opacity, 1));padding:1rem 2rem;font-size:1.125rem;line-height:1.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.homeowner-final-cta-primary:hover{--tw-bg-opacity: 1;background-color:rgb(234 88 12 / var(--tw-bg-opacity, 1))}.homeowner-final-cta-secondary{border-radius:.5rem;border-width:2px;--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1));background-color:#ffffff1a;padding:1rem 2rem;font-size:1.125rem;line-height:1.75rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));--tw-backdrop-blur: blur(4px);-webkit-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);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-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.homeowner-final-cta-secondary:hover{background-color:#fff3}.homeowner-final-trust-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}.homeowner-final-badge{font-size:.875rem;line-height:1.25rem;font-weight:500;color:#ffffffe6}.homeowner-banner{background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: #f97316 var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #ea580c var(--tw-gradient-to-position);padding-top:.75rem;padding-bottom:.75rem;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);position:sticky;top:0;z-index:50}.homeowner-banner-content{width:100%}@media(min-width:640px){.homeowner-banner-content{max-width:640px}}@media(min-width:768px){.homeowner-banner-content{max-width:768px}}@media(min-width:1024px){.homeowner-banner-content{max-width:1024px}}@media(min-width:1280px){.homeowner-banner-content{max-width:1280px}}@media(min-width:1536px){.homeowner-banner-content{max-width:1536px}}.homeowner-banner-content{margin-left:auto;margin-right:auto;max-width:80rem;padding-left:1rem;padding-right:1rem}@media(min-width:640px){.homeowner-banner-content{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.homeowner-banner-content{padding-left:2rem;padding-right:2rem}}.homeowner-banner-content{margin-left:auto;margin-right:auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding-left:1.5rem;padding-right:1.5rem}.homeowner-banner-text{font-size:.875rem;line-height:1.25rem}@media(min-width:768px){.homeowner-banner-text{font-size:1rem;line-height:1.5rem}}.homeowner-banner-text strong{margin-right:.5rem;font-weight:700}.homeowner-banner-cta{display:flex;align-items:center;gap:.5rem;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.5rem 1.5rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.homeowner-banner-cta:hover{--tw-bg-opacity: 1;background-color:rgb(255 247 237 / var(--tw-bg-opacity, 1))}.homeowner-banner-icon{height:1rem;width:1rem}.signup-form-label-icon{height:1rem;width:1rem;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.signup-form-header-icon{height:2rem;width:2rem;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.signup-form-benefit-icon{height:1.5rem;width:1.5rem;flex-shrink:0;--tw-text-opacity: 1;color:rgb(134 239 172 / var(--tw-text-opacity, 1))}.signup-form-trust-icon{height:1.25rem;width:1.25rem;--tw-text-opacity: 1;color:rgb(134 239 172 / var(--tw-text-opacity, 1))}.signup-form-password-toggle-icon{height:1.25rem;width:1.25rem;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.signup-form-password-toggle-icon:hover{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.signup-form-success-icon{height:2.5rem;width:2.5rem;--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.signup-form-submit-icon{margin-right:.5rem;height:1.25rem;width:1.25rem}.promo-page-container{min-height:100vh;--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.promo-hero-section{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops));--tw-gradient-from: #f97316 var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #ea580c var(--tw-gradient-via-position), var(--tw-gradient-to);--tw-gradient-to: #c2410c var(--tw-gradient-to-position);padding-top:4rem;padding-bottom:4rem;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}@media(min-width:768px){.promo-hero-section{padding-top:6rem;padding-bottom:6rem}}.promo-hero-content{width:100%}@media(min-width:640px){.promo-hero-content{max-width:640px}}@media(min-width:768px){.promo-hero-content{max-width:768px}}@media(min-width:1024px){.promo-hero-content{max-width:1024px}}@media(min-width:1280px){.promo-hero-content{max-width:1280px}}@media(min-width:1536px){.promo-hero-content{max-width:1536px}}.promo-hero-content{margin-left:auto;margin-right:auto;max-width:80rem;padding-left:1rem;padding-right:1rem}@media(min-width:640px){.promo-hero-content{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.promo-hero-content{padding-left:2rem;padding-right:2rem}}.promo-hero-content{margin-left:auto;margin-right:auto;max-width:56rem;padding-left:1.5rem;padding-right:1.5rem;text-align:center}.promo-badge{margin-bottom:1.5rem;display:inline-block;border-radius:9999px;background-color:#fff3;padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));--tw-backdrop-blur: blur(4px);-webkit-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);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)}.promo-hero-title{margin-bottom:1.5rem;font-size:2.25rem;line-height:2.5rem;font-weight:700;line-height:1.25}@media(min-width:768px){.promo-hero-title{font-size:3rem;line-height:1}}@media(min-width:1024px){.promo-hero-title{font-size:3.75rem;line-height:1}}.promo-hero-subtitle{margin-left:auto;margin-right:auto;max-width:42rem;font-size:1.125rem;line-height:1.75rem;line-height:1.625;color:#ffffffe6}@media(min-width:768px){.promo-hero-subtitle{font-size:1.25rem;line-height:1.75rem}}.promo-main-content{padding-top:4rem;padding-bottom:4rem}@media(min-width:768px){.promo-main-content{padding-top:6rem;padding-bottom:6rem}}.promo-main-content{background-color:#f5f5f5}.promo-content-wrapper{width:100%}@media(min-width:640px){.promo-content-wrapper{max-width:640px}}@media(min-width:768px){.promo-content-wrapper{max-width:768px}}@media(min-width:1024px){.promo-content-wrapper{max-width:1024px}}@media(min-width:1280px){.promo-content-wrapper{max-width:1280px}}@media(min-width:1536px){.promo-content-wrapper{max-width:1536px}}.promo-content-wrapper{margin-left:auto;margin-right:auto;max-width:80rem;padding-left:1rem;padding-right:1rem}@media(min-width:640px){.promo-content-wrapper{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.promo-content-wrapper{padding-left:2rem;padding-right:2rem}}.promo-content-wrapper{margin-left:auto;margin-right:auto;max-width:72rem;padding-left:1.5rem;padding-right:1.5rem}.promo-registration-card{margin-left:auto;margin-right:auto;margin-bottom:3rem;max-width:42rem;border-radius:1rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:2rem;--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}@media(min-width:768px){.promo-registration-card{padding:3rem}}.promo-registration-header{margin-bottom:2rem;text-align:center}.promo-registration-icon{margin-left:auto;margin-right:auto;margin-bottom:1rem;height:3rem;width:3rem;--tw-text-opacity: 1;color:rgb(249 115 22 / var(--tw-text-opacity, 1))}.promo-registration-title{margin-bottom:.75rem;font-size:1.875rem;line-height:2.25rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.promo-registration-subtitle{font-size:1.125rem;line-height:1.75rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.promo-registration-form>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.promo-form-group>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.promo-form-label{display:block;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.promo-form-input{width:100%;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));padding:.75rem 1rem;font-size:1rem;line-height:1.5rem}.promo-form-input:focus{--tw-border-opacity: 1;border-color:rgb(249 115 22 / var(--tw-border-opacity, 1));--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);--tw-ring-opacity: 1;--tw-ring-color: rgb(249 115 22 / var(--tw-ring-opacity, 1))}.promo-form-checkbox-label{display:flex;cursor:pointer;align-items:flex-start;gap:.75rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.promo-form-checkbox{margin-top:.25rem;height:1rem;width:1rem;border-radius:.25rem;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.promo-form-checkbox:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(249 115 22 / var(--tw-ring-opacity, 1))}.promo-form-submit{display:flex;width:100%;align-items:center;justify-content:center;gap:.5rem;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(234 88 12 / var(--tw-bg-opacity, 1));padding:1rem 1.5rem;font-size:1rem;line-height:1.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.promo-form-submit:hover{--tw-bg-opacity: 1;background-color:rgb(194 65 12 / var(--tw-bg-opacity, 1))}.promo-form-submit:disabled{cursor:not-allowed;opacity:.5}.promo-form-submit-icon{height:1.25rem;width:1.25rem}.promo-benefits-grid{margin-top:3rem;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem}@media(min-width:768px){.promo-benefits-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.promo-benefit-card{border-radius:.75rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1.5rem;text-align:center;--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.promo-benefit-icon{margin-left:auto;margin-right:auto;margin-bottom:1rem;display:flex;height:4rem;width:4rem;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.promo-benefit-title{margin-bottom:.5rem;font-size:1.25rem;line-height:1.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.promo-benefit-description{font-size:.875rem;line-height:1.25rem;line-height:1.625;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.promo-product-section{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding-top:4rem;padding-bottom:4rem}@media(min-width:768px){.promo-product-section{padding-top:6rem;padding-bottom:6rem}}.promo-product-content{width:100%}@media(min-width:640px){.promo-product-content{max-width:640px}}@media(min-width:768px){.promo-product-content{max-width:768px}}@media(min-width:1024px){.promo-product-content{max-width:1024px}}@media(min-width:1280px){.promo-product-content{max-width:1280px}}@media(min-width:1536px){.promo-product-content{max-width:1536px}}.promo-product-content{margin-left:auto;margin-right:auto;max-width:80rem;padding-left:1rem;padding-right:1rem}@media(min-width:640px){.promo-product-content{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.promo-product-content{padding-left:2rem;padding-right:2rem}}.promo-product-content{margin-left:auto;margin-right:auto;max-width:72rem;padding-left:1.5rem;padding-right:1.5rem}.promo-product-title{margin-bottom:3rem;text-align:center;font-size:1.875rem;line-height:2.25rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}@media(min-width:768px){.promo-product-title{font-size:2.25rem;line-height:2.5rem}}.promo-product-grid{margin-left:auto;margin-right:auto;display:grid;max-width:42rem;grid-template-columns:repeat(1,minmax(0,1fr));gap:2rem}@media(min-width:768px){.promo-product-grid{grid-template-columns:repeat(1,minmax(0,1fr))}}.promo-product-card{border-radius:.75rem;border-width:2px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1));padding:2rem}.promo-product-card-title{margin-bottom:.5rem;font-size:1.5rem;line-height:2rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.promo-product-card-price{margin-bottom:1rem;font-size:1.875rem;line-height:2.25rem;font-weight:700;--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.promo-product-card-description{margin-bottom:1.5rem;line-height:1.625;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.promo-product-features{margin-bottom:1.5rem}.promo-product-features>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.promo-product-features{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.promo-product-features li{display:flex;align-items:center;gap:.5rem}.promo-product-cta{display:flex;width:100%;align-items:center;justify-content:center;gap:.5rem;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(234 88 12 / var(--tw-bg-opacity, 1));padding:.75rem 1.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.promo-product-cta:hover{--tw-bg-opacity: 1;background-color:rgb(194 65 12 / var(--tw-bg-opacity, 1))}.promo-product-cta-icon{height:1.25rem;width:1.25rem}.promo-success-container{display:flex;min-height:100vh;align-items:center;justify-content:center;--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1));padding-top:4rem;padding-bottom:4rem}.promo-success-content{margin-left:1.5rem;margin-right:1.5rem;max-width:42rem;border-radius:1rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:2rem;text-align:center;--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}@media(min-width:768px){.promo-success-content{padding:3rem}}.promo-success-icon{margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center}.promo-success-title{margin-bottom:1rem;font-size:1.875rem;line-height:2.25rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}@media(min-width:768px){.promo-success-title{font-size:2.25rem;line-height:2.5rem}}.promo-success-message{margin-bottom:.5rem;font-size:1.125rem;line-height:1.75rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.promo-success-subtitle{margin-bottom:2rem;font-size:1rem;line-height:1.5rem;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.promo-success-actions{display:flex;flex-direction:column;justify-content:center;gap:1rem}@media(min-width:640px){.promo-success-actions{flex-direction:row}}.promo-success-cta{display:flex;align-items:center;justify-content:center;gap:.5rem;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(234 88 12 / var(--tw-bg-opacity, 1));padding:1rem 2rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.promo-success-cta:hover{--tw-bg-opacity: 1;background-color:rgb(194 65 12 / var(--tw-bg-opacity, 1))}.promo-success-cta-icon{height:1.25rem;width:1.25rem}.promo-success-link{padding:1rem 2rem;font-weight:500;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.promo-success-link:hover{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.unified-products-page{min-height:100vh;--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.unified-products-hero{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops));--tw-gradient-from: #2563eb var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #1d4ed8 var(--tw-gradient-via-position), var(--tw-gradient-to);--tw-gradient-to: #1e40af var(--tw-gradient-to-position);padding-top:5rem;padding-bottom:5rem;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}@media(min-width:768px){.unified-products-hero{padding-top:8rem;padding-bottom:8rem}}.unified-products-hero-content{width:100%}@media(min-width:640px){.unified-products-hero-content{max-width:640px}}@media(min-width:768px){.unified-products-hero-content{max-width:768px}}@media(min-width:1024px){.unified-products-hero-content{max-width:1024px}}@media(min-width:1280px){.unified-products-hero-content{max-width:1280px}}@media(min-width:1536px){.unified-products-hero-content{max-width:1536px}}.unified-products-hero-content{margin-left:auto;margin-right:auto;max-width:80rem;padding-left:1rem;padding-right:1rem}@media(min-width:640px){.unified-products-hero-content{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.unified-products-hero-content{padding-left:2rem;padding-right:2rem}}.unified-products-hero-content{margin-left:auto;margin-right:auto;max-width:56rem;padding-left:1.5rem;padding-right:1.5rem;text-align:center}.unified-products-hero-title{margin-bottom:1.5rem;font-size:2.25rem;line-height:2.5rem;font-weight:700;line-height:1.25}@media(min-width:768px){.unified-products-hero-title{font-size:3rem;line-height:1}}@media(min-width:1024px){.unified-products-hero-title{font-size:3.75rem;line-height:1}}.unified-products-hero-subtitle{margin-left:auto;margin-right:auto;max-width:48rem;font-size:1.125rem;line-height:1.75rem;line-height:1.625;color:#ffffffe6}@media(min-width:768px){.unified-products-hero-subtitle{font-size:1.25rem;line-height:1.75rem}}.unified-products-section,.unified-solutions-section,.unified-how-it-works-section,.unified-compatibility-section,.unified-why-choose-section,.unified-faq-section{padding-top:4rem;padding-bottom:4rem}@media(min-width:768px){.unified-products-section,.unified-solutions-section,.unified-how-it-works-section,.unified-compatibility-section,.unified-why-choose-section,.unified-faq-section{padding-top:6rem;padding-bottom:6rem}}.unified-products-section{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.unified-solutions-section{background-color:#f5f5f5}.unified-how-it-works-section{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.unified-compatibility-section{background-color:#f5f5f5}.unified-why-choose-section{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.unified-faq-section{background-color:#f5f5f5}.unified-products-content{width:100%}@media(min-width:640px){.unified-products-content{max-width:640px}}@media(min-width:768px){.unified-products-content{max-width:768px}}@media(min-width:1024px){.unified-products-content{max-width:1024px}}@media(min-width:1280px){.unified-products-content{max-width:1280px}}@media(min-width:1536px){.unified-products-content{max-width:1536px}}.unified-products-content{margin-left:auto;margin-right:auto;max-width:80rem;padding-left:1rem;padding-right:1rem}@media(min-width:640px){.unified-products-content{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.unified-products-content{padding-left:2rem;padding-right:2rem}}.unified-products-content{margin-left:auto;margin-right:auto;max-width:80rem;padding-left:1.5rem;padding-right:1.5rem}.unified-section-header{margin-bottom:3rem;text-align:center}@media(min-width:768px){.unified-section-header{margin-bottom:4rem}}.unified-section-title{margin-bottom:1rem;font-size:1.875rem;line-height:2.25rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}@media(min-width:768px){.unified-section-title{font-size:2.25rem;line-height:2.5rem}}@media(min-width:1024px){.unified-section-title{font-size:3rem;line-height:1}}.unified-section-subtitle{margin-left:auto;margin-right:auto;max-width:48rem;font-size:1.125rem;line-height:1.75rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}@media(min-width:768px){.unified-section-subtitle{font-size:1.25rem;line-height:1.75rem}}.unified-products-stacked>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(4rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(4rem * var(--tw-space-y-reverse))}.unified-product-stacked-item{display:flex;flex-direction:column;align-items:stretch;gap:1.5rem}@media(min-width:768px){.unified-product-stacked-item{flex-direction:row}}.unified-product-stacked-left{flex-direction:row}.unified-product-stacked-right{flex-direction:row-reverse}.unified-product-shot-card{overflow:hidden;border-radius:1rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);flex:2;min-width:0}.unified-product-shot-container{position:relative;height:100%;width:100%;min-height:400px}.unified-product-shot-gradient{position:absolute;inset:0;border-radius:1rem;border:3px solid white}.unified-product-shot-gradient-mini{background:linear-gradient(135deg,#0077c5,#00b8f5,#4fc3f7)}.unified-product-shot-gradient-sensor{background:linear-gradient(135deg,#7b1fa2,#9c27b0,#ba68c8)}.unified-product-shot-gradient-minisensor{background:linear-gradient(135deg,#1565c0,#1976d2,#42a5f5)}.unified-product-info-card{border-radius:1rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:2rem;--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);flex:1;min-width:0;display:flex;flex-direction:column}.unified-product-info-header{margin-bottom:1.5rem}.unified-product-info-title-section{margin-bottom:1rem}.unified-product-info-title{margin-bottom:.75rem;font-size:1.875rem;line-height:2.25rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.unified-product-info-badges{margin-bottom:.75rem;display:flex;flex-wrap:wrap;gap:.5rem}.unified-product-info-status{border-radius:9999px;padding:.25rem .75rem;font-size:.875rem;line-height:1.25rem;font-weight:500}.unified-product-info-badge-contractor{border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1));padding:.25rem .75rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(154 52 18 / var(--tw-text-opacity, 1))}.unified-product-info-description{font-size:1rem;line-height:1.5rem;line-height:1.625;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.unified-product-tabs{margin-bottom:1.5rem;display:flex;flex:1 1 0%;flex-direction:column}.unified-product-tabs>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.unified-product-tabs{overflow-y:auto}.unified-product-drawer-button{width:100%;border-bottom-width:2px;border-color:transparent;padding:.75rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.unified-product-drawer-button:hover{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.unified-product-drawer-button{display:flex;align-items:center;justify-content:space-between;text-align:left;background:none;border:none;border-bottom:2px solid transparent;outline:none;cursor:pointer}.unified-product-drawer-button:focus{outline:2px solid transparent;outline-offset:2px}.unified-product-drawer-button-active{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1));border-bottom:2px solid #2563eb}.unified-product-drawer-button-content{display:flex;align-items:center;gap:.5rem}.unified-product-drawer-badge{border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1));padding:.125rem .5rem;font-size:.75rem;line-height:1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.unified-product-drawer-button-active .unified-product-drawer-badge{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.unified-product-drawer-content{border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));padding:.75rem 1rem;animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.unified-product-tab-content-list>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.unified-product-tab-content-item{display:flex;align-items:flex-start;gap:.75rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.unified-product-tab-content-icon{margin-top:.125rem;height:1.25rem;width:1.25rem;flex-shrink:0;--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.unified-product-tab-content-specs>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.unified-product-tab-content-spec-item{display:flex;align-items:center;gap:.75rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.unified-product-tab-content-spec-icon{height:1.25rem;width:1.25rem;flex-shrink:0;--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.unified-product-tab-content-pricing>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.unified-product-tab-content-pricing-item{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.unified-product-tab-content-pricing-note{font-size:.75rem;line-height:1rem;font-style:italic;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.unified-product-tab-content-compliance{padding:.5rem}.unified-product-tab-content-compliance-badges{display:flex;flex-wrap:wrap;gap:.5rem}.unified-product-tab-content-compliance-badge{border-radius:.25rem;--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1));padding:.25rem .75rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.unified-product-info-cta{border-top-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));padding-top:1.5rem}.unified-product-info-cta-button{display:flex;width:100%;align-items:center;justify-content:center;gap:.5rem;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1));padding:.75rem 1.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.unified-product-info-cta-button:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.unified-product-info-cta-icon{height:1.25rem;width:1.25rem}.unified-product-info-cta-button-disabled{width:100%;cursor:not-allowed;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1));padding:.75rem 1.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.unified-product-card{display:flex;flex-direction:column;overflow:hidden;border-radius:1rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition:transform .2s,box-shadow .2s}.unified-product-card:hover{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transform:translateY(-4px)}.unified-product-card-header{border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));padding:1.5rem}.unified-product-card-title-section{margin-bottom:1rem}.unified-product-card-title{margin-bottom:.75rem;font-size:1.5rem;line-height:2rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.unified-product-card-badges{margin-bottom:.75rem;display:flex;flex-wrap:wrap;gap:.5rem}.unified-product-card-status{border-radius:9999px;padding:.25rem .75rem;font-size:.875rem;line-height:1.25rem;font-weight:500}.products-card-status-available{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.unified-product-card-badge-contractor{border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1));padding:.25rem .75rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(154 52 18 / var(--tw-text-opacity, 1))}.unified-product-card-description{font-size:.875rem;line-height:1.25rem;line-height:1.625;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.unified-product-card-benefits{flex:1 1 0%;padding:1.5rem}.unified-product-card-benefits-title{margin-bottom:.75rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.unified-product-card-benefits-list>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.unified-product-card-benefit-item{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.unified-product-card-benefit-icon{margin-top:.125rem;height:1.25rem;width:1.25rem;flex-shrink:0;--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.unified-product-card-specs>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.unified-product-card-specs{border-top-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));padding:1.5rem}.unified-product-card-specs-grid>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.unified-product-card-spec-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.unified-product-card-spec-icon{height:1.25rem;width:1.25rem;flex-shrink:0;--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.unified-product-card-pricing{border-top-width:1px;--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1));padding-top:1rem}.unified-product-card-pricing-title{margin-bottom:.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.unified-product-card-pricing-list>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.unified-product-card-pricing-list{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.unified-product-card-pricing-note{font-size:.75rem;line-height:1rem;font-style:italic;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.unified-product-card-compliance{border-top-width:1px;--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1));padding-top:1rem}.unified-product-card-compliance-title{margin-bottom:.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.unified-product-card-compliance-badges{display:flex;flex-wrap:wrap;gap:.5rem}.unified-product-card-compliance-badge{border-radius:.25rem;--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1));padding:.25rem .5rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.unified-product-card-cta{border-top-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));padding:1.5rem}.unified-product-card-cta-button{display:flex;width:100%;align-items:center;justify-content:center;gap:.5rem;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1));padding:.75rem 1.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.unified-product-card-cta-button:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.unified-product-card-cta-icon{height:1.25rem;width:1.25rem}.unified-product-card-cta-button-disabled{width:100%;cursor:not-allowed;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1));padding:.75rem 1.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.unified-solutions-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:2rem}@media(min-width:768px){.unified-solutions-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.unified-solution-card{display:flex;flex-direction:column;border-radius:1rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:2rem;--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition:transform .2s,box-shadow .2s}.unified-solution-card:hover{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transform:translateY(-4px)}.unified-solution-card-icon-wrapper{margin-bottom:1.5rem;display:flex;height:4rem;width:4rem;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.unified-solution-card-icon{height:2rem;width:2rem;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.unified-solution-card-title{margin-bottom:.75rem;font-size:1.5rem;line-height:2rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.unified-solution-card-description{margin-bottom:1.5rem;line-height:1.625;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.unified-solution-card-features{margin-bottom:1.5rem;flex:1 1 0%}.unified-solution-card-features-title{margin-bottom:.75rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.unified-solution-card-features-list>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.unified-solution-card-feature-item{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.unified-solution-card-feature-icon{margin-top:.125rem;height:1.25rem;width:1.25rem;flex-shrink:0;--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.unified-solution-card-benefits{margin-bottom:1.5rem}.unified-solution-card-benefits-title{margin-bottom:.75rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.unified-solution-card-benefits-list>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.unified-solution-card-benefit-item{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.unified-solution-card-benefit-icon{margin-top:.125rem;height:1.25rem;width:1.25rem;flex-shrink:0;--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.unified-solution-card-footer{border-top-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));padding-top:1.5rem}.unified-solution-card-pricing{margin-bottom:1rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.unified-solution-card-cta{display:flex;width:100%;align-items:center;justify-content:center;gap:.5rem;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1));padding:.75rem 1.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.unified-solution-card-cta:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.unified-solution-card-cta-icon{height:1.25rem;width:1.25rem}.unified-how-it-works-steps{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:2rem}@media(min-width:768px){.unified-how-it-works-steps{grid-template-columns:repeat(3,minmax(0,1fr))}}.unified-how-it-works-step{text-align:center}.unified-how-it-works-step-icon{margin-left:auto;margin-right:auto;margin-bottom:1.5rem;display:flex;height:5rem;width:5rem;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.unified-how-it-works-icon{height:2.5rem;width:2.5rem;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.unified-how-it-works-step-title{margin-bottom:1rem;font-size:1.5rem;line-height:2rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.unified-how-it-works-step-description{line-height:1.625;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.unified-compatibility-grid{margin-bottom:2rem;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem}@media(min-width:768px){.unified-compatibility-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.unified-compatibility-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.unified-compatibility-item{display:flex;align-items:center;gap:.75rem;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1rem;--tw-shadow: 0 1px 2px 0 rgb(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)}.unified-compatibility-icon{height:1.5rem;width:1.5rem;flex-shrink:0;--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.unified-compatibility-footer{text-align:center}.unified-compatibility-link{font-weight:500;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.unified-compatibility-link:hover{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.unified-why-choose-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:2rem}@media(min-width:768px){.unified-why-choose-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.unified-why-choose-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.unified-why-choose-card{text-align:center}.unified-why-choose-icon{margin-left:auto;margin-right:auto;margin-bottom:1rem;display:flex;height:4rem;width:4rem;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.unified-why-choose-icon-svg{height:2rem;width:2rem;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.unified-why-choose-title{margin-bottom:.75rem;font-size:1.25rem;line-height:1.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.unified-why-choose-description{font-size:.875rem;line-height:1.25rem;line-height:1.625;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.unified-faq-list{margin-left:auto;margin-right:auto;max-width:48rem}.unified-faq-list>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.unified-faq-item{overflow:hidden;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 1px 2px 0 rgb(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)}.unified-faq-question{display:flex;width:100%;align-items:center;justify-content:space-between;padding:1.5rem;text-align:left;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.unified-faq-question:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.unified-faq-question-text{padding-right:1rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.unified-faq-chevron{height:1.25rem;width:1.25rem;flex-shrink:0;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.unified-faq-answer{padding-left:1.5rem;padding-right:1.5rem;padding-bottom:1.5rem;line-height:1.625;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.unified-faq-footer{margin-top:3rem;text-align:center}.unified-faq-link{font-weight:500;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.unified-faq-link:hover{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.support-page-container{min-height:100vh;--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.support-page-header{margin-bottom:4rem;text-align:center}.support-quick-help-cards{margin-bottom:4rem;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem}@media(min-width:768px){.support-quick-help-cards{grid-template-columns:repeat(3,minmax(0,1fr))}}.support-help-card{border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1.5rem;text-align:left;--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.support-help-card:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.support-help-card-icon{margin-bottom:1rem;height:2.5rem;width:2.5rem;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.support-help-card-title{margin-bottom:.5rem;font-size:1.125rem;line-height:1.75rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.support-help-card-description{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.support-section-container{margin-left:auto;margin-right:auto;max-width:56rem}.support-section-container>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.support-accordion-section{overflow:hidden;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.support-accordion-button{display:flex;width:100%;align-items:center;justify-content:space-between;padding:1rem 1.5rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.support-accordion-button:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.support-accordion-header{display:flex;align-items:center}.support-accordion-header>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.support-accordion-icon{height:1.5rem;width:1.5rem;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.support-accordion-title{font-size:1.25rem;line-height:1.75rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.support-accordion-chevron{height:1.25rem;width:1.25rem;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.support-accordion-content{border-top-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));padding:1rem 1.5rem}.support-content-section>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.support-resource-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem}@media(min-width:768px){.support-resource-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.support-resource-card{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));padding:1rem}.support-resource-icon{margin-bottom:.5rem;height:2rem;width:2rem;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.support-resource-title{margin-bottom:.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.support-resource-description{margin-bottom:.75rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.support-resource-link{font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.support-resource-link:hover{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.support-step-list>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.support-step-item{display:flex;align-items:flex-start}.support-step-number{margin-right:.75rem;display:flex;height:1.5rem;width:1.5rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1));font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.support-info-box{border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1));padding:1rem}.support-info-text{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.support-troubleshooting-item{border-left-width:4px;padding:1rem}.support-troubleshooting-item-warning{--tw-border-opacity: 1;border-color:rgb(250 204 21 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1))}.support-troubleshooting-item-error{--tw-border-opacity: 1;border-color:rgb(248 113 113 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.support-troubleshooting-item-info{--tw-border-opacity: 1;border-color:rgb(96 165 250 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.support-troubleshooting-title{margin-bottom:.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.support-troubleshooting-list{list-style-position:inside;list-style-type:disc}.support-troubleshooting-list>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.support-troubleshooting-list{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.support-contact-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem}@media(min-width:768px){.support-contact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.support-contact-card{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));padding:1rem}.support-contact-icon{margin-bottom:.5rem;height:2rem;width:2rem;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.support-contact-title{margin-bottom:.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.support-contact-details{margin-bottom:.5rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.support-contact-link{font-weight:500;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.support-contact-link:hover{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.support-action-buttons{display:flex;flex-wrap:wrap;gap:.75rem}.support-action-button-primary{display:inline-flex;align-items:center;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1));padding:.5rem 1rem;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.support-action-button-primary:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.support-action-button-secondary{display:inline-flex;align-items:center;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));padding:.5rem 1rem;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.support-action-button-secondary:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.support-action-icon{margin-right:.5rem;height:1rem;width:1rem}.compliance-page-container{min-height:100vh;--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.compliance-page-header{margin-bottom:4rem;text-align:center}.compliance-content-wrapper{margin-left:auto;margin-right:auto;margin-bottom:4rem;max-width:56rem}.compliance-overview-card{margin-bottom:2rem;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:2rem;--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.compliance-overview-header{margin-bottom:1.5rem;display:flex;align-items:flex-start}.compliance-overview-header>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.compliance-overview-icon-wrapper{flex-shrink:0}.compliance-overview-icon{height:3rem;width:3rem;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.compliance-overview-title{margin-bottom:.75rem;font-size:1.5rem;line-height:2rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.compliance-overview-description{margin-bottom:1rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.compliance-highlight-box{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(187 247 208 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1));padding:1rem}.compliance-highlight-content{display:flex;align-items:flex-start}.compliance-highlight-icon{margin-right:.75rem;margin-top:.125rem;height:1.25rem;width:1.25rem;flex-shrink:0;--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.compliance-highlight-title{margin-bottom:.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.compliance-highlight-text{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.compliance-code-section{margin-bottom:2rem;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:2rem;--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.compliance-code-title{margin-bottom:1.5rem;font-size:1.5rem;line-height:2rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.compliance-code-list>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.compliance-code-item{border-radius:.25rem;border-left-width:4px;--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1));padding:1rem}.compliance-code-item-title{margin-bottom:.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.compliance-code-item-description{margin-bottom:.5rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.compliance-code-item-note{font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.compliance-documentation-section{margin-bottom:2rem;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:2rem;--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.compliance-documentation-title{margin-bottom:1.5rem;font-size:1.5rem;line-height:2rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.compliance-documentation-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem}@media(min-width:768px){.compliance-documentation-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.compliance-documentation-card{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));padding:1.5rem;transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.compliance-documentation-card:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.compliance-documentation-icon{margin-bottom:1rem;height:2.5rem;width:2.5rem;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.compliance-documentation-card-title{margin-bottom:.5rem;font-size:1.125rem;line-height:1.75rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.compliance-documentation-card-description{margin-bottom:1rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.compliance-documentation-link{font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.compliance-documentation-link:hover{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.compliance-guidelines-section{margin-bottom:2rem;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:2rem;--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.compliance-guidelines-title{margin-bottom:1.5rem;font-size:1.5rem;line-height:2rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.compliance-guidelines-list>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.compliance-guideline-item{border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1));padding:1rem}.compliance-guideline-title{margin-bottom:.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.compliance-guideline-text{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.compliance-contact-section{border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1));padding:2rem}.compliance-contact-title{margin-bottom:1rem;font-size:1.5rem;line-height:2rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.compliance-contact-description{margin-bottom:1.5rem;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.compliance-contact-buttons{display:flex;flex-wrap:wrap;gap:1rem}.compliance-contact-button-primary{display:inline-flex;align-items:center;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1));padding:.75rem 1.5rem;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.compliance-contact-button-primary:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.compliance-contact-button-secondary{display:inline-flex;align-items:center;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.75rem 1.5rem;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.compliance-contact-button-secondary:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.compliance-contact-icon{margin-left:.5rem;height:1rem;width:1rem}.contact-page-container{min-height:100vh;--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.contact-page-header{margin-bottom:3rem;text-align:center}.contact-tabs-container{margin-bottom:2rem;border-top-left-radius:.5rem;border-top-right-radius:.5rem;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.contact-tabs-subhead{font-size:1.5rem;line-height:2rem;font-weight:600;letter-spacing:-.025em;color:rgb(17 24 39 / var(--tw-text-opacity, 1));padding:1rem 1rem .5rem;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.contact-tabs-wrapper{display:flex;flex-wrap:wrap;gap:.5rem;overflow-x:auto;padding:1rem}.contact-tab-button{display:flex;align-items:center;gap:.5rem;border-radius:.5rem;padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:500;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.contact-tab-button-active{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.contact-tab-button-inactive{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.contact-tab-button-inactive:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.contact-tab-icon{height:1.25rem;width:1.25rem}.contact-content-wrapper{margin-left:auto;margin-right:auto;max-width:72rem}.contact-layout-grid{display:flex;flex-direction:column;gap:2rem}.contact-sidebar{width:100%}.contact-sidebar-card{border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1.5rem;--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.contact-sidebar-title{font-size:1.875rem;line-height:2.25rem;font-weight:700;letter-spacing:-.025em;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}@media(min-width:640px){.contact-sidebar-title{font-size:2.25rem;line-height:2.5rem}}.contact-sidebar-title,.contact-leadership-section{margin-bottom:1.5rem}.contact-leadership-title{margin-bottom:1rem;font-size:1.125rem;line-height:1.75rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.contact-leadership-content{display:flex;align-items:flex-start}.contact-leadership-content>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.contact-leadership-avatar{display:flex;height:2.5rem;width:2.5rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.contact-leadership-icon{height:1.25rem;width:1.25rem;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.contact-leadership-name{font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.contact-leadership-role{margin-bottom:.5rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.contact-leadership-links>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.contact-leadership-link{display:flex;align-items:center;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.contact-leadership-link:hover{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.contact-leadership-link-icon{margin-right:.5rem;height:1rem;width:1rem}.contact-quick-info-section{border-top-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));padding-top:1.5rem}.contact-quick-info-title{margin-bottom:.75rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.contact-quick-info-list>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.contact-quick-info-list{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.contact-form-section{width:100%}.contact-form-card{border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:2rem;--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.contact-form-header{margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.contact-form-icon-wrapper{display:flex;height:3rem;width:3rem;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.contact-form-icon{height:1.5rem;width:1.5rem;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.contact-form-title-section{flex:1 1 0%}.contact-form-title{font-size:1.875rem;line-height:2.25rem;font-weight:700;letter-spacing:-.025em;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}@media(min-width:640px){.contact-form-title{font-size:2.25rem;line-height:2.5rem}}.contact-form-description{margin-top:.25rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.contact-form-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));align-items:flex-start;gap:1.5rem}@media(min-width:768px){.contact-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.contact-form-field>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.contact-form-label{margin-bottom:.5rem;display:block;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.contact-form-char-count{margin-top:.5rem;display:flex;justify-content:flex-end}.contact-form-char-count-text{font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.contact-form-char-count-warning{font-weight:500;--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.contact-form-submit-button{display:inline-flex;align-items:center;justify-content:center;border-radius:.375rem;font-size:.875rem;line-height:1.25rem;font-weight:500;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.contact-form-submit-button:focus-visible{outline:2px solid transparent;outline-offset:2px;--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);--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));--tw-ring-offset-width: 2px}.contact-form-submit-button:disabled{pointer-events:none;opacity:.5}.contact-form-submit-button{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.contact-form-submit-button:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.contact-form-submit-button:active{--tw-bg-opacity: 1;background-color:rgb(30 64 175 / var(--tw-bg-opacity, 1))}.contact-form-submit-button{height:3rem;padding-left:2rem;padding-right:2rem;font-size:1rem;line-height:1.5rem;width:100%}.property-manager-page{min-height:100vh;--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.property-manager-hero-container{padding-top:4rem;padding-bottom:4rem;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}@media(min-width:768px){.property-manager-hero-container{padding-top:6rem;padding-bottom:6rem}}.property-manager-hero-container{background:linear-gradient(135deg,#2563eb,#1e40af,#172554);min-height:80vh;display:flex;align-items:center}.property-manager-hero-content{width:100%}@media(min-width:640px){.property-manager-hero-content{max-width:640px}}@media(min-width:768px){.property-manager-hero-content{max-width:768px}}@media(min-width:1024px){.property-manager-hero-content{max-width:1024px}}@media(min-width:1280px){.property-manager-hero-content{max-width:1280px}}@media(min-width:1536px){.property-manager-hero-content{max-width:1536px}}.property-manager-hero-content{margin-left:auto;margin-right:auto;max-width:80rem;padding-left:1rem;padding-right:1rem}@media(min-width:640px){.property-manager-hero-content{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.property-manager-hero-content{padding-left:2rem;padding-right:2rem}}.property-manager-hero-content{margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.property-manager-hero-header{margin-left:auto;margin-right:auto;max-width:56rem;text-align:center}.property-manager-hero-headline{margin-bottom:1.5rem;font-size:2.25rem;line-height:2.5rem;font-weight:700}@media(min-width:768px){.property-manager-hero-headline{font-size:3rem;line-height:1}}@media(min-width:1024px){.property-manager-hero-headline{font-size:3.75rem;line-height:1}}.property-manager-hero-headline{line-height:1.1}.property-manager-hero-highlight{color:#f97316}.property-manager-hero-subheadline{margin-left:auto;margin-right:auto;margin-bottom:2rem;max-width:48rem;font-size:1.125rem;line-height:1.75rem;color:#ffffffe6}@media(min-width:768px){.property-manager-hero-subheadline{font-size:1.25rem;line-height:1.75rem}}.property-manager-hero-badge-row{margin-bottom:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem}@media(min-width:640px){.property-manager-hero-badge-row{flex-direction:row}}.property-manager-hero-badge{display:inline-flex;align-items:center;gap:.5rem;border-radius:9999px;border-width:1px;border-color:#fff3;background-color:#ffffff26;padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));--tw-backdrop-blur: blur(12px);-webkit-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);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)}.property-manager-hero-ctas{margin-top:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}@media(min-width:640px){.property-manager-hero-ctas{flex-direction:row}}.property-manager-hero-cta-primary{display:inline-flex;align-items:center;justify-content:center;border-radius:.375rem;font-size:.875rem;line-height:1.25rem;font-weight:500;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.property-manager-hero-cta-primary:focus-visible{outline:2px solid transparent;outline-offset:2px;--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);--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));--tw-ring-offset-width: 2px}.property-manager-hero-cta-primary:disabled{pointer-events:none;opacity:.5}.property-manager-hero-cta-primary{height:3rem;font-size:1rem;line-height:1.5rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding-left:2rem;padding-right:2rem;font-weight:600;--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.property-manager-hero-cta-primary:hover{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.property-manager-hero-cta-secondary{display:inline-flex;align-items:center;justify-content:center;border-radius:.375rem;font-size:.875rem;line-height:1.25rem;font-weight:500;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.property-manager-hero-cta-secondary:focus-visible{outline:2px solid transparent;outline-offset:2px;--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);--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));--tw-ring-offset-width: 2px}.property-manager-hero-cta-secondary:disabled{pointer-events:none;opacity:.5}.property-manager-hero-cta-secondary{height:3rem;font-size:1rem;line-height:1.5rem;border-width:2px;--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1));padding-left:2rem;padding-right:2rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.property-manager-hero-cta-secondary:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.property-manager-problem-section{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding-top:4rem;padding-bottom:4rem}@media(min-width:768px){.property-manager-problem-section{padding-top:6rem;padding-bottom:6rem}}.property-manager-problem-content{width:100%}@media(min-width:640px){.property-manager-problem-content{max-width:640px}}@media(min-width:768px){.property-manager-problem-content{max-width:768px}}@media(min-width:1024px){.property-manager-problem-content{max-width:1024px}}@media(min-width:1280px){.property-manager-problem-content{max-width:1280px}}@media(min-width:1536px){.property-manager-problem-content{max-width:1536px}}.property-manager-problem-content{margin-left:auto;margin-right:auto;max-width:80rem;padding-left:1rem;padding-right:1rem}@media(min-width:640px){.property-manager-problem-content{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.property-manager-problem-content{padding-left:2rem;padding-right:2rem}}.property-manager-problem-content{margin-left:auto;margin-right:auto;max-width:72rem;padding-left:1.5rem;padding-right:1.5rem}.property-manager-problem-headline{font-size:1.875rem;line-height:2.25rem;font-weight:700;letter-spacing:-.025em;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}@media(min-width:640px){.property-manager-problem-headline{font-size:2.25rem;line-height:2.5rem}}.property-manager-problem-headline{margin-bottom:1.5rem;text-align:center}.property-manager-problem-subheadline{font-size:1.125rem;line-height:1.75rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1));margin-left:auto;margin-right:auto;margin-bottom:3rem;max-width:48rem;text-align:center}.property-manager-problem-stats{margin-top:3rem;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:2rem}@media(min-width:768px){.property-manager-problem-stats{grid-template-columns:repeat(3,minmax(0,1fr))}}.property-manager-problem-stat{display:flex;align-items:flex-start;gap:1rem;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1));padding:1.5rem}.property-manager-problem-stat-icon{height:2rem;width:2rem;flex-shrink:0;--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.property-manager-problem-stat-content{flex:1 1 0%}.property-manager-problem-stat-number{margin-bottom:.25rem;font-size:1.875rem;line-height:2.25rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.property-manager-problem-stat-label{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.property-manager-solution-section{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1));padding-top:4rem;padding-bottom:4rem}@media(min-width:768px){.property-manager-solution-section{padding-top:6rem;padding-bottom:6rem}}.property-manager-solution-content{width:100%}@media(min-width:640px){.property-manager-solution-content{max-width:640px}}@media(min-width:768px){.property-manager-solution-content{max-width:768px}}@media(min-width:1024px){.property-manager-solution-content{max-width:1024px}}@media(min-width:1280px){.property-manager-solution-content{max-width:1280px}}@media(min-width:1536px){.property-manager-solution-content{max-width:1536px}}.property-manager-solution-content{margin-left:auto;margin-right:auto;max-width:80rem;padding-left:1rem;padding-right:1rem}@media(min-width:640px){.property-manager-solution-content{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.property-manager-solution-content{padding-left:2rem;padding-right:2rem}}.property-manager-solution-content{margin-left:auto;margin-right:auto;max-width:80rem;padding-left:1.5rem;padding-right:1.5rem}.property-manager-section-title{font-size:1.875rem;line-height:2.25rem;font-weight:700;letter-spacing:-.025em;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}@media(min-width:640px){.property-manager-section-title{font-size:2.25rem;line-height:2.5rem}}.property-manager-section-title{margin-bottom:1rem;text-align:center;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.property-manager-section-subtitle{font-size:1.125rem;line-height:1.75rem;color:rgb(75 85 99 / var(--tw-text-opacity, 1));margin-left:auto;margin-right:auto;margin-bottom:3rem;max-width:48rem;text-align:center;--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.property-manager-solution-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:2rem}@media(min-width:1024px){.property-manager-solution-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}}.property-manager-solution-card{position:relative;display:flex;flex-direction:column;border-radius:.75rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1));padding:2rem}.property-manager-solution-card-featured{border-width:2px;--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1));transform:scale(1.05);z-index:10}@media(max-width:1023px){.property-manager-solution-card-featured{transform:scale(1)}}.property-manager-solution-badge{position:absolute;top:-1rem;left:50%;--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1));padding:.25rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.property-manager-solution-card-header{margin-bottom:1.5rem}.property-manager-solution-icon-wrapper{margin-bottom:1rem;display:flex;height:3rem;width:3rem;align-items:center;justify-content:center;border-radius:.5rem;background-color:#2563eb33}.property-manager-solution-icon{height:1.5rem;width:1.5rem;--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.property-manager-solution-card-title{margin-bottom:.75rem;font-size:1.5rem;line-height:2rem;font-weight:700;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.property-manager-solution-card-description{margin-bottom:1.5rem;font-size:.875rem;line-height:1.25rem;line-height:1.625;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.property-manager-solution-pricing{margin-bottom:1.5rem;display:flex;flex-direction:column;align-items:flex-start}.property-manager-solution-price{margin-bottom:.25rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.property-manager-solution-price-amount{margin-bottom:.25rem;font-size:2.25rem;line-height:2.5rem;font-weight:700;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.property-manager-solution-price-unit{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.property-manager-solution-features{margin-bottom:2rem;flex-grow:1;list-style-type:none}.property-manager-solution-features>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.property-manager-solution-features{padding-left:0}.property-manager-solution-feature-item{display:flex;align-items:flex-start;gap:.75rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.property-manager-solution-feature-item.property-manager-solution-feature-new{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1));position:relative;padding:.5rem .75rem;margin-left:-.75rem;margin-right:-.75rem;background-color:#37415180;border:1px solid rgba(156,163,175,.3);border-radius:.375rem}.property-manager-solution-feature-item.property-manager-solution-feature-premium{font-weight:500;position:relative;padding:.5rem .75rem;margin-left:-.75rem;margin-right:-.75rem;background-color:#1f293799;color:#f97316;border:1px solid rgba(249,115,22,.2);border-radius:.375rem;box-shadow:0 0 0 1px #f973161a}.property-manager-solution-check-icon{margin-top:.125rem;height:1.25rem;width:1.25rem;flex-shrink:0;--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.property-manager-solution-feature-item.property-manager-solution-feature-new .property-manager-solution-check-icon{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.property-manager-solution-feature-item.property-manager-solution-feature-premium .property-manager-solution-check-icon{color:#f97316}.property-manager-solution-cta{margin-top:auto;width:100%;border-radius:.5rem;padding:.75rem 1.5rem;font-size:1rem;line-height:1.5rem;font-weight:600;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.property-manager-solution-cta-primary{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.property-manager-solution-cta-primary:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.property-manager-solution-cta-primary:active{--tw-bg-opacity: 1;background-color:rgb(30 64 175 / var(--tw-bg-opacity, 1))}.property-manager-solution-cta-secondary{border-width:1px;--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.property-manager-solution-cta-secondary:hover{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}.property-manager-solution-cta-secondary:active{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1))}.property-manager-benefits-section{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding-top:4rem;padding-bottom:4rem}@media(min-width:768px){.property-manager-benefits-section{padding-top:6rem;padding-bottom:6rem}}.property-manager-benefits-content{width:100%}@media(min-width:640px){.property-manager-benefits-content{max-width:640px}}@media(min-width:768px){.property-manager-benefits-content{max-width:768px}}@media(min-width:1024px){.property-manager-benefits-content{max-width:1024px}}@media(min-width:1280px){.property-manager-benefits-content{max-width:1280px}}@media(min-width:1536px){.property-manager-benefits-content{max-width:1536px}}.property-manager-benefits-content{margin-left:auto;margin-right:auto;max-width:80rem;padding-left:1rem;padding-right:1rem}@media(min-width:640px){.property-manager-benefits-content{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.property-manager-benefits-content{padding-left:2rem;padding-right:2rem}}.property-manager-benefits-content{margin-left:auto;margin-right:auto;max-width:72rem;padding-left:1.5rem;padding-right:1.5rem}.property-manager-benefits-grid{margin-top:3rem;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:2rem}@media(min-width:768px){.property-manager-benefits-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.property-manager-benefits-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.property-manager-benefit-item{padding:1.5rem;text-align:center}.property-manager-benefit-icon{margin-left:auto;margin-right:auto;margin-bottom:1rem;height:3rem;width:3rem;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.property-manager-benefit-title{margin-bottom:.5rem;font-size:1.125rem;line-height:1.75rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.property-manager-benefit-description{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.property-manager-roi-section{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1));padding-top:4rem;padding-bottom:4rem}@media(min-width:768px){.property-manager-roi-section{padding-top:6rem;padding-bottom:6rem}}.property-manager-roi-content{width:100%}@media(min-width:640px){.property-manager-roi-content{max-width:640px}}@media(min-width:768px){.property-manager-roi-content{max-width:768px}}@media(min-width:1024px){.property-manager-roi-content{max-width:1024px}}@media(min-width:1280px){.property-manager-roi-content{max-width:1280px}}@media(min-width:1536px){.property-manager-roi-content{max-width:1536px}}.property-manager-roi-content{margin-left:auto;margin-right:auto;max-width:80rem;padding-left:1rem;padding-right:1rem}@media(min-width:640px){.property-manager-roi-content{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.property-manager-roi-content{padding-left:2rem;padding-right:2rem}}.property-manager-roi-content{margin-left:auto;margin-right:auto;max-width:72rem;padding-left:1.5rem;padding-right:1.5rem}.property-manager-roi-grid{margin-top:3rem;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:2rem}@media(min-width:768px){.property-manager-roi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.property-manager-roi-card{border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:2rem;text-align:center;--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.property-manager-roi-card-title{margin-bottom:1rem;font-size:1.125rem;line-height:1.75rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.property-manager-roi-card-value{margin-bottom:1rem;font-size:2.25rem;line-height:2.5rem;font-weight:700;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.property-manager-roi-card-description{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.property-manager-how-it-works-section{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding-top:4rem;padding-bottom:4rem}@media(min-width:768px){.property-manager-how-it-works-section{padding-top:6rem;padding-bottom:6rem}}.property-manager-how-it-works-section .property-manager-section-title{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.property-manager-how-it-works-content{width:100%}@media(min-width:640px){.property-manager-how-it-works-content{max-width:640px}}@media(min-width:768px){.property-manager-how-it-works-content{max-width:768px}}@media(min-width:1024px){.property-manager-how-it-works-content{max-width:1024px}}@media(min-width:1280px){.property-manager-how-it-works-content{max-width:1280px}}@media(min-width:1536px){.property-manager-how-it-works-content{max-width:1536px}}.property-manager-how-it-works-content{margin-left:auto;margin-right:auto;max-width:80rem;padding-left:1rem;padding-right:1rem}@media(min-width:640px){.property-manager-how-it-works-content{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.property-manager-how-it-works-content{padding-left:2rem;padding-right:2rem}}.property-manager-how-it-works-content{margin-left:auto;margin-right:auto;max-width:72rem;padding-left:1.5rem;padding-right:1.5rem}.property-manager-steps{margin-top:3rem;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:2rem}@media(min-width:768px){.property-manager-steps{grid-template-columns:repeat(3,minmax(0,1fr))}}.property-manager-step{padding:1.5rem;text-align:center}.property-manager-step-number{margin-left:auto;margin-right:auto;margin-bottom:1rem;display:flex;height:4rem;width:4rem;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1));font-size:1.5rem;line-height:2rem;font-weight:700;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.property-manager-step-title{margin-bottom:.75rem;font-size:1.25rem;line-height:1.75rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.property-manager-step-description{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.property-manager-cta-section{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops));--tw-gradient-from: #2563eb var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #1d4ed8 var(--tw-gradient-via-position), var(--tw-gradient-to);--tw-gradient-to: #1e40af var(--tw-gradient-to-position);padding-top:4rem;padding-bottom:4rem;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}@media(min-width:768px){.property-manager-cta-section{padding-top:6rem;padding-bottom:6rem}}.property-manager-cta-content{width:100%}@media(min-width:640px){.property-manager-cta-content{max-width:640px}}@media(min-width:768px){.property-manager-cta-content{max-width:768px}}@media(min-width:1024px){.property-manager-cta-content{max-width:1024px}}@media(min-width:1280px){.property-manager-cta-content{max-width:1280px}}@media(min-width:1536px){.property-manager-cta-content{max-width:1536px}}.property-manager-cta-content{margin-left:auto;margin-right:auto;max-width:80rem;padding-left:1rem;padding-right:1rem}@media(min-width:640px){.property-manager-cta-content{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.property-manager-cta-content{padding-left:2rem;padding-right:2rem}}.property-manager-cta-content{margin-left:auto;margin-right:auto;max-width:56rem;padding-left:1.5rem;padding-right:1.5rem;text-align:center}.property-manager-cta-title{font-size:1.875rem;line-height:2.25rem;font-weight:700;letter-spacing:-.025em;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}@media(min-width:640px){.property-manager-cta-title{font-size:2.25rem;line-height:2.5rem}}.property-manager-cta-title{margin-bottom:1rem;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.property-manager-cta-subtitle{margin-left:auto;margin-right:auto;margin-bottom:2rem;max-width:42rem;font-size:1.125rem;line-height:1.75rem;color:#ffffffe6}.property-manager-cta-buttons{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}@media(min-width:640px){.property-manager-cta-buttons{flex-direction:row}}.property-manager-cta-button-primary{display:inline-flex;align-items:center;justify-content:center;border-radius:.375rem;font-size:.875rem;line-height:1.25rem;font-weight:500;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.property-manager-cta-button-primary:focus-visible{outline:2px solid transparent;outline-offset:2px;--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);--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));--tw-ring-offset-width: 2px}.property-manager-cta-button-primary:disabled{pointer-events:none;opacity:.5}.property-manager-cta-button-primary{height:3rem;font-size:1rem;line-height:1.5rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding-left:2rem;padding-right:2rem;font-weight:600;--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.property-manager-cta-button-primary:hover{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.property-manager-cta-button-secondary{display:inline-flex;align-items:center;justify-content:center;border-radius:.375rem;font-size:.875rem;line-height:1.25rem;font-weight:500;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.property-manager-cta-button-secondary:focus-visible{outline:2px solid transparent;outline-offset:2px;--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);--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));--tw-ring-offset-width: 2px}.property-manager-cta-button-secondary:disabled{pointer-events:none;opacity:.5}.property-manager-cta-button-secondary{height:3rem;font-size:1rem;line-height:1.5rem;border-width:2px;--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1));padding-left:2rem;padding-right:2rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.property-manager-cta-button-secondary:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.email-preferences-container{min-height:100vh;--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.email-preferences-wrapper{width:100%}@media(min-width:640px){.email-preferences-wrapper{max-width:640px}}@media(min-width:768px){.email-preferences-wrapper{max-width:768px}}@media(min-width:1024px){.email-preferences-wrapper{max-width:1024px}}@media(min-width:1280px){.email-preferences-wrapper{max-width:1280px}}@media(min-width:1536px){.email-preferences-wrapper{max-width:1536px}}.email-preferences-wrapper{margin-left:auto;margin-right:auto;max-width:80rem;padding-left:1rem;padding-right:1rem}@media(min-width:640px){.email-preferences-wrapper{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.email-preferences-wrapper{padding-left:2rem;padding-right:2rem}}.email-preferences-wrapper{padding-top:4rem;padding-bottom:4rem}.email-preferences-content{margin-left:auto;margin-right:auto;max-width:42rem}.email-preferences-header{margin-bottom:3rem;text-align:center}.email-preferences-icon-wrapper{margin-bottom:1.5rem;display:flex;justify-content:center}.email-preferences-icon{height:4rem;width:4rem;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.email-preferences-title{font-size:2.25rem;line-height:2.5rem;font-weight:700;letter-spacing:-.025em;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}@media(min-width:640px){.email-preferences-title{font-size:3rem;line-height:1}}@media(min-width:1024px){.email-preferences-title{font-size:3.75rem;line-height:1}}.email-preferences-title{margin-bottom:1rem}.email-preferences-subtitle{font-size:1.125rem;line-height:1.75rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.email-preferences-form-container{border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:2rem;--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.email-preferences-email-field{margin-bottom:2rem}.email-preferences-email-label{margin-bottom:.5rem;display:block;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.email-preferences-email-input{display:flex;height:2.5rem;width:100%;border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem}.email-preferences-email-input::-moz-placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.email-preferences-email-input::placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.email-preferences-email-input:focus{border-color:transparent;outline:2px solid transparent;outline-offset:2px;--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);--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.email-preferences-email-input:disabled{cursor:not-allowed;opacity:.5}textarea.email-preferences-email-input{min-height:4.5rem;resize:vertical;height:auto}.email-preferences-email-help{margin-top:.25rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.email-preferences-selection-section{margin-bottom:2rem}.email-preferences-selection-title{margin-bottom:1rem;font-size:1.125rem;line-height:1.75rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.email-preferences-selection-description{margin-bottom:1.5rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.email-preferences-options-list>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.email-preferences-option{display:flex;cursor:pointer;align-items:flex-start;border-radius:.5rem;border-width:1px;padding:1rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.email-preferences-option-selectable{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.email-preferences-option-selectable:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.email-preferences-option-required{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.email-preferences-option-checkbox{margin-top:.25rem;height:1.25rem;width:1.25rem;border-radius:.25rem;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.email-preferences-option-checkbox:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.email-preferences-option-checkbox-disabled{opacity:.5}.email-preferences-option-content{margin-left:.75rem}.email-preferences-option-title{font-weight:500;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.email-preferences-option-description{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.email-preferences-message{margin-bottom:1.5rem;display:flex;border-radius:.375rem;padding:1rem}.email-preferences-message-success{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.email-preferences-message-error{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.email-preferences-message-icon{height:1.25rem;width:1.25rem;flex-shrink:0}.email-preferences-message-success .email-preferences-message-icon{--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}.email-preferences-message-error .email-preferences-message-icon{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.email-preferences-message-text{margin-left:.75rem;font-size:.875rem;line-height:1.25rem;font-weight:500}.email-preferences-message-success .email-preferences-message-text{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.email-preferences-message-error .email-preferences-message-text{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.email-preferences-actions{display:flex;flex-direction:column;gap:1rem}@media(min-width:640px){.email-preferences-actions{flex-direction:row}}.email-preferences-button{flex:1 1 0%;border-radius:.5rem;padding:.75rem 1.5rem;font-size:1rem;line-height:1.5rem;font-weight:600;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.email-preferences-button-primary{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.email-preferences-button-primary:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.email-preferences-button-primary:active{--tw-bg-opacity: 1;background-color:rgb(30 64 175 / var(--tw-bg-opacity, 1))}.email-preferences-button-primary:disabled{cursor:not-allowed;opacity:.5}.email-preferences-button-primary{box-shadow:0 2px 4px #0000001a}.email-preferences-button-primary:hover{box-shadow:0 4px 6px #00000026;transform:translateY(-1px)}.email-preferences-button-secondary{border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.email-preferences-button-secondary:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.email-preferences-button-secondary:active{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.email-preferences-privacy{margin-top:2rem;text-align:center}.email-preferences-privacy-text{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.email-preferences-privacy-link{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1));text-decoration-line:underline}.email-preferences-privacy-link:hover{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.unsubscribe-container{min-height:100vh;--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.unsubscribe-wrapper{width:100%}@media(min-width:640px){.unsubscribe-wrapper{max-width:640px}}@media(min-width:768px){.unsubscribe-wrapper{max-width:768px}}@media(min-width:1024px){.unsubscribe-wrapper{max-width:1024px}}@media(min-width:1280px){.unsubscribe-wrapper{max-width:1280px}}@media(min-width:1536px){.unsubscribe-wrapper{max-width:1536px}}.unsubscribe-wrapper{margin-left:auto;margin-right:auto;max-width:80rem;padding-left:1rem;padding-right:1rem}@media(min-width:640px){.unsubscribe-wrapper{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.unsubscribe-wrapper{padding-left:2rem;padding-right:2rem}}.unsubscribe-wrapper{padding-top:4rem;padding-bottom:4rem}.unsubscribe-content{margin-left:auto;margin-right:auto;max-width:42rem}.unsubscribe-header{margin-bottom:3rem;text-align:center}.unsubscribe-icon-wrapper{margin-bottom:1.5rem;display:flex;justify-content:center}.unsubscribe-icon{height:4rem;width:4rem;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.unsubscribe-title{font-size:2.25rem;line-height:2.5rem;font-weight:700;letter-spacing:-.025em;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}@media(min-width:640px){.unsubscribe-title{font-size:3rem;line-height:1}}@media(min-width:1024px){.unsubscribe-title{font-size:3.75rem;line-height:1}}.unsubscribe-title{margin-bottom:1rem}.unsubscribe-subtitle{font-size:1.125rem;line-height:1.75rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.unsubscribe-alternative-card{margin-bottom:2rem;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1));padding:1.5rem}.unsubscribe-alternative-title{margin-bottom:.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.unsubscribe-alternative-description{margin-bottom:1rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.unsubscribe-success-card{border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:2rem;text-align:center;--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.unsubscribe-success-icon-wrapper{margin-bottom:1.5rem;display:flex;justify-content:center}.unsubscribe-success-icon{height:4rem;width:4rem;--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.unsubscribe-success-title{font-size:2.25rem;line-height:2.5rem;font-weight:700;letter-spacing:-.025em;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}@media(min-width:640px){.unsubscribe-success-title{font-size:3rem;line-height:1}}@media(min-width:1024px){.unsubscribe-success-title{font-size:3.75rem;line-height:1}}.unsubscribe-success-title{margin-bottom:1rem}.unsubscribe-success-message{font-size:1.125rem;line-height:1.75rem;margin-bottom:1.5rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.unsubscribe-success-note{margin-bottom:2rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.unsubscribe-success-actions{display:flex;flex-direction:column}.unsubscribe-success-actions>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}@media(min-width:640px){.unsubscribe-success-actions{flex-direction:row;justify-content:center}.unsubscribe-success-actions>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse));--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}}.unsubscribe-form-container{border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:2rem;--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.unsubscribe-email-field,.unsubscribe-reason-field,.unsubscribe-feedback-field{margin-bottom:1.5rem}.unsubscribe-email-label,.unsubscribe-reason-label,.unsubscribe-feedback-label{margin-bottom:.5rem;display:block;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.unsubscribe-email-input,.unsubscribe-reason-select,.unsubscribe-feedback-textarea{display:flex;height:2.5rem;width:100%;border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem}.unsubscribe-email-input::-moz-placeholder,.unsubscribe-reason-select::-moz-placeholder,.unsubscribe-feedback-textarea::-moz-placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.unsubscribe-email-input::placeholder,.unsubscribe-reason-select::placeholder,.unsubscribe-feedback-textarea::placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.unsubscribe-email-input:focus,.unsubscribe-reason-select:focus,.unsubscribe-feedback-textarea:focus{border-color:transparent;outline:2px solid transparent;outline-offset:2px;--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);--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.unsubscribe-email-input:disabled,.unsubscribe-reason-select:disabled,.unsubscribe-feedback-textarea:disabled{cursor:not-allowed;opacity:.5}textarea.unsubscribe-email-input,textarea .unsubscribe-reason-select,textarea .unsubscribe-feedback-textarea{min-height:4.5rem;resize:vertical;height:auto}.unsubscribe-feedback-textarea{display:flex;height:2.5rem;width:100%;border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem}.unsubscribe-feedback-textarea::-moz-placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.unsubscribe-feedback-textarea::placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.unsubscribe-feedback-textarea:focus{border-color:transparent;outline:2px solid transparent;outline-offset:2px;--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);--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.unsubscribe-feedback-textarea:disabled{cursor:not-allowed;opacity:.5}textarea.unsubscribe-feedback-textarea{min-height:4.5rem;resize:vertical;height:auto}.unsubscribe-feedback-textarea{resize:vertical}.unsubscribe-email-prefilled-input{--tw-border-opacity: 1;border-color:rgb(134 239 172 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.unsubscribe-email-prefilled{margin-top:.5rem;display:flex;align-items:center;gap:.25rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.unsubscribe-feedback-help{margin-top:.25rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.unsubscribe-message{margin-bottom:1.5rem;display:flex;border-radius:.375rem;padding:1rem}.unsubscribe-message-error{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.unsubscribe-message-icon{height:1.25rem;width:1.25rem;flex-shrink:0;--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.unsubscribe-message-text{margin-left:.75rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.unsubscribe-button{border-radius:.5rem;padding:.75rem 1.5rem;font-size:1rem;line-height:1.5rem;font-weight:600;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.unsubscribe-button-primary{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.unsubscribe-button-primary:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.unsubscribe-button-primary:active{--tw-bg-opacity: 1;background-color:rgb(30 64 175 / var(--tw-bg-opacity, 1))}.unsubscribe-button-primary{box-shadow:0 2px 4px #0000001a}.unsubscribe-button-primary:hover{box-shadow:0 4px 6px #00000026;transform:translateY(-1px)}.unsubscribe-button-secondary{border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.unsubscribe-button-secondary:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.unsubscribe-button-secondary:active{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.unsubscribe-button-submit{width:100%;--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.unsubscribe-button-submit:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.unsubscribe-button-submit:active{--tw-bg-opacity: 1;background-color:rgb(30 64 175 / var(--tw-bg-opacity, 1))}.unsubscribe-button-submit:disabled{cursor:not-allowed;opacity:.5}.unsubscribe-button-submit{border-radius:.5rem;padding:.75rem 1.5rem;font-size:1rem;line-height:1.5rem;font-weight:600;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;box-shadow:0 2px 4px #0000001a}.unsubscribe-button-submit:hover:not(:disabled){box-shadow:0 4px 6px #00000026;transform:translateY(-1px)}.unsubscribe-button-destructive{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.unsubscribe-button-destructive:hover{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.unsubscribe-button-destructive:active{--tw-bg-opacity: 1;background-color:rgb(153 27 27 / var(--tw-bg-opacity, 1))}.unsubscribe-button-destructive:disabled{cursor:not-allowed;opacity:.5}.unsubscribe-button-destructive{box-shadow:0 2px 4px #0000001a}.unsubscribe-button-destructive:hover:not(:disabled){box-shadow:0 4px 6px #dc26264d;transform:translateY(-1px)}.unsubscribe-form-note{margin-top:1rem;text-align:center;font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.unsubscribe-support{margin-top:2rem;text-align:center}.unsubscribe-support-text{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.unsubscribe-support-link{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1));text-decoration-line:underline}.unsubscribe-support-link:hover{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.unsubscribe-confirmation{margin-top:1.5rem;border-radius:.5rem;border-width:2px;--tw-border-opacity: 1;border-color:rgb(254 240 138 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1));padding:1.5rem}.unsubscribe-confirmation-content>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.unsubscribe-confirmation-title{margin-bottom:.5rem;font-size:1.25rem;line-height:1.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.unsubscribe-confirmation-message{font-size:1rem;line-height:1.5rem;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.unsubscribe-confirmation-note{margin-top:1rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.unsubscribe-confirmation-list{margin-left:1rem;list-style-position:inside;list-style-type:disc}.unsubscribe-confirmation-list>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.unsubscribe-confirmation-list{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.unsubscribe-confirmation-question{margin-top:1rem;font-size:1rem;line-height:1.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.unsubscribe-confirmation-actions{margin-top:1.5rem;display:flex;flex-direction:column;gap:1rem}@media(min-width:640px){.unsubscribe-confirmation-actions{flex-direction:row}}.hvac-pro-catalog-container{min-height:100vh;--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1));padding:3rem 1rem}@media(min-width:640px){.hvac-pro-catalog-container{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.hvac-pro-catalog-container{padding-left:2rem;padding-right:2rem}}.hvac-pro-catalog-wrapper{margin-left:auto;margin-right:auto;max-width:72rem}.hvac-pro-catalog-back-link{margin-bottom:1.5rem}.hvac-pro-catalog-back-button{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hvac-pro-catalog-back-button:hover{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.hvac-pro-catalog-back-icon{height:1rem;width:1rem}.hvac-pro-catalog-header{margin-bottom:2rem;text-align:center}.hvac-pro-catalog-title{margin-bottom:.5rem;font-size:2.25rem;line-height:2.5rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.hvac-pro-catalog-subtitle{margin-bottom:.5rem;font-size:1.125rem;line-height:1.75rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.hvac-pro-catalog-role-badge{display:inline-block;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1));padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.hvac-pro-product-selector{margin-bottom:2rem;display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}.hvac-pro-product-button-wrapper{display:flex;flex-direction:column;align-items:center;min-width:200px;max-width:280px}.hvac-pro-product-button{width:100%;border-radius:.5rem;border-width:2px;padding:.75rem 1.5rem;font-weight:600;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.hvac-pro-product-button:hover{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1));--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.hvac-pro-product-button{margin-bottom:.75rem}.hvac-pro-product-button.active{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hvac-pro-product-button-name{display:block}.hvac-pro-product-pricing-info>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.hvac-pro-product-pricing-info{text-align:center}.hvac-pro-product-msrp{display:flex;align-items:center;justify-content:center;gap:.5rem}.hvac-pro-product-msrp-label{font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.hvac-pro-product-msrp-price{font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1));text-decoration-line:line-through}.hvac-pro-product-savings{display:flex;align-items:center;justify-content:center;gap:.375rem}.hvac-pro-product-savings-amount{font-size:.875rem;line-height:1.25rem;font-weight:700;--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.hvac-pro-product-savings-percent{font-size:.75rem;line-height:1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.hvac-pro-product-contractor-price{display:flex;align-items:center;justify-content:center;gap:.5rem;padding-top:.25rem}.hvac-pro-product-contractor-price-label{font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.hvac-pro-product-contractor-price-value{font-size:1rem;line-height:1.5rem;font-weight:700;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.hvac-pro-pricing-section{margin-bottom:1.5rem;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1.5rem;--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hvac-pro-pricing-title{margin-bottom:1rem;font-size:1.5rem;line-height:2rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.hvac-pro-pricing-table{overflow-x:auto}.hvac-pro-pricing-table-element{width:100%}.hvac-pro-pricing-table th{border-bottom-width:1px;--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1));padding:.75rem 1rem;text-align:left;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.hvac-pro-pricing-table td{border-bottom-width:1px;padding:.75rem 1rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.hvac-pro-quantity-section{margin-bottom:1.5rem;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1.5rem;--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hvac-pro-quantity-label{margin-bottom:1rem;display:block;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.hvac-pro-quantity-quick-select{margin-bottom:1.5rem}.hvac-pro-quantity-quick-select-label{margin-bottom:.75rem;display:block;font-size:.75rem;line-height:1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.hvac-pro-quantity-quick-select-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.hvac-pro-quantity-quick-select-button{border-radius:.5rem;border-width:2px;padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:600;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.hvac-pro-quantity-quick-select-button:hover{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.hvac-pro-quantity-quick-select-button:active{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hvac-pro-quantity-quick-select-button.active{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hvac-pro-quantity-quick-select-button.active:hover{--tw-border-opacity: 1;border-color:rgb(29 78 216 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.hvac-pro-quantity-input-wrapper{margin-top:1rem}.hvac-pro-quantity-input-label{margin-bottom:.5rem;display:block;font-size:.75rem;line-height:1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.hvac-pro-quantity-input{width:100%;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));padding:.5rem 1rem}.hvac-pro-quantity-input:focus{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1));--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);--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.hvac-pro-contact-sales{margin-top:.5rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.hvac-pro-price-display{margin-bottom:1.5rem;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1.5rem;--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hvac-pro-price-row{display:flex;align-items:center;justify-content:space-between;padding-top:.5rem;padding-bottom:.5rem;font-size:1rem;line-height:1.5rem}.hvac-pro-price-row.hvac-pro-price-total{margin-top:.5rem;border-top-width:2px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));padding-top:1rem;font-size:1.125rem;line-height:1.75rem;font-weight:700}.hvac-pro-price-value{font-weight:600;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.hvac-pro-checkout-section{border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1.5rem;--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hvac-pro-checkout-button{width:100%;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1));padding:1rem 1.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hvac-pro-checkout-button:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.hvac-pro-checkout-button:active{--tw-bg-opacity: 1;background-color:rgb(30 64 175 / var(--tw-bg-opacity, 1))}.hvac-pro-checkout-button:focus{outline:2px solid transparent;outline-offset:2px;--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);--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));--tw-ring-offset-width: 2px}.hvac-pro-checkout-button{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.hvac-pro-checkout-button:hover{--tw-scale-x: 1.02;--tw-scale-y: 1.02;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hvac-pro-checkout-button:disabled{transform:none;cursor:not-allowed;opacity:.5}.hvac-pro-checkout-button{font-size:1rem;line-height:1.5rem}.hvac-pro-checkout-error{margin-bottom:1rem;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1));padding:1rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.signup-form-page-container{min-height:100vh;background-image:linear-gradient(to bottom right,var(--tw-gradient-stops));--tw-gradient-from: #eff6ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to);--tw-gradient-to: #eef2ff var(--tw-gradient-to-position);padding:3rem 1rem}@media(min-width:640px){.signup-form-page-container{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.signup-form-page-container{padding-left:2rem;padding-right:2rem}}.signup-form-page-wrapper{margin-left:auto;margin-right:auto;max-width:64rem}.signup-form-card{overflow:hidden;border-radius:1rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}@media(min-width:1024px){.signup-form-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}}.signup-form-section{padding:2rem}@media(min-width:1024px){.signup-form-section{padding:3rem}}.signup-form-header-section{margin-bottom:2rem}.signup-form-title-wrapper{margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.signup-form-title{font-size:1.875rem;line-height:2.25rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.signup-form-subtitle{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.signup-form>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.signup-form-field>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.signup-form-field-label{margin-bottom:.5rem;display:block;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.signup-form-label-content{display:flex;align-items:center;gap:.5rem}.signup-form-input{display:block;width:100%;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));padding:.75rem 1rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.signup-form-input:focus{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1));outline:2px solid transparent;outline-offset:2px;--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);--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.signup-form-select{display:block;width:100%;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.75rem 1rem;--tw-shadow: 0 1px 2px 0 rgb(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);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.signup-form-select:focus{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1));outline:2px solid transparent;outline-offset:2px;--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);--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.signup-form-field-help{margin-top:.25rem;font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.signup-form-verification-section{margin-top:1.5rem}.signup-form-verification-section>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.signup-form-verification-section{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1));padding:1.5rem}.signup-form-professional-verification-header{margin-bottom:1rem;display:flex;align-items:flex-start;gap:.75rem}.signup-form-professional-verification-icon{margin-top:.25rem;height:1.5rem;width:1.5rem;flex-shrink:0;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.signup-form-professional-verification-title{font-size:1.125rem;line-height:1.75rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.signup-form-professional-verification-description{margin-top:.25rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.signup-form-password-wrapper{position:relative}.signup-form-password-input{padding-right:3rem}.signup-form-password-toggle-button{position:absolute;top:0;bottom:0;right:0;display:flex;align-items:center;padding-right:.75rem}.signup-form-password-match{--tw-border-opacity: 1;border-color:rgb(134 239 172 / var(--tw-border-opacity, 1))}.signup-form-password-match-message{margin-top:.25rem;display:flex;align-items:center;gap:.25rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.signup-form-password-match-icon{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.signup-form-password-strength{margin-top:.5rem}.signup-form-password-strength-bar-wrapper{margin-bottom:.25rem;display:flex;align-items:center;gap:.5rem}.signup-form-password-strength-bar{height:.5rem;flex:1 1 0%;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.signup-form-password-strength-bar-fill{height:.5rem;border-radius:9999px;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.signup-form-password-strength-label{font-size:.75rem;line-height:1rem;font-weight:500}.signup-form-password-strength-weak{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.signup-form-password-strength-medium{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity, 1))}.signup-form-password-strength-strong{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.signup-form-checkbox-wrapper{display:flex;align-items:flex-start}.signup-form-checkbox{margin-top:.25rem;height:1rem;width:1rem;border-radius:.25rem;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.signup-form-checkbox:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.signup-form-checkbox-label{margin-left:.75rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.signup-form-checkbox-error{margin-left:1.5rem}.signup-form-link{font-weight:500;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.signup-form-link:hover{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.signup-form-submit-error{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1));padding:1rem}.signup-form-submit-error-message{display:flex;align-items:center;gap:.5rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.signup-form-submit-error-icon{height:1.25rem;width:1.25rem}.signup-form-submit-button{display:flex;width:100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));align-items:center;justify-content:center;border-radius:.5rem;border-width:1px;border-color:transparent;--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1));padding:.75rem 1rem;font-size:1rem;line-height:1.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));--tw-shadow: 0 1px 2px 0 rgb(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);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.signup-form-submit-button:hover{--tw-scale-x: 1.02;--tw-scale-y: 1.02;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.signup-form-submit-button:focus{outline:2px solid transparent;outline-offset:2px;--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);--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));--tw-ring-offset-width: 2px}.signup-form-submit-button:disabled{cursor:not-allowed;opacity:.5}.signup-form-submit-loading{display:flex;align-items:center}.signup-form-submit-spinner{margin-right:.5rem;height:1.25rem;width:1.25rem}.signup-form-submit-spinner{animation:spin 1s linear infinite;border-radius:9999px;border-bottom-width:2px;--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.signup-form-signin-link{text-align:center}.signup-form-signin-link-text{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.signup-form-signin-link-button{font-weight:600;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.signup-form-signin-link-button:hover{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.signup-form-benefits-section{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops));--tw-gradient-from: #2563eb var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #4338ca var(--tw-gradient-to-position);padding:2rem;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}@media(min-width:1024px){.signup-form-benefits-section{padding:3rem}}.signup-form-benefits-content{display:flex;height:100%;flex-direction:column;justify-content:center}.signup-form-benefits-header{margin-bottom:2rem}.signup-form-benefits-title{margin-bottom:.5rem;font-size:1.5rem;line-height:2rem;font-weight:700}.signup-form-benefits-description{--tw-text-opacity: 1;color:rgb(219 234 254 / var(--tw-text-opacity, 1))}.signup-form-benefits-list{margin-bottom:2rem}.signup-form-benefits-list>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.signup-form-benefits-item{display:flex;align-items:flex-start;gap:.75rem}.signup-form-benefits-item-text{--tw-text-opacity: 1;color:rgb(239 246 255 / var(--tw-text-opacity, 1))}.signup-form-trust-section{margin-top:auto;border-top-width:1px;--tw-border-opacity: 1;border-color:rgb(96 165 250 / var(--tw-border-opacity, 1));padding-top:2rem}.signup-form-trust-list>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.signup-form-trust-item{display:flex;align-items:center;gap:.5rem}.signup-form-trust-text{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(219 234 254 / var(--tw-text-opacity, 1))}.signup-form-verification-container{display:flex;min-height:100vh;align-items:center;justify-content:center;background-image:linear-gradient(to bottom right,var(--tw-gradient-stops));--tw-gradient-from: #eff6ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #e0e7ff var(--tw-gradient-to-position);padding:4rem 1rem}@media(min-width:640px){.signup-form-verification-container{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.signup-form-verification-container{padding-left:2rem;padding-right:2rem}}.signup-form-verification-card{width:100%;max-width:28rem}.signup-form-verification-card>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.signup-form-verification-card{border-radius:1rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:2rem;--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.signup-form-verification-header{text-align:center}.signup-form-verification-icon-wrapper{margin-left:auto;margin-right:auto;margin-bottom:1rem;display:flex;height:4rem;width:4rem;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.signup-form-verification-title{font-size:1.875rem;line-height:2.25rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.signup-form-verification-subtitle{margin-top:.5rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.signup-form-verification-email{margin-top:.25rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.signup-form-verification-form>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.signup-form-verification-field>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.signup-form-verification-label{margin-bottom:.5rem;display:block;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.signup-form-verification-input{display:block;width:100%;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));padding:.75rem 1rem}.signup-form-verification-input:focus{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1));outline:2px solid transparent;outline-offset:2px;--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);--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}@media(min-width:640px){.signup-form-verification-input{font-size:.875rem;line-height:1.25rem}}.signup-form-verification-submit-button{display:flex;width:100%;justify-content:center;border-radius:.5rem;border-width:1px;border-color:transparent;--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1));padding:.75rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));--tw-shadow: 0 1px 2px 0 rgb(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);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.signup-form-verification-submit-button:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.signup-form-verification-submit-button:focus{outline:2px solid transparent;outline-offset:2px;--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);--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));--tw-ring-offset-width: 2px}.signup-form-verification-submit-button:disabled{cursor:not-allowed;opacity:.5}.signin-form-page-container{min-height:100vh;background-image:linear-gradient(to bottom right,var(--tw-gradient-stops));--tw-gradient-from: #eff6ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to);--tw-gradient-to: #eef2ff var(--tw-gradient-to-position);padding:3rem 1rem}@media(min-width:640px){.signin-form-page-container{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.signin-form-page-container{padding-left:2rem;padding-right:2rem}}.signin-form-page-wrapper{margin-left:auto;margin-right:auto;max-width:64rem}.signin-form-card{overflow:hidden;border-radius:1rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}@media(min-width:1024px){.signin-form-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}}.signin-form-section{padding:2rem}@media(min-width:1024px){.signin-form-section{padding:3rem}}.signin-form-header-section{margin-bottom:2rem}.signin-form-title-wrapper{margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.signin-form-header-icon{height:2rem;width:2rem;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.signin-form-title{font-size:1.875rem;line-height:2.25rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.signin-form-subtitle{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.signin-form>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.signin-form-field>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.signin-form-field-label{margin-bottom:.5rem;display:block;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.signin-form-label-content{display:flex;align-items:center;gap:.5rem}.signin-form-label-icon{height:1rem;width:1rem;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.signin-form-input{display:block;width:100%;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));padding:.75rem 1rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.signin-form-input:focus{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1));outline:2px solid transparent;outline-offset:2px;--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);--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.signin-form-password-wrapper{position:relative}.signin-form-password-input{padding-right:3rem}.signin-form-password-toggle-button{position:absolute;top:0;bottom:0;right:0;display:flex;align-items:center;padding-right:.75rem}.signin-form-password-toggle-icon{height:1.25rem;width:1.25rem;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.signin-form-password-toggle-icon:hover{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.signin-form-error{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1));padding:1rem}.signin-form-error-message{display:flex;align-items:center;gap:.5rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.signin-form-error-icon{height:1.25rem;width:1.25rem}.signin-form-submit-button{display:flex;width:100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));align-items:center;justify-content:center;border-radius:.5rem;border-width:1px;border-color:transparent;--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1));padding:.75rem 1rem;font-size:1rem;line-height:1.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));--tw-shadow: 0 1px 2px 0 rgb(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);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.signin-form-submit-button:hover{--tw-scale-x: 1.02;--tw-scale-y: 1.02;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.signin-form-submit-button:focus{outline:2px solid transparent;outline-offset:2px;--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);--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));--tw-ring-offset-width: 2px}.signin-form-submit-button:disabled{cursor:not-allowed;opacity:.5}.signin-form-submit-loading{display:flex;align-items:center}.signin-form-submit-spinner{margin-right:.5rem;height:1.25rem;width:1.25rem}@keyframes spin{to{transform:rotate(360deg)}}.signin-form-submit-spinner{animation:spin 1s linear infinite;border-radius:9999px;border-bottom-width:2px;--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.signin-form-submit-icon{margin-right:.5rem;height:1.25rem;width:1.25rem}.signin-form-signup-link{text-align:center}.signin-form-signup-link-text{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.signin-form-signup-link-button{font-weight:600;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.signin-form-signup-link-button:hover{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.signin-form-benefits-section{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops));--tw-gradient-from: #2563eb var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #4338ca var(--tw-gradient-to-position);padding:2rem;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}@media(min-width:1024px){.signin-form-benefits-section{padding:3rem}}.signin-form-benefits-content{display:flex;height:100%;flex-direction:column;justify-content:center}.signin-form-benefits-header{margin-bottom:2rem}.signin-form-benefits-title{margin-bottom:.5rem;font-size:1.5rem;line-height:2rem;font-weight:700}.signin-form-benefits-description{--tw-text-opacity: 1;color:rgb(219 234 254 / var(--tw-text-opacity, 1))}.signin-form-benefits-list{margin-bottom:2rem}.signin-form-benefits-list>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.signin-form-benefits-item{display:flex;align-items:flex-start;gap:.75rem}.signin-form-benefit-icon{margin-top:.125rem;height:1.5rem;width:1.5rem;flex-shrink:0;--tw-text-opacity: 1;color:rgb(134 239 172 / var(--tw-text-opacity, 1))}.signin-form-benefits-item-text{--tw-text-opacity: 1;color:rgb(239 246 255 / var(--tw-text-opacity, 1))}.signin-form-cta-section{margin-top:auto}.signin-form-cta-button{display:flex;width:100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));align-items:center;justify-content:center;gap:.5rem;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.75rem 1rem;font-weight:600;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.signin-form-cta-button:hover{--tw-scale-x: 1.02;--tw-scale-y: 1.02;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.signin-form-cta-icon{height:1.25rem;width:1.25rem}.signin-form-trust-section{margin-top:2rem;border-top-width:1px;--tw-border-opacity: 1;border-color:rgb(96 165 250 / var(--tw-border-opacity, 1));padding-top:2rem}.signin-form-trust-list>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.signin-form-trust-item{display:flex;align-items:center;gap:.5rem}.signin-form-trust-icon{height:1.25rem;width:1.25rem;--tw-text-opacity: 1;color:rgb(134 239 172 / var(--tw-text-opacity, 1))}.signin-form-trust-text{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(219 234 254 / var(--tw-text-opacity, 1))}.unauthorized-page-container{min-height:100vh;background-image:linear-gradient(to bottom right,var(--tw-gradient-stops));--tw-gradient-from: #fef2f2 var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to);--tw-gradient-to: #fff7ed var(--tw-gradient-to-position);padding:3rem 1rem}@media(min-width:640px){.unauthorized-page-container{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.unauthorized-page-container{padding-left:2rem;padding-right:2rem}}.unauthorized-page-wrapper{margin-left:auto;margin-right:auto;max-width:42rem}.unauthorized-page-content{border-radius:1rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:2rem;text-align:center;--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}@media(min-width:1024px){.unauthorized-page-content{padding:3rem}}.unauthorized-page-icon-wrapper{margin-bottom:1.5rem;display:flex;justify-content:center}.unauthorized-page-icon{height:5rem;width:5rem;--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.unauthorized-page-title{margin-bottom:1rem;font-size:1.875rem;line-height:2.25rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.unauthorized-page-message{margin-bottom:2rem}.unauthorized-page-message>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.unauthorized-page-text{font-size:1.125rem;line-height:1.75rem;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.unauthorized-page-role-info{font-size:1rem;line-height:1.5rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.unauthorized-page-help-text{font-size:.875rem;line-height:1.25rem;font-style:italic;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.unauthorized-page-actions{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}@media(min-width:640px){.unauthorized-page-actions{flex-direction:row}}.unauthorized-page-button-primary{display:inline-flex;align-items:center;justify-content:center;border-radius:.5rem;border-width:1px;border-color:transparent;--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1));padding:.75rem 1.5rem;font-size:1rem;line-height:1.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));--tw-shadow: 0 1px 2px 0 rgb(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);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.unauthorized-page-button-primary:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.unauthorized-page-button-primary:focus{outline:2px solid transparent;outline-offset:2px;--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);--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));--tw-ring-offset-width: 2px}.unauthorized-page-button-secondary{display:inline-flex;align-items:center;justify-content:center;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.75rem 1.5rem;font-size:1rem;line-height:1.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1));--tw-shadow: 0 1px 2px 0 rgb(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);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.unauthorized-page-button-secondary:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.unauthorized-page-button-secondary:focus{outline:2px solid transparent;outline-offset:2px;--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);--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));--tw-ring-offset-width: 2px}.unauthorized-page-button-link{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.unauthorized-page-button-link:hover{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.unauthorized-page-button-link:focus{outline:2px solid transparent;outline-offset:2px}.unauthorized-page-button-icon{margin-right:.5rem;height:1.25rem;width:1.25rem}.profile-page-container{min-height:100vh;--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1));padding:3rem 1rem}@media(min-width:640px){.profile-page-container{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.profile-page-container{padding-left:2rem;padding-right:2rem}}.profile-page-wrapper{margin-left:auto;margin-right:auto;max-width:56rem}.profile-page-content{border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1.5rem;--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}@media(min-width:1024px){.profile-page-content{padding:2rem}}.profile-page-header{margin-bottom:2rem}.profile-page-back-button{margin-bottom:1rem;display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.profile-page-back-button:hover{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.profile-page-back-icon{height:1rem;width:1rem}.profile-page-title{margin-bottom:.5rem;font-size:1.875rem;line-height:2.25rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.profile-page-subtitle{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.profile-page-message{margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem;border-radius:.5rem;padding:1rem}.profile-page-message-success{border-width:1px;--tw-border-opacity: 1;border-color:rgb(187 247 208 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.profile-page-message-error{border-width:1px;--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.profile-page-message-icon{height:1.25rem;width:1.25rem;flex-shrink:0}.profile-page-form>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.profile-page-form-layout{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:2rem}@media(min-width:1024px){.profile-page-form-layout{grid-template-columns:repeat(3,minmax(0,1fr))}}.profile-page-form-column{display:flex;flex-direction:column}.profile-page-form-column>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}@media(min-width:1024px){.profile-page-form-column-secondary{position:sticky;top:1.5rem;align-self:flex-start}.profile-page-form-column-primary{grid-column:span 2 / span 2}.profile-page-form-column-secondary{grid-column:span 1 / span 1}}.profile-page-section>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.profile-page-section{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1.5rem}.profile-page-section-sidebar{border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.profile-page-section-title{margin-bottom:1rem;font-size:1.125rem;line-height:1.75rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.profile-page-form-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem}@media(min-width:768px){.profile-page-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.profile-page-form-field>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.profile-page-form-label{margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.profile-page-form-label-icon{height:1rem;width:1rem;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.profile-page-form-input{width:100%;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));padding:.75rem 1rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.profile-page-form-input:focus{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1));outline:2px solid transparent;outline-offset:2px;--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);--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.profile-page-form-input-disabled{cursor:not-allowed;--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.profile-page-form-readonly{width:100%;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1));padding:.75rem 1rem;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.profile-page-form-help{margin-top:.25rem;font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.profile-page-actions{display:flex;flex-direction:column;justify-content:flex-end;gap:1rem;border-top-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));padding-top:1.5rem}@media(min-width:640px){.profile-page-actions{flex-direction:row}}@media(min-width:1024px){.profile-page-actions-mobile{display:none}}.profile-page-actions-desktop{display:none}@media(min-width:1024px){.profile-page-actions-desktop{display:flex}}.profile-page-button-primary{border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1));padding:.75rem 1.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.profile-page-button-primary:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.profile-page-button-primary:focus{outline:2px solid transparent;outline-offset:2px;--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);--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));--tw-ring-offset-width: 2px}.profile-page-button-primary:disabled{cursor:not-allowed;opacity:.5}.profile-page-button-secondary{border-radius:.5rem;border-width:2px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.75rem 1.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.profile-page-button-secondary:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.profile-page-button-secondary:focus{outline:2px solid transparent;outline-offset:2px;--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);--tw-ring-opacity: 1;--tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity, 1));--tw-ring-offset-width: 2px}.profile-page-button-small{padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem}.profile-page-section-header{margin-bottom:1rem;display:flex;align-items:center;justify-content:space-between}.profile-page-section-subtitle{margin-top:.25rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.profile-page-password-form>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.profile-page-password-form{border-top-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));padding-top:1rem}.profile-page-form-password-wrapper{position:relative}.profile-page-form-password-toggle{position:absolute;top:0;bottom:0;right:0;display:flex;align-items:center;padding-right:.75rem}.profile-page-form-password-toggle-icon{height:1.25rem;width:1.25rem;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.profile-page-form-password-toggle-icon:hover{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.profile-page-password-actions{display:flex;justify-content:flex-end;gap:1rem;padding-top:1rem}.profile-page-security-summary>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.profile-page-security-description{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.profile-page-incentive-banner{margin-bottom:1.5rem;border-radius:.5rem;border-width:2px;--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1));background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: #eff6ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #eef2ff var(--tw-gradient-to-position);padding:1.5rem}.profile-page-incentive-content{display:flex;gap:1rem}.profile-page-incentive-icon-wrapper{flex-shrink:0}.profile-page-incentive-icon{height:2rem;width:2rem;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.profile-page-incentive-text{flex:1 1 0%}.profile-page-incentive-title{margin-bottom:.5rem;font-size:1.125rem;line-height:1.75rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.profile-page-incentive-description{margin-bottom:1rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.profile-page-incentive-benefits{display:flex;flex-wrap:wrap;gap:1rem}.profile-page-incentive-benefit{display:flex;align-items:center;gap:.5rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.profile-page-incentive-benefit-icon{height:1rem;width:1rem;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.profile-page-form-label-badge{margin-left:.5rem;border-radius:9999px;padding:.125rem .5rem;font-size:.75rem;line-height:1rem;font-weight:600;background-color:#dbeafe;color:#1e40af}.profile-page-form-help-icon{margin-right:.25rem;display:inline;height:.75rem;width:.75rem;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.checkout-success-page{min-height:100vh;background-image:linear-gradient(to bottom right,var(--tw-gradient-stops));--tw-gradient-from: #eff6ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #eef2ff var(--tw-gradient-to-position);padding:3rem 1rem}.checkout-success-container{margin-left:auto;margin-right:auto;max-width:42rem}.checkout-success-content{border-radius:1rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:2rem;text-align:center;--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}@media(min-width:768px){.checkout-success-content{padding:3rem}}.checkout-success-icon-wrapper{margin-bottom:1.5rem;display:flex;justify-content:center}.checkout-success-icon{height:5rem;width:5rem;--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.checkout-success-title{margin-bottom:1rem;font-size:1.875rem;line-height:2.25rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}@media(min-width:768px){.checkout-success-title{font-size:2.25rem;line-height:2.5rem}}.checkout-success-message{margin-bottom:2rem;font-size:1.125rem;line-height:1.75rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.checkout-success-order-info{margin-bottom:2rem;overflow:hidden;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1));padding:1rem;max-width:100%}.checkout-success-order-label{margin-bottom:.25rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.checkout-success-order-id{word-break:break-all;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1rem;line-height:1.5rem;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1));word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.checkout-success-order-amount{font-size:1.125rem;line-height:1.75rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.checkout-success-order-breakdown>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.checkout-success-order-breakdown{border-top-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));padding-top:.5rem}.checkout-success-order-breakdown-row{display:flex;align-items:center;justify-content:space-between;font-size:.875rem;line-height:1.25rem}.checkout-success-order-breakdown-label{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.checkout-success-order-breakdown-value{font-weight:500;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.checkout-success-order-breakdown-total{border-top-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));padding-top:.5rem}.checkout-success-order-breakdown-total .checkout-success-order-breakdown-label{font-size:1rem;line-height:1.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.checkout-success-order-breakdown-total .checkout-success-order-breakdown-value{font-size:1rem;line-height:1.5rem;font-weight:600}.checkout-success-shipping-info{margin-bottom:2rem;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1));padding:1rem;text-align:left}.checkout-success-shipping-title{margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem;font-size:1.125rem;line-height:1.75rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.checkout-success-shipping-icon{height:1.25rem;width:1.25rem;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.checkout-success-shipping-address>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.checkout-success-shipping-address{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.checkout-success-shipping-name{margin-bottom:.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.checkout-success-next-steps{margin-bottom:2rem;text-align:left}.checkout-success-next-steps-title{margin-bottom:1rem;font-size:1.25rem;line-height:1.75rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.checkout-success-next-steps-list>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.checkout-success-next-steps-list li{display:flex;align-items:flex-start;gap:.75rem;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.checkout-success-step-icon{margin-top:.125rem;height:1.25rem;width:1.25rem;flex-shrink:0;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.checkout-success-actions{display:flex;flex-direction:column;justify-content:center;gap:1rem}@media(min-width:640px){.checkout-success-actions{flex-direction:row}}.checkout-success-button{display:inline-flex;align-items:center;justify-content:center;border-radius:.5rem;padding:.75rem 1.5rem;font-weight:500;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.checkout-success-button-primary{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.checkout-success-button-primary:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.checkout-success-button-primary:active{--tw-bg-opacity: 1;background-color:rgb(30 64 175 / var(--tw-bg-opacity, 1))}.checkout-success-button-secondary{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.checkout-success-button-secondary:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.checkout-success-button-secondary:active{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.checkout-success-button-icon{margin-left:.5rem;height:1.25rem;width:1.25rem}.checkout-cancel-page{min-height:100vh;background-image:linear-gradient(to bottom right,var(--tw-gradient-stops));--tw-gradient-from: #f9fafb var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #f8fafc var(--tw-gradient-to-position);padding:3rem 1rem}.checkout-cancel-container{margin-left:auto;margin-right:auto;max-width:42rem}.checkout-cancel-content{border-radius:1rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:2rem;text-align:center;--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}@media(min-width:768px){.checkout-cancel-content{padding:3rem}}.checkout-cancel-icon-wrapper{margin-bottom:1.5rem;display:flex;justify-content:center}.checkout-cancel-icon{height:5rem;width:5rem;--tw-text-opacity: 1;color:rgb(249 115 22 / var(--tw-text-opacity, 1))}.checkout-cancel-title{margin-bottom:1rem;font-size:1.875rem;line-height:2.25rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}@media(min-width:768px){.checkout-cancel-title{font-size:2.25rem;line-height:2.5rem}}.checkout-cancel-message{margin-bottom:.5rem;font-size:1.125rem;line-height:1.75rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.checkout-cancel-submessage{margin-bottom:2rem;font-size:1rem;line-height:1.5rem;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.checkout-cancel-help{margin-bottom:2rem;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1));padding:1.5rem;text-align:left}.checkout-cancel-help-title{margin-bottom:.5rem;font-size:1.25rem;line-height:1.75rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.checkout-cancel-help-text{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.checkout-cancel-actions{display:flex;flex-direction:column;justify-content:center;gap:1rem}@media(min-width:640px){.checkout-cancel-actions{flex-direction:row}}.checkout-cancel-button{display:inline-flex;align-items:center;justify-content:center;border-radius:.5rem;padding:.75rem 1.5rem;font-weight:500;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.checkout-cancel-button-primary{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.checkout-cancel-button-primary:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.checkout-cancel-button-primary:active{--tw-bg-opacity: 1;background-color:rgb(30 64 175 / var(--tw-bg-opacity, 1))}.checkout-cancel-button-secondary{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.checkout-cancel-button-secondary:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.checkout-cancel-button-secondary:active{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.checkout-cancel-button-tertiary{border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));background-color:transparent;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.checkout-cancel-button-tertiary:hover{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1));--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.checkout-cancel-button-icon{margin-right:.5rem;height:1.25rem;width:1.25rem}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.hover\:text-blue-600:hover{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.hover\:text-blue-700:hover,.hover\:text-primary-700:hover{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.focus\:ring-primary-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}@media(min-width:768px){.md\:block{display:block}.md\:hidden{display:none}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}
