<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.navbar-wrapper {
  display: contents;
}
 
.navbar-container1 {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  background-color: var(--dl-color-grays-100);
}
 
.navbar-navbar {
  width: 100%;
  display: flex;
  z-index: 100;
  max-width: var(--dl-layout-size-maxwidth);
  align-self: center;
  align-items: center;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  padding-left: var(--dl-layout-space-fiveunits);
  padding-right: var(--dl-layout-space-fiveunits);
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
  justify-content: space-between;
}
 
.navbar-left {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.navbar-navlink1 {
  display: contents;
}
 
.navbar-logo {
  width: 165px;
  object-fit: cover;
  margin-right: var(--dl-layout-space-unit);
  text-decoration: none;
}
 
.navbar-links {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.navbar-link1 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  cursor: pointer;
  font-size: 15px;
  font-style: normal;
  transition: 0.3s;
  font-family: "Noto Sans";
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}
 
.navbar-link1:hover {
  opacity: 0.5;
}
 
.navbar-link2 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  cursor: pointer;
  font-size: 15px;
  font-style: normal;
  transition: 0.3s;
  font-family: "Noto Sans";
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}
 
.navbar-link2:hover {
  opacity: 0.5;
}
 
.navbar-link3 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  cursor: pointer;
  font-size: 15px;
  font-style: normal;
  transition: 0.3s;
  font-family: "Noto Sans";
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}
 
.navbar-link3:hover {
  opacity: 0.5;
}
 
.navbar-right {
  gap: 6px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.navbar-container2 {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.navbar-text10 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  font-size: 12px;
}
 
.navbar-phone {
  gap: 5px;
  cursor: pointer;
  display: flex;
  text-align: right;
  align-items: flex-end;
  border-width: 0px;
  text-decoration: none;
}
 
.navbar-icon1 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
}
 
.navbar-text11 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  font-size: 15px;
  font-style: normal;
  font-family: "Noto Sans";
  font-weight: 600;
  line-height: 24px;
}
 
.navbar-text12 {
  fill: var(--dl-color-grays-740);
  color: var(--dl-color-grays-740);
  display: flex;
  font-size: 11px;
  align-self: flex-end;
  font-style: normal;
  align-items: flex-end;
  font-family: "Noto Sans";
  font-weight: 600;
  line-height: 24px;
  flex-direction: row;
}
 
.navbar-book1 {
  fill: var(--dl-color-grays-100);
  color: var(--dl-color-grays-100);
  font-size: 14px;
  margin-left: var(--dl-layout-space-unit);
  padding-top: 10px;
  padding-left: var(--dl-layout-space-twounits);
  padding-right: var(--dl-layout-space-twounits);
  padding-bottom: 10px;
  text-decoration: none;
  background-color: var(--dl-color-primary-primaryyellow);
}
 
.navbar-text13 {
  fill: var(--dl-color-grays-100);
  color: var(--dl-color-grays-100);
  font-family: "Noto Sans";
}
 
.navbar-burger-menu {
  display: none;
  align-items: center;
  justify-content: center;
}
 
.navbar-icon3 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.navbar-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: flex;
  padding: 32px;
  z-index: 1000;
  position: fixed;
  transform: translateX(100%);
  transition: 0.5s;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
}
 
.navbar-nav1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.navbar-container3 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-threeunits);
  justify-content: space-between;
}
 
.navbar-image {
  height: 2rem;
}
 
.navbar-menu-close {
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.navbar-icon5 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.navbar-nav2 {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.navbar-link4 {
  margin-bottom: var(--dl-layout-space-unit);
  text-decoration: none;
}
 
.navbar-navlink2 {
  margin-bottom: var(--dl-layout-space-unit);
  text-decoration: none;
}
 
.navbar-navlink3 {
  margin-bottom: var(--dl-layout-space-unit);
  text-decoration: none;
}
 
.navbar-book2 {
  text-decoration: none;
}
 
.navbar-text14 {
  font-family: Inter;
}
 
.home-fragment20 {
  display: contents;
}
 
.home-text26 {
  display: inline-block;
}
 
.home-fragment15 {
  display: contents;
}
 
.home-text21 {
  display: inline-block;
}
 
.home-fragment14 {
  display: contents;
}
 
.home-text20 {
  display: inline-block;
}
 
.home-fragment17 {
  display: contents;
}
 
.home-text23 {
  display: inline-block;
}
 
.home-fragment18 {
  display: contents;
}
 
.home-text24 {
  display: inline-block;
}
 
.home-fragment13 {
  display: contents;
}
 
.home-text19 {
  display: inline-block;
}
 
.home-fragment16 {
  display: contents;
}
 
.home-text22 {
  display: inline-block;
}
 
.home-fragment19 {
  display: contents;
}
 
.home-text25 {
  display: inline-block;
}
 
.home-fragment10 {
  display: contents;
}
 
.home-text16 {
  display: inline-block;
}
 
.home-fragment12 {
  display: contents;
}
 
.home-text18 {
  display: inline-block;
}
 
.home-fragment11 {
  display: contents;
}
 
.home-text17 {
  display: inline-block;
}
 

 

 

 

 
.navbarroot-class-name4 {
  align-self: center;
  background-color: transparent;
}
 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 
@media(max-width: 991px) {
  .navbar-navbar {
    z-index: 1000;
  }
  .navbar-links {
    display: none;
  }
  .navbar-right {
    display: none;
  }
  .navbar-burger-menu {
    display: flex;
    padding: var(--dl-layout-space-unit);
    border-radius: var(--dl-layout-radius-round);
  }
  .navbar-icon3 {
    fill: var(--dl-color-grays-900);
    width: 24px;
    height: 24px;
    min-height: auto;
  }
  .navbar-mobile-menu {
    background-color: #1a1a1aff;
  }
  .navbar-icon5 {
    fill: var(--dl-color-grays-940);
    width: 32px;
    height: 32px;
  }
  .navbar-link4 {
    fill: var(--dl-color-grays-940);
    color: var(--dl-color-grays-940);
  }
  .navbar-navlink2 {
    fill: var(--dl-color-grays-940);
    color: var(--dl-color-grays-940);
  }
  .navbar-navlink3 {
    fill: var(--dl-color-grays-940);
    color: var(--dl-color-grays-940);
  }
  .navbar-book2 {
    margin-top: var(--dl-layout-space-unit);
    margin-bottom: var(--dl-layout-space-twounits);
  }
  .navbar-text14 {
    font-family: Inter;
  }
}
 
@media(max-width: 767px) {
  .navbar-navbar {
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
    padding-bottom: var(--dl-layout-space-unit);
  }
  .navbar-burger-menu {
    display: flex;
  }
}
 
@media(max-width: 479px) {
  .navbar-navbar {
    padding: var(--dl-layout-space-unit);
  }
  .navbar-mobile-menu {
    padding: 16px;
  }
}

.zip-code-field-wrapper {
  display: contents;
}
 
.zip-code-field-container1 {
  gap: 4px;
  width: 480px;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: 16px;
  padding-left: 10px;
  border-radius: var(--dl-layout-radius-buttonradius);
  padding-right: 10px;
  padding-bottom: 26px;
}
 
.zip-code-field-max-width {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.zip-code-field-container2 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.zip-code-field-title {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  width: 393px;
  font-size: 21px;
  font-style: normal;
  text-align: center;
  font-family: "Noto Sans";
  font-weight: 600;
  margin-bottom: 0px;
}
 
.zip-code-field-textinput {
  fill: var(--dl-color-grays-black);
  color: var(--dl-color-grays-black);
  display: none;
  font-size: 20px;
  align-self: center;
  margin-top: var(--dl-layout-space-halfunit);
  text-align: left;
  font-family: "Poppins";
  padding-top: var(--dl-layout-space-unit);
  border-width: 0px;
  padding-left: var(--dl-layout-space-threeunits);
  border-radius: var(--dl-layout-radius-buttonradius);
  margin-bottom: var(--dl-layout-space-unit);
  padding-right: var(--dl-layout-space-threeunits);
  padding-bottom: var(--dl-layout-space-unit);
  background-color: var(--dl-color-grays-980);
}
 
.zip-code-field-book {
  fill: var(--dl-color-grays-100);
  color: var(--dl-color-grays-100);
  align-self: center;
  margin-top: 5px;
  padding-left: 52px;
  margin-bottom: 11px;
  padding-right: 52px;
  padding-bottom: var(--dl-layout-space-unit);
  text-decoration: none;
  background-color: var(--dl-color-primary-primaryyellow);
}
 
.zip-code-field-text1 {
  fill: var(--dl-color-grays-100);
  color: var(--dl-color-grays-100);
  font-size: 18px;
}
 
.zip-code-field-text2 {
  fill: var(--dl-color-grays-840);
  color: var(--dl-color-grays-840);
  width: 100%;
  font-size: 14px;
  font-style: italic;
  margin-top: 0px;
  text-align: center;
  font-family: "Noto Sans";
  font-weight: 400;
}
 
.home-fragment22 {
  display: contents;
}
 
.home-text35 {
  display: inline-block;
}
 
.home-fragment21 {
  display: contents;
}
 
.home-text34 {
  display: inline-block;
}
 
.zip-code-fieldroot-class-name {
  height: auto;
  position: static;
  align-self: center;
  padding-top: 8px;
}
 
.zip-code-fieldroot-class-name1 {
  height: auto;
  position: static;
  align-self: center;
  padding-top: 8px;
}
 
.zip-code-fieldroot-class-name2 {
  height: auto;
  position: static;
  align-self: center;
  padding-top: 8px;
}
 
@media(max-width: 991px) {
  .zip-code-fieldroot-class-name {
    padding-top: 0px;
    padding-bottom: var(--dl-layout-space-twounits);
  }
  .zip-code-fieldroot-class-name1 {
    padding-top: 0px;
    padding-bottom: var(--dl-layout-space-twounits);
  }
  .zip-code-fieldroot-class-name2 {
    padding-top: 0px;
    padding-bottom: var(--dl-layout-space-twounits);
  }
}
 
@media(max-width: 767px) {
  .zip-code-field-container1 {
    width: 450px;
  }
  .zip-code-field-book {
    width: auto;
    display: flex;
  }
}
 
@media(max-width: 479px) {
  .zip-code-field-container1 {
    width: 320px;
  }
  .zip-code-field-title {
    width: 320px;
    font-size: 16px;
    margin-left: 0px;
  }
  .zip-code-field-textinput {
    width: 100%;
    font-size: 18px;
  }
  .zip-code-fieldroot-class-name {
    width: auto;
    overflow: visible;
    max-width: 100%;
    min-width: 100%;
    max-height: auto;
  }
  .zip-code-fieldroot-class-name1 {
    width: auto;
    overflow: visible;
    max-width: 100%;
    min-width: 100%;
    max-height: auto;
  }
  .zip-code-fieldroot-class-name2 {
    width: auto;
    overflow: visible;
    max-width: 100%;
    min-width: 100%;
    max-height: auto;
  }
}

.features-wrapper {
  display: contents;
}
 
.features-section {
  width: auto;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #1a1a1aff;
}
 
.features-heading {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.features-header {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  font-style: normal;
  font-family: "Noto Sans";
  font-weight: 600;
}
 
.features-icon {
  width: 20px;
  object-fit: cover;
}
 
.features-text {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  width: 100%;
  font-size: 15px;
  max-width: 300px;
  font-family: "Noto Sans";
  line-height: 21px;
  padding-right: var(--dl-layout-space-unit);
}
 
.features-divider {
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: none;
}
 
@media(max-width: 991px) {
  .features-section {
    border-right-width: 0px;
  }
  .features-divider {
    width: 80px;
    height: 1px;
    display: flex;
    border-color: #ffffff;
    border-width: 0px;
    background-color: #ffffff;
  }
}
 
@media(max-width: 767px) {
  .features-header {
    font-size: 20px;
    line-height: 24px;
  }
  .features-text {
    font-size: 14px;
    line-height: 21px;
  }
}

.features-wrapper-xw0u {
  display: contents;
}
 
.features-section1 {
  width: auto;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #1a1a1aff;
}
 
.features-heading1 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.features-header1 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  font-style: normal;
  font-family: "Noto Sans";
  font-weight: 600;
}
 
.features-icon1 {
  width: 20px;
  object-fit: cover;
}
 
.features-text1 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  width: 100%;
  font-size: 15px;
  max-width: 300px;
  font-family: "Noto Sans";
  line-height: 21px;
  padding-right: var(--dl-layout-space-unit);
}
 
.features-divider1 {
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: none;
}
 
@media(max-width: 991px) {
  .features-section1 {
    border-right-width: 0px;
  }
  .features-divider1 {
    width: 80px;
    height: 1px;
    display: flex;
    border-color: #ffffff;
    border-width: 0px;
    background-color: #ffffff;
  }
}
 
@media(max-width: 767px) {
  .features-header1 {
    font-size: 20px;
    line-height: 24px;
  }
  .features-text1 {
    font-size: 14px;
    line-height: 21px;
  }
}

.features-wrapper-dsxk {
  display: contents;
}
 
.features-section2 {
  width: auto;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #1a1a1aff;
}
 
.features-heading2 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.features-header2 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  font-style: normal;
  font-family: "Noto Sans";
  font-weight: 600;
}
 
.features-icon2 {
  width: 20px;
  object-fit: cover;
}
 
.features-text2 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  width: 100%;
  font-size: 15px;
  max-width: 300px;
  font-family: "Noto Sans";
  line-height: 21px;
  padding-right: var(--dl-layout-space-unit);
}
 
