.navbar2-wrapper {
  display: contents;
}
 
.navbar2-container {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.navbar2-navbar-interactive {
  width: 100%;
  height: 109px;
  display: flex;
  align-items: center;
  padding-top: var(--dl-layout-space-twounits);
  padding-left: var(--dl-layout-space-threeunits);
  padding-right: var(--dl-layout-space-threeunits);
  padding-bottom: var(--dl-layout-space-twounits);
  justify-content: space-between;
  background-color: #ffffff;
}
 
.navbar2-image1 {
  width: 90px;
  height: 90px;
  object-fit: cover;
}
 
.navbar2-navlink {
  color: #000604;
  font-family: "Urbanist";
  font-weight: 700;
  letter-spacing: 1.5px;
  text-decoration: none;
}
 
.navbar2-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
 
.navbar2-links1 {
  gap: var(--dl-layout-space-twounits);
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
 
.navbar2-link11 {
  font-family: "Urbanist";
  text-decoration: none;
}
 
.navbar2-link21 {
  font-family: "Urbanist";
  text-decoration: none;
}
 
.navbar2-link31 {
  font-family: "Urbanist";
  text-decoration: none;
}
 
.navbar2-burger-menu {
  display: none;
}
 
.navbar2-icon10 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.navbar2-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: var(--dl-layout-space-twounits);
  z-index: 100;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.navbar2-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.navbar2-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-threeunits);
  justify-content: space-between;
}
 
.navbar2-image2 {
  width: 200px;
  object-fit: cover;
}
 
