.card-card {
  flex: 0 0 auto;
  width: 32%;
  display: flex;
  padding: 20px;
  max-width: 450px;
  min-height: 480px;
  align-items: center;
  border-radius: 36px;
  flex-direction: column;
  background-size: cover;
  justify-content: flex-end;
  background-image: url("https://images.unsplash.com/photo-1642232176634-b7587d85eb69?ixid=M3w5MTMyMXwwfDF8c2VhcmNofDE0fHxyZXN0b3xlbnwwfHx8fDE2OTk4NzUwNDl8MA&ixlib=rb-4.0.3&w=1500");
}
.card-info {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-twounits);
  border-radius: 20px;
  padding-right: var(--dl-space-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-unit);
  background-color: var(--dl-color-scheme-white);
}
.card-text {
  font-size: 20px;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: var(--dl-space-space-halfunit);
}
.card-text1 {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}
.card-root-class-name {
  background-image: url("https://images.unsplash.com/photo-1642232176634-b7587d85eb69?ixid=M3w5MTMyMXwwfDF8c2VhcmNofDE0fHxyZXN0b3xlbnwwfHx8fDE2OTk4NzUwNDl8MA&ixlib=rb-4.0.3&w=1200");
}
.card-root-class-name1 {
  background-size: cover;
  background-image: url("https://images.unsplash.com/photo-1642232173360-53ee45506850?ixid=M3w5MTMyMXwwfDF8c2VhcmNofDExfHxyZXN0b3xlbnwwfHx8fDE2OTk4NzUwNDl8MA&ixlib=rb-4.0.3&w=1200");
}
.card-root-class-name2 {
  background-size: cover;
  background-image: url("https://images.unsplash.com/photo-1559941003-4f656f95b734?ixid=M3w5MTMyMXwwfDF8c2VhcmNofDN8fHJlc3RvfGVufDB8fHx8MTY5OTg3NTA0OXww&ixlib=rb-4.0.3&w=1200");
}
@media(max-width: 767px) {
  .card-card {
    width: 100%;
  }
}

