:where(.wp-site-blocks :focus) {
outline: none !important;
}   @media (max-width: 781px) {
:root {
--wp--preset--spacing--20: 8px;
--wp--preset--spacing--30: 16px;
--wp--preset--spacing--40: 24px;
--wp--preset--spacing--50: 32px;
--wp--preset--spacing--60: 40px;
--wp--preset--spacing--70: 48px;
--wp--preset--spacing--80: 56px;
}
}  * {
-webkit-tap-highlight-color:transparent;
}.text-accent { color: var(--wp--preset--color--accent-1); }
.text-balance, .text-balance * { text-wrap: balance; }
.text-pretty, .text-pretty * { text-wrap: pretty; }  .aspect { overflow: hidden; }
.aspect .wp-block-image img,
.aspect img,
.aspect video {
width: 100%;
height: 100%;
object-fit: cover;
}
.ratio-1-1 { aspect-ratio: 1 / 1; }
.ratio-4-3 { aspect-ratio: 4 / 3; }
.ratio-3-4 { aspect-ratio: 3 / 4; }
.ratio-16-9 { aspect-ratio: 16 / 9; }
.ratio-9-16 { aspect-ratio: 9 / 16; }
.ratio-21-9 { aspect-ratio: 21 / 9; }
.ratio-2-1 { aspect-ratio: 2 / 1; }
.ratio-1-2 { aspect-ratio: 1 / 2; }
.wp-block-group.aspect.ratio-1-1 { flex-wrap: wrap !important; }   .col { flex-direction: column !important; }
.col-rev { flex-direction: column-reverse !important; }
.row { flex-direction: row !important; }
.row-rev { flex-direction: row-reverse !important; } @media (max-width: 1024px) {
.tab-col { flex-direction: column !important; }
.tab-col-rev { flex-direction: column-reverse !important; }
.tab-row { flex-direction: row !important; }
.tab-row-rev { flex-direction: row-reverse !important; }
.tab-width-full { width: 100% !important; }
.tab-width-stretch { width: stretch !important; }
} @media (max-width: 767px) {
.mob-col { flex-direction: column !important; }
.mob-col-rev { flex-direction: column-reverse !important; }
.mob-row { flex-direction: row !important; }
.mob-row-rev { flex-direction: row-reverse !important; }
.mob-width-full { width: 100% !important; }
.mob-width-stretch { width: stretch !important; }
}  .deco-none a,
.deco-semi a,
.deco-hover a {
text-decoration: none !important;
}
.deco-none a:hover {
text-decoration: none !important;
}
.deco-semi a:hover {
text-decoration: none !important;
opacity: 0.75 !important;
}
.deco-hover a:hover {
text-decoration: underline !important;
} .gradient-mask {
--mask-color: var(--wp--preset--color--base);
--mask-fade: color-mix(
in srgb,
var(--mask-color) 35%,
transparent
);
--mask-fade-thick: color-mix(
in srgb,
var(--mask-color) 45%,
transparent
);
} .gradient-mask.bright {
--mask-color: var(--wp--preset--color--base);
} .gradient-mask.gray {
--mask-color: var(--wp--preset--color--custom-pale-gray);
} .gradient-mask.dark {
--mask-color: var(--wp--preset--color--contrast);
} .gradient-mask.enable .wp-block-cover__background {
opacity: 1 !important;
} .gradient-mask.mask-top .wp-block-cover__background {
background: linear-gradient(
180deg,
var(--mask-color) 12%,
var(--mask-fade)
) !important;
}
.gradient-mask.mask-right .wp-block-cover__background {
background: linear-gradient(
270deg,
var(--mask-color) 35%,
var(--mask-fade)
) !important;
}
.gradient-mask.mask-bottom .wp-block-cover__background {
background: linear-gradient(
0deg,
var(--mask-color) 12%,
var(--mask-fade)
) !important;
}
.gradient-mask.mask-left .wp-block-cover__background {
background: linear-gradient(
90deg,
var(--mask-color) 35%,
var(--mask-fade)
) !important;
}
.gradient-mask.mask-all .wp-block-cover__background {
background: color-mix(
in srgb,
var(--mask-color) 80%,
transparent
) !important;
} @media (max-width: 768px) {
.gradient-mask.mask-mob-top .wp-block-cover__background {
background: linear-gradient(
180deg,
var(--mask-color) 12%,
var(--mask-fade)
) !important;
}
.gradient-mask.mask-mob-right .wp-block-cover__background {
background: linear-gradient(
270deg,
var(--mask-color) 35%,
var(--mask-fade)
) !important;
}
.gradient-mask.mask-mob-bottom .wp-block-cover__background {
background: linear-gradient(
0deg,
var(--mask-color) 12%,
var(--mask-fade)
) !important;
}
.gradient-mask.mask-mob-left .wp-block-cover__background {
background: linear-gradient(
90deg,
var(--mask-color) 35%,
var(--mask-fade)
) !important;
}
.gradient-mask.mask-mob-all .wp-block-cover__background {
background: color-mix(
in srgb,
var(--mask-color) 80%,
transparent
) !important;
}
} .gradient-mask.soft-top .wp-block-cover__background {
background: linear-gradient(
180deg,
transparent,
var(--mask-fade-thick)
) !important;
}
.gradient-mask.soft-right .wp-block-cover__background {
background: linear-gradient(
270deg,
transparent,
var(--mask-fade-thick)
) !important;
}
.gradient-mask.soft-bottom .wp-block-cover__background {
background: linear-gradient(
0deg,
transparent,
var(--mask-fade-thick)
) !important;
}
.gradient-mask.soft-left .wp-block-cover__background {
background: linear-gradient(
90deg,
transparent,
var(--mask-fade-thick)
) !important;
}
.gradient-mask.soft-all .wp-block-cover__background {
background: color-mix(
in srgb,
var(--mask-color) 35%,
transparent
) !important;
} @media (max-width: 768px) {
.gradient-mask.soft-mob-top .wp-block-cover__background {
background: linear-gradient(
180deg,
transparent,
var(--mask-fade-thick)
) !important;
}
.gradient-mask.soft-mob-right .wp-block-cover__background {
background: linear-gradient(
270deg,
transparent,
var(--mask-fade-thick)
) !important;
}
.gradient-mask.soft-mob-bottom .wp-block-cover__background {
background: linear-gradient(
0deg,
transparent,
var(--mask-fade-thick)
) !important;
}
.gradient-mask.soft-mob-left .wp-block-cover__background {
background: linear-gradient(
90deg,
transparent,
var(--mask-fade-thick)
) !important;
}
.gradient-mask.soft-mob-all .wp-block-cover__background {
background: color-mix(
in srgb,
var(--mask-color) 35%,
transparent
) !important;
}
}  .with-arrow:has(a) a,
a.with-arrow {
display: inline-flex;
align-items: center;
gap: 0.4em;
}
.with-arrow:has(a) a:after,
a.with-arrow::after {
content: "";
width: 0.3em;
height: 0.3em;
border-top: 2px solid currentColor;
border-right: 2px solid currentColor;
transform: rotate(45deg);
flex-shrink: 0;
transition: transform 0.2s ease;
}
.with-arrow:has(a):hover  a::after,
a.with-arrow:hover::after {
transform: translateX(2px) rotate(45deg);
}   .rlg-external-link {
display: inline-flex;
gap: 0.4em;
align-items: center;
width: fit-content;
color: inherit;
text-decoration: none;
}
.rlg-external-link:hover {
text-decoration: underline;
text-underline-offset: 0.2em;
}
.rlg-external-link__icon {
display: block;
width: 1em;
height: 1em;
flex: 0 0 auto;
transition: transform 0.18s ease;
}
.rlg-external-link:hover .rlg-external-link__icon {
transform: translate(2px, -2px);
}
@media (prefers-reduced-motion: reduce) {
.rlg-external-link__icon {
transition: none;
}
}   .rlg-featured-video {
position: relative;
display: block;
width: 100%;
overflow: hidden;
background: #1e1e1e;
aspect-ratio: 16 / 9;
}
.rlg-featured-video video {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
cursor: pointer;
}
.rlg-video-play {
position: absolute;
top: 50%;
left: 50%;
z-index: 3;
display: grid;
place-items: center;
width: 5rem;
height: 5rem;
padding: 0;
color: var(--wp--preset--color--base);
background: rgb(from var(--wp--preset--color--base) r g b / 0.12);
border: 1px solid rgb(from var(--wp--preset--color--base) r g b / 0.28);
border-radius: 999px;
backdrop-filter: blur(16px);
-webkit-backdrop-filter: blur(16px);
box-shadow:
0 .5rem 2rem rgb(0 0 0 / .18),
inset 0 1px 1px rgb(255 255 255 / .18);
cursor: pointer;
transform: translate(-50%, -50%);
transition:
background .25s ease,
border-color .25s ease,
transform .25s ease,
opacity .25s ease,
box-shadow .25s ease;
}
.rlg-video-play svg {
width: 1.75rem;
height: 1.75rem;
margin-left: .18rem;
fill: currentColor;
}
.rlg-featured-video:hover .rlg-video-play {
background: rgb(from var(--wp--preset--color--base) r g b / 0.18);
border-color: rgb(from var(--wp--preset--color--base) r g b / .4);
transform: translate(-50%, -50%) scale(1.08);
box-shadow:
0 .75rem 2.5rem rgb(0 0 0 / .24),
inset 0 1px 1px rgb(255 255 255 / .25);
}
.rlg-featured-video.is-playing .rlg-video-play {
opacity: 0;
visibility: hidden;
pointer-events: none;
}
.award-mob {
display: flex;
flex-wrap: wrap;
flex-direction: row;
}
.award-mob li {
width: 100px;
}
.img-hover {
transition: 0.2s;
}
.img-hover:hover {
opacity: 0.75;
} .clamp-line-1,
.clamp-line-2,
.clamp-line-3,
.clamp-line-4,
.clamp-line-5,
.clamp-line-6 {
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
}
.clamp-line-1 { -webkit-line-clamp: 1; line-clamp: 1; }
.clamp-line-2 { -webkit-line-clamp: 2; line-clamp: 2; }
.clamp-line-3 { -webkit-line-clamp: 3; line-clamp: 3; }
.clamp-line-4 { -webkit-line-clamp: 4; line-clamp: 4; }
.clamp-line-5 { -webkit-line-clamp: 5; line-clamp: 5; }
.clamp-line-6 { -webkit-line-clamp: 6; line-clamp: 6; }
.single-referrals .marketing-field,
.single-referrals .referral-consent-field {
display: none;
}
.clp {
--r: attr(data-r px, 12px);
--x: 100%; --y: 100%;
width: var(--r); aspect-ratio: 1;
background: var(--wp--preset--color--base);
mask: radial-gradient(
circle var(--r) at var(--x) var(--y),
transparent 99%, var(--wp--preset--color--contrast) 100% );
}
.clp.mtl { --x: 100%; --y: 100%; }
.clp.mtr { --x: 0%; --y: 100%; }
.clp.mbl { --x: 100%; --y: 0%; }
.clp.mbr { --x: 0%; --y: 0%; }header {
position: fixed;
width: 100%;
z-index: 99990;
top: 0;
transition: background-color .3s ease, box-shadow .3s ease, padding .3s ease;
}
header.is-sticky {
background: color-mix(in srgb, var(--wp--preset--color--base) 70%, transparent);
box-shadow: 0 8px 30px color-mix(in srgb, var(--wp--preset--color--contrast) 8%, transparent);
backdrop-filter: blur(16px);
}
header.is-sticky .wp-block-navigation .wp-block-navigation__container > li > a,
header.is-sticky .wp-block-navigation .wp-block-navigation__container > li > button {
color: var(--wp--preset--color--contrast);
}
header.is-sticky .wp-block-site-logo {
filter: unset !important;
}  .law-hover a {
position: relative;
transition: .25s all ease-in-out;
}
.law-hover a:before {
content: "(888) 961–5291";
position: absolute;
opacity: 0;
transition: .25s all ease-in-out;
pointer-events: none;
color: var(--wp--preset--color--custom-absolute-white);
left: -2px;
right: -2px;
text-align: center;
letter-spacing: 0.5%;
}
.law-hover a:hover {
color: transparent;
}
.law-hover a:hover:before {
color: var(--wp--preset--color--base);
opacity: 1;
}
div.absolute-dark .law-hover a {
color: var(--wp--preset--color--custom-absolute-white);
}
div.absolute-dark .law-hover a:hover {
color: transparent;
}
div.absolute-dark .law-hover a:before {
color: transparent;
}
div.absolute-dark .law-hover a:hover:before {
color: var(--wp--preset--color--custom-absolute-white);
opacity: 1;
}  .wp-block-navigation__submenu-container {
border: none !important;
border-radius: 12px;
box-shadow: 0 8px 30px color-mix(in srgb, var(--wp--preset--color--contrast) 8%, transparent);
padding: 1em !important;
margin: -1em 0 !important;
gap: 0.75em;
transition: 0.25s !important;
background-color: var(--wp--preset--color--base) !important;
}
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
margin-bottom: 0;
}
.wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content {
padding: 0.5em 0.75em !important;
border-radius: 8px;
margin: -0.5em !important;
transition: 0.15s;
}
.wp-block-navigation__submenu-container > .wp-block-navigation-item:not(.wp-element-button) > .wp-block-navigation-item__content:hover {
text-decoration: none;
background-color: var(--wp--preset--color--accent-1);
color: var(--wp--preset--color--custom-absolute-white);
}
.wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon {
position: absolute;
right: 0;
z-index: 2;
background-color: transparent;
font-size: 20px;
margin: 0 0.2em 0.2em 0 !important;
align-self: center;
transition: 0.15s;
}
.wp-block-navigation__submenu-container > .wp-block-navigation-item:not(.wp-element-button) > .wp-block-navigation-item__content:hover ~ .wp-block-navigation__submenu-icon {
color: var(--wp--preset--color--custom-absolute-white);
}
.wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation__submenu-container {
margin-top: 8px !important;
top: 24px !important;
}
.wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation__submenu-container::before {
content: "";
position: absolute;
top: -12px;
left: 0;
right: 0;
height: 12px;
}
.wp-block-navigation__container .wp-block-navigation__submenu-container {
height: auto !important;
width: max-content !important;
min-width: 192px !important;
box-shadow: 0 8px 30px color-mix(in srgb, var(--wp--preset--color--contrast) 8%, transparent);
background-color: var(--wp--preset--color--base);
}
.wp-block-navigation .current-menu-item:not(.wp-element-button) > .wp-block-navigation-item__content,
.wp-block-navigation .current-menu-ancestor:not(.wp-element-button) > .wp-block-navigation-item__content {
color: var(--wp--preset--color--accent-1);
}
.wp-block-navigation > .wp-block-navigation__container > a:not(.wp-element-button):hover {
text-decoration: none;
opacity: 0.75;
}
.has-child .current-menu-ancestor > .wp-block-navigation-item__content:before,
.has-child .current-menu-item > .wp-block-navigation-item__content:before {
--indicator: 24px;
content: "";
height: var(--indicator);
background-color: var(--wp--preset--color--accent-1);
position: absolute;
left: -16px;
border-radius: 0 999px 999px 0;
width: 4px;
top: calc(50% - (var(--indicator) / 2));
}
.wp-block-navigation > .current-menu-ancestor > .wp-block-navigation-item__content:before,
.wp-block-navigation > .current-menu-item > .wp-block-navigation-item__content:before {
content: "";
height: 2px;
background-color: var(--wp--preset--color--accent-1);
position: absolute;
bottom: -8px;
border-radius: 999px;
width: 100%;
}
.ovl-lang {
display: flex;
flex-direction: column;
gap: 8px;
}
@media not (prefers-reduced-motion) {
.wp-block-navigation__responsive-container.is-menu-open {
animation: none !important;
}
}
.award-hov img {
filter: saturate(0);
transition: 0.35s;
}
@media (prefers-color-scheme: dark) {
.award-hov img {
filter: saturate(0) brightness(1.65);
}
}
.award-hov:hover img {
filter: saturate(1);
transform: scale(1.15);
}
.award-hov .award-name {
opacity: 0;
visibility: hidden;
transition: 0.35s;
pointer-events: none;
}
.award-hov:hover .award-name {
opacity: 1;
visibility: visible;
}
.pa-icon,
.pa-icon svg {
aspect-ratio: 1 / 1;
width: 18px;
height: auto;
display: flex;
flex-shrink: 0;
flex-grow: 0;
margin-right: var(--wp--preset--spacing--20);
} .home .wp-block-site-logo {
filter: brightness(255);
}
.home .wp-block-navigation .wp-block-navigation__container > li > a,
.home .wp-block-navigation .wp-block-navigation__container > li > button,
.home button.wp-block-navigation__responsive-container-open {
color: var(--wp--preset--color--custom-absolute-white);
}
header.is-sticky button.wp-block-navigation__responsive-container-open {
color: var(--wp--preset--color--contrast);
}.wp-block-navigation__responsive-container {
height: fit-content;
}  .wp-block-navigation .wp-block-navigation__submenu-icon {
margin: 0 0 .2em .5em;
padding: 0;
width: .6em;
}.breadcrumb-link a {
text-decoration: none !important;
transition: .25s;
}
.breadcrumb-link a:hover {
opacity: .75;
}
.breadcrumb-wrapper {
position: relative;
display: flex;
align-items: center;
overflow: hidden;
}
.breadcrumb-bar {
display: flex;
align-items: center;
gap: .75rem;
flex: 1;
overflow-x: auto;
overflow-y: hidden;
white-space: nowrap;
scroll-behavior: smooth;
scrollbar-width: none;
-ms-overflow-style: none;
padding-inline: 0;
}
.breadcrumb-bar::-webkit-scrollbar {
display: none;
}
.breadcrumb-wrapper::before,
.breadcrumb-wrapper::after {
content: "";
position: absolute;
inset-block: 0;
width: 56px;
pointer-events: none;
transition: opacity .2s;
z-index: 2;
}
.breadcrumb-wrapper::before { left: 0; background: linear-gradient(to right, var(--wp--preset--color--base), transparent ); }
.breadcrumb-wrapper::after { right: 0; background: linear-gradient(to left, var(--wp--preset--color--base), transparent ); }
.breadcrumb-wrapper:has(.accent)::before { left: 0; background: linear-gradient(to right, var(--wp--preset--color--accent-1), transparent ); }
.breadcrumb-wrapper:has(.accent)::after { right: 0; background: linear-gradient(to left, var(--wp--preset--color--accent-1), transparent ); }
.breadcrumb-wrapper:has(.accent-gray)::before { left: 0; background: linear-gradient(to right, var(--wp--preset--color--accent-4), transparent ); }
.breadcrumb-wrapper:has(.accent-gray)::after { right: 0; background: linear-gradient(to left, var(--wp--preset--color--accent-4), transparent ); }
.breadcrumb-wrapper:has(.contrast)::before { left: 0; background: linear-gradient(to right, var(--wp--preset--color--contrast), transparent ); }
.breadcrumb-wrapper:has(.contrast)::after { right: 0; background: linear-gradient(to left, var(--wp--preset--color--contrast), transparent ); }
.breadcrumb-wrapper:has(.pale)::before { left: 0; background: linear-gradient(to right, var(--wp--preset--color--custom-pale), transparent ); }
.breadcrumb-wrapper:has(.pale)::after { right: 0; background: linear-gradient(to left, var(--wp--preset--color--custom-pale), transparent ); }
.breadcrumb-wrapper:has(.pale-gray)::before { left: 0; background: linear-gradient(to right, var(--wp--preset--color--custom-pale-gray), transparent ); }
.breadcrumb-wrapper:has(.pale-gray)::after { right: 0; background: linear-gradient(to left, var(--wp--preset--color--custom-pale-gray), transparent ); }
.breadcrumb-wrapper:has(.gray)::before { left: 0; background: linear-gradient(to right, var(--wp--preset--color--custom-gray), transparent ); }
.breadcrumb-wrapper:has(.gray)::after { right: 0; background: linear-gradient(to left, var(--wp--preset--color--custom-gray), transparent ); }
.breadcrumb-wrapper:has(.dark-gray)::before { left: 0; background: linear-gradient(to right, var(--wp--preset--color--custom-dark-gray), transparent ); }
.breadcrumb-wrapper:has(.dark-gray)::after { right: 0; background: linear-gradient(to left, var(--wp--preset--color--custom-dark-gray), transparent ); }
.breadcrumb-wrapper.at-start::before {
opacity: 0;
}
.breadcrumb-wrapper.at-end::after {
opacity: 0;
}
.breadcrumb-arrow {
position: absolute;
top: 50%;
transform: translateY(-50%);
display: flex;
align-items: center;
justify-content: center;
width: 2rem;
height: 2rem;
border: 0;
padding: 0;
background: transparent;
cursor: pointer;
z-index: 3;
opacity: 1;
transition: opacity .2s, transform .2s;
}
.breadcrumb-arrow::before {
content: "";
width: .45rem;
height: .45rem;
border-top: 2px solid var(--wp--preset--color--contrast);
border-right: 2px solid var(--wp--preset--color--contrast);
}
.breadcrumb-wrapper:has(.contrast) .breadcrumb-arrow::before {
border-top: 2px solid var(--wp--preset--color--base);
border-right: 2px solid var(--wp--preset--color--base);
}
.breadcrumb-arrow.left::before {
transform: rotate(-135deg);
}
.breadcrumb-arrow.right::before {
transform: rotate(45deg);
}
.breadcrumb-arrow:hover {
opacity: 0.75;
}
.breadcrumb-arrow.left:hover {
transform: translate(-2px, -50%);
}
.breadcrumb-arrow.right:hover {
transform: translate(2px, -50%);
}
.breadcrumb-arrow.is-hidden {
opacity: 0;
pointer-events: none;
}
.breadcrumb-arrow.left {
left: 0;
}
.breadcrumb-arrow.right {
right: 0;
}
.breadcrumb-arrow:hover {
opacity: 1;
}
.breadcrumb-arrow.left:hover {
transform: translate(-2px, -50%);
}
.breadcrumb-arrow.right:hover {
transform: translate(2px, -50%);
}
.breadcrumb-arrow.is-hidden {
opacity: 0;
pointer-events: none;
}
.breadcrumb-bar p {
flex-shrink: 0;
}.rlg-acf-field__external-link {
display: inline-flex;
align-items: center;
gap: 0.4em;
width: fit-content;
color: inherit;
text-decoration: none;
}
.rlg-acf-field__external-link:hover {
text-decoration: underline;
text-underline-offset: 0.2em;
}
.rlg-acf-field__external-icon {
display: block;
width: 1em;
height: 1em;
flex: 0 0 auto;
transition: transform 0.18s ease;
}
.rlg-acf-field__external-link:hover
.rlg-acf-field__external-icon {
transform: translate(2px, -2px);
}
@media (prefers-reduced-motion: reduce) {
.rlg-acf-field__external-icon {
transition: none;
}
}.wp-block-accordion-panel {
display: grid !important;
grid-template-rows: 0fr;
overflow: hidden;
padding-bottom: 0;
opacity: 0;
transition:
grid-template-rows .35s ease-in-out,
padding-bottom .35s ease-in-out,
opacity .25s ease-in-out;
}
.wp-block-accordion-panel > .wp-block-group {
min-height: 0;
}
.wp-block-accordion-item.is-open .wp-block-accordion-panel {
grid-template-rows: 1fr;
padding-bottom: var(--wp--preset--spacing--30) !important;
opacity: 1;
}  .wp-block-accordion-heading__toggle-icon {
position: relative;
padding: 4px;
transform: rotate(45deg);
color: transparent;
}
.wp-block-accordion-item.is-open > .wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon {
transform: rotate(135deg) translate(-6%, 2%);
}
.wp-block-accordion-heading__toggle-icon:before {
content: "";
display: flex;
position: absolute;
width: 20%;
height: 20%;
border-top: 2px solid var(--wp--preset--color--contrast);
border-right: 2px solid var(--wp--preset--color--contrast);
}
.wp-block-accordion-heading { transition: .15s; }
.wp-block-accordion-heading:hover {
color: var(--wp--preset--color--custom-gray);
}
.wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title {
text-decoration: none;
}   .rlg-accordion-panel {
display: grid !important;
grid-template-rows: 0fr;
overflow: hidden;
opacity: 0;
visibility: hidden;
margin-block-start: 0 !important;
padding: 0 !important;
transition:
grid-template-rows 0.35s ease-in-out,
opacity 0.25s ease-in-out,
visibility 0s linear 0.35s;
}
.rlg-accordion-panel > * {
min-height: 0;
overflow: hidden;
}
.rlg-accordion-panel-inner {
padding: 0 !important;
}
.rlg-accordion-item.is-open :where(h1,h2,h3,h4,h5,h6) {
color: var(--wp--preset--color--accent-1);
}
.rlg-accordion-item.is-open > .rlg-accordion-panel {
grid-template-rows: 1fr;
opacity: 1;
visibility: visible;
transition:
grid-template-rows 0.35s ease-in-out,
opacity 0.25s ease-in-out,
visibility 0s linear 0s;
}
.rlg-accordion-item :where(h1,h2,h3,h4,h5,h6) { transition: .15s; }
.rlg-accordion-item :where(h1,h2,h3,h4,h5,h6):hover { opacity: 0.75; }   .rlg-accordion-trigger {
width: 100%;
cursor: pointer;
}
.rlg-accordion-trigger:focus-visible {
outline: 2px solid currentColor;
outline-offset: 2px;
} .rlg-accordion-trigger > :first-child {
flex: 1 1 auto;
min-width: 0;
}   .rlg-accordion-icon {
flex: 0 0 auto;
transition: transform .35s cubic-bezier(.2,.8,.2,1)
}
.rlg-accordion-icon svg {
display: block;
}
.rlg-accordion-item.is-open .rlg-accordion-icon {
transform: rotate(90deg);
}   @media (prefers-reduced-motion: reduce) {
.rlg-accordion-panel,
.rlg-accordion-icon {
transition: none;
}
}.location-map {
overflow: hidden;
width: 100%;
height: stretch;
}
.location-map iframe {
display: block;
width: 100%;
height: stretch;
border: 0;
}
.pa-icon-class span {
display: flex;
width: 100%;
height: 100%;
}
.pa-icon-class svg {
width: inherit;
height: auto;
aspect-ratio: 1/1;
display: flex;
}  @media (prefers-color-scheme: dark) {
.location-map iframe {
filter: invert(90%) hue-rotate(180deg) brightness(100%) contrast(115%);
}
}.lang-item img {
display: none;
}
.lang-item a {
display: inline-flex !important;
align-items: center;
gap: .5rem;
}
.lang-item a:before {
content: "";
width: 1em;
aspect-ratio: 1;
flex-shrink: 0;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
border: 1px solid var(--wp--preset--color--custom-gray);
border-radius: 999px;
}
a[hreflang="en-US"]:before {
background-image: url(https://rastegarlawgroup.com/rlg-staging/wp-content/uploads/2026/07/lang-us.svg);
}
a[hreflang="es-MX"]:before {
background-image: url(https://rastegarlawgroup.com/rlg-staging/wp-content/uploads/2026/07/lang-mx.svg);
}
a[hreflang="fa-IR"]:before {
background-image: url(https://rastegarlawgroup.com/rlg-staging/wp-content/uploads/2026/07/lang-ir.svg);
}.cf7-wizard {
position: relative;
}
.cf7-step {
display: none;
opacity: 0;
transform: translateX(40px);
}
.cf7-step.active {
display: block;
animation: cf7Slide .35s ease forwards;
} .cf7-success {
display: none;
text-align: center;
}
.cf7-success h2 {
margin: 0;
}
.cf7-success h3 {
margin: 0;
font-size: var(--wp--preset--font-size--custom-5);
line-height: 1.4;
text-wrap: balance;
color: var(--wp--preset--color--accent-1);
}
.cf7-success p {
margin: 0 auto;
text-wrap: balance;
}
.cf7-success-icon {
width: 100px;
height: 100px;
border-radius: 999px;
background: var(--wp--preset--color--custom-success);
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
.cf7-success-icon:before {
content: "";
position: absolute;
width: 20px;
height: 52px;
border-right: 12px solid var(--wp--preset--color--base);
border-bottom: 12px solid var(--wp--preset--color--base);
transform: rotate(45deg);
margin-bottom: 6px;
}
.cf7-success .form-body {
align-items: center;
height: 540px;
justify-content: center;
}
.cf7-success .cf7-disclaimer {
font-size: var(--wp--preset--font-size--custom-10);
text-wrap: balance;
color: var(--wp--preset--color--accent-4);
width: auto;
padding-bottom: 16px;
}
@media (max-width: 768px) {
.cf7-success .form-body {
height: unset;
padding: 40px 0;
}
}
@keyframes cf7Slide {
from {
opacity: 0;
transform: translateX(40px);
}
to {
opacity: 1;
transform: translateX(0);
}
} .cf7-progress {
margin-bottom: var(--wp--preset--spacing--40);
}
.cf7-progress-bar {
width: 100%;
height: 4px;
background: var(--wp--preset--color--custom-light-gray);
border-radius: 999px;
overflow: hidden;
margin:  var(--wp--preset--spacing--30) 0;
}
.cf7-progress-bar p {
display: contents;
}
.cf7-progress-bar span {
display: block;
width: 0;
height: 100%;
background: var(--wp--preset--color--custom-success);
transition: width .3s ease;
}
.cf7-progress-steps {
display: flex;
justify-content: space-between;
margin-top: calc(((var(--wp--preset--spacing--30) * 2) - 4px) * -1);
}
.cf7-progress-steps > div {
flex:  1;
display:  flex;
text-align:  center;
justify-content:  center;
}
.cf7-progress-steps span {
display: flex;
align-items: center;
justify-content: center;
width: var(--wp--preset--spacing--40);
height: var(--wp--preset--spacing--40);
border-radius: 50%;
background: var(--wp--preset--color--custom-light-gray);
background-repeat: no-repeat;
background-position: center;
background-size: 0;
color: var(--wp--preset--color--custom-gray);
font-weight: bold;
transition: .25s;
}
.cf7-progress-steps small {
display: block;
margin-top:  var(--wp--preset--spacing--20);
}
.cf7-progress-steps .active span {
background: var(--wp--preset--color--accent-1);
background-repeat: no-repeat;
background-position: center;
background-size: 0;
color: var(--wp--preset--color--base);
}
.cf7-progress-steps .done span {
background: var(--wp--preset--color--custom-success);
color: var(--wp--preset--color--base);
}
.cf7-progress-steps .done span {
font-size: 0;
background-color: var(--wp--preset--color--custom-success);
background-repeat: no-repeat;
background-position: center;
background-size: 18px;
color: var(--wp--preset--color--contrast);
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='white' %3E%3Cpath d='M7.6 13.2 4.3 9.9 3 11.2l4.6 4.6L17 6.4 15.7 5z'/%3E%3C/svg%3E");
}
.cf7-progress-steps > div p {
margin: 0;
display: flex;
flex-direction: column;
}
.cf7-progress-steps > div br {
display: contents;
}
.cf7-progress-steps > div p,
.cf7-progress-steps > div {
text-align: center;
justify-content: center;
align-items: center;
}
.cf7-progress-steps > div:first-child p,
.cf7-progress-steps > div:first-child {
text-align: left;
justify-content: flex-start;
align-items: flex-start;
}
.cf7-progress-steps > div:last-child p,
.cf7-progress-steps > div:last-child {
text-align: right;
justify-content: flex-end;
align-items: flex-end;
} .form-nav p, .form-nav {
display: flex;
justify-content: flex-end;
gap: 8px;
margin: calc(var(--wp--preset--spacing--20) + 2px) 0 0 0;
flex-direction: row;
}
@media (max-width: 768px) {
.form-nav p, .form-nav, .form-nav p button, .form-nav input {
width: 100%;
}
.contact-form {
min-height: unset !important;
}
.mob-story {
border: none;
border-bottom: 1px solid var(--wp--preset--color--custom-light-gray) !important;
margin: 0 !important;
padding: 0 !important;
margin-bottom: var(--wp--preset--spacing--50) !important;
padding-bottom: var(--wp--preset--spacing--50) !important;
}
.location-map, .location-map iframe {
min-height: 400px;
}
}
textarea.wpcf7-form-control {
resize: none;
}
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
position: absolute;
left: 0;
top: calc(100% + 6px);
z-index: 100;
background: var(--wp--preset--color--custom-error);
color: var(--wp--preset--color--contrast) !important;
padding: 8px 12px;
border-radius: 8px;
white-space: nowrap;
font-size: var(--wp--preset--font-size--custom-9);
box-shadow: 0 8px 20px rgba(0,0,0,.15);
opacity: 0;
pointer-events: none;
transition: .2s;
}
.wpcf7-not-valid-tip::before{
content: "";
position: absolute;
top: -6px;
left: 14px;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid var(--wp--preset--color--custom-error);
}
.wpcf7-form-control-wrap:has(.wpcf7-form-control:focus) .wpcf7-not-valid-tip, .wpcf7-form-control-wrap:hover .wpcf7-not-valid-tip {
opacity: 1;
}
.wpcf7-not-valid{
border-color: var(--wp--preset--color--custom-error) !important;
}
.wpcf7-form-control:not(.wpcf7-radio):not(.wpcf7-submit) {
border: 1px solid var(--wp--preset--color--custom-light-gray);
padding: 12px;
border-radius: 8px;
font-family: var(--wp--preset--font-family--rubik);
font-size: var(--wp--preset--font-size--custom-6);
width: stretch;
transition: .2s;
display: block;
background-color: var(--wp--preset--color--base);
color: var(--wp--preset--color--contrast);
}
.wpcf7-form-control:not(.wpcf7-radio):not(.wpcf7-submit):hover {
background-color: var(--wp--preset--color--custom-pale-gray);
}
.form-field p {
margin: 0;
}
.form-field p label {
margin-bottom: 4px;
display: block;
}
.form-field p small {
margin-top: 4px;
display: block;
}
.form-field p br {
display: none;
}
.form-body {
display: flex;
flex-direction: column;
gap: 16px;
}
.form-nav .wpcf7-spinner {
border: 2px solid var(--wp--preset--color--accent-1);
position: absolute;
left: 0;
margin: 8px 0;
background-color: transparent;
}
.form-nav .wpcf7-spinner:before {
background-color: var(--wp--preset--color--accent-1);
}
.cf7-btn {
padding: 12px 20px;
font-family: var(--wp--preset--font-family--rubik);
font-size: var(--wp--preset--font-size--custom-6);
width: auto;
transition: .2s;
border: none;
cursor: pointer;
font-weight: 500;
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
background-color: var(--wp--preset--color--accent-1);
text-decoration: none;
color: var(--wp--preset--color--custom-absolute-white);
border-radius: 8px;
}
.cf7-prev:active, .cf7-next:active, .cf7-submit:active,
.cf7-prev:focus, .cf7-next:focus, .cf7-submit:focus {
outline: none;
}
.cf7-btn:hover {
background-color: var(--wp--preset--color--custom-highlight);
}
.cf7-prev {
background-color: transparent;
color: var(--wp--preset--color--accent-1);
}
.cf7-prev:hover {
background-color: transparent;
color: var(--wp--preset--color--custom-highlight);
} .cf7-next,
.cf7-submit {
padding-right: calc(var(--wp--preset--spacing--20) + 1.5rem);
}
.cf7-next::after,
.cf7-submit::after {
content: "";
position: absolute;
right: 18px;
top: calc(50% + 1px);
width: 5px;
height: 5px;
border-top: 2px solid currentColor;
border-right: 2px solid currentColor;
transform: translateY(-50%) rotate(45deg);
transition: transform .2s ease;
}
.cf7-next:hover::after,
.cf7-submit:hover::after {
transform: translate(2px, -50%) rotate(45deg);
} .cf7-prev {
padding-left: calc(var(--wp--preset--spacing--20) + 1.5rem);
}
.cf7-prev::before {
content: "";
position: absolute;
left: 18px;
top: calc(50% + 1px);
width: 5px;
height: 5px;
border-bottom: 2px solid currentColor;
border-left: 2px solid currentColor;
transform: translateY(-50%) rotate(45deg);
transition: transform .2s ease;
}
.cf7-prev:hover::before {
transform: translate(-2px, -50%) rotate(45deg);
}
.wpcf7-form-control:focus{
outline: none;
border-color: var(--wp--preset--color--accent-1);
box-shadow:
inset 0 0 0 1px var(--wp--preset--color--accent-1);
}
* {
-webkit-tap-highlight-color:transparent;
}
.wpcf7 form .wpcf7-response-output {
margin: 0 var(--wp--preset--spacing--40) !important;
padding: 8px 16px !important;
background-color: var(--wp--preset--color--base);
position: absolute;
bottom: calc(100% - 20px);
width: stretch;
left: 0;
border-radius: 12px;
}
.refcon-op {
display: flex;
gap: var(--wp--preset--spacing--20);
}
.refcon-op .wpcf7-list-item {
margin: 0;
flex: 1;
}
.refcon-op label {
display: flex !important;
align-items: center;
gap: var(--wp--preset--spacing--20);
padding: var(--wp--preset--spacing--20);
border: 1px solid var(--wp--preset--color--custom-light-gray);
border-radius: 8px;
background: var(--wp--preset--color--base);
cursor: pointer;
transition: .2s;
margin: 0 !important;
}
.refcon-op label:hover {
border-color: var(--wp--preset--color--accent-1);
background: var(--wp--preset--color--custom-pale-gray);
}
.refcon-op input[type="radio"] {
appearance: none;
-webkit-appearance: none;
display: grid;
place-items: center;
flex-shrink: 0;
width: 20px;
height: 20px;
margin: 0;
border: 2px solid var(--wp--preset--color--custom-light-gray);
border-radius: 50%;
background: var(--wp--preset--color--base);
transition: .2s;
}
.refcon-op input[type="radio"]:focus {
outline: none;
}
.refcon-op input[type="radio"]::before {
content: "";
width: 10px;
height: 10px;
border-radius: 50%;
background: var(--wp--preset--color--accent-1);
transform: scale(0);
transition: transform .2s ease;
}
.refcon-op input[type="radio"]:checked {
border-color: var(--wp--preset--color--accent-1);
}
.refcon-op input[type="radio"]:checked::before {
transform: scale(1);
}
.refcon-op input[type="radio"]:focus-visible {
outline: none;
box-shadow: 0 0 0 4px color-mix(in srgb, var(--wp--preset--color--accent-1) 15%, transparent);
}
.refcon-op label:has(input:checked) {
border-color: var(--wp--preset--color--accent-1);
background: var(--wp--preset--color--custom-pale-gray);
}
.select-wrap {
position: relative;
}
.select-wrap::after {
content: "";
position: absolute;
top: 50%;
right: 18px;
width: 5px;
height: 5px;
border-right: 2px solid currentColor;
border-bottom: 2px solid currentColor;
transform: translateY(-70%) rotate(45deg);
pointer-events: none;
color: var(--wp--preset--color--custom-gray);
transition: .2s;
}
.select-wrap select {
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
width: 100%;
padding-right: 48px;
}.wp-block-rlg-review-stars {
display: flex;
align-items: center;
gap: 0.2rem;
color: var(--wp--preset--color--accent-2);
}
.wp-block-rlg-review-stars .review-star {
display: inline-flex;
width: 1.125rem;
height: 1.125rem;
line-height: 0;
}
.wp-block-rlg-review-stars svg {
display: block;
width: 100%;
height: 100%;
}
.wp-block-rlg-review-stars .is-filled svg {
fill: currentColor;
stroke: currentColor;
}
.wp-block-rlg-review-stars .is-empty svg {
fill: transparent;
stroke: currentColor;
stroke-width: 1.5;
opacity: 0.3;
}  .review-content {
margin: 0;
padding: 0;
border: 0;
quotes: none;
}
.review-content > :first-child {
margin-block-start: 0;
}
.review-content > :last-child {
margin-block-end: 0;
}  .review-icon {
display: inline-flex;
align-items: center;
justify-content: center;
line-height: 0;
}
.review-icon svg {
width: 1.5em;
height: 1.5em;
display: block;
}  .review-source {
margin: 0;
}
.review-source-name { }
.is-editor-placeholder { }  .rlg-review-filters {
overflow-x: auto;
scrollbar-width: thin;
}
.rlg-review-filters__items {
display: flex;
align-items: stretch;
min-width: max-content;
}
.rlg-review-filters__item {
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 4px;
min-height: 64px;
padding: 0 28px;
color: var(--wp--preset--color--custom-gray);
font-size: 14px;
font-weight: 500;
line-height: 1;
text-decoration: none;
white-space: nowrap;
}
.rlg-review-filters__item::after {
position: absolute;
right: 20px;
bottom: 0;
left: 20px;
height: 2px;
background: transparent;
content: "";
}
.rlg-review-filters__item:hover {
color: var(--wp--preset--color--accent-1);
}
.rlg-review-filters__item.is-active {
color: var(--wp--preset--color--accent-1);
font-weight: 600;
}
.rlg-review-filters__item.is-active::after {
background: currentColor;
}
.rlg-review-filters__count {
color: var(--wp--preset--color--accent-4);
font-weight: 400;
}
@media (max-width: 781px) {
.rlg-review-filters__item {
min-height: 56px;
padding-right: 20px;
padding-left: 20px;
}
.rlg-review-filters__item::after {
right: 14px;
left: 14px;
}
}.location-actions {
display: flex;
gap: 16px;
}
.location-actions > * {
flex: 1 1 0;
} .rlg-location-action {
width: 100%;
} .rlg-location-action .wp-block-button__link {
width: 100%;
min-height: 48px;
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
line-height: 1.4em;
} .rlg-location-action__icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 20px;
height: 20px;
flex: 0 0 20px;
margin-left: -4px;
}
.rlg-location-action__icon svg {
width: 20px;
height: 20px;
display: block;
} .rlg-location-save-contact .wp-block-button__link {
border: 2px solid var(--wp--preset--color--accent-1);
color: var(--wp--preset--color--accent-1);
background: transparent;
} @media (max-width: 600px) {
.location-actions {
flex-direction: column;
}
}