<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root{--omnibox-button-height:32px;--omnibox-input-height:64px}.agents-omnibox{position:relative;width:100%}.agents-omnibox ::-webkit-scrollbar{width:7px;-webkit-appearance:none}.agents-omnibox ::-webkit-scrollbar-thumb{border-radius:4px;background-color:#8d8d8d;background-color:var(--cx-color-grey70);box-shadow:0 0 1px hsla(0,0%,100%,.5)}.agents-omnibox{scrollbar-width:thin;scrollbar-color:#8d8d8d #f4f4f4;scrollbar-color:var(--cx-color-grey70) var(--cx-color-grey20)}.agents-omnibox:before{content:"";display:block;position:absolute;top:32px;top:var(--omnibox-button-height);bottom:0;width:inherit;box-shadow:0 1px 20px rgba(0,0,0,.5);pointer-events:none;z-index:-1}.omnibox-wrapper{align-items:center;background-color:#fff;background-color:var(--cx-color-background);z-index:200;z-index:var(--cx-zIndex-2);box-shadow:none}.omnibox-inputContainer{display:flex;align-items:center;padding:8px;padding:var(--cx-horizontalPadding--md);flex:1;height:64px;height:var(--omnibox-input-height);border-top-right-radius:0;border-bottom-right-radius:0;overflow:hidden}.omnibox-inputContainer:focus-within{box-shadow:0 0 3px 2px #628eff}.omnibox-icon{flex-shrink:0;width:24px;height:24px;margin-left:8px;margin-right:8px}[aria-expanded=true] .omnibox-inputContainer{border-bottom:1px solid transparent}.omnibox-input{border:none;height:100%;border-radius:0;text-overflow:ellipsis}.omnibox-inlineSearchIcon{width:24px;height:24px}.omnibox-clearButton{display:block;padding:8px}.omnibox-optionsContainer{z-index:300;z-index:var(--cx-zIndex-3)}@media (min-width:648px){.omnibox-optionsContainer{position:absolute}}.omnibox-options{position:absolute;border:1px solid #dadada;border:var(--cx-borderWidth) solid var(--cx-color-border);border-top:none;z-index:300;z-index:var(--cx-zIndex-3);overflow-y:scroll}.omnibox-options .uc-typeahead-headerIllustration{width:24px;height:24px}.omnibox-options--no-results{position:absolute;border:1px solid #dadada;border:var(--cx-borderWidth) solid var(--cx-color-border);border-top:none;z-index:300;z-index:var(--cx-zIndex-3)}.omnibox-options--no-results .uc-typeahead-headerIllustration{width:24px;height:24px}.omnibox-optionsHeader{display:flex;align-items:center;padding:12px 16px}.omnibox-optionsHeader--no-results{padding-bottom:8px;padding-left:16px}.omnibox-optionsHeader--no-results[disabled]{color:#6c6c6c;color:var(--cx-color-grey80)}.omnibox-optionsTitle{margin-left:16px;line-height:24px}.omnibox-optionTitle{font-size:16px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.omnibox-optionSubtitle{font-size:14px;font-size:var(--cx-font-sizeSm);line-height:1.3;line-height:var(--cx-font-lineHeightCompact)}.omnibox-optionWrapper{display:flex;align-items:center;padding:0 16px 0 40px;color:#171717;color:var(--cx-color-text);text-decoration:none}.omnibox-optionWrapper:hover{color:#0064e5;color:var(--cx-color-interactive)}.omnibox-optionWrapper:active{color:#0064e5;color:var(--cx-color-linkActive)}.omnibox-optionDetails{width:100%;margin-left:12px}.omnibox-modalContainer{display:flex;justify-content:center;z-index:1100}.omnibox-modal{width:576px;width:var(--cx-modal-width--lg);max-height:704px;max-height:var(--cx-modal-maxHeight--lg);text-align:left}.omnibox-modal ul{padding:5px 0 0}.omnibox-modal li{margin:5px 0 10px;list-style:none}.omnibox-modal a{color:#171717;color:var(--cx-color-text)}.omnibox-modal a:hover{color:#0064e5;color:var(--cx-color-interactive)}.omnibox-modalHeader .cx-modal-closeIcon{flex-shrink:0}.omnibox-modalSuggestLink{text-decoration:underline}.omnibox-modalSuggestLink--no-result{text-decoration:underline;font-weight:600;font-weight:var(--cx-font-weightSemiBold)}@media (min-width:648px){.omnibox-options{max-height:50vh}}@media (max-width:647px){.omnibox-modal{width:100vw;height:100vh;max-height:100vh;box-shadow:none;z-index:2100}.omnibox-wrapper[aria-expanded=true]{position:fixed;top:0;left:0;width:100vw;z-index:1000;z-index:var(--cx-zIndex-10)}.omnibox-wrapper[aria-expanded=true] .omnibox-inputContainer{padding:12px;border:none;border-bottom:1px solid #dadada;border-bottom:var(--cx-borderWidth) solid var(--cx-color-border)}.omnibox-wrapper[aria-expanded=true] .omnibox-input{padding-left:12px}.omnibox-wrapper[aria-expanded=true] .cx-icon{fill:#0064e5;fill:var(--cx-color-interactive)}.omnibox-options{border:none;height:calc(100vh - 64px);height:calc(100vh - var(--omnibox-input-height))}.omnibox-options:empty{display:block}.omnibox-options--no-results{height:calc(100vh - 64px);height:calc(100vh - var(--omnibox-input-height))}.omnibox-optionsTitle{font-size:16px}}:root{--agentCard-maxWidth:272px}.agents-findAnAgent{display:grid;justify-content:space-between;margin:0 auto 16px;margin:0 auto var(--cx-spacing-2x);grid-template-columns:repeat(auto-fill,272px);grid-template-columns:repeat(auto-fill,var(--agentCard-maxWidth));grid-gap:24px}.agentCard{border:1px solid #dadada;border:var(--cx-borderWidth) solid var(--cx-color-border);background-color:#fff;background-color:var(--cx-color-background)}.agentCard-imageWrapper{display:block;position:relative}.agentCard-image{display:block;width:100%;max-height:270px;-o-object-fit:contain;object-fit:contain}.agentCard-contact{display:flex;flex-direction:column;padding:0 16px 16px;padding:0 var(--cx-spacing-2x) var(--cx-spacing-2x)}.agentCard-name{padding:16px 16px 0;padding:var(--cx-spacing-2x) var(--cx-spacing-2x) 0}.agentCard-name,.agentCard-title{color:#171717;color:var(--cx-color-textTitle)}.agentCard-title{padding:0 16px;padding:0 var(--cx-spacing-2x)}.agentCard-email{color:#171717;color:var(--cx-color-text);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.agentCard-phone{color:#6c6c6c;color:var(--cx-color-textSubtle)}.searchResults-header{display:flex;justify-content:space-between;align-items:center}.searchResults-count{margin:0}.searchResults-pagination{margin:8px auto;margin:var(--cx-spacing-1x) auto}.searchResults+.searchResults-pagination{margin-top:-8px;margin-top:calc(var(--cx-spacing-1x)*-1)}.searchResults-breadcrumbs{margin:0 auto}.geoResults-breadcrumbs{margin-bottom:16px;margin-bottom:var(--cx-spacing-2x)}.lazyload,.lazyloading{opacity:0}.lazyloaded{display:inline-block;opacity:1;transition:opacity .3s}img.lazyload:not([src]){visibility:hidden}.u-alignCenterLeft{margin:28px auto}@media (max-width:1535px) and (min-width:1280px){.agent-cards{grid-template-columns:repeat(4,minmax(calc(25% - 24px),272px));grid-template-columns:repeat(4,minmax(calc(25% - var(--cx-spacing-gutter)),var(--agentCard-maxWidth)))}}@media (max-width:1535px){.agentCard-image{-o-object-fit:cover;object-fit:cover}}@media (max-width:1023px) and (min-width:768px){.agent-cards{grid-template-columns:repeat(3,minmax(calc(33% - 24px),272px));grid-template-columns:repeat(3,minmax(calc(33% - var(--cx-spacing-gutter)),var(--agentCard-maxWidth)))}}@media (max-width:511px){.searchResults-header{flex-direction:column;align-items:flex-start}.searchResults-header .cx-selectField-wrapper{width:100%;margin-top:16px;margin-top:var(--cx-spacing-2x)}.u-alignCenterLeft{max-width:272px;max-width:var(--agentCard-maxWidth)}.agent-cards{justify-content:center}}.updateImageModal .cx-react-modal-dialog{max-height:-webkit-fit-content;max-height:-moz-fit-content;max-height:fit-content}.uploadModal-body{display:flex;justify-content:left;align-items:center;min-height:60px}.uploadModal-headerTextContainer{display:flex;flex-direction:column}.uploadModal-headerTitle{font-size:20px;font-size:var(--cx-font-sizeXl)}.uploadModal-headerSubtitle{color:#6c6c6c;color:var(--cx-color-textTitleSubtle);font-weight:400;font-weight:var(--cx-font-weightRegular)}.updateProfileButton{color:#0064e5;color:var(--cx-color-actionable)}.profileImage-fileInput{display:none}.profileImage-fileInputLabel{display:inline-block;border:1px solid #0064e5;border:1px solid var(--cx-color-actionable);padding:6px 12px;cursor:pointer;background-color:#0064e5;background-color:var(--cx-color-actionable);color:#fff;color:var(--cx-color-onDarkText);border-radius:2px;border-radius:var(--cx-borderRadius)}.cropperModal-body{overflow-y:visible}.cropperWrapper{position:relative;height:240px}.cropControls{display:flex;justify-content:center;padding:8px;padding:var(--cx-spacing-1x);margin-top:10px}.cropControls-zoomInButton{margin-left:8px;margin-left:var(--cx-spacing-1x);touch-action:manipulation}.cropControls-zoomOutButton{margin-right:8px;margin-right:var(--cx-spacing-1x);touch-action:manipulation}.sliderWrapper{width:200px;overflow:visible}.cx-toast--absolute{top:24px;top:var(--cx-spacing-3x)}.cx-toast.is-hidden{transform:translateY(-10%)}.profile-container{margin:0 auto;padding:8px 0;padding:var(--cx-spacing-1x) 0}.profile-card{display:grid;margin:0 8px;margin:0 var(--cx-spacing-1x);grid-gap:8px;grid-gap:var(--cx-spacing-1x);grid-template-columns:40% 60%;grid-template-rows:1fr;grid-template-areas:"image card"}.profile-bottom-block .profileCard-profileButton{width:auto}.profileCard-agentConnectionAddButton{margin:16px 24px 0;margin:var(--cx-spacing-2x) var(--cx-spacing-3x) 0;width:100%;min-width:160px}.profileCard-popMenu{position:absolute;top:40px;top:calc(var(--cx-spacing-1x)*5);left:0}.profileCard-phoneIconButton{margin-right:8px;margin-right:var(--cx-spacing-1x)}.profileCard-phoneMenuWrapper{position:relative}.profileCard-myAgentTagContent{display:inline-block;padding:3px 8px;padding:3px var(--cx-spacing-1x);line-height:normal;margin-bottom:2px;border-radius:2px;border-radius:var(--cx-borderRadius);text-transform:uppercase;color:#000;color:var(--cx-color-black);background-color:#dadada;background-color:var(--cx-color-grey40);letter-spacing:.6px;font-size:12px;font-size:var(--cx-font-sizeCaption1);font-weight:700;font-weight:var(--cx-font-weightBold);white-space:nowrap}.profileCard-connectionValueProp{margin:0;padding-top:16px;padding-top:var(--cx-spacing-2x);color:#6c6c6c;color:var(--cx-color-textSubtle);font-size:14px;font-size:var(--cx-font-sizeSm)}@media (max-width:767px){.profileCard-connectionValueProp{text-align:center}}.profileCard-actionSection{display:flex;justify-content:space-between;padding-top:8px;padding-top:var(--cx-spacing-1x)}.profileCard-actionSection button{height:40px}.profileCard-contactInfoSectionDesktop{display:block}.profileCard-contactInfoSectionMobile{display:none}.profileCard-contactIconLink{fill:#0064e5;fill:var(--cx-color-blue80)}.profileCard-contactIconWrapper{display:flex}.profileCard-profileButton{width:100%;margin-top:auto}.profileCard-manageConnectionButtonWrapper{min-width:182px;margin-top:auto;margin-left:24px;margin-left:var(--cx-spacing-3x)}.profileCard-image{margin:30px 0 45px;grid-area:image}.profileCard-image .profile-image{width:250px;height:250px}.profileImage-container{display:flex;flex-direction:column;align-items:flex-end;max-width:250px}.profileImage-container .updateProfileButton{margin-top:16px;margin-top:var(--cx-spacing-2x)}@media (max-width:767px){.profileCard-agentConnectionAddButton{margin-left:0;margin-right:0}}.profileCard-info{display:flex;flex-direction:column;align-items:flex-start;margin:15px 5px 35px 0;padding:15px;grid-area:card}.profileCard-info .profileCard-name{margin:0;padding:5px 0 25px;line-height:1em;font-size:40px}.profileCard-info .profileCard-email,.profileCard-info .profileCard-name{color:#171717;color:var(--cx-color-textStrong)}.profileCard-info .phoneCard{padding-top:20px}.profileCard-info .mobile-link{padding-bottom:10px;color:#6c6c6c;color:var(--cx-color-textSubtle)}.profile-experience-about{display:grid;margin:0 auto;padding:8px;padding:var(--cx-spacing-1x) var(--cx-spacing-1x);grid-gap:8px;grid-gap:var(--cx-spacing-1x);grid-template-columns:40% 60%;grid-template-rows:1fr;grid-template-areas:"experience about"}.profile-experience-about img{max-width:100%;vertical-align:middle}.profile-experience{position:relative;grid-area:experience}.profile-experience .add-section-button{position:absolute;top:-2rem;right:0}.cx-react-modal.is-open.add-section-modal .cx-react-modal-dialog{padding:0;max-height:none}.cx-react-modal.is-open.add-section-modal .cx-react-modal-dialog .cx-react-modal-header.experience-modal_header{padding:32px;padding:var(--cx-spacing-4x);padding-bottom:0}.cx-react-modal.is-open.add-section-modal .cx-react-modal-dialog .cx-react-modal-body.experience-modal_body{padding:32px;padding:var(--cx-spacing-4x);padding-top:16px;padding-top:var(--cx-spacing-2x);padding-bottom:8px;padding-bottom:var(--cx-spacing-1x);background-color:#e8e8e8;background-color:var(--cx-color-grey30)}.cx-react-modal.is-open.add-section-modal .cx-react-modal-dialog .cx-react-modal-body.experience-modal_body .experience-card{padding:16px;padding:var(--cx-spacing-2x);margin-bottom:8px;margin-bottom:var(--cx-spacing-1x);font-size:14px;font-size:var(--cx-font-sizeBody2)}.cx-react-modal.is-open.add-section-modal .cx-react-modal-dialog .cx-react-modal-body.experience-modal_body .experience-card div{color:#0064e5;color:var(--cx-color-interactive);font-weight:500;font-weight:var(--cx-font-weightMedium)}.cx-react-modal.is-open.add-section-modal .cx-react-modal-dialog .cx-react-modal-body.experience-modal_body .experience-card p{margin:0;color:#6c6c6c;color:var(--cx-color-textSubtle)}.cx-react-modal.is-open.add-section-modal .cx-react-modal-dialog .cx-react-modal-footer.experience-modal_footer{padding:32px;padding:var(--cx-spacing-4x);padding-bottom:16px;padding-bottom:var(--cx-spacing-2x);padding-top:0}.cx-react-modal.is-open.experience-edit-modal .cx-react-modal-dialog{align-items:flex-start;max-height:none;padding-top:16px;padding-top:var(--cx-spacing-2x)}.cx-react-modal.is-open.experience-edit-modal .cx-react-modal-dialog .cx-react-modal-header.experience-edit-modal_header{display:flex;flex-direction:column}.cx-react-modal.is-open.experience-edit-modal .cx-react-modal-dialog .cx-react-modal-header.experience-edit-modal_header .edit-button{align-self:baseline;color:#000;color:var(--cx-color-black)}.cx-react-modal.is-open.experience-edit-modal .cx-react-modal-dialog .cx-react-modal-header.experience-edit-modal_header .edit-button .edit-button-icon{transform:translateY(3px)}.cx-react-modal.is-open.experience-edit-modal .cx-react-modal-dialog .cx-react-modal-header.experience-edit-modal_header .edit-button .edit-button-back{display:inline-block;padding-bottom:8px;padding-bottom:var(--cx-spacing-1x)}.cx-react-modal.is-open.experience-edit-modal .cx-react-modal-dialog .cx-react-modal-body.experience-edit-modal_body{width:100%;height:300px}.cx-react-modal.is-open.experience-edit-modal .cx-react-modal-dialog .cx-react-modal-footer.experience-edit-modal_footer{width:100%}.experiences-empty{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:2px;border:2px dashed #c9c9c9;border:2px dashed var(--cx-color-grey50);padding:16px;padding:var(--cx-spacing-2x);text-align:center}.experiences-empty .tilte-copy{max-width:70%;padding-top:8px;padding-top:var(--cx-spacing-1x);padding-bottom:8px;padding-bottom:var(--cx-spacing-1x)}.profile-about{grid-area:about;overflow:auto}.profile-about iframe{width:100%;max-width:560px}.profile-about-headline-editable{padding-left:16px;padding-left:var(--cx-spacing-2x)}.profile-about-headline,.profile-about-headline-editable{margin-bottom:16px;margin-bottom:var(--cx-spacing-2x);padding-bottom:8px;padding-bottom:var(--cx-spacing-1x)}.profile-experience{margin-top:32px;margin-top:var(--cx-spacing-4x)}.aboutAgent-wrapper{margin:0 16px 50px;margin:0 var(--cx-spacing-2x) 50px var(--cx-spacing-2x)}.profile-about-only{display:grid;margin:0 auto;padding:15px 15px 0;grid-template-columns:1fr;grid-template-rows:1fr;grid-template-areas:"about"}.profile-about-only .aboutAgent-wrapper{margin:0 0 50px}.profile-about-only img{max-width:100%;vertical-align:middle}.profile-body{font-size:16px;font-size:var(--cx-font-sizeBody1);line-height:1.5;line-height:var(--cx-font-lineHeightBody);font-weight:400;font-weight:var(--cx-font-weightRegular)}.profile-body&gt;div{overflow-wrap:break-word}.profile-body iframe{border:0}.profile-testimonial{border:1px solid #c9c9c9;border:1px solid var(--cx-color-grey50);padding:10px;width:325px;height:375px;overflow:auto}.profile-bottom-block{display:flex;flex-direction:column;align-items:center;padding:16px calc(50% - 600px);padding:var(--cx-spacing-2x) calc(50% - 600px);box-shadow:inset 0 -60px 170px #fff;box-shadow:inset 0 -60px 170px var(--cx-color-white)}.profile-section-spotlights{display:flex;background-color:#f4f4f4;background-color:var(--cx-color-backgroundAccent);text-decoration:inherit}.profile-section-spotlights .profile-container{padding:15px}.profile-section-spotlights .spotlight-edit-controls{width:100%}.profile-section-spotlights .container-spotlight-edit{margin:8px 0;margin:var(--cx-spacing-1x) 0 var(--cx-spacing-1x) 0;text-align:center}.profile-section-spotlights .container-spotlight-edit-button:not(:last-child){margin-right:8px;margin-right:var(--cx-spacing-1x)}.profile-section-spotlights .container-spotlight-edit-main-button{margin:0}.profile-section-spotlights .spotlight-card-edit{text-align:right;grid-column:2}.profile-section-spotlights .spotlight-card-edit-button:first-child{margin-right:8px;margin-right:var(--cx-spacing-1x)}.profile-section-spotlights .add-spotlight{text-align:center}.profile-section-spotlights .add-spotlight-button{margin:8px 0;margin:var(--cx-spacing-1x) 0 var(--cx-spacing-1x) 0}.profile-section-spotlights .spotlight-dnd{margin:0;padding:0}.profile-section-spotlights .spotlight-dnd .dnd-cursor{width:100%;cursor:move;list-style-type:none}.profile-section-spotlights .spotlight-card-edit-body{display:flex;flex-direction:column}.profile-section-spotlights .spotlight-card-edit-fields{align-items:center;padding:0 0 8px;padding:0 0 var(--cx-spacing-1x) 0;flex-basis:50%}.profile-section-spotlights .spotlight-card-edit-fields-textfield{width:100%}.profile-section-spotlights .spotlight-card-edit-fields-textarea{border:1px solid #dadada;border:var(--cx-spacing-borderWidth) solid var(--cx-color-border);border-radius:2px;border-radius:var(--cx-spacing-borderRadius)}.profile-section-spotlights .cx-react-modal-dialog{width:75%}.profile-section-spotlights .cx-formElement-label{font-weight:700;font-weight:var(--cx-font-weightBold)}.profile-section-spotlights .modal-spotlight-image-section-wrapper-empty{justify-content:center}.profile-section-spotlights .modal-spotlight-image-section-wrapper{display:flex}.profile-section-spotlights .modal-spotlight-image-section-wrapper .drag-active{background-color:#e8e8e8;background-color:var(--cx-color-grey30)}.profile-section-spotlights .modal-spotlight-image-section-wrapper .modal-spotlight-image-uploader{display:flex;justify-content:center;align-items:center;padding:8px;padding:var(--cx-spacing-1x);flex-basis:50%}.profile-section-spotlights .modal-spotlight-image-section-wrapper .modal-spotlight-image-uploader p{border:1px dashed #c9c9c9;border:1px dashed var(--cx-color-grey50);padding:16px 8px;padding:var(--cx-spacing-2x) var(--cx-spacing-1x) var(--cx-spacing-2x);background-color:#f4f4f4;background-color:var(--cx-color-grey20)}.profile-section-spotlights .modal-spotlight-image-section-wrapper .modal-spotlight-image-uploader p:hover{cursor:pointer}.profile-section-spotlights .modal-spotlight-image-section-wrapper .modal-spotlight-image{width:100%;min-width:256px;min-width:calc(var(--cx-spacing-8x)*4);max-height:256px;max-height:calc(var(--cx-spacing-8x)*4);-o-object-fit:cover;object-fit:cover}.profile-section-spotlights .modal-spotlight-image-section-wrapper .modal-spotlight-image-clear{position:absolute;top:8px;top:var(--cx-spacing-1x);right:8px;right:var(--cx-spacing-1x)}.profile-section-spotlights .modal-spotlight-image-section-wrapper .modal-spotlight-image-wrapper{position:relative;flex-basis:50%}.profile-section-spotlights .modal-spotlight-image-fields{display:flex}.profile-section-spotlights .modal-spotlight-image-fields .modal-spotlight-image-textfield{flex-basis:50%}.profile-section-spotlights .modal-spotlight-image-fields .modal-spotlight-image-textfield:first-child{margin-right:8px;margin-right:var(--cx-spacing-1x)}.profile-section-spotlights .modal-spotlight-image-fields .modal-spotlight-image-textfield-poptip{vertical-align:sub}.profile-spotlight{display:grid;margin:15px 0;border-top:2px solid #000;border-top:2px solid var(--cx-color-black);background-color:#fff;background-color:var(--cx-color-background);grid-template-columns:66.6667% 33.3333%}.profile-spotlight h3,.profile-spotlight p{word-break:break-word}.profile-spotlight-description{padding:15px 15px 30px}.profile-spotlight-description .profile-spotlight-description-content{margin:16px 0;margin:var(--cx-spacing-2x) 0 var(--cx-spacing-2x)}.profile-spotlightTitle{margin:auto;font-size:42px;font-size:var(--cx-font-sizeTitle2);line-height:1.2em}.profile-spotlight-imageBlock{height:350px;background-color:#8d8d8d;background-color:var(--cx-color-grey70);background-position:50%}.profile-spotlight-imageBlock a{height:100%}.profile-spotlight-imageBlock a .editing:hover{cursor:move}.profile-spotlight-imageBlock .profile-spotlight-image{width:100%;height:100%;-o-object-position:center top;object-position:center top;-o-object-fit:cover;object-fit:cover}.profile-spotlight-imageBlock .profile-spotlight-image .editing:hover{cursor:move}.profile-section-header{margin:0;padding:50px 0;background-color:#e8e8e8;background-color:var(--cx-color-grey30);font-size:42px;font-size:var(--cx-font-size5xl);font-style:normal;text-align:center}.closedDeals-container,.profile-section-header.opty_automated_closed_deals{background-color:#fff;background-color:var(--cx-color-white)}.cx-react-modal-dialog .closedDeals-container.opty_automated_closed_deals{max-height:420px;overflow:scroll}.closedDealsBanner-container{padding:0 16px;padding:0 var(--cx-spacing-2x);background-color:#fff;background-color:var(--cx-color-white)}.closedDeals-sectionHeader{margin:0;font-size:32px;font-size:var(--cx-font-sizeHeader2);text-align:center}.closedDeals-sectionHeader.opty_automated_closed_deals{padding:24px;padding:var(--cx-spacing-3x);margin-top:32px}.closedDeals-label,.closedDeals-sectionHeader.opty_automated_closed_deals{background-color:#fff;background-color:var(--cx-color-white)}.closedDeals-label.opty_automated_closed_deals{padding:24px 16px;padding:var(--cx-spacing-3x) var(--cx-spacing-2x);font-family:Compass Sans,Helvetica,Arial,sans-serif;font-family:var(--cx-font-familySans);font-size:20px;font-weight:700;font-weight:var(--cx-font-weightBold)}.closedDeals-card{width:inherit}.closedDeals-pagination,.closedDeals-tabs{background-color:#fff;background-color:var(--cx-color-white)}.closedDeals-card{display:flex;flex-direction:column}.closedDealsCard-ButtonContainer{padding-top:8px;padding-top:var(--cx-spacing-1x)}.profile-recent-transactions-label{margin:15px auto 0;padding:0 24px}.profile-active-listings,.profile-recent-transactions{display:grid;margin:0 auto;grid-template-columns:repeat(3,1fr);grid-gap:24px}.profile-active-listings{padding:32px 16px;padding:var(--cx-spacing-4x) var(--cx-spacing-2x)}.profile-recent-transactions{padding:16px 32px;padding:var(--cx-spacing-2x) var(--cx-spacing-4x)}.profile-recent-transactions.opty_automated_closed_deals{padding:16px;padding:var(--cx-spacing-2x)}.activeListings-locations{position:relative;padding:0 24px;margin-top:16px;margin-top:var(--cx-spacing-2x)}.activeListings-locations .cx-pillSelection{margin-right:12px}.activeListings-select{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;opacity:0;z-index:1;font-size:17px}.profile-recent-transactions:empty{padding:0}.profile-recent-transactions--paginated{padding-bottom:12px}.profile-section{background-color:#fff;background-color:var(--cx-color-white)}.profile-section nav{margin:0 auto;padding:0 24px}.profile-section ul[role=tablist]{display:flex;padding:0}.profile-section li[role=tab]{margin-right:30px;cursor:pointer;list-style:none;font-size:24px;font-size:var(--cx-font-size2xl);line-height:1.4em}.profile-section li[role=tab] button{border:0;padding:0;background:none;color:inherit;text-decoration:inherit;cursor:pointer}.profile-section li[aria-selected=true]{color:inherit;text-decoration:underline}.profile-section li[aria-selected=false]{color:#adadad;color:var(--cx-color-grey60);text-decoration:inherit}.profile-sections-team-members{border-top:1px solid #e8e8e8;border-top:1px solid var(--cx-color-grey30)}.profile-sections-team-members h2{margin:0;padding:100px 0 10px;font-size:42px;font-size:var(--cx-font-size5xl);font-weight:500;font-weight:var(--cx-font-weightMedium);font-style:normal;text-align:center}.profile-sections-team-members .team-members-cards{display:grid;margin:0 auto;padding:0 24px 100px;grid-template-columns:1fr 1fr;grid-gap:24px}.profile-sections-team-members .team-members-cards-single{display:block;margin:0 auto;padding:0 48px 100px;max-width:666px}.profile-sections-team-members .team-member-card{display:grid;border:1px solid var(--uc-listingCard-borderColor);grid-template-columns:170px 1fr;grid-template-rows:repeat(2,96px);grid-template-areas:"image name" "image phone";background-color:#fff;background-color:var(--cx-color-background);font-style:normal}.profile-sections-team-members .team-member-card-img{grid-area:image}.profile-sections-team-members img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.profile-sections-team-members .team-member-card-name{padding:1em 10%;grid-area:name}.profile-sections-team-members .team-member-card-name-link{color:inherit}.profile-sections-team-members .team-member-card-phone{display:flex;flex-direction:column;grid-area:phone}.profile-sections-team-members .team-member-card-phone-text{padding:0 10% 24px;color:#6c6c6c;color:var(--cx-color-textSubtle)}.profile-sections-team-members{box-shadow:inset 0 -200px 170px #fff;box-shadow:inset 0 -200px 170px var(--cx-color-white)}.profile-body [src="https://i.imgur.com/GhujK0a.png"],.profile-body [src="https://i.imgur.com/ib9XenY.png"],.profile-body [src="https://i.imgur.com/ihCr7hc.png"],.profile-body [src="https://i.imgur.com/RXM9o2W.png"],.profile-body [src="https://i.imgur.com/X2WQ9W5.png"],.profile-body [src="https://i.imgur.com/x3NqjsS.png"],.profile-body [src="https://imgur.com/N0ImjtU.png"],.profile-body [src="https://imgur.com/oQTJzim.png"]{margin:0 4px;width:40px}.profile-breadcrumbs{margin:0 auto 16px;margin:0 auto var(--cx-spacing-2x)}.hiddenDealsModal-container.cx-react-modal .cx-react-modal-dialog{display:flex;flex-direction:column;justify-content:space-between;padding:0;width:80%;max-width:1200px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-height:-webkit-fit-content;max-height:-moz-fit-content;max-height:fit-content}.hiddenDealsModal-container .cx-react-modal-header{margin:0;padding-left:16px;padding-left:var(--cx-spacing-2x)}.hiddenDealsModal-content{height:inherit}.hiddenDealsModal-content .closedDeals-label.opty_automated_closed_deals{padding:8px;padding:var(--cx-spacing-1x);padding-left:16px;padding-left:var(--cx-spacing-2x)}.hiddenDealsModal-content .profile-recent-transactions{padding:16px;padding:var(--cx-spacing-2x)}.paginatedSection-emptyStateContainer{display:flex;flex-direction:column;align-items:center;padding:24px;padding:var(--cx-spacing-3x)}.paginatedSection-emptyStateContainer .paginatedSection-emptyStateText{margin:0;font-size:28px;font-size:var(--cx-font-sizeHeader3)}.closedDealCard-container-loading{pointer-events:none;opacity:.5}@media (max-width:1023px){.profile-active-listings,.profile-recent-transactions.opty_automated_closed_deals{grid-template-columns:repeat(2,1fr)}.closedDeals-paginatedSection .closedDeals-container{padding-right:16px;padding-right:var(--cx-spacing-2x)}.closedDealsBanner-container{padding:0}}@media (max-width:869px){.closedDeals-container{padding-right:16px;padding-right:var(--cx-spacing-2x)}}@media (max-width:1335px){.cx-react-modal .profile-recent-transactions.opty_automated_closed_deals{grid-template-columns:repeat(2,1fr)}.hiddenDealsModal-content .closedDeals-container{padding-right:200px}}@media (max-width:1150px){.hiddenDealsModal-content .closedDeals-container{padding-right:16px;padding-right:var(--cx-spacing-2x)}}@media (max-width:767px){.profile-about-headline{padding-top:32px;padding-top:var(--cx-spacing-4x)}.cx-react-modal-dialog .profile-recent-transactions.opty_automated_closed_deals,.profile-recent-transactions.opty_automated_closed_deals{grid-template-columns:repeat(1,1fr)}.hiddenDealsModal-container.cx-react-modal .cx-react-modal-dialog{width:100%;height:100%}.hiddenDealsModal-header{margin:0;padding:8px;padding:var(--cx-spacing-1x);font-size:28px;font-size:var(--cx-font-sizeHeader3)}.hiddenDealsModal-container .cx-react-modal-header{margin-bottom:0}.cx-react-modal-header .cx-react-modal-closeButton{padding:8px;padding:var(--cx-spacing-1x)}.hiddenDealsModal-content{height:inherit}.closedDeals-container.opty_automated_closed_deals{padding:16px;padding:var(--cx-spacing-2x)}.cx-react-modal-dialog .closedDeals-container.opty_automated_closed_deals{display:flex;flex-direction:column;padding:8px;padding:var(--cx-spacing-1x);height:calc(100vh - 280px);max-height:none}.closedDeals-label.opty_automated_closed_deals{padding:8px;padding:var(--cx-spacing-1x);padding-left:16px;padding-left:var(--cx-spacing-2x)}}@media (max-width:767px){.profile-card{display:grid;grid-gap:16px;grid-gap:var(--cx-spacing-2x);grid-template-columns:1fr;grid-template-areas:"image" "card"}.phoneCard{padding:20px 0}.closedDeals-sectionHeader,.profile-section-header{word-break:break-word}.profileCard-actionSection{flex-direction:column;align-items:center;width:100%;padding-top:0}.profileCard-contactInfoSectionDesktop{display:none}.profileCard-contactInfoSectionMobile{display:flex;margin-top:8px;margin-top:var(--cx-spacing-1x);margin-bottom:24px;margin-bottom:var(--cx-spacing-3x)}.profileCard-manageConnectionButton{width:100%}.profileCard-manageConnectionButtonWrapper{margin:16px 0 0;margin:var(--cx-spacing-2x) 0 0 0;width:100%}.profileCard-image{margin:8px 0;margin:var(--cx-spacing-1x) 0;width:auto;text-align:center}.profileCard-info{align-items:center;margin:0 0 24px;margin:0 0 var(--cx-spacing-3x);padding:0 16px 16px;padding:0 var(--cx-spacing-2x) var(--cx-spacing-2x) var(--cx-spacing-2x);width:100%}.profileCard-info .profileCard-name{padding-bottom:8px;padding-bottom:var(--cx-spacing-1x);font-size:26px;text-align:center}.profile-about-only,.profile-experience-about{display:block;margin:0 24px;margin:0 var(--cx-spacing-3x);padding:0}.profile-experience{padding:0}.profile-about{margin:auto;padding-bottom:60px}.profile-experience+.aboutAgent-wrapper{margin-top:16px;margin-top:var(--cx-spacing-2x)}.profile-spotlight{flex-direction:column}.profile-spotlightTitle{margin:0;font-size:32px;line-height:1.2em}.profile-spotlight-description{width:100%}.profile-spotlight-imageBlock{width:100%;height:350px}.profile-active-listings,.profile-recent-transactions,.profile-sections-team-members .team-members-cards{grid-template-columns:1fr}.aboutAgent-wrapper{margin:0 0 50px}.profile-sections-team-members .team-member-card{width:300px;justify-self:center;grid-template-columns:1fr;grid-template-rows:1fr auto 3em;grid-template-areas:"image" "name" "phone"}.profile-sections-team-members .team-member-card-name{padding:16px 24px;padding:var(--cx-spacing-2x) var(--cx-spacing-3x)}.profileCard-info .mobile-link{color:#0064e5;color:var(--cx-color-link)}.profileImage-container{align-items:center;max-width:100%}}.spotlight-dnd{margin:0;padding:0}.spotlight-dnd .dnd-cursor{width:100%;cursor:move;list-style-type:none}.spotlight-dnd .dnd-cursor :not(button){cursor:move}.locked{overflow:hidden}.editModalFooter-container{display:flex;flex-direction:column;position:relative}.editModalFooter-container .cx-react-banner-content{border:none}.editModalFooter-container .editModalFooter-remove{position:absolute;top:.3rem;left:0;margin:0!important;padding-left:0}.editModalFooter-buttons{display:flex;flex-direction:row;justify-content:flex-end;padding:8px;padding:var(--cx-spacing-1x)}.closedDeals-paginatedSection .cx-react-banner-message{display:flex;justify-content:space-between}.closedDeals-paginatedSection .closedDealsBanner-inputGroup{display:flex;flex-direction:row;justify-content:space-between;align-items:center;min-width:290px}.closedDeals-paginatedSection .closedDeals-card{height:100%;box-shadow:var(--cx-elevation-1dp);border-radius:8px;border-radius:var(--cx-spacing-1x);background:#fff;background:var(--cx-color-background);transition:box-shadow .3s}.closedDeals-paginatedSection .closedDeals-card:has(.cx-react-listingCard--withNavigation):hover{cursor:pointer;box-shadow:var(--cx-elevation-8dp)}.closedDeals-paginatedSection .closeDeals-listingCard,.closedDeals-paginatedSection .closeDeals-listingCard.cx-react-listingCard--isHovering{box-shadow:none}@media (max-width:767px){.closedDeals-paginatedSection .cx-react-banner-message{display:flex;flex-direction:column;align-items:flex-start}.closedDeals-paginatedSection .closedDealsBanner-inputGroup{display:flex;margin:8px 0;margin:var(--cx-spacing-1x) 0}.closedDeals-paginatedSection .closedDealsBanner-actionBtn{margin-left:0}}*{box-sizing:border-box}body{margin:0;--cx-spacing-quarter:2px;--cx-spacing-half:4px}.agents-mainSection a{text-decoration:none}.agents-hero{display:flex;flex-direction:column;align-items:center;position:relative;padding:15vh 0 12vh;background-size:cover;background-position:50%;background-image:url(https://www.compass.com/m/14/301e68d2-396f-4a9d-8cd2-2913cbbba746/origin.jpg);text-align:center}.agents-heroTitle{margin:0 auto 10px;font-size:50px;font-size:var(--cx-font-size6xl)}.agents-heroSubtitle{margin:10px auto}.agents-heroSubtitle,.agents-heroTitle,.agents-omnibox{max-width:770px}.agents-heroFull{padding:0;height:100vh}.agents-heroFull .agents-heroContent{height:100%;grid-template-rows:24vh auto}.agents-heroFull .omnibox-options{position:relative}.agents-heroOverlay{position:absolute;top:0;width:100%;height:100%;background-color:#000;background-color:var(--cx-color-black);opacity:.55}.agents-heroContent{display:grid;justify-content:center;grid-template-areas:"title" "omnibox";grid-row-gap:24px}.agents-heroContent .agents-heroTitle{margin:0 auto 10px;align-self:end;grid-area:title;font-size:36px;font-size:var(--cx-font-size4xl)}.agents-heroContent .agents-omnibox{margin:0 auto;align-self:start;grid-area:omnibox}.agents-heroContent .agents-heroTitle{color:#fff;color:var(--cx-color-onDarkText);z-index:100;z-index:var(--cx-zIndex-1)}.agents-heroContent .agents-omnibox{max-width:600px}.geoLinks{background-color:#000;background-color:var(--cx-color-black)}.geoLinks-header{display:inline;color:#a9afb6;font-size:14px;font-weight:600;font-weight:var(--cx-font-weightSemiBold)}.geoLinks-wrapper{margin:0 auto;padding:64px 24px;max-width:1170px;max-width:var(--cx-fixedPageWidth)}.geoLinks-list{display:inline;padding:0}.geoLinks-list li{display:inline;font-size:14px;font-size:var(--cx-font-sizeSm);text-align:-webkit-match-parent}.geoLinks-list li a{text-decoration:underline;color:#a9afb6;font-weight:400;font-weight:var(--cx-font-weightRegular)}@media screen and (min-width:648px){.agents-heroFull .omnibox-options{max-height:calc(64vh - 64px);max-height:calc(64vh - var(--omnibox-input-height))}}@media screen and (max-width:951px){.agents-heroContent .agents-heroTitle{max-width:85%}.agents-heroContent .agents-omnibox{max-width:80%}}@media screen and (max-width:647px){.agents-heroContent .agents-heroTitle{max-width:95%;font-size:28px;font-size:var(--cx-font-size3xl)}.agents-heroContent .agents-omnibox{max-width:90%}}</pre></body></html>