:root {
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--white: white;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray700: #344054;
  --untitled-ui--gray50: #f9fafb;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray900: #101828;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--primary800: #53389e;
  --untitled-ui--gray400: #98a2b3;
}

.navbar-logo-left {
  z-index: 9999;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.container {
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  min-height: 0;
  padding: 4rem 6rem;
  display: flex;
}

.navbar-wrapper {
  border: 0 solid #000;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.nav-menu-two {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  display: flex;
}

.nav-dropdown-toggle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  letter-spacing: .25px;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -18px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide {
  margin-top: 22px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: ivypresto-headline, sans-serif;
  font-size: 1.5rem;
  font-weight: 100;
  line-height: 1.75rem;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: .5rem;
  line-height: 0;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.text-block {
  color: #fff;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .65rem;
}

.hero-heading-left {
  background-color: #fff;
  border-bottom: 1px #e4ebf3;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.hero-split {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.margin-bottom-medium {
  font-family: ivypresto-text, sans-serif;
  font-size: 1rem;
  font-weight: 100;
  line-height: 1.5rem;
}

.button-primary-2 {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #d4deff;
  flex: 0 auto;
  align-self: flex-start;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 10px;
  line-height: 20px;
  transition: all .2s;
  display: flex;
}

.button-primary-2:hover {
  color: #000;
  background-color: #99a7d8;
}

.button-primary-2:active {
  background-color: #43464d;
}

.hero-heading-right {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.features-metrics {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.features-block {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.testimonial-column-dark {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.testimonial-block-main {
  background-color: #f5f7fa;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
}

.testimonial-main-image {
  object-fit: cover;
  width: 200px;
  height: 280px;
  margin-right: 24px;
}

.testimonial-main-content {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.testimonial-block {
  background-color: #f5f7fa;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.heading {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: ivypresto-headline, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.75rem;
  display: flex;
}

.heading.ch-sml {
  max-width: 17ch;
}

.image {
  max-width: 12rem;
}

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block {
  background-color: #d4deff;
  width: 1rem;
  height: 1rem;
}

.text-block-2 {
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 12px;
}

.nav-container {
  background-color: #fff;
  border-bottom: 2px #d4deff;
  border-radius: 0;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  padding: 1rem 6rem;
  display: flex;
}

.hero-split-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f6f8ff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 46%;
  height: 30rem;
  display: flex;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-2.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-heading-right-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-heading-left-copy {
  background-color: #fff;
  border: 1px #000;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-wrapper-copy {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-top: 2px #d4deff;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 4rem 6rem;
  display: flex;
}

.stats {
  background-color: #fff;
  border: 1px #000;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.stats-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  border-style: none;
  border-width: 2px 1px 1px;
  border-radius: 0;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

._5-column {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.stat {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  background-color: #fff;
  border-left: 2px solid #d4deff;
  border-radius: 0;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding: 0 1rem;
  transition: box-shadow .2s;
  display: flex;
}

.stat-icon {
  background-color: #f4f7ff;
  width: 2rem;
  height: 2rem;
}

.h3 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  letter-spacing: .035rem;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: ivypresto-headline, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.75rem;
  display: flex;
}

.attorneys {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 60%;
  display: flex;
}

.attorneys-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px #d4deff;
  border-radius: 1px;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.attorney {
  text-align: center;
  background-color: #f4f7ff;
  width: 100%;
}

.attorney-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 1rem;
  transition: border-radius .2s, box-shadow .2s;
  display: flex;
}

.hero {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: ivypresto-headline, sans-serif;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 4rem;
}

.footer-dark {
  background-color: #101935;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 6rem 4rem;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  grid-column-gap: 4.7rem;
  grid-row-gap: 4.7rem;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.footer-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start space-between;
  place-items: flex-start start;
  max-width: 60%;
  display: flex;
}

.footer-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #7f859b;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #044da0;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #fff;
  text-align: left;
  font-size: 12px;
  line-height: 16px;
}

.uui-text-align-center {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-text-size-large {
  color: #3b3358;
  letter-spacing: normal;
  font-family: ivypresto-text, sans-serif;
  font-size: 1.125rem;
  font-weight: 100;
  line-height: 1.5;
}

.uui-heading-medium {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row.button-row-center {
  justify-content: center;
}

.uui-cta09_component {
  background-color: #1e2d5f;
  border-radius: 0;
  padding: 4rem;
}

.uui-section_cta09 {
  background-color: var(--untitled-ui--white);
  position: relative;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-padding-vertical-xhuge {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-container-small {
  display: flex;
}

.uui-heading-xsmall {
  color: var(--untitled-ui--gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-career03_title-wrapper {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  display: flex;
}

.uui-career03_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  width: 100%;
  padding-left: 1rem;
  display: flex;
}

.uui-career03_list-wrapper {
  border-bottom: 0 solid #000;
  overflow: hidden;
}

.uui-career03_accordion {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: var(--untitled-ui--gray200) var(--untitled-ui--gray200) #d4deff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-bottom: .5rem;
  display: flex;
}

.uui-career03_item {
  border: 1px #000;
}

.uui-career03_list {
  grid-column-gap: 0rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.uui-career03_job-description {
  cursor: pointer;
  border: 0 #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: .25rem;
  display: flex;
}

.uui-career03_title-heading {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: var(--untitled-ui--primary800);
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-career03_location {
  background-color: var(--untitled-ui--gray100);
  color: var(--untitled-ui--gray600);
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.uui-career03_flag-icon {
  object-fit: cover;
  border-radius: 1rem;
  width: 1rem;
  height: 1rem;
  margin-left: -.375rem;
  margin-right: .375rem;
}

.accordion-icon_component {
  color: var(--untitled-ui--gray400);
  background-color: #d4deff;
  border: 2px #d4deff;
  border-radius: 8%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.accordion-icon_vertical-line {
  background-color: var(--untitled-ui--gray400);
  border: 1px solid #4061cc;
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.accordion-icon_horizontal-line {
  background-color: var(--untitled-ui--gray400);
  border: 1px solid #4061cc;
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.uui-heading-subheading {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-career03_heading {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.div-block-2 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-3 {
  width: 60%;
}

.heading-light {
  color: #fff;
  letter-spacing: 0;
  font-family: ivypresto-headline, sans-serif;
  font-size: 3.5rem;
  font-weight: 100;
  line-height: 3.75rem;
}

.margin-bottom-small {
  margin-bottom: 3rem;
  font-family: ivypresto-text, sans-serif;
  font-size: 14px;
  font-weight: 100;
  line-height: 1.35rem;
}

.cta-padding {
  flex: 1;
}

.cta {
  background-color: var(--untitled-ui--white);
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.div-block-4 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hp {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.div-block-5 {
  flex: 1;
}

.div-block-6 {
  flex-flow: row;
  flex: 1;
  display: flex;
}

.heroo {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f6f8ff;
  background-image: url('../images/pexels-norma-mortenson-8457288.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 20rem;
  display: flex;
}

.paragraph {
  font-family: ivypresto-text, sans-serif;
  font-size: 14px;
  font-weight: 100;
  line-height: 1.35rem;
}

.div-block-7 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.italic-text {
  text-decoration: none;
}

.services-container {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px #d4deff;
  border-top-width: 2px;
  border-radius: 1px;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.div-block-8 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  align-self: auto;
  display: flex;
}

.div-block-9, .div-block-10, .div-block-11, .div-block-12 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.butto {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #992654;
  flex: 0 auto;
  align-self: flex-start;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 10px;
  line-height: 20px;
  transition: all .2s;
  display: flex;
}

.butto:hover {
  color: #fff;
  background-color: #631635;
}

.butto:active {
  background-color: #43464d;
}

.hero-dupe {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 46%;
  height: 40rem;
  display: flex;
}

.hero-wrapper-copy {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row-reverse;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-wrapper-copy-cop {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hero-button {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #992654;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 10px;
  line-height: 20px;
  transition: all .2s;
  display: flex;
}

.hero-button:hover {
  color: #fff;
  background-color: #631635;
}

.hero-button:active {
  background-color: #43464d;
}

.hero-heading-center-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-3.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.shadow-two-3 {
  box-shadow: 0 4px 24px #96a3b514;
}

.construction {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-button-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #992654;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 10px;
  line-height: 20px;
  transition: all .2s;
  display: flex;
}

.hero-button-copy:hover {
  color: #fff;
  background-color: #631635;
}

.hero-button-copy:active {
  background-color: #43464d;
}

.uui-career03_accordion-caboose {
  border-style: none;
  border-width: 1px;
  border-color: var(--untitled-ui--gray200) var(--untitled-ui--gray200) #d4deff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-bottom: .5rem;
  display: flex;
}

.image-copy {
  max-width: 2.5rem;
}

.div-block-13, .div-block-14 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-15 {
  background-color: #eff1ff;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  height: 200px;
  display: flex;
}

.div-block-16 {
  background-color: #f0efff;
  width: 2rem;
  height: 2rem;
}

.smol {
  background-color: #d4deff;
  width: .65rem;
  height: .65rem;
}

.div-block-17 {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.eyebrow {
  letter-spacing: .01rem;
  align-self: center;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: .8rem;
}

.div-block-18 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.attorney-name {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  letter-spacing: .035rem;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: ivypresto-headline, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2rem;
  display: flex;
}

.iconnn {
  width: 2rem;
}

.line-ontainer {
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  padding: 2rem 1rem;
  display: flex;
}

.hero-wrapper-copy {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
  display: flex;
}

.heroo-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f6f8ff;
  background-image: url('../images/jessica-ruscello-OQSCtabGkSY-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 35rem;
  display: flex;
}

.form-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f6f8ff;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 1rem;
  display: flex;
}

.form {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.form-block {
  align-self: stretch;
}

.hero-wrapper-copy {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.forrm {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.ap {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: ivypresto-headline, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.25rem;
  display: flex;
}

.ap.ch-sml {
  max-width: 17ch;
}

.attorney-container-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  transition: border-radius .2s, box-shadow .2s;
  display: flex;
}

.services-container-copy {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  border: 1px #d4deff;
  border-top-width: 2px;
  border-radius: 1px;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.image-2 {
  max-width: 100%;
}

.container-copy {
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-top: 4rem;
  padding: 4rem 6rem;
  display: flex;
}

.attorney-copy {
  text-align: center;
  background-color: #f4f7ff;
  width: 60%;
}

.column-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.div-block-19 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.div-block-20 {
  color: #7f859b;
  font-size: .8rem;
  line-height: 1rem;
}

.john {
  max-width: 100%;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
    padding: 2rem;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .hero-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-split {
    flex-flow: column;
    max-width: 100%;
  }

  .features-wrapper {
    justify-content: space-between;
  }

  .testimonial-grid {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-main-image {
    width: 300px;
    height: 350px;
  }

  .heading {
    padding-right: 0;
    font-size: 2.5rem;
    line-height: 2.75rem;
  }

  .heading.ch-sml {
    flex-flow: row;
  }

  .nav-container {
    max-width: 728px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-split-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    margin-bottom: 40px;
  }

  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-heading-left-copy {
    flex-flow: row;
  }

  .hero-wrapper-copy {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
    display: flex;
  }

  .stats-wrapper {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  ._5-column {
    grid-column-gap: 1rem;
    grid-row-gap: 3rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: start center;
    place-items: stretch stretch;
    max-width: 100%;
    margin-bottom: 40px;
    display: grid;
  }

  .h3 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .attorneys {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .attorneys-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .attorney-container {
    padding: 0;
  }

  .hero {
    font-size: 2.5rem;
    line-height: 2.85rem;
  }

  .footer-dark {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-3 {
    max-width: 200rem;
  }

  .footer-content {
    grid-column-gap: 60px;
    max-width: 100%;
  }

  .uui-cta09_component {
    padding: 3rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .div-block-3 {
    width: 60%;
  }

  .heroo {
    justify-content: flex-end;
    align-items: flex-start;
    max-width: 100%;
    height: 25rem;
    margin-bottom: 40px;
  }

  .services-container {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .butto {
    padding-left: 2rem;
  }

  .hero-dupe {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-wrapper-copy, .hero-wrapper-copy-cop {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-button {
    padding-left: 2rem;
  }

  .container-4 {
    max-width: 728px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .construction {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-button-copy {
    padding-left: 2rem;
  }

  .line-ontainer {
    justify-content: space-between;
    align-items: center;
  }

  .hero-wrapper-copy {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row-reverse;
    justify-content: flex-end;
    align-self: center;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heroo-copy, .form-container {
    justify-content: flex-end;
    align-items: flex-start;
    max-width: 100%;
    height: 25rem;
    margin-bottom: 40px;
  }

  .hero-wrapper-copy, .forrm {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .ap {
    padding-right: 0;
    font-size: 2.5rem;
    line-height: 2.75rem;
  }

  .ap.ch-sml {
    flex-flow: row;
  }

  .attorney-container-copy {
    padding: 0;
  }

  .services-container-copy {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .container-copy {
    max-width: 728px;
    padding: 2rem;
  }

  .column-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 3rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: start center;
    place-items: stretch stretch;
    max-width: 100%;
    margin-bottom: 40px;
    display: grid;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-wrapper {
    padding-left: 1rem;
    padding-right: 0;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-heading-right, .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .testimonial-column-dark {
    padding: 60px 15px;
  }

  .testimonial-main-image {
    width: 250px;
  }

  .heading {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }

  .heading.ch-sml {
    min-width: 0;
    padding-right: 0;
    overflow: visible;
  }

  .nav-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-split-copy {
    margin-bottom: 0;
  }

  .hero-heading-center, .hero-heading-right-2, .hero-heading-left-copy {
    padding: 60px 15px;
  }

  .hero-wrapper-copy {
    flex-flow: row-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .stats {
    padding-bottom: 0;
  }

  ._5-column {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .attorneys {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .attorneys-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .attorney-container {
    padding: 0;
  }

  .hero {
    -webkit-text-stroke-color: #141414;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.button-row-center.is-reverse-mobile-landscape, .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .uui-cta09_component {
    padding: 2.5rem 1.5rem;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-career03_title-wrapper {
    margin-bottom: 1.25rem;
  }

  .uui-career03_component {
    margin-top: 3rem;
    padding-left: 0;
  }

  .uui-career03_accordion {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-career03_job-description {
    padding-top: 1rem;
  }

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: var(--untitled-ui--primary700);
  }

  .div-block-3 {
    width: 100%;
  }

  .cta-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .services-container {
    flex-flow: column;
  }

  .hero-heading-center-2 {
    padding: 60px 15px;
  }

  .uui-career03_accordion-caboose {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hero-wrapper-copy {
    margin-bottom: 0;
  }

  .ap {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }

  .ap.ch-sml {
    min-width: 0;
    padding-right: 0;
    overflow: visible;
  }

  .attorney-container-copy {
    padding: 0;
  }

  .services-container-copy {
    flex-flow: column;
  }

  .column-copy {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .menu-button {
    padding: .25rem;
  }

  .hero-wrapper {
    flex-flow: column;
  }

  .margin-bottom-medium {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-block-main {
    flex-direction: column;
  }

  .testimonial-main-image {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .heading {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .image {
    max-width: 10rem;
  }

  .nav-container, .container-2 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  ._5-column {
    grid-column-gap: 0rem;
    grid-row-gap: 2rem;
  }

  .stat {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-left: .25rem;
    padding-right: 1rem;
  }

  .attorney-container {
    padding-left: 0;
    padding-right: 0;
  }

  .hero {
    font-size: 3rem;
    line-height: 3.2rem;
  }

  .container-3 {
    max-width: none;
  }

  .footer-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column-reverse;
  }

  .footer-content {
    flex-flow: column;
    margin-top: 0;
  }

  .footer-block {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .uui-text-align-center {
    justify-content: center;
    align-items: center;
  }

  .uui-button-row.button-row-center.is-reverse-mobile-landscape {
    align-self: center;
  }

  .uui-career03_title-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .uui-career03_title-heading {
    margin-bottom: 1.25rem;
  }

  .cta-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .heroo {
    height: 10rem;
  }

  .paragraph {
    line-height: 1.2rem;
  }

  .butto {
    justify-content: center;
    align-items: center;
  }

  .container-4 {
    max-width: none;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .attorney-name {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .line-ontainer {
    max-width: none;
  }

  .heroo-copy, .form-container {
    height: 10rem;
  }

  .hero-wrapper-copy, .forrm {
    flex-flow: column;
  }

  .ap {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .attorney-container-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .container-copy {
    max-width: none;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .column-copy {
    grid-column-gap: 0rem;
    grid-row-gap: 2rem;
  }
}

#w-node-_1e924031-ddd4-f335-1b48-da0d7efd7bcd-7efd7bb6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_1e924031-ddd4-f335-1b48-da0d7efd7bdd-7efd7bb6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_1e924031-ddd4-f335-1b48-da0d7efd7be5-7efd7bb6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4058c0f-d5d3-1037-ece4-19f0e128cf59-a0c57beb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-c4058c0f-d5d3-1037-ece4-19f0e128cf69-a0c57beb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-c4058c0f-d5d3-1037-ece4-19f0e128cf71-a0c57beb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