.navbar2-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.navbar2-icon12 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.navbar2-links2 {
  gap: var(--dl-layout-space-unit);
  flex: 0 0 auto;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
 
.navbar2-link12 {
  text-decoration: none;
}
 
.navbar2-link22 {
  text-decoration: none;
}
 
.navbar2-link32 {
  text-decoration: none;
}
 
.navbar2-icon-group {
  gap: var(--dl-layout-space-twounits);
  display: flex;
}
 
.home-fragment2 {
  display: contents;
}
 
.home-text11 {
  display: inline-block;
}
 
.home-fragment1 {
  display: contents;
}
 
.home-text10 {
  display: inline-block;
}
 
.home-fragment4 {
  display: contents;
}
 
.home-text13 {
  display: inline-block;
}
 
.home-fragment3 {
  display: contents;
}
 
.home-text12 {
  display: inline-block;
}
 

 

 

 

 
@media(max-width: 1200px) {
  .navbar2-navbar-interactive {
    background-color: #ffffff;
  }
  .navbar2-image1 {
    width: 82px;
    height: 66px;
  }
  .navbar2-image2 {
    width: 91px;
    height: 90px;
  }
  .navbar2root-class-name {
    background-color: #ffffff;
  }
}
 
@media(max-width: 991px) {
  .navbar2-navlink {
    color: #00100c;
  }
  .navbar2-link21 {
    font-family: Urbanist;
  }
  .navbar2-link31 {
    font-family: Urbanist;
  }
  .home-text11 {
    font-family: Urbanist;
  }
}
 
@media(max-width: 767px) {
  .navbar2-navbar-interactive {
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
  }
  .navbar2-desktop-menu {
    display: none;
  }
  .navbar2-burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navbar2-image2 {
    width: 89px;
    height: 82px;
  }
}
 
@media(max-width: 479px) {
  .navbar2-navbar-interactive {
    padding: var(--dl-layout-space-unit);
    padding-right: 16px;
  }
  .navbar2-mobile-menu {
    padding: var(--dl-layout-space-unit);
  }
  .navbar2-image2 {
    width: 57px;
    height: 45px;
  }
}

.footer-wrapper {
  display: contents;
}
 
.footer-footer {
  width: 100%;
  display: flex;
  position: relative;
  max-width: var(--dl-layout-size-maxwidth);
  align-self: center;
  align-items: center;
  padding-top: var(--dl-layout-space-twounits);
  padding-left: var(--dl-layout-space-threeunits);
  padding-right: var(--dl-layout-space-threeunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-twounits);
  justify-content: center;
  background-color: rgba(255, 199, 139, 0.14);
}
 
.footer-links-container {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.footer-container1 {
  width: 100%;
  display: flex;
  align-self: center;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
}
 
.footer-container2 {
  width: 172px;
  align-self: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
}
 
.footer-container3 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-self: center;
  align-items: center;
}
 
.footer-navlink1 {
  color: #47a7cc;
  align-self: flex-start;
  text-decoration: none;
}
 
.footer-navlink2 {
  fill: #47A7CC;
  color: #47A7CC;
  align-self: flex-start;
  text-align: center;
  padding-left: var(--dl-layout-space-threeunits);
  text-decoration: none;
}
 
.footer-navlink3 {
  fill: #47A7CC;
  color: #47A7CC;
  align-self: flex-start;
  padding-left: var(--dl-layout-space-threeunits);
  text-decoration: none;
}
 
.footer-text1 {
  color: rgb(0, 0, 0);
  align-self: center;
  font-weight: 700;
  margin-bottom: var(--dl-layout-space-oneandhalfunits);
}
 
.footer-container4 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
 
.footer-image1 {
  width: 200px;
  object-fit: cover;
}
 
.footer-image2 {
  width: 200px;
  object-fit: cover;
}
 
.home-fragment6 {
  display: contents;
}
 
.home-text60 {
  display: inline-block;
}
 
.home-fragment8 {
  display: contents;
}
 
.home-text62 {
  display: inline-block;
}
 
.home-fragment7 {
  display: contents;
}
 
.home-text61 {
  display: inline-block;
}
 
.home-fragment5 {
  display: contents;
}
 
.home-text59 {
  display: inline-block;
}
 
.footerroot-class-name {
  max-width: 100%;
}
 
.footerroot-class-name1 {
  max-width: 100%;
}
 
.footerroot-class-name2 {
  max-width: 100%;
}
 
.footerroot-class-name3 {
  max-width: 100%;
}
 
@media(max-width: 1200px) {
  .footer-container1 {
    justify-content: center;
  }
  .footer-container3 {
    align-items: center;
    justify-content: center;
  }
}
 
@media(max-width: 991px) {
  .footer-footer {
    flex-direction: column;
  }
  .footer-links-container {
    width: auto;
    margin-top: var(--dl-layout-space-twounits);
    flex-direction: row;
  }
  .footer-container1 {
    flex-wrap: wrap;
    margin-right: 0px;
  }
  .footer-navlink1 {
    align-self: center;
  }
  .footer-navlink3 {
    align-self: center;
  }
}
 
@media(max-width: 767px) {
  .footer-footer {
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
  }
  .footer-links-container {
    width: auto;
    margin-top: var(--dl-layout-space-twounits);
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
  }
  .footer-container1 {
    width: 100%;
    justify-content: space-between;
  }
  .footer-container3 {
    align-self: center;
  }
  .footer-navlink1 {
    align-self: center;
  }
  .footer-navlink3 {
    align-self: center;
  }
}
 
@media(max-width: 479px) {
  .footer-footer {
    width: 100%;
    padding: var(--dl-layout-space-unit);
  }
  .footer-links-container {
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
  }
  .footer-container1 {
    align-items: center;
    margin-right: 0px;
    justify-content: space-between;
  }
  .footer-container3 {
    align-self: center;
  }
}

.home-container10 {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
 
.home-fragment1 {
  display: contents;
}
 
.home-text10 {
  display: inline-block;
}
 
.home-fragment2 {
  display: contents;
}
 
.home-text11 {
  display: inline-block;
}
 
.home-fragment3 {
  display: contents;
}
 
.home-text12 {
  display: inline-block;
}
 
.home-fragment4 {
  display: contents;
}
 
.home-text13 {
  display: inline-block;
}
 
.home-section1 {
  height: 587px;
}
 
.home-max-width1 {
  align-items: stretch;
}
 
.home-image1 {
  width: 30%;
  object-fit: cover;
}
 
.home-content1 {
  width: 50%;
  display: flex;
  margin-left: var(--dl-layout-space-twounits);
  flex-direction: column;
  justify-content: center;
}
 
.home-text14 {
  color: rgb(76, 167, 234);
  font-size: 52px;
  font-style: normal;
  font-family: "Urbanist";
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: var(--dl-layout-space-twounits);
}
 
.home-text15 {
  color: rgb(0, 0, 0);
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: var(--dl-layout-space-threeunits);
}
 
.home-section2 {
  width: 100%;
  height: 70%;
  background-color: rgba(255, 199, 139, 0.14);
}
 
.home-max-width2 {
  align-items: stretch;
}
 
.home-content2 {
  width: 50%;
  display: flex;
  margin-right: var(--dl-layout-space-twounits);
  flex-direction: column;
  justify-content: center;
}
 
.home-text16 {
  fill: #1f58f1;
  color: #1f58f1;
  font-size: 14px;
  font-style: normal;
  font-family: "Urbanist";
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: var(--dl-layout-space-unit);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
}
 
.home-text17 {
  font-size: 42px;
  font-style: normal;
  font-family: "Urbanist";
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: var(--dl-layout-space-twounits);
}
 
.home-text18 {
  color: #000000;
}
 
.home-text19 {
  color: #000000;
}
 
.home-text20 {
  color: #000000;
}
 
.home-text22 {
  color: #4eb5e8;
}
 
.home-text23 {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: var(--dl-layout-space-threeunits);
}
 
.home-image3 {
  width: 100%;
  object-fit: cover;
}
 
.home-section3 {
  width: 100%;
  height: 40%;
  background-color: rgba(98, 183, 178, 0.14);
}
 
.home-max-width3 {
  align-items: stretch;
  justify-content: center;
}
 
.home-content3 {
  width: 50%;
  display: flex;
  align-self: center;
  align-items: center;
  margin-right: var(--dl-layout-space-twounits);
  flex-direction: column;
  justify-content: center;
}
 
.home-text24 {
  color: #1f58f1;
  font-size: 14px;
  font-style: normal;
  font-family: "Urbanist";
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: var(--dl-layout-space-unit);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
}
 
.home-text25 {
  font-size: 42px;
  font-style: normal;
  text-align: center;
  font-family: Urbanist;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: var(--dl-layout-space-twounits);
}
 
.home-text26 {
  color: #5cb4f1;
  font-family: "Urbanist";
}
 
.home-text27 {
  color: #1e8dde;
}
 
.home-text28 {
  color: #1163b9;
  font-family: "Urbanist";
}
 
.home-text29 {
  color: #3a7ece;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: var(--dl-layout-space-threeunits);
  animation-name: none;
  animation-delay: 1s;
  animation-duration: 700ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.home-container11 {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.home-image4 {
  width: 200px;
  object-fit: cover;
}
 
.home-image5 {
  width: 200px;
  object-fit: cover;
}
 
.home-section4 {
  background-color: #87aff1;
}
 
.home-max-width4 {
  align-items: stretch;
}
 
.home-image6 {
  width: 50%;
}
 
.home-image7 {
  width: 100%;
  object-fit: cover;
}
 
.home-content4 {
  width: 40%;
  display: flex;
  margin-top: var(--dl-layout-space-twounits);
  margin-bottom: var(--dl-layout-space-twounits);
  flex-direction: column;
  justify-content: center;
}
 
.home-text30 {
  color: var(--dl-color-scheme-white);
  margin-bottom: var(--dl-layout-space-unit);
}
 
.home-text31 {
  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-layout-space-twounits);
}
 
.home-step1 {
  display: flex;
  margin-bottom: var(--dl-layout-space-twounits);
  flex-direction: row;
}
 
.home-number1 {
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  margin-right: var(--dl-layout-space-twounits);
  border-radius: var(--dl-layout-radius-radius16);
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-scheme-orange100);
}
 
.home-text32 {
  font-size: 28px;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 700;
  line-height: 1.5;
}
 
.home-container12 {
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-title1 {
  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-layout-space-halfunit);
}
 
.home-text33 {
  color: var(--dl-color-scheme-white);
  line-height: 1.5;
}
 
.home-step2 {
  display: flex;
  margin-bottom: var(--dl-layout-space-twounits);
  flex-direction: row;
}
 
.home-number2 {
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  margin-right: var(--dl-layout-space-twounits);
  border-radius: var(--dl-layout-radius-radius16);
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-scheme-orange100);
}
 
.home-text34 {
  font-size: 28px;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 700;
  line-height: 1.5;
}
 
.home-container13 {
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-title2 {
  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-layout-space-halfunit);
}
 
.home-text35 {
  color: var(--dl-color-scheme-white);
  line-height: 1.5;
}
 
.home-step3 {
  display: flex;
  flex-direction: row;
}
 
.home-number3 {
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  margin-right: var(--dl-layout-space-twounits);
  border-radius: var(--dl-layout-radius-radius16);
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-scheme-orange100);
}
 
