@import "https://fonts.googleapis.com/css2?family=Khula:wght@300;400;600;700;800&family=Quicksand:wght@300..700&display=swap";
.ScheduleForm-Wraper .breack-steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:40px 20px;display:grid}.ScheduleForm-Wraper .step-box .step-box-point{--width:24px;max-width:var(--width);min-width:var(--width);max-height:var(--width);width:var(--width);height:var(--width);border:1px solid var(--text-color-brown);border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.ScheduleForm-Wraper .step-box p{white-space:nowrap;text-align:left}.setp-no-wraper{position:relative}.ScheduleForm-Wraper .step-box.active .step-box-point{background-color:var(--text-color-brown)}.ScheduleForm-Wraper .step-box .step-box-point:before{content:"";z-index:99;background-color:var(--text-color-brown);opacity:0;border-radius:50%;width:100%;max-width:100%;height:100%;max-height:100%;transition:all .5s ease-in-out;display:block;position:absolute;scale:1.5}.ScheduleForm-Wraper .step-box.active .step-box-point:before{opacity:1;transition:all .5s ease-in-out;scale:1}.ScheduleForm-Wraper .step-box.complete .step-box-point:before{opacity:1;background-image:url(/assets/images/check-green-icon.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;scale:1}.ScheduleForm-Wraper .step-box .step-box-point:after{content:"";z-index:99;background-color:#fff;border-radius:50%;width:8px;max-width:8px;height:8px;max-height:8px;display:block}.ScheduleForm-Wraper .step-box.complete .step-box-point:after{content:none}.setp-no-wraper>*{background-color:#fff;border:1px solid #b5b5b5;margin:0 10px;position:relative;border-radius:41px!important}.setp-no-wraper .step-box{cursor:not-allowed}.setp-no-wraper .step-box.complete{cursor:pointer}.setp-no-wraper .step-box.complete,.ScheduleForm-Wraper .step-box.complete .step-box-point{border:1px solid #20c784!important}.setp-no-wraper>:first-child{z-index:50;margin-left:0!important}.setp-no-wraper>:last-child{margin-right:0!important}.form-buttons,.select-service{grid-column:span 2/span 2}.form-buttons .next-btn{background:linear-gradient(336deg,#164284 35.21%,#8bceff 137.57%);border-radius:42px;flex-direction:row;justify-content:center;align-items:center;width:fit-content;min-width:231px;max-width:20rem;height:51px;padding:12px 45px;font-family:Inter,sans-serif;display:flex;box-shadow:inset 1px 4px 4px #ffffff5c;color:var(--text-color-light)!important}.form-buttons .next-btn.next{min-width:156px}.form-buttons .next-btn:hover{background:var(--text-color-blue,#164284);box-shadow:inset 1px 4px 4px #ffffff5c}.form-buttons .prev-btn{width:fit-content;min-width:231px;max-width:20rem;height:51px;color:var(--text-color-blue);border:1px solid var(--button-blue);background-color:var(--button-light);border-radius:42px;flex-direction:row;justify-content:center;align-items:center;font-family:Inter,sans-serif;display:flex;position:relative}.scan-services .scan-service{cursor:pointer;border:1px solid #ccb9ac;border-radius:8px;flex-direction:column;justify-content:space-between;align-items:center;gap:10px;width:100%;max-width:96px;height:122px;max-height:122px;padding:10px 0;display:flex}.scan-services .scan-service:has(input:checked){background-color:var(--button-blue);color:var(--text-color-light)}.scan-services .scan-service .icon{--width:58px;max-width:var(--width);max-height:var(--width);min-width:var(--width);min-height:var(--width);justify-content:center;align-items:center;display:flex}.scan-services .scan-service:has(input:checked) .icon{border-radius:50%;overflow:hidden}.scan-services .scan-service .icon:after{content:"";background-color:var(--button-light);opacity:0;border-radius:50%;width:100%;height:100%;transition:all .5s ease-in-out;position:absolute;scale:0}.scan-services .scan-service:has(input:checked) .icon:after{opacity:1;scale:1}.scan-services .scan-service .icon{overflow:hidden}.scan-services .scan-service .icon>svg{z-index:22}.scan-services .scan-service>*{text-align:center;position:relative}.scan-services .scan-service>.span{min-height:30px;padding:0 4px;line-height:1.3}.scan-services .scan-service input{opacity:0;position:absolute}.select-peyment input,.submissionConfirm input{--width:24px;max-width:var(--width);max-height:var(--width);min-height:var(--width);width:var(--width);height:var(--width);min-width:var(--width)}.select-peyment input:checked{background-color:var(--button-light)}.setp-no-wraper .step-box:nth-child(2n):before{content:"";background-color:var(--text-color-brown);width:140px;height:2px;position:absolute;left:-140px}.setp-no-wraper .step-box:nth-child(2n):after{content:"";background-color:var(--text-color-brown);width:140px;height:2px;position:absolute;right:-140px}.select-peyment input,.submissionConfirm input{position:relative}.select-peyment input:checked:before,.submissionConfirm input:checked:before{content:"";z-index:20;background-image:url(/assets/images/check-blue-icon.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:4px;width:100%;height:100%;position:absolute}.select-peyment input:after,.submissionConfirm input:after{content:"";border:1px solid var(--text-color-brown);background-color:var(--button-light);border-radius:4px;width:100%;height:100%;position:absolute}.ScheduleForm-Wraper .breack-steps .submissionConfirm{grid-column:span 2/span 2;align-items:start}@media screen and (max-width:1024px){.ScheduleForm-Wraper .thank-you>svg{max-width:45px;max-height:45px}.ModalContent-wraper .modal-form-wraper{margin-right:-20px}.Form-modal .modal-close-btn{top:50px;right:30px}.ModalContent-wraper{padding-top:65px;padding-bottom:40px}.ModalContent-wraper .modal-banner .modal-banner-image{max-width:40%}.ScheduleForm-Wraper{width:90%}.ScheduleForm-Wraper .breack-steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}}@media screen and (max-width:980px){.modal-banner{display:none}.setp-no-wraper .step-box:nth-child(2n):before,.setp-no-wraper .step-box:nth-child(2n):after{content:none}.setp-no-wraper:before{content:"";background-color:var(--text-color-brown);width:100%;height:2px;position:absolute;left:0}.modal-form-wraper{grid-column:span 12/span 12!important}}@media screen and (max-width:768px){.ScheduleForm-Wraper{width:100%}.Form-modal .modal-close-btn{top:5%!important}}@media screen and (max-width:540px){.select-service .scan-services{grid-template-columns:repeat(3,minmax(0,1fr));justify-items:center;gap:24px;display:grid}.ScheduleForm-Wraper .breack-steps .submissionConfirm{grid-column:span 2/span 2}.ScheduleForm-Wraper .breack-steps{flex-direction:column;gap:20px;display:flex}.ScheduleForm-Wraper{gap:28px}.form-buttons.last-btn{margin-top:40px}.scan-services .scan-service{height:122px;max-height:122px}.form-buttons{justify-content:center}}@media screen and (max-width:480px){.ScheduleForm-Wraper .step-box .step-box-point{--width:14px}.ScheduleForm-Wraper .step-box p{white-space:pre-wrap;font-size:12px;line-height:1.3}.setp-no-wraper>*{padding:4px}.select-service .scan-services{gap:10px}}
*,:before,:after,::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:#3b82f680;--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:0 solid #e5e7eb}:before,:after{--tw-content:""}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--font-geist-sans);font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{line-height:inherit;margin:0}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--font-geist-mono);font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-feature-settings:inherit;font-variation-settings:inherit;font-family: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:#0000;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button{height:auto}::-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{margin:0;padding:0;list-style:none}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder{opacity:1;color:#9ca3af}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{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}h1,h2,h3,h4,h5,h6{font-size:unset;font-weight:unset}:root{--background:0 0% 100%;--foreground:222.2 84% 4.9%;--card:240 5% 96%;--card-foreground:222.2 84% 4.9%;--popover:0 0% 100%;--popover-foreground:222.2 84% 4.9%;--primary:222.2 47.4% 11.2%;--primary-foreground:210 40% 98%;--secondary:210 40% 96.1%;--secondary-foreground:222.2 47.4% 11.2%;--muted:210 40% 96.1%;--muted-foreground:215.4 16.3% 46.9%;--accent:210 40% 96.1%;--accent-foreground:222.2 47.4% 11.2%;--destructive:0 84.2% 60.2%;--destructive-foreground:210 40% 98%;--border:240 6% 80%;--input:214.3 31.8% 91.4%;--ring:222.2 84% 4.9%;--radius:.2rem;--success:196 52% 74%;--warning:34 89% 85%;--error:10 100% 86%}[data-theme=dark]{--background:0 0% 0%;--foreground:210 40% 98%;--card:0 0% 4%;--card-foreground:210 40% 98%;--popover:222.2 84% 4.9%;--popover-foreground:210 40% 98%;--primary:210 40% 98%;--primary-foreground:222.2 47.4% 11.2%;--secondary:217.2 32.6% 17.5%;--secondary-foreground:210 40% 98%;--muted:217.2 32.6% 17.5%;--muted-foreground:215 20.2% 65.1%;--accent:217.2 32.6% 17.5%;--accent-foreground:210 40% 98%;--destructive:0 62.8% 30.6%;--destructive-foreground:210 40% 98%;--border:0,0%,15%,.8;--input:217.2 32.6% 17.5%;--ring:212.7 26.8% 83.9%;--success:196 100% 14%;--warning:34 51% 25%;--error:10 39% 43%}*{border-color:hsla(var(--border))}body{background-color:hsl(var(--background));min-height:100vh;color:hsl(var(--foreground));flex-direction:column;display:flex}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width:26rem){.container{max-width:26rem}}@media (min-width:40rem){.container{max-width:40rem;padding-left:1rem;padding-right:1rem}}@media (min-width:48rem){.container{max-width:48rem;padding-left:2rem;padding-right:2rem}}@media (min-width:64rem){.container{max-width:64rem;padding-left:2rem;padding-right:2rem}}@media (min-width:80rem){.container{max-width:80rem;padding-left:2rem;padding-right:2rem}}@media (min-width:86rem){.container{max-width:86rem;padding-left:2rem;padding-right:2rem}}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);margin-top:1.2em;margin-bottom:1.2em;font-size:1.25em;line-height:1.6}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);font-weight:500;text-decoration:underline}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:decimal}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:disc}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-counters);font-weight:400}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.25em;font-weight:600}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em;font-style:italic;font-weight:500}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:0;margin-bottom:.888889em;font-size:2.25em;font-weight:800;line-height:1.11111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:900}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:2em;margin-bottom:1em;font-size:1.5em;font-weight:700;line-height:1.33333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:800}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.6em;margin-bottom:.6em;font-size:1.25em;font-weight:600;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.5em;margin-bottom:.5em;font-weight:600;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em;display:block}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows);padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;border-radius:.3125rem;padding-inline-start:.375em;font-family:inherit;font-size:.875em;font-weight:500}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-size:.875em;font-weight:600}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before,.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);padding-top:.857143em;padding-inline-end:1.14286em;padding-bottom:.857143em;border-radius:.375rem;margin-top:1.71429em;margin-bottom:1.71429em;padding-inline-start:1.14286em;font-size:.875em;font-weight:400;line-height:1.71429;overflow-x:auto}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;background-color:#0000;border-width:0;border-radius:0;padding:0}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before,.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){table-layout:auto;width:100%;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.71429}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);vertical-align:bottom;padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em;font-weight:600}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);margin-top:.857143em;font-size:.875em;line-height:1.42857}.prose{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-kbd:#111827;--tw-prose-kbd-shadows:#1118271a;--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:#ffffff1a;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:#00000080;--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.571429em;padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-invert{--tw-prose-body:var(--tw-prose-invert-body);--tw-prose-headings:var(--tw-prose-invert-headings);--tw-prose-lead:var(--tw-prose-invert-lead);--tw-prose-links:var(--tw-prose-invert-links);--tw-prose-bold:var(--tw-prose-invert-bold);--tw-prose-counters:var(--tw-prose-invert-counters);--tw-prose-bullets:var(--tw-prose-invert-bullets);--tw-prose-hr:var(--tw-prose-invert-hr);--tw-prose-quotes:var(--tw-prose-invert-quotes);--tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);--tw-prose-captions:var(--tw-prose-invert-captions);--tw-prose-kbd:var(--tw-prose-invert-kbd);--tw-prose-kbd-shadows:var(--tw-prose-invert-kbd-shadows);--tw-prose-code:var(--tw-prose-invert-code);--tw-prose-pre-code:var(--tw-prose-invert-pre-code);--tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);--tw-prose-th-borders:var(--tw-prose-invert-th-borders);--tw-prose-td-borders:var(--tw-prose-invert-td-borders)}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.bottom-0{bottom:0}.bottom-10{bottom:2.5rem}.bottom-20{bottom:5rem}.bottom-5{bottom:1.25rem}.bottom-\[-20\%\]{bottom:-20%}.bottom-\[60px\]{bottom:60px}.bottom-full{bottom:100%}.left-0{left:0}.left-1\/2{left:50%}.left-12{left:3rem}.left-2{left:.5rem}.left-\[24px\]{left:24px}.right-0{right:0}.right-2{right:.5rem}.top-0{top:0}.top-2{top:.5rem}.top-full{top:100%}.-z-10{z-index:-10}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.order-2{order:2}.col-span-1{grid-column:span 1/span 1}.col-span-12{grid-column:span 12/span 12}.col-span-2{grid-column:span 2/span 2}.col-span-3{grid-column:span 3/span 3}.col-span-4{grid-column:span 4/span 4}.col-span-5{grid-column:span 5/span 5}.col-span-6{grid-column:span 6/span 6}.col-span-7{grid-column:span 7/span 7}.col-span-8{grid-column:span 8/span 8}.col-span-9{grid-column:span 9/span 9}.col-start-1{grid-column-start:1}.col-start-2{grid-column-start:2}.col-start-3{grid-column-start:3}.col-start-5{grid-column-start:5}.col-start-6{grid-column-start:6}.col-start-7{grid-column-start:7}.col-start-8{grid-column-start:8}.col-end-11{grid-column-end:11}.col-end-13{grid-column-end:13}.row-span-2{grid-row:span 2/span 2}.m-0{margin:0}.m-auto{margin:auto}.\!mx-0{margin-left:0!important;margin-right:0!important}.\!my-0{margin-top:0!important;margin-bottom:0!important}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.-mx-4{margin-left:-1rem;margin-right:-1rem}.mx-0{margin-left:0;margin-right:0}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-auto{margin-left:auto;margin-right:auto}.my-0{margin-top:0;margin-bottom:0}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-10{margin-top:2.5rem;margin-bottom:2.5rem}.my-12{margin-top:3rem;margin-bottom:3rem}.my-16{margin-top:4rem;margin-bottom:4rem}.my-8{margin-top:2rem;margin-bottom:2rem}.my-\[60px\]{margin-top:60px;margin-bottom:60px}.\!mb-5{margin-bottom:1.25rem!important}.\!mt-5{margin-top:1.25rem!important}.-mt-\[10\.4rem\]{margin-top:-10.4rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-20{margin-bottom:5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-\[-60px\]{margin-bottom:-60px}.mb-\[60px\]{margin-bottom:60px}.ml-4{margin-left:1rem}.mr-4{margin-right:1rem}.ms-0{margin-inline-start:0}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-24{margin-top:6rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-7{margin-top:1.75rem}.mt-8{margin-top:2rem}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.table-cell{display:table-cell}.table-row{display:table-row}.grid{display:grid}.hidden{display:none}.h-1\/2{height:50%}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-3\/4{height:75%}.h-4{height:1rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[130px\]{height:130px}.h-\[150px\]{height:150px}.h-\[174px\]{height:174px}.h-\[230px\]{height:230px}.h-\[290px\]{height:290px}.h-\[300px\]{height:300px}.h-\[350px\]{height:350px}.h-\[400px\]{height:400px}.h-\[452px\]{height:452px}.h-\[500px\]{height:500px}.h-\[50vh\]{height:50vh}.h-\[600px\]{height:600px}.h-\[60px\]{height:60px}.h-\[800px\]{height:800px}.h-\[850px\]{height:850px}.h-\[90vh\]{height:90vh}.h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}.h-fit{height:fit-content}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.\!max-h-\[520px\]{max-height:520px!important}.max-h-0{max-height:0}.max-h-96{max-height:24rem}.max-h-\[170px\]{max-height:170px}.max-h-\[216px\]{max-height:216px}.max-h-\[300px\]{max-height:300px}.max-h-\[400px\]{max-height:400px}.max-h-\[500px\]{max-height:500px}.max-h-\[50px\]{max-height:50px}.max-h-\[80px\]{max-height:80px}.max-h-\[80vh\]{max-height:80vh}.min-h-\[300px\]{min-height:300px}.min-h-\[315px\]{min-height:315px}.min-h-\[40vh\]{min-height:40vh}.min-h-\[420px\]{min-height:420px}.min-h-\[430px\]{min-height:430px}.min-h-\[450px\]{min-height:450px}.min-h-\[600px\]{min-height:600px}.min-h-\[60vh\]{min-height:60vh}.min-h-\[70vh\]{min-height:70vh}.min-h-\[800px\]{min-height:800px}.min-h-\[80px\]{min-height:80px}.min-h-\[80vh\]{min-height:80vh}.min-h-\[900px\]{min-height:900px}.min-h-\[90vh\]{min-height:90vh}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.w-1\/2{width:50%}.w-10{width:2.5rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-4{width:1rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-\[110px\]{width:110px}.w-\[147px\]{width:147px}.w-\[80px\]{width:80px}.w-\[full\]{width:full}.w-auto{width:auto}.w-fit{width:fit-content}.w-full{width:100%}.min-w-\[200px\]{min-width:200px}.min-w-\[8rem\]{min-width:8rem}.min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.\!max-w-\[1093px\]{max-width:1093px!important}.max-w-2xl{max-width:42rem}.max-w-5xl{max-width:64rem}.max-w-\[100\%\]{max-width:100%}.max-w-\[1000px\]{max-width:1000px}.max-w-\[100px\]{max-width:100px}.max-w-\[1234px\]{max-width:1234px}.max-w-\[150px\]{max-width:150px}.max-w-\[191px\]{max-width:191px}.max-w-\[334px\]{max-width:334px}.max-w-\[340px\]{max-width:340px}.max-w-\[350px\]{max-width:350px}.max-w-\[36\.5rem\]{max-width:36.5rem}.max-w-\[39\%\]{max-width:39%}.max-w-\[480px\]{max-width:480px}.max-w-\[48rem\]{max-width:48rem}.max-w-\[50\%\]{max-width:50%}.max-w-\[500px\]{max-width:500px}.max-w-\[50rem\]{max-width:50rem}.max-w-\[520px\]{max-width:520px}.max-w-\[52rem\]{max-width:52rem}.max-w-\[530px\]{max-width:530px}.max-w-\[544px\]{max-width:544px}.max-w-\[570px\]{max-width:570px}.max-w-\[571px\]{max-width:571px}.max-w-\[600px\]{max-width:600px}.max-w-\[640px\]{max-width:640px}.max-w-\[685px\]{max-width:685px}.max-w-\[720px\]{max-width:720px}.max-w-\[930px\]{max-width:930px}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-none{max-width:none}.max-w-sm{max-width:24rem}.flex-shrink-0{flex-shrink:0}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.-translate-x-1\/2{--tw-translate-x:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.-translate-x-3{--tw-translate-x:-.75rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate:180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.rotate-\[-7deg\]{--tw-rotate:-7deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.scale-125{--tw-scale-x:1.25;--tw-scale-y:1.25;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;user-select:none}.resize{resize:both}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-rows-\[2fr\]{grid-template-rows:2fr}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-items-center{justify-items:center}.gap-1{gap:.25rem}.gap-10{gap:2.5rem}.gap-11{gap:2.75rem}.gap-12{gap:3rem}.gap-14{gap:3.5rem}.gap-16{gap:4rem}.gap-2{gap:.5rem}.gap-20{gap:5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-7{gap:1.75rem}.gap-8{gap:2rem}.gap-\[100px\]{gap:100px}.gap-\[18px\]{gap:18px}.gap-\[40px\]{gap:40px}.gap-\[50px\]{gap:50px}.gap-\[5px\]{gap:5px}.gap-\[60px\]{gap:60px}.gap-\[80px\]{gap:80px}.gap-x-14{-moz-column-gap:3.5rem;column-gap:3.5rem}.gap-x-16{-moz-column-gap:4rem;column-gap:4rem}.gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.gap-y-10{row-gap:2.5rem}.gap-y-4{row-gap:1rem}.gap-y-5{row-gap:1.25rem}.gap-y-8{row-gap:2rem}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.375rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem*var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.whitespace-nowrap{white-space:nowrap}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[0\.8rem\]{border-radius:.8rem}.rounded-\[16px\]{border-radius:16px}.rounded-\[24px\]{border-radius:24px}.rounded-\[32px\]{border-radius:32px}.rounded-\[50\%\]{border-radius:50%}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-xl{border-radius:.75rem}.rounded-r-2xl{border-top-right-radius:1rem;border-bottom-right-radius:1rem}.rounded-bl-\[32px\]{border-bottom-left-radius:32px}.rounded-bl-\[34px\]{border-bottom-left-radius:34px}.rounded-br-\[32px\]{border-bottom-right-radius:32px}.rounded-br-\[34px\]{border-bottom-right-radius:34px}.rounded-tl-3xl{border-top-left-radius:1.5rem}.rounded-tl-\[32px\]{border-top-left-radius:32px}.rounded-tl-\[64px\]{border-top-left-radius:64px}.rounded-tr-3xl{border-top-right-radius:1.5rem}.rounded-tr-\[32px\]{border-top-right-radius:32px}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-none{border-style:none}.border-\[\#CCB9AC\]{--tw-border-opacity:1;border-color:rgb(204 185 172/var(--tw-border-opacity,1))}.border-border{border-color:hsla(var(--border))}.border-error{border-color:hsl(var(--error))}.border-input{border-color:hsl(var(--input))}.border-primary{border-color:hsl(var(--primary))}.border-success{border-color:hsl(var(--success))}.border-warning{border-color:hsl(var(--warning))}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.border-b-\[\#CCB9AC\]{--tw-border-opacity:1;border-bottom-color:rgb(204 185 172/var(--tw-border-opacity,1))}.border-t-\[\#CCB9AC\]{--tw-border-opacity:1;border-top-color:rgb(204 185 172/var(--tw-border-opacity,1))}.border-t-white{--tw-border-opacity:1;border-top-color:rgb(255 255 255/var(--tw-border-opacity,1))}.border-opacity-30{--tw-border-opacity:.3}.bg-\[\#E7E8F9\]{--tw-bg-opacity:1;background-color:rgb(231 232 249/var(--tw-bg-opacity,1))}.bg-background{background-color:hsl(var(--background))}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.bg-black\/50{background-color:#00000080}.bg-blue-500{--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity,1))}.bg-blue-600{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity,1))}.bg-card{background-color:hsl(var(--card))}.bg-destructive{background-color:hsl(var(--destructive))}.bg-error\/30{background-color:hsl(var(--error)/.3)}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/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-400{--tw-bg-opacity:1;background-color:rgb(156 163 175/var(--tw-bg-opacity,1))}.bg-gray-900{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity,1))}.bg-green-600{--tw-bg-opacity:1;background-color:rgb(22 163 74/var(--tw-bg-opacity,1))}.bg-muted{background-color:hsl(var(--muted))}.bg-primary{background-color:hsl(var(--primary))}.bg-secondary{background-color:hsl(var(--secondary))}.bg-success\/30{background-color:hsl(var(--success)/.3)}.bg-transparent{background-color:#0000}.bg-warning\/30{background-color:hsl(var(--warning)/.3)}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.from-black{--tw-gradient-from:#000 var(--tw-gradient-from-position);--tw-gradient-to:#0000 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.to-transparent{--tw-gradient-to:transparent var(--tw-gradient-to-position)}.bg-cover{background-size:cover}.bg-center{background-position:50%}.bg-no-repeat{background-repeat:no-repeat}.\!object-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-contain{-o-object-fit:contain;object-fit:contain}.\!object-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-cover{-o-object-fit:cover;object-fit:cover}.object-\[80\%\]{-o-object-position:80%;object-position:80%}.object-center{-o-object-position:center;object-position:center}.object-left{-o-object-position:left;object-position:left}.object-top{-o-object-position:top;object-position:top}.\!p-0{padding:0!important}.p-1{padding:.25rem}.p-10{padding:2.5rem}.p-12{padding:3rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-\[10px\]{padding:10px}.p-\[5px\]{padding:5px}.\!px-0{padding-left:0!important;padding-right:0!important}.\!px-5{padding-left:1.25rem!important;padding-right:1.25rem!important}.\!py-5{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.px-9{padding-left:2.25rem;padding-right:2.25rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-28{padding-top:7rem;padding-bottom:7rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-\[60px\]{padding-top:60px;padding-bottom:60px}.py-\[80px\]{padding-top:80px;padding-bottom:80px}.\!pb-0{padding-bottom:0!important}.\!pb-10{padding-bottom:2.5rem!important}.\!pt-5{padding-top:1.25rem!important}.pb-10{padding-bottom:2.5rem}.pb-14{padding-bottom:3.5rem}.pb-20{padding-bottom:5rem}.pb-24{padding-bottom:6rem}.pb-5{padding-bottom:1.25rem}.pb-8{padding-bottom:2rem}.pb-\[100px\]{padding-bottom:100px}.pb-\[170px\]{padding-bottom:170px}.pb-\[50px\]{padding-bottom:50px}.pb-\[70px\]{padding-bottom:70px}.pb-\[80px\]{padding-bottom:80px}.pl-0{padding-left:0}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-8{padding-left:2rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pt-0{padding-top:0}.pt-10{padding-top:2.5rem}.pt-12{padding-top:3rem}.pt-16{padding-top:4rem}.pt-2{padding-top:.5rem}.pt-24{padding-top:6rem}.pt-36{padding-top:9rem}.pt-5{padding-top:1.25rem}.pt-8{padding-top:2rem}.pt-\[100px\]{padding-top:100px}.pt-\[130px\]{padding-top:130px}.pt-\[140px\]{padding-top:140px}.pt-\[150px\]{padding-top:150px}.pt-\[50px\]{padding-top:50px}.pt-\[80px\]{padding-top:80px}.\!text-left{text-align:left!important}.text-left{text-align:left}.\!text-center{text-align:center!important}.text-center{text-align:center}.text-right{text-align:right}.align-middle{vertical-align:middle}.\!text-\[14px\]{font-size:14px!important}.\!text-\[32px\]{font-size:32px!important}.\!text-\[42px\]{font-size:42px!important}.\!text-base{font-size:1rem!important;line-height:1.5rem!important}.\!text-lg{font-size:1.125rem!important;line-height:1.75rem!important}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.\!font-semibold{font-weight:600!important}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.leading-\[1\.2\]{line-height:1.2}.leading-none{line-height:1}.tracking-tight{letter-spacing:-.025em}.\!text-white{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity,1))!important}.text-card-foreground{color:hsl(var(--card-foreground))}.text-current{color:currentColor}.text-destructive-foreground{color:hsl(var(--destructive-foreground))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity,1))}.text-inherit{color:inherit}.text-muted-foreground{color:hsl(var(--muted-foreground))}.text-popover-foreground{color:hsl(var(--popover-foreground))}.text-primary{color:hsl(var(--primary))}.text-primary-foreground{color:hsl(var(--primary-foreground))}.text-red-500{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.text-secondary-foreground{color:hsl(var(--secondary-foreground))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.text-white\/25{color:#ffffff40}.underline-offset-4{text-underline-offset:4px}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-50{opacity:.5}.opacity-\[0\.7\]{opacity:.7}.shadow-lg{--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--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)}.shadow-md{--tw-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--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)}.shadow-sm{--tw-shadow:0 1px 2px 0 #0000000d;--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)}.shadow-xl{--tw-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--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)}.outline-none{outline-offset:2px;outline:2px solid #0000}.outline{outline-style:solid}.ring-offset-background{--tw-ring-offset-color:hsl(var(--background))}.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)}.brightness-110{--tw-brightness:brightness(1.1);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)}.brightness-90{--tw-brightness:brightness(.9);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{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-property:all;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-opacity{transition-property:opacity;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}@keyframes enter{0%{opacity:var(--tw-enter-opacity,1);transform:translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity,1);transform:translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0))}}.fade-in{--tw-enter-opacity:0}.duration-300{animation-duration:.3s}.duration-500{animation-duration:.5s}.ease-in-out{animation-timing-function:cubic-bezier(.4,0,.2,1)}.running{animation-play-state:running}@font-face{font-family:HelveticaNeue-Light;src:url(../media/HelveticaNeue-Light.3b19f8ea.otf)format("opentype")}html{opacity:0}html[data-theme=dark],html[data-theme=light]{opacity:initial}:root{--background-color:#fff;--text-color:#212121;--text-color-blue:#164284;--text-color-gray:#4b4b4b;--text-text-dark:#1c1c1c;--text-color-light:#fff;--text-color-brown:#ccb9ac;--color-background-light:#fef9ef;--light-gray:#f8f8f8;--button-blue:#164284;--button-light:#fff;--footer-bg:#212121;--footer-text:#fff;--link-blue:#164284;--light-blue:#eaebfc;--Green:#e0f0e4;--Green-300:#377e36;--container-width:1400px;--p:16px;--h1:52px;--h2:58px;--h3:40px;--h4:32px;--h5:24px;--h6:18px}*{box-sizing:border-box;outline:1px solid #0000;margin:0;padding:0;line-height:1.7;outline-offset:.25rem!important}:focus-visible{outline:1px solid var(--text-color)}html,body{scroll-behavior:smooth}body{background-color:var(--background-color);width:100%;color:var(--text-color);font-family:HelveticaNeue-Light,sans-serif;font-size:16px;font-weight:400;transition:all .5s ease-in-out;position:relative;overflow-x:clip}body.page-transition{opacity:0;filter:blur(16px);transform:translateY(80px)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-thumb{background:var(--footer-bg);border-radius:8px}::-webkit-scrollbar-thumb:hover{opacity:0;background:var(--button-blue)}a,p{line-height:1.7;font-family:Work Sans,sans-serif!important}p,label{font-size:var(--p);color:var(--text-color)}a,li{font-size:var(--p);color:var(--text-color);text-decoration:none}h1,h2,h3,h4,h5,h6{color:var(--text-color);margin:0!important;font-family:HelveticaNeue-Light,serif!important}h1,h2,h3,h4{font-weight:400}h5,h6{font-weight:600;line-height:1.4}h2,.h2{color:var(--text-color);line-height:1.2;font-size:var(--h2)!important;font-weight:400!important}h3,.h3{color:var(--text-color);line-height:1.3;font-size:var(--h3)!important;font-weight:400!important}h4,.h4{color:var(--text-color);line-height:1.4;font-size:var(--h4)!important;font-weight:400!important}h5,.h5{color:var(--text-color);line-height:1.4;font-size:var(--h5)!important;font-weight:400!important}h6,.h6{color:var(--text-color);font-weight:400;line-height:1.4;font-size:var(--h6)!important}.main__content h1,.main__content h2,.main__content h3,.main__content h4,.main__content h5,.main__content h6{color:var(--text-color)}p,.main__content p{color:var(--text-color-gray)}.location_content p{font-size:var(--p);color:var(--text-color);margin:0!important}.location_content a,.location_content li{font-size:var(--p);color:var(--text-color);text-decoration:none}.location_content h1,.location_content h2,.location_content h3,.location_content h4,.location_content h5,.location_content h6{color:var(--text-color);margin:0!important;font-family:HelveticaNeue-Light,serif!important}.location_content h1,.location_content h2,.location_content h3,.location_content h4{font-weight:400}.location_content h5,.location_content h6{font-weight:600;line-height:1.4}.location_content h2,.location_content .h2{font-size:var(--h2);color:var(--text-color);font-weight:400;line-height:1.3}.location_content h3,.location_content .h3{font-size:var(--h3);color:var(--text-color);font-weight:400;line-height:1.3}.location_content h4,.location_content .h4{font-size:var(--h4);color:var(--text-color);font-weight:400;line-height:1.4}.location_content h5,.location_content .h5{font-size:var(--h5);color:var(--text-color);font-weight:400;line-height:1.4}.location_content h6,.location_content .h6{font-size:var(--h6);color:var(--text-color);font-weight:400;line-height:1.4}ul{margin:0;list-style:none}.blod{font-weight:600!important}.span{font-size:12px!important}input,select,textarea{border:1px solid #ccb9ac;min-height:45px;max-height:45px;border-radius:8px!important;padding:9px 20px!important}input:focus-visible,select:focus-visible,textarea:focus-visible{border:2px solid #a1c6ff}input:focus,textarea:focus,select:focus{outline:none!important}input[type=date]{cursor:pointer;position:relative;padding:9px 20px!important}input[type=date]::-webkit-inner-spin-button{opacity:0}input[type=date]::-webkit-calendar-picker-indicator{opacity:0}input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0;display:none}input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;display:none}input[type=number]{-moz-appearance:textfield}select::-ms-expand{display:none}select{appearance:none}input[type=date]:after{content:"";pointer-events:none;cursor:pointer;background-image:url(/assets/images/calender.svg);background-repeat:no-repeat;background-size:cover;width:24px;max-width:24px;height:24px;max-height:24px;position:absolute;top:50%;right:20px;transform:translateY(-50%)}.select-input:after{content:"";pointer-events:none;cursor:pointer;background-image:url(/assets/images/down-arrow.svg);background-repeat:no-repeat;background-size:cover;width:24px;max-width:24px;height:24px;max-height:24px;position:absolute;top:50%;right:20px;transform:translateY(-50%)}.autocomplete-container{border-radius:var(--corner-radius-radius-xs,4px);background:var(--color-background-color-background-light-blue,#f8f8f8);flex-wrap:nowrap;justify-content:center;align-items:center;gap:10px;width:fit-content;height:50px;padding:0 16px;transition:all .5s;display:flex}.autocomplete-container:has(input:focus){background-color:var(--light-blue,#eaebfc)}.autocomplete-container input{cursor:auto;background:0 0;height:50px;max-height:50px;transition:all .5s;border:none!important;outline:none!important;padding:12px 0!important}.proximity_button{border-radius:var(--corner-radius-radius-xs,4px);background:var(--color-background-color-background-light-grey,#f8f8f8);flex-wrap:nowrap;justify-content:center;align-items:center;gap:10px;width:fit-content;height:50px;padding:0 16px;display:flex}.proximity_button svg,.proximity_button svg *{transition:all .3s}.proximity_button.loading svg{animation:3s linear infinite rotation;transform:scale(1.2)}.proximity_button.loading svg .inner_circle{fill:var(--text-color-blue)}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.section_transition{opacity:0;transition:all .8s ease-in-out;transform:translateY(120px)}.block_transition{opacity:0;transition:all .5s ease-in-out .2s;transform:translateY(60px)}.section_transition.visible,.block_transition.visible{opacity:1;transform:translateY(0)}.block_transition.scale_transition{transform:scale(.4)}.block_transition.scale_transition.visible{transform:scale(1)}.opacity_transition{opacity:0;visibility:hidden;transition:all .3s ease-in-out}.opacity_transition.visible{opacity:1;visibility:visible}.right_transition{opacity:0;transition:all .5s ease-in-out;transform:translate(60px)}.right_transition.visible{opacity:1;transform:translate(0)}.left_transition{opacity:0;transition:all .5s ease-in-out;transform:translate(-60px)!important}.left_transition.visible{opacity:1;transform:translate(0)!important}.bg-body{background-color:var(--background-color)}.container{width:100%;padding:0;max-width:var(--container-width)!important}.container-fluid{width:100%;padding:0;max-width:100%!important}.jambo-text{font-size:128px!important}.button_icon-white{cursor:pointer;background-image:url(/assets/images/button-icon-white.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;width:24px;height:24px}img{-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;width:100%;height:100%}article.main,article .main{flex-direction:column;width:100%;display:flex}.section-gap-bottom{margin-bottom:100px}.section-gap-top{margin-top:100px!important}.section-padding-bottom{padding-bottom:100px}.section-padding-top{padding-top:100px!important}.social_icon{cursor:pointer;min-height:32px;transition:all .3s;background-color:#0000!important;border:none!important;margin:0!important;padding:0!important}.social_icon:hover{transform:scale(1.2)}.social_icon svg{width:22px;height:22px}img{width:100%;height:100%}.open-schedule-modal *{pointer-events:none}.page__patients{border-radius:0!important}.details-wraper-404 *{color:var(--text-color-light)!important}.main__content.error_map{position:relative;background-color:var(--link-blue)!important}.main__content.error_map:after{content:"";background-image:url(https://expertmri-payload.b-cdn.net/media/404.png);background-position:top;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}header{pointer-events:none;z-index:999;justify-content:center;align-items:center;width:100%;max-width:100vw;transition:all .5s;display:flex;position:fixed;left:0}.main__header .top-bar{background-color:var(--footer-bg);justify-content:center;align-items:center;height:53px;padding:0;transition:all .5s ease-in-out;display:flex}.top-bar-close{pointer-events:auto;width:24px;max-width:24px;height:24px;max-height:24px;line-height:0;transition:all .3s ease-in-out;position:absolute;top:50%;right:5%;transform:translateY(-50%);color:#0000!important}.line-svg2:after{content:"";background-image:url(/assets/images/line-svg-c2.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;width:100%;height:100%;position:absolute;top:0;bottom:0}.line-svg2:before{content:"";z-index:20;background-image:url(/assets/images/line-svg-c.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;width:100%;height:100%;position:absolute;top:0;bottom:0}.main__header .top-bar.is-hidden .top-bar-close{opacity:0;scale:0}.top-bar-close .close-img{filter:brightness(0)saturate()invert()sepia(5%)saturate(21%)hue-rotate(171deg)brightness(107%)contrast(106%);width:24px;max-width:24px;height:24px;max-height:24px}.main__header .top-bar.is-hidden{height:0;margin-bottom:0;overflow:hidden}.main__header .top-bar .top-bar__content{justify-content:center;align-items:center;width:100%;height:100%;padding:0;display:flex}.text-color-gray{color:var(--text-color-gray)!important}.text-text-dark{color:var(--text-text-dark)!important}.main__header .top-bar .top-bar__content>*{color:var(--text-color-light)}body>.admin-bar a:hover{text-decoration:underline!important}header.hideHeader{opacity:0;transform:translateY(-100px)}.main__header{max-height:53px;position:relative}header .header-inner{pointer-events:all;border-radius:150px;align-items:center;width:100%;transition:all .5s;position:absolute;top:52px;left:50%;transform:translate(-50%);padding-left:20px!important;padding-right:20px!important}header .header-inner .header_bg{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:15;background:linear-gradient(90deg,#fff9 0% 100%);border-radius:150px;width:100%;height:100%;transition:all .5s;position:absolute;top:0;left:0}header .header-inner .main__nav>.header_bg{opacity:0;pointer-events:none}header .header_content{z-index:20;border-radius:150px;align-items:center;padding:10px;position:relative;box-shadow:0 5px 21px #0000000d}header .hamburger__btn{cursor:pointer;width:32px;height:32px;position:relative}header .hamburger__btn .line{background-color:var(--button-blue);border-radius:24px;width:100%;height:3px;transition:all .3s ease-in-out;display:block;position:absolute;top:40%;right:0}header .hamburger__btn .line:last-child{max-width:65%;top:65%}header .hamburger__btn.is-active .line:first-child{transform:rotate(45deg)}header .hamburger__btn.is-active .line:last-child{max-width:100%;transform:translateY(-270%)rotate(-45deg)}header nav.main__nav a{font-size:var(--p);color:var(--text-color);z-index:20;border:1px solid #0000;border-radius:120px;width:fit-content;padding:10px 20px;font-weight:400;line-height:1.7;transition:all .3s ease-in-out;position:relative}header nav .mega-social-icons a{width:24px;height:24px}header nav .mega-social-icons a svg{width:24px;height:24px}header nav.main__nav .megaLink a{padding:0}header .megaMenu .megaLink *{transition:all .5s;text-align:left!important}header .megaMenu .megaLink .megaLink_content{opacity:.6}header .megaMenu .megaLink:hover .megaLink_content{opacity:1}header .megaMenu .megaLink .icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:54px;height:54px;display:flex;position:relative;overflow:hidden}header .megaMenu .megaLink .icon *{z-index:20;transition:all .5s}header .megaMenu .megaLink .icon:before{content:"";background-color:var(--background-color);opacity:.1;width:100%;height:100%;position:absolute;top:0;left:0}header .megaMenu .megaLink .icon svg{width:32px;height:32px}header .megaMenu .megaLink .icon svg path{fill:var(--background-color)}header .megaMenu .megaLink:hover .icon:before{opacity:1}header .megaMenu .megaLink:hover .icon svg path{fill:var(--text-color)}header .megaMenu .megaLink:hover .icon.icon_stroke svg path{fill:#0000;stroke:var(--text-color)}header .megaMenu .megaLink .icon.icon_stroke svg path{stroke:var(--background-color);fill:#0000}header .megaMenu{background:var(--text-color);opacity:0;visibility:hidden;pointer-events:none;width:100%;max-height:100vh;transition:all .5s;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-60px);padding-top:220px!important}body>.admin-bar.block~header .megaMenu{top:0}header .megaMenu *{color:#fff!important}header .megaMenu:before{content:"";opacity:.8;pointer-events:all;background:linear-gradient(#706dc900 0%,#164284b3 131.57%);width:100%;height:100%;position:absolute;top:0;left:0}header .megaMenu>.container{z-index:20;position:relative}@media screen and (min-width:1024px){header .main__nav .link_main:hover .megaMenu,header .main__nav .megaMenu:hover,header .main__nav .megaMenu.megaOpen{opacity:1;visibility:visible;pointer-events:all;transform:translate(0)}}header:has(.main__nav .link_main:hover .megaMenu,.main__nav .megaMenu:hover,.main__nav .megaMenu.megaOpen) .header-inner .main__nav>.header_bg{opacity:1}.page__physicians .section_head_block .head_left p{border:1px solid var(--color-text-color-text-beige,#f8f2e5);background:var(--light-grey,#f8f8f8);border-radius:110px;justify-content:center;align-items:center;gap:10px;width:fit-content;padding:4px 20px;display:flex}.section_head_block .head_right p,.section_head_block .head_right ul li{color:var(--text-color-gray)}.page__physicians .review-wraper{margin-bottom:0!important}.play_btn{transition:all .5s}.play_btn:hover{transform:scale(.98)}.play_btn .play-icon{width:24px;max-height:24px;padding:5px;position:relative}.play_btn .play-icon img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%;transition:all .5s}.play_btn .play-icon img.pause{opacity:0;position:absolute;top:0;left:0;transform:scale(0)}.play_btn.playing img.play{opacity:0;transform:scale(0)}.play_btn.playing img.pause{opacity:1;transform:scale(1)}.play_btn:hover .btn-name{transform:none!important}.star_main:not(.active,.half_active) path,.star_main:not(.active) path.full{fill:var(--text-color)!important}.star_main.undefined,.star_main.half_active{filter:brightness(0)saturate()invert(99%)sepia(24%)saturate(4705%)hue-rotate(179deg)brightness(112%)contrast(98%)}.rating_main .google svg{filter:brightness(0)saturate()invert(9%)sepia(0%)saturate(689%)hue-rotate(149deg)brightness(96%)contrast(89%)}.megaBannerBlock *{color:#fff!important;border-color:#fff!important}.megaBannerBlock button img{filter:brightness(100)!important}.has_nested>.nested_link~.hover_card{transition:all .3s ease-in-out;box-shadow:none!important;opacity:1!important;background:0 0!important;max-height:0!important;padding:0!important;position:relative!important;top:auto!important;left:auto!important;overflow:hidden!important}.has_nested>.nested_link:hover~.hover_card,.has_nested>.nested_link~.hover_card:hover{max-height:5000px!important;padding:10px!important}.has_nested svg{transition:all .5s ease-in-out}.has_nested>a:hover svg{transform:rotate(180deg)}.has_nested:has(a:hover)>a svg{transform:rotate(180deg)}.link_portal{border:1px solid #0000;border-radius:120px;align-items:center;padding:10px 20px;display:flex}.link_portal:hover,header nav.main__nav .link_main>a:hover{background-color:var(--background-color);border:1px solid var(--button-blue);color:var(--button-blue)!important;text-decoration:none!important}.tag-badge{background-color:var(--light-blue);border:1px solid #f8f2e5;border-radius:110px;justify-content:center;align-items:center;gap:10px;width:fit-content;padding:4px 20px;display:flex;color:var(--text-color)!important}.badge-white{border:1px solid var(--color-text-color-text-beige,#f8f2e5);background:var(--color-background-color-background-white,#fff);border-radius:90px;justify-content:center;align-items:center;gap:10px;width:fit-content;padding:4px 16px;display:flex}.stat__icons>div,.stat__icons>div *{transition:all .3s ease-in-out}.stat__icons>div.active svg path{fill:var(--text-color-brown)!important}.circle_scroll_el{opacity:.3;width:350px;transition:all .5s ease-in-out}.circle_scroll_el.active{opacity:1}.scroll_img .inner_dots>*{--circle-top:50%;--circle-right:0;width:14px;height:14px;top:var(--circle-top);right:var(--circle-right);background-color:var(--text-color-brown);opacity:1;z-index:99;border-radius:100%;position:absolute;transform:translateY(-50%)translate(50%)}.scroll_img .inner_dots>:first-child{--circle-top:30%;--circle-right:26px;top:var(--circle-top);right:var(--circle-right)}.scroll_img .inner_dots>:nth-child(2){background-color:var(--text-color)}.scroll_img .inner_dots>:nth-child(3){--circle-top:70%;--circle-right:26px;top:var(--circle-top);right:var(--circle-right)}.scroll_img .inner_overlay{background:linear-gradient(90deg,#fff 50%,#fff3 100%)}@media screen and (max-width:1459px){.scroll_img .inner_dots>:first-child,.scroll_img .inner_dots>:nth-child(3){--circle-right:18px;right:var(--circle-right)}}@media screen and (max-width:979px){.scroll_img .inner_dots>:first-child,.scroll_img .inner_dots>:nth-child(3){--circle-right:14px;right:var(--circle-right)}}button.btn{border-radius:42px;flex-direction:row;justify-content:center;align-items:center;width:fit-content;min-width:231px;max-width:20rem;height:51px;padding:0 19px;font-family:Inter,sans-serif;display:flex;overflow:hidden}button.btn .btn-name{font-size:var(--p)}button.btn:not(.tertiary) .btn-icon{opacity:0;max-width:24px;transition:all .5s ease-in-out;position:absolute;top:50%;right:-40px;transform:translateY(-50%)}button.btn.primary:hover{background:var(--color-icon-color-icon-blue,#164284);box-shadow:inset 1px 4px 4px #ffffff5c}button.btn.primary:hover,button.btn.secondary:hover,button.btn.whiteButton:hover{gap:10px}button.btn.primary .btn-name,button.btn.secondary .btn-name,button.btn.whiteButton .btn-name,button.btn.whiteButton>span,button.btn.primary>span,button.btn.secondary>span{text-transform:capitalize;transition:all .5s ease-in-out}button.btn.primary:hover>span,button.btn.whiteButton:hover>span,button.btn.secondary:hover>span{transform:translate(-14px)}button.btn:hover .btn-icon{opacity:1;right:-35px}button.btn.primary{color:var(--text-color-light);background:linear-gradient(336deg,#164284 35.21%,#8bceff 137.57%);position:relative;box-shadow:inset 1px 4px 4px #ffffff5c}button.btn.secondary{color:var(--text-color-blue);border:1px solid var(--button-blue);position:relative}button.btn.whiteButton{color:var(--text-color-light);border:1px solid var(--button-light);position:relative}button.btn.secondary .btn-icon>img{filter:brightness(0)saturate()invert(20%)sepia(65%)saturate(1575%)hue-rotate(194deg)brightness(91%)contrast(95%)}button.btn.tertiary{height:fit-content;color:var(--text-color-blue);text-underline-offset:.25rem;border:none;border-radius:0;padding:0;text-decoration-thickness:1px;position:relative;min-width:0!important}button.btn.tertiary .btn-name{gap:10px;display:flex}button.btn.tertiary .btn-icon{border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:all .3s ease-in;display:flex}button.btn.tertiary .btn-icon img{width:13px;height:14px}button.btn.tertiary .btn-icon.iconstyle1{background-color:var(--button-blue)}button.btn.tertiary .btn-icon.iconstyle1 img{filter:brightness(0)saturate()invert()sepia(0%)saturate(7500%)hue-rotate(341deg)brightness(110%)contrast()}button.btn.tertiary .btn-icon.iconstyle2{background-color:#fff}button.btn.tertiary .btn-icon.iconstyle2 img{filter:brightness(0)saturate()invert(13%)sepia(98%)saturate(2054%)hue-rotate(207deg)brightness(99%)contrast(85%)}.locations_select button.btn.tertiary:hover{text-decoration:underline}button.btn.tertiary:hover:has(.btn-icon.iconstyle1){text-decoration:underline}button.btn.tertiary:hover:has(.btn-icon.iconstyle2){text-decoration:underline}button.btn.tertiary:hover:has(.btn-icon.iconstyle2) .btn-icon{background-color:var(--button-blue)}button.btn.tertiary:hover:has(.btn-icon.iconstyle2) .btn-icon img{filter:brightness(0)saturate()invert()sepia(0%)saturate(7500%)hue-rotate(341deg)brightness(110%)contrast()}button.arrow-btn,a.arrow-btn{background:linear-gradient(336deg,#164284 35.21%,#8bceff 137.57%);border-radius:42px;justify-content:center;align-items:center;min-width:50px;max-width:50px;min-height:50px;max-height:50px;display:flex;box-shadow:inset 1px 4px 4px #ffffff5c}button.arrow-btn:before,a.arrow-btn:before{content:"";filter:brightness(0)saturate()invert(94%)sepia(17%)saturate(0%)hue-rotate(26deg)brightness(105%)contrast(101%);background-image:url(/assets/images/only-arrow-right.svg);background-position:50%;background-size:cover;width:26px;height:26px;display:block}.post_card_inner{border-radius:var(--corner-radius-radius-m,16px);background:0 0;flex-direction:column;gap:10px;padding:24px 24px 120px;transition:all .5s;display:flex;position:relative}.post_card_inner button{color:#fff!important;border:1px solid #fff!important}.post_card_inner button .btn-icon{filter:brightness(100)}.locations_select button.btn.tertiary .btn-icon{background-color:#fff}.locations_select button.btn.tertiary .btn-icon img{filter:brightness(0)saturate()invert(13%)sepia(98%)saturate(2054%)hue-rotate(207deg)brightness(99%)contrast(85%)}.locations_select button.btn.tertiary:hover .btn-icon{background-color:var(--button-blue)}.locations_select button.btn.tertiary:hover .btn-icon img{filter:brightness(0)saturate()invert()sepia(0%)saturate(7500%)hue-rotate(341deg)brightness(110%)contrast()}.post_card:hover .post_card_inner{background:var(--text-color-blue,#164284)}.post_card:hover .post_card_inner *{color:#fff!important}.location_content :not(button.btn,button.btn *){color:var(--text-color)}.modal_main{opacity:0;visibility:visible;pointer-events:none;transition:all .5s}.modal_main .modal_inner{opacity:0;padding:0;transition:all .5s;transform:scale(.7)}.modal_main.modal_active{opacity:1;visibility:visible;pointer-events:all}.modal_main.modal_active .modal_inner{opacity:1;transform:scale(1)}.swiper-pagination{justify-content:center;align-items:center;gap:8px;display:flex}.swiper-pagination .swiper-pagination-bullet{background-color:var(--text-color-brown);border-radius:30px;width:10px;height:10px;transition:all .5s ease-in-out}.review-block .reviews-cards{position:relative}.reviews-cards>:first-child{z-index:20;position:relative}.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width:40px;height:10px}.Swiper-slider-card{margin-bottom:-90px;padding-bottom:90px!important}.swiper-pagination{justify-content:flex-start;display:flex;width:fit-content!important}.reviews-cards .jambo-text{color:var(--text-color-blue)!important}.reviews-cards>:not(:first-child) .jambo-text{opacity:.2;color:var(--text-color-blue)!important}.reviews-cards .reviews-card-inner .title{max-width:20%}.review-block .reviews-cards .reviews-card-inner:not(:first-child) .title{opacity:.5;bottom:0;right:35%}.main__content{background-color:var(--background-color);z-index:20;min-height:100vh;overflow:hidden}.main__content.bottom-radius:not(.page__about-us,.page__locations,.page__insurance){border-bottom-right-radius:64px;border-bottom-left-radius:64px}footer :focus-visible{outline:1px solid var(--footer-text)!important}.main__footer{background-color:var(--footer-bg);width:100%;max-height:100vh;margin-top:-64px;padding-top:140px;padding-bottom:100px;position:fixed;bottom:0;left:0;overflow-y:auto;scrollbar-width:none!important}.main__footer *{color:var(--footer-text)!important}.main__footer .secondary_btn{border-color:var(--background-color)!important}.main__footer .secondary_btn img{filter:brightness(100)!important}.main__footer .footer-nav-title{font-size:1rem;font-weight:600;line-height:1.8}.main__footer .footer_nav .nav_group li *{opacity:.7;font-size:16px;font-weight:400;line-height:1.8}.main__footer .footer_nav .nav_group li:hover *{opacity:1}.swiper-wrapper,.swiper-slide{width:100%;max-width:100%}.swiper-button-prev,.swiper-button-next{--width:50px;max-width:var(--width);border:1px solid var(--button-blue);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:50%;overflow:hidden;width:var(--width)!important;height:var(--width)!important;position:relative!important}.swiper-button-prev:after,.swiper-button-next:after{content:"";filter:brightness(0)saturate()invert(18%)sepia(75%)saturate(1684%)hue-rotate(199deg)brightness(91%)contrast(92%);z-index:10;background-image:url(/assets/images/only-arrow-right.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;width:23px;height:25px;position:absolute}.swiper-button-prev:before,.swiper-button-next:before{content:"";opacity:0;background:linear-gradient(336deg,#164284 35.21%,#8bceff 137.57%);border-radius:50%;width:100%;height:100%;transition:all .5s ease-in-out;position:absolute;transform:translate(20px,20px)}.swiper-button-prev:before{transform:translate(-20px,-20px)}.swiper-button-prev:hover:before,.swiper-button-next:hover:before{opacity:1;transform:translate(0)}.swiper-button-prev:hover,.swiper-button-next:hover{border:#0000;transition:all 2s}.swiper-button-prev:hover:after,.swiper-button-next:hover:after{filter:brightness(0)saturate()invert()sepia(0%)saturate(2%)hue-rotate(152deg)brightness(106%)contrast(101%)}.swiper-button-prev{transform:rotate(180deg)}.swiper-button-prev>svg,.swiper-button-next>svg{display:none}.Navigation{justify-content:flex-end;gap:17px;width:100%;display:flex;position:absolute;bottom:0}.review-header .wrap.left{border-top:1px solid var(--text-color-brown);border-right:1px solid var(--text-color-brown);border-top-right-radius:20px;padding-top:40px}.review-header .wrap.right{border-top:1px solid var(--text-color-brown);border-top-left-radius:20px;padding:40px 0 0 70px;display:flex}.Form-modal .modal-close-btn{color:var(--text-color);background-color:#0000;padding:0;display:flex;position:absolute;top:10%;right:10%}.ModalContent-wraper{padding-top:140px}.ModalContent-wraper .modal-form-wraper{margin-right:-28px;padding-right:20px;overflow-y:auto}.ModalContent-wraper .modal-form-wraper::-webkit-scrollbar{width:5px}.ModalContent-wraper .modal-form-wraper::-webkit-scrollbar-thumb{background:var(--button-blue);border-radius:8px}.ModalContent-wraper .modal-form-wraper::-webkit-scrollbar-thumb:hover{opacity:.7}.ModalContent-wraper .modal-banner .modal-banner-image{border-top-right-radius:32px;border-bottom-right-radius:32px;width:100%;max-width:38%;position:absolute;top:0;bottom:0;left:0;overflow:hidden}.ModalContent-wraper .modal-banner-content{flex-direction:column;align-items:flex-start;gap:28px;display:flex}.Form-modal{z-index:9999}.ModalContent-wraper .modal-banner-content>*{color:var(--text-color-light)!important}.main_pagi .pagi_prev,.main_pagi .pagi_next{border:1.5px solid var(--color-button-color-button-blue,#164284);border-radius:100%;flex-direction:column;justify-content:center;align-items:center;transition:all .5s;display:flex;width:50px!important;height:50px!important;padding:12px 13px!important;font-size:0!important}:is(.main_pagi .pagi_prev,.main_pagi .pagi_next):hover{transform:scale(.95)}:is(.main_pagi .pagi_prev,.main_pagi .pagi_next) svg{width:24px;height:24px}:is(.main_pagi .pagi_prev,.main_pagi .pagi_next) svg path{stroke:var(--text-color-blue)!important}.main_pagi .pagi_next:hover,.main_pagi .pagi_prev:hover{background:linear-gradient(336deg,#164284 35.21%,#8bceff 137.57%);border:1.5px solid #0000;border-radius:100%;box-shadow:inset 1px 4px 4px #ffffff5c}:is(.main_pagi .pagi_next:hover,.main_pagi .pagi_prev:hover) svg path{stroke:#fff!important}.main_pagi .pagi_link{border-radius:100%;justify-content:center;align-items:center;gap:10px;width:37px;height:37px;padding:5px 10px;transition:all .5s;display:flex}.main_pagi .pagi_link:not(.active_link,.pagi_prev,.pagi_next):hover,.main_pagi .pagi_link.active_link{background:var(--color-background-color-background-blue,#164284);color:#fff!important}.ct-scan_service{border-bottom-right-radius:64px;border-bottom-left-radius:64px}.overlayImage{width:100%;max-width:100%;height:100%;max-height:100%;position:absolute}.review-img,.review-img>*{max-width:140px;max-height:65px}@media screen and (max-width:1440px){:root{--container-width:1200px}.container{width:100%}}@media screen and (max-width:1280px){:root{--container-width:100%}.container,.container-fluid{padding-left:24px;padding-right:24px}}@media screen and (max-width:1024px){:root{--p:14px;--h2:32px;--h3:24px;--h4:22px;--h5:18px;--h6:18px}.main__logo{width:100%;height:100%;max-height:40px;max-width:150px!important}button.btn{min-width:171px;min-height:44px;max-height:44px}.section-gap-bottom{margin-bottom:50px}.main__footer{--top:130px;margin-top:calc(var(--top)/-2);padding-top:var(--top)}.swiper-button-prev,.swiper-button-next{--width:44px}.swiper-button-next:after,.swiper-button-prev:after{width:19px;height:20px}.main__content.error_map:after{background-size:contain}.section-gap-top{margin-top:50px!important}.section-padding-bottom{padding-bottom:100px}.section-padding-top{padding-top:100px!important}.main__footer{padding-bottom:60px;position:relative;bottom:auto;left:auto;max-height:100%!important}.ct-scan_service{border-bottom-right-radius:34px;border-bottom-left-radius:34px}.jambo-text{font-size:72px!important}button.arrow-btn,a.arrow-btn{min-width:33px;max-width:33px;min-height:33px;max-height:33px}.review-img,.review-img>*{max-width:140px;max-height:40px}button.btn.primary:hover>span,button.btn.whiteButton:hover>span,button.btn.secondary:hover>span{transform:translate(0)}button.btn:hover .btn-icon{opacity:0;right:0}}@media screen and (max-width:1023px){header nav.main__nav a{background-color:#0000;border:none;padding:0;font-size:var(--p)!important;color:var(--text-color-light)!important;text-decoration:none!important}header nav.main__nav a img{filter:brightness(0)saturate()invert()sepia(0%)saturate(1%)hue-rotate(184deg)brightness(110%)contrast(101%)}header .header-inner{padding-left:0!important;padding-right:0!important}header nav.main__nav .link_main>a:hover{background-color:#0000;border:none;color:var(--text-color-light)!important;text-decoration:none!important}header nav.main__nav .megaLinks a{padding:0;display:flex}header nav.main__nav .megaLinks .tertiary_btn.btn{display:none}header .megaMenu .megaLink .icon{width:44px;height:44px}.container,.container-fluid{width:100%;padding-left:20px;padding-right:20px;max-width:100%!important}header .main__nav{opacity:0;pointer-events:none;visibility:hidden;z-index:-20;width:100%;height:fit-content;max-height:calc(100vh - 120px);margin-left:15px;padding:20px 15px 40px 0;transition:all .5s;display:block;position:absolute;top:100%;left:0;overflow:hidden auto}header .main__nav .header_bg{display:none!important}header .main__nav>ul>li{width:100%}header .megaMenu{background-color:var(--text-color);transform:translate(0)}header .megaMenu>div{background-color:#363636}button.arrow-btn:before,a.arrow-btn:before{width:16px;height:16px}header .megaMenu:before{display:none}header:before{content:"";opacity:0;background:linear-gradient(#706dc900 0%,#164284b3 131.57%);width:100%;height:100vh;transition:all .3s;position:absolute;top:0;left:0}header.mobile__active{background-color:var(--footer-bg);width:100vw;height:100vh;max-height:100vh;position:fixed;top:0;left:0}header.mobile__active:before{opacity:1}header.mobile__active .logo,header.mobile__active .hamburger__btn{filter:brightness(0)saturate()invert(98%)sepia()saturate(8%)hue-rotate(182deg)brightness(104%)contrast(104%)}header.mobile__active .header-inner .header_bg{background:0 0;box-shadow:0 5px 21px #0000000d}header.mobile__active .header_content{background:linear-gradient(90deg,#fff0 0% 100%);border:.5px solid #fff;box-shadow:0 5px 21px #0000000d}header .main__nav .megaLinks,header .megaMenu{opacity:0;pointer-events:none;visibility:none;z-index:-20}header.mobile__active .main__nav,header.mobile__active .main__nav .megaLinks,header.mobile__active .megaMenu{opacity:1;pointer-events:auto;visibility:visible;z-index:20}header .megaMenu{scrollbar-width:none;transition:all .5s;overflow:hidden;border-radius:8px!important;max-height:0!important;padding:0!important;position:relative!important;top:auto!important;left:auto!important}header .megaMenu>.container{padding:0 20px!important}header .megaMenu .megaLinks{padding:20px 0!important}header .main__nav .mega_link:hover .megaMenu,header .main__nav .mega_link .megaMenu:hover{max-height:500px!important;margin-top:20px!important;overflow-y:auto!important}header .main__nav ul{flex-direction:column;align-items:flex-start;gap:24px;display:flex}header .main__nav ul *{font-size:18px!important}header .main__nav ul .mega_link p{opacity:.5;font-size:var(--p)!important}.main__content.bottom-radius:not(.page__about-us,.page__locations,.page__insurance){border-bottom-right-radius:32px;border-bottom-left-radius:32px}.header .megaMenu .megaLink .icon{width:44px;height:44px}.has_nested>a~.hover_card{transition:all .3s ease-in-out;box-shadow:none!important;opacity:1!important;background:0 0!important;max-height:0!important;padding:0!important;position:relative!important;top:auto!important;left:auto!important;overflow:hidden!important}.normal_link>.hover_card,.normal_link>.hover_card:hover{overflow-y:auto;max-height:700px!important;padding:10px!important}.section-gap-bottom{margin-bottom:50px}.section-gap-top{margin-top:50px!important}header .header_content{width:calc(100% - 40px);margin:0 20px;padding-right:20px}header .header_content .open-schedule-modal:not(.mobile-btn .open-schedule-modal){display:none}.section-padding-bottom{padding-bottom:50px}.section-padding-top{padding-top:50px!important}header .header_conten>.btn.primary{display:none}header .logo{max-width:150px;height:100%}}@media screen and (max-width:768px){header.mobile__active{top:0!important}.main__header .top-bar.is-hidden{margin-bottom:0}.swiper-button-prev,.swiper-button-next{--width:40px}.swiper-button-prev:after,.swiper-button-next:after{width:20px;height:20px}.ModalContent-wraper{padding-top:100px}.main_pagi .pagi_prev,.main_pagi .pagi_next{display:flex;width:44px!important;height:44px!important}}@media screen and (max-width:767px){.section-gap-bottom{margin-bottom:35px}.section-gap-top{margin-top:35px!important}.section-padding-bottom{padding-bottom:35px}.section-padding-top{padding-top:35px!important}button.btn{min-height:44px;max-height:44px}button.btn.primary,button.btn.secondary{gap:10px}.review-header .wrap.left{border:none;padding-top:0}.review-header .wrap.right{border:none;padding:0}.jambo-text{font-size:50px!important}.reviews-card-inner .jambo-text svg{max-width:24px;height:24px;max-height:24px}}@media screen and (max-width:540px){.main__header .top-bar .top-bar__content>*{font-size:12px}.top-bar-close{display:none}}@media screen and (max-width:320px){.main__header .top-bar .top-bar__content>*{font-size:11px}}@media (min-width:768px){.md\:prose-md :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:3.5rem}.md\:prose-md :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.5rem}}@media (min-width:1024px){.lg\:container{width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width:26rem){.lg\:container{max-width:26rem}}@media (min-width:40rem){.lg\:container{max-width:40rem;padding-left:1rem;padding-right:1rem}}@media (min-width:48rem){.lg\:container{max-width:48rem;padding-left:2rem;padding-right:2rem}}@media (min-width:64rem){.lg\:container{max-width:64rem;padding-left:2rem;padding-right:2rem}}@media (min-width:80rem){.lg\:container{max-width:80rem;padding-left:2rem;padding-right:2rem}}@media (min-width:86rem){.lg\:container{max-width:86rem;padding-left:2rem;padding-right:2rem}}}.dark\:prose-invert:where([data-theme=dark],[data-theme=dark] *){--tw-prose-body:var(--tw-prose-invert-body);--tw-prose-headings:var(--tw-prose-invert-headings);--tw-prose-lead:var(--tw-prose-invert-lead);--tw-prose-links:var(--tw-prose-invert-links);--tw-prose-bold:var(--tw-prose-invert-bold);--tw-prose-counters:var(--tw-prose-invert-counters);--tw-prose-bullets:var(--tw-prose-invert-bullets);--tw-prose-hr:var(--tw-prose-invert-hr);--tw-prose-quotes:var(--tw-prose-invert-quotes);--tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);--tw-prose-captions:var(--tw-prose-invert-captions);--tw-prose-kbd:var(--tw-prose-invert-kbd);--tw-prose-kbd-shadows:var(--tw-prose-invert-kbd-shadows);--tw-prose-code:var(--tw-prose-invert-code);--tw-prose-pre-code:var(--tw-prose-invert-pre-code);--tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);--tw-prose-th-borders:var(--tw-prose-invert-th-borders);--tw-prose-td-borders:var(--tw-prose-invert-td-borders)}.\*\:table>*{display:table}.file\:border-0::file-selector-button{border-width:0}.file\:bg-transparent::file-selector-button{background-color:#0000}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-medium::file-selector-button{font-weight:500}.placeholder\:text-muted-foreground::placeholder{color:hsl(var(--muted-foreground))}.last\:mb-0:last-child{margin-bottom:0}.hover\:translate-x-2:hover{--tw-translate-x:.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.hover\:scale-95:hover{--tw-scale-x:.95;--tw-scale-y:.95;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.hover\:cursor-pointer:hover{cursor:pointer}.hover\:bg-card:hover{background-color:hsl(var(--card))}.hover\:bg-destructive\/90:hover{background-color:hsl(var(--destructive)/.9)}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.hover\:bg-primary\/90:hover{background-color:hsl(var(--primary)/.9)}.hover\:bg-secondary\/80:hover{background-color:hsl(var(--secondary)/.8)}.hover\:text-accent-foreground:hover{color:hsl(var(--accent-foreground))}.hover\:underline:hover{text-decoration-line:underline}.focus\:bg-accent:focus{background-color:hsl(var(--accent))}.focus\:text-accent-foreground:focus{color:hsl(var(--accent-foreground))}.focus\:outline-none:focus{outline-offset:2px;outline:2px solid #0000}.focus\:ring-2: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)}.focus\:ring-ring:focus{--tw-ring-color:hsl(var(--ring))}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}.focus-visible\:outline-none:focus-visible{outline-offset:2px;outline:2px solid #0000}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-visible\:ring-ring:focus-visible{--tw-ring-color:hsl(var(--ring))}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.group\/locationItem[open] .group-open\/locationItem\:opacity-100{opacity:1}.group\/location_card:hover .group-hover\/location_card\:translate-x-0{--tw-translate-x:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.group\/location_card:hover .group-hover\/location_card\:opacity-100{opacity:1}.peer:disabled~.peer-disabled\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\:opacity-70{opacity:.7}.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y:.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.data-\[side\=left\]\:-translate-x-1[data-side=left]{--tw-translate-x:-.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.data-\[side\=right\]\:translate-x-1[data-side=right]{--tw-translate-x:.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.data-\[side\=top\]\:-translate-y-1[data-side=top]{--tw-translate-y:-.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.data-\[state\=checked\]\:bg-primary[data-state=checked]{background-color:hsl(var(--primary))}.data-\[state\=checked\]\:text-primary-foreground[data-state=checked]{color:hsl(var(--primary-foreground))}.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.data-\[state\=open\]\:animate-in[data-state=open]{--tw-enter-opacity:initial;--tw-enter-scale:initial;--tw-enter-rotate:initial;--tw-enter-translate-x:initial;--tw-enter-translate-y:initial;animation-name:enter;animation-duration:.15s}.data-\[state\=closed\]\:animate-out[data-state=closed]{--tw-exit-opacity:initial;--tw-exit-scale:initial;--tw-exit-rotate:initial;--tw-exit-translate-x:initial;--tw-exit-translate-y:initial;animation-name:exit;animation-duration:.15s}.data-\[state\=closed\]\:fade-out-0[data-state=closed]{--tw-exit-opacity:0}.data-\[state\=open\]\:fade-in-0[data-state=open]{--tw-enter-opacity:0}.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale:.95}.data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale:.95}.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y:-.5rem}.data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x:.5rem}.data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x:-.5rem}.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y:.5rem}@media not all and (min-width:1024px){.max-lg\:mx-auto{margin-left:auto;margin-right:auto}.max-lg\:mb-10{margin-bottom:2.5rem}.max-lg\:hidden{display:none}.max-lg\:object-bottom{-o-object-position:bottom;object-position:bottom}.max-lg\:pb-20{padding-bottom:5rem}.max-lg\:pt-10{padding-top:2.5rem}.max-lg\:pt-\[100px\]{padding-top:100px}}@media not all and (min-width:980px){.max-rg\:max-w-\[180px\]{max-width:180px}}@media not all and (min-width:768px){.max-md\:top-1\/2{top:50%}.max-md\:mx-auto{margin-left:auto;margin-right:auto}.max-md\:hidden{display:none}.max-md\:max-h-\[0px\]{max-height:0}.max-md\:w-full{width:100%}.max-md\:max-w-\[480px\]{max-width:480px}.max-md\:max-w-full{max-width:100%}.max-md\:-translate-y-1\/2{--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.max-md\:flex-wrap{flex-wrap:wrap}.max-md\:\!px-0{padding-left:0!important;padding-right:0!important}.max-md\:px-5{padding-left:1.25rem;padding-right:1.25rem}.max-md\:\!pb-0{padding-bottom:0!important}}@media (min-width:416px){.xs\:col-span-1{grid-column:span 1/span 1}.xs\:col-span-2{grid-column:span 2/span 2}.xs\:max-w-\[80\%\]{max-width:80%}.xs\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xs\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xs\:gap-4{gap:1rem}.xs\:pt-20{padding-top:5rem}}@media (min-width:640px){.sm\:col-span-6{grid-column:span 6/span 6}.sm\:m-0{margin:0}.sm\:mt-10{margin-top:2.5rem}.sm\:flex{display:flex}.sm\:grid{display:grid}.sm\:h-\[430px\]{height:430px}.sm\:h-\[600px\]{height:600px}.sm\:max-h-\[230px\]{max-height:230px}.sm\:max-h-\[360px\]{max-height:360px}.sm\:max-h-\[80vh\]{max-height:80vh}.sm\:min-h-\[80vh\]{min-height:80vh}.sm\:min-h-screen{min-height:100vh}.sm\:w-2\/4{width:50%}.sm\:w-\[150px\]{width:150px}.sm\:max-w-\[45\%\]{max-width:45%}.sm\:max-w-\[50\%\]{max-width:50%}.sm\:max-w-\[85\%\]{max-width:85%}.sm\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:flex-row-reverse{flex-direction:row-reverse}.sm\:items-center{align-items:center}.sm\:justify-end{justify-content:flex-end}.sm\:gap-10{gap:2.5rem}.sm\:gap-8{gap:2rem}.sm\:object-right{-o-object-position:right;object-position:right}.sm\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.sm\:pt-0{padding-top:0}.sm\:text-left{text-align:left}}@media (min-width:768px){.md\:not-sr-only{clip:auto;white-space:normal;width:auto;height:auto;margin:0;padding:0;position:static;overflow:visible}.md\:absolute{position:absolute}.md\:left-5{left:1.25rem}.md\:top-1\/2{top:50%}.md\:col-span-2{grid-column:span 2/span 2}.md\:col-span-3{grid-column:span 3/span 3}.md\:col-span-4{grid-column:span 4/span 4}.md\:col-span-5{grid-column:span 5/span 5}.md\:col-span-7{grid-column:span 7/span 7}.md\:col-span-8{grid-column:span 8/span 8}.md\:col-span-9{grid-column:span 9/span 9}.md\:col-start-2{grid-column-start:2}.md\:-mx-8{margin-left:-2rem;margin-right:-2rem}.md\:my-\[100px\]{margin-top:100px;margin-bottom:100px}.md\:mt-16{margin-top:4rem}.md\:block{display:block}.md\:flex{display:flex}.md\:grid{display:grid}.md\:hidden{display:none}.md\:h-\[320px\]{height:320px}.md\:min-h-\[1000px\]{min-height:1000px}.md\:min-h-\[230px\]{min-height:230px}.md\:min-h-\[650px\]{min-height:650px}.md\:min-h-screen{min-height:100vh}.md\:w-1\/2{width:50%}.md\:w-\[320px\]{width:320px}.md\:max-w-\[50\%\]{max-width:50%}.md\:-translate-y-1\/2{--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.md\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:flex-nowrap{flex-wrap:nowrap}.md\:items-center{align-items:center}.md\:justify-end{justify-content:flex-end}.md\:justify-center{justify-content:center}.md\:justify-between{justify-content:space-between}.md\:gap-0{gap:0}.md\:gap-10{gap:2.5rem}.md\:gap-12{gap:3rem}.md\:gap-16{gap:4rem}.md\:gap-8{gap:2rem}.md\:rounded-full{border-radius:9999px}.md\:p-16{padding:4rem}.md\:px-\[30px\]{padding-left:30px;padding-right:30px}.md\:py-16{padding-top:4rem;padding-bottom:4rem}.md\:pb-\[100px\]{padding-bottom:100px}.md\:pl-3{padding-left:.75rem}.md\:pt-20{padding-top:5rem}.md\:pt-8{padding-top:2rem}.md\:text-center{text-align:center}.md\:\!text-\[80px\]{font-size:80px!important}.md\:text-5xl{font-size:3rem;line-height:1}.group\/hover_link:hover .md\:group-hover\/hover_link\:visible{visibility:visible}.group\/hover_link:hover .md\:group-hover\/hover_link\:opacity-100{opacity:1}}@media (min-width:980px){.rg\:absolute{position:absolute}.rg\:left-0{left:0}.rg\:right-0{right:0}.rg\:top-0{top:0}.rg\:my-0{margin-top:0;margin-bottom:0}.rg\:mb-20{margin-bottom:5rem}.rg\:ml-auto{margin-left:auto}.rg\:h-\[450px\]{height:450px}.rg\:h-full{height:100%}.rg\:w-1\/2{width:50%}.rg\:w-\[450px\]{width:450px}.rg\:w-\[50\%\]{width:50%}.rg\:max-w-\[50\%\]{max-width:50%}.rg\:max-w-\[520px\]{max-width:520px}.rg\:flex-row{flex-direction:row}.rg\:gap-5{gap:1.25rem}.rg\:pl-5{padding-left:1.25rem}.rg\:pt-0{padding-top:0}}@media (min-width:1024px){.lg\:absolute{position:absolute}.lg\:right-0{right:0}.lg\:top-0{top:0}.lg\:col-span-1{grid-column:span 1/span 1}.lg\:col-span-12{grid-column:span 12/span 12}.lg\:col-span-3{grid-column:span 3/span 3}.lg\:col-span-4{grid-column:span 4/span 4}.lg\:col-span-6{grid-column:span 6/span 6}.lg\:col-span-7{grid-column:span 7/span 7}.lg\:col-span-8{grid-column:span 8/span 8}.lg\:col-span-9{grid-column:span 9/span 9}.lg\:\!mb-10{margin-bottom:2.5rem!important}.lg\:mb-12{margin-bottom:3rem}.lg\:mb-16{margin-bottom:4rem}.lg\:mb-20{margin-bottom:5rem}.lg\:mt-10{margin-top:2.5rem}.lg\:mt-14{margin-top:3.5rem}.lg\:block{display:block}.lg\:grid{display:grid}.lg\:hidden{display:none}.lg\:h-\[140px\]{height:140px}.lg\:h-\[170px\]{height:170px}.lg\:h-full{height:100%}.lg\:h-screen{height:100vh}.lg\:\!max-h-full{max-height:100%!important}.lg\:min-h-\[100vh\]{min-height:100vh}.lg\:min-h-\[460px\]{min-height:460px}.lg\:min-h-\[550px\]{min-height:550px}.lg\:min-h-screen{min-height:100vh}.lg\:w-1\/2{width:50%}.lg\:w-3\/4{width:75%}.lg\:w-\[140px\]{width:140px}.lg\:w-\[45\%\]{width:45%}.lg\:w-full{width:100%}.lg\:max-w-\[240px\]{max-width:240px}.lg\:max-w-\[40\%\]{max-width:40%}.lg\:max-w-\[48rem\]{max-width:48rem}.lg\:max-w-\[70\%\]{max-width:70%}.lg\:max-w-full{max-width:100%}.lg\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-\[1fr_48rem_1fr\]{grid-template-columns:1fr 48rem 1fr}.lg\:grid-cols-subgrid{grid-template-columns:subgrid}.lg\:grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:flex-col{flex-direction:column}.lg\:items-end{align-items:flex-end}.lg\:items-center{align-items:center}.lg\:justify-end{justify-content:flex-end}.lg\:justify-center{justify-content:center}.lg\:gap-10{gap:2.5rem}.lg\:gap-14{gap:3.5rem}.lg\:gap-20{gap:5rem}.lg\:gap-8{gap:2rem}.lg\:gap-\[50px\]{gap:50px}.lg\:gap-x-28{-moz-column-gap:7rem;column-gap:7rem}.lg\:gap-y-14{row-gap:3.5rem}.lg\:rounded-bl-\[64px\]{border-bottom-left-radius:64px}.lg\:rounded-br-\[64px\]{border-bottom-right-radius:64px}.lg\:rounded-tl-\[32px\]{border-top-left-radius:32px}.lg\:border-r{border-right-width:1px}.lg\:border-t{border-top-width:1px}.lg\:border-\[\#CCB9AC\]{--tw-border-opacity:1;border-color:rgb(204 185 172/var(--tw-border-opacity,1))}.lg\:\!object-cover{-o-object-fit:cover!important;object-fit:cover!important}.lg\:object-cover{-o-object-fit:cover;object-fit:cover}.lg\:p-6{padding:1.5rem}.lg\:px-10{padding-left:2.5rem;padding-right:2.5rem}.lg\:py-16{padding-top:4rem;padding-bottom:4rem}.lg\:py-24{padding-top:6rem;padding-bottom:6rem}.lg\:py-\[50px\]{padding-top:50px;padding-bottom:50px}.lg\:py-\[60px\]{padding-top:60px;padding-bottom:60px}.lg\:\!pb-24{padding-bottom:6rem!important}.lg\:pb-20{padding-bottom:5rem}.lg\:pb-\[80px\]{padding-bottom:80px}.lg\:pl-20{padding-left:5rem}.lg\:pr-10{padding-right:2.5rem}.lg\:pr-16{padding-right:4rem}.lg\:pt-\[100px\]{padding-top:100px}.lg\:text-6xl{font-size:3.75rem;line-height:1}}@media (min-width:1280px){.xl\:col-span-3{grid-column:span 3/span 3}.xl\:col-span-5{grid-column:span 5/span 5}.xl\:col-start-8{grid-column-start:8}.xl\:col-end-12{grid-column-end:12}.xl\:mt-12{margin-top:3rem}.xl\:grid{display:grid}.xl\:max-h-\[850px\]{max-height:850px}.xl\:min-h-\[440px\]{min-height:440px}.xl\:min-h-\[480px\]{min-height:480px}.xl\:min-h-\[530px\]{min-height:530px}.xl\:min-h-screen{min-height:100vh}.xl\:max-w-\[50\%\]{max-width:50%}.xl\:max-w-\[75\%\]{max-width:75%}.xl\:max-w-\[80\%\]{max-width:80%}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:gap-10{gap:2.5rem}.xl\:gap-16{gap:4rem}.xl\:gap-24{gap:6rem}.xl\:gap-\[10px\]{gap:10px}.xl\:gap-\[80px\]{gap:80px}.xl\:px-0{padding-left:0;padding-right:0}.xl\:px-20{padding-left:5rem;padding-right:5rem}.xl\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.xl\:pb-20{padding-bottom:5rem}.xl\:pl-10{padding-left:2.5rem}}@media (min-width:1366px){.\32 xl\:-mx-16{margin-left:-4rem;margin-right:-4rem}.\32 xl\:min-h-\[550px\]{min-height:550px}}@media (min-width:1460px){.\33 xl\:h-\[600px\]{height:600px}.\33 xl\:w-\[600px\]{width:600px}}.\[\&\>span\]\:line-clamp-1>span{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}