.features-divider2 {
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: none;
}
 
@media(max-width: 991px) {
  .features-section2 {
    border-right-width: 0px;
  }
  .features-divider2 {
    width: 80px;
    height: 1px;
    display: flex;
    border-color: #ffffff;
    border-width: 0px;
    background-color: #ffffff;
  }
}
 
@media(max-width: 767px) {
  .features-header2 {
    font-size: 20px;
    line-height: 24px;
  }
  .features-text2 {
    font-size: 14px;
    line-height: 21px;
  }
}

.cta-wrapper {
  display: contents;
}
 
.ctacta {
  width: 100%;
  display: flex;
  padding: 0px;
  position: relative;
  max-width: auto;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-primary-primaryblue);
}
 
.cta-content {
  gap: var(--dl-layout-space-fourunits);
  width: auto;
  display: flex;
  padding: var(--dl-layout-space-fiveunits);
  max-width: 1440px;
  align-items: center;
  flex-direction: column;
  background-color: var(--dl-color-primary-primaryblue);
}
 
.cta-header {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.cta-heading {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  font-size: 56px;
  max-width: 800px;
  font-style: normal;
  text-align: center;
  font-weight: 600;
}
 
.cta-caption {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  font-size: 18px;
  max-width: 900px;
  text-align: center;
  line-height: 27px;
}
 
.cta-types {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.cta-book {
  fill: #1a1a1aff;
  color: #1a1a1aff;
  align-self: center;
  margin-top: 0px;
  padding-left: 52px;
  margin-bottom: 0px;
  padding-right: 52px;
  padding-bottom: var(--dl-layout-space-unit);
  text-decoration: none;
  background-color: var(--dl-color-primary-primaryyellow);
}
 
.cta-text1 {
  fill: #1a1a1aff;
  color: #1a1a1aff;
}
 
.home-fragment23 {
  display: contents;
}
 
.home-text83 {
  display: inline-block;
}
 
.home-fragment24 {
  display: contents;
}
 
.home-text84 {
  display: inline-block;
}
 
.home-fragment25 {
  display: contents;
}
 
.home-text85 {
  display: inline-block;
}
 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 
@media(max-width: 991px) {
  .ctacta {
    padding-left: 0px;
    padding-right: 0px;
  }
  .cta-types {
    width: 100%;
    flex-direction: column;
  }
}
 
@media(max-width: 767px) {
  .ctacta {
    padding-top: var(--dl-layout-space-unit);
    padding-bottom: var(--dl-layout-space-unit);
  }
  .cta-content {
    gap: var(--dl-layout-space-twounits);
    padding-top: var(--dl-layout-space-fourunits);
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
    padding-bottom: var(--dl-layout-space-fourunits);
  }
  .cta-heading {
    font-size: 30px;
    line-height: 36px;
  }
  .cta-caption {
    font-size: 14px;
    line-height: 21px;
  }
  .cta-types {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .cta-book {
    width: 100%;
    display: flex;
  }
}
 
@media(max-width: 479px) {
  .ctacta {
    padding-top: var(--dl-layout-space-unit);
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: var(--dl-layout-space-unit);
  }
}

.footer-wrapper {
  display: contents;
}
 
.footer-footer {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  background-color: var(--dl-color-grays-100);
}
 
.footer-container1 {
  width: 100%;
  display: flex;
  max-width: var(--dl-layout-size-maxwidth);
  align-self: center;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-threeunits);
  padding-left: var(--dl-layout-space-threeunits);
  padding-right: var(--dl-layout-space-threeunits);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-threeunits);
  justify-content: space-between;
}
 
.footer-left {
  gap: var(--dl-layout-space-threeunits);
  width: 401px;
  display: flex;
  align-items: flex-start;
  padding-right: 0px;
  flex-direction: column;
}
 
.footer-brand {
  gap: var(--dl-layout-space-unit);
  width: 448px;
  display: flex;
  max-width: 400px;
  align-items: flex-start;
  flex-direction: column;
}
 
.footer-image1 {
  width: 165px;
  object-fit: cover;
}
 
.footer-text10 {
  fill: #b3b3b3ff;
  color: #b3b3b3ff;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 19px;
}
 
.footer-socials {
  gap: var(--dl-layout-space-unit);
  display: none;
  max-width: 400px;
  align-items: flex-start;
  flex-direction: row;
}
 
.footer-image2 {
  width: 24px;
  object-fit: cover;
}
 
.footer-image3 {
  width: 24px;
  object-fit: cover;
}
 
.footer-image4 {
  width: 24px;
  object-fit: cover;
}
 
.footer-right {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
 
.footer-list1 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.footer-header1 {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}
 
.footer-links1 {
  gap: 12px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.footer-link10 {
  fill: var(--dl-color-grays-900);
  color: var(--dl-color-grays-900);
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
}
 
.footer-link10:hover {
  opacity: 0.5;
}
 
.footer-link11 {
  fill: var(--dl-color-grays-900);
  color: var(--dl-color-grays-900);
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
}
 
.footer-link11:hover {
  opacity: 0.5;
}
 
.footer-link12 {
  fill: var(--dl-color-grays-900);
  color: var(--dl-color-grays-900);
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
}
 
.footer-link12:hover {
  opacity: 0.5;
}
 
.footer-link13 {
  fill: var(--dl-color-grays-900);
  color: var(--dl-color-grays-900);
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
}
 
.footer-link13:hover {
  opacity: 0.5;
}
 
.footer-link14 {
  fill: var(--dl-color-grays-900);
  color: var(--dl-color-grays-900);
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
}
 
.footer-link14:hover {
  opacity: 0.5;
}
 
.footer-list2 {
  gap: var(--dl-layout-space-unit);
  flex: 1;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.footer-header2 {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}
 
.footer-links2 {
  gap: 12px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.footer-link15 {
  fill: var(--dl-color-grays-900);
  color: var(--dl-color-grays-900);
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
}
 
.footer-link15:hover {
  opacity: 0.5;
}
 
.footer-link16 {
  fill: var(--dl-color-grays-900);
  color: var(--dl-color-grays-900);
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
}
 
.footer-link16:hover {
  opacity: 0.5;
}
 
.footer-link17 {
  fill: var(--dl-color-grays-900);
  color: var(--dl-color-grays-900);
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
}
 
.footer-link17:hover {
  opacity: 0.5;
}
 
.footer-link18 {
  fill: var(--dl-color-grays-900);
  color: var(--dl-color-grays-900);
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
}
 
.footer-link18:hover {
  opacity: 0.5;
}
 
.footer-container2 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.footer-legal {
  gap: var(--dl-layout-space-threeunits);
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-layout-space-unit);
  flex-direction: row;
  background-color: #1a1a1aff;
}
 
.footer-copyright1 {
  color: rgb(255, 255, 255);
}
 
.footer-copyright2 {
  text-decoration: none;
}
 
.footer-copyright3 {
  text-decoration: none;
}
 
.home-fragment28 {
  display: contents;
}
 
.home-link {
  fill: var(--dl-color-grays-900);
  color: var(--dl-color-grays-900);
  cursor: pointer;
  display: inline-block;
  transition: 0.3s;
}
 
.home-link:hover {
  opacity: 0.5;
}
 
.home-fragment32 {
  display: contents;
}
 
.home-text98 {
  display: inline-block;
}
 
.home-fragment34 {
  display: contents;
}
 
.home-text100 {
  display: inline-block;
}
 
.home-fragment40 {
  display: contents;
}
 
.home-text106 {
  display: inline-block;
}
 
.home-fragment33 {
  display: contents;
}
 
.home-text99 {
  display: inline-block;
}
 
.home-fragment31 {
  display: contents;
}
 
.home-text97 {
  display: inline-block;
}
 
.home-fragment26 {
  display: contents;
}
 
.home-text86 {
  display: inline-block;
}
 
.home-fragment29 {
  display: contents;
}
 
.home-text95 {
  display: inline-block;
}
 
.home-fragment36 {
  display: contents;
}
 
.home-text102 {
  display: inline-block;
}
 
.home-fragment39 {
  display: contents;
}
 
.home-text105 {
  display: inline-block;
}
 
.home-fragment27 {
  display: contents;
}
 
.home-text87 {
  display: inline-block;
}
 
.home-fragment35 {
  display: contents;
}
 
.home-text101 {
  display: inline-block;
}
 
.home-fragment38 {
  display: contents;
}
 
.home-text104 {
  display: inline-block;
}
 
.home-fragment37 {
  display: contents;
}
 
.home-text103 {
  display: inline-block;
}
 
.home-fragment30 {
  display: contents;
}
 
.home-text96 {
  display: inline-block;
}
 

 

 

 

 
.footerroot-class-name4 {
  background-color: transparent;
}
 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 
@media(max-width: 991px) {
  .footer-container1 {
    gap: var(--dl-layout-space-twounits);
    width: 100%;
    align-items: flex-start;
    flex-direction: row;
    justify-content: center;
  }
  .footer-left {
    width: 367px;
    height: 198px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .footer-brand {
    width: 342px;
    max-width: 342px;
  }
  .footer-socials {
    display: none;
  }
  .footer-right {
    gap: var(--dl-layout-space-twounits);
    flex-direction: column;
  }
  .footer-container2 {
    width: 100%;
    align-self: center;
    align-items: center;
    justify-content: center;
  }
}
 
@media(max-width: 767px) {
  .footer-container1 {
    padding-top: var(--dl-layout-space-fourunits);
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
    padding-bottom: var(--dl-layout-space-threeunits);
  }
  .footer-left {
    width: 180px;
    height: 243px;
  }
  .footer-brand {
    width: 100%;
    height: 100%;
    max-width: 342px;
    margin-bottom: 0px;
  }
  .footer-image1 {
    width: 110px;
  }
  .footer-text10 {
    font-size: 13px;
    line-height: 18px;
  }
  .footer-right {
    width: 181px;
  }
}
 
@media(max-width: 479px) {
  .footer-container1 {
    gap: var(--dl-layout-space-oneandhalfunits);
    padding-top: var(--dl-layout-space-threeunits);
    padding-left: var(--dl-layout-space-unit);
    padding-right: var(--dl-layout-space-unit);
    padding-bottom: var(--dl-layout-space-twounits);
  }
  .footer-left {
    gap: var(--dl-layout-space-twounits);
    width: 128px;
  }
  .footer-brand {
    width: 100%;
  }
  .footer-text10 {
    width: 140px;
    height: 238px;
  }
  .footer-right {
    width: 136px;
    margin-right: 0px;
  }
  .footer-link10 {
    font-size: 14px;
  }
  .footer-link11 {
    font-size: 14px;
  }
  .footer-link12 {
    font-size: 14px;
  }
  .footer-link13 {
    font-size: 14px;
  }
  .footer-link14 {
    font-size: 14px;
  }
  .footer-link15 {
    font-size: 14px;
  }
  .footer-link16 {
    font-size: 14px;
  }
  .footer-link17 {
    font-size: 14px;
  }
  .footer-link18 {
    font-size: 14px;
  }
  .footer-container2 {
    align-self: center;
    align-items: center;
    justify-content: center;
  }
  .footer-legal {
    gap: var(--dl-layout-space-unit);
    align-items: flex-start;
    justify-content: center;
  }
  .footer-copyright1 {
    font-size: 14px;
  }
  .footer-copyright2 {
    font-size: 10px;
  }
  .footer-copyright3 {
    font-size: 10px;
  }
  .home-link {
    font-size: 14px;
  }
}

.home-container10 {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  scroll-behavior: smooth;
  background-color: #1a1a1aff;
}
 
.home-modal1 {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  z-index: 200;
  position: fixed;
  align-items: center;
  padding-left: var(--dl-layout-space-fiveunits);
  padding-right: var(--dl-layout-space-fiveunits);
  flex-direction: column;
  backdrop-filter: blur(4px);
  justify-content: center;
}
 
.home-practices {
  display: flex;
  padding: var(--dl-layout-space-oneandhalfunits);
  box-shadow: 0px 0px 25px -2px rgba(66, 68, 90, 0.4);
  align-items: center;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  background-color: #ffffff;
}
 
.home-heading10 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
  justify-content: space-between;
}
 
.home-header10 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
}
 
.home-close {
  width: 24px;
  cursor: pointer;
  height: 24px;
  transition: 0.3s;
}
 
.home-close:hover {
  opacity: 0.5;
}
 
.home-grid {
  gap: var(--dl-layout-space-threeunits);
  flex: 1;
  display: grid;
  align-items: flex-start;
  flex-direction: column;
  grid-template-columns: repeat(2, 1fr);
}
 
.home-section1 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-threeunits);
  border-color: #B4B9C6;
  flex-direction: column;
  border-top-width: 1px;
}
 
.home-heading11 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-header11 {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
 
.home-caption1 {
  max-width: 385px;
  line-height: 24px;
}
 
.home-text10 {
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
 
.home-image10 {
  width: 12px;
  object-fit: cover;
}
 
.home-section2 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-threeunits);
  border-color: #B4B9C6;
  flex-direction: column;
  border-top-width: 1px;
}
 
.home-heading12 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-header12 {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
 
.home-caption2 {
  max-width: 385px;
  line-height: 24px;
}
 
.home-text11 {
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
 
.home-image11 {
  width: 12px;
  object-fit: cover;
}
 
.home-section3 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-threeunits);
  border-color: #B4B9C6;
  flex-direction: column;
  border-top-width: 1px;
}
 
.home-heading13 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-header13 {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
 
.home-caption3 {
  max-width: 385px;
  line-height: 24px;
}
 
.home-text12 {
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
 
.home-image12 {
  width: 12px;
  object-fit: cover;
}
 
.home-section4 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-threeunits);
  border-color: #B4B9C6;
  flex-direction: column;
  border-top-width: 1px;
}
 
.home-heading14 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-header14 {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
 
.home-caption4 {
  max-width: 385px;
  line-height: 24px;
}
 
.home-text13 {
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
 
.home-image13 {
  width: 12px;
  object-fit: cover;
}
 
.home-section5 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-threeunits);
  border-color: #B4B9C6;
  flex-direction: column;
  border-top-width: 1px;
}
 
.home-heading15 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-header15 {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
 
.home-caption5 {
  max-width: 385px;
  line-height: 24px;
}
 
.home-text14 {
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
 
.home-image14 {
  width: 12px;
  object-fit: cover;
}
 
.home-section6 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-threeunits);
  border-color: #B4B9C6;
  flex-direction: column;
  border-top-width: 1px;
}
 
.home-heading16 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-header16 {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
 
.home-caption6 {
  max-width: 385px;
  line-height: 24px;
}
 
.home-text15 {
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
 
.home-image15 {
  width: 12px;
  object-fit: cover;
}
 
.home-hero {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  background-color: var(--dl-color-primary-primaryblue);
}
 
.home-header17 {
  width: 100%;
  height: auto;
  display: flex;
  align-self: center;
  justify-content: center;
  background-color: #1a1a1aff;
}
 
.home-fragment10 {
  display: contents;
}
 
.home-text16 {
  display: inline-block;
}
 
.home-fragment11 {
  display: contents;
}
 
.home-text17 {
  display: inline-block;
}
 
.home-fragment12 {
  display: contents;
}
 
.home-text18 {
  display: inline-block;
}
 
.home-fragment13 {
  display: contents;
}
 
.home-text19 {
  display: inline-block;
}
 
.home-fragment14 {
  display: contents;
}
 
.home-text20 {
  display: inline-block;
}
 
.home-fragment15 {
  display: contents;
}
 
.home-text21 {
  display: inline-block;
}
 
.home-fragment16 {
  display: contents;
}
 
.home-text22 {
  display: inline-block;
}
 
.home-fragment17 {
  display: contents;
}
 
.home-text23 {
  display: inline-block;
}
 
.home-fragment18 {
  display: contents;
}
 
.home-text24 {
  display: inline-block;
}
 
.home-fragment19 {
  display: contents;
}
 
.home-text25 {
  display: inline-block;
}
 
.home-fragment20 {
  display: contents;
}
 
.home-text26 {
  display: inline-block;
}
 
.home-main {
  flex: 1;
  width: 100%;
  display: flex;
  z-index: 100;
  position: relative;
  max-width: var(--dl-layout-size-maxwidth);
  min-height: 650px;
  align-items: stretch;
  padding-left: var(--dl-layout-space-fiveunits);
  flex-direction: row;
  justify-content: space-between;
  background-color: var(--dl-color-primary-primaryblue);
}
 
.home-content1 {
  gap: var(--dl-layout-space-threeunits);
  height: 570px;
  display: flex;
  max-width: 1200px;
  margin-top: 12px;
  align-items: flex-start;
  margin-left: 0px;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  margin-right: 0px;
  margin-bottom: 0px;
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
  justify-content: center;
}
 
.home-heading17 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  margin-top: 0px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-header18 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  width: 461px;
  font-size: 320%;
  max-width: 600px;
  align-self: center;
  font-style: normal;
  margin-top: var(--dl-layout-space-fiveunits);
  text-align: center;
  font-family: "Fira Sans";
  font-weight: 600;
  line-height: 64px;
}
 
.home-caption7 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  width: 514px;
  font-size: 18px;
  max-width: 600px;
  align-self: center;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 400;
  line-height: 27px;
}
 
.home-text30 {
  font-family: "Noto Sans";
  line-height: 27px;
}
 
.home-text31 {
  font-family: "Fira Sans";
  line-height: 27px;
}
 
.home-text32 {
  font-family: "Noto Sans";
  line-height: 27px;
}
 
.home-fragment21 {
  display: contents;
}
 
.home-text34 {
  display: inline-block;
}
 
.home-fragment22 {
  display: contents;
}
 
.home-text35 {
  display: inline-block;
}
 
.home-image16 {
  flex: 1;
  display: flex;
  align-items: flex-end;
  padding-right: var(--dl-layout-space-fiveunits);
  flex-direction: row;
  justify-content: center;
}
 
.home-image17 {
  height: 95%;
  object-fit: cover;
}
 
.home-background {
  top: 0px;
  right: 0px;
  width: 37%;
  height: 650px;
  display: flex;
  z-index: -1;
  overflow: visible;
  position: absolute;
  align-self: center;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
  background-color: var(--dl-color-primary-primaryyellow);
}
 
.home-features {
  width: 100%;
  display: grid;
  z-index: 100;
  align-self: center;
  padding-top: var(--dl-layout-space-fourunits);
  place-items: center;
  padding-bottom: var(--dl-layout-space-fourunits);
  background-color: var(--dl-color-grays-100);
}
 
.home-content2 {
  gap: var(--dl-layout-space-fiveunits);
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  max-width: 1440px;
  align-self: center;
  align-items: center;
  padding-left: var(--dl-layout-space-unit);
  padding-right: var(--dl-layout-space-unit);
  justify-content: center;
}
 
.home-navlink1 {
  display: contents;
}
 
.home-component3 {
  text-decoration: none;
}
 
.home-navlink2 {
  display: contents;
}
 
.home-component4 {
  text-decoration: none;
}
 
.home-navlink3 {
  display: contents;
}
 
.home-component5 {
  text-decoration: none;
}
 
.home-eligibility {
  gap: 24px;
  width: 100%;
  height: 100%;
  display: flex;
  align-self: flex-end;
  min-height: 100%;
  align-items: center;
  padding-top: var(--dl-layout-space-fiveunits);
  padding-left: var(--dl-layout-space-fiveunits);
  padding-right: var(--dl-layout-space-fiveunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-sixunits);
  background-color: var(--dl-color-grays-940);
}
 
.home-heading18 {
  width: 100%;
  height: auto;
  display: flex;
  max-width: 1440px;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-header19 {
  font-size: 44px;
  max-width: 600px;
  font-style: normal;
  text-align: center;
  font-weight: 600;
  margin-bottom: var(--dl-layout-space-unit);
}
 
.home-container11 {
  gap: var(--dl-layout-space-halfunit);
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-text36 {
  display: flex;
  flex-wrap: wrap;
  font-size: 22px;
  font-style: normal;
  align-items: flex-start;
  font-weight: 500;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-text37 {
  display: flex;
  flex-wrap: wrap;
  font-size: 22px;
  font-style: normal;
  align-items: flex-start;
  font-weight: 500;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-text38 {
  display: flex;
  flex-wrap: wrap;
  font-size: 22px;
  font-style: normal;
  align-items: flex-start;
  font-weight: 500;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-text39 {
  display: flex;
  flex-wrap: wrap;
  font-size: 22px;
  font-style: normal;
  align-items: flex-start;
  font-weight: 500;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-text40 {
  display: flex;
  flex-wrap: wrap;
  font-size: 22px;
  font-style: normal;
  align-items: flex-start;
  font-weight: 500;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-text41 {
  margin-top: var(--dl-layout-space-threeunits);
  margin-left: var(--dl-layout-space-unit);
  margin-right: var(--dl-layout-space-unit);
  margin-bottom: 0px;
}
 
.home-container12 {
  gap: var(--dl-layout-space-halfunit);
  flex: 0 0 auto;
  width: auto;
  display: flex;
  max-width: 900px;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-text42 {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  font-style: normal;
  align-items: flex-start;
  font-weight: 500;
  line-height: 23px;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-text43 {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  font-style: normal;
  align-items: flex-start;
  font-weight: 500;
  line-height: 23px;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-text44 {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  font-style: normal;
  align-items: flex-start;
  font-weight: 500;
  line-height: 23px;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-book1 {
  align-self: center;
  margin-top: var(--dl-layout-space-twounits);
  padding-left: 52px;
  margin-bottom: 0px;
  padding-right: 52px;
  padding-bottom: var(--dl-layout-space-unit);
  text-decoration: none;
}
 
.home-why-pace {
  gap: var(--dl-layout-space-threeunits);
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-layout-space-fiveunits);
  padding-left: var(--dl-layout-space-fourunits);
  padding-right: var(--dl-layout-space-fourunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-sixunits);
  background-color: var(--dl-color-grays-100);
}
 
.home-heading19 {
  width: 100%;
  height: auto;
  display: flex;
  max-width: 1440px;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-header20 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  font-size: 44px;
  max-width: 600px;
  font-style: normal;
  text-align: center;
  font-weight: 600;
  margin-bottom: var(--dl-layout-space-unit);
}
 
.home-text46 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  line-height: 23px;
}
 
.home-list {
  gap: var(--dl-layout-space-unit);
  flex: 1;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  max-width: 1440px;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
}
 
.home-item1 {
  width: 260px;
  height: auto;
  display: flex;
  max-width: 260px;
  min-height: auto;
  align-items: center;
  flex-direction: column;
  background-color: #F5F5F7;
}
 
.home-image18 {
  width: 100%;
  height: 180px;
  display: flex;
  min-height: 180px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.home-image19 {
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
  object-fit: cover;
  place-items: end center;
}
 
.home-content3 {
  flex: 1;
  width: 100%;
  height: auto;
  display: flex;
  padding: var(--dl-layout-space-twounits);
  max-height: auto;
  min-height: auto;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  background-color: #1a1a1aff;
}
 
.home-details1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}
 
.home-quick-description10 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  width: 239px;
  font-size: 18px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
  margin-left: var(--dl-layout-space-halfunit);
  text-transform: none;
  text-decoration: none;
}
 
.home-quick-description11 {
  fill: #808080ff;
  color: #808080ff;
  width: 239px;
  font-size: 14px;
  font-style: normal;
  margin-top: var(--dl-layout-space-unit);
  font-family: "Poppins";
  font-weight: 400;
  margin-left: var(--dl-layout-space-halfunit);
  text-transform: none;
  text-decoration: none;
}
 
.home-item2 {
  width: 260px;
  height: auto;
  display: flex;
  max-width: 260px;
  min-height: auto;
  align-items: center;
  flex-direction: column;
  background-color: #F5F5F7;
}
 
.home-image20 {
  width: 100%;
  height: 180px;
  display: flex;
  min-height: 180px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.home-image21 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
 
.home-content4 {
  flex: 1;
  width: 100%;
  height: auto;
  display: flex;
  padding: var(--dl-layout-space-twounits);
  max-height: auto;
  min-height: auto;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  background-color: #1a1a1aff;
}
 
.home-details2 {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  justify-content: space-between;
}
 
.home-quick-description12 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  width: 239px;
  font-size: 18px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
  margin-left: var(--dl-layout-space-halfunit);
  text-transform: none;
  text-decoration: none;
}
 
.home-quick-description13 {
  fill: #808080ff;
  color: #808080ff;
  width: 239px;
  font-size: 14px;
  font-style: normal;
  margin-top: var(--dl-layout-space-unit);
  font-family: "Poppins";
  font-weight: 400;
  margin-left: var(--dl-layout-space-halfunit);
  text-transform: none;
  text-decoration: none;
}
 
.home-item3 {
  width: 260px;
  height: auto;
  display: flex;
  max-width: 260px;
  min-height: auto;
  align-items: center;
  flex-direction: column;
  background-color: #F5F5F7;
}
 
.home-image22 {
  width: 100%;
  height: 180px;
  display: flex;
  min-height: 180px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.home-image23 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
 
.home-content5 {
  flex: 1;
  width: 100%;
  height: auto;
  display: flex;
  padding: var(--dl-layout-space-twounits);
  max-height: auto;
  min-height: auto;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  background-color: #1a1a1aff;
}
 
.home-details3 {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  justify-content: space-between;
}
 
.home-quick-description14 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  width: 239px;
  font-size: 18px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
  margin-left: var(--dl-layout-space-halfunit);
  text-transform: none;
  text-decoration: none;
}
 
.home-quick-description15 {
  fill: #808080ff;
  color: #808080ff;
  width: 239px;
  font-size: 14px;
  font-style: normal;
  margin-top: var(--dl-layout-space-unit);
  font-family: "Poppins";
  font-weight: 400;
  margin-left: var(--dl-layout-space-halfunit);
  text-transform: none;
  text-decoration: none;
}
 
.home-item4 {
  width: 260px;
  height: auto;
  display: flex;
  max-width: 260px;
  min-height: auto;
  align-items: center;
  flex-direction: column;
  background-color: #F5F5F7;
}
 
.home-image24 {
  width: 100%;
  height: 180px;
  display: flex;
  min-height: 180px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.home-image25 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
 
.home-content6 {
  flex: 1;
  width: 100%;
  height: auto;
  display: flex;
  padding: var(--dl-layout-space-twounits);
  max-height: auto;
  min-height: auto;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  background-color: #1a1a1aff;
}
 
.home-details4 {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  justify-content: space-between;
}
 
.home-quick-description16 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  width: 239px;
  font-size: 18px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
  margin-left: var(--dl-layout-space-halfunit);
  text-transform: none;
  text-decoration: none;
}
 
.home-quick-description17 {
  fill: #808080ff;
  color: #808080ff;
  width: 239px;
  font-size: 14px;
  font-style: normal;
  margin-top: var(--dl-layout-space-unit);
  font-family: "Poppins";
  font-weight: 400;
  margin-left: var(--dl-layout-space-halfunit);
  text-transform: none;
  text-decoration: none;
}
 
.home-item5 {
  width: 260px;
  height: auto;
  display: flex;
  max-width: 260px;
  min-height: auto;
  align-items: center;
  flex-direction: column;
  background-color: #F5F5F7;
}
 
.home-image26 {
  height: 180px;
  display: flex;
  position: relative;
  align-self: stretch;
  min-height: 180px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.home-image27 {
  width: 100%;
  height: 100%;
  align-self: flex-end;
  object-fit: cover;
}
 
.home-content7 {
  flex: 1;
  width: 100%;
  height: auto;
  display: flex;
  padding: var(--dl-layout-space-twounits);
  max-height: auto;
  min-height: auto;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  background-color: #1a1a1aff;
}
 
.home-details5 {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  justify-content: space-between;
}
 
.home-quick-description18 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  width: 239px;
  font-size: 18px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
  margin-left: var(--dl-layout-space-halfunit);
  text-transform: none;
  text-decoration: none;
}
 
.home-quick-description19 {
  fill: #808080ff;
  color: #808080ff;
  width: 239px;
  font-size: 14px;
  font-style: normal;
  margin-top: var(--dl-layout-space-unit);
  font-family: "Poppins";
  font-weight: 400;
  margin-left: var(--dl-layout-space-halfunit);
  text-transform: none;
  text-decoration: none;
}
 
.home-pace-services {
  gap: var(--dl-layout-space-fiveunits);
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-layout-space-fiveunits);
  padding-left: var(--dl-layout-space-fiveunits);
  padding-right: var(--dl-layout-space-fiveunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-fiveunits);
  background-color: var(--dl-color-primary-primaryblue);
}
 
.home-heading20 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-self: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.home-header21 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  font-size: 36px;
  max-width: 600px;
  font-style: normal;
  text-align: center;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 1.15;
  text-transform: none;
  text-decoration: none;
}
 
.home-header22 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  width: 846px;
  font-size: 16px;
  max-width: auto;
  text-align: left;
  line-height: 23px;
}
 
.home-text51 {
  color: var(--dl-color-grays-900);
  line-height: 27px;
}
 
.home-services-grid {
  gap: var(--dl-layout-space-fiveunits);
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  justify-content: center;
}
 
.home-container13 {
  display: grid;
  place-items: center;
  grid-row-end: 2;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-column-start: 1;
}
 
.home-icon11 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  grid-row-end: 2;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-column-start: 1;
}
 
.home-text54 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  font-size: 21px;
  font-style: normal;
  text-align: center;
  font-weight: 500;
  padding-top: var(--dl-layout-space-halfunit);
}
 
.home-container14 {
  display: grid;
  place-items: center;
  grid-row-end: 2;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-column-start: 2;
}
 
.home-icon13 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  grid-row-end: 2;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-column-start: 1;
}
 
.home-text55 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  font-size: 21px;
  font-style: normal;
  text-align: center;
  font-weight: 500;
  padding-top: var(--dl-layout-space-halfunit);
}
 
.home-container15 {
  display: grid;
  place-items: center;
  grid-row-end: 2;
  grid-row-start: 1;
  grid-column-end: 3;
  grid-column-start: 3;
}
 
.home-icon15 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  grid-row-end: 2;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-column-start: 1;
}
 
.home-text56 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  font-size: 21px;
  font-style: normal;
  text-align: center;
  font-weight: 500;
  padding-top: var(--dl-layout-space-halfunit);
}
 
