:root {
  --rp-ink: #071e35;
  --rp-navy: #0b223b;
  --rp-deep-blue: #15334f;
  --rp-orange: #e86f0e;
  --rp-orange-dark: #c76524;
  --rp-copper: #b87333;
  --rp-paper: #fcfaf6;
  --rp-sand: #f4efe7;
  --rp-stone: #dcd4c8;
  --rp-line: #e7ded1;
  --rp-muted: #626b73;
  --rp-white: #fff;
  --rp-display: "Cormorant Garamond", "EB Garamond", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --rp-body: Inter, "Helvetica Neue", Arial, sans-serif;
  --rp-max: 1440px;
  --rp-gutter: clamp(24px, 6.4vw, 96px);
  --rp-section: clamp(68px, 8vw, 112px);
  --rp-header-height: 104px;
  --rp-shadow: 0 24px 70px rgba(7, 30, 53, 0.12);
  --rp-ease: cubic-bezier(.2,.75,.25,1);
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
  scroll-behavior: smooth;
}

body.rp-corporate-theme {
  width: 100%;
  max-width: 100%;
  margin: 0;
  background: var(--rp-paper);
  color: var(--rp-ink);
  font-family: var(--rp-body);
  font-weight: 400;
  line-height: 1.65;
  overflow-x: hidden;
}

body.rp-corporate-theme * {
  box-sizing: border-box;
}

body.rp-corporate-theme img,
body.rp-corporate-theme svg {
  max-width: 100%;
}

body.rp-corporate-theme a {
  color: inherit;
  text-decoration: none;
}

body.rp-corporate-theme h1,
body.rp-corporate-theme h2,
body.rp-corporate-theme h3,
body.rp-corporate-theme h4,
body.rp-corporate-theme h5,
body.rp-corporate-theme h6 {
  color: var(--rp-ink);
  font-family: var(--rp-display);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.02;
  padding-bottom: 0;
}

body.rp-corporate-theme p {
  color: var(--rp-muted);
  font-size: 17px;
  line-height: 1.72;
}

body.rp-corporate-theme #page-container {
  padding-top: 0 !important;
}

body.rp-corporate-theme .rp-page-container {
  min-height: 100vh;
}

body.rp-corporate-theme .rp-main-area {
  background: var(--rp-paper);
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  overflow: hidden;
  position: absolute !important;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  clip: auto !important;
  clip-path: none;
  display: block;
  height: auto;
  width: auto;
  top: 12px;
  left: 12px;
  z-index: 100000;
  padding: 12px 16px;
  background: #fff;
  color: var(--rp-ink);
  box-shadow: var(--rp-shadow);
}

/* Header */
.rp-site-header {
  --rp-current-header-height: var(--rp-header-height);
  --rp-admin-offset: 0px;
  position: sticky;
  top: 0;
  z-index: 9998;
  height: var(--rp-header-height);
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(7,30,53,.07);
  backdrop-filter: blur(18px);
  transition: height .24s var(--rp-ease), box-shadow .24s var(--rp-ease);
}

.admin-bar .rp-site-header {
  --rp-admin-offset: 32px;
  top: 32px;
}

.rp-site-header.is-scrolled {
  --rp-current-header-height: 88px;
  height: 88px;
  box-shadow: 0 12px 34px rgba(7,30,53,.08);
}