.home-text38 {
  font-size: 28px;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 700;
  line-height: 1.5;
}
 
.home-container14 {
  flex: 1;
  display: flex;
  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-layout-space-halfunit);
}
 
.home-text39 {
  color: var(--dl-color-scheme-white);
  line-height: 1.5;
}
 
.home-section5 {
  height: auto;
  padding-top: 0px;
  padding-bottom: 61px;
}
 
.home-max-width5 {
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.home-faq {
  flex: 0 0 auto;
  display: flex;
  margin-top: var(--dl-layout-space-fiveunits);
  align-items: center;
  margin-bottom: var(--dl-layout-space-eightunits);
  flex-direction: row;
  justify-content: space-between;
}
 
.home-questions {
  flex: 0 0 auto;
  width: 50%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-text40 {
  font-size: 42px;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: var(--dl-layout-space-twounits);
}
 
.home-text41 {
  color: var(--dl-color-theme-neutral-dark);
  font-family: "Urbanist";
}
 
.home-text42 {
  color: var(--dl-color-theme-neutral-dark);
}
 
.home-text43 {
  color: var(--dl-color-scheme-onesurvey);
  font-family: "Urbanist";
}
 
.home-accordion1 {
  width: 100%;
  display: flex;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  flex-direction: column;
  padding-bottom: 15px;
}
 
.home-trigger1 {
  width: 100%;
  cursor: pointer;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-unit);
  padding-bottom: var(--dl-layout-space-halfunit);
  background-color: #ffffff;
}
 
.home-summary1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
 
.home-text44 {
  fill: #2070b5;
  color: #2070b5;
  font-size: 20px;
  font-style: normal;
  font-family: "Urbanist";
  font-weight: 600;
}
 
.home-icon-container1 {
  transition: transform 0.3s ease-in-out;
}
 
.home-container15 {
  display: flex;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-halfunit);
}
 