.home-container16 {
  display: grid;
  place-items: center;
  grid-row-end: 2;
  grid-row-start: 1;
  grid-column-end: 4;
  grid-column-start: 4;
}
 
.home-icon17 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  grid-row-end: 2;
  grid-row-start: 1;
  grid-column-end: 1;
  grid-column-start: 0;
}
 
.home-text57 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  font-size: 21px;
  font-style: normal;
  text-align: center;
  font-weight: 500;
  padding-top: var(--dl-layout-space-halfunit);
}
 
.home-container17 {
  display: grid;
  place-items: center;
  grid-row-end: 2;
  grid-row-start: 1;
  grid-column-end: 5;
  grid-column-start: 5;
}
 
.home-icon21 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  grid-row-end: 2;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-column-start: 1;
}
 
.home-text58 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  font-size: 21px;
  font-style: normal;
  text-align: center;
  font-weight: 500;
  padding-top: var(--dl-layout-space-halfunit);
}
 
.home-container18 {
  display: grid;
  place-items: center;
  grid-row-end: 2;
  grid-row-start: 1;
  grid-column-end: 5;
  grid-column-start: 5;
}
 
.home-text59 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  font-size: 21px;
  font-style: normal;
  text-align: center;
  font-weight: 500;
  padding-top: var(--dl-layout-space-halfunit);
}
 
