.container {
  background-color: #fff;
}

.pane-1 {
  background-color: #fff;
  padding: 11.25rem;
  width: fit-content;
}
@media (max-width: 1400px) {
  .pane-1 {
    padding: 5rem 5rem 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: 44ch;
  font-size: 1.25rem;
  line-height: 1.6666;
  letter-spacing: 0px;
  color: rgb(69, 85, 108);
}
@media (max-width: 1000px) {
  .pane-1 .content {
    font-size: 1rem;
  }
}
@media (max-width: 500px) {
  .pane-1 .content {
    font-size: 0.875rem;
  }
}
@media (max-width: 375px) {
  .pane-1 .content {
    font-size: 0.75rem;
  }
}
.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-2 {
  padding: 7.5rem 11.25rem 7.5rem 11.25rem;
  width: 100%;
  background-color: rgb(248, 250, 252);
}
@media (max-width: 1600px) {
  .pane-2 {
    padding: 5rem 8.75rem 5rem 11.25rem;
  }
}
@media (max-width: 1400px) {
  .pane-2 {
    padding: 5rem 5rem 5rem 5rem;
  }
}
@media (max-width: 1000px) {
  .pane-2 {
    padding: 2rem 3.75rem;
  }
}
@media (max-width: 500px) {
  .pane-2 {
    padding: 2rem 2rem;
  }
}
.pane-2 .tagline {
  background: rgb(15, 23, 43);
  border-radius: 0.5rem;
  padding: 0.25rem 0.75rem;
  font-family: Inter;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  color: #fff;
  max-width: fit-content;
  margin-bottom: 2rem;
}
@media (max-width: 500px) {
  .pane-2 .tagline {
    font-size: 0.625rem;
  }
}
@media (max-width: 375px) {
  .pane-2 .tagline {
    font-size: 0.5rem;
  }
}
.pane-2 .pane-2-heading h2 {
  font-family: Inter;
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 1;
  color: rgb(15, 23, 43);
  margin-bottom: 1.25rem;
}
@media (max-width: 1200px) {
  .pane-2 .pane-2-heading h2 {
    font-size: 3.75rem;
  }
}
@media (max-width: 1000px) {
  .pane-2 .pane-2-heading h2 {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .pane-2 .pane-2-heading h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 500px) {
  .pane-2 .pane-2-heading h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 350px) {
  .pane-2 .pane-2-heading h2 {
    width: 14ch;
  }
}
.pane-2 .pane-2-heading .pane-2-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-2 .pane-2-heading .pane-2-subheading {
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .pane-2 .pane-2-heading .pane-2-subheading {
    font-size: 1rem;
    width: unset;
  }
}
@media (max-width: 500px) {
  .pane-2 .pane-2-heading .pane-2-subheading {
    font-size: 0.875rem;
  }
}
@media (max-width: 350px) {
  .pane-2 .pane-2-heading .pane-2-subheading {
    width: 14ch;
  }
}
.pane-2 .pane-2-heading .pane-2-subheading p {
  margin: 0;
}
.pane-2 .pane-2-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 720px) {
  .pane-2 .pane-2-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.pane-2 .pane-2-content .pane-list {
  padding-right: 0.875rem;
  width: 50ch;
}
@media (max-width: 720px) {
  .pane-2 .pane-2-content .pane-list {
    width: 100%;
  }
}
.pane-2 .pane-2-content .pane-list .pane-list-heading {
  font-family: Inter;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25;
  text-transform: uppercase;
  color: #90a1b9;
  margin-bottom: 1.75rem;
}
@media (max-width: 1000px) {
  .pane-2 .pane-2-content .pane-list .pane-list-heading {
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .pane-2 .pane-2-content .pane-list .pane-list-heading {
    margin-bottom: 0.875rem;
  }
}
@media (max-width: 500px) {
  .pane-2 .pane-2-content .pane-list .pane-list-heading {
    font-size: 0.625rem;
    margin-bottom: 0.75rem;
  }
}
.pane-2 .pane-2-content .pane-list ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.pane-2 .pane-2-content .pane-list li {
  position: relative;
  padding-left: 1.75rem;
  font-family: Inter;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5555555556;
  letter-spacing: 0px;
  color: rgb(69, 85, 108);
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  border-bottom: 1px solid rgb(226, 232, 240);
}
@media (max-width: 1000px) {
  .pane-2 .pane-2-content .pane-list li {
    font-size: 1rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .pane-2 .pane-2-content .pane-list li {
    font-size: 0.875rem;
    padding-bottom: 0.75rem;
  }
}
@media (max-width: 500px) {
  .pane-2 .pane-2-content .pane-list li {
    padding-bottom: 0.5rem;
  }
}
.pane-2 .pane-2-content .pane-list li:last-of-type {
  border-bottom: none;
}
.pane-2 .pane-2-content .pane-list li::before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAIiSURBVHgBnVRdTttAEJ7ZBOpSBbYP+XnDfWtTqrgnqHuDHIGeAHoClBvACdoblJ6AcIK6EgLe4scADywgYJUoHmaWBNnGThAj2bue+fbz7sw3i7DAtPa1BU/L3ANrjInNPDyWkSTLK1uIGPJnmAkSRAnRXqWS9M3wNF5IqBufuoTql0w5bIgmf3mMp+gAATs885k5ThLo3Vwc/4YyW21s7Kw1P9Nac+Oy1mpvluE0xxg3EOxqo71TDKo7EAlQtwIfFphgZqRyKkgfWbc++kTqQD4Rl76bYRRnFnNOZcwXREiJxv84r4CjpQ/GREa5yESF7PITpF6eTIzevDvg50/eL1hE+sn74CKOtsXnCEnhFg/xzbA0we8Z5RcFzOMaw4r45gi1H8hxAiL6D680ImAlQKh1oBVYq6f+CF5tFMvbelZXXwQH3Jf3S6wKnmfgfizz9TLQ9dnR9lwWFrwMnvWMMnEkUuizYLpleNFZWmvP+aAjLfkkGyI8lNLX6sXdkSBuEqjCjtBuDUtO0d6UnJ1cabofD5xA1eRrvumlejLKDjL+eQ2hG1+6j63XHggQFphgBCtr0n1fmU3s7fnp21pTdsy5wu7ySv1qdHcRlR2TbyTuHGxxp/Suh8e7s9jz64v/xjmVfPlOX5xszsRM9OvcEVIcd7UhTX6Y85P99PriC9bdNqOQiUUunWyUDhFVH2x1N5/TUsIMuRTEm3YT66yIJG0PDL/kkHwnhkAAAAAASUVORK5CYII=") no-repeat center;
  content: "";
  position: absolute;
  left: 0;
  /* Align to first line center */
  top: 1.8rem;
  /* 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-2 .pane-2-content .pane-list li::before {
    width: 0.875rem;
    height: 0.875rem;
  }
}
@media (max-width: 500px) {
  .pane-2 .pane-2-content .pane-list li::before {
    width: 0.75rem;
    height: 0.75rem;
  }
}
.pane-2 .pane-2-content .pane-right-window {
  padding: 3.75rem 7.5rem 3.75rem 7.5rem;
  background: #fff;
  border-radius: 0.625rem;
  border: 1px solid rgb(226, 232, 240);
}
@media (max-width: 1500px) {
  .pane-2 .pane-2-content .pane-right-window {
    padding: 1.875rem 3.75rem 1.875rem 3.75rem;
  }
}
@media (max-width: 1200px) {
  .pane-2 .pane-2-content .pane-right-window {
    padding: 1.875rem 3.75rem 1.875rem 3.75rem;
  }
}
@media (max-width: 1000px) {
  .pane-2 .pane-2-content .pane-right-window {
    padding: 1rem 2rem;
  }
}
@media (max-width: 720px) {
  .pane-2 .pane-2-content .pane-right-window {
    padding: 1rem 1rem;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .pane-2 .pane-2-content .pane-right-window {
    padding: 1rem 0.75rem;
    width: 100%;
  }
}
.pane-2 .pane-2-content .pane-right-window .pane-right-window-heading {
  font-family: Inter;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2666666667;
  letter-spacing: 0px;
  color: rgb(15, 23, 43);
  margin-bottom: 1rem;
  width: fit-content;
}
@media (max-width: 1400px) {
  .pane-2 .pane-2-content .pane-right-window .pane-right-window-heading {
    font-size: 1.125rem;
  }
}
@media (max-width: 1200px) {
  .pane-2 .pane-2-content .pane-right-window .pane-right-window-heading {
    font-size: 1rem;
  }
}
@media (max-width: 1000px) {
  .pane-2 .pane-2-content .pane-right-window .pane-right-window-heading {
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 768px) {
  .pane-2 .pane-2-content .pane-right-window .pane-right-window-heading {
    font-size: 0.875rem;
    margin-bottom: 0.625rem;
    width: unset;
  }
}
@media (max-width: 500px) {
  .pane-2 .pane-2-content .pane-right-window .pane-right-window-heading {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 340px) {
  .pane-2 .pane-2-content .pane-right-window .pane-right-window-heading {
    font-size: 0.875rem;
    margin-bottom: 0.375rem;
  }
}
.pane-2 .pane-2-content .pane-right-window .pane-right-window-heading-2 {
  font-family: Inter;
  font-weight: 700;
  font-size: 1.875rem;
  letter-spacing: 0px;
  color: rgb(15, 23, 43);
  max-width: 20ch;
}
.pane-2 .pane-2-content .pane-right-window .pane-right-window-content {
  font-family: Inter;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0px;
  color: rgb(69, 85, 108);
  margin-top: 1.5rem;
  width: 34ch;
}
@media (max-width: 1200px) {
  .pane-2 .pane-2-content .pane-right-window .pane-right-window-content {
    font-size: 1rem;
  }
}
@media (max-width: 1000px) {
  .pane-2 .pane-2-content .pane-right-window .pane-right-window-content {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}
@media (max-width: 768px) {
  .pane-2 .pane-2-content .pane-right-window .pane-right-window-content {
    font-size: 0.875rem;
    margin-top: 1.25rem;
  }
}
@media (max-width: 340px) {
  .pane-2 .pane-2-content .pane-right-window .pane-right-window-content {
    margin-top: 1rem;
  }
}

.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;
    width: unset;
  }
}
@media (max-width: 500px) {
  .pane-5 .pane-5-heading h2 {
    font-size: 1.5rem;
    width: unset;
  }
}
.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-17 {
  padding: 7.5rem 11.25rem 7.5rem 11.25rem;
  width: 100%;
  background-color: #fff;
}
@media (max-width: 1600px) {
  .pane-17 {
    padding: 5rem 8.75rem 5rem 11.25rem;
  }
}
@media (max-width: 1400px) {
  .pane-17 {
    padding: 5rem 5rem 5rem 5rem;
  }
}
@media (max-width: 1000px) {
  .pane-17 {
    padding: 2rem 3.75rem;
  }
}
@media (max-width: 500px) {
  .pane-17 {
    padding: 2rem 2rem;
  }
}
.pane-17 .tagline {
  background: rgb(15, 23, 43);
  border-radius: 0.5rem;
  padding: 0.25rem 0.75rem;
  font-family: Inter;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  color: #fff;
  max-width: fit-content;
  margin-bottom: 2rem;
}
@media (max-width: 500px) {
  .pane-17 .tagline {
    font-size: 0.625rem;
  }
}
@media (max-width: 375px) {
  .pane-17 .tagline {
    font-size: 0.5rem;
  }
}
.pane-17 .pane-17-heading h2 {
  font-family: Inter;
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 1;
  color: rgb(15, 23, 43);
  margin-bottom: 1.25rem;
}
@media (max-width: 1200px) {
  .pane-17 .pane-17-heading h2 {
    font-size: 3.75rem;
  }
}
@media (max-width: 1000px) {
  .pane-17 .pane-17-heading h2 {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .pane-17 .pane-17-heading h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 500px) {
  .pane-17 .pane-17-heading h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 350px) {
  .pane-17 .pane-17-heading h2 {
    width: 14ch;
  }
}
.pane-17 .pane-17-heading .pane-17-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-17 .pane-17-heading .pane-17-subheading {
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .pane-17 .pane-17-heading .pane-17-subheading {
    font-size: 1rem;
    width: unset;
  }
}
@media (max-width: 500px) {
  .pane-17 .pane-17-heading .pane-17-subheading {
    font-size: 0.875rem;
  }
}
@media (max-width: 350px) {
  .pane-17 .pane-17-heading .pane-17-subheading {
    width: 14ch;
  }
}
.pane-17 .pane-17-heading .pane-17-subheading p {
  margin: 0;
}
.pane-17 .pane-17-content {
  display: flex;
  width: 100%;
}
.pane-17 .pane-17-content .pane-17-list {
  display: flex;
  flex-flow: column;
  width: 100%;
}
.pane-17 .pane-17-content .pane-17-list .pane-17-list-item {
  display: flex;
  gap: 2rem;
  width: 100%;
  margin-bottom: 4rem;
}
.pane-17 .pane-17-content .pane-17-list .pane-17-list-item:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 500px) {
  .pane-17 .pane-17-content .pane-17-list .pane-17-list-item {
    gap: 1rem;
  }
}
.pane-17 .pane-17-content .pane-17-list .pane-17-list-item .pane-17-list-item-left {
  font-family: Inter;
  font-weight: 700;
  line-height: 1;
  font-size: 3.75rem;
  letter-spacing: 0px;
  color: #e2e8f0;
}
@media (max-width: 500px) {
  .pane-17 .pane-17-content .pane-17-list .pane-17-list-item .pane-17-list-item-left {
    font-size: 2.25rem;
  }
}
.pane-17 .pane-17-content .pane-17-list .pane-17-list-item .pane-17-list-item-right {
  display: flex;
  flex-flow: column;
  gap: 1.125rem;
  flex: 1 1 auto;
}
.pane-17 .pane-17-content .pane-17-list .pane-17-list-item .pane-17-list-item-right .pane-17-list-item-heading {
  font-family: Inter;
  font-weight: 700;
  font-size: 1.875rem;
  letter-spacing: 0px;
  color: rgb(15, 23, 43);
}
@media (max-width: 500px) {
  .pane-17 .pane-17-content .pane-17-list .pane-17-list-item .pane-17-list-item-right .pane-17-list-item-heading {
    font-size: 1.125rem;
  }
}
.pane-17 .pane-17-content .pane-17-list .pane-17-list-item .pane-17-list-item-right .pane-17-list-item-content {
  font-family: Inter;
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0px;
  color: rgb(69, 85, 108);
}
@media (max-width: 500px) {
  .pane-17 .pane-17-content .pane-17-list .pane-17-list-item .pane-17-list-item-right .pane-17-list-item-content {
    font-size: 0.875rem;
  }
}
.pane-17 .pane-17-content .pane-17-list .pane-17-list-item .pane-17-list-item-right .pane-17-list-item-footer {
  background: rgb(248, 250, 252);
  padding: 1.5rem;
  display: flex;
  flex-flow: column;
  gap: 0.75rem;
  border-radius: 0.375rem;
}
.pane-17 .pane-17-content .pane-17-list .pane-17-list-item .pane-17-list-item-right .pane-17-list-item-footer .pane-17-list-item-footer-heading {
  font-family: Inter;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0px;
  color: rgb(15, 23, 43);
}
.pane-17 .pane-17-content .pane-17-list .pane-17-list-item .pane-17-list-item-right .pane-17-list-item-footer .pane-17-list-item-footer-content {
  font-family: Inter;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0px;
  color: rgb(69, 85, 108);
}

.pane-18 {
  padding: 7.5rem 11.25rem 7.5rem 11.25rem;
  width: 100%;
  background-color: #fff;
}
@media (max-width: 1600px) {
  .pane-18 {
    padding: 5rem 8.75rem 5rem 11.25rem;
  }
}
@media (max-width: 1400px) {
  .pane-18 {
    padding: 5rem 5rem 5rem 5rem;
  }
}
@media (max-width: 1000px) {
  .pane-18 {
    padding: 2rem 3.75rem;
  }
}
@media (max-width: 500px) {
  .pane-18 {
    padding: 2rem 2rem;
  }
}
.pane-18 .pane-18-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 1000px) {
  .pane-18 .pane-18-content {
    grid-template-columns: 1fr;
  }
}
.pane-18 .pane-18-content .pane-18-item-heading {
  font-family: Inter;
  font-weight: 700;
  font-size: 2.25rem;
  letter-spacing: 0px;
  color: rgb(15, 23, 43);
}
.pane-18 .pane-18-content ul.pane-18-item-list {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  width: 80%;
}
@media (max-width: 1000px) {
  .pane-18 .pane-18-content ul.pane-18-item-list {
    width: 100%;
  }
}
.pane-18 .pane-18-content li {
  position: relative;
  padding-left: 1.75rem;
  font-family: Inter;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5555555556;
  letter-spacing: 0px;
  color: rgb(69, 85, 108);
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  border-bottom: 1px solid rgb(226, 232, 240);
  width: 100%;
}
@media (max-width: 1000px) {
  .pane-18 .pane-18-content li {
    font-size: 1rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .pane-18 .pane-18-content li {
    font-size: 0.875rem;
    padding-bottom: 0.75rem;
  }
}
@media (max-width: 500px) {
  .pane-18 .pane-18-content li {
    padding-bottom: 0.5rem;
  }
}
.pane-18 .pane-18-content li:last-of-type {
  border-bottom: none;
}
.pane-18 .pane-18-content li::before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAIiSURBVHgBnVRdTttAEJ7ZBOpSBbYP+XnDfWtTqrgnqHuDHIGeAHoClBvACdoblJ6AcIK6EgLe4scADywgYJUoHmaWBNnGThAj2bue+fbz7sw3i7DAtPa1BU/L3ANrjInNPDyWkSTLK1uIGPJnmAkSRAnRXqWS9M3wNF5IqBufuoTql0w5bIgmf3mMp+gAATs885k5ThLo3Vwc/4YyW21s7Kw1P9Nac+Oy1mpvluE0xxg3EOxqo71TDKo7EAlQtwIfFphgZqRyKkgfWbc++kTqQD4Rl76bYRRnFnNOZcwXREiJxv84r4CjpQ/GREa5yESF7PITpF6eTIzevDvg50/eL1hE+sn74CKOtsXnCEnhFg/xzbA0we8Z5RcFzOMaw4r45gi1H8hxAiL6D680ImAlQKh1oBVYq6f+CF5tFMvbelZXXwQH3Jf3S6wKnmfgfizz9TLQ9dnR9lwWFrwMnvWMMnEkUuizYLpleNFZWmvP+aAjLfkkGyI8lNLX6sXdkSBuEqjCjtBuDUtO0d6UnJ1cabofD5xA1eRrvumlejLKDjL+eQ2hG1+6j63XHggQFphgBCtr0n1fmU3s7fnp21pTdsy5wu7ySv1qdHcRlR2TbyTuHGxxp/Suh8e7s9jz64v/xjmVfPlOX5xszsRM9OvcEVIcd7UhTX6Y85P99PriC9bdNqOQiUUunWyUDhFVH2x1N5/TUsIMuRTEm3YT66yIJG0PDL/kkHwnhkAAAAAASUVORK5CYII=") no-repeat center;
  content: "";
  position: absolute;
  left: 0;
  /* Align to first line center */
  top: 1.8rem;
  /* 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-18 .pane-18-content li::before {
    width: 0.875rem;
    height: 0.875rem;
  }
}
@media (max-width: 500px) {
  .pane-18 .pane-18-content li::before {
    width: 0.75rem;
    height: 0.75rem;
  }
}
.pane-18 .pane-18-content .pane-18-item-left 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%3cg%20clip-path='url(%23clip0_162_2003)'%3e%3cpath%20d='M9.99583%2018.3257C14.5963%2018.3257%2018.3257%2014.5963%2018.3257%209.99588C18.3257%205.39542%2014.5963%201.66602%209.99583%201.66602C5.39538%201.66602%201.66597%205.39542%201.66597%209.99588C1.66597%2014.5963%205.39538%2018.3257%209.99583%2018.3257Z'%20stroke='%230F172B'%20stroke-width='1.66597'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M7.49687%209.99605L9.16284%2011.662L12.4948%208.33008'%20stroke='%230F172B'%20stroke-width='1.66597'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_162_2003'%3e%3crect%20width='19.9917'%20height='19.9917'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center;
  content: "";
  position: absolute;
  left: 0;
  /* Align to first line center */
  top: 1.8rem;
  /* 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-18 .pane-18-content .pane-18-item-left li::before {
    width: 0.875rem;
    height: 0.875rem;
  }
}
@media (max-width: 500px) {
  .pane-18 .pane-18-content .pane-18-item-left li::before {
    width: 0.75rem;
    height: 0.75rem;
  }
}
.pane-18 .pane-18-content .pane-18-item-footer {
  background: rgb(248, 250, 252);
  padding: 1.5rem;
  display: flex;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 1.125rem;
  color: rgb(15, 23, 43);
  border-radius: 0.375rem;
}

.pane-19 {
  padding: 7.5rem 11.25rem 7.5rem 11.25rem;
  width: 100%;
  background-color: rgb(15, 23, 43);
  color: #fff;
}
@media (max-width: 1600px) {
  .pane-19 {
    padding: 5rem 8.75rem 5rem 11.25rem;
  }
}
@media (max-width: 1400px) {
  .pane-19 {
    padding: 5rem 5rem 5rem 5rem;
  }
}
@media (max-width: 1000px) {
  .pane-19 {
    padding: 2rem 3.75rem;
  }
}
@media (max-width: 500px) {
  .pane-19 {
    padding: 2rem 2rem;
  }
}
.pane-19 .pane-19-heading h2 {
  font-family: Inter;
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 1;
  color: #fff;
  margin-bottom: 1.25rem;
}
@media (max-width: 1200px) {
  .pane-19 .pane-19-heading h2 {
    font-size: 3.75rem;
  }
}
@media (max-width: 1000px) {
  .pane-19 .pane-19-heading h2 {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .pane-19 .pane-19-heading h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 500px) {
  .pane-19 .pane-19-heading h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 350px) {
  .pane-19 .pane-19-heading h2 {
    width: 14ch;
  }
}
.pane-19 .pane-19-heading .pane-19-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-19 .pane-19-heading .pane-19-subheading {
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .pane-19 .pane-19-heading .pane-19-subheading {
    font-size: 1rem;
    width: unset;
  }
}
@media (max-width: 500px) {
  .pane-19 .pane-19-heading .pane-19-subheading {
    font-size: 0.875rem;
  }
}
@media (max-width: 350px) {
  .pane-19 .pane-19-heading .pane-19-subheading {
    width: 14ch;
  }
}
.pane-19 .pane-19-heading .pane-19-subheading p {
  margin: 0;
}
.pane-19 .pane-19-item-heading {
  font-family: Inter;
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #90a1b9;
  margin-bottom: 1.5rem;
}
.pane-19 .pane-19-list {
  margin: 0;
  list-style: none;
  position: relative;
}
.pane-19 .pane-19-list li {
  position: relative;
  font-family: Inter;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0px;
  color: rgb(202, 213, 226);
  margin-bottom: 1rem;
  padding-left: 0.75rem;
}
@media (max-width: 1340px) {
  .pane-19 .pane-19-list li {
    font-size: 0.875rem;
  }
}
@media (max-width: 1000px) {
  .pane-19 .pane-19-list li {
    width: unset;
  }
}
.pane-19 .pane-19-list li::before {
  content: "";
  width: 0.25rem;
  height: 1rem;
  border-left: 2px solid #fff;
  position: absolute;
  left: 0;
  top: 0.25rem;
}
@media (max-width: 1340px) {
  .pane-19 .pane-19-list li::before {
    height: 0.875rem;
  }
}
.pane-19 .pane-19-content {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  .pane-19 .pane-19-content {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
.pane-19 .pane-19-item-card {
  background: #1d293d;
  border-radius: 0.375rem;
  border-left: 4px solid #fff;
  max-width: 31.25rem;
  padding: 2.625rem;
  width: 100%;
  font-size: 1rem;
}
@media (max-width: 1340px) {
  .pane-19 .pane-19-item-card {
    font-size: 0.875rem;
  }
}
.pane-19 .pane-19-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
}
.pane-19 .pane-19-footer .pane-19-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-19 .pane-19-footer .pane-19-cta-button {
    font-size: 0.875rem;
    gap: 10px;
  }
  .pane-19 .pane-19-footer .pane-19-cta-button img {
    width: 1rem;
    height: 1rem;
  }
}
@media (max-width: 1200px) {
  .pane-19 .pane-19-footer {
    margin-bottom: 2rem;
    gap: 1.5rem;
  }
}

.pane-8 {
  padding: 7.5rem 11.25rem 7.5rem 11.25rem;
  width: 100%;
  background-color: rgb(248, 250, 252);
}
@media (max-width: 1600px) {
  .pane-8 {
    padding: 5rem 8.75rem 5rem 11.25rem;
  }
}
@media (max-width: 1400px) {
  .pane-8 {
    padding: 5rem 5rem 5rem 5rem;
  }
}
@media (max-width: 1000px) {
  .pane-8 {
    padding: 2rem 3.75rem;
  }
}
@media (max-width: 500px) {
  .pane-8 {
    padding: 2rem 2rem;
  }
}
.pane-8 .pane-8-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-8 .pane-8-heading h2 {
    font-size: 3.75rem;
    margin-bottom: 24px;
  }
}
@media (max-width: 1000px) {
  .pane-8 .pane-8-heading h2 {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .pane-8 .pane-8-heading h2 {
    font-size: 2.25rem;
    margin-bottom: 18px;
  }
}
@media (max-width: 500px) {
  .pane-8 .pane-8-heading h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 350px) {
  .pane-8 .pane-8-heading h2 {
    width: 14ch;
  }
}
.pane-8 .pane-8-heading .pane-8-subheading {
  font-family: Inter;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0px;
  color: rgb(69, 85, 108);
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .pane-8 .pane-8-heading .pane-8-subheading {
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .pane-8 .pane-8-heading .pane-8-subheading {
    font-size: 1rem;
    width: unset;
  }
}
@media (max-width: 500px) {
  .pane-8 .pane-8-heading .pane-8-subheading {
    font-size: 0.875rem;
  }
}
.pane-8 .pane-8-heading .pane-8-subheading p {
  margin: 0;
}
.pane-8 .pane-8-grid {
  display: grid;
  grid-template: repeat(2, 1fr)/repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 1000px) {
  .pane-8 .pane-8-grid {
    grid-template: repeat(3, 1fr)/repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .pane-8 .pane-8-grid {
    grid-template: repeat(6, 1fr)/repeat(1, 1fr);
    gap: 1rem;
  }
}
.pane-8 .pane-8-grid-item {
  padding: 2.5rem;
  width: 100%;
  border-left: 4px solid rgb(15, 23, 43);
  border-radius: 0.375rem;
  justify-self: start;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 1.125rem;
  line-height: 1.5;
  background: #fff;
}
@media (max-width: 1200px) {
  .pane-8 .pane-8-grid-item {
    padding: 1.5rem;
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .pane-8 .pane-8-grid-item {
    padding: 1rem;
    font-size: 0.875rem;
  }
}
.pane-8 .pane-8-footer {
  margin-top: 4rem;
  width: 100%;
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 1.875rem;
  letter-spacing: 0px;
  text-align: center;
  color: rgb(15, 23, 43);
}
@media (max-width: 1200px) {
  .pane-8 .pane-8-footer {
    font-size: 1.5rem;
  }
}
@media (max-width: 1000px) {
  .pane-8 .pane-8-footer {
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .pane-8 .pane-8-footer {
    font-size: 1rem;
    margin-top: 2rem;
  }
}
@media (max-width: 500px) {
  .pane-8 .pane-8-footer {
    font-size: 1rem;
    margin-top: 1.5rem;
  }
}