.home-text45 {
  color: rgb(0, 8, 7);
}
 
.home-accordion2 {
  width: 100%;
  display: flex;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  flex-direction: column;
  padding-bottom: 15px;
}
 
.home-trigger2 {
  width: 100%;
  cursor: pointer;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-unit);
  padding-bottom: var(--dl-layout-space-halfunit);
  background-color: #ffffff;
}
 
.home-summary2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
 
.home-text51 {
  fill: #2070b5;
  color: #2070b5;
  font-size: 20px;
  font-style: normal;
  font-family: "Urbanist";
  font-weight: 600;
}
 
.home-icon-container2 {
  transition: transform 0.3s ease-in-out;
}
 
.home-container16 {
  display: flex;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-halfunit);
}
 
.home-text52 {
  color: rgb(0, 6, 4);
}
 
.home-accordion3 {
  width: 100%;
  display: flex;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  flex-direction: column;
  padding-bottom: 15px;
}
 
.home-trigger3 {
  width: 100%;
  cursor: pointer;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-unit);
  padding-bottom: var(--dl-layout-space-halfunit);
  background-color: #ffffff;
}
 
.home-summary3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
 
.home-text53 {
  fill: #2070b5;
  color: #2070b5;
  font-size: 20px;
  font-style: normal;
  font-family: "Urbanist";
  font-weight: 600;
}
 
.home-icon-container3 {
  transition: transform 0.3s ease-in-out;
}
 
.home-container17 {
  display: flex;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-halfunit);
}
 
.home-text54 {
  color: #000000;
}
 
.home-accordion4 {
  width: 100%;
  display: flex;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  flex-direction: column;
  padding-bottom: 15px;
}
 
.home-trigger4 {
  width: 100%;
  cursor: pointer;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-unit);
  padding-bottom: var(--dl-layout-space-halfunit);
  background-color: #ffffff;
}
 
.home-summary4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
 
.home-text55 {
  fill: #2070b5;
  color: #2070b5;
  font-size: 20px;
  font-style: normal;
  font-family: "Urbanist";
  font-weight: 600;
}
 
