.case-results-paragraph__header {
  padding-bottom: 40px;
}
.case-results-paragraph__card-title {
  font-weight: 800;
  font-family: var(--page-font-family-ext);
  font-size: 40px;
  line-height: 110%;
}
.case-results-paragraph__content {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.case-results-paragraph__practice-area {
  flex: 1;
  padding-top: 80px;
}
.case-results-paragraph__practice-area-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  padding-bottom: 40px;
}
.case-results-paragraph__practice-area-title-label::after {
  content: ": ";
}
.case-results-paragraph__text {
  max-width: 620px;
}
.case-results-paragraph__text p {
  --p-margin: 8px;
}
.case-results-paragraph__actions {
  display: flex;
  flex-direction: row;
  gap: 40px;
  padding-top: 40px;
}
.case-results-paragraph__case {
  flex: 1;
}
.case-results-paragraph__case .case-node--teaser {
  border-radius: 20px;
}

:root {
  --bg-color-gray: #D1D1D1;
  --why-us-reason-check-icon: url("../images/check-blue-c.svg");
  --why-us-reason-check-size: 64px;
}

.block-par {
  --step-card-bg-color: var(--color-blue, #1C498E);
  --step-card-text-color: #FFFFFF;
  --step-card-num-color: #FFFFFF;
}
.block-par.block-par--bg-white {
  --step-card-bg-color: var(--color-blue, #1C498E);
  --step-card-text-color: #FFFFFF;
  --step-card-num-color: #FFFFFF;
}
.block-par.block-par--bg-blue {
  --step-card-bg-color: #FFFFFF;
  --step-card-text-color: #1B2543;
  --step-card-num-color: #1C498E;
}
.block-par.block-par--bg-blue-dark {
  --step-card-bg-color: #FFFFFF;
  --step-card-text-color: #1B2543;
  --step-card-num-color: #1B2543;
}

.step-cards-paragraph {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.step-cards-paragraph__card-text {
  font-size: 40px;
  font-weight: 800;
  font-family: var(--page-font-family-ext);
  text-transform: uppercase;
  line-height: 130%;
}
.step-cards-paragraph__card-items {
  display: flex;
  flex-direction: row;
  gap: 40px;
}

.step-card-number-paragraph {
  position: relative;
  border-radius: 20px;
  background: var(--step-card-bg-color, #FFFFFF);
  padding: 140px 20px 32px 20px;
  color: var(--step-card-text-color);
  flex: 1;
}
.step-card-number-paragraph::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 360px;
  height: 96px;
  background-color: var(--step-card-num-color);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.step-card-number-paragraph:nth-child(1)::before {
  -webkit-mask-image: url("../images/card-number-01.svg");
  mask-image: url("../images/card-number-01.svg");
}
.step-card-number-paragraph:nth-child(2)::before {
  -webkit-mask-image: url("../images/card-number-02.svg");
  mask-image: url("../images/card-number-02.svg");
}
.step-card-number-paragraph:nth-child(3)::before {
  -webkit-mask-image: url("../images/card-number-03.svg");
  mask-image: url("../images/card-number-03.svg");
}
.step-card-number-paragraph__card-title {
  font-size: 20px;
  font-family: var(--page-font-family-ext);
  font-weight: 800;
  line-height: 130%;
  text-transform: uppercase;
  min-height: 52px;
  margin-bottom: 16px;
}

.step-card-paragraph {
  flex: 1;
  background: var(--step-card-bg-color, #FFFFFF);
  color: var(--step-card-text-color);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  border-radius: 20px;
}
.step-card-paragraph__card-text {
  text-align: center;
  font-size: 24px;
  line-height: 100%;
}

.practice-areas-paragraph__actions {
  display: flex;
  flex-direction: row;
  gap: 40px;
  justify-content: center;
  padding-top: 40px;
}
.practice-areas-paragraph .practice-area-paragraph {
  border-bottom: 2px solid var(--color-blue);
}
.practice-areas-paragraph .practice-area-paragraph__category-name {
  color: var(--color-blue-dark);
  font-family: var(--page-font-family-ext);
  font-size: 24px;
  font-weight: 800;
  line-height: 110%;
  text-transform: uppercase;
  background: var(--color-white);
  border: none;
  position: relative;
  padding-right: 48px;
}
.practice-areas-paragraph .practice-area-paragraph__category-name::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(0deg);
  width: 36px;
  height: 36px;
  background: url("../images/plus-white-bc.svg") center/contain no-repeat;
  transition: transform 0.3s ease;
}
.practice-areas-paragraph .practice-area-paragraph__category-name.ui-accordion-header-active::after {
  transform: translateY(-50%) rotate(45deg);
}
.practice-areas-paragraph .practice-area-paragraph__category-name.ui-accordion-header {
  padding: 29px 0 29px 0;
}
.practice-areas-paragraph .practice-area-paragraph__category-name .ui-accordion-header-icon {
  display: none;
}
.practice-areas-paragraph .practice-area-paragraph__category-name.ui-state-active {
  background: var(--color-white);
}
.practice-areas-paragraph .practice-area-paragraph__content {
  display: flex;
  flex-direction: row;
  gap: 80px;
  padding: 40px 108px 40px 108px;
  background: var(--bg-color-gray);
}
.practice-areas-paragraph .practice-area-paragraph__content .practice-area-paragraph__issues {
  flex: 1;
}
.practice-areas-paragraph .practice-area-paragraph__content .practice-area-paragraph__issues-label {
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  color: var(--color-blue-dark);
}
.practice-areas-paragraph .practice-area-paragraph__content .practice-area-paragraph__resolution {
  flex: 1;
}
.practice-areas-paragraph .practice-area-paragraph__content .practice-area-paragraph__resolution-label {
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  color: var(--color-blue-dark);
}

.why-us-paragraph {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.why-us-paragraph__header {
  width: 100%;
  display: flex;
  justify-content: center;
}
.why-us-paragraph__card-text {
  max-width: 824px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}
.why-us-paragraph__paragraphs {
  display: flex;
  flex-direction: row;
  gap: 40px;
}

.why-us-reason-paragraph {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}
.why-us-reason-paragraph__check::before {
  content: "";
  display: block;
  width: var(--why-us-reason-check-size);
  height: var(--why-us-reason-check-size);
  background-image: var(--why-us-reason-check-icon);
  background-repeat: no-repeat;
  background-size: contain;
}
.why-us-reason-paragraph__card-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 110%;
}
.why-us-reason-paragraph__card-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.branded-text-paragraph {
  position: relative;
  z-index: 1;
}
.branded-text-paragraph::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 336px;
  height: 375px;
  background-image: url("../images/forpost-logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
}
.branded-text-paragraph__text {
  font-size: var(--par-branded-text-size, 18px);
  font-family: var(--page-font-family);
  font-weight: var(--par-branded-text-weight, 400);
  --par-branded-line-height: var(--page-line-height);
  line-height: var(--par-branded-line-height);
}
.branded-text-paragraph.paragraph--style--medium {
  --page-text-color: #1B2543;
  --par-branded-text-size: 34px;
  --par-branded-line-height: 42px;
  --par-branded-text-weight: 500;
}
.branded-text-paragraph.paragraph--style--bold_uppercase {
  --page-text-color: #1B2543;
  --par-branded-text-size: 40px;
  --par-branded-line-height: 140%;
  --par-branded-text-weight: 700;
  text-transform: uppercase;
}

.questions-paragraph__header {
  color: var(--color-blue-dark);
  font-family: var(--page-font-family-ext);
  font-size: 40px;
  font-weight: 800;
  line-height: 130%;
  text-transform: uppercase;
  padding-bottom: 16px;
}
.questions-paragraph .question-item-paragraph {
  border-bottom: 2px solid var(--color-blue);
}
.questions-paragraph .question-item-paragraph__card-title {
  color: var(--color-blue-dark);
  font-family: var(--page-font-family-ext);
  font-size: 24px;
  font-weight: 800;
  line-height: 110%;
  text-transform: uppercase;
  background: var(--color-white);
  border: none;
}
.questions-paragraph .question-item-paragraph__card-title.ui-accordion-header {
  padding: 29px 0 29px 0;
}
.questions-paragraph .question-item-paragraph__card-title .ui-accordion-header-icon {
  display: none;
}
.questions-paragraph .question-item-paragraph__card-title.ui-state-active {
  background: var(--color-white);
}
.questions-paragraph .question-item-paragraph__card-title {
  position: relative;
  padding-right: 48px;
}
.questions-paragraph .question-item-paragraph__card-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(0deg);
  width: 36px;
  height: 36px;
  background: url("../images/plus-white-bc.svg") center/contain no-repeat;
  transition: transform 0.3s ease;
}
.questions-paragraph .question-item-paragraph__card-title.ui-accordion-header-active::after {
  transform: translateY(-50%) rotate(45deg);
}
.questions-paragraph .question-item-paragraph__text {
  background: var(--bg-color-gray);
  padding: 40px;
  margin-bottom: 24px;
}
.questions-paragraph .question-item-paragraph__text p {
  padding: 0;
  margin: 0 0 16px 0;
}
/*# sourceMappingURL=styles.css.map */