.home-icon23 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  grid-row-end: 2;
  grid-row-start: 1;
  grid-column-end: 1;
  grid-column-start: 0;
}
 
.home-container19 {
  display: grid;
  place-items: center;
  grid-row-end: 2;
  grid-row-start: 1;
  grid-column-end: 5;
  grid-column-start: 5;
}
 
.home-text60 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  font-size: 21px;
  font-style: normal;
  text-align: center;
  font-weight: 500;
  padding-top: var(--dl-layout-space-halfunit);
}
 
.home-icon25 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  grid-row-end: 2;
  grid-row-start: 1;
  grid-column-end: 1;
  grid-column-start: 0;
}
 
.home-container20 {
  display: grid;
  place-items: center;
  grid-row-end: 2;
  grid-row-start: 1;
  grid-column-end: 5;
  grid-column-start: 5;
}
 
.home-icon28 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  grid-row-end: 2;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-column-start: 1;
}
 
.home-text61 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  font-size: 21px;
  font-style: normal;
  text-align: center;
  font-weight: 500;
  padding-top: var(--dl-layout-space-halfunit);
}
 
.home-container21 {
  display: grid;
  place-items: center;
  grid-row-end: 2;
  grid-row-start: 1;
  grid-column-end: 5;
  grid-column-start: 5;
}
 