.home-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
.home-navbar {
  width: 100%;
  height: 50px;
  border-color: var(--dl-color-scheme-green100);
  border-width: 0px;
  background-color: var(--dl-color-scheme-green100);
}
.home-max-width {
  width: 1183px;
  height: 228px;
}
.home-logo {
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.home-image {
  width: 200px;
  height: 80px;
  align-self: center;
  margin-top: 20px;
  object-fit: cover;
  border-color: var(--dl-color-scheme-green100);
  border-width: 1px;
  margin-right: 14px;
}
.home-links {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.home-link {
  text-decoration: none;
}
.home-link1 {
  text-decoration: none;
  background-color: rgb(40, 98, 128);
}
.home-burger-menu {
  fill: #105749;
  width: 24px;
  height: 24px;
}
.home-hero {
  height: 375px;
  border-color: var(--dl-color-scheme-green100);
  border-width: 0px;
  padding-bottom: var(--dl-space-space-threeunits);
  background-color: transparent;
  background-image: linear-gradient(0deg, rgb(60, 139, 182) 3.00%,rgb(60, 139, 182) 100.00%);
}
.home-max-width1 {
  align-items: center;
  padding-left: var(--dl-space-space-halfunit);
}
.home-content {
  flex: 0 0 auto;
  width: 1100px;
  height: 374px;
  display: flex;
  align-items: flex-start;
  margin-right: var(--dl-space-space-twounits);
  margin-bottom: var(--dl-space-space-threeunits);
  flex-direction: column;
}
.home-subtitle {
  color: var(--dl-color-scheme-orange100);
  margin-bottom: var(--dl-space-space-unit);
}
.home-title {
  color: var(--dl-color-scheme-white);
  font-size: 52px;
  font-style: normal;
  font-family: "Urbanist";
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: var(--dl-space-space-twounits);
}
.home-text02 {
  color: var(--dl-color-scheme-orange100);
}
.home-description {
  color: var(--dl-color-scheme-white);
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: var(--dl-space-space-threeunits);
}
.home-container1 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-direction: row;
}
.home-link2 {
  color: var(--dl-color-scheme-orange100);
  border-color: var(--dl-color-scheme-orange100);
  margin-right: 20px;
  text-transform: capitalize;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0);
}
.home-link3 {
  text-decoration: none;
}
.home-section {
  height: 633px;
  padding-top: 73px;
  padding-bottom: 82px;
  background-image: linear-gradient(0deg, rgb(255, 246, 229) 1.00%,rgb(60, 139, 182) 100.00%);
}
.home-max-width2 {
  align-items: stretch;
}
.home-hero-image {
  width: 344px;
  height: 490px;
  margin: 0px;
  box-shadow: 5px 5px 10px 0px #000000;
  object-fit: cover;
  border-color: var(--dl-color-scheme-green100);
  border-width: 0px;
  border-radius: var(--dl-radius-radius-radius16);
}
.home-content1 {
  width: 50%;
  display: flex;
  margin-left: var(--dl-space-space-twounits);
  flex-direction: column;
  justify-content: center;
}
.home-text04 {
  color: var(--dl-color-scheme-white);
  margin-bottom: var(--dl-space-space-unit);
}
.home-text05 {
  font-size: 42px;
  font-style: normal;
  font-family: "Urbanist";
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: var(--dl-space-space-twounits);
}
.home-text06 {
  color: var(--dl-color-scheme-orange100);
}
.home-text07 {
  color: var(--dl-color-scheme-orange100);
}
.home-text09 {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: var(--dl-space-space-threeunits);
}
.home-container2 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-direction: row;
}
.home-link4 {
  text-decoration: none;
}
.home-section1 {
  background-image: linear-gradient(0deg, rgb(60, 139, 182) 0.00%,rgb(255, 246, 229) 99.00%);
}
.home-max-width3 {
  align-items: stretch;
}
.home-content2 {
  width: 50%;
  display: flex;
  margin-right: var(--dl-space-space-twounits);
  flex-direction: column;
  justify-content: center;
}
.home-text10 {
  color: var(--dl-color-scheme-green80);
  margin-bottom: var(--dl-space-space-unit);
}
.home-text11 {
  font-size: 42px;
  font-style: normal;
  font-family: "Urbanist";
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: var(--dl-space-space-twounits);
}
.home-text12 {
  color: var(--dl-color-scheme-orange100);
}
.home-text14 {
  color: rgb(255, 255, 255);
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: var(--dl-space-space-threeunits);
}
.home-hero-image1 {
  box-shadow: 5px 5px 10px 0px #151515;
  object-fit: contain;
  margin-right: -250px;
  border-radius: 5px;
}
.home-section2 {
  align-items: center;
  border-color: var(--dl-color-scheme-green100);
  border-width: 0px;
  justify-content: center;
  background-color: var(--dl-color-scheme-green100);
}
.home-max-width4 {
  width: 1200px;
  align-items: stretch;
  padding-right: 4px;
}
.home-image2 {
  width: 50%;
}
.home-hero-image2 {
  width: 100%;
  height: 565px;
  object-fit: cover;
  border-radius: 48px;
}
.home-text15 {
  color: var(--dl-color-scheme-white);
  margin-bottom: var(--dl-space-space-unit);
}
.home-content3 {
  width: 40%;
  display: flex;
  margin-top: var(--dl-space-space-twounits);
  margin-bottom: var(--dl-space-space-twounits);
  flex-direction: column;
  justify-content: center;
}
.home-text18 {
  color: var(--dl-color-scheme-white);
  font-size: 42px;
  font-style: normal;
  font-family: "Urbanist";
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: var(--dl-space-space-twounits);
}
.home-text20 {
  color: var(--dl-color-scheme-orange100);
}
.home-step {
  display: flex;
  margin-bottom: var(--dl-space-space-twounits);
  flex-direction: row;
}
.home-number {
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  margin-right: var(--dl-space-space-twounits);
  border-radius: var(--dl-radius-radius-radius16);
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-scheme-orange100);
}
.home-text22 {
  font-size: 28px;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 700;
  line-height: 1.5;
}
.home-container3 {
  flex: 1;
  display: flex;
  align-self: center;
  align-items: flex-start;
  flex-direction: column;
}
.home-title1 {
  color: var(--dl-color-scheme-white);
  font-size: 21px;
  font-style: normal;
  font-family: "Urbanist";
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: var(--dl-space-space-halfunit);
}
.home-step1 {
  display: flex;
  margin-bottom: var(--dl-space-space-twounits);
  flex-direction: row;
}
.home-number1 {
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  margin-right: var(--dl-space-space-twounits);
  border-radius: var(--dl-radius-radius-radius16);
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-scheme-orange100);
}
.home-text23 {
  font-size: 28px;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 700;
  line-height: 1.5;
}
.home-container4 {
  flex: 1;
  display: flex;
  align-self: center;
  align-items: flex-start;
  flex-direction: column;
}
.home-title2 {
  color: var(--dl-color-scheme-white);
  font-size: 21px;
  align-self: flex-start;
  font-style: normal;
  font-family: "Urbanist";
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: var(--dl-space-space-halfunit);
}
.home-step2 {
  display: flex;
  flex-direction: row;
}
.home-number2 {
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  margin-right: var(--dl-space-space-twounits);
  border-radius: var(--dl-radius-radius-radius16);
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-scheme-orange100);
}
.home-text24 {
  font-size: 28px;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 700;
  line-height: 1.5;
}
.home-container5 {
  flex: 1;
  display: flex;
  align-self: center;
  align-items: flex-start;
  flex-direction: column;
}
.home-title3 {
  color: var(--dl-color-scheme-white);
  font-size: 24px;
  font-style: normal;
  font-family: "Urbanist";
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: var(--dl-space-space-halfunit);
}
.home-section3 {
  border-color: var(--dl-color-scheme-green100);
  border-width: 0px;
  background-image: linear-gradient(0deg, rgb(255, 254, 243) 2.00%,rgb(60, 139, 182) 100.00%);
}
.home-max-width5 {
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-text27 {
  color: var(--dl-color-scheme-orange100);
  font-size: 42px;
  font-style: normal;
  text-align: center;
  font-family: "Urbanist";
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: var(--dl-space-space-threeunits);
}
.home-cards-container {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
.home-footer {
  width: 100%;
  height: 257px;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  flex-direction: column;
  padding-bottom: 76px;
  justify-content: space-between;
}
.home-container6 {
  height: 140px;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.home-image3 {
  width: 302px;
  height: 131px;
  margin-bottom: var(--dl-space-space-twounits);
}
.home-separator {
  flex: 0 0 auto;
  width: 100%;
  height: 0px;
  display: flex;
  margin-top: var(--dl-space-space-twounits);
  align-items: flex-start;
  margin-left: 0px;
  border-color: #D9D9D9;
  border-style: solid;
  border-width: 1px;
  margin-right: 0px;
  margin-bottom: var(--dl-space-space-twounits);
  flex-direction: row;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}
.home-container7 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
@media(max-width: 991px) {
  .home-max-width1 {
    height: 527px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .home-content {
    width: 963px;
    margin-right: var(--dl-space-space-unit);
  }
  .home-section {
    height: 479px;
  }
  .home-max-width2 {
    flex-direction: column;
  }
  .home-image1 {
    padding-bottom: var(--dl-space-space-threeunits);
  }
  .home-hero-image {
    width: 890px;
    height: 506px;
    display: none;
    margin-left: 0px;
    margin-bottom: 0px;
  }
  .home-content1 {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .home-max-width3 {
    flex-direction: column;
  }
  .home-content2 {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-threeunits);
  }
  .home-hero-image1 {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 0px;
  }
  .home-max-width4 {
    width: 991px;
    flex-direction: column;
  }
  .home-image2 {
    width: 100%;
    padding-bottom: var(--dl-space-space-threeunits);
  }
  .home-hero-image2 {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 0px;
  }
  .home-content3 {
    width: 912px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .home-max-width5 {
    flex-direction: column;
  }
}
@media(max-width: 767px) {
  .home-max-width {
    height: 75px;
  }
  .home-image {
    width: 150px;
    height: 60px;
  }
  .home-links {
    display: none;
  }
  .home-icon {
    fill: var(--dl-color-scheme-green100);
  }
  .home-max-width1 {
    height: 534px;
    flex-direction: column-reverse;
  }
  .home-content {
    width: 100%;
    height: 341px;
    margin-right: 0px;
    padding-bottom: 0px;
  }
  .home-container1 {
    height: 3px;
  }
  .home-section {
    height: 469px;
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .home-hero-image {
    height: 154px;
    display: none;
  }
  .home-content1 {
    width: 100%;
    margin-right: 0px;
  }
  .home-content2 {
    width: 100%;
    margin-right: 0px;
  }
  .home-max-width4 {
    width: 767px;
  }
  .home-hero-image2 {
    display: none;
  }
  .home-content3 {
    width: 631px;
    margin-right: 0px;
  }
  .home-cards-container {
    gap: var(--dl-space-space-oneandhalfunits);
    flex-wrap: wrap;
    justify-content: center;
  }
  .home-footer {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home-image3 {
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
  .home-separator {
    margin-top: var(--dl-space-space-oneandhalfunits);
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
  .home-container7 {
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
  }
  .home-text28 {
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
}
@media(max-width: 479px) {
  .home-max-width {
    width: 100%;
    height: 48px;
    padding-left: 5px;
    padding-right: 12px;
  }
  .home-image {
    width: 151px;
    height: 57px;
  }
  .home-hero {
    height: 636px;
  }
  .home-max-width1 {
    height: 336px;
    padding-bottom: 0px;
  }
  .home-content {
    height: 202px;
    margin-bottom: 109px;
  }
  .home-link2 {
    align-self: flex-start;
    text-align: center;
  }
  .home-link3 {
    align-self: flex-start;
    text-align: center;
  }
  .home-section {
    height: 348px;
    padding-top: 4px;
  }
  .home-max-width2 {
    width: 479px;
    height: 345px;
    position: relative;
    padding-top: 0px;
    margin-right: 0px;
    padding-bottom: 45px;
  }
  .home-hero-image {
    width: 343px;
    height: auto;
    z-index: 100;
    border-color: var(--dl-color-scheme-green100);
    border-width: 0px;
  }
  .home-content1 {
    left: 0px;
    right: 0px;
    width: 369px;
    bottom: 5px;
    margin: auto;
    position: absolute;
    align-items: flex-start;
  }
  .home-text05 {
    height: 26px;
    display: none;
  }
  .home-text09 {
    align-self: flex-start;
  }
  .home-section1 {
    height: 781px;
    padding-top: var(--dl-space-space-halfunit);
  }
  .home-max-width3 {
    height: 797px;
  }
  .home-hero-image1 {
    width: 444px;
    height: 237px;
  }
  .home-max-width4 {
    width: 479px;
    padding-left: 5px;
  }
  .home-hero-image2 {
    display: none;
  }
  .home-content3 {
    width: 100%;
  }
  .home-text18 {
    color: var(--dl-color-scheme-white);
    width: 383px;
    height: 111px;
    font-size: 35px;
    align-self: center;
    font-style: normal;
    font-family: Urbanist;
    font-weight: 700;
    line-height: 1.35;
  }
  .home-text20 {
    color: var(--dl-color-scheme-orange100);
  }
  .home-step {
    width: 388px;
    align-self: center;
  }
  .home-container3 {
    width: 350px;
  }
  .home-title1 {
    font-size: 19px;
  }
  .home-step1 {
    width: 378px;
    align-self: center;
  }
  .home-title2 {
    font-size: 19px;
  }
  .home-step2 {
    width: 370px;
    align-self: center;
    justify-content: center;
  }
  .home-title3 {
    font-size: 19px;
  }
  .home-footer {
    padding: var(--dl-space-space-unit);
  }
  .home-separator {
    margin-top: var(--dl-space-space-oneandhalfunits);
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
  .home-container7 {
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
  }
  .home-text28 {
    text-align: center;
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
}
