.container {
  background-color: #fff;
}

.pane-1 {
  background-color: #fff;
  padding: 11.25rem 0 11.25rem 11.25rem;
  width: fit-content;
}
@media (max-width: 1400px) {
  .pane-1 {
    padding: 5rem 0 5rem 5rem;
  }
}
@media (max-width: 1000px) {
  .pane-1 {
    padding: 2rem 3.75rem;
  }
}
@media (max-width: 500px) {
  .pane-1 {
    padding: 2rem 2rem;
  }
}
.pane-1 .tagline {
  background: #f1f5f9;
  border-radius: 0.5rem;
  padding: 0.25rem 0.75rem;
  font-family: Inter;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  color: rgb(15, 23, 43);
  max-width: fit-content;
}
@media (max-width: 500px) {
  .pane-1 .tagline {
    font-size: 0.625rem;
  }
}
@media (max-width: 375px) {
  .pane-1 .tagline {
    font-size: 0.5rem;
  }
}
.pane-1 .heading {
  margin: 2rem 0;
}
@media (max-width: 500px) {
  .pane-1 .heading {
    margin: 1rem 0;
  }
}
.pane-1 .heading h1 {
  margin: 0;
  font-family: Inter;
  font-weight: 700;
  width: fit-content;
  font-size: 6rem;
  line-height: 1;
  color: rgb(15, 23, 43);
}
@media (max-width: 1000px) {
  .pane-1 .heading h1 {
    font-size: 4rem;
  }
}
@media (max-width: 500px) {
  .pane-1 .heading h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 375px) {
  .pane-1 .heading h1 {
    font-size: 2rem;
  }
}
.pane-1 .content {
  font-family: Inter;
  font-weight: 400;
  max-width: 36ch;
  font-size: 1.5rem;
  line-height: 1.6666;
  letter-spacing: 0px;
  color: rgb(69, 85, 108);
}
@media (max-width: 1000px) {
  .pane-1 .content {
    font-size: 1.125rem;
  }
}
@media (max-width: 500px) {
  .pane-1 .content {
    font-size: 0.875rem;
  }
}
.pane-1 .cta {
  width: fit-content;
  margin-top: 5rem;
}
@media (max-width: 1400px) {
  .pane-1 .cta {
    margin-top: 2.5rem;
  }
}
@media (max-width: 1000px) {
  .pane-1 .cta {
    margin-top: 2.5rem;
  }
}
@media (max-width: 500px) {
  .pane-1 .cta {
    margin-top: 1.25rem;
  }
}
@media (max-width: 375px) {
  .pane-1 .cta {
    margin-top: 1rem;
  }
}
.pane-1 .cta .cta-button {
  gap: 10px;
  padding: 1rem 0.75rem;
  display: flex;
  align-items: center;
  border-radius: 2097150rem;
  background: rgb(15, 23, 43);
  font-family: Inter;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
@media (max-width: 1000px) {
  .pane-1 .cta .cta-button {
    font-size: 0.875rem;
    padding: 0.75rem 0.5rem;
  }
}
@media (max-width: 500px) {
  .pane-1 .cta .cta-button {
    padding-top: 0.5rem 0.25rem;
  }
}
.pane-1 .pane-1-stats {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
.pane-1 .pane-1-stats .pane-1-stat {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.pane-1 .pane-1-stats .pane-1-stat .pane-1-stat-number {
  font-family: Inter;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0px;
  color: rgb(15, 23, 43);
}
@media (max-width: 500px) {
  .pane-1 .pane-1-stats .pane-1-stat .pane-1-stat-number {
    font-size: 2rem;
  }
}
@media (max-width: 375px) {
  .pane-1 .pane-1-stats .pane-1-stat .pane-1-stat-number {
    font-size: 1.5rem;
  }
}
@media (max-width: 320px) {
  .pane-1 .pane-1-stats .pane-1-stat .pane-1-stat-number {
    font-size: 1.25rem;
  }
}
.pane-1 .pane-1-stats .pane-1-stat .pane-1-stat-line {
  font-family: Inter;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0px;
  color: rgb(69, 85, 108);
}
@media (max-width: 500px) {
  .pane-1 .pane-1-stats .pane-1-stat .pane-1-stat-line {
    font-size: 0.875rem;
  }
}

.pane-12 {
  padding: 7.5rem 11.25rem 7.5rem 11.25rem;
  width: 100%;
  background-color: rgb(248, 250, 252);
}
@media (max-width: 1600px) {
  .pane-12 {
    padding: 5rem 8.75rem 5rem 11.25rem;
  }
}
@media (max-width: 1400px) {
  .pane-12 {
    padding: 5rem 5rem 5rem 5rem;
  }
}
@media (max-width: 1000px) {
  .pane-12 {
    padding: 2rem 3.75rem;
  }
}
@media (max-width: 500px) {
  .pane-12 {
    padding: 2rem 2rem;
  }
}
.pane-12 .pane-12-heading h2 {
  font-family: Inter;
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 1;
  color: rgb(15, 23, 43);
  margin-bottom: 2rem;
}
@media (max-width: 1200px) {
  .pane-12 .pane-12-heading h2 {
    font-size: 3.75rem;
  }
}
@media (max-width: 1000px) {
  .pane-12 .pane-12-heading h2 {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .pane-12 .pane-12-heading h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 500px) {
  .pane-12 .pane-12-heading h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 350px) {
  .pane-12 .pane-12-heading h2 {
    width: 14ch;
  }
}
.pane-12 .pane-12-heading .pane-12-subheading {
  font-family: Inter;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0px;
  color: rgb(69, 85, 108);
  width: 60ch;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .pane-12 .pane-12-heading .pane-12-subheading {
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .pane-12 .pane-12-heading .pane-12-subheading {
    font-size: 1rem;
    width: unset;
  }
}
@media (max-width: 500px) {
  .pane-12 .pane-12-heading .pane-12-subheading {
    font-size: 0.875rem;
  }
}
@media (max-width: 350px) {
  .pane-12 .pane-12-heading .pane-12-subheading {
    width: 14ch;
  }
}
.pane-12 .pane-12-heading .pane-12-subheading p {
  margin: 0;
}
.pane-12 .pane-12-content {
  display: grid;
  grid-template: repeat(1, 1fr)/repeat(2, 1fr);
}
@media (max-width: 900px) {
  .pane-12 .pane-12-content {
    grid-template: repeat(2, 1fr)/repeat(1, 1fr);
  }
}
.pane-12 .pane-12-content .pane-12-content-left p:first-child {
  color: rgb(69, 85, 108);
  font-family: Inter;
  font-weight: 400;
  font-size: 1.25rem;
  letter-spacing: 0px;
  margin-bottom: 24px;
}
@media (max-width: 1200px) {
  .pane-12 .pane-12-content .pane-12-content-left p:first-child {
    font-size: 1.125rem;
  }
}
@media (max-width: 500px) {
  .pane-12 .pane-12-content .pane-12-content-left p:first-child {
    width: unset;
    font-size: 1rem;
  }
}
.pane-12 .pane-12-content .pane-12-content-left p:last-child {
  font-family: Inter;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0px;
  color: rgb(15, 23, 43);
  width: 30ch;
}
@media (max-width: 1200px) {
  .pane-12 .pane-12-content .pane-12-content-left p:last-child {
    font-size: 1.25rem;
  }
}
@media (max-width: 500px) {
  .pane-12 .pane-12-content .pane-12-content-left p:last-child {
    width: unset;
    font-size: 1.125rem;
  }
}
.pane-12 .pane-12-content .pane-12-content-right p {
  margin: 0;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  line-height: 1.5;
  font-size: 1.125rem;
  letter-spacing: 0px;
  width: 44ch;
}
@media (max-width: 1200px) {
  .pane-12 .pane-12-content .pane-12-content-right p {
    font-size: 1rem;
  }
}
@media (max-width: 500px) {
  .pane-12 .pane-12-content .pane-12-content-right p {
    width: unset;
    font-size: 0.875rem;
  }
}

.pane-5 {
  padding: 7.5rem 11.25rem 7.5rem 11.25rem;
  width: 100%;
  background-color: rgb(15, 23, 43);
  display: flex;
  flex-flow: column;
  align-items: center;
}
@media (max-width: 1600px) {
  .pane-5 {
    padding: 5rem 8.75rem 5rem 11.25rem;
  }
}
@media (max-width: 1400px) {
  .pane-5 {
    padding: 5rem 5rem 5rem 5rem;
  }
}
@media (max-width: 1000px) {
  .pane-5 {
    padding: 2rem 3.75rem;
  }
}
@media (max-width: 500px) {
  .pane-5 {
    padding: 2rem 2rem;
  }
}
.pane-5 .pane-5-heading {
  margin-bottom: 4rem;
}
@media (max-width: 1200px) {
  .pane-5 .pane-5-heading {
    margin-bottom: 3rem;
  }
}
@media (max-width: 1000px) {
  .pane-5 .pane-5-heading {
    margin-bottom: 2rem;
  }
}
.pane-5 .pane-5-heading h2 {
  font-family: Inter;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
  color: #fff;
  width: 36ch;
  margin: 0;
  text-align: center;
}
@media (max-width: 1200px) {
  .pane-5 .pane-5-heading h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 1000px) {
  .pane-5 .pane-5-heading h2 {
    font-size: 1.75rem;
  }
}
@media (max-width: 768px) {
  .pane-5 .pane-5-heading h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 500px) {
  .pane-5 .pane-5-heading h2 {
    font-size: 1.5rem;
    width: 20ch;
  }
}
.pane-5 .pane-5-content {
  display: flex;
  gap: 3rem;
  margin-bottom: 4rem;
}
@media (max-width: 1200px) {
  .pane-5 .pane-5-content {
    margin-bottom: 3rem;
  }
}
@media (max-width: 1000px) {
  .pane-5 .pane-5-content {
    margin-bottom: 2rem;
  }
}
@media (max-width: 600px) {
  .pane-5 .pane-5-content {
    flex-flow: column;
    align-items: center;
    gap: 1.5rem;
    text-align: center;
  }
}
.pane-5 .pane-5-content .pane-5-content-heading {
  font-family: Inter;
  font-weight: 400;
  font-size: 1.125rem;
  color: rgb(144, 161, 185);
  text-align: center;
  width: 60ch;
  margin-bottom: 0.75rem;
}
@media (max-width: 1200px) {
  .pane-5 .pane-5-content .pane-5-content-heading {
    font-size: 1rem;
    width: 60ch;
  }
}
@media (max-width: 600px) {
  .pane-5 .pane-5-content .pane-5-content-heading {
    width: unset;
  }
}
.pane-5 .pane-5-content p {
  margin: 0;
  font-family: Inter;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #fff;
}
@media (max-width: 1200px) {
  .pane-5 .pane-5-content p {
    font-size: 1.25rem;
  }
}
.pane-5 .pane-5-content ul {
  margin: 0;
  list-style: none;
}
.pane-5 .pane-5-content li {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 1rem;
  line-height: 1.5;
  color: rgb(202, 213, 226);
  margin-bottom: 0.5rem;
}
@media (max-width: 1200px) {
  .pane-5 .pane-5-content li {
    font-size: 0.875rem;
  }
}
.pane-5 .pane-5-cta .pane-5-cta-button {
  color: rgb(15, 23, 43);
  background: #fff;
  display: flex;
  align-items: center;
  opacity: 1;
  gap: 0.875rem;
  padding: 1rem 0.75rem;
  border-radius: 33554400px;
  font-family: Inter;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0px;
  text-align: center;
}
@media (max-width: 1200px) {
  .pane-5 .pane-5-cta .pane-5-cta-button {
    font-size: 0.875rem;
    gap: 10px;
  }
  .pane-5 .pane-5-cta .pane-5-cta-button img {
    width: 1rem;
    height: 1rem;
  }
}
@media (max-width: 1200px) {
  .pane-5 .pane-5-cta {
    margin-bottom: 2rem;
    gap: 1.5rem;
  }
}

.pane-13 {
  padding: 7.5rem 11.25rem 7.5rem 11.25rem;
  width: 100%;
}
@media (max-width: 1600px) {
  .pane-13 {
    padding: 5rem 8.75rem 5rem 11.25rem;
  }
}
@media (max-width: 1400px) {
  .pane-13 {
    padding: 5rem 5rem 5rem 5rem;
  }
}
@media (max-width: 1000px) {
  .pane-13 {
    padding: 2rem 3.75rem;
  }
}
@media (max-width: 500px) {
  .pane-13 {
    padding: 2rem 2rem;
  }
}
.pane-13 .pane-13-heading h2 {
  font-family: Inter;
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 1;
  color: rgb(15, 23, 43);
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .pane-13 .pane-13-heading h2 {
    font-size: 3.75rem;
  }
}
@media (max-width: 1000px) {
  .pane-13 .pane-13-heading h2 {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .pane-13 .pane-13-heading h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 500px) {
  .pane-13 .pane-13-heading h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 350px) {
  .pane-13 .pane-13-heading h2 {
    width: 14ch;
  }
}
.pane-13 .pane-13-heading .pane-13-subheading {
  font-family: Inter;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0px;
  color: rgb(69, 85, 108);
  width: 60ch;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .pane-13 .pane-13-heading .pane-13-subheading {
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .pane-13 .pane-13-heading .pane-13-subheading {
    font-size: 1rem;
    width: unset;
  }
}
@media (max-width: 500px) {
  .pane-13 .pane-13-heading .pane-13-subheading {
    font-size: 0.875rem;
  }
}
@media (max-width: 350px) {
  .pane-13 .pane-13-heading .pane-13-subheading {
    width: 14ch;
  }
}
.pane-13 .pane-13-heading .pane-13-subheading p {
  margin: 0;
}
.pane-13 .pane-13-grid {
  display: grid;
  grid-template: repeat(2, 1fr)/repeat(3, 1fr);
  gap: 3rem;
}
@media (max-width: 1200px) {
  .pane-13 .pane-13-grid {
    gap: 1.5rem;
  }
}
@media (max-width: 1000px) {
  .pane-13 .pane-13-grid {
    gap: 1rem;
    grid-template: repeat(3, 1fr)/repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .pane-13 .pane-13-grid {
    display: flex;
    flex-flow: column;
  }
}
.pane-13 .pane-13-grid .pane-13-grid-item {
  padding: 2.5rem;
  background: rgb(248, 250, 252);
  width: 100%;
  font-size: 1.5rem;
  max-width: 44ch;
  border-left: 4px solid rgb(15, 23, 43);
  border-radius: 0.375rem;
  justify-self: end;
}
.pane-13 .pane-13-grid .pane-13-grid-item:nth-child(even) {
  justify-self: start;
}
@media (max-width: 1200px) {
  .pane-13 .pane-13-grid .pane-13-grid-item {
    padding: 1.5rem;
  }
}
@media (max-width: 768px) {
  .pane-13 .pane-13-grid .pane-13-grid-item {
    width: unset;
  }
}
.pane-13 .pane-13-grid .pane-13-grid-item .pane-13-grid-item-icon {
  width: 3rem;
  height: 3rem;
  background: rgb(15, 23, 43);
  border-radius: 0.375rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pane-13 .pane-13-grid .pane-13-grid-item .pane-13-grid-item-icon img {
  width: 50%;
  height: 50%;
}
@media (max-width: 1200px) {
  .pane-13 .pane-13-grid .pane-13-grid-item .pane-13-grid-item-icon {
    width: 2rem;
    height: 2rem;
  }
}
@media (max-width: 768px) {
  .pane-13 .pane-13-grid .pane-13-grid-item .pane-13-grid-item-icon {
    margin-bottom: 1rem;
  }
}
.pane-13 .pane-13-grid .pane-13-grid-item .pane-13-grid-item-heading {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 1600px) {
  .pane-13 .pane-13-grid .pane-13-grid-item .pane-13-grid-item-heading {
    gap: 1rem;
  }
}
@media (max-width: 1200px) {
  .pane-13 .pane-13-grid .pane-13-grid-item .pane-13-grid-item-heading {
    gap: 0.75rem;
  }
}
.pane-13 .pane-13-grid .pane-13-grid-item .pane-13-grid-item-heading .pane-13-grid-item-heading-number {
  font-family: Inter;
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 1;
  letter-spacing: 0px;
  color: rgb(69, 85, 108);
}
@media (max-width: 1600px) {
  .pane-13 .pane-13-grid .pane-13-grid-item .pane-13-grid-item-heading .pane-13-grid-item-heading-number {
    font-size: 3rem;
  }
}
@media (max-width: 1200px) {
  .pane-13 .pane-13-grid .pane-13-grid-item .pane-13-grid-item-heading .pane-13-grid-item-heading-number {
    font-size: 1.5rem;
  }
}
.pane-13 .pane-13-grid .pane-13-grid-item .pane-13-grid-item-heading h3 {
  font-family: Inter;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  color: rgb(15, 23, 43);
  margin: 0;
}
@media (max-width: 1600px) {
  .pane-13 .pane-13-grid .pane-13-grid-item .pane-13-grid-item-heading h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 1200px) {
  .pane-13 .pane-13-grid .pane-13-grid-item .pane-13-grid-item-heading h3 {
    font-size: 1rem;
  }
}
.pane-13 .pane-13-grid .pane-13-grid-item .pane-13-grid-item-content {
  font-family: Inter;
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0px;
  margin-bottom: 1.5rem;
  color: rgb(69, 85, 108);
  margin-bottom: 1.5rem;
}
.pane-13 .pane-13-grid .pane-13-grid-item .pane-13-grid-item-content p {
  margin: 0;
}
@media (max-width: 1200px) {
  .pane-13 .pane-13-grid .pane-13-grid-item .pane-13-grid-item-content {
    font-size: 0.875rem;
  }
}
.pane-13 .pane-13-grid .pane-13-grid-item .pane-13-grid-item-list-heading {
  font-family: Inter;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
  color: rgb(144, 161, 185);
}
@media (max-width: 1200px) {
  .pane-13 .pane-13-grid .pane-13-grid-item .pane-13-grid-item-list-heading {
    font-size: 0.875rem;
  }
}
.pane-13 .pane-13-grid .pane-13-grid-item .pane-13-grid-item-list {
  margin: 0 1rem 1.5rem 1rem;
}
.pane-13 .pane-13-grid .pane-13-grid-item .pane-13-grid-item-list li {
  font-family: Inter;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: rgb(202, 213, 226);
  margin: 1rem;
}
@media (max-width: 1200px) {
  .pane-13 .pane-13-grid .pane-13-grid-item .pane-13-grid-item-list li {
    font-size: 0.875rem;
  }
}
.pane-13 .pane-13-grid .pane-13-grid-item .pane-13-grid-item-footer {
  font-family: Inter;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #fff;
}
@media (max-width: 1200px) {
  .pane-13 .pane-13-grid .pane-13-grid-item .pane-13-grid-item-footer {
    font-size: 0.875rem;
  }
}

.pane-14 {
  padding: 7.5rem 11.25rem 7.5rem 11.25rem;
  width: 100%;
}
@media (max-width: 1600px) {
  .pane-14 {
    padding: 5rem 8.75rem 5rem 11.25rem;
  }
}
@media (max-width: 1400px) {
  .pane-14 {
    padding: 5rem 5rem 5rem 5rem;
  }
}
@media (max-width: 1000px) {
  .pane-14 {
    padding: 2rem 3.75rem;
  }
}
@media (max-width: 500px) {
  .pane-14 {
    padding: 2rem 2rem;
  }
}
.pane-14 .pane-14-heading h2 {
  font-family: Inter;
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 1;
  color: rgb(15, 23, 43);
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .pane-14 .pane-14-heading h2 {
    font-size: 3.75rem;
  }
}
@media (max-width: 1000px) {
  .pane-14 .pane-14-heading h2 {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .pane-14 .pane-14-heading h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 500px) {
  .pane-14 .pane-14-heading h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 350px) {
  .pane-14 .pane-14-heading h2 {
    width: 14ch;
  }
}
.pane-14 .pane-14-heading .pane-14-subheading {
  font-family: Inter;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0px;
  color: rgb(69, 85, 108);
  width: 60ch;
  margin-bottom: 5rem;
}
@media (max-width: 1200px) {
  .pane-14 .pane-14-heading .pane-14-subheading {
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .pane-14 .pane-14-heading .pane-14-subheading {
    font-size: 1rem;
    width: unset;
  }
}
@media (max-width: 500px) {
  .pane-14 .pane-14-heading .pane-14-subheading {
    font-size: 0.875rem;
  }
}
@media (max-width: 350px) {
  .pane-14 .pane-14-heading .pane-14-subheading {
    width: 14ch;
  }
}
.pane-14 .pane-14-heading .pane-14-subheading p {
  margin: 0;
}
.pane-14 .process {
  display: flex;
  gap: 1.5rem;
  padding-bottom: 2.25rem;
  padding-top: 2.25rem;
  border-bottom: 2px solid rgb(248, 250, 252);
}
.pane-14 .process:first-of-type {
  padding-top: 0;
}
.pane-14 .process:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .pane-14 .process {
    gap: 1.125rem;
  }
}
@media (max-width: 1000px) {
  .pane-14 .process {
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .pane-14 .process {
    gap: 0.75rem;
  }
}
.pane-14 .process .process-icon {
  padding: 1rem;
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(15, 23, 43);
  height: fit-content;
  width: fit-content;
}
@media (max-width: 1200px) {
  .pane-14 .process .process-icon {
    padding: 0.75rem;
  }
}
@media (max-width: 1000px) {
  .pane-14 .process .process-icon {
    padding: 0.5rem;
  }
}
.pane-14 .process .process-icon img {
  width: 2rem;
  height: 2rem;
  max-width: 2rem;
  max-height: 2rem;
}
@media (max-width: 1200px) {
  .pane-14 .process .process-icon img {
    width: 1.5rem;
    height: 1.5rem;
    max-width: 1.5rem;
    max-height: 1.5rem;
  }
}
@media (max-width: 1000px) {
  .pane-14 .process .process-icon img {
    width: 1.125rem;
    height: 1.125rem;
    max-width: 1.125rem;
    max-height: 1.125rem;
  }
}
.pane-14 .process .process-content .process-content-badge {
  padding: 0.25rem 0.5rem;
  background: #f1f5f9;
  color: rgb(15, 23, 43);
  font-family: Inter;
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0px;
  width: fit-content;
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
}
.pane-14 .process .process-content .process-content-heading {
  margin-bottom: 1.125rem;
}
.pane-14 .process .process-content .process-content-heading h3 {
  font-family: Inter;
  font-weight: 700;
  font-size: 2.25rem;
  margin: 0;
}
.pane-14 .process .process-content .process-content-description {
  margin-bottom: 2rem;
}
.pane-14 .process .process-content .process-content-description p {
  margin: 0;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 1.25rem;
  color: rgb(69, 85, 108);
}
.pane-14 .process .process-content .process-content-body {
  display: grid;
  grid-template: repeat(1, 1fr)/repeat(2, 1fr);
  gap: 1.5rem;
}
@media (max-width: 1000px) {
  .pane-14 .process .process-content .process-content-body {
    grid-template: repeat(2, 1fr)/repeat(1, 1fr);
  }
}
.pane-14 .process .process-content .process-content-body .process-content-body-left .process-content-body-left-heading {
  font-family: Inter;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0px;
  color: rgb(15, 23, 43);
  margin-bottom: 1rem;
}
.pane-14 .process .process-content .process-content-body .process-content-body-left .process-content-body-left-list ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.pane-14 .process .process-content .process-content-body .process-content-body-left .process-content-body-left-list li {
  position: relative;
  padding-left: 1.75rem;
  font-family: Inter;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5555555556;
  letter-spacing: 0px;
  color: rgb(69, 85, 108);
  margin-bottom: 1rem;
}
@media (max-width: 1000px) {
  .pane-14 .process .process-content .process-content-body .process-content-body-left .process-content-body-left-list li {
    font-size: 1rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .pane-14 .process .process-content .process-content-body .process-content-body-left .process-content-body-left-list li {
    font-size: 0.875rem;
    padding-bottom: 0.75rem;
  }
}
@media (max-width: 500px) {
  .pane-14 .process .process-content .process-content-body .process-content-body-left .process-content-body-left-list li {
    padding-bottom: 0.5rem;
  }
}
.pane-14 .process .process-content .process-content-body .process-content-body-left .process-content-body-left-list li:last-of-type {
  border-bottom: none;
}
.pane-14 .process .process-content .process-content-body .process-content-body-left .process-content-body-left-list li::before {
  background: url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.99984%2018.3333C14.6022%2018.3333%2018.3332%2014.6023%2018.3332%209.99996C18.3332%205.39759%2014.6022%201.66663%209.99984%201.66663C5.39746%201.66663%201.6665%205.39759%201.6665%209.99996C1.6665%2014.6023%205.39746%2018.3333%209.99984%2018.3333Z'%20stroke='%230F172B'%20stroke-width='1.66667'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M7.5%2010L9.16667%2011.6667L12.5%208.33337'%20stroke='%230F172B'%20stroke-width='1.66667'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat center;
  content: "";
  position: absolute;
  left: 0;
  /* Align to first line center */
  top: 0.25rem;
  /* 0.8em = half of 1.6 line-height */
  /* 8px = half of marker height (16px) */
  width: 1rem;
  height: 1rem;
  background-size: contain;
}
@media (max-width: 768px) {
  .pane-14 .process .process-content .process-content-body .process-content-body-left .process-content-body-left-list li::before {
    width: 0.875rem;
    height: 0.875rem;
  }
}
@media (max-width: 500px) {
  .pane-14 .process .process-content .process-content-body .process-content-body-left .process-content-body-left-list li::before {
    width: 0.75rem;
    height: 0.75rem;
  }
}
.pane-14 .process .process-content .process-content-body .process-content-body-left .process-content-body-left-footer .process-content-body-left-footer-card {
  background: rgb(15, 23, 43);
  padding: 1.5rem;
  border-radius: 0.375rem;
}
.pane-14 .process .process-content .process-content-body .process-content-body-left .process-content-body-left-footer .process-content-body-left-footer-card .process-content-body-left-footer-card-heading {
  font-family: Inter;
  font-weight: 600;
  font-size: 0.875rem;
  color: #fff;
  margin-bottom: 0.5rem;
}
.pane-14 .process .process-content .process-content-body .process-content-body-left .process-content-body-left-footer .process-content-body-left-footer-card .process-content-body-left-footer-card-content {
  font-family: Inter;
  font-weight: 400;
  font-size: 0.875rem;
  color: rgb(202, 213, 226);
}
.pane-14 .process .process-content .process-content-body .process-content-body-right .process-content-body-right-heading {
  font-family: Inter;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0px;
  color: rgb(15, 23, 43);
  margin-bottom: 1rem;
}
.pane-14 .process .process-content .process-content-body .process-content-body-right .process-content-body-right-card {
  border-left: 4px solid rgb(15, 23, 43);
  padding: 2.25rem;
  background: rgb(248, 250, 252);
  border-radius: 0.375rem;
  margin-bottom: 1.5rem;
}
.pane-14 .process .process-content .process-content-body .process-content-body-right .process-content-body-right-card ul {
  margin: 0;
  list-style: none;
}
.pane-14 .process .process-content .process-content-body .process-content-body-right .process-content-body-right-card ul li {
  margin-bottom: 0.875rem;
  color: rgb(49, 65, 88);
}
.pane-14 .process .process-content .process-content-body .process-content-body-right .process-content-body-right-footer {
  font-family: Inter;
  font-weight: 400;
  font-style: italic;
  font-size: 0.875rem;
}
.pane-14 .process .process-content .process-content-body .process-content-body-right .process-content-body-right-footer .process-content-body-right-footer-heading {
  font-family: Inter;
  font-weight: 700;
  font-size: 1.125rem;
  color: rgb(15, 23, 43);
  font-style: normal;
}
.pane-14 .process .process-content .process-content-body .process-content-body-right .process-content-body-right-footer .process-content-body-right-footer-content {
  color: rgb(49, 65, 88);
  font-family: Inter;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  font-style: normal;
  margin-bottom: 0.5rem;
}
.pane-14 .process .process-content .process-content-body .process-content-body-right .process-content-body-right-footer .process-content-body-right-footer-content ul {
  margin: 1rem;
}

.pane-15 {
  padding: 7.5rem 11.25rem 7.5rem 11.25rem;
  background: rgb(248, 250, 252);
  width: 100%;
}
@media (max-width: 1600px) {
  .pane-15 {
    padding: 5rem 8.75rem 5rem 11.25rem;
  }
}
@media (max-width: 1400px) {
  .pane-15 {
    padding: 5rem 5rem 5rem 5rem;
  }
}
@media (max-width: 1000px) {
  .pane-15 {
    padding: 2rem 3.75rem;
  }
}
@media (max-width: 500px) {
  .pane-15 {
    padding: 2rem 2rem;
  }
}
.pane-15 .pane-15-heading h2 {
  font-family: Inter;
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 1;
  color: rgb(15, 23, 43);
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .pane-15 .pane-15-heading h2 {
    font-size: 3.75rem;
  }
}
@media (max-width: 1000px) {
  .pane-15 .pane-15-heading h2 {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .pane-15 .pane-15-heading h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 500px) {
  .pane-15 .pane-15-heading h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 350px) {
  .pane-15 .pane-15-heading h2 {
    width: 14ch;
  }
}
.pane-15 .pane-15-heading .pane-15-subheading {
  font-family: Inter;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0px;
  color: rgb(69, 85, 108);
  width: 60ch;
  margin-bottom: 5rem;
}
@media (max-width: 1200px) {
  .pane-15 .pane-15-heading .pane-15-subheading {
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .pane-15 .pane-15-heading .pane-15-subheading {
    font-size: 1rem;
    width: unset;
  }
}
@media (max-width: 500px) {
  .pane-15 .pane-15-heading .pane-15-subheading {
    font-size: 0.875rem;
  }
}
@media (max-width: 350px) {
  .pane-15 .pane-15-heading .pane-15-subheading {
    width: 14ch;
  }
}
.pane-15 .pane-15-heading .pane-15-subheading p {
  margin: 0;
}
.pane-15 .pane-15-content .pane-15-content-timeline {
  background: #fff;
  border-radius: 6px;
  border: 2px solid #000;
  padding: 3.125rem;
  display: flex;
  flex-direction: column;
  gap: 2.125rem;
}
@media (max-width: 768px) {
  .pane-15 .pane-15-content .pane-15-content-timeline {
    padding: 2rem;
  }
}
@media (max-width: 500px) {
  .pane-15 .pane-15-content .pane-15-content-timeline {
    padding: 1.5rem;
  }
}
@media (max-width: 350px) {
  .pane-15 .pane-15-content .pane-15-content-timeline {
    padding: 1rem;
  }
}
.pane-15 .pane-15-content .pane-15-content-timeline .pane-15-content-timeline-item {
  display: flex;
  padding: 0.75rem 0;
  color: rgb(15, 23, 43);
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgb(226, 232, 240);
  gap: 0.75rem;
}
.pane-15 .pane-15-content .pane-15-content-timeline .pane-15-content-timeline-item .pane-15-content-timeline-item-left {
  font-family: Inter;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5;
  color: rgb(15, 23, 43);
}
.pane-15 .pane-15-content .pane-15-content-timeline .pane-15-content-timeline-item .pane-15-content-timeline-item-right {
  text-align: right;
  font-family: Inter;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5;
  color: rgb(69, 85, 108);
}
.pane-15 .pane-15-content .pane-15-content-timeline-footer .pane-15-content-timeline-footer-heading {
  font-family: Inter;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
  color: rgb(15, 23, 43);
}
.pane-15 .pane-15-content .pane-15-content-timeline-footer .pane-15-content-timeline-footer-content {
  font-family: Inter;
  font-weight: 400;
  font-size: 1rem;
  color: rgb(69, 85, 108);
}