.home-icon32 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  grid-row-end: 2;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-column-start: 1;
}
 
.home-text62 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  font-size: 21px;
  font-style: normal;
  text-align: center;
  font-weight: 500;
  padding-top: var(--dl-layout-space-halfunit);
}
 
.home-container22 {
  display: grid;
  place-items: center;
  grid-row-end: 2;
  grid-row-start: 1;
  grid-column-end: 5;
  grid-column-start: 5;
}
 
.home-icon34 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  grid-row-end: 2;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-column-start: 1;
}
 
.home-text63 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  font-size: 21px;
  font-style: normal;
  text-align: center;
  font-weight: 500;
  padding-top: var(--dl-layout-space-halfunit);
}
 
.home-container23 {
  display: grid;
  place-items: center;
  grid-row-end: 2;
  grid-row-start: 1;
  grid-column-end: 5;
  grid-column-start: 5;
}
 
.home-icon36 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  grid-row-end: 2;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-column-start: 1;
}
 
.home-text64 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  font-size: 21px;
  font-style: normal;
  text-align: center;
  font-weight: 500;
  padding-top: var(--dl-layout-space-halfunit);
}
 
.home-container24 {
  display: grid;
  place-items: center;
  grid-row-end: 2;
  grid-row-start: 1;
  grid-column-end: 5;
  grid-column-start: 5;
}
 