.rp-site-header__inner {
  width: min(100%, var(--rp-max));
  height: 100%;
  margin: 0 auto;
  padding: 0 var(--rp-gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 44px;
}

.rp-site-header__brand {
  position: relative;
  z-index: 3;
  display: inline-flex;
  min-width: 0;
  flex: 0 1 auto;
}

.rp-logo {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  max-width: 100%;
  color: var(--rp-ink);
}

.rp-logo__mark {
  display: block;
  width: 66px;
  height: 66px;
  flex: 0 0 auto;
}

.rp-logo__copy {
  display: block;
  min-width: 0;
}

.rp-logo__name {
  display: block;
  color: var(--rp-ink);
  font-family: var(--rp-display);
  font-size: clamp(27px, 2.7vw, 40px);
  font-weight: 500;
  letter-spacing: -.018em;
  line-height: .93;
  white-space: nowrap;
}

.rp-logo__tagline {
  display: block;
  margin-top: 8px;
  color: #50575d;
  font-family: var(--rp-body);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .25em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.rp-logo__tagline i {
  margin: 0 7px;
  color: var(--rp-orange);
  font-style: normal;
}

.rp-logo--compact .rp-logo__mark {
  width: 62px;
  height: 62px;
}

.rp-logo--compact .rp-logo__name {
  font-size: clamp(26px, 2.5vw, 38px);
}

.rp-logo--negative .rp-logo__name {
  color: #f9f7f1;
}

.rp-logo--negative .rp-logo__tagline {
  color: rgba(255,255,255,.64);
}

.rp-logo--negative .rp-logo__tagline i {
  color: rgba(255,255,255,.44);
}

.rp-primary-navigation {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
}

.rp-menu,
.rp-primary-navigation ul {
  display: flex;
  align-items: center;
  gap: clamp(22px, 3vw, 42px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.rp-primary-navigation li {
  position: relative;
  margin: 0;
  padding: 0;
}

.rp-primary-navigation a {
  position: relative;
  display: block;
  padding: 40px 0 37px;
  color: var(--rp-ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1;
  text-transform: uppercase;
  transition: color .18s ease;
}

.rp-primary-navigation a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 23px;
  height: 2px;
  background: var(--rp-orange);
  transition: right .24s var(--rp-ease);
}

.rp-primary-navigation a:hover,
.rp-primary-navigation a:focus-visible,
.rp-primary-navigation .current-menu-item > a,
.rp-primary-navigation .current_page_item > a {
  color: var(--rp-orange-dark);
}

.rp-primary-navigation a:hover::after,
.rp-primary-navigation a:focus-visible::after,
.rp-primary-navigation .current-menu-item > a::after,
.rp-primary-navigation .current_page_item > a::after {
  right: 0;
}

.rp-primary-navigation .sub-menu {
  position: absolute;
  top: calc(100% - 10px);
  left: -24px;
  min-width: 250px;
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: translateY(8px);
  padding: 14px 0;
  background: #fff;
  border: 1px solid var(--rp-line);
  box-shadow: var(--rp-shadow);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.rp-primary-navigation li:hover > .sub-menu,
.rp-primary-navigation li:focus-within > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.rp-primary-navigation .sub-menu a {
  padding: 13px 24px;
  letter-spacing: .08em;
  line-height: 1.35;
}

.rp-primary-navigation .sub-menu a::after {
  display: none;
}

.rp-menu-toggle {
  position: relative;
  z-index: 3;
  display: none;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  color: var(--rp-ink);
  background: transparent;
  border: 1px solid var(--rp-line);
  border-radius: 0;
  cursor: pointer;
}

.rp-menu-toggle svg {
  width: 24px;
  height: 24px;
}

.rp-menu-toggle__close {
  display: none;
}

.rp-menu-toggle[aria-expanded="true"] .rp-menu-toggle__open {
  display: none;
}

.rp-menu-toggle[aria-expanded="true"] .rp-menu-toggle__close {
  display: inline-flex;
}


.rp-menu-backdrop {
  position: fixed;
  z-index: 1;
  inset: calc(var(--rp-current-header-height) + var(--rp-admin-offset)) 0 0;
  display: none;
  width: 100%;
  padding: 0;
  background: rgba(7, 30, 53, .42);
  border: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  cursor: default;
  transition: opacity .2s ease, visibility .2s ease;
  -webkit-tap-highlight-color: transparent;
}

.rp-site-header.is-menu-open .rp-menu-backdrop {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Hero */
.rp-hero {
  width: 100%;
  min-height: 640px;
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(360px, 2fr);
  background: linear-gradient(90deg, var(--rp-paper) 0 60%, #ddd6cc 60% 100%);
  border-bottom: 1px solid var(--rp-line);
}

.rp-hero__content {
  position: relative;
  z-index: 2;
  padding: clamp(72px, 8vw, 118px) var(--rp-gutter) clamp(70px, 7vw, 104px);
  background:
    radial-gradient(circle at 12% 14%, rgba(255,255,255,.9), transparent 36%),
    linear-gradient(90deg, #fff 0%, var(--rp-paper) 100%);
}

.rp-kicker {
  margin-bottom: 18px;
  color: var(--rp-orange);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
  line-height: 1.35;
  text-transform: uppercase;
}

.rp-hero h1 {
  max-width: 760px;
  margin: 0 0 24px;
  font-size: clamp(64px, 7.1vw, 108px);
  line-height: .9;
}

.rp-hero h1 span {
  color: var(--rp-orange);
}

.rp-hero__content > p {
  max-width: 560px;
  margin: 0 0 30px;
  color: #31383f;
  font-size: 17px;
  line-height: 1.68;
}

.rp-hero__actions {
  display: flex;
  align-items: center;
  gap: 28px;
}

.rp-button,
body.rp-corporate-theme .et_pb_button.rp-button,
body.rp-corporate-theme .rp-button .et_pb_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 52px;
  padding: 0 24px;
  color: #fff !important;
  background: var(--rp-orange) !important;
  border: 1px solid var(--rp-orange) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-family: var(--rp-body) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .18em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  transition: background .18s ease, border-color .18s ease, transform .18s ease !important;
}

.rp-button:hover,
.rp-button:focus-visible,
body.rp-corporate-theme .et_pb_button.rp-button:hover,
body.rp-corporate-theme .rp-button .et_pb_button:hover {
  color: #fff !important;
  background: var(--rp-orange-dark) !important;
  border-color: var(--rp-orange-dark) !important;
  transform: translateY(-2px);
}

.rp-button::after,
body.rp-corporate-theme .et_pb_button.rp-button::after {
  display: none !important;
}

.rp-button svg {
  width: 29px;
  height: 16px;
}

.rp-button--outline,
body.rp-corporate-theme .et_pb_button.rp-button--outline {
  color: var(--rp-orange) !important;
  background: transparent !important;
}

.rp-button--outline:hover,
.rp-button--outline:focus-visible {
  color: #fff !important;
  background: var(--rp-orange) !important;
}

.rp-icon-link,
.rp-card-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--rp-orange);
  transition: transform .18s ease, color .18s ease;
}

.rp-icon-link svg {
  width: 36px;
  height: 20px;
}

.rp-icon-link:hover,
.rp-icon-link:focus-visible,
.rp-card-arrow:hover,
.rp-card-arrow:focus-visible {
  color: var(--rp-orange-dark);
  transform: translateX(4px);
}

/* CSS architecture placeholder; replaced automatically by Customizer image. */
.rp-media-art {
  position: relative;
  min-width: 0;
  overflow: hidden;
  isolation: isolate;
  background-color: #d6d0c7;
  background-image: var(--rp-media-image, none);
  background-position: center;
  background-size: cover;
}

.rp-media-art[style*="--rp-media-image"],
.rp-hero__media[style*="--rp-media-image"],
.rp-about__media[style*="--rp-media-image"] {
  background-position: center;
  background-size: cover;
}

.rp-hero__media {
  min-height: 640px;
  background-color: #d6d0c7;
  background-image: var(--rp-media-image, linear-gradient(150deg, #ebe6df 0 38%, #c6beb2 38% 49%, #f7f4ef 49% 66%, #77746f 66% 100%));
  background-position: center;
  background-size: cover;
}

.rp-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 8;
  background: linear-gradient(90deg, rgba(252,250,246,.08), transparent 35%, rgba(7,30,53,.08));
  pointer-events: none;
}

body.rp-has-hero-image .rp-hero__media .rp-arch,
.rp-about__media .rp-office,
.rp-about__media .rp-office-logo {
  display: none;
}

.rp-arch {
  position: absolute;
  display: block;
}

.rp-arch--wall {
  inset: 0 58% 0 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255,255,255,.25), transparent 20%),
    repeating-linear-gradient(0deg, transparent 0 140px, rgba(93,79,67,.12) 141px, transparent 142px),
    repeating-linear-gradient(90deg, transparent 0 170px, rgba(93,79,67,.10) 171px, transparent 172px),
    #ece7df;
}

.rp-arch--column-one,
.rp-arch--column-two,
.rp-arch--column-three {
  top: 0;
  bottom: 0;
  z-index: 4;
  transform: skewY(-1deg);
  background:
    repeating-linear-gradient(0deg, transparent 0 150px, rgba(67,55,44,.13) 151px, transparent 152px),
    linear-gradient(90deg, #d7cfc5 0%, #f1ede6 54%, #b5ab9f 100%);
  box-shadow: 18px 0 26px rgba(49,43,38,.13);
}

.rp-arch--column-one {
  left: 45%;
  width: 15%;
}

.rp-arch--column-two {
  left: 67%;
  width: 11%;
  background: linear-gradient(90deg, #c8c0b6, #eee9e1 58%, #9c958c);
}

.rp-arch--column-three {
  left: 83%;
  width: 8%;
  background: linear-gradient(90deg, #a9a39a, #d9d4cc 60%, #77746f);
}

.rp-arch--corridor {
  inset: 0 0 0 91%;
  z-index: 2;
  background: linear-gradient(180deg, #555657 0 70%, #797b7b 70% 100%);
}

.rp-arch--floor {
  left: 43%;
  right: 0;
  bottom: -5%;
  height: 27%;
  z-index: 6;
  transform: skewX(-18deg);
  transform-origin: left bottom;
  background:
    repeating-linear-gradient(90deg, transparent 0 90px, rgba(83,76,67,.16) 91px, transparent 92px),
    repeating-linear-gradient(0deg, transparent 0 55px, rgba(83,76,67,.15) 56px, transparent 57px),
    linear-gradient(180deg, #f1eee9, #c7c1b9);
}

.rp-arch--light {
  left: 48%;
  bottom: 13%;
  z-index: 7;
  width: 39%;
  height: 40%;
  transform: skewX(-18deg);
  background: linear-gradient(120deg, rgba(255,255,255,.75), rgba(255,255,255,0));
  filter: blur(1px);
}

/* Shared sections */
.rp-section {
  width: min(100%, var(--rp-max));
  margin: 0 auto;
  padding: var(--rp-section) var(--rp-gutter);
}

.rp-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 36px;
}

.rp-section-heading h2,
.rp-about h2 {
  margin: 0;
  font-size: clamp(42px, 4.5vw, 68px);
}

.rp-text-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding-bottom: 8px;
  color: var(--rp-orange);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  white-space: nowrap;
}

.rp-text-link svg {
  width: 29px;
  height: 16px;
  transition: transform .18s ease;
}

.rp-text-link:hover svg,
.rp-text-link:focus-visible svg {
  transform: translateX(4px);
}

/* Practice areas */
.rp-practice {
  background: #fff;
}

.rp-practice-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--rp-line);
  border-bottom: 1px solid var(--rp-line);
}

.rp-practice-card {
  position: relative;
  min-height: 292px;
  padding: 28px 24px 26px;
  border-left: 1px solid var(--rp-line);
  background: #fff;
  transition: background .18s ease, transform .18s var(--rp-ease);
}

.rp-practice-card:first-child {
  border-left: 0;
}

.rp-practice-card:hover {
  z-index: 2;
  background: #fffaf3;
  transform: translateY(-4px);
}

.rp-practice-card__icon {
  width: 52px;
  height: 52px;
  margin-bottom: 24px;
  color: var(--rp-ink);
}

.rp-practice-card__icon svg {
  width: 100%;
  height: 100%;
}

.rp-practice-card h3 {
  min-height: 35px;
  margin: 0 0 15px;
  color: var(--rp-ink);
  font-family: var(--rp-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.45;
  text-transform: uppercase;
}

.rp-practice-card p {
  margin: 0 0 22px;
  color: #454c52;
  font-size: 13px;
  line-height: 1.7;
}

.rp-card-arrow {
  position: absolute;
  left: 24px;
  bottom: 22px;
  color: var(--rp-orange);
}

.rp-card-arrow svg {
  width: 27px;
  height: 15px;
}

/* About */
.rp-about {
  display: grid;
  grid-template-columns: minmax(330px, 5fr) minmax(0, 7fr);
  min-height: 510px;
  background: var(--rp-paper);
  border-top: 1px solid var(--rp-line);
}

.rp-about__content {
  padding: clamp(64px, 7vw, 100px) var(--rp-gutter);
  background:
    radial-gradient(circle at 8% 8%, rgba(255,255,255,.8), transparent 34%),
    var(--rp-paper);
}

.rp-about__content p {
  max-width: 490px;
  margin: 0 0 30px;
  color: #495157;
  font-size: 15px;
  line-height: 1.75;
}

.rp-accent-line {
  display: block;
  width: 38px;
  height: 2px;
  margin: 26px 0 24px;
  background: var(--rp-orange);
}

.rp-about__media {
  min-height: 510px;
  background-color: var(--rp-navy);
  background-image: var(--rp-media-image, url("../images/reception-approved.webp"));
  background-position: center;
  background-size: cover;
}

.rp-office {
  position: absolute;
  display: block;
}

.rp-office--wall {
  inset: 0 43% 0 0;
  z-index: 1;
  background:
    radial-gradient(circle at 70% 28%, rgba(255,255,255,.08), transparent 32%),
    linear-gradient(115deg, #071a2e, #102a46 70%, #0a1d32);
}

.rp-office--window {
  inset: 0 0 0 57%;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255,255,255,.96) 0 4%, transparent 4% 47%, rgba(255,255,255,.92) 47% 51%, transparent 51% 94%, rgba(255,255,255,.92) 94%),
    linear-gradient(180deg, #e9eef0 0 15%, #aec0c7 15% 58%, #d9ddd7 58% 100%);
}

.rp-office--ceiling {
  top: 0;
  left: 42%;
  right: 0;
  z-index: 4;
  height: 19%;
  background: linear-gradient(180deg, #efece6, #d5d0c8);
  clip-path: polygon(0 0,100% 0,100% 100%,13% 100%);
}

.rp-office--desk-front {
  left: 16%;
  right: 9%;
  bottom: -4%;
  z-index: 5;
  height: 43%;
  background:
    linear-gradient(90deg, #d8d1c7 0 49%, #675142 49% 100%);
  box-shadow: 0 -8px 28px rgba(0,0,0,.18);
}

.rp-office--desk-front::after {
  content: "";
  position: absolute;
  inset: 0 51% 0 0;
  background:
    repeating-linear-gradient(0deg, transparent 0 64px, rgba(112,98,84,.14) 65px, transparent 66px),
    #e3ddd4;
}

.rp-office--desk-top {
  left: 14%;
  right: 7%;
  bottom: 38%;
  z-index: 6;
  height: 7%;
  transform: skewX(-10deg);
  background: linear-gradient(180deg, #927a66, #5b4637);
  box-shadow: 0 7px 20px rgba(0,0,0,.2);
}

.rp-office--lamp-one,
.rp-office--lamp-two {
  top: 0;
  z-index: 8;
  width: 2px;
  height: 38%;
  background: #292724;
}

.rp-office--lamp-one {
  left: 51%;
}

.rp-office--lamp-two {
  left: 60%;
}

.rp-office--lamp-one::after,
.rp-office--lamp-two::after {
  content: "";
  position: absolute;
  left: -7px;
  bottom: -2px;
  width: 16px;
  height: 28px;
  border-radius: 2px 2px 8px 8px;
  background: #151515;
  box-shadow: 0 10px 18px rgba(255,202,132,.22);
}

.rp-office--plant {
  left: 50%;
  bottom: 43%;
  z-index: 8;
  width: 72px;
  height: 105px;
  border-radius: 50% 50% 30% 30%;
  background:
    radial-gradient(ellipse at 35% 20%, #718358 0 10%, transparent 11%),
    radial-gradient(ellipse at 55% 34%, #849267 0 11%, transparent 12%),
    radial-gradient(ellipse at 68% 15%, #66784f 0 9%, transparent 10%),
    linear-gradient(90deg, transparent 47%, #5b4c3e 47% 53%, transparent 53%);
}

.rp-office--plant::after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: -18px;
  height: 35px;
  border-radius: 2px 2px 12px 12px;
  background: #413a34;
}

.rp-office-logo {
  position: absolute;
  left: 7%;
  top: 23%;
  z-index: 7;
  width: min(46%, 420px);
  transform: scale(.75);
  transform-origin: left center;
}

.rp-office-logo .rp-logo__mark {
  width: 58px;
  height: 58px;
}

.rp-office-logo .rp-logo__name {
  font-size: clamp(26px, 3vw, 40px);
}

.rp-office-logo .rp-logo__tagline {
  font-size: 8px;
  letter-spacing: .18em;
}

/* Values */
.rp-values {
  width: min(100%, var(--rp-max));
  margin: 0 auto;
  padding: 20px var(--rp-gutter);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: #fff;
  border-top: 1px solid var(--rp-line);
}

.rp-value {
  display: grid;
  grid-template-columns: 56px 1fr;
  align-items: center;
  gap: 18px;
  min-height: 112px;
  padding: 18px 24px;
  border-left: 1px solid var(--rp-line);
}

.rp-value:first-child {
  border-left: 0;
}

.rp-value__icon {
  width: 52px;
  height: 52px;
  color: var(--rp-ink);
}

.rp-value__icon svg {
  width: 100%;
  height: 100%;
}

.rp-value h3 {
  margin: 0 0 5px;
  font-family: var(--rp-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.rp-value p {
  margin: 0;
  color: #555d63;
  font-size: 12px;
  line-height: 1.55;
}

/* Footer */
.rp-site-footer {
  position: relative;
  overflow: hidden;
  padding: 62px var(--rp-gutter) 24px;
  color: rgba(255,255,255,.72);
  background:
    radial-gradient(circle at 0 0, rgba(33,72,108,.34), transparent 32%),
    linear-gradient(125deg, #071e35, #0b223b 62%, #0a2947);
}

.rp-site-footer__arc {
  position: absolute;
  right: -150px;
  bottom: -225px;
  width: 520px;
  height: 520px;
  border: 24px solid rgba(157,181,204,.12);
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  transform: rotate(-16deg);
}

.rp-site-footer__arc::after {
  content: "";
  position: absolute;
  inset: 44px;
  border: 7px solid rgba(157,181,204,.07);
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
}

.rp-site-footer__inner {
  position: relative;
  z-index: 1;
  width: min(100%, var(--rp-max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.35fr .75fr 1.05fr 1fr 1fr;
  gap: clamp(28px, 4vw, 60px);
}

.rp-site-footer__brand .rp-logo {
  transform: scale(.82);
  transform-origin: left top;
}

.rp-site-footer .rp-logo--compact .rp-logo__mark {
  width: 52px;
  height: 52px;
}

.rp-site-footer .rp-logo--compact .rp-logo__name {
  font-size: 28px;
}

.rp-site-footer .rp-logo--compact .rp-logo__tagline {
  font-size: 8px;
  letter-spacing: .13em;
}

.rp-site-footer__brand > p {
  max-width: 290px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.56);
  font-size: 13px;
  line-height: 1.65;
}

.rp-site-footer h2 {
  margin: 0 0 18px;
  color: #fff;
  font-family: var(--rp-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.rp-footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rp-footer-menu li {
  margin: 0 0 7px;
}

.rp-footer-menu a,
.rp-location-card span {
  color: rgba(255,255,255,.68);
  font-size: 13px;
  line-height: 1.55;
  transition: color .18s ease;
}

.rp-footer-menu a:hover,
.rp-footer-menu a:focus-visible {
  color: #fff;
}

.rp-location-card {
  margin-bottom: 17px;
  padding: 15px 17px;
  background: rgba(4,19,34,.38);
  border-left: 2px solid rgba(232,111,14,.65);
}

.rp-location-card strong,
.rp-location-card span {
  display: block;
}

.rp-location-card strong {
  margin-bottom: 4px;
  color: #fff;
  font-family: var(--rp-display);
  font-size: 20px;
  font-weight: 500;
}

.rp-site-footer__legal {
  position: relative;
  z-index: 1;
  width: min(100%, var(--rp-max));
  margin: 40px auto 0;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.46);
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rp-site-footer__legal a:hover,
.rp-site-footer__legal a:focus-visible {
  color: #fff;
}

/* Divi / normal content */
.rp-divi-content,
.rp-divi-fullwidth {
  min-height: 40vh;
}

.rp-divi-content > .entry-content,
.rp-divi-fullwidth > article {
  margin: 0;
}

body.rp-corporate-theme .et_pb_section.rp-section,
body.rp-corporate-theme .rp-section.et_pb_section {
  width: 100%;
  max-width: none;
  padding: var(--rp-section) 0;
}

body.rp-corporate-theme .et_pb_row.rp-row,
body.rp-corporate-theme .rp-row.et_pb_row {
  width: min(calc(100% - (2 * var(--rp-gutter))), var(--rp-max));
  max-width: var(--rp-max);
}

body.rp-corporate-theme .rp-label,
body.rp-corporate-theme .rp-label .et_pb_text_inner {
  color: var(--rp-orange) !important;
  font-family: var(--rp-body) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .22em !important;
  line-height: 1.35 !important;
  text-transform: uppercase !important;
}

body.rp-corporate-theme .rp-dark,
body.rp-corporate-theme .et_pb_section.rp-dark {
  color: #fff;
  background: var(--rp-navy) !important;
}

body.rp-corporate-theme .rp-dark h1,
body.rp-corporate-theme .rp-dark h2,
body.rp-corporate-theme .rp-dark h3,
body.rp-corporate-theme .rp-dark h4 {
  color: #fff !important;
}

body.rp-corporate-theme .rp-dark p {
  color: rgba(255,255,255,.68) !important;
}

body.rp-corporate-theme .rp-sand,
body.rp-corporate-theme .et_pb_section.rp-sand {
  background: var(--rp-sand) !important;
}

body.rp-corporate-theme .rp-card,
body.rp-corporate-theme .et_pb_module.rp-card {
  padding: 34px !important;
  background: #fff !important;
  border: 1px solid var(--rp-line) !important;
  box-shadow: none !important;
}

body.rp-corporate-theme .rp-card:hover {
  background: #fffaf3 !important;
}

body.rp-corporate-theme .rp-editorial,
body.rp-corporate-theme .rp-editorial p {
  font-family: "EB Garamond", Georgia, serif !important;
  font-size: 20px !important;
  line-height: 1.75 !important;
}

/* Default Divi page layouts */
body.rp-corporate-theme:not(.rp-corporate-front-page) #main-content {
  background: var(--rp-paper);
}

body.rp-corporate-theme:not(.rp-corporate-front-page) #main-content .container {
  padding-top: 72px;
  padding-bottom: 80px;
}

body.rp-corporate-theme:not(.rp-corporate-front-page) #left-area .entry-title,
body.rp-corporate-theme:not(.rp-corporate-front-page) .et_post_meta_wrapper h1 {
  font-size: clamp(46px, 6vw, 76px);
}

/* Responsive */
@media (max-width: 1180px) {
  :root {
    --rp-gutter: clamp(24px, 4.5vw, 58px);
  }

  .rp-site-header__inner {
    gap: 24px;
  }

  .rp-primary-navigation a {
    font-size: 10px;
    letter-spacing: .1em;
  }

  .rp-menu,
  .rp-primary-navigation ul {
    gap: 22px;
  }

  .rp-logo--compact .rp-logo__mark {
    width: 54px;
    height: 54px;
  }

  .rp-logo--compact .rp-logo__name {
    font-size: 29px;
  }

  .rp-logo--compact .rp-logo__tagline {
    font-size: 8px;
    letter-spacing: .18em;
  }

  .rp-practice-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rp-practice-card:nth-child(4) {
    border-left: 0;
  }

  .rp-site-footer__inner {
    grid-template-columns: 1.25fr 1fr 1fr;
  }

  .rp-site-footer__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 980px) {
  :root {
    --rp-header-height: 86px;
  }

  .admin-bar .rp-site-header {
    top: 32px;
  }

  .rp-site-header.is-scrolled {
    --rp-current-header-height: 76px;
    height: 76px;
  }

  .rp-menu-toggle {
    display: inline-flex;
    flex: 0 0 auto;
  }

  .rp-menu-backdrop {
    display: block;
  }

  .rp-primary-navigation {
    position: fixed;
    top: calc(var(--rp-current-header-height) + var(--rp-admin-offset));
    right: 0;
    bottom: 0;
    width: min(88vw, 430px);
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    transform: translateX(100%);
    padding: 34px 28px calc(60px + env(safe-area-inset-bottom));
    background: #fff;
    border-left: 1px solid var(--rp-line);
    box-shadow: -18px 24px 50px rgba(7,30,53,.14);
    pointer-events: none;
    transition: transform .24s var(--rp-ease), opacity .2s ease, visibility .24s ease;
    contain: layout paint;
  }


  .rp-primary-navigation.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
  }

  .rp-primary-navigation .rp-menu,
  .rp-primary-navigation > ul {
    display: block;
  }

  .rp-primary-navigation li {
    border-bottom: 1px solid var(--rp-line);
  }

  .rp-primary-navigation a {
    padding: 17px 2px;
    font-size: 12px;
    letter-spacing: .16em;
  }

  .rp-primary-navigation a::after {
    bottom: -1px;
  }

  .rp-primary-navigation .sub-menu {
    position: static;
    display: block;
    visibility: visible;
    opacity: 1;
    transform: none;
    min-width: 0;
    padding: 0 0 10px 15px;
    border: 0;
    box-shadow: none;
  }

  body.rp-menu-open {
    overflow: hidden;
    overscroll-behavior: none;
  }

  body.rp-menu-open .rp-primary-navigation {
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  .rp-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .rp-hero__content {
    padding-top: 74px;
    padding-bottom: 72px;
  }

  .rp-hero__media {
    min-height: 430px;
  }

  .rp-about {
    grid-template-columns: 1fr;
  }

  .rp-about__media {
    min-height: 460px;
  }

  .rp-values {
    grid-template-columns: 1fr 1fr;
  }

  .rp-value:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--rp-line);
  }

  .rp-value:nth-child(4) {
    border-top: 1px solid var(--rp-line);
  }
}

@media (max-width: 782px) {
  .admin-bar .rp-site-header {
    --rp-admin-offset: 46px;
    top: 46px;
  }

}

@media (max-width: 760px) {
  :root {
    --rp-gutter: 22px;
    --rp-section: 64px;
    --rp-header-height: 78px;
  }

  .rp-site-header__inner {
    gap: 12px;
    padding-inline: max(16px, env(safe-area-inset-left)) max(16px, env(safe-area-inset-right));
  }

  .rp-logo {
    gap: 9px;
  }

  .rp-site-header .rp-logo--compact .rp-logo__mark {
    width: 42px;
    height: 42px;
  }

  .rp-site-header .rp-logo--compact .rp-logo__name {
    font-size: clamp(18px, 5.25vw, 23px);
  }

  .rp-site-header .rp-logo--compact .rp-logo__tagline {
    margin-top: 5px;
    font-size: 7.5px;
    letter-spacing: .07em;
  }

  .rp-logo__tagline i {
    margin: 0 3px;
  }

  .rp-menu-toggle {
    width: 44px;
    height: 44px;
  }

  .rp-hero__content {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .rp-hero h1 {
    margin-bottom: 22px;
    font-size: clamp(46px, 14vw, 64px);
    line-height: .92;
  }

  .rp-hero__content > p {
    margin-bottom: 26px;
    font-size: 15.5px;
    line-height: 1.65;
  }

  .rp-hero__actions {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
  }

  .rp-button {
    width: 100%;
  }

  .rp-icon-link {
    display: none;
  }

  .rp-hero__media {
    min-height: 320px;
  }

  .rp-section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .rp-section-heading h2,
  .rp-about h2 {
    font-size: clamp(39px, 11vw, 54px);
  }

  .rp-practice-grid {
    grid-template-columns: 1fr;
  }

  .rp-practice-card,
  .rp-practice-card:nth-child(4) {
    min-height: 0;
    padding: 26px 22px 62px;
    border-left: 0;
    border-top: 1px solid var(--rp-line);
  }

  .rp-practice-card:first-child {
    border-top: 0;
  }

  .rp-about__content {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .rp-about__media {
    min-height: 320px;
  }

  .rp-office-logo {
    left: 5%;
    top: 17%;
    width: 62%;
    transform: scale(.62);
  }

  .rp-values {
    grid-template-columns: 1fr;
    padding-block: 0;
  }

  .rp-value,
  .rp-value:nth-child(3),
  .rp-value:nth-child(4) {
    min-height: 104px;
    padding: 18px 4px;
    border-top: 1px solid var(--rp-line);
    border-left: 0;
  }

  .rp-value:first-child {
    border-top: 0;
  }

  .rp-site-footer {
    padding-top: 52px;
  }

  .rp-site-footer__inner {
    grid-template-columns: 1fr;
  }

  .rp-site-footer__brand {
    grid-column: auto;
  }

  .rp-site-footer__legal {
    flex-direction: column;
    gap: 10px;
  }
}


@media (max-width: 480px) {
  :root {
    --rp-gutter: 18px;
    --rp-section: 56px;
    --rp-header-height: 72px;
  }

  .rp-site-header.is-scrolled {
    --rp-current-header-height: 68px;
    height: 68px;
  }

  .rp-site-header__brand {
    max-width: calc(100% - 56px);
  }

  .rp-site-header .rp-logo {
    gap: 8px;
    min-width: 0;
  }

  .rp-site-header .rp-logo--compact .rp-logo__mark {
    width: 39px;
    height: 39px;
  }

  .rp-site-header .rp-logo__copy {
    overflow: hidden;
  }

  .rp-site-header .rp-logo--compact .rp-logo__name {
    max-width: 100%;
    overflow: hidden;
    font-size: clamp(18px, 5.2vw, 21px);
    text-overflow: clip;
  }

  .rp-site-header .rp-logo--compact .rp-logo__tagline {
    display: none;
  }

  .rp-menu-toggle {
    width: 42px;
    height: 42px;
  }

  .rp-primary-navigation {
    width: 100%;
    padding-inline: 22px;
  }

  .rp-kicker {
    margin-bottom: 14px;
    font-size: 10px;
    letter-spacing: .17em;
  }

  .rp-hero__content {
    padding-top: 42px;
    padding-bottom: 44px;
  }

  .rp-hero h1 {
    font-size: clamp(44px, 13.6vw, 58px);
  }

  .rp-hero__media,
  .rp-about__media {
    min-height: 285px;
  }

  .rp-button {
    min-height: 50px;
    padding-inline: 18px;
    font-size: 10.5px !important;
    letter-spacing: .14em !important;
  }

  .rp-section-heading h2,
  .rp-about h2 {
    font-size: clamp(36px, 10.5vw, 47px);
  }

  .rp-practice-card__icon {
    width: 46px;
    height: 46px;
    margin-bottom: 20px;
  }

  .rp-about__content p {
    font-size: 15px;
  }

  .rp-office-logo {
    left: 4%;
    top: 14%;
    width: 76%;
    transform: scale(.54);
  }

  .rp-values {
    padding-inline: 18px;
  }

  .rp-value {
    grid-template-columns: 46px 1fr;
    gap: 15px;
  }

  .rp-value__icon {
    width: 42px;
    height: 42px;
  }

  .rp-site-footer {
    padding-inline: 18px;
    padding-bottom: calc(24px + env(safe-area-inset-bottom));
  }

  .rp-site-footer__brand .rp-logo {
    max-width: 100%;
    transform: none;
  }

  .rp-site-footer .rp-logo--compact .rp-logo__mark {
    width: 46px;
    height: 46px;
  }

  .rp-site-footer .rp-logo--compact .rp-logo__name {
    font-size: 24px;
  }

  .rp-site-footer .rp-logo--compact .rp-logo__tagline {
    font-size: 7.5px;
    letter-spacing: .09em;
  }

  .rp-site-footer__arc {
    right: -265px;
  }
}

@media (max-width: 360px) {
  .rp-site-header .rp-logo--compact .rp-logo__mark {
    width: 36px;
    height: 36px;
  }

  .rp-site-header .rp-logo--compact .rp-logo__name {
    font-size: 17px;
  }

  .rp-menu-toggle {
    width: 40px;
    height: 40px;
  }

  .rp-hero h1 {
    font-size: 43px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* v2.2 front-page isolation: old Divi Theme Builder shells must not overlay the corporate homepage. */
body.rp-standalone-front-page > .et-l--header,
body.rp-standalone-front-page > .et-l--footer,
body.rp-standalone-front-page #main-header,
body.rp-standalone-front-page #top-header {
    display: none !important;
}


/* --------------------------------------------------------------------------
   Navigation 2.3: existing menu hierarchy, modern visual treatment
   -------------------------------------------------------------------------- */
@media (min-width: 981px) {
  .rp-site-header__inner {
    position: relative;
  }

  .rp-primary-navigation {
    position: static;
  }

  .rp-primary-navigation > .rp-menu > li > a {
    padding-top: 39px;
    padding-bottom: 38px;
    font-size: 13px;
    font-weight: 650;
    letter-spacing: .015em;
    text-transform: none;
  }

  .rp-primary-navigation > .rp-menu > li.menu-item-has-children > a {
    padding-right: 17px;
  }

  .rp-primary-navigation > .rp-menu > li.menu-item-has-children > a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 6px;
    height: 6px;
    margin-top: -5px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg);
    opacity: .65;
  }

  .rp-primary-navigation .sub-menu {
    top: calc(100% - 5px);
    left: -18px;
    min-width: 310px;
    padding: 10px;
    background: rgba(255,255,255,.985);
    border: 1px solid rgba(7,30,53,.09);
    border-top: 3px solid var(--rp-orange);
    box-shadow: 0 26px 70px rgba(7,30,53,.16);
  }

  .rp-primary-navigation .sub-menu::before {
    content: "";
    position: absolute;
    top: -9px;
    left: 26px;
    width: 14px;
    height: 14px;
    background: var(--rp-orange);
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
  }

  .rp-primary-navigation .sub-menu li {
    width: 100%;
  }

  .rp-primary-navigation .sub-menu a {
    padding: 11px 13px;
    border-left: 2px solid transparent;
    color: var(--rp-ink);
    font-size: 14px;
    font-weight: 550;
    letter-spacing: 0;
    line-height: 1.35;
    text-transform: none;
    transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease;
  }

  .rp-primary-navigation .sub-menu a:hover,
  .rp-primary-navigation .sub-menu a:focus-visible,
  .rp-primary-navigation .sub-menu .current-menu-item > a {
    padding-left: 16px;
    background: var(--rp-sand);
    border-left-color: var(--rp-orange);
    color: var(--rp-ink);
  }

  /* Supports Divi/WordPress' existing mega-menu class and automatically
     treats long first-level dropdowns as mega menus in modern browsers. */
  .rp-primary-navigation > .rp-menu > li.mega-menu,
  .rp-primary-navigation > .rp-menu > li.rp-mega-menu,
  .rp-primary-navigation > .rp-menu > li:has(> .sub-menu > li:nth-child(5)) {
    position: static;
  }

  .rp-primary-navigation > .rp-menu > li.mega-menu > .sub-menu,
  .rp-primary-navigation > .rp-menu > li.rp-mega-menu > .sub-menu,
  .rp-primary-navigation > .rp-menu > li:has(> .sub-menu > li:nth-child(5)) > .sub-menu {
    right: var(--rp-gutter);
    left: var(--rp-gutter);
    width: auto;
    min-width: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px 28px;
    padding: 30px 34px 34px;
  }

  .rp-primary-navigation > .rp-menu > li.mega-menu:hover > .sub-menu,
  .rp-primary-navigation > .rp-menu > li.mega-menu:focus-within > .sub-menu,
  .rp-primary-navigation > .rp-menu > li.rp-mega-menu:hover > .sub-menu,
  .rp-primary-navigation > .rp-menu > li.rp-mega-menu:focus-within > .sub-menu,
  .rp-primary-navigation > .rp-menu > li:has(> .sub-menu > li:nth-child(5)):hover > .sub-menu,
  .rp-primary-navigation > .rp-menu > li:has(> .sub-menu > li:nth-child(5)):focus-within > .sub-menu {
    display: grid;
  }

  .rp-primary-navigation > .rp-menu > li.mega-menu > .sub-menu::before,
  .rp-primary-navigation > .rp-menu > li.rp-mega-menu > .sub-menu::before,
  .rp-primary-navigation > .rp-menu > li:has(> .sub-menu > li:nth-child(5)) > .sub-menu::before {
    left: auto;
    right: 22%;
  }

  .rp-primary-navigation > .rp-menu > li.mega-menu > .sub-menu > li > a,
  .rp-primary-navigation > .rp-menu > li.rp-mega-menu > .sub-menu > li > a,
  .rp-primary-navigation > .rp-menu > li:has(> .sub-menu > li:nth-child(5)) > .sub-menu > li > a {
    padding: 0 0 12px;
    border: 0;
    border-bottom: 1px solid var(--rp-line);
    background: transparent;
    color: var(--rp-ink);
    font-family: var(--rp-display);
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -.015em;
  }

  .rp-primary-navigation > .rp-menu > li.mega-menu > .sub-menu > li > .sub-menu,
  .rp-primary-navigation > .rp-menu > li.rp-mega-menu > .sub-menu > li > .sub-menu,
  .rp-primary-navigation > .rp-menu > li:has(> .sub-menu > li:nth-child(5)) > .sub-menu > li > .sub-menu {
    position: static;
    display: block;
    visibility: visible;
    opacity: 1;
    transform: none;
    min-width: 0;
    padding: 9px 0 0;
    border: 0;
    box-shadow: none;
  }

  .rp-primary-navigation > .rp-menu > li.mega-menu > .sub-menu > li > .sub-menu::before,
  .rp-primary-navigation > .rp-menu > li.rp-mega-menu > .sub-menu > li > .sub-menu::before,
  .rp-primary-navigation > .rp-menu > li:has(> .sub-menu > li:nth-child(5)) > .sub-menu > li > .sub-menu::before {
    display: none;
  }

  .rp-primary-navigation > .rp-menu > li.mega-menu > .sub-menu > li > .sub-menu a,
  .rp-primary-navigation > .rp-menu > li.rp-mega-menu > .sub-menu > li > .sub-menu a,
  .rp-primary-navigation > .rp-menu > li:has(> .sub-menu > li:nth-child(5)) > .sub-menu > li > .sub-menu a {
    padding: 8px 0;
    border: 0;
    background: transparent;
    font-size: 13px;
    font-weight: 500;
  }

  .rp-primary-navigation > .rp-menu > li.mega-menu > .sub-menu > li > .sub-menu a:hover,
  .rp-primary-navigation > .rp-menu > li.rp-mega-menu > .sub-menu > li > .sub-menu a:hover,
  .rp-primary-navigation > .rp-menu > li:has(> .sub-menu > li:nth-child(5)) > .sub-menu > li > .sub-menu a:hover {
    color: var(--rp-orange-dark);
    transform: translateX(3px);
  }

  .rp-submenu-toggle {
    display: none !important;
  }
}

@media (max-width: 980px) {
  .rp-primary-navigation li.menu-item-has-children {
    position: relative;
  }

  .rp-primary-navigation li.menu-item-has-children > a {
    padding-right: 52px;
  }

  .rp-submenu-toggle {
    position: absolute;
    top: 7px;
    right: 0;
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: transparent;
    border: 0;
    color: var(--rp-ink);
    cursor: pointer;
  }

  .rp-submenu-toggle::before {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg) translate(-2px, -2px);
    transition: transform .18s ease;
  }

  .rp-submenu-toggle[aria-expanded="true"]::before {
    transform: rotate(225deg) translate(-1px, -1px);
  }

  .rp-primary-navigation .sub-menu {
    display: none;
    padding: 0 0 12px 14px;
    border-left: 1px solid var(--rp-line);
  }

  .rp-primary-navigation li.is-submenu-open > .sub-menu,
  .rp-primary-navigation li.current-menu-ancestor > .sub-menu,
  .rp-primary-navigation li.current-menu-parent > .sub-menu {
    display: block;
  }

  .rp-primary-navigation .sub-menu li {
    border-bottom: 0;
  }

  .rp-primary-navigation .sub-menu a {
    padding: 12px 44px 12px 5px;
    font-size: 13px;
    font-weight: 520;
    letter-spacing: .01em;
    text-transform: none;
  }
}
