.flex-col{display:flex;flex-direction:column}.flex-row{display:flex;flex-direction:row}.flex-top{display:flex;align-items:flex-start}.flex-center{display:flex;justify-content:center;align-items:center}.align-start{align-items:flex-start}.align-center{align-items:center}.align-end{align-items:flex-end}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.flex-grow{flex-grow:1}@media only screen and (max-width:767px){.sm-align-start{align-items:flex-start}.sm-align-center{align-items:center}.sm-align-end{align-items:flex-end}.sm-justify-start{justify-content:flex-start}.sm-justify-center{justify-content:center}.sm-justify-end{justify-content:flex-end}}@media only screen and (max-width:1023px){.md-align-start{align-items:flex-start}.md-align-center{align-items:center}.md-align-end{align-items:flex-end}.md-justify-start{justify-content:flex-start}.md-justify-center{justify-content:center}.md-justify-end{justify-content:flex-end}}@media only screen and (max-width:1439px){.lg-align-start{align-items:flex-start}.lg-align-center{align-items:center}.lg-align-end{align-items:flex-end}.lg-justify-start{justify-content:flex-start}.lg-justify-center{justify-content:center}.lg-justify-end{justify-content:flex-end}}.grid{display:grid;grid-template-columns:repeat(12, 1fr);gap:1rem;grid-auto-flow:row dense}.grid.no-gap{gap:0}.grid.tight{gap:0.5rem}.grid.x-tight{gap:0.25rem}.grid.wide{gap:2rem}.grid.x-wide{gap:4rem}@media only screen and (max-width:767px){.grid.x-wide{gap:2rem}}@media only screen and (max-width:375px){.grid.wide{column-gap:1rem;row-gap:2rem}.grid.x-wide{column-gap:1rem;row-gap:2rem}}.grid img{max-width:100%}.grid>*{box-sizing:border-box;grid-column:span 12}.cols-1>*,.default-cols-1>*{grid-column:span 12}.cols-2>*,.default-cols-2>*{grid-column:span 6}.cols-3>*,.default-cols-3>*{grid-column:span 4}.cols-4>*,.default-cols-4>*{grid-column:span 3}.cols-6>*,.default-cols-6>*{grid-column:span 2}.grid>.col-1_1{grid-column:span 12}.grid>.col-1_2{grid-column:span 6}.grid>.col-1_3{grid-column:span 4}.grid>.col-2_3{grid-column:span 8}.grid>.col-1_4{grid-column:span 3}.grid>.col-3_4{grid-column:span 9}.grid>.col-1_6{grid-column:span 2}.grid>.col-5_6{grid-column:span 10}@media only screen and (max-width:1439px){.lg-cols-1>*{grid-column:span 12}.lg-cols-2>*{grid-column:span 6}.lg-cols-3>*{grid-column:span 4}.lg-cols-4>*{grid-column:span 3}.lg-cols-6>*{grid-column:span 2}.grid>.lg-col-1_1{grid-column:span 12}.grid>.lg-col-1_2{grid-column:span 6}.grid>.lg-col-1_3{grid-column:span 4}.grid>.lg-col-2_3{grid-column:span 8}.grid>.lg-col-1_4{grid-column:span 3}.grid>.lg-col-3_4{grid-column:span 9}.grid>.lg-col-1_6{grid-column:span 2}.grid>.lg-col-5_6{grid-column:span 10}}@media only screen and (max-width:1023px){.md-cols-1>*{grid-column:span 12}.md-cols-2>*{grid-column:span 6}.md-cols-3>*{grid-column:span 4}.md-cols-4>*{grid-column:span 3}.md-cols-6>*{grid-column:span 2}.default-cols-6>*{grid-column:span 4}.default-cols-4>*{grid-column:span 6}.grid>.md-col-1_1{grid-column:span 12}.grid>.md-col-1_2{grid-column:span 6}.grid>.md-col-1_3{grid-column:span 4}.grid>.md-col-2_3{grid-column:span 8}.grid>.md-col-1_4{grid-column:span 3}.grid>.md-col-3_4{grid-column:span 9}.grid>.md-col-1_6{grid-column:span 2}.grid>.md-col-5_6{grid-column:span 10}}@media only screen and (max-width:767px){.sm-cols-1>*{grid-column:span 12}.sm-cols-2>*{grid-column:span 6}.sm-cols-3>*{grid-column:span 4}.sm-cols-4>*{grid-column:span 3}.sm-cols-6>*{grid-column:span 2}.default-cols-6>*,.default-cols-2>*,.default-cols-3>*{grid-column:span 12}.grid>.sm-col-1_1{grid-column:span 12}.grid>.sm-col-1_2{grid-column:span 6}.grid>.sm-col-1_3{grid-column:span 4}.grid>.sm-col-2_3{grid-column:span 8}.grid>.sm-col-1_4{grid-column:span 3}.grid>.sm-col-3_4{grid-column:span 9}.grid>.sm-col-1_6{grid-column:span 2}.grid>.sm-col-5_6{grid-column:span 10}}@media only screen and (max-width:767px){.sm-col-reverse,.sm-col-reverse .container>.grid,.sm-col-reverse .slider-grid{display:flex;flex-direction:column-reverse}}.card-grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:32px}@media only screen and (min-width:768px){.card-grid{margin-left:-18px;margin-right:-18px}}.card-grid>*{flex:0 1 calc(33.333% - 32px);max-width:calc(33.333% - 32px)}.card-grid.cols-4>*{flex:0 1 calc(25% - 32px);max-width:calc(25% - 32px)}.card-grid.cols-2>*{flex:0 1 calc(50% - 32px);max-width:calc(50% - 32px)}@media only screen and (max-width:1023px){.card-grid>*{flex:0 1 calc(50% - 32px);max-width:calc(50% - 32px)}}@media only screen and (max-width:767px){.card-grid{flex-direction:column;align-items:center}.card-grid>*{width:100% !important;max-width:100% !important}}section,.section{position:relative;z-index:0;padding-top:80px;padding-bottom:80px}@media only screen and (max-width:1023px){section,.section{padding-top:70px;padding-bottom:70px}}@media only screen and (max-width:767px){section,.section{padding-top:60px;padding-bottom:60px}}.container{width:100%;max-width:1400px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.container.fluid{max-width:none}.container.narrow{max-width:900px}.narrow>.container{max-width:900px}.fluid:not(.container)>.container{max-width:none}body.admin-bar header{margin-top:30px}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none;max-width:100%;height:auto;display:block}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*,*::before,*::after{box-sizing:border-box}.paradigm-wrapper{overflow-x:hidden;max-width:100vw}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}:focus{outline:none}:focus-visible{outline:none}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible,[role="button"]:focus-visible,[role="menuitem"]:focus-visible{outline:none}a:hover,button:hover,input:hover,select:hover,textarea:hover,summary:hover,[role="button"]:hover,[role="menuitem"]:hover{outline:none}[data-theme="dark"] :focus-visible,.dark-mode :focus-visible{box-shadow:0 0 0 3px rgba(255, 255, 255, 0.7);background-color:rgba(255, 255, 255, 0.1)}.focus-ring{box-shadow:0 0 0 3px rgba(0, 78, 125, 0.5) !important;border-radius:4px !important;background-color:rgba(0, 78, 125, 0.05) !important}@keyframes focusPulse{0%{box-shadow:0 0 0 0 rgba(0, 78, 125, 0.5)}50%{box-shadow:0 0 0 5px rgba(0, 78, 125, 0.3)}100%{box-shadow:0 0 0 0 rgba(0, 78, 125, 0.5)}}:focus-visible{animation:focusPulse 0.75s ease-out}.m-0{margin:0 !important}.m-1{margin:0.25rem !important}.m-2{margin:0.5rem !important}.m-3{margin:1rem !important}.m-4{margin:2rem !important}.m-5{margin:3rem !important}.m-none{margin:0 !important}.m-auto{margin:auto !important}.mx-0{margin-left:0 !important;margin-right:0 !important}.mx-1{margin-left:0.25rem !important;margin-right:0.25rem !important}.mx-2{margin-left:0.5rem !important;margin-right:0.5rem !important}.mx-3{margin-left:1rem !important;margin-right:1rem !important}.mx-4{margin-left:2rem !important;margin-right:2rem !important}.mx-5{margin-left:3rem !important;margin-right:3rem !important}.mx-none{margin-left:0 !important;margin-right:0 !important}.mx-auto{margin-left:auto !important;margin-right:auto !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.my-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important}.my-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important}.my-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-4{margin-top:2rem !important;margin-bottom:2rem !important}.my-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-none{margin-top:0 !important;margin-bottom:0 !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-0{margin-top:0 !important}.mt-1{margin-top:0.25rem !important}.mt-2{margin-top:0.5rem !important}.mt-3{margin-top:1rem !important}.mt-4{margin-top:2rem !important}.mt-5{margin-top:3rem !important}.mt-none{margin-top:0 !important}.mt-auto{margin-top:auto !important}.mb-0{margin-bottom:0 !important}.mb-1{margin-bottom:0.25rem !important}.mb-2{margin-bottom:0.5rem !important}.mb-3{margin-bottom:1rem !important}.mb-4{margin-bottom:2rem !important}.mb-5{margin-bottom:3rem !important}.mb-none{margin-bottom:0 !important}.mb-auto{margin-bottom:auto !important}.ml-0{margin-left:0 !important}.ml-1{margin-left:0.25rem !important}.ml-2{margin-left:0.5rem !important}.ml-3{margin-left:1rem !important}.ml-4{margin-left:2rem !important}.ml-5{margin-left:3rem !important}.ml-none{margin-left:0 !important}.ml-auto{margin-left:auto !important}.mr-0{margin-right:0 !important}.mr-1{margin-right:0.25rem !important}.mr-2{margin-right:0.5rem !important}.mr-3{margin-right:1rem !important}.mr-4{margin-right:2rem !important}.mr-5{margin-right:3rem !important}.mr-none{margin-right:0 !important}.mr-auto{margin-right:auto !important}.m-n1{margin:-0.25rem !important}.mt-n1{margin-top:-0.25rem !important}.mb-n1{margin-bottom:-0.25rem !important}.ml-n1{margin-left:-0.25rem !important}.mr-n1{margin-right:-0.25rem !important}.mx-n1{margin-left:-0.25rem !important;margin-right:-0.25rem !important}.my-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important}.m-n2{margin:-0.5rem !important}.mt-n2{margin-top:-0.5rem !important}.mb-n2{margin-bottom:-0.5rem !important}.ml-n2{margin-left:-0.5rem !important}.mr-n2{margin-right:-0.5rem !important}.mx-n2{margin-left:-0.5rem !important;margin-right:-0.5rem !important}.my-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.m-n3{margin:-1rem !important}.mt-n3{margin-top:-1rem !important}.mb-n3{margin-bottom:-1rem !important}.ml-n3{margin-left:-1rem !important}.mr-n3{margin-right:-1rem !important}.mx-n3{margin-left:-1rem !important;margin-right:-1rem !important}.my-n3{margin-top:-1rem !important;margin-bottom:-1rem !important}.m-n4{margin:-2rem !important}.mt-n4{margin-top:-2rem !important}.mb-n4{margin-bottom:-2rem !important}.ml-n4{margin-left:-2rem !important}.mr-n4{margin-right:-2rem !important}.mx-n4{margin-left:-2rem !important;margin-right:-2rem !important}.my-n4{margin-top:-2rem !important;margin-bottom:-2rem !important}.m-n5{margin:-3rem !important}.mt-n5{margin-top:-3rem !important}.mb-n5{margin-bottom:-3rem !important}.ml-n5{margin-left:-3rem !important}.mr-n5{margin-right:-3rem !important}.mx-n5{margin-left:-3rem !important;margin-right:-3rem !important}.my-n5{margin-top:-3rem !important;margin-bottom:-3rem !important}.p-0{padding:0 !important}.p-1{padding:0.25rem !important}.p-2{padding:0.5rem !important}.p-3{padding:1rem !important}.p-4{padding:2rem !important}.p-5{padding:3rem !important}.p-none{padding:0 !important}.px-0{padding-left:0 !important;padding-right:0 !important}.px-1{padding-left:0.25rem !important;padding-right:0.25rem !important}.px-2{padding-left:0.5rem !important;padding-right:0.5rem !important}.px-3{padding-left:1rem !important;padding-right:1rem !important}.px-4{padding-left:2rem !important;padding-right:2rem !important}.px-5{padding-left:3rem !important;padding-right:3rem !important}.px-none{padding-left:0 !important;padding-right:0 !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.py-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.py-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.py-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-4{padding-top:2rem !important;padding-bottom:2rem !important}.py-5{padding-top:3rem !important;padding-bottom:3rem !important}.py-none{padding-top:0 !important;padding-bottom:0 !important}.pt-0{padding-top:0 !important}.pt-1{padding-top:0.25rem !important}.pt-2{padding-top:0.5rem !important}.pt-3{padding-top:1rem !important}.pt-4{padding-top:2rem !important}.pt-5{padding-top:3rem !important}.pt-none{padding-top:0 !important}.pb-0{padding-bottom:0 !important}.pb-1{padding-bottom:0.25rem !important}.pb-2{padding-bottom:0.5rem !important}.pb-3{padding-bottom:1rem !important}.pb-4{padding-bottom:2rem !important}.pb-5{padding-bottom:3rem !important}.pb-none{padding-bottom:0 !important}.pl-0{padding-left:0 !important}.pl-1{padding-left:0.25rem !important}.pl-2{padding-left:0.5rem !important}.pl-3{padding-left:1rem !important}.pl-4{padding-left:2rem !important}.pl-5{padding-left:3rem !important}.pl-none{padding-left:0 !important}.pr-0{padding-right:0 !important}.pr-1{padding-right:0.25rem !important}.pr-2{padding-right:0.5rem !important}.pr-3{padding-right:1rem !important}.pr-4{padding-right:2rem !important}.pr-5{padding-right:3rem !important}.pr-none{padding-right:0 !important}@media only screen and (max-width:1439px){.lg-m-0{margin:0 !important}.lg-m-1{margin:0.25rem !important}.lg-m-2{margin:0.5rem !important}.lg-m-3{margin:1rem !important}.lg-m-4{margin:2rem !important}.lg-m-5{margin:3rem !important}.lg-m-none{margin:0 !important}.lg-m-auto{margin:auto !important}.lg-mx-0{margin-left:0 !important;margin-right:0 !important}.lg-mx-1{margin-left:0.25rem !important;margin-right:0.25rem !important}.lg-mx-2{margin-left:0.5rem !important;margin-right:0.5rem !important}.lg-mx-3{margin-left:1rem !important;margin-right:1rem !important}.lg-mx-4{margin-left:2rem !important;margin-right:2rem !important}.lg-mx-5{margin-left:3rem !important;margin-right:3rem !important}.lg-mx-none{margin-left:0 !important;margin-right:0 !important}.lg-mx-auto{margin-left:auto !important;margin-right:auto !important}.lg-my-0{margin-top:0 !important;margin-bottom:0 !important}.lg-my-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important}.lg-my-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important}.lg-my-3{margin-top:1rem !important;margin-bottom:1rem !important}.lg-my-4{margin-top:2rem !important;margin-bottom:2rem !important}.lg-my-5{margin-top:3rem !important;margin-bottom:3rem !important}.lg-my-none{margin-top:0 !important;margin-bottom:0 !important}.lg-my-auto{margin-top:auto !important;margin-bottom:auto !important}.lg-mt-0{margin-top:0 !important}.lg-mt-1{margin-top:0.25rem !important}.lg-mt-2{margin-top:0.5rem !important}.lg-mt-3{margin-top:1rem !important}.lg-mt-4{margin-top:2rem !important}.lg-mt-5{margin-top:3rem !important}.lg-mt-none{margin-top:0 !important}.lg-mt-auto{margin-top:auto !important}.lg-mb-0{margin-bottom:0 !important}.lg-mb-1{margin-bottom:0.25rem !important}.lg-mb-2{margin-bottom:0.5rem !important}.lg-mb-3{margin-bottom:1rem !important}.lg-mb-4{margin-bottom:2rem !important}.lg-mb-5{margin-bottom:3rem !important}.lg-mb-none{margin-bottom:0 !important}.lg-mb-auto{margin-bottom:auto !important}.lg-ml-0{margin-left:0 !important}.lg-ml-1{margin-left:0.25rem !important}.lg-ml-2{margin-left:0.5rem !important}.lg-ml-3{margin-left:1rem !important}.lg-ml-4{margin-left:2rem !important}.lg-ml-5{margin-left:3rem !important}.lg-ml-none{margin-left:0 !important}.lg-ml-auto{margin-left:auto !important}.lg-mr-0{margin-right:0 !important}.lg-mr-1{margin-right:0.25rem !important}.lg-mr-2{margin-right:0.5rem !important}.lg-mr-3{margin-right:1rem !important}.lg-mr-4{margin-right:2rem !important}.lg-mr-5{margin-right:3rem !important}.lg-mr-none{margin-right:0 !important}.lg-mr-auto{margin-right:auto !important}.lg-m-n1{margin:-0.25rem !important}.lg-mt-n1{margin-top:-0.25rem !important}.lg-mb-n1{margin-bottom:-0.25rem !important}.lg-ml-n1{margin-left:-0.25rem !important}.lg-mr-n1{margin-right:-0.25rem !important}.lg-mx-n1{margin-left:-0.25rem !important;margin-right:-0.25rem !important}.lg-my-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important}.lg-m-n2{margin:-0.5rem !important}.lg-mt-n2{margin-top:-0.5rem !important}.lg-mb-n2{margin-bottom:-0.5rem !important}.lg-ml-n2{margin-left:-0.5rem !important}.lg-mr-n2{margin-right:-0.5rem !important}.lg-mx-n2{margin-left:-0.5rem !important;margin-right:-0.5rem !important}.lg-my-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.lg-m-n3{margin:-1rem !important}.lg-mt-n3{margin-top:-1rem !important}.lg-mb-n3{margin-bottom:-1rem !important}.lg-ml-n3{margin-left:-1rem !important}.lg-mr-n3{margin-right:-1rem !important}.lg-mx-n3{margin-left:-1rem !important;margin-right:-1rem !important}.lg-my-n3{margin-top:-1rem !important;margin-bottom:-1rem !important}.lg-m-n4{margin:-2rem !important}.lg-mt-n4{margin-top:-2rem !important}.lg-mb-n4{margin-bottom:-2rem !important}.lg-ml-n4{margin-left:-2rem !important}.lg-mr-n4{margin-right:-2rem !important}.lg-mx-n4{margin-left:-2rem !important;margin-right:-2rem !important}.lg-my-n4{margin-top:-2rem !important;margin-bottom:-2rem !important}.lg-m-n5{margin:-3rem !important}.lg-mt-n5{margin-top:-3rem !important}.lg-mb-n5{margin-bottom:-3rem !important}.lg-ml-n5{margin-left:-3rem !important}.lg-mr-n5{margin-right:-3rem !important}.lg-mx-n5{margin-left:-3rem !important;margin-right:-3rem !important}.lg-my-n5{margin-top:-3rem !important;margin-bottom:-3rem !important}.lg-p-0{padding:0 !important}.lg-p-1{padding:0.25rem !important}.lg-p-2{padding:0.5rem !important}.lg-p-3{padding:1rem !important}.lg-p-4{padding:2rem !important}.lg-p-5{padding:3rem !important}.lg-p-none{padding:0 !important}.lg-px-0{padding-left:0 !important;padding-right:0 !important}.lg-px-1{padding-left:0.25rem !important;padding-right:0.25rem !important}.lg-px-2{padding-left:0.5rem !important;padding-right:0.5rem !important}.lg-px-3{padding-left:1rem !important;padding-right:1rem !important}.lg-px-4{padding-left:2rem !important;padding-right:2rem !important}.lg-px-5{padding-left:3rem !important;padding-right:3rem !important}.lg-px-none{padding-left:0 !important;padding-right:0 !important}.lg-py-0{padding-top:0 !important;padding-bottom:0 !important}.lg-py-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.lg-py-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.lg-py-3{padding-top:1rem !important;padding-bottom:1rem !important}.lg-py-4{padding-top:2rem !important;padding-bottom:2rem !important}.lg-py-5{padding-top:3rem !important;padding-bottom:3rem !important}.lg-py-none{padding-top:0 !important;padding-bottom:0 !important}.lg-pt-0{padding-top:0 !important}.lg-pt-1{padding-top:0.25rem !important}.lg-pt-2{padding-top:0.5rem !important}.lg-pt-3{padding-top:1rem !important}.lg-pt-4{padding-top:2rem !important}.lg-pt-5{padding-top:3rem !important}.lg-pt-none{padding-top:0 !important}.lg-pb-0{padding-bottom:0 !important}.lg-pb-1{padding-bottom:0.25rem !important}.lg-pb-2{padding-bottom:0.5rem !important}.lg-pb-3{padding-bottom:1rem !important}.lg-pb-4{padding-bottom:2rem !important}.lg-pb-5{padding-bottom:3rem !important}.lg-pb-none{padding-bottom:0 !important}.lg-pl-0{padding-left:0 !important}.lg-pl-1{padding-left:0.25rem !important}.lg-pl-2{padding-left:0.5rem !important}.lg-pl-3{padding-left:1rem !important}.lg-pl-4{padding-left:2rem !important}.lg-pl-5{padding-left:3rem !important}.lg-pl-none{padding-left:0 !important}.lg-pr-0{padding-right:0 !important}.lg-pr-1{padding-right:0.25rem !important}.lg-pr-2{padding-right:0.5rem !important}.lg-pr-3{padding-right:1rem !important}.lg-pr-4{padding-right:2rem !important}.lg-pr-5{padding-right:3rem !important}.lg-pr-none{padding-right:0 !important}}@media only screen and (max-width:1023px){.md-m-0{margin:0 !important}.md-m-1{margin:0.25rem !important}.md-m-2{margin:0.5rem !important}.md-m-3{margin:1rem !important}.md-m-4{margin:2rem !important}.md-m-5{margin:3rem !important}.md-m-none{margin:0 !important}.md-m-auto{margin:auto !important}.md-mx-0{margin-left:0 !important;margin-right:0 !important}.md-mx-1{margin-left:0.25rem !important;margin-right:0.25rem !important}.md-mx-2{margin-left:0.5rem !important;margin-right:0.5rem !important}.md-mx-3{margin-left:1rem !important;margin-right:1rem !important}.md-mx-4{margin-left:2rem !important;margin-right:2rem !important}.md-mx-5{margin-left:3rem !important;margin-right:3rem !important}.md-mx-none{margin-left:0 !important;margin-right:0 !important}.md-mx-auto{margin-left:auto !important;margin-right:auto !important}.md-my-0{margin-top:0 !important;margin-bottom:0 !important}.md-my-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important}.md-my-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important}.md-my-3{margin-top:1rem !important;margin-bottom:1rem !important}.md-my-4{margin-top:2rem !important;margin-bottom:2rem !important}.md-my-5{margin-top:3rem !important;margin-bottom:3rem !important}.md-my-none{margin-top:0 !important;margin-bottom:0 !important}.md-my-auto{margin-top:auto !important;margin-bottom:auto !important}.md-mt-0{margin-top:0 !important}.md-mt-1{margin-top:0.25rem !important}.md-mt-2{margin-top:0.5rem !important}.md-mt-3{margin-top:1rem !important}.md-mt-4{margin-top:2rem !important}.md-mt-5{margin-top:3rem !important}.md-mt-none{margin-top:0 !important}.md-mt-auto{margin-top:auto !important}.md-mb-0{margin-bottom:0 !important}.md-mb-1{margin-bottom:0.25rem !important}.md-mb-2{margin-bottom:0.5rem !important}.md-mb-3{margin-bottom:1rem !important}.md-mb-4{margin-bottom:2rem !important}.md-mb-5{margin-bottom:3rem !important}.md-mb-none{margin-bottom:0 !important}.md-mb-auto{margin-bottom:auto !important}.md-ml-0{margin-left:0 !important}.md-ml-1{margin-left:0.25rem !important}.md-ml-2{margin-left:0.5rem !important}.md-ml-3{margin-left:1rem !important}.md-ml-4{margin-left:2rem !important}.md-ml-5{margin-left:3rem !important}.md-ml-none{margin-left:0 !important}.md-ml-auto{margin-left:auto !important}.md-mr-0{margin-right:0 !important}.md-mr-1{margin-right:0.25rem !important}.md-mr-2{margin-right:0.5rem !important}.md-mr-3{margin-right:1rem !important}.md-mr-4{margin-right:2rem !important}.md-mr-5{margin-right:3rem !important}.md-mr-none{margin-right:0 !important}.md-mr-auto{margin-right:auto !important}.md-m-n1{margin:-0.25rem !important}.md-mt-n1{margin-top:-0.25rem !important}.md-mb-n1{margin-bottom:-0.25rem !important}.md-ml-n1{margin-left:-0.25rem !important}.md-mr-n1{margin-right:-0.25rem !important}.md-mx-n1{margin-left:-0.25rem !important;margin-right:-0.25rem !important}.md-my-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important}.md-m-n2{margin:-0.5rem !important}.md-mt-n2{margin-top:-0.5rem !important}.md-mb-n2{margin-bottom:-0.5rem !important}.md-ml-n2{margin-left:-0.5rem !important}.md-mr-n2{margin-right:-0.5rem !important}.md-mx-n2{margin-left:-0.5rem !important;margin-right:-0.5rem !important}.md-my-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.md-m-n3{margin:-1rem !important}.md-mt-n3{margin-top:-1rem !important}.md-mb-n3{margin-bottom:-1rem !important}.md-ml-n3{margin-left:-1rem !important}.md-mr-n3{margin-right:-1rem !important}.md-mx-n3{margin-left:-1rem !important;margin-right:-1rem !important}.md-my-n3{margin-top:-1rem !important;margin-bottom:-1rem !important}.md-m-n4{margin:-2rem !important}.md-mt-n4{margin-top:-2rem !important}.md-mb-n4{margin-bottom:-2rem !important}.md-ml-n4{margin-left:-2rem !important}.md-mr-n4{margin-right:-2rem !important}.md-mx-n4{margin-left:-2rem !important;margin-right:-2rem !important}.md-my-n4{margin-top:-2rem !important;margin-bottom:-2rem !important}.md-m-n5{margin:-3rem !important}.md-mt-n5{margin-top:-3rem !important}.md-mb-n5{margin-bottom:-3rem !important}.md-ml-n5{margin-left:-3rem !important}.md-mr-n5{margin-right:-3rem !important}.md-mx-n5{margin-left:-3rem !important;margin-right:-3rem !important}.md-my-n5{margin-top:-3rem !important;margin-bottom:-3rem !important}.md-p-0{padding:0 !important}.md-p-1{padding:0.25rem !important}.md-p-2{padding:0.5rem !important}.md-p-3{padding:1rem !important}.md-p-4{padding:2rem !important}.md-p-5{padding:3rem !important}.md-p-none{padding:0 !important}.md-px-0{padding-left:0 !important;padding-right:0 !important}.md-px-1{padding-left:0.25rem !important;padding-right:0.25rem !important}.md-px-2{padding-left:0.5rem !important;padding-right:0.5rem !important}.md-px-3{padding-left:1rem !important;padding-right:1rem !important}.md-px-4{padding-left:2rem !important;padding-right:2rem !important}.md-px-5{padding-left:3rem !important;padding-right:3rem !important}.md-px-none{padding-left:0 !important;padding-right:0 !important}.md-py-0{padding-top:0 !important;padding-bottom:0 !important}.md-py-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.md-py-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.md-py-3{padding-top:1rem !important;padding-bottom:1rem !important}.md-py-4{padding-top:2rem !important;padding-bottom:2rem !important}.md-py-5{padding-top:3rem !important;padding-bottom:3rem !important}.md-py-none{padding-top:0 !important;padding-bottom:0 !important}.md-pt-0{padding-top:0 !important}.md-pt-1{padding-top:0.25rem !important}.md-pt-2{padding-top:0.5rem !important}.md-pt-3{padding-top:1rem !important}.md-pt-4{padding-top:2rem !important}.md-pt-5{padding-top:3rem !important}.md-pt-none{padding-top:0 !important}.md-pb-0{padding-bottom:0 !important}.md-pb-1{padding-bottom:0.25rem !important}.md-pb-2{padding-bottom:0.5rem !important}.md-pb-3{padding-bottom:1rem !important}.md-pb-4{padding-bottom:2rem !important}.md-pb-5{padding-bottom:3rem !important}.md-pb-none{padding-bottom:0 !important}.md-pl-0{padding-left:0 !important}.md-pl-1{padding-left:0.25rem !important}.md-pl-2{padding-left:0.5rem !important}.md-pl-3{padding-left:1rem !important}.md-pl-4{padding-left:2rem !important}.md-pl-5{padding-left:3rem !important}.md-pl-none{padding-left:0 !important}.md-pr-0{padding-right:0 !important}.md-pr-1{padding-right:0.25rem !important}.md-pr-2{padding-right:0.5rem !important}.md-pr-3{padding-right:1rem !important}.md-pr-4{padding-right:2rem !important}.md-pr-5{padding-right:3rem !important}.md-pr-none{padding-right:0 !important}}@media only screen and (max-width:767px){.sm-m-0{margin:0 !important}.sm-m-1{margin:0.25rem !important}.sm-m-2{margin:0.5rem !important}.sm-m-3{margin:1rem !important}.sm-m-4{margin:2rem !important}.sm-m-5{margin:3rem !important}.sm-m-none{margin:0 !important}.sm-m-auto{margin:auto !important}.sm-mx-0{margin-left:0 !important;margin-right:0 !important}.sm-mx-1{margin-left:0.25rem !important;margin-right:0.25rem !important}.sm-mx-2{margin-left:0.5rem !important;margin-right:0.5rem !important}.sm-mx-3{margin-left:1rem !important;margin-right:1rem !important}.sm-mx-4{margin-left:2rem !important;margin-right:2rem !important}.sm-mx-5{margin-left:3rem !important;margin-right:3rem !important}.sm-mx-none{margin-left:0 !important;margin-right:0 !important}.sm-mx-auto{margin-left:auto !important;margin-right:auto !important}.sm-my-0{margin-top:0 !important;margin-bottom:0 !important}.sm-my-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important}.sm-my-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important}.sm-my-3{margin-top:1rem !important;margin-bottom:1rem !important}.sm-my-4{margin-top:2rem !important;margin-bottom:2rem !important}.sm-my-5{margin-top:3rem !important;margin-bottom:3rem !important}.sm-my-none{margin-top:0 !important;margin-bottom:0 !important}.sm-my-auto{margin-top:auto !important;margin-bottom:auto !important}.sm-mt-0{margin-top:0 !important}.sm-mt-1{margin-top:0.25rem !important}.sm-mt-2{margin-top:0.5rem !important}.sm-mt-3{margin-top:1rem !important}.sm-mt-4{margin-top:2rem !important}.sm-mt-5{margin-top:3rem !important}.sm-mt-none{margin-top:0 !important}.sm-mt-auto{margin-top:auto !important}.sm-mb-0{margin-bottom:0 !important}.sm-mb-1{margin-bottom:0.25rem !important}.sm-mb-2{margin-bottom:0.5rem !important}.sm-mb-3{margin-bottom:1rem !important}.sm-mb-4{margin-bottom:2rem !important}.sm-mb-5{margin-bottom:3rem !important}.sm-mb-none{margin-bottom:0 !important}.sm-mb-auto{margin-bottom:auto !important}.sm-ml-0{margin-left:0 !important}.sm-ml-1{margin-left:0.25rem !important}.sm-ml-2{margin-left:0.5rem !important}.sm-ml-3{margin-left:1rem !important}.sm-ml-4{margin-left:2rem !important}.sm-ml-5{margin-left:3rem !important}.sm-ml-none{margin-left:0 !important}.sm-ml-auto{margin-left:auto !important}.sm-mr-0{margin-right:0 !important}.sm-mr-1{margin-right:0.25rem !important}.sm-mr-2{margin-right:0.5rem !important}.sm-mr-3{margin-right:1rem !important}.sm-mr-4{margin-right:2rem !important}.sm-mr-5{margin-right:3rem !important}.sm-mr-none{margin-right:0 !important}.sm-mr-auto{margin-right:auto !important}.sm-m-n1{margin:-0.25rem !important}.sm-mt-n1{margin-top:-0.25rem !important}.sm-mb-n1{margin-bottom:-0.25rem !important}.sm-ml-n1{margin-left:-0.25rem !important}.sm-mr-n1{margin-right:-0.25rem !important}.sm-mx-n1{margin-left:-0.25rem !important;margin-right:-0.25rem !important}.sm-my-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important}.sm-m-n2{margin:-0.5rem !important}.sm-mt-n2{margin-top:-0.5rem !important}.sm-mb-n2{margin-bottom:-0.5rem !important}.sm-ml-n2{margin-left:-0.5rem !important}.sm-mr-n2{margin-right:-0.5rem !important}.sm-mx-n2{margin-left:-0.5rem !important;margin-right:-0.5rem !important}.sm-my-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.sm-m-n3{margin:-1rem !important}.sm-mt-n3{margin-top:-1rem !important}.sm-mb-n3{margin-bottom:-1rem !important}.sm-ml-n3{margin-left:-1rem !important}.sm-mr-n3{margin-right:-1rem !important}.sm-mx-n3{margin-left:-1rem !important;margin-right:-1rem !important}.sm-my-n3{margin-top:-1rem !important;margin-bottom:-1rem !important}.sm-m-n4{margin:-2rem !important}.sm-mt-n4{margin-top:-2rem !important}.sm-mb-n4{margin-bottom:-2rem !important}.sm-ml-n4{margin-left:-2rem !important}.sm-mr-n4{margin-right:-2rem !important}.sm-mx-n4{margin-left:-2rem !important;margin-right:-2rem !important}.sm-my-n4{margin-top:-2rem !important;margin-bottom:-2rem !important}.sm-m-n5{margin:-3rem !important}.sm-mt-n5{margin-top:-3rem !important}.sm-mb-n5{margin-bottom:-3rem !important}.sm-ml-n5{margin-left:-3rem !important}.sm-mr-n5{margin-right:-3rem !important}.sm-mx-n5{margin-left:-3rem !important;margin-right:-3rem !important}.sm-my-n5{margin-top:-3rem !important;margin-bottom:-3rem !important}.sm-p-0{padding:0 !important}.sm-p-1{padding:0.25rem !important}.sm-p-2{padding:0.5rem !important}.sm-p-3{padding:1rem !important}.sm-p-4{padding:2rem !important}.sm-p-5{padding:3rem !important}.sm-p-none{padding:0 !important}.sm-px-0{padding-left:0 !important;padding-right:0 !important}.sm-px-1{padding-left:0.25rem !important;padding-right:0.25rem !important}.sm-px-2{padding-left:0.5rem !important;padding-right:0.5rem !important}.sm-px-3{padding-left:1rem !important;padding-right:1rem !important}.sm-px-4{padding-left:2rem !important;padding-right:2rem !important}.sm-px-5{padding-left:3rem !important;padding-right:3rem !important}.sm-px-none{padding-left:0 !important;padding-right:0 !important}.sm-py-0{padding-top:0 !important;padding-bottom:0 !important}.sm-py-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.sm-py-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.sm-py-3{padding-top:1rem !important;padding-bottom:1rem !important}.sm-py-4{padding-top:2rem !important;padding-bottom:2rem !important}.sm-py-5{padding-top:3rem !important;padding-bottom:3rem !important}.sm-py-none{padding-top:0 !important;padding-bottom:0 !important}.sm-pt-0{padding-top:0 !important}.sm-pt-1{padding-top:0.25rem !important}.sm-pt-2{padding-top:0.5rem !important}.sm-pt-3{padding-top:1rem !important}.sm-pt-4{padding-top:2rem !important}.sm-pt-5{padding-top:3rem !important}.sm-pt-none{padding-top:0 !important}.sm-pb-0{padding-bottom:0 !important}.sm-pb-1{padding-bottom:0.25rem !important}.sm-pb-2{padding-bottom:0.5rem !important}.sm-pb-3{padding-bottom:1rem !important}.sm-pb-4{padding-bottom:2rem !important}.sm-pb-5{padding-bottom:3rem !important}.sm-pb-none{padding-bottom:0 !important}.sm-pl-0{padding-left:0 !important}.sm-pl-1{padding-left:0.25rem !important}.sm-pl-2{padding-left:0.5rem !important}.sm-pl-3{padding-left:1rem !important}.sm-pl-4{padding-left:2rem !important}.sm-pl-5{padding-left:3rem !important}.sm-pl-none{padding-left:0 !important}.sm-pr-0{padding-right:0 !important}.sm-pr-1{padding-right:0.25rem !important}.sm-pr-2{padding-right:0.5rem !important}.sm-pr-3{padding-right:1rem !important}.sm-pr-4{padding-right:2rem !important}.sm-pr-5{padding-right:3rem !important}.sm-pr-none{padding-right:0 !important}}.text-left{text-align:left !important}.text-right{text-align:right !important}.text-center{text-align:center !important}.text-justify{text-align:justify !important}.text-bold{font-weight:700 !important}.text-medium{font-weight:500 !important}.text-normal{font-weight:400 !important}.text-light{font-weight:300 !important}.text-uppercase{text-transform:uppercase !important}.text-lowercase{text-transform:lowercase !important}.text-capitalize{text-transform:capitalize !important}.text-italic{font-style:italic !important}.text-underline{text-decoration:underline !important}.text-strike{text-decoration:line-through !important}.text-small{font-size:0.875rem !important;line-height:1.25rem !important}.text-large{font-size:1.25rem !important;line-height:1.75rem !important}@media only screen and (max-width:767px){.sm-text-left{text-align:left !important}.sm-text-right{text-align:right !important}.sm-text-center{text-align:center !important}.sm-text-justify{text-align:justify !important}}@media only screen and (max-width:1023px){.md-text-left{text-align:left !important}.md-text-right{text-align:right !important}.md-text-center{text-align:center !important}.md-text-justify{text-align:justify !important}}@media only screen and (max-width:1439px){.lg-text-left{text-align:left !important}.lg-text-right{text-align:right !important}.lg-text-center{text-align:center !important}.lg-text-justify{text-align:justify !important}}.d-none{display:none !important}.d-block{display:block !important}.d-flex{display:flex !important}.flex-wrap{flex-wrap:wrap !important}@media only screen and (max-width:767px){.sm-d-none{display:none !important}.sm-d-block{display:block !important}.sm-d-flex{display:flex !important}}@media only screen and (max-width:1023px){.md-d-none{display:none !important}.md-d-block{display:block !important}.md-d-flex{display:flex !important}}@media only screen and (max-width:1439px){.lg-d-none{display:none !important}.lg-d-block{display:block !important}.lg-d-flex{display:flex !important}}.min-height-10vh{min-height:10vh !important}.min-height-20vh{min-height:20vh !important}.min-height-30vh{min-height:30vh !important}.min-height-40vh{min-height:40vh !important}.min-height-50vh{min-height:50vh !important}.min-height-60vh{min-height:60vh !important}.min-height-70vh{min-height:70vh !important}.min-height-80vh{min-height:80vh !important}.min-height-90vh{min-height:90vh !important}.min-height-100vh{min-height:100vh !important}.min-height-unset{min-height:unset !important}.min-width-100{min-width:100%}@media only screen and (max-width:1439px){.lg-min-height-10vh{min-height:10vh !important}.lg-min-height-20vh{min-height:20vh !important}.lg-min-height-30vh{min-height:30vh !important}.lg-min-height-40vh{min-height:40vh !important}.lg-min-height-50vh{min-height:50vh !important}.lg-min-height-60vh{min-height:60vh !important}.lg-min-height-70vh{min-height:70vh !important}.lg-min-height-80vh{min-height:80vh !important}.lg-min-height-90vh{min-height:90vh !important}.lg-min-height-100vh{min-height:100vh !important}.lg-min-height-unset{min-height:unset !important}}@media only screen and (max-width:1023px){.md-min-height-10vh{min-height:10vh !important}.md-min-height-20vh{min-height:20vh !important}.md-min-height-30vh{min-height:30vh !important}.md-min-height-40vh{min-height:40vh !important}.md-min-height-50vh{min-height:50vh !important}.md-min-height-60vh{min-height:60vh !important}.md-min-height-70vh{min-height:70vh !important}.md-min-height-80vh{min-height:80vh !important}.md-min-height-90vh{min-height:90vh !important}.md-min-height-100vh{min-height:100vh !important}.md-min-height-unset{min-height:unset !important}}@media only screen and (max-width:767px){.sm-min-height-10vh{min-height:10vh !important}.sm-min-height-20vh{min-height:20vh !important}.sm-min-height-30vh{min-height:30vh !important}.sm-min-height-40vh{min-height:40vh !important}.sm-min-height-50vh{min-height:50vh !important}.sm-min-height-60vh{min-height:60vh !important}.sm-min-height-70vh{min-height:70vh !important}.sm-min-height-80vh{min-height:80vh !important}.sm-min-height-90vh{min-height:90vh !important}.sm-min-height-100vh{min-height:100vh !important}.sm-min-height-unset{min-height:unset !important}}.pos-relative{position:relative}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.iframe-container,.iframe-container-parent{position:relative;padding-bottom:50%;overflow:auto}.iframe-container>iframe,.iframe-container-parent>iframe{position:absolute;width:100% !important;height:100% !important}.wp-video{max-width:1200px !important;width:100% !important;margin-left:auto !important;margin-right:auto !important}.wp-video .mejs-container{border-radius:28px;box-shadow:0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);overflow:hidden;background:none}#site-header{position:fixed;top:0;left:0;right:0;background:#fff;z-index:1000;height:10rem;transition:height 0.45s ease, background 0.45s ease;will-change:height, box-shadow;padding-top:2.5rem}#site-header.no-top-bar{padding-top:0;height:7rem}#site-header .header-inner{display:flex;align-items:center;justify-content:space-between;height:100%;padding:0 1.5rem;flex-wrap:nowrap}#site-header .header-inner .menu-toggle{display:none}#site-header .header-inner .header-logo{display:flex;align-items:center;height:100%;max-height:100%;padding:0.5rem 0}#site-header .header-inner .header-logo a{height:100%;width:100%;display:flex;align-items:center}#site-header .header-inner .header-logo img{height:100%;width:auto;max-height:100%;object-fit:contain;transition:height 0.45s ease, transform 0.45s ease}#site-header .header-inner .header-nav{display:flex;flex-grow:1;align-items:center}#site-header .header-inner .header-nav .menu-left,#site-header .header-inner .header-nav .menu-right{display:flex;align-items:center;gap:1.5rem}#site-header .header-inner .header-nav .menu-left{flex-grow:1;justify-content:center}#site-header .header-inner .header-nav .menu-right{justify-content:flex-end}#site-header .header-inner .header-nav .menu-item{position:relative}#site-header .header-inner .header-nav .menu-item a{text-decoration:none;font-weight:500;padding:0.5rem 0;transition:color 0.25s ease}#site-header .header-inner .header-nav .menu-item a:hover,#site-header .header-inner .header-nav .menu-item a:focus{color:#004E7D}@media only screen and (min-width:1421px){#site-header .header-inner .header-nav .menu-item .dropdown{position:absolute;top:100%;left:0;min-width:220px;background:#fff;opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;box-shadow:0px 3px 6px rgba(0, 0, 0, 0.15), 0px 8px 16px rgba(0, 0, 0, 0.12);z-index:20}#site-header .header-inner .header-nav .menu-item .dropdown .has-grandchildren{display:flex;flex-direction:row;justify-content:space-between;position:relative}#site-header .header-inner .header-nav .menu-item .dropdown .has-grandchildren a{flex-grow:1}#site-header .header-inner .header-nav .menu-item .dropdown .has-grandchildren>a:hover+.submenu-toggle+.dropdown.grandchild,#site-header .header-inner .header-nav .menu-item .dropdown .has-grandchildren>a+.submenu-toggle:hover+.dropdown.grandchild,#site-header .header-inner .header-nav .menu-item .dropdown .has-grandchildren>a:focus+.submenu-toggle+.dropdown.grandchild,#site-header .header-inner .header-nav .menu-item .dropdown .has-grandchildren>a+.submenu-toggle:focus+.dropdown.grandchild,#site-header .header-inner .header-nav .menu-item .dropdown .dropdown.grandchild:hover,#site-header .header-inner .header-nav .menu-item .dropdown .dropdown.grandchild:focus-within{opacity:1;visibility:visible;transform:translateX(0)}#site-header .header-inner .header-nav .menu-item .dropdown .dropdown-link{display:inline-block;padding:0.65rem 1rem;color:#000000;font-weight:400;text-decoration:none;transition:background 0.2s ease, color 0.2s ease;width:100%}#site-header .header-inner .header-nav .menu-item .dropdown .dropdown-link:hover,#site-header .header-inner .header-nav .menu-item .dropdown .dropdown-link:focus{background:rgba(0, 78, 125, 0.05);color:#004E7D;outline:none}#site-header .header-inner .header-nav .menu-item .dropdown .dropdown.grandchild{position:absolute;top:0;left:100%;min-width:220px;background:#fff;opacity:0;visibility:hidden;transform:translateX(10px);box-shadow:0px 2px 4px rgba(0, 0, 0, 0.12), 0px 6px 12px rgba(0, 0, 0, 0.1);transition:opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;z-index:25}#site-header .header-inner .header-nav .menu-item:hover>.dropdown,#site-header .header-inner .header-nav .menu-item:focus-within>.dropdown{opacity:1;visibility:visible;transform:translateY(0)}}@media only screen and (min-width:1421px){#site-header .header-inner .header-nav .menu-top{position:absolute;top:0;left:0;right:0;height:2.5rem;background:#dbdbdb;display:flex;align-items:center;justify-content:flex-end;gap:1.5rem;padding:0 1.5rem;font-size:0.9rem;z-index:5;transition:transform 0.45s ease, opacity 0.45s ease}#site-header .header-inner .header-nav .menu-top a{color:#000000;text-decoration:none;transition:color 0.25s ease}#site-header .header-inner .header-nav .menu-top a:hover,#site-header .header-inner .header-nav .menu-top a:focus{color:#004E7D;outline:none}#site-header .header-inner .header-nav .menu-top .top-item{position:relative}#site-header .header-inner .header-nav .menu-top .top-item .dropdown{position:absolute;top:100%;right:0;left:auto;background:#fff;min-width:200px;opacity:0;visibility:hidden;transform:translateY(8px);box-shadow:0px 3px 6px rgba(0, 0, 0, 0.15);transition:opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;z-index:30}#site-header .header-inner .header-nav .menu-top .top-item .dropdown .dropdown-link{display:block;padding:0.6rem 1rem;color:#000}#site-header .header-inner .header-nav .menu-top .top-item .dropdown .dropdown-link:hover{background:rgba(0, 78, 125, 0.05);color:#004E7D}#site-header .header-inner .header-nav .menu-top .top-item:hover>.dropdown,#site-header .header-inner .header-nav .menu-top .top-item:focus-within>.dropdown{opacity:1;visibility:visible;transform:translateY(0)}}#site-header.is-floating{padding-top:0px;height:6rem;box-shadow:0px 3px 6px rgba(0, 0, 0, 0.16), 0px 8px 12px rgba(0, 0, 0, 0.1)}@media only screen and (min-width:1421px){#site-header.is-floating .menu-top{transform:translateY(-100%);opacity:0;pointer-events:none}}@media only screen and (max-width:1420px){#site-header{height:6rem}#site-header.is-floating{height:4.5rem}}@media only screen and (max-width:767px){#site-header{height:5rem}#site-header.is-floating{height:4rem}#site-header .header-inner{flex-wrap:wrap}}@media only screen and (max-width:1420px){#site-header.no-top-bar{height:6rem}#site-header.no-top-bar.is-floating{height:4.5rem}}@media only screen and (max-width:767px){#site-header.no-top-bar{height:5rem}#site-header.no-top-bar.is-floating{height:4rem}}.paradigm-wrapper{padding-top:10rem;transition:padding-top 0.45s ease}@media only screen and (max-width:1420px){.paradigm-wrapper{padding-top:6rem}}@media only screen and (max-width:767px){.paradigm-wrapper{padding-top:5rem}}#site-header.no-top-bar+.paradigm-wrapper{padding-top:7rem}@media only screen and (max-width:1420px){#site-header.no-top-bar+.paradigm-wrapper{padding-top:6rem}}@media only screen and (max-width:767px){#site-header.no-top-bar+.paradigm-wrapper{padding-top:5rem}}@media only screen and (max-width:1420px){#site-header{padding-top:0}#site-header .header-inner{justify-content:space-between;padding:0 1rem}#site-header .header-inner .header-logo{justify-content:flex-start;width:calc(100% - 65px)}#site-header .header-inner .header-logo a{height:100%;width:100%}#site-header .header-inner .header-logo img{display:block;height:100%;max-height:100%;width:auto;max-width:100%;object-fit:contain;transition:height 0.45s ease}#site-header .header-inner .menu-toggle{display:block;cursor:pointer;background:none;border:none;font-size:1.75rem;color:#000;z-index:1101;transition:transform 0.3s cubic-bezier(0.4, 0, 0.2, 1)}#site-header .header-inner .menu-toggle .toggle-icon{display:inline-block;transition:transform 0.3s cubic-bezier(0.4, 0, 0.2, 1)}#site-header .header-inner #primary-menu{position:fixed;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;background:#fff;padding-top:1rem;transform:translateX(-100%);z-index:1100;overflow-y:auto;opacity:0;width:100%;max-width:unset;gap:0;transition:none}#site-header .header-inner #primary-menu.open{transform:translateX(0);opacity:1;transition:transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.45s cubic-bezier(0.4, 0, 0.2, 1)}#site-header .header-inner #primary-menu.close{transition:transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.45s cubic-bezier(0.4, 0, 0.2, 1)}#site-header .header-inner .header-nav{flex-direction:column;align-items:flex-start;width:100%;max-width:500px;margin-left:auto;margin-right:auto;gap:1rem}#site-header .header-inner .header-nav .menu-left,#site-header .header-inner .header-nav .menu-right,#site-header .header-inner .header-nav .menu-top{flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;gap:0;flex-grow:0}#site-header .header-inner .header-nav .menu-item,#site-header .header-inner .header-nav .top-item,#site-header .header-inner .header-nav .dropdown-item{position:relative;width:100%;border-bottom:1px solid #e1e1e1}#site-header .header-inner .header-nav .menu-item a,#site-header .header-inner .header-nav .top-item a,#site-header .header-inner .header-nav .dropdown-item a{display:flex;justify-content:space-between;align-items:center;width:100%;padding:1rem 1.5rem;font-size:1.1rem;font-weight:500;color:#000;text-decoration:none;transition:background 0.2s ease, color 0.2s ease}#site-header .header-inner .header-nav .menu-item a:hover,#site-header .header-inner .header-nav .menu-item a:focus,#site-header .header-inner .header-nav .top-item a:hover,#site-header .header-inner .header-nav .top-item a:focus,#site-header .header-inner .header-nav .dropdown-item a:hover,#site-header .header-inner .header-nav .dropdown-item a:focus{background:#f7f7f7;color:#004E7D;outline:none}#site-header .header-inner .header-nav .menu-item .dropdown,#site-header .header-inner .header-nav .top-item .dropdown,#site-header .header-inner .header-nav .dropdown-item .dropdown{display:none;flex-direction:column;background:#fafafa;border-left:3px solid #004E7D}#site-header .header-inner .header-nav .menu-item .dropdown .dropdown-link,#site-header .header-inner .header-nav .top-item .dropdown .dropdown-link,#site-header .header-inner .header-nav .dropdown-item .dropdown .dropdown-link{padding:0.75rem 2rem;font-size:0.95rem;color:#333;text-decoration:none;transition:background 0.2s ease, color 0.2s ease}#site-header .header-inner .header-nav .menu-item .dropdown .dropdown-link:hover,#site-header .header-inner .header-nav .menu-item .dropdown .dropdown-link:focus,#site-header .header-inner .header-nav .top-item .dropdown .dropdown-link:hover,#site-header .header-inner .header-nav .top-item .dropdown .dropdown-link:focus,#site-header .header-inner .header-nav .dropdown-item .dropdown .dropdown-link:hover,#site-header .header-inner .header-nav .dropdown-item .dropdown .dropdown-link:focus{background:#f0f0f0;color:#004E7D}#site-header .header-inner .header-nav .menu-item .dropdown .dropdown.grandchild,#site-header .header-inner .header-nav .top-item .dropdown .dropdown.grandchild,#site-header .header-inner .header-nav .dropdown-item .dropdown .dropdown.grandchild{display:none;flex-direction:column;background:#f8f8f8;border-left:3px solid #53C0E9}#site-header .header-inner .header-nav .menu-item .dropdown .dropdown.grandchild .dropdown-link,#site-header .header-inner .header-nav .top-item .dropdown .dropdown.grandchild .dropdown-link,#site-header .header-inner .header-nav .dropdown-item .dropdown .dropdown.grandchild .dropdown-link{padding-left:2.5rem}#site-header .header-inner .header-nav .menu-item.expanded>.dropdown,#site-header .header-inner .header-nav .top-item.expanded>.dropdown,#site-header .header-inner .header-nav .dropdown-item.expanded>.dropdown{display:flex;animation:dropdownExpand 0.35s cubic-bezier(0.4, 0, 0.2, 1)}#site-header .header-inner .header-nav .menu-item.expanded>.dropdown.grandchild,#site-header .header-inner .header-nav .top-item.expanded>.dropdown.grandchild,#site-header .header-inner .header-nav .dropdown-item.expanded>.dropdown.grandchild{display:flex;animation:dropdownExpand 0.35s cubic-bezier(0.4, 0, 0.2, 1)}@keyframes dropdownExpand{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}body.mobile-nav-open{overflow-y:hidden}.menu-right{position:fixed;bottom:-80px;left:0;right:0;display:flex;justify-content:center;padding:1rem 1.5rem;background:#fff;box-shadow:0px -3px 6px rgba(0, 0, 0, 0.15);transition:bottom 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.45s ease;z-index:1200;opacity:0}.menu-right a.btn{width:100%;text-align:center}body.mobile-nav-open .menu-right{bottom:0;opacity:1}}@media only screen and (min-width:1421px){.submenu-toggle{appearance:unset;-webkit-appearance:unset;border:none;background:none;display:inline-block;position:relative;top:-2px}.dropdown-item .submenu-toggle{position:absolute;right:0;height:100%;width:35px;line-height:1}.top-item .submenu-toggle{top:-0.8px}.submenu-toggle .chevron{display:inline-block;width:0.5rem;height:0.5rem;border-right:2px solid rgba(0, 0, 0, 0.5);border-bottom:2px solid rgba(0, 0, 0, 0.5);transform:rotate(-45deg);transition:transform 0.25s ease, border-color 0.25s ease}.submenu-toggle:hover .chevron,.submenu-toggle:focus .chevron{border-color:#004E7D}}@media only screen and (max-width:1420px){.submenu-toggle{position:absolute;top:0;right:0;display:flex;align-items:center;justify-content:center;width:57.5px;height:57.5px;cursor:pointer;appearance:unset;-webkit-appearance:unset;border:none;background:none}.dropdown-item .submenu-toggle{height:46px}.submenu-toggle .chevron{width:0.5rem;height:0.5rem;border-right:2px solid rgba(0, 0, 0, 0.5);border-bottom:2px solid rgba(0, 0, 0, 0.5);transform:rotate(-45deg);transition:transform 0.25s ease, border-color 0.25s ease}.submenu-toggle[aria-expanded="true"] .chevron{transform:rotate(45deg)}.submenu-toggle:hover .chevron,.submenu-toggle:focus .chevron{border-color:#004E7D}}.footer-grid{display:flex;flex-wrap:nowrap;align-items:flex-start;justify-content:space-between;margin:0 -1rem;width:100%;overflow-x:visible}.footer-grid img{max-width:100%}.footer-grid>.footer-col{flex:0 0 auto;width:fit-content;min-width:fit-content;max-width:100%;padding:0 1rem;box-sizing:border-box}@media only screen and (max-width:1023px){.footer-grid{flex-wrap:wrap;justify-content:flex-start;margin:0 -1rem}.footer-grid>.footer-col{flex:0 0 50%;max-width:50%;width:50%;padding:0 1rem 2rem}}@media only screen and (max-width:767px){.footer-grid{flex-direction:column;flex-wrap:nowrap;margin:0}.footer-grid>.footer-col{flex:0 0 auto;width:100%;max-width:none;padding:0 0 2rem 0;display:flex;flex-direction:column}}.footer-grid--four{flex-wrap:wrap}.footer-grid--four>.footer-col-1{flex:0 0 100%;width:100%;max-width:100%;min-width:0;margin-bottom:2rem;text-align:center}.footer-grid--four>.footer-col-1 .footer-logo{display:flex;justify-content:center}.footer-grid--four>.footer-col-1 .footer-logo-widgets .footer-social{justify-content:center}.footer-grid--four>.footer-col-1 .footer-logo-widgets .social-group{justify-content:center}.footer-grid--four>.footer-col-1 .footer-logo-widgets .footer-nav{align-items:center}.footer-grid--four>.footer-col:not(.footer-col-1){flex:0 0 25%;width:25%;max-width:25%;min-width:0}@media only screen and (max-width:1023px){.footer-grid--four>.footer-col-1{flex:0 0 100%;width:100%;max-width:100%}.footer-grid--four>.footer-col:not(.footer-col-1){flex:0 0 50%;width:50%;max-width:50%}}@media only screen and (max-width:767px){.footer-grid--four>.footer-col-1{margin-bottom:0}}.back-to-top{position:fixed;bottom:30px;right:30px;margin-right:-100px;width:50px;height:50px;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:all 0.4s ease;z-index:99}.back-to-top.active{margin-right:0;opacity:1}@media only screen and (max-width:767px){.back-to-top{right:1.5rem;bottom:1.5rem}}.pf2-alert-container>span>p:first-child{margin-top:0}.pf2-alert-container>span>p:last-child{margin-bottom:0}.img-wrapper img{width:100%}ul+p,li+p{margin-top:0}figure.video-figure{margin-left:0;margin-right:0}main>p{display:none}.rpi-dots .rpi-dot{height:16px !important;width:16px !important}.post-byline{border-bottom:solid 2px;display:inline-block;padding-bottom:0.25rem;font-size:0.9rem;text-transform:uppercase;margin-bottom:0.5rem}.post-byline a{font-weight:bold}.video-figure{position:relative}.video-figure:not(.is-playing) video::-webkit-media-controls-overlay-play-button{display:none !important}.video-figure__play{position:absolute;inset:0;width:100%;height:100%;margin:0;padding:0;border:0;background:transparent;cursor:pointer}.video-figure__play::before,.video-figure__play::after{content:"";position:absolute;top:50%;left:50%;pointer-events:none;transition:opacity 0.25s ease, transform 0.2s ease, box-shadow 0.2s ease}.video-figure__play::before{transform:translate(-50%, -50%);width:84px;height:84px;border-radius:50%;background:rgba(255, 255, 255, 0.92);box-shadow:0 4px 16px rgba(0, 0, 0, 0.25)}.video-figure__play::after{transform:translate(-40%, -50%);width:0;height:0;border-style:solid;border-width:16px 0 16px 26px;border-color:transparent transparent transparent #004E7D}.video-figure__play:hover::before,.video-figure__play:focus-visible::before{transform:translate(-50%, -50%) scale(1.06);box-shadow:0 6px 24px rgba(0, 0, 0, 0.3)}.video-figure__play:hover::after,.video-figure__play:focus-visible::after{transform:translate(-40%, -50%) scale(1.06)}.video-figure__play:focus-visible{outline:3px solid #004E7D;outline-offset:3px}@media only screen and (max-width:767px){.video-figure__play::before{width:64px;height:64px}.video-figure__play::after{border-width:12px 0 12px 20px}}.video-figure.is-playing .video-figure__play{display:none}.video-figure__transcript{margin-top:1rem;text-align:left;font-size:0.9375rem}.video-figure__transcript>summary{cursor:pointer;font-weight:600;list-style-position:inside}.video-figure__transcript>summary:focus-visible{outline:3px solid #004E7D;outline-offset:2px}.video-figure__transcript-body{max-height:22rem;overflow-y:auto;margin-top:0.75rem;padding-right:0.75rem;border-top:1px solid rgba(0, 0, 0, 0.08);line-height:1.6}.video-figure__transcript-body>p{margin:0.75rem 0 0}.video-figure .video-transcript{margin:0;padding:0;list-style:none}.video-figure .video-transcript>li{margin:0}.video-figure .video-transcript-cue{display:flex;gap:0.6rem;width:100%;padding:0.3rem 0.4rem;border:0;border-radius:3px;background:transparent;color:inherit;text-align:left;font:inherit;line-height:1.6;cursor:pointer}.video-figure .video-transcript-cue:hover{background:rgba(0, 0, 0, 0.05)}.video-figure .video-transcript-cue:focus-visible{outline:3px solid #004E7D;outline-offset:-2px}.video-figure .video-transcript-cue.is-active{background:rgba(0, 0, 0, 0.05);box-shadow:inset 3px 0 0 0 #004E7D;font-weight:600}.video-figure .video-transcript-time{flex:0 0 auto;min-width:2.75rem;font-variant-numeric:tabular-nums;opacity:0.6}.video-figure .video-transcript-text{flex:1 1 auto}section{position:relative;z-index:0}.bg-group{position:absolute;inset:0;overflow:hidden;z-index:-2}.bg-container{position:relative;overflow:hidden;z-index:-2}.bg-layer{position:absolute;inset:0;background-size:cover;background-repeat:no-repeat;background-position:center;pointer-events:none;z-index:-1}.bg-layer.bg-img{background-size:cover;background-position:center}.bg-video{position:absolute;inset:0;z-index:0;background:#000;overflow:hidden;opacity:0;transition:opacity 0.6s ease}.bg-video.is-loaded,.bg-video[style*="opacity: 1"]{opacity:1}.bg-video iframe,.bg-video video{width:100%;height:100%;object-fit:cover;object-position:center;pointer-events:none;border:0;display:block}.bg-video iframe{filter:brightness(0.9) contrast(1.1)}.bg-video iframe::-webkit-media-controls,.bg-video iframe::cue,.bg-video iframe .ytp-title-text,.bg-video iframe .ytp-gradient-top,.bg-video iframe .ytp-gradient-bottom,.bg-video iframe .ytp-chrome-bottom,.bg-video iframe .player-title,.bg-video iframe .vp-controls-wrapper{display:none !important;opacity:0 !important;pointer-events:none !important}.bg-group .bg-layer.bg-video{position:absolute;inset:0;overflow:hidden}.bg-layer.bg-overlay{z-index:0}.bg-pos-top,.bg-pos-top>.bg-image{background-position:top center !important}.bg-pos-bottom,.bg-pos-bottom>.bg-image{background-position:bottom center !important}.bg-pos-left,.bg-pos-left>.bg-image{background-position:center left !important}.bg-pos-right,.bg-pos-right>.bg-image{background-position:center right !important}.bg-pos-center,.bg-pos-center>.bg-image{background-position:center center !important}img.bg-pos-top,.bg-pos-top>img{align-self:flex-start !important}img.bg-pos-bottom,.bg-pos-bottom>img{align-self:flex-end !important}img.bg-pos-left,.bg-pos-left>img{align-self:flex-start !important}img.bg-pos-right,.bg-pos-right>img{align-self:flex-end !important}img.bg-pos-center,.bg-pos-center>img{align-self:center !important}.overflow-hidden{overflow:hidden}.accordion-module{--accordion-border-color: #9e9e9e;--accordion-bg-default: #ebebeb;border:none;overflow:hidden;border-radius:28px}.accordion-module .accordion-title{margin:0;padding:0}.accordion-module .tab-trigger{display:block;width:100%;position:relative;text-align:left;padding:1.5rem 3rem 1.5rem 1rem;background:var(--accordion-bg-default);border:0;cursor:pointer}.accordion-module .tab-trigger:not(:has(+ .tab-panel:last-of-type)){border-bottom:1px solid var(--accordion-border-color)}.accordion-module .tab-trigger i{position:absolute;right:1rem;top:0;bottom:0;display:flex;align-items:center;justify-content:center;font-size:1.25rem;transition:transform 200ms ease}.accordion-module .tab-trigger.is-active{background:#004E7D;color:#FFFFFF}.accordion-module .tab-trigger.is-active i{transform:rotate(180deg);color:#FFFFFF}.accordion-module .tab-panel{overflow:hidden;max-height:0;opacity:0;transform:translateY(-4px);transition:max-height 300ms ease, opacity 200ms ease, transform 200ms ease}.accordion-module .tab-panel .accordion-content{padding:1.5rem 1rem}.accordion-module .tab-panel.is-active{max-height:1000px;opacity:1;transform:translateY(0);border-bottom:1px solid var(--accordion-border-color)}.accordion-module .tab-panel:last-child{border-bottom:0}@media only screen and (max-width:767px){.accordion-module .tab-panel{transition:none;max-height:none;opacity:1;transform:none}.accordion-module .tab-panel:not(.is-active){display:none}.accordion-module .tab-trigger i{transition:none}}.animate-on-scroll{opacity:0;transform:translateY(30px);transition:all 0.6s ease}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}.animate-fade{transform:none}.animate-left{transform:translateX(-40px)}.animate-right{transform:translateX(40px)}.animate-up{transform:translateY(40px)}.animate-down{transform:translateY(-40px)}.animate-on-scroll.visible.animate-left,.animate-on-scroll.visible.animate-right,.animate-on-scroll.visible.animate-up,.animate-on-scroll.visible.animate-down{transform:translate(0, 0)}.before-after-card{position:relative;width:100%;aspect-ratio:1;overflow:hidden;box-shadow:0 4px 12px rgba(0, 0, 0, 0.1);cursor:ew-resize}.before-after-card .before-img,.before-after-card .after-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;display:block;user-select:none;pointer-events:none}.before-after-card .after-wrapper{position:absolute;top:0;left:0;right:0;bottom:0;clip-path:inset(0 50% 0 0)}.before-after-card .slider-handle{position:absolute;top:0;left:50%;height:100%;transform:translateX(-50%);display:flex;align-items:center;justify-content:center;pointer-events:none}.before-after-card .slider-handle .handle-line{width:2px;background:rgba(255, 255, 255, 0.9);height:100%}.before-after-card .slider-handle .handle-dot{width:32px;height:32px;background:#fff;border-radius:50%;position:absolute;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;pointer-events:all;cursor:ew-resize;box-shadow:0 2px 8px rgba(0, 0, 0, 0.25);transition:background 0.2s ease, border-color 0.2s ease}.before-after-card .slider-handle .handle-dot:hover{background:#004E7D;border-color:#004E7D}.before-after-card .slider-handle .handle-dot:hover .arrow::before{border-color:#fff}.before-after-card .slider-handle .handle-dot .arrow{position:relative;width:10px;height:10px}.before-after-card .slider-handle .handle-dot .arrow::before{content:"";position:absolute;top:50%;width:8px;height:8px;border-top:2px solid #004E7D;border-right:2px solid #004E7D;transform:translateY(-50%) rotate(45deg);transition:border-color 0.2s ease}.before-after-card .slider-handle .handle-dot .arrow.left::before{transform:translateY(-50%) rotate(225deg);left:2px}.before-after-card .slider-handle .handle-dot .arrow.right::before{transform:translateY(-50%) rotate(45deg);right:2px}.btn,.btn-default{font-family:"work-sans";font-style:normal;font-variant:normal;font-weight:500;font-size:1rem;line-height:1.125;min-height:58px;border-radius:29px;padding:3px 58px 0;cursor:pointer;position:relative;text-align:center;text-decoration:none;appearance:unset;-webkit-appearance:unset;border:none;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden;position:relative;background:none;z-index:3;transition:all 0.55s cubic-bezier(0.25, 0.8, 0.25, 1)}.btn.ghost:not(:hover),.btn-default.ghost:not(:hover){background:transparent !important;border-color:transparent !important}.btn::before,.btn-default::before{content:"";position:absolute;inset:-3px;transition:all 0.375s ease;transform:translateX(0%);z-index:-2}.btn::after,.btn-default::after{content:"";position:absolute;inset:-3px;z-index:-1;transition:all 0.375s ease;transform:translateX(-100%)}.btn:hover::after,.btn-default:hover::after{transform:translateX(0%)}.btn:hover::before,.btn-default:hover::before{transform:translateX(100%)}.btn.small,.btn-default.small{font-size:80%;font-weight:500;padding:8px 1.375rem 6px;min-height:36px}.btn:active,.btn-default:active{transform:scale(0.98)}@media only screen and (max-width:767px){.btn,.btn-default{font-size:1rem;padding:0 52px;min-height:52px}.btn.small,.btn-default.small{min-height:34px}}.btn,.btn-default{color:#FFFFFF;border:#004E7D;background-color:#004E7D}.btn::before,.btn-default::before{background-color:#004E7D}.btn::after,.btn-default::after{background-color:#000e17}.btn:hover,.btn-default:hover{color:#FFFFFF;border:#000e17;background-color:#000e17}.btn-primary{color:#FFFFFF;border:#004E7D;background-color:#004E7D}.btn-primary::before{background-color:#004E7D}.btn-primary::after{background-color:#000e17}.btn-primary:hover{color:#FFFFFF;border:#000e17;background-color:#000e17}.btn-secondary{color:#000000;border:#53C0E9;background-color:#53C0E9}.btn-secondary::before{background-color:#53C0E9}.btn-secondary::after{background-color:#1891be}.btn-secondary:hover{color:#FFFFFF;border:#1891be;background-color:#1891be}.btn-white-ol{color:#00253B;border:2px solid #FFFFFF;background-color:#FFFFFF}.btn-white-ol::before{background-color:#FFFFFF}.btn-white-ol::after{background-color:transparent}.btn-white-ol:hover{color:#FFFFFF;border:2px solid transparent;background-color:transparent}.btn-primary-ol{color:#004E7D;border:#004E7D;background-color:transparent}.btn-primary-ol::before{background-color:transparent}.btn-primary-ol::after{background-color:#004E7D}.btn-primary-ol:hover{color:#FFFFFF;border:#004E7D;background-color:#004E7D}.btn-secondary-ol{color:#53C0E9;border:#53C0E9;background-color:transparent}.btn-secondary-ol::before{background-color:transparent}.btn-secondary-ol::after{background-color:#53C0E9}.btn-secondary-ol:hover{color:#FFFFFF;border:#53C0E9;background-color:#53C0E9}.btn-full{width:100%;text-align:center}.text-center .btn,.text-center.btn{margin-left:auto;margin-right:auto}.text-right .btn,.text-right.btn{margin-left:auto}.text-left .btn,.text-left.btn{margin-right:auto}.text-center.btn,.text-left.btn,.text-right.btn{display:inline-flex}.btn.ghost:not(:hover){border-color:transparent !important}.btn.ghost:before{display:none !important}.surgeon-card{border-radius:28px;overflow:hidden}.surgeon-card .headshot-link{position:relative;overflow:hidden;display:block}.surgeon-card .headshot-link .headshot{display:block;width:100%;height:auto;transition:transform 0.6s ease, filter 0.4s ease;transform-origin:center center}.surgeon-card .headshot-link:hover .headshot{transform:scale(1.08);filter:brightness(1.05) contrast(1.05)}section.fluid-ba-img-section .before-after-card{height:100%}.inline-fluid-img-section,.fluid-ba-img-section,.fluid-img-section{align-items:stretch;display:flex}.inline-fluid-img-section .container,.fluid-ba-img-section .container,.fluid-img-section .container{align-items:stretch;display:flex;justify-content:center}.inline-fluid-img-section .fluid-img-container,.fluid-ba-img-section .fluid-img-container,.fluid-img-section .fluid-img-container{top:0;bottom:0;width:48%;overflow:visible;position:absolute}@media only screen and (min-width:1080px){.inline-fluid-img-section.img-third .fluid-img-container,.fluid-ba-img-section.img-third .fluid-img-container,.fluid-img-section.img-third .fluid-img-container{width:33%}.inline-fluid-img-section.img-third .grid>.img-col,.fluid-ba-img-section.img-third .grid>.img-col,.fluid-img-section.img-third .grid>.img-col{grid-column:span 4}.inline-fluid-img-section.img-third .grid>*:not(.img-col),.fluid-ba-img-section.img-third .grid>*:not(.img-col),.fluid-img-section.img-third .grid>*:not(.img-col){grid-column:span 8}}.inline-fluid-img-section.img-right .fluid-img-container,.fluid-ba-img-section.img-right .fluid-img-container,.fluid-img-section.img-right .fluid-img-container{right:0;left:auto}@media only screen and (max-width:767px){.inline-fluid-img-section.img-right .img-col,.fluid-ba-img-section.img-right .img-col,.fluid-img-section.img-right .img-col{margin-right:-1.5rem !important}.inline-fluid-img-section.img-right.sm-col-reverse .img-col,.fluid-ba-img-section.img-right.sm-col-reverse .img-col,.fluid-img-section.img-right.sm-col-reverse .img-col{margin-right:0 !important;margin-left:-1.5rem !important}}.inline-fluid-img-section.img-left .fluid-img-container,.fluid-ba-img-section.img-left .fluid-img-container,.fluid-img-section.img-left .fluid-img-container{right:auto;left:0}@media only screen and (max-width:767px){.inline-fluid-img-section.img-left .img-col,.fluid-ba-img-section.img-left .img-col,.fluid-img-section.img-left .img-col{margin-left:-1.5rem !important}.inline-fluid-img-section.img-left.sm-col-reverse .img-col,.fluid-ba-img-section.img-left.sm-col-reverse .img-col,.fluid-img-section.img-left.sm-col-reverse .img-col{margin-left:0 !important;margin-right:-1.5rem !important}}.fluid-img-overlap-section{align-items:stretch;display:flex}.fluid-img-overlap-section .container{align-items:stretch;display:flex;justify-content:center}.fluid-img-overlap-section .fluid-img-container{position:absolute;top:0;bottom:0;overflow:visible;border-radius:0;z-index:-1;width:50%}.fluid-img-overlap-section.img-left .fluid-img-container{right:auto;left:0}.fluid-img-overlap-section.img-right .fluid-img-container{right:0;left:auto}@media only screen and (max-width:767px){.fluid-img-overlap-section .img-col{position:relative;margin-left:-1.5rem;margin-right:-1.5rem}}.fluid-img-overlap-section .content-group{padding-top:80px;padding-bottom:80px}@media only screen and (max-width:1023px){.fluid-img-overlap-section .content-group{padding-top:70px;padding-bottom:70px}}@media only screen and (max-width:767px){.fluid-img-overlap-section .content-group{padding-top:60px;padding-bottom:60px}}footer{background:#004E7D}footer .h4.footer-label{color:#53C0E9}footer a{color:#FFFFFF !important;text-decoration:none}footer a:hover{color:#53C0E9 !important}.footer-bottom{background-color:#00446e}.social-group{margin:0 -0.375rem -0.75rem -0.375rem}.social-group .social-wrapper{padding:0 0.375rem 0.75rem 0.375rem}input,textarea,select{font-size:18px;border-radius:15px;border:none;padding:1rem;line-height:1.45;color:#004E7D}@media only screen and (max-width:767px){input,textarea,select{font-size:16px}}input:focus,textarea:focus,select:focus{outline:none;background:#FFFFFF;box-shadow:0 0 0 3px #004E7D}.pf2-radio,.pf2-checkbox,.pf2-boolean{cursor:pointer}.pf2-radio input[type="radio"],.pf2-checkbox input[type="checkbox"],.pf2-boolean input[type="checkbox"]{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:20px;height:20px;border:2px solid #004E7D;border-radius:50%;display:inline-block;vertical-align:middle;margin-right:6px;position:relative;cursor:pointer;transition:all 0.2s ease}.pf2-checkbox input[type="checkbox"],.pf2-boolean input[type="checkbox"]{border-radius:4px}.pf2-radio input[type="radio"]:checked,.pf2-checkbox input[type="checkbox"]:checked,.pf2-boolean input[type="checkbox"]:checked{background-color:#004E7D;border-color:#004E7D}.pf2-radio input[type="radio"]:checked::after,.pf2-checkbox input[type="checkbox"]:checked::after,.pf2-boolean input[type="checkbox"]:checked::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background:#FFFFFF;border-radius:50%;width:8px;height:8px}.pf2-checkbox input[type="checkbox"]:checked::after,.pf2-boolean input[type="checkbox"]:checked::after{width:10px;height:6px;border-left:2px solid white;border-bottom:2px solid white;border-radius:0;background:transparent;transform:translate(-50%, -60%) rotate(-45deg)}.pf2-radio span,.pf2-checkbox span,.pf2-boolean span{vertical-align:middle}.paradigm-form2 .btn{height:fit-content}.paradigm-form2 .disclaimer{margin-top:0}@media only screen and (min-width:1421px){#site-header .header-inner .header-nav .menu-item a{color:rgba(0, 78, 125, 0.8)}#site-header .header-inner .header-nav .menu-item a.current-url,#site-header .header-inner .header-nav .menu-item a:hover,#site-header .header-inner .header-nav .menu-item a:focus{color:#004E7D}#site-header .header-inner .header-nav .menu-item a.current-url{font-weight:bold}.submenu-toggle>span{border-color:rgba(0, 0, 0, 0.8)}#site-header .header-inner .header-nav .menu-item a.current-url+.submenu-toggle>span,#site-header .header-inner .header-nav .menu-item a:hover+.submenu-toggle>span,#site-header .header-inner .header-nav .menu-item a:focus+.submenu-toggle>span{border-color:#004E7D}#site-header .header-inner .header-nav .menu-item .dropdown .dropdown-link{color:rgba(0, 0, 0, 0.8)}#site-header .header-inner .header-nav .menu-item .dropdown .dropdown-link+.submenu-toggle>span{border-color:rgba(0, 0, 0, 0.8)}#site-header .header-inner .header-nav .menu-item .dropdown .dropdown-link.current-url,#site-header .header-inner .header-nav .menu-item .dropdown .dropdown-link:hover,#site-header .header-inner .header-nav .menu-item .dropdown .dropdown-link:focus,#site-header .header-inner .header-nav .menu-top .top-item .dropdown .dropdown-link:hover,#site-header .header-inner .header-nav .menu-top .top-item .dropdown .dropdown-link:focus,#site-header .header-inner .header-nav .menu-top .top-item .dropdown .dropdown-link.current-url{background-color:#004E7D;color:#FFFFFF}#site-header .header-inner .header-nav .menu-item .dropdown .dropdown-link.current-url+.submenu-toggle>span,#site-header .header-inner .header-nav .menu-item .dropdown .dropdown-link:hover+.submenu-toggle>span,#site-header .header-inner .header-nav .menu-item .dropdown .dropdown-link:focus+.submenu-toggle>span{border-color:#FFFFFF}.dropdown,.dropdown>.dropdown-item:first-child>a,.dropdown.grandchild>.dropdown-link:first-child,.top-item .dropdown>.dropdown-link:first-child{border-top-left-radius:10px;border-top-right-radius:10px}.dropdown,.dropdown>.dropdown-item:last-child>a,.dropdown.grandchild>.dropdown-link:last-child,.top-item .dropdown>.dropdown-link:last-child{border-bottom-left-radius:10px;border-bottom-right-radius:10px}#site-header .header-inner .header-nav .menu-top a{color:#000000}#site-header .header-inner .header-nav .menu-top a:hover,#site-header .header-inner .header-nav .menu-top a:focus{color:#004E7D}#site-header .header-inner .header-nav .menu-top .top-item .dropdown,#site-header .header-inner .header-nav .menu-item .dropdown{top:150%}}@media only screen and (max-width:1420px){#site-header .header-inner .header-nav .menu-item a{color:#004E7D}}.text-center .icon-group-container{align-items:center;justify-content:center;text-align:left}.icon-group .icon img{width:50px;margin-right:0.5rem;max-width:unset;height:auto}@media only screen and (max-width:767px){.icon-group .icon img{width:40px}}.card-search-wrapper{padding-left:18px;padding-right:18px}@media only screen and (max-width:767px){.card-search-wrapper{padding-left:0;padding-right:0}}.card-search-wrapper .search-label{font-weight:600;margin-bottom:6px;display:block}.card-search-wrapper .search-input-wrapper{position:relative;display:flex;align-items:center}.card-search-wrapper .search-input-wrapper .card-search-input{width:100%;border:solid 2px #004E7D;color:#004E7D}.card-search-wrapper .search-input-wrapper .card-search-icon{position:absolute;color:#004E7D;right:12px;font-size:1.25rem}.highlight{background:#004E7D;color:#FFFFFF;padding:0 2px}.card-icon-container{height:75px}.img-card{position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;transition:all 750ms ease;box-shadow:0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);--overlay-collapsed-height: 30%;height:45vh;min-height:300px}@media only screen and (max-width:767px){.img-card{height:50vh;min-height:350px}}.img-card:hover{box-shadow:0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23)}.img-card:hover .bg-layer.bg-overlay{transform:scaleY(1)}.img-card:hover .card-content-inner{max-height:100%}.img-card:hover .show-container{opacity:1;max-height:500px}.img-card:hover .img-card-desc,.img-card:hover .btn{pointer-events:auto}.img-card-content{z-index:2;position:relative}.img-card-content>.bg-layer.bg-overlay{position:absolute;inset:0;z-index:1;transition:all 750ms ease}@media only screen and (min-width:1024px){.img-card:hover .img-card-content>.bg-layer.bg-overlay{top:-300px}}.card-content-inner{position:relative;z-index:2;width:100%;transition:max-height 600ms ease}.img-card-title{line-height:1.2}.show-container{transition:all 750ms ease}@media only screen and (min-width:1024px){.show-container{opacity:0;max-height:0;overflow:hidden}}.img-card-desc,.img-card-content .btn{pointer-events:none}.img-group-container{position:relative;overflow:visible;aspect-ratio:0.9333333333;display:flex;flex-direction:column;align-items:center;justify-content:center}@media only screen and (max-width:767px){.img-group-container{max-height:calc(100% + 160px)}}.img-group-container .img-group{position:absolute;left:50%;top:50%;width:100%;height:100%;transform:translate(-50%, -50%);object-fit:cover}.img-group-container .img-group .img{position:absolute;width:60%;height:75%;background-size:cover;background-position:center center}.img-group-container .img-group .top{top:0}.img-group-container .img-group .bottom{bottom:0}.img-group-container .img-group .left{left:0}.img-group-container .img-group .right{right:0}.slider-viewport{position:relative;width:100%;min-height:400px}.slider-dot{appearance:unset;-webkit-appearance:unset;line-height:1;height:16px;width:16px;border-radius:8px;border:none;background:#ccc}.slider-dot:hover{background:#004E7D;cursor:pointer}.slider-dot.is-active{background:#53C0E9}.slider-dot:focus-visible{outline:2px solid #004E7D;outline-offset:3px}.slider-btn{display:flex;align-items:center;justify-content:center;font-size:1.5rem;line-height:1;height:48px;width:48px;border-radius:24px;appearance:none;-webkit-appearance:none;border:none;background:#004E7D;color:#FFFFFF;transition:background 200ms ease, color 200ms ease, opacity 200ms ease;cursor:pointer}.slider-btn i{display:flex;align-items:center;justify-content:center}.slider-btn:hover{background:#53C0E9;color:#FFFFFF}.slider-btn:focus-visible{outline:2px solid #FFFFFF;outline-offset:3px;box-shadow:0 0 0 5px #004E7D}@media only screen and (min-width:1490px){.slider-btn{position:absolute;top:50%}.slider-btn.slider-btn-prev{left:calc((100vw - 1400px) / -4);transform:translateY(-50%) translateX(-50%)}.slider-btn.slider-btn-next{right:calc((100vw - 1400px) / -4);transform:translateY(-50%) translateX(50%)}.slider-pagination{position:absolute;display:flex;width:50%;flex-direction:row;align-items:center;justify-content:center;bottom:0;gap:5px}.img-left .slider-pagination{left:auto;right:0}.img-right .slider-pagination{right:auto;left:0}}@media only screen and (max-width:1489px){.slider-section{z-index:10}.slider{transform:unset !important}.slider-pagination{gap:5px;display:flex}.slider-controls{position:fixed;bottom:1.5rem;display:flex;flex-direction:row;align-items:center;justify-content:space-between;bottom:1.5rem;left:1.5rem;right:1.5rem;height:60px;border-radius:30px;background:#FFFFFF;gap:10px;padding:0 8px;transition:all 0.4s ease;z-index:11;box-shadow:0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);margin-bottom:-100px}.slider-controls.in-view{margin-bottom:0px}body.slider-in-view .back-to-top{bottom:100px !important}.img-left .slider-pagination{left:auto;right:0}.img-right .slider-pagination{right:auto;left:0}}.slider-slide{position:absolute;top:0;left:0;width:100%;opacity:0;pointer-events:none;transition:opacity 420ms ease, transform 420ms ease;transform:translateX(40px)}.slider-slide.is-active{opacity:1;pointer-events:auto;transform:translateX(0);position:relative}.slider-slide.slide-in{opacity:0;transform:translateX(-30px);animation:sliderIn 420ms ease forwards}.slider-slide.slide-out{opacity:1;transform:translateX(0);animation:sliderOut 420ms ease forwards}@keyframes sliderIn{from{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes sliderOut{from{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(30px)}}.slider-slide .slider-content>*{opacity:0;transform:translateY(15px);transition:opacity 420ms ease, transform 420ms ease}.slider-slide.is-active .slider-content>*{opacity:1;transform:translateY(0)}.slide-count{display:block;margin-right:auto;margin-left:0;width:100%;max-width:50px;font-weight:bold;text-align:left;padding-bottom:10px;margin-bottom:10px;opacity:0.6;transition:opacity 0.375s ease, max-width 0.4s ease;position:relative}.slide-count::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background:#4abbff;opacity:0.3;transform:scaleX(0.3);transform-origin:left center;transition:transform 0.5s ease, background 0.5s ease, opacity 0.5s ease}.count-active .slide-count{opacity:1;max-width:600px}.count-active .slide-count::after{background:#004E7D;opacity:1;transform:scaleX(1)}@media (prefers-reduced-motion:reduce){.slider-slide,.slider-slide.slide-in,.slider-slide.slide-out,.slider-slide .slider-content>*{animation:none !important;transition:none !important;transform:none !important}}.tabs-module{}.tabs-module .tabs-nav{display:grid;gap:1rem;z-index:0}.tabs-module .tabs-nav .tab-trigger{display:inline-flex;align-items:center;justify-content:center;width:auto;padding:1rem 1.5rem;background:#0087d9;color:#FFFFFF;border:0;border-radius:0;font-weight:700;text-align:center;cursor:pointer;transition:background-color 200ms ease, box-shadow 200ms ease;box-shadow:0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23)}.tabs-module .tabs-nav .tab-trigger.is-active{background:#004E7D;box-shadow:0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22)}.tabs-module .mobile-tab-trigger{display:block;position:relative;width:100%;padding:1.25rem 1rem;background:#0087d9;color:#FFFFFF;border:0;border-radius:0;font-weight:700;text-align:left;cursor:pointer;transition:background-color 200ms ease, box-shadow 200ms ease;box-shadow:0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23)}.tabs-module .mobile-tab-trigger i{position:absolute;right:1rem;font-size:1.25rem;top:0;bottom:0;display:flex;align-items:center;justify-content:center;transition:transform 200ms ease}.tabs-module .mobile-tab-trigger.is-active{background:#004E7D;box-shadow:0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22)}.tabs-module .mobile-tab-trigger.is-active i{transform:rotate(180deg)}.tabs-module .tabs-panels{position:relative;z-index:2}.tabs-module .tab-panel{position:absolute;inset:0;opacity:0;visibility:hidden;pointer-events:none;transition:opacity 300ms ease, transform 300ms ease, visibility 0ms linear 300ms}.tabs-module .tab-panel.is-active{position:relative;opacity:1;visibility:visible;pointer-events:auto;transition:opacity 300ms ease, transform 300ms ease, visibility 0ms}.tabs-module .tab-media{position:relative;overflow:hidden;border-radius:28px}.tabs-module .tab-content{opacity:0;transform:translateY(8px);transition:opacity 300ms ease, transform 300ms ease}.tabs-module .tab-panel.is-active .tab-content{opacity:1;transform:translateY(0);transition-delay:100ms}@media only screen and (min-width:768px){.tabs-module .tabs-nav .tab-trigger{border-top-left-radius:28px;border-top-right-radius:28px}.tabs-module .tab-panel{border-top-right-radius:28px;border-bottom-left-radius:28px;border-bottom-right-radius:28px}}@media only screen and (max-width:767px){.tabs-module .mobile-tab-trigger{border-radius:28px !important}.tabs-module .mobile-tab-trigger.is-active{border-bottom-left-radius:0 !important;border-bottom-right-radius:0 !important}.tabs-module .tab-panel{border-bottom-left-radius:28px;border-bottom-right-radius:28px}}.rounded{border-radius:28px}.rounded-l{border-top-left-radius:28px;border-bottom-left-radius:28px}.rounded-r{border-top-right-radius:28px;border-bottom-right-radius:28px}.rounded-t{border-top-left-radius:28px;border-top-right-radius:28px}.rounded-b{border-bottom-left-radius:28px;border-bottom-right-radius:28px}.rounded-lg{border-radius:54px}.rounded-lg-l{border-top-left-radius:54px;border-bottom-left-radius:54px}.rounded-lg-r{border-top-right-radius:54px;border-bottom-right-radius:54px}.rounded-lg-t{border-top-left-radius:54px;border-top-right-radius:54px}.rounded-lg-b{border-bottom-left-radius:54px;border-bottom-right-radius:54px}.shadow-1{box-shadow:0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24)}.shadow-2{box-shadow:0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)}.shadow-3{box-shadow:0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23)}.shadow-4{box-shadow:0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22)}.shadow-5{box-shadow:0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22)}.video-card-section{z-index:2}.carousel-card{box-shadow:0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)}.video-card-carousel .slider-viewport{overflow:hidden;width:100%}.video-card-carousel .slider-track{transition:transform 420ms ease;will-change:transform}.video-card-carousel .card-grid{display:flex;flex-wrap:nowrap;gap:1.5rem;--carousel-gap: 1.5rem}.video-card-carousel .carousel-card{transition:transform 0.35s ease, opacity 0.35s ease}.video-card-carousel .carousel-card:not(.vanilla){flex:0 0 calc((100% - (var(--carousel-gap) * 2)) / 3);opacity:0.6;transform:scale(0.92)}.video-card-carousel .carousel-card.is-active{opacity:1;transform:scale(1);z-index:2;box-shadow:0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23)}@media (max-width:1024px){.video-card-carousel .carousel-card{flex-basis:calc((100% - var(--carousel-gap)) / 2)}}@media (max-width:640px){.video-card-carousel .carousel-card{flex-basis:100%}}@media only screen and (min-width:1490px){.video-card-section .slider-pagination{width:100%}.video-card-section .video-card-carousel .slider-viewport{padding-bottom:4rem}}@media only screen and (max-width:1489px){.video-card-section .video-card-carousel .slider-viewport{padding-bottom:1rem}.video-card-section .video-card-carousel{margin-left:-1rem;margin-right:-1rem}}@media only screen and (max-width:767px){.video-card-carousel .card-grid{display:flex !important;flex-wrap:nowrap !important;flex-direction:row !important;gap:1rem}.video-card-carousel .card-grid>*{width:auto !important;max-width:none !important;flex:0 0 auto}.video-card-carousel .carousel-card{flex:0 0 76% !important;max-width:400px !important}.video-card-carousel .slider-viewport{overflow:hidden}}.video-modal{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity 300ms ease}.video-modal[hidden]{display:none}.video-modal[aria-hidden="false"]{opacity:1;pointer-events:auto}.video-modal-backdrop{position:absolute;inset:0;background:rgba(0, 0, 0, 0.85)}.video-modal-content{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:1rem}.video-modal-embed{position:relative;width:100%;max-width:1600px;aspect-ratio:1.7777777778;background:#000}.video-modal-embed iframe,.video-modal-embed video{position:absolute;inset:0;width:100%;height:100%;border:0}.video-modal-close{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;border:1px solid rgba(255, 255, 255, 0.5);border-radius:4px;background:rgba(0, 0, 0, 0.45);color:#fff;font-size:1.5rem;line-height:1;cursor:pointer}.video-modal-close:hover{background:rgba(0, 0, 0, 0.75);border-color:#fff}.video-modal-close:focus-visible{outline:3px solid #fff;outline-offset:2px}body.video-modal-open{overflow:hidden}.video-modal{}.video-modal .video-modal-bar{position:absolute;top:1rem;right:1rem;z-index:3;display:flex;align-items:center;gap:0.5rem}.video-modal .video-modal-transcript-toggle{display:inline-flex;align-items:center;gap:0.4rem;height:2.25rem;padding:0 0.75rem;border:1px solid rgba(255, 255, 255, 0.5);border-radius:4px;background:rgba(0, 0, 0, 0.45);color:#fff;font-size:0.8125rem;line-height:1;cursor:pointer}.video-modal .video-modal-transcript-toggle[hidden]{display:none}.video-modal .video-modal-transcript-toggle:hover{background:rgba(0, 0, 0, 0.75);border-color:#fff}.video-modal .video-modal-transcript-toggle:focus-visible{outline:3px solid #fff;outline-offset:2px}.video-modal .video-modal-transcript-toggle[aria-expanded="true"]{background:#fff;color:#111;border-color:#fff}.video-modal .video-modal-stage{display:flex;align-items:center;justify-content:center;gap:1rem;width:100%;height:100%;min-width:0;min-height:0}.video-modal .video-modal-stage .video-modal-embed{flex:0 1 auto;width:auto;height:100%;max-height:100%;max-width:min(1600px, 100%);min-width:0}.video-modal .video-modal-transcript{flex:0 0 380px;align-self:stretch;display:flex;flex-direction:column;min-height:0;margin-top:3rem;padding:1rem;border-radius:4px;background:rgba(255, 255, 255, 0.06);color:#fff;text-align:left}.video-modal .video-modal-transcript[hidden]{display:none}.video-modal .video-modal-transcript-heading{flex:0 0 auto;margin:0 0 0.5rem;font-size:0.9375rem;font-weight:700}.video-modal .video-transcript{flex:1 1 auto;min-height:0;overflow-y:auto;margin:0;padding:0;list-style:none;overscroll-behavior:contain}.video-modal .video-transcript>li{margin:0}.video-modal .video-transcript-cue{display:flex;gap:0.6rem;width:100%;padding:0.35rem 0.5rem;border:0;border-radius:3px;background:transparent;color:rgba(255, 255, 255, 0.75);text-align:left;font-size:0.875rem;line-height:1.5;cursor:pointer}.video-modal .video-transcript-cue:hover{background:rgba(255, 255, 255, 0.1);color:#fff}.video-modal .video-transcript-cue:focus-visible{outline:2px solid #fff;outline-offset:-2px}.video-modal .video-transcript-cue.is-active{background:rgba(255, 255, 255, 0.16);box-shadow:inset 3px 0 0 0 #fff;color:#fff;font-weight:600}.video-modal .video-transcript-time{flex:0 0 auto;min-width:2.75rem;font-variant-numeric:tabular-nums;opacity:0.7}.video-modal .video-transcript-text{flex:1 1 auto}@media screen and (max-width:1024px),screen and (orientation:portrait){.video-modal-stage{flex-direction:column;gap:0.5rem}.video-modal-transcript{flex:0 1 auto;align-self:stretch;margin-top:0;max-height:40vh}.video-modal-stage .video-modal-embed{flex:0 1 auto;width:100%;height:auto;max-width:100%}}a{color:#004E7D;text-decoration:none}.btn{box-shadow:0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)}.hero-section{margin-top:-2px}.white-bullets ul li::before{color:#FFFFFF !important}.text-shadow h1,.text-shadow h2,.text-shadow h3,.text-shadow p,.text-shadow .btn{text-shadow:1px 1px 0 rgba(0, 0, 0, 0.11)}@media only screen and (max-width:767px){.d-none-on-mobile{display:none}.fluid-img-section.img-left.sm-col-reverse .img-col{padding-right:1.5rem !important;margin-left:-1.5rem !important}.text-center{text-align:left !important}}.reduce-gap .grid{gap:2rem !important}.padding-top-60{padding-top:60px}@media only screen and (max-width:767px){.padding-top-60{padding-top:40px}}.narrow-element-40{max-width:900px;margin:auto;padding-bottom:40px}@media only screen and (max-width:767px){.narrow-element-40{max-width:100% !important}}.narrow-element{max-width:900px;margin:auto}@media only screen and (max-width:767px){.narrow-element{max-width:100% !important}}.neg-margin-offset{margin-top:-150px;padding-top:210px}@media only screen and (max-width:767px){.neg-margin-offset{margin-top:0 !important;padding-top:40px}}.light-hvr a:hover{color:white !important;text-shadow:1px 1px 0 rgba(0, 0, 0, 0.11)}.bg-primary-5{background-color:#003e64}.bg-seafoam{background-color:#E1ECED}.bg-green-l{background-color:#E9F2F5}.bg-blue-l{background-color:#A1D9EF !important}.red{color:red !important}.bg-none{background:none}ul li:before{background-color:#1891be !important}.count-active .slide-count::after{background:#1891be !important}.hide-desk{display:none}@media only screen and (max-width:767px){.hide-desk{display:block}}@media only screen and (max-width:767px){.hide-mobl{display:none}}.video-figure{margin-bottom:0 !important}.video-figure video{border-radius:28px;box-shadow:0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important}.header-logo{max-height:120px !important}@media only screen and (max-width:1420px){.header-logo{max-height:90px !important}}@media only screen and (max-width:1023px){.header-logo{max-height:80px !important}}@media only screen and (max-width:767px){.header-logo{max-height:70px !important}}@media only screen and (min-width:1421px){#site-header .header-inner .header-nav .menu-top{background:#53C0E9}#site-header .header-inner .header-nav .menu-top a{color:#FFFFFF}#site-header .header-inner .header-nav .menu-top a+.submenu-toggle .chevron{border-color:#FFFFFF}#site-header .header-inner .header-nav .menu-top a:hover,#site-header .header-inner .header-nav .menu-top a:focus,#site-header .header-inner .header-nav .menu-top a:focus-within{color:#004E7D}#site-header .header-inner .header-nav .menu-top a:hover+.submenu-toggle .chevron,#site-header .header-inner .header-nav .menu-top a:focus+.submenu-toggle .chevron,#site-header .header-inner .header-nav .menu-top a:focus-within+.submenu-toggle .chevron{border-color:#004E7D}#site-header .header-inner .header-nav .menu-top a.current-url{color:#004E7D}#site-header .header-inner .header-nav .menu-top a.current-url+.submenu-toggle .chevron{border-color:#53C0E9}}@media only screen and (min-width:1421px){#site-header .header-inner .header-nav .menu-left a{color:#004E7D}}@media only screen and (max-width:1420px){#site-header .header-inner .menu-toggle .toggle-icon{color:#00253B}}.footer-main{background:#00253B;color:#FFFFFF}.footer-link{color:#FFFFFF !important}.footer-bottom{color:#FFFFFF;background:#00253B}img.footer-logo-img{max-width:250px}.h4.footer-label{font-family:"work-sans";font-style:normal;font-weight:500;font-size:18px;line-height:1.5;margin-top:1rem;margin-bottom:1rem;font-weight:900;text-transform:capitalize;color:#FFFFFF !important}#site-footer .social-group a.social-link{color:#53C0E9 !important;font-size:1.5rem}#site-footer .social-group a.social-link:hover{color:#FFFFFF !important}.cta-section.primary-half-color{background-color:#E1ECED;position:relative}.cta-section.primary-half-color::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:45%;background:#00253B;z-index:-1}.cta-section.green-half-color{background-color:#FFFFFF;position:relative}.cta-section.green-half-color::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:45%;background:#E9F2F5;z-index:-1}.footer-main{position:relative;overflow:clip;overflow:hidden}.footer-main::before{content:"";position:absolute;background-image:url("/wp-content/uploads/2026/07/floating-element.webp");bottom:200px;right:-49px;transform:translateY(20%);width:200px;height:200px;background-repeat:no-repeat;background-size:contain;background-position:center;pointer-events:none;z-index:-1}@media only screen and (max-width:767px){.footer-main::before{width:30vw;height:30vh;right:-46px;bottom:0;transform:unset}}@media only screen and (max-width:1665px) and (min-width:1020px){.footer-main{padding-right:8vw}}.back-to-top{background-color:#004E7D;border-radius:25px;color:#FFFFFF}.back-to-top:hover{background-color:#53C0E9}.overlay-primary{background-color:#004E7D;opacity:0.75}.overlay-primary:before{content:"";position:absolute;inset:0;background-color:#004E7D;mix-blend-mode:multiply;opacity:0.75}.overlay-secondary{background-color:#53C0E9;opacity:0.75}.overlay-secondary:before{content:"";position:absolute;inset:0;background-color:#53C0E9;mix-blend-mode:multiply;opacity:0.75}.overlay-tertiary{background-color:#46B978;opacity:0.75}.overlay-tertiary:before{content:"";position:absolute;inset:0;background-color:#46B978;mix-blend-mode:multiply;opacity:0.75}.overlay-white{background:linear-gradient(to bottom, rgba(144, 213, 243, 0.75) 0%, rgba(255, 255, 255, 0.75) 100%);opacity:0.65}.overlay-black{background-color:#000000;opacity:0.65}.home-hero-section div.img-col{z-index:-1}.home-hero-section div.img-col .img-wrapper{position:relative;width:800px;right:9rem}.home-hero-section div.img-col .img-wrapper img,.home-hero-section div.img-col .img-wrapper .section-img{object-fit:cover;object-position:top}@media only screen and (max-width:767px){.home-hero-section{padding-top:2rem}.home-hero-section .container .content-col>div>div{background-color:transparent !important;box-shadow:none !important;padding:0 !important}.home-hero-section div.img-col .img-wrapper{width:100%;right:0;margin:0 auto;height:50vh}.home-hero-section div.img-col .img-wrapper img,.home-hero-section div.img-col .img-wrapper .section-img{width:100%;height:100%}}.card-item{background:linear-gradient(to bottom, transparent 0%, #FFFFFF 5%, #53C0E9 100%);padding:1rem 2rem !important}.card-item p{color:#000000}.slider{border-radius:28px;padding:2rem;background-color:#FFFFFF;box-shadow:0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23)}.slider .slider-img{box-shadow:none !important}.slider .slider-pagination{padding-bottom:2rem}.fluid-img-section{position:relative;z-index:1;isolation:isolate}.fluid-img-section.floating-element-left>.container.fluid::before,.fluid-img-section.floating-element-right>.container.fluid::before{content:"";position:absolute;z-index:1;width:250px;height:250px;background-image:url("/wp-content/uploads/2026/07/floating-element.webp");background-repeat:no-repeat;background-size:contain;pointer-events:none;filter:drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2))}@media only screen and (max-width:767px){.fluid-img-section.floating-element-left>.container.fluid::before,.fluid-img-section.floating-element-right>.container.fluid::before{display:none}}.fluid-img-section.floating-element-left>.container.fluid::before{bottom:-126px;left:-50px}.fluid-img-section.floating-element-right>.container.fluid::before{bottom:-126px;right:-50px}@media only screen and (max-width:767px){.floating-element-left{padding-bottom:0 !important}section.min-height-80vh{min-height:50vh !important}}.fluid-img-section+section{position:relative;z-index:auto}.child-page-header .floating-element-right .img-col.img-right::before{content:"";position:absolute;z-index:1;width:250px;height:250px;background-image:url("/wp-content/uploads/2026/07/floating-element.webp");background-repeat:no-repeat;background-size:contain;pointer-events:none;filter:drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));bottom:-105px;right:-50px}@media only screen and (max-width:767px){.child-page-header .floating-element-right .img-col.img-right::before{display:none}}.cta-section.floating-element .container{position:relative !important}.cta-section.floating-element .container::before{content:"";position:absolute;z-index:1;width:250px;height:250px;background-image:url("/wp-content/uploads/2026/07/floating-element.webp");background-repeat:no-repeat;background-size:contain;pointer-events:none;filter:drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));top:50%;left:1.5%;transform:translate(-50%, -50%)}@media only screen and (max-width:767px){.cta-section.floating-element .container::before{top:22%;left:10%;width:35%;height:35%}}.dr-bio.floating-element .container{position:relative !important}.dr-bio.floating-element .container::before{content:"";position:absolute;z-index:1;width:250px;height:250px;background-image:url("/wp-content/uploads/2026/07/floating-element.webp");background-repeat:no-repeat;background-size:contain;pointer-events:none;filter:drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));top:30%;left:-10%}@media only screen and (max-width:767px){.dr-bio.floating-element .container::before{top:23%;width:33%;height:33%}}@media only screen and (max-width:767px){.child-page-header img,.fluid-img-section.img-right img{margin-left:-1.5rem;border-top-right-radius:28px;border-bottom-right-radius:28px;border-top-left-radius:0 !important;border-bottom-left-radius:0 !important}}.accordion-module .tab-trigger{background-color:#006eb0;color:#FFFFFF}.accordion-module .tab-trigger:not(:has(+ .tab-panel:last-of-type)),.accordion-module .tab-panel.is-active{border-bottom:1px solid #FFFFFF}.overflow-crds .d-flex{gap:40px;align-items:stretch}@media only screen and (max-width:767px){.overflow-crds .d-flex{flex-direction:column !important}}hr{border:none;border-top:2px solid #53C0E9}.rpi-card-inner{background-color:#bfe5f3 !important}.rpi-content .rpi-card-inner.rpi-logo::before{background-color:transparent !important}.rpi .rpi-ltgt,.rpi-ltgt.rpi-gt{background-color:#004E7D !important}.rpi .rpi-ltgt::before{background-color:white !important}.rpi-ltgt.rpi-gt::after{background-color:white !important}.rpi-dots .rpi-dot.active{background-color:#53C0E9 !important}.cky-btn-revisit-wrapper{background-color:#53C0E9 !important;box-shadow:0px 2px 10px #2d2d2e9c}.cky-revisit-bottom-left{bottom:30px !important;left:30px !important}@media only screen and (max-width:767px){.cky-revisit-bottom-left{left:15px !important}}#team-page div.card-search-wrapper{display:none}#team-page #card-grid>div>div>p:nth-child(2)>img{border-radius:28px !important}#team-page+section{z-index:-1;margin-top:-40vh}.pf2-alert-container .bg-primary{background:#b65f01 !important}.pf2-label-error.bg-primary{background:#b65f01 !important}.pf2-progress-fill,.pf2-step-circle.active,.pf2-step-circle.completed,.pf2-option-card.active .pf2-checkmark,.pfw-alert-container .label{background:#53C0E9 !important}.pf2-option-card.active,.pf2-checkmark,.pf2-option-card.active .pf2-checkmark,.paradigm-form2 input:focus,.paradigm-form2 select:focus,.paradigm-form2 textarea:focus{border-color:#53C0E9 !important}.pf2-option-card.active{box-shadow:0 8px 16px rgba(0, 0, 0, 0.18), 0 0 0 3px rgba(83, 192, 233, 0.18) !important}.pf2-option-card:hover{box-shadow:0 6px 14px rgba(0, 0, 0, 0.15), 0 0 0 3px rgba(83, 192, 233, 0.1) !important}.paradigm-form2 input:focus,.paradigm-form2 select:focus,.paradigm-form2 textarea:focus{border-color:#004E7D !important;box-shadow:0 8px 16px rgba(0, 0, 0, 0.18), 0 0 0 3px rgba(83, 192, 233, 0.18) !important}.hero-section-video{position:relative}.hero-section-video .bg-group{background-image:url("https://wordpress-666914-6543192.cloudwaysapps.com/wp-content/uploads/2026/07/pat01-top-short.webp") !important;background-size:cover;background-position:top center}.hero-section-video .bg-group .bg-layer.bg-primary{background:none !important}.hero-section-video .container{position:relative}.hero-section-video .default-cols-2>*{grid-column:span 5}.hero-section-video .bg-layer.bg-video{position:static !important}.hero-section-video .bg-layer.bg-video .bg-video-element{position:absolute !important;top:50%;right:6rem;transform:translateY(-50%);width:52% !important;height:85%;object-fit:cover;border-radius:28px;box-shadow:0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);z-index:1}@media only screen and (max-width:1439px){.hero-section-video .bg-layer.bg-video .bg-video-element{right:1.5rem}}.hero-section-video .grid.default-cols-2{position:relative;z-index:2}.hero-section-video .content-col{align-items:center}.hero-section-video .content-col .content-group{background-color:#ffffff;padding:2.1rem;border-radius:28px;box-shadow:0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);position:relative;z-index:2;margin-right:-5rem}@media only screen and (max-width:767px){.hero-section-video{display:flex;flex-direction:column;gap:0;padding-top:0;padding-bottom:2rem}.hero-section-video .bg-group{order:2;position:relative;min-height:300px}.hero-section-video .container{order:1;position:relative;z-index:2;background-image:url(https://wordpress-666914-6543192.cloudwaysapps.com/wp-content/uploads/2026/07/pat01-top-short.webp) !important;background-size:cover;background-position:top center;padding-top:5%}.hero-section-video .bg-layer.bg-video{position:relative !important;width:100%;height:320px}.hero-section-video .bg-layer.bg-video .bg-video-element{position:absolute !important;top:0 !important;left:0 !important;right:0 !important;bottom:0 !important;width:100% !important;height:100% !important;transform:none !important;object-fit:cover;border-radius:0 !important}.hero-section-video .grid.default-cols-2{height:auto;display:block}.hero-section-video .content-col .content-group{margin-right:0;margin-top:0;max-width:100%;padding:1.7rem;margin-bottom:-40px}}