.home-icon38 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  grid-row-end: 2;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-column-start: 1;
}
 
.home-text65 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  font-size: 21px;
  font-style: normal;
  text-align: center;
  font-weight: 500;
  padding-top: var(--dl-layout-space-halfunit);
}
 
.home-container25 {
  display: grid;
  place-items: center;
  grid-row-end: 2;
  grid-row-start: 1;
  grid-column-end: 5;
  grid-column-start: 5;
}
 
.home-icon44 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  grid-row-end: 2;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-column-start: 1;
}
 
.home-text66 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  font-size: 21px;
  font-style: normal;
  text-align: center;
  font-weight: 500;
  padding-top: var(--dl-layout-space-halfunit);
}
 
.home-container26 {
  display: grid;
  place-items: center;
  grid-row-end: 2;
  grid-row-start: 1;
  grid-column-end: 5;
  grid-column-start: 5;
}
 
.home-icon47 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  grid-row-end: 2;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-column-start: 1;
}
 
.home-text67 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  font-size: 21px;
  font-style: normal;
  text-align: center;
  font-weight: 500;
  padding-top: var(--dl-layout-space-halfunit);
}
 
.home-container27 {
  display: grid;
  place-items: center;
  grid-row-end: 2;
  grid-row-start: 1;
  grid-column-end: 5;
  grid-column-start: 5;
}
 
.home-icon49 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  grid-row-end: 2;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-column-start: 1;
}
 
.home-text68 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  font-size: 21px;
  font-style: normal;
  text-align: center;
  font-weight: 500;
  padding-top: var(--dl-layout-space-halfunit);
}
 
.home-container28 {
  display: grid;
  place-items: center;
  grid-row-end: 2;
  grid-row-start: 1;
  grid-column-end: 5;
  grid-column-start: 5;
}
 
.home-icon51 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  grid-row-end: 2;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-column-start: 1;
}
 
.home-text69 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  font-size: 21px;
  font-style: normal;
  text-align: center;
  font-weight: 500;
  padding-top: var(--dl-layout-space-halfunit);
}
 
.home-container29 {
  display: grid;
  place-items: center;
  grid-row-end: 2;
  grid-row-start: 1;
  grid-column-end: 5;
  grid-column-start: 5;
}
 
.home-icon55 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  grid-row-end: 2;
  grid-row-start: 1;
  grid-column-end: 1;
  grid-column-start: 0;
}
 
.home-text70 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  font-size: 21px;
  font-style: normal;
  text-align: center;
  font-weight: 500;
  padding-top: var(--dl-layout-space-halfunit);
}
 
.home-container30 {
  display: grid;
  place-items: center;
  grid-row-end: 2;
  grid-row-start: 1;
  grid-column-end: 5;
  grid-column-start: 5;
}
 
.home-icon58 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  grid-row-end: 2;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-column-start: 1;
}
 
.home-text71 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  font-size: 21px;
  font-style: normal;
  text-align: center;
  font-weight: 500;
  padding-top: var(--dl-layout-space-halfunit);
}
 
.home-header23 {
  fill: #b3b3b3ff;
  color: rgb(179, 179, 179);
  width: auto;
  font-size: 14px;
  max-width: 1200px;
  text-align: left;
  line-height: 17px;
}
 
.home-cost-and-application-process {
  gap: 120px;
  width: 100%;
  display: flex;
  max-width: auto;
  align-items: center;
  padding-top: 120px;
  padding-left: var(--dl-layout-space-fiveunits);
  padding-right: var(--dl-layout-space-fiveunits);
  flex-direction: column;
  padding-bottom: 120px;
  background-color: var(--dl-color-grays-940);
}
 