.home-icon-container4 {
  transition: transform 0.3s ease-in-out;
}
 
.home-container18 {
  display: flex;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-halfunit);
}
 
.home-text56 {
  color: #000000;
}
 
.home-accordion5 {
  width: 100%;
  display: flex;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  flex-direction: column;
  padding-bottom: 15px;
}
 
.home-trigger5 {
  width: 100%;
  cursor: pointer;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-unit);
  padding-bottom: var(--dl-layout-space-halfunit);
  background-color: #ffffff;
}
 
.home-summary5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
 
.home-text57 {
  fill: #2070b5;
  color: #2070b5;
  font-size: 20px;
  font-style: normal;
  font-family: "Urbanist";
  font-weight: 600;
}
 
.home-icon-container5 {
  transition: transform 0.3s ease-in-out;
}
 
.home-container19 {
  display: flex;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-halfunit);
}
 
.home-text58 {
  color: #000000;
}
 
.home-image8 {
  width: 200px;
  object-fit: cover;
}
 
.home-fragment5 {
  display: contents;
}
 
.home-text59 {
  display: inline-block;
}
 
.home-fragment6 {
  display: contents;
}
 
.home-text60 {
  display: inline-block;
}
 
.home-fragment7 {
  display: contents;
}
 
.home-text61 {
  display: inline-block;
}
 
.home-fragment8 {
  display: contents;
}
 
.home-text62 {
  display: inline-block;
}
 
@media(max-width: 1200px) {
  .home-image1 {
    animation-name: none;
    animation-delay: 0s;
    animation-duration: 300ms;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-timing-function: ease;
  }
  .home-image3 {
    width: auto;
    height: 429px;
  }
  .home-text55 {
    color: rgb(32, 112, 181);
    font-size: 20px;
    font-style: normal;
    font-family: Urbanist;
    font-weight: 600;
  }
  .home-text56 {
    color: rgb(0, 0, 0);
  }
  .home-text57 {
    color: rgb(32, 112, 181);
    font-size: 20px;
    font-style: normal;
    font-family: Urbanist;
    font-weight: 600;
  }
  .home-text58 {
    color: rgb(0, 0, 0);
  }
}
 
@media(max-width: 991px) {
  .home-text11 {
    font-family: Urbanist;
  }
  .home-section1 {
    height: 760px;
  }
  .home-max-width1 {
    height: auto;
    flex-direction: column;
  }
  .home-content1 {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .home-max-width2 {
    flex-direction: column;
  }
  .home-content2 {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--dl-layout-space-threeunits);
  }
  .home-image2 {
    padding-bottom: 0px;
  }
  .home-max-width3 {
    flex-direction: column;
  }
  .home-content3 {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--dl-layout-space-threeunits);
  }
  .home-max-width4 {
    flex-direction: column;
  }
  .home-image6 {
    width: 100%;
    padding-bottom: var(--dl-layout-space-threeunits);
  }
  .home-content4 {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .home-max-width5 {
    flex-direction: column;
  }
  .home-questions {
    width: 60%;
  }
}
 
@media(max-width: 767px) {
  .home-content1 {
    width: 100%;
    height: auto;
    margin-right: 0px;
  }
  .home-content2 {
    width: 100%;
    margin-right: 0px;
  }
  .home-content3 {
    width: 100%;
    margin-right: 0px;
  }
  .home-container11 {
    align-self: center;
    justify-content: center;
  }
  .home-content4 {
    width: 100%;
    margin-right: 0px;
  }
  .home-section5 {
    height: 694px;
  }
  .home-faq {
    margin-bottom: var(--dl-layout-space-twounits);
    flex-direction: column;
  }
  .home-questions {
    width: 100%;
    margin-bottom: var(--dl-layout-space-oneandhalfunits);
  }
}
 
@media(max-width: 479px) {
  .home-section1 {
    width: 100%;
  }
  .home-image1 {
    width: 50%;
    align-self: center;
  }
  .home-content1 {
    width: auto;
    margin-bottom: var(--dl-layout-space-threeunits);
  }
  .home-image3 {
    width: 100%;
    height: auto;
  }
  .home-image8 {
    width: 40%;
  }
}