.home-section7 {
  width: 100%;
  display: flex;
  max-width: var(--dl-layout-size-maxwidth);
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.home-content8 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  margin-right: var(--dl-layout-space-twounits);
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-header24 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-heading21 {
  font-size: 42px;
  max-width: 600px;
  font-style: normal;
  font-weight: 600;
}
 
.home-container31 {
  gap: var(--dl-layout-space-halfunit);
  flex: 0 0 auto;
  width: auto;
  display: flex;
  max-width: 900px;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-text72 {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  font-style: normal;
  align-items: flex-start;
  font-weight: 500;
  line-height: 23px;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-text73 {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  font-style: normal;
  align-items: flex-start;
  font-weight: 500;
  line-height: 23px;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-text74 {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  font-style: normal;
  align-items: flex-start;
  font-weight: 500;
  line-height: 23px;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-book2 {
  align-self: flex-start;
  margin-top: var(--dl-layout-space-unit);
  padding-left: 52px;
  margin-bottom: 0px;
  padding-right: 52px;
  padding-bottom: var(--dl-layout-space-unit);
  text-decoration: none;
}
 
.home-image28 {
  width: 350px;
  max-width: 350px;
  object-fit: cover;
}
 
.home-section8 {
  width: 100%;
  display: flex;
  max-width: var(--dl-layout-size-maxwidth);
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.home-image29 {
  width: 400px;
  max-width: 400px;
  object-fit: cover;
}
 
.home-content9 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  margin-left: var(--dl-layout-space-twounits);
  margin-right: 0px;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-header25 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-heading22 {
  font-size: 42px;
  max-width: 600px;
  font-style: normal;
  font-weight: 600;
}
 
.home-container32 {
  gap: var(--dl-layout-space-halfunit);
  flex: 0 0 auto;
  width: auto;
  display: flex;
  max-width: 900px;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-text76 {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  font-style: normal;
  align-items: flex-start;
  font-weight: 500;
  line-height: 23px;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-container33 {
  gap: var(--dl-layout-space-halfunit);
  flex: 0 0 auto;
  width: auto;
  display: flex;
  max-width: 900px;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-ul {
  gap: 12px;
  width: auto;
  display: grid;
  margin-top: var(--dl-layout-space-halfunit);
  margin-left: var(--dl-layout-space-twounits);
  padding-left: 0px;
  margin-bottom: 12px;
  list-style-type: decimal;
}
 
.home-li1 {
  font-size: 16px;
}
 
.home-text77 {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
}
 
.home-li2 {
  font-size: 16px;
}
 
.home-text78 {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
}
 
.home-li3 {
  font-size: 16px;
}
 
.home-text79 {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
}
 
.home-container34 {
  gap: var(--dl-layout-space-halfunit);
  flex: 0 0 auto;
  width: auto;
  display: flex;
  max-width: 900px;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-text80 {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  font-style: normal;
  align-items: flex-start;
  font-weight: 500;
  line-height: 23px;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-text81 {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  font-style: normal;
  align-items: flex-start;
  font-weight: 500;
  line-height: 23px;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-text82 {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  font-style: normal;
  align-items: flex-start;
  font-weight: 500;
  line-height: 23px;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-fragment23 {
  display: contents;
}
 
.home-text83 {
  display: inline-block;
}
 
.home-fragment24 {
  display: contents;
}
 
.home-text84 {
  display: inline-block;
}
 
.home-fragment25 {
  display: contents;
}
 
.home-text85 {
  display: inline-block;
}
 
.home-fragment26 {
  display: contents;
}
 
.home-text86 {
  display: inline-block;
}
 
.home-fragment27 {
  display: contents;
}
 
.home-text87 {
  display: inline-block;
}
 
.home-fragment28 {
  display: contents;
}
 
.home-link {
  fill: var(--dl-color-grays-900);
  color: var(--dl-color-grays-900);
  cursor: pointer;
  display: inline-block;
  transition: 0.3s;
}
 
.home-link:hover {
  opacity: 0.5;
}
 
.home-fragment29 {
  display: contents;
}
 
.home-text95 {
  display: inline-block;
}
 
.home-fragment30 {
  display: contents;
}
 
.home-text96 {
  display: inline-block;
}
 
.home-fragment31 {
  display: contents;
}
 
.home-text97 {
  display: inline-block;
}
 
.home-fragment32 {
  display: contents;
}
 
.home-text98 {
  display: inline-block;
}
 
.home-fragment33 {
  display: contents;
}
 
.home-text99 {
  display: inline-block;
}
 
.home-fragment34 {
  display: contents;
}
 
.home-text100 {
  display: inline-block;
}
 
.home-fragment35 {
  display: contents;
}
 
.home-text101 {
  display: inline-block;
}
 
.home-fragment36 {
  display: contents;
}
 
.home-text102 {
  display: inline-block;
}
 
.home-fragment37 {
  display: contents;
}
 
.home-text103 {
  display: inline-block;
}
 
.home-fragment38 {
  display: contents;
}
 
.home-text104 {
  display: inline-block;
}
 
.home-fragment39 {
  display: contents;
}
 
.home-text105 {
  display: inline-block;
}
 
.home-fragment40 {
  display: contents;
}
 
.home-text106 {
  display: inline-block;
}
 
.home-container36 {
  display: contents;
}
 
@media(max-width: 991px) {
  .home-hero {
    flex: 1;
    height: 0px;
  }
  .home-main {
    flex-direction: column;
  }
  .home-content1 {
    gap: var(--dl-layout-space-twounits);
    height: 455px;
    display: grid;
    align-self: center;
    margin-top: 0px;
    padding-top: 0px;
    place-items: center;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .home-heading17 {
    align-items: center;
    justify-content: center;
  }
  .home-header18 {
    width: 358px;
    font-size: 280%;
    max-width: 75%;
    font-style: normal;
    margin-top: var(--dl-layout-space-twounits);
    font-family: Fira Sans;
    font-weight: 600;
    line-height: 44px;
  }
  .home-text27 {
    line-height: 48px;
  }
  .home-text28 {
    line-height: 56px;
  }
  .home-text29 {
    line-height: 56px;
  }
  .home-caption7 {
    width: 734px;
    max-width: 75%;
    margin-right: 0px;
  }
  .home-image16 {
    height: 550px;
    align-items: flex-end;
    padding-top: var(--dl-layout-space-unit);
    padding-left: 0px;
    padding-right: 0px;
    justify-content: flex-end;
  }
  .home-background {
    left: 0px;
    width: 100%;
    bottom: -700px;
    height: 37%;
    position: absolute;
    justify-content: flex-end;
  }
  .home-features {
    flex-wrap: wrap;
    align-items: center;
    padding-top: var(--dl-layout-space-fourunits);
    place-items: center;
    flex-direction: row;
    padding-bottom: var(--dl-layout-space-fourunits);
    justify-content: center;
  }
  .home-content2 {
    gap: var(--dl-layout-space-threeunits);
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    justify-content: center;
  }
  .home-eligibility {
    gap: var(--dl-layout-space-threeunits);
  }
  .home-container11 {
    gap: var(--dl-layout-space-unit);
  }
  .home-container12 {
    gap: var(--dl-layout-space-unit);
  }
  .home-list {
    gap: var(--dl-layout-space-twounits);
    flex-wrap: wrap;
    flex-direction: row;
  }
  .home-item1 {
    height: auto;
  }
  .home-image18 {
    height: 280px;
  }
  .home-content3 {
    gap: var(--dl-layout-space-twounits);
    padding: var(--dl-layout-space-twounits);
    justify-content: flex-start;
  }
  .home-quick-description10 {
    font-style: normal;
    font-weight: 500;
  }
  .home-item2 {
    height: auto;
  }
  .home-image20 {
    height: 280px;
  }
  .home-content4 {
    gap: var(--dl-layout-space-twounits);
    padding: var(--dl-layout-space-twounits);
    justify-content: flex-start;
  }
  .home-item3 {
    height: auto;
  }
  .home-image22 {
    height: 280px;
  }
  .home-content5 {
    gap: var(--dl-layout-space-twounits);
    padding: var(--dl-layout-space-twounits);
    justify-content: flex-start;
  }
  .home-item4 {
    height: auto;
  }
  .home-image24 {
    height: 280px;
  }
  .home-content6 {
    gap: var(--dl-layout-space-twounits);
    padding: var(--dl-layout-space-twounits);
    justify-content: flex-start;
  }
  .home-item5 {
    height: auto;
  }
  .home-image26 {
    height: 280px;
  }
  .home-content7 {
    gap: var(--dl-layout-space-twounits);
    padding: var(--dl-layout-space-twounits);
    justify-content: flex-start;
  }
  .home-pace-services {
    gap: var(--dl-layout-space-threeunits);
  }
  .home-header22 {
    width: 608px;
    font-size: 16px;
    line-height: 23px;
  }
  .home-cost-and-application-process {
    gap: var(--dl-layout-space-threeunits);
  }
  .home-section7 {
    gap: var(--dl-layout-space-twounits);
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
  }
  .home-container31 {
    gap: var(--dl-layout-space-unit);
  }
  .home-image28 {
    width: 100%;
  }
  .home-section8 {
    gap: var(--dl-layout-space-twounits);
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
  }
  .home-image29 {
    width: 100%;
  }
  .home-container32 {
    gap: var(--dl-layout-space-unit);
  }
  .home-container33 {
    gap: var(--dl-layout-space-unit);
  }
  .home-container34 {
    gap: var(--dl-layout-space-unit);
  }
}
 
@media(max-width: 767px) {
  .home-main {
    gap: var(--dl-layout-space-threeunits);
    align-items: flex-end;
    padding-left: var(--dl-layout-space-oneandhalfunits);
    justify-content: center;
  }
  .home-heading17 {
    width: 628px;
  }
  .home-header18 {
    width: 347px;
    font-size: 260%;
    max-width: 100%;
    font-family: Fira Sans;
    line-height: 46px;
  }
  .home-text27 {
    line-height: 46px;
  }
  .home-text28 {
    line-height: 46px;
  }
  .home-text29 {
    line-height: 46px;
  }
  .home-caption7 {
    width: 396px;
    font-size: 18px;
    max-width: 100%;
    line-height: 27px;
    margin-left: 0px;
    margin-right: 0px;
    padding-right: 0px;
  }
  .home-image16 {
    padding-top: var(--dl-layout-space-twounits);
  }
  .home-background {
    bottom: -800px;
  }
  .home-features {
    flex-wrap: wrap;
    place-items: center;
  }
  .home-content2 {
    gap: var(--dl-layout-space-threeunits);
    flex-wrap: wrap;
    align-items: center;
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
    justify-content: center;
  }
  .home-eligibility {
    padding-top: var(--dl-layout-space-fourunits);
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
    padding-bottom: var(--dl-layout-space-fourunits);
  }
  .home-header19 {
    font-size: 30px;
    line-height: 36px;
  }
  .home-container11 {
    gap: var(--dl-layout-space-unit);
  }
  .home-text36 {
    gap: var(--dl-layout-space-unit);
    font-size: 18px;
  }
  .home-text37 {
    gap: var(--dl-layout-space-unit);
    font-size: 18px;
  }
  .home-text38 {
    gap: var(--dl-layout-space-unit);
    font-size: 18px;
  }
  .home-text39 {
    gap: var(--dl-layout-space-unit);
    font-size: 18px;
  }
  .home-text40 {
    gap: var(--dl-layout-space-unit);
    font-size: 18px;
  }
  .home-container12 {
    gap: var(--dl-layout-space-unit);
  }
  .home-text42 {
    gap: var(--dl-layout-space-unit);
  }
  .home-text43 {
    gap: var(--dl-layout-space-unit);
  }
  .home-text44 {
    gap: var(--dl-layout-space-unit);
  }
  .home-book1 {
    width: 100%;
    display: flex;
  }
  .home-why-pace {
    padding-top: var(--dl-layout-space-fourunits);
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
    padding-bottom: var(--dl-layout-space-fourunits);
  }
  .home-header20 {
    font-size: 30px;
    line-height: 36px;
  }
  .home-pace-services {
    padding-top: var(--dl-layout-space-fourunits);
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
    padding-bottom: var(--dl-layout-space-fourunits);
  }
  .home-header21 {
    font-size: 30px;
    line-height: 36px;
  }
  .home-header22 {
    width: 438px;
    max-width: auto;
    margin-right: 0px;
    padding-left: 0px;
  }
  .home-text50 {
    font-size: 14px;
    max-width: 60%;
    line-height: 21px;
  }
  .home-text52 {
    font-size: 14px;
    max-width: 60%;
    line-height: 21px;
  }
  .home-text53 {
    font-size: 14px;
    max-width: 60%;
    line-height: 21px;
  }
  .home-header23 {
    width: 425px;
    font-size: 14px;
    max-width: auto;
    line-height: 21px;
  }
  .home-cost-and-application-process {
    padding-top: var(--dl-layout-space-fourunits);
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
    padding-bottom: var(--dl-layout-space-fourunits);
  }
  .home-content8 {
    gap: var(--dl-layout-space-unit);
  }
  .home-heading21 {
    font-size: 30px;
    line-height: 36px;
  }
  .home-container31 {
    gap: var(--dl-layout-space-unit);
  }
  .home-text72 {
    gap: var(--dl-layout-space-unit);
    font-size: 18px;
  }
  .home-text73 {
    gap: var(--dl-layout-space-unit);
    font-size: 18px;
  }
  .home-text74 {
    gap: var(--dl-layout-space-unit);
    font-size: 18px;
  }
  .home-book2 {
    width: 100%;
    display: flex;
  }
  .home-content9 {
    gap: var(--dl-layout-space-unit);
  }
  .home-heading22 {
    font-size: 30px;
    line-height: 36px;
  }
  .home-container32 {
    gap: var(--dl-layout-space-unit);
  }
  .home-text76 {
    gap: var(--dl-layout-space-unit);
    font-size: 18px;
  }
  .home-container33 {
    gap: var(--dl-layout-space-unit);
  }
  .home-container34 {
    gap: var(--dl-layout-space-unit);
  }
  .home-text80 {
    gap: var(--dl-layout-space-unit);
    font-size: 18px;
  }
  .home-text81 {
    gap: var(--dl-layout-space-unit);
    font-size: 18px;
  }
  .home-text82 {
    gap: var(--dl-layout-space-unit);
    font-size: 18px;
  }
}
 
@media(max-width: 479px) {
  .home-main {
    padding-left: var(--dl-layout-space-halfunit);
    padding-right: var(--dl-layout-space-halfunit);
  }
  .home-content1 {
    width: 320px;
    padding-left: var(--dl-layout-space-halfunit);
    padding-right: var(--dl-layout-space-halfunit);
  }
  .home-heading17 {
    width: 294px;
  }
  .home-header18 {
    width: 332px;
    height: 96px;
    font-size: 224%;
    max-width: 100%;
    min-width: auto;
    font-style: normal;
    font-family: Fira Sans;
    font-weight: 600;
    line-height: 36px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .home-caption7 {
    font-size: 16px;
    max-width: 100%;
    line-height: 23px;
  }
  .home-image16 {
    padding-top: 72px;
  }
  .home-image17 {
    max-height: 500px;
  }
  .home-background {
    bottom: -800px;
    height: 35%;
  }
  .home-features {
    flex-wrap: wrap;
    place-items: center;
  }
  .home-content2 {
    gap: var(--dl-layout-space-threeunits);
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .home-container11 {
    gap: var(--dl-layout-space-unit);
  }
  .home-text36 {
    font-size: 18px;
  }
  .home-text37 {
    font-size: 18px;
  }
  .home-text38 {
    font-size: 18px;
  }
  .home-text39 {
    font-size: 18px;
  }
  .home-text40 {
    font-size: 18px;
  }
  .home-container12 {
    gap: var(--dl-layout-space-unit);
  }
  .home-text42 {
    font-size: 18px;
  }
  .home-text43 {
    font-size: 18px;
  }
  .home-text44 {
    font-size: 18px;
  }
  .home-header22 {
    width: 271px;
  }
  .home-services-grid {
    gap: var(--dl-layout-space-fiveunits);
    flex-wrap: wrap;
    justify-content: center;
  }
  .home-header23 {
    width: 280px;
  }
  .home-container31 {
    gap: var(--dl-layout-space-unit);
  }
  .home-text72 {
    font-size: 18px;
  }
  .home-text73 {
    font-size: 18px;
  }
  .home-text74 {
    font-size: 18px;
  }
  .home-container32 {
    gap: var(--dl-layout-space-unit);
  }
  .home-text76 {
    font-size: 18px;
  }
  .home-container33 {
    gap: var(--dl-layout-space-unit);
  }
  .home-container34 {
    gap: var(--dl-layout-space-unit);
  }
  .home-text80 {
    font-size: 18px;
  }
  .home-text81 {
    font-size: 18px;
  }
  .home-text82 {
    font-size: 18px;
  }
  .home-link {
    font-size: 14px;
  }
}
</pre></body></html>