.navbar1-wrapper {
  display: contents;
}
 
.navbar1-container {
  width: 100%;
  display: flex;
  z-index: 100;
  position: relative;
  justify-content: center;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.navbar1-navbar-interactive {
  fill: #34201F;
  color: #34201F;
  width: 100%;
  display: flex;
  z-index: 100;
  position: fixed;
  align-self: stretch;
  align-items: center;
  padding-top: var(--dl-layout-space-unit);
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 0x;
  padding-left: var(--dl-layout-space-threeunits);
  padding-right: var(--dl-layout-space-threeunits);
  padding-bottom: var(--dl-layout-space-unit);
  justify-content: space-between;
  background-color: #FFFFFF;
}
 
.navbar1-navlink {
  display: contents;
}
 
.navbar1-image1 {
  width: 150px;
  object-fit: cover;
  text-decoration: none;
}
 
.navbar1-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
 
.navbar1-links1 {
  gap: var(--dl-layout-space-twounits);
  flex: 1;
  color: #34201F;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.navbar1-link11 {
  fill: #34201F;
  color: #34201F;
  font-style: normal;
  font-family: "DM Sans";
  font-weight: 500;
  text-decoration: none;
}
 
.navbar1-link41 {
  font-style: normal;
  font-family: "DM Sans";
  font-weight: 500;
  text-decoration: none;
}
 
.navbar1-link42 {
  font-style: normal;
  font-family: "DM Sans";
  font-weight: 500;
  text-decoration: none;
}
 
.navbar1-buttons {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.navbar1-action21 {
  fill: #FFFFFF;
  color: #FFFFFF;
  display: flex;
  padding-top: var(--dl-layout-space-halfunit);
  border-color: #34201f;
  padding-left: var(--dl-layout-space-twounits);
  border-radius: var(--dl-layout-radius-cardradius);
  padding-right: var(--dl-layout-space-twounits);
  flex-direction: row;
  text-decoration: none;
  background-color: #34201F;
}
 
.navbar1-image2 {
  width: 20px;
  object-fit: cover;
}
 
.navbar1-burger-menu {
  display: none;
}
 
.navbar1-icon1 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.navbar1-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);
}
 
.navbar1-nav {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.navbar1-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-threeunits);
  justify-content: space-between;
}
 
.navbar1-logo {
  width: var(--dl-layout-size-large);
  height: auto;
}
 
.navbar1-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.navbar1-icon3 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.navbar1-links2 {
  gap: var(--dl-layout-space-unit);
  flex: 0 0 auto;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
 
.navbar1-link12 {
  align-self: center;
  text-decoration: none;
}
 
.navbar1-action22 {
  fill: #FFFFFF;
  color: #FFFFFF;
  display: flex;
  padding-top: var(--dl-layout-space-halfunit);
  border-color: #34201f;
  padding-left: var(--dl-layout-space-twounits);
  border-radius: var(--dl-layout-radius-cardradius);
  padding-right: var(--dl-layout-space-twounits);
  flex-direction: row;
  text-decoration: none;
  background-color: #34201F;
}
 
.navbar1-image3 {
  width: 20px;
  object-fit: cover;
}
 
.home-fragment13 {
  display: contents;
}
 
.home-text103 {
  display: inline-block;
}
 
.home-fragment10 {
  display: contents;
}
 
.home-text100 {
  display: inline-block;
}
 
.home-fragment11 {
  display: contents;
}
 
.home-text101 {
  display: inline-block;
}
 
.home-fragment15 {
  display: contents;
}
 
.home-text105 {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-style: normal;
  font-family: "Montserrat";
  font-weight: 400;
}
 
.home-fragment14 {
  display: contents;
}
 
.home-text104 {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-style: normal;
  font-family: "Montserrat";
  font-weight: 400;
}
 
.home-fragment12 {
  display: contents;
}
 
.home-text102 {
  display: inline-block;
}
 

 

 

 

 

 

 

 

 

 
@media(max-width: 767px) {
  .navbar1-navbar-interactive {
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
  }
  .navbar1-burger-menu {
    align-items: center;
    justify-content: center;
  }
  .navbar1-top {
    align-self: center;
    justify-content: space-between;
  }
  .navbar1-logo {
    display: flex;
    justify-content: space-between;
  }
  .navbar1-close-menu {
    justify-content: flex-end;
  }
  .navbar1-links2 {
    align-self: center;
    align-items: center;
    margin-bottom: var(--dl-layout-space-unit);
  }
  .navbar1-link43 {
    font-family: DM Sans;
  }
  .navbar1-link44 {
    font-family: DM Sans;
  }
}
 
@media(max-width: 479px) {
  .navbar1-navbar-interactive {
    padding: var(--dl-layout-space-unit);
    padding-right: 16px;
  }
  .navbar1-desktop-menu {
    display: none;
  }
  .navbar1-burger-menu {
    display: flex;
  }
  .navbar1-mobile-menu {
    padding: var(--dl-layout-space-unit);
  }
  .navbar1-nav {
    height: 391px;
    justify-content: flex-start;
  }
  .navbar1-logo {
    display: flex;
  }
  .navbar1-action22 {
    margin-top: var(--dl-layout-space-fourunits);
  }
}

.banner1-wrapper {
  display: contents;
}
 
.banner1-container1 {
  gap: var(--dl-layout-space-unit);
  height: 743px;
  display: flex;
  padding: 0px;
  position: relative;
  align-items: center;
}
 
.banner1-container2 {
  width: 0px;
  height: 0px;
  display: none;
  overflow: hidden;
  max-width: 0px;
  min-width: 0px;
  max-height: 0px;
  min-height: 0px;
}
 
.banner1-container3 {
  display: contents;
}
 
.banner1-slider {
  width: 100%;
  height: 100%;
}
 
.banner1-slider-slide1 {
  display: flex;
  padding-left: var(--dl-layout-space-threeunits);
  padding-right: var(--dl-layout-space-threeunits);
  background-size: cover;
  background-image: url("public/hero-img-ai-800h.png");
  background-repeat: no-repeat;
}
 
.banner1-container4 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  max-width: var(--dl-layout-size-maxwidth);
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  justify-content: flex-start;
}
 
.banner1-content1 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: auto;
  display: flex;
  max-width: 600px;
  align-self: center;
  align-items: flex-start;
  margin-left: 0px;
  padding-top: var(--dl-layout-space-twounits);
  margin-right: 0px;
  padding-left: var(--dl-layout-space-twounits);
  border-radius: var(--dl-layout-radius-radius8);
  padding-right: var(--dl-layout-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-twounits);
  background-color: rgba(255, 255, 255, 0.5);
}
 
.banner1-text10 {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  font-style: normal;
  font-family: "Bricolage Grotesque";
  font-weight: 500;
}
 
.banner1-text11 {
  fill: var(--dl-color-theme-primary2);
  color: var(--dl-color-theme-primary2);
  width: 100%;
  height: auto;
  font-size: 16px;
}
 
.banner1-actions1 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
 
.banner1-button1 {
  flex: 1;
  text-decoration: none;
}
 
.banner1-text12 {
  font-family: "Bricolage Grotesque";
}
 
.banner1-button2 {
  flex: 1;
  text-decoration: none;
}
 
.banner1-image1 {
  width: 20px;
  object-fit: cover;
}
 
.banner1-text13 {
  font-family: "Bricolage Grotesque";
}
 
.banner1-slider-slide2 {
  display: flex;
  padding-left: var(--dl-layout-space-threeunits);
  padding-right: var(--dl-layout-space-threeunits);
  background-size: cover;
  background-image: url("public/hero_kalendar-1500w.png");
  background-repeat: no-repeat;
  background-position: top left;
}
 
.banner1-container5 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  max-width: var(--dl-layout-size-maxwidth);
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
}
 
.banner1-content2 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: auto;
  display: flex;
  padding: var(--dl-layout-space-twounits);
  max-width: 600px;
  align-self: center;
  align-items: flex-start;
  margin-left: 0px;
  margin-right: 0px;
  border-radius: var(--dl-layout-radius-radius8);
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.5);
}
 
.banner1-text14 {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  font-size: 2rem;
  font-style: normal;
  font-family: "Bricolage Grotesque";
  font-weight: 500;
}
 
.banner1-text15 {
  width: 100%;
  height: auto;
  font-size: 16px;
  font-family: "DM Sans";
}
 
.banner1-actions2 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
 
.banner1-button3 {
  flex: 1;
  text-decoration: none;
}
 
.banner1-text16 {
  font-family: "Bricolage Grotesque";
}
 
.banner1-button4 {
  flex: 1;
  text-decoration: none;
}
 
.banner1-image2 {
  width: 20px;
  object-fit: cover;
}
 
.banner1-text17 {
  font-family: "Bricolage Grotesque";
}
 
.banner1-slider-slide3 {
  display: flex;
  padding-left: var(--dl-layout-space-threeunits);
  padding-right: var(--dl-layout-space-threeunits);
  background-size: cover;
  background-image: url("public/overlay-800h.png");
  background-repeat: no-repeat;
}
 
.banner1-container6 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  max-width: var(--dl-layout-size-maxwidth);
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
}
 
.banner1-content3 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: auto;
  display: flex;
  padding: var(--dl-layout-space-twounits);
  max-width: 600px;
  align-self: center;
  align-items: flex-start;
  margin-left: 0px;
  margin-right: 0px;
  border-radius: var(--dl-layout-radius-radius8);
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.5);
}
 
.banner1-text18 {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  font-size: 2rem;
  font-style: normal;
  font-family: "Bricolage Grotesque";
  font-weight: 500;
}
 
.banner1-text19 {
  width: 100%;
  height: auto;
  font-size: 16px;
}
 
.banner1-actions3 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
 
.banner1-button5 {
  flex: 1;
  text-decoration: none;
}
 
.banner1-text20 {
  font-family: "Bricolage Grotesque";
}
 
.banner1-button6 {
  flex: 1;
  text-decoration: none;
}
 
.banner1-image3 {
  width: 20px;
  object-fit: cover;
}
 
.banner1-text21 {
  font-family: "Bricolage Grotesque";
}
 
.banner1-slider-pagination {
  display: none;
}
 
.banner1-slider-button-prev {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
}
 
.banner1-slider-button-next {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
}
 
.home-fragment20 {
  display: contents;
}
 
.home-text118 {
  display: inline-block;
}
 
.home-fragment23 {
  display: contents;
}
 
.home-text121 {
  display: inline-block;
}
 
.home-fragment24 {
  display: contents;
}
 
.home-text122 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-style: normal;
  font-family: "DM Sans";
  font-weight: 400;
}
 
.home-fragment26 {
  display: contents;
}
 
.home-text132 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-style: normal;
  font-family: "DM Sans";
  font-weight: 400;
}
 
.home-fragment17 {
  display: contents;
}
 
.home-text107 {
  display: inline-block;
}
 
.home-fragment19 {
  display: contents;
}
 
.home-text117 {
  display: inline-block;
}
 
.home-fragment18 {
  display: contents;
}
 
.home-text108 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-style: normal;
  font-family: "DM Sans";
  font-weight: 400;
}
 
.home-fragment22 {
  display: contents;
}
 
.home-text120 {
  display: inline-block;
}
 
.home-fragment21 {
  display: contents;
}
 
.home-text119 {
  display: inline-block;
}
 
.home-fragment25 {
  display: contents;
}
 
.home-text128 {
  display: inline-block;
}
 
.home-fragment27 {
  display: contents;
}
 
.home-text133 {
  display: inline-block;
}
 
.home-fragment16 {
  display: contents;
}
 
.home-text106 {
  display: inline-block;
}
 

 
@media(max-width: 991px) {
  .banner1-container4 {
    width: 100%;
  }
  .banner1-content1 {
    width: 100%;
    max-width: unset;
  }
  .banner1-text11 {
    height: 141px;
  }
  .banner1-container5 {
    width: 100%;
    margin-right: 0px;
  }
  .banner1-content2 {
    width: 100%;
    max-width: unset;
  }
  .banner1-text15 {
    height: 141px;
  }
  .banner1-container6 {
    width: 100%;
  }
  .banner1-content3 {
    width: 100%;
    max-width: var(--dl-layout-size-maxwidth);
  }
  .banner1-text19 {
    height: 141px;
  }
}
 
@media(max-width: 767px) {
  .banner1-container4 {
    width: 100%;
  }
  .banner1-content1 {
    width: 100%;
    height: auto;
    padding: var(--dl-layout-space-twounits);
    margin-right: 0px;
  }
  .banner1-text10 {
    text-align: center;
  }
  .banner1-text11 {
    height: 100%;
    text-align: left;
  }
  .banner1-actions1 {
    width: 100%;
    justify-content: center;
  }
  .banner1-container5 {
    width: 100%;
  }
  .banner1-content2 {
    width: 100%;
    margin-right: 0px;
  }
  .banner1-text14 {
    text-align: center;
  }
  .banner1-text15 {
    text-align: left;
  }
  .banner1-actions2 {
    width: 100%;
    justify-content: center;
  }
  .banner1-container6 {
    width: 100%;
  }
  .banner1-content3 {
    width: 100%;
    margin-right: 0px;
  }
  .banner1-text18 {
    text-align: center;
  }
  .banner1-text19 {
    text-align: left;
  }
  .banner1-actions3 {
    width: 100%;
    justify-content: center;
  }
}
 
@media(max-width: 479px) {
  .banner1-container2 {
    display: flex;
  }
  .banner1-slider-slide1 {
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .banner1-container4 {
    width: 100%;
    justify-content: center;
  }
  .banner1-content1 {
    width: 100%;
    height: auto;
    align-items: flex-start;
    margin-left: var(--dl-layout-space-unit);
    margin-right: var(--dl-layout-space-unit);
    background-color: rgba(255, 255, 255, 0.5);
  }
  .banner1-text10 {
    font-size: 1.5rem;
    text-align: left;
  }
  .banner1-text11 {
    fill: var(--dl-color-theme-primary1);
    color: var(--dl-color-theme-primary1);
    height: auto;
    font-size: 13px;
  }
  .banner1-actions1 {
    flex-direction: column;
  }
  .banner1-button1 {
    width: 100%;
  }
  .banner1-button2 {
    width: 100%;
  }
  .banner1-slider-slide2 {
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .banner1-container5 {
    width: 100%;
    justify-content: center;
  }
  .banner1-content2 {
    height: auto;
    margin-left: var(--dl-layout-space-unit);
    margin-right: var(--dl-layout-space-unit);
    background-color: rgba(255, 255, 255, 0.5);
  }
  .banner1-text14 {
    font-size: 1.5rem;
    text-align: left;
  }
  .banner1-text15 {
    height: auto;
    font-size: 13px;
  }
  .banner1-actions2 {
    flex-direction: column;
  }
  .banner1-button3 {
    width: 100%;
  }
  .banner1-button4 {
    width: 100%;
  }
  .banner1-slider-slide3 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .banner1-container6 {
    width: 100%;
    justify-content: center;
  }
  .banner1-content3 {
    height: auto;
    align-items: center;
    margin-left: var(--dl-layout-space-unit);
    margin-right: var(--dl-layout-space-unit);
    background-color: rgba(255, 255, 255, 0.5);
  }
  .banner1-text18 {
    font-size: 1.5rem;
    align-self: flex-start;
    text-align: left;
  }
  .banner1-text19 {
    fill: var(--dl-color-theme-primary1);
    color: var(--dl-color-theme-primary1);
    height: auto;
    font-size: 13px;
  }
  .banner1-actions3 {
    flex-direction: column;
  }
  .banner1-button5 {
    width: 100%;
  }
  .banner1-button6 {
    width: 100%;
  }
  .banner1-slider-button-prev {
    display: none;
  }
  .banner1-slider-button-next {
    display: none;
  }
  .home-text122 {
    color: var(--dl-color-theme-primary1);
    font-style: normal;
    font-family: DM Sans;
    font-weight: 400;
  }
  .home-text124 {
    font-weight: 700;
  }
  .home-text126 {
    font-weight: 700;
  }
  .home-text132 {
    color: var(--dl-color-theme-primary1);
    font-style: normal;
    font-family: DM Sans;
    font-weight: 400;
  }
  .home-text108 {
    color: var(--dl-color-theme-primary1);
    font-style: normal;
    font-family: DM Sans;
    font-weight: 400;
  }
  .home-text110 {
    font-weight: 700;
  }
  .home-text115 {
    font-weight: 700;
  }
}

.logos2-wrapper {
  display: contents;
}
 
.logos2-container1 {
  gap: var(--dl-layout-space-threeunits);
  width: 100%;
  height: 212px;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: var(--dl-layout-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-twounits);
  background-color: var(--dl-color-theme-secondary2);
}
 
.logos2-max-width {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: var(--dl-color-theme-secondary2);
}
 
.logos2-text1 {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  width: 45%;
  font-size: 2rem;
  font-style: normal;
  text-align: center;
  font-family: "Bricolage Grotesque";
  font-weight: 500;
}
 
.logos2-container2 {
  height: 50%;
  display: grid;
  place-items: center;
}
 
.logos2-logo1 {
  width: 183px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.logos2-image1 {
  width: 180px;
  object-fit: cover;
}
 
.logos2-logo2 {
  width: 231px;
  height: 89px;
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.logos2-image2 {
  width: 180px;
  height: 60px;
  object-fit: cover;
}
 
.logos2-logo3 {
  width: 249px;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.logos2-image3 {
  width: 180px;
  object-fit: cover;
}
 
.home-fragment28 {
  display: contents;
}
 
.home-text137 {
  color: rgb(50, 30, 30);
  display: inline-block;
  font-style: normal;
  font-family: "Bricolage Grotesque";
  font-weight: 500;
}
 
@media(max-width: 991px) {
  .logos2-text1 {
    width: 100%;
    text-align: center;
  }
}
 
@media(max-width: 767px) {
  .logos2-container1 {
    gap: var(--dl-layout-space-twounits);
    height: auto;
  }
  .logos2-max-width {
    gap: var(--dl-layout-space-twounits);
  }
}
 
@media(max-width: 479px) {
  .logos2-container1 {
    height: auto;
  }
  .logos2-text1 {
    font-size: 1.5rem;
  }
  .logos2-container2 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
  }
  .logos2-logo1 {
    width: 33%;
    height: auto;
    flex-direction: row;
  }
  .logos2-image1 {
    width: 100%;
  }
  .logos2-logo2 {
    width: 33%;
    height: auto;
  }
  .logos2-image2 {
    width: 100px;
    height: auto;
  }
  .logos2-logo3 {
    width: 33%;
    height: auto;
  }
  .logos2-image3 {
    width: 100%;
  }
}

.features1-wrapper {
  display: contents;
}
 
.features1-layout251 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  padding-top: var(--dl-layout-space-fiveunits);
  flex-direction: column;
  background-color: #FFFFFF;
}
 
.features1-max-width {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.features1-section-title {
  width: 100%;
}
 
.features1-column {
  gap: var(--dl-layout-space-halfunit);
  align-items: flex-start;
  flex-shrink: 0;
}
 
.features1-text10 {
  font-size: 2rem;
  font-style: normal;
  font-family: "Bricolage Grotesque";
  font-weight: 500;
}
 
.features1-content10 {
  gap: 48px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.features1-row1 {
  align-items: flex-start;
}
 
.features1-feature11 {
  flex: 1;
}
 
.features1-container1 {
  flex: 0 0 auto;
  width: 100%;
  height: var(--dl-layout-size-xxlarge);
  display: flex;
  align-items: center;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: dashed;
  border-width: 0px;
  border-radius: var(--dl-layout-radius-radius8);
  background-size: cover;
  justify-content: center;
  background-image: url("public/s7-1400w.png");
  background-position: center;
}
 
.features1-navlink10 {
  width: 100%;
  height: 100%;
  align-self: center;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 0px;
  text-decoration: none;
}
 
.features1-content11 {
  align-self: stretch;
  align-items: flex-start;
}
 
.features1-feature1-title1 {
  font-size: 1.5rem;
  font-style: normal;
  font-family: "Bricolage Grotesque";
  font-weight: 500;
  text-decoration: none;
}
 
.features1-feature1-description1 {
  font-family: "DM Sans";
}
 
.features1-feature21 {
  flex: 1;
}
 
.features1-container2 {
  flex: 0 0 auto;
  width: 100%;
  height: var(--dl-layout-size-xxlarge);
  display: flex;
  align-items: center;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: dashed;
  border-width: 0px;
  border-radius: var(--dl-layout-radius-radius8);
  background-size: cover;
  justify-content: center;
  background-image: url("public/s4-1400w.png");
  background-position: bottom;
}
 
.features1-navlink12 {
  width: 100%;
  height: 100%;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 0px;
  text-decoration: none;
}
 
.features1-content12 {
  align-self: stretch;
  align-items: flex-start;
}
 
.features1-feature2-title {
  font-size: 1.5rem;
  font-style: normal;
  font-family: "Bricolage Grotesque";
  font-weight: 500;
  text-decoration: none;
}
 
.features1-feature2-description1 {
  font-family: "DM Sans";
}
 
.features1-feature31 {
  flex: 1;
}
 
.features1-container3 {
  flex: 0 0 auto;
  width: 100%;
  height: var(--dl-layout-size-xxlarge);
  display: flex;
  align-items: flex-start;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: dashed;
  border-width: 0px;
  border-radius: var(--dl-layout-radius-radius8);
  flex-direction: column;
  background-size: cover;
  background-image: url("public/primary%20care%20image%20(10)-1400w.png");
  background-repeat: no-repeat;
  background-position: bottom;
}
 
.features1-navlink14 {
  width: 100%;
  height: 100%;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 0px;
  text-decoration: none;
}
 
.features1-content13 {
  height: auto;
  align-self: stretch;
  align-items: flex-start;
}
 
.features1-feature3-title1 {
  font-size: 1.5rem;
  font-style: normal;
  font-family: "Bricolage Grotesque";
  font-weight: 500;
  text-decoration: none;
}
 
.features1-feature3-description1 {
  font-family: "DM Sans";
}
 
.features1-row2 {
  align-items: flex-start;
}
 
.features1-feature12 {
  flex: 1;
}
 
.features1-container4 {
  flex: 0 0 auto;
  width: 100%;
  height: var(--dl-layout-size-xxlarge);
  display: flex;
  align-items: flex-start;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: dashed;
  border-width: 0px;
  border-radius: var(--dl-layout-radius-radius8);
  background-size: cover;
  background-image: url("public/logopediabrg-1400w.png");
  background-position: left;
}
 
.features1-navlink16 {
  width: 100%;
  height: 100%;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 0px;
  text-decoration: none;
}
 
.features1-content14 {
  align-self: stretch;
  align-items: flex-start;
}
 
.features1-feature1-title2 {
  font-size: 1.5rem;
  text-decoration: none;
}
 
.features1-feature1-description2 {
  font-family: "DM Sans";
}
 
.features1-feature22 {
  flex: 1;
}
 
.features1-container5 {
  flex: 0 0 auto;
  width: 100%;
  height: var(--dl-layout-size-xxlarge);
  display: flex;
  align-items: flex-start;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: dashed;
  border-width: 0px;
  border-radius: var(--dl-layout-radius-radius8);
  background-size: cover;
  background-image: url("public/s10-1400w.png");
  background-position: left;
}
 
.features1-navlink18 {
  fill: transparent;
  color: transparent;
  width: 100%;
  height: 100%;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 0px;
  text-decoration: none;
}
 
.features1-content15 {
  align-self: stretch;
  align-items: flex-start;
}
 
.features1-feature1-title3 {
  font-size: 1.5rem;
  text-decoration: none;
}
 
.features1-feature2-description2 {
  text-align: left;
  font-family: "DM Sans";
}
 
.features1-feature32 {
  flex: 1;
}
 
.features1-container6 {
  flex: 0 0 auto;
  width: 100%;
  height: var(--dl-layout-size-xxlarge);
  display: flex;
  align-items: flex-start;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: dashed;
  border-width: 0px;
  border-radius: var(--dl-layout-radius-radius8);
  background-size: cover;
  background-image: url("public/ortopediabgr-1400w.png");
  background-position: left;
}
 
.features1-navlink20 {
  fill: transparent;
  color: transparent;
  width: 100%;
  height: 100%;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 0px;
  text-decoration: none;
}
 
.features1-content16 {
  align-self: stretch;
  align-items: flex-start;
}
 
.features1-feature3-title2 {
  font-size: 1.5rem;
  text-decoration: none;
}
 
.features1-feature3-description2 {
  font-family: "DM Sans";
}
 
.features1-row3 {
  align-items: flex-start;
}
 
.features1-feature13 {
  flex: 1;
}
 
.features1-container7 {
  flex: 0 0 auto;
  width: 100%;
  height: var(--dl-layout-size-xxlarge);
  display: flex;
  align-items: flex-start;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: dashed;
  border-width: 0px;
  border-radius: var(--dl-layout-radius-radius8);
  background-size: cover;
  background-image: url("public/nefrobgr-1400w.png");
  background-position: left;
}
 
.features1-navlink22 {
  width: 100%;
  height: 100%;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 0px;
  text-decoration: none;
}
 
.features1-content17 {
  align-self: stretch;
  align-items: flex-start;
}
 
.features1-feature1-title4 {
  font-size: 1.5rem;
  text-decoration: none;
}
 
.features1-feature1-description3 {
  font-family: "DM Sans";
}
 
.features1-feature23 {
  flex: 1;
}
 
.features1-container8 {
  flex: 0 0 auto;
  width: 100%;
  height: var(--dl-layout-size-xxlarge);
  display: flex;
  align-items: flex-start;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: dashed;
  border-width: 0px;
  border-radius: var(--dl-layout-radius-radius8);
  background-size: cover;
  background-image: url("public/usg-1400w.jpg");
  background-position: left;
}
 
.features1-navlink24 {
  width: 100%;
  height: 100%;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 0px;
  text-decoration: none;
}
 
.features1-content18 {
  align-self: stretch;
  align-items: flex-start;
}
 
.features1-feature1-title5 {
  font-size: 1.5rem;
  text-decoration: none;
}
 
.features1-feature2-description3 {
  text-align: left;
  font-family: "DM Sans";
}
 
.features1-feature33 {
  flex: 1;
}
 
.features1-container9 {
  flex: 0 0 auto;
  width: 100%;
  height: var(--dl-layout-size-xxlarge);
  display: flex;
  align-items: flex-start;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: dashed;
  border-width: 0px;
  border-radius: var(--dl-layout-radius-radius8);
  background-size: cover;
  background-image: url("public/s8-1400w.png");
  background-position: left;
}
 
.features1-navlink26 {
  width: 100%;
  height: 100%;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 0px;
  text-decoration: none;
}
 
.features1-content19 {
  align-self: stretch;
  align-items: flex-start;
}
 
.features1-feature3-title3 {
  font-size: 1.5rem;
  text-decoration: none;
}
 
.features1-feature3-description3 {
  font-family: "DM Sans";
}
 
.home-fragment36 {
  display: contents;
}
 
.home-text145 {
  color: transparent;
  width: 100%;
  height: 100%;
  display: inline-block;
}
 
.home-fragment50 {
  display: contents;
}
 
.home-text167 {
  display: inline-block;
}
 
.home-fragment40 {
  display: contents;
}
 
.home-text149 {
  display: inline-block;
}
 
.home-fragment52 {
  display: contents;
}
 
.home-text173 {
  display: inline-block;
}
 
.home-fragment44 {
  display: contents;
}
 
.home-text157 {
  display: inline-block;
  font-style: normal;
  font-family: "Bricolage Grotesque";
  font-weight: 500;
}
 
.home-fragment55 {
  display: contents;
}
 
.home-text182 {
  display: inline-block;
}
 
.home-fragment53 {
  display: contents;
}
 
.home-text176 {
  display: inline-block;
}
 
.home-fragment29 {
  display: contents;
}
 
.home-text138 {
  color: transparent;
  display: inline-block;
}
 
.home-fragment56 {
  display: contents;
}
 
.home-text185 {
  display: inline-block;
}
 
.home-fragment35 {
  display: contents;
}
 
.home-text144 {
  color: transparent;
  width: 100%;
  height: 100%;
  display: inline-block;
}
 
.home-fragment32 {
  display: contents;
}
 
.home-text141 {
  color: transparent;
  width: 100%;
  height: 100%;
  display: inline-block;
}
 
.home-fragment33 {
  display: contents;
}
 
.home-text142 {
  fill: var(--dl-color-theme-primary1);
  color: transparent;
  width: 100%;
  height: 100%;
  display: inline-block;
}
 
.home-fragment31 {
  display: contents;
}
 
.home-text140 {
  color: transparent;
  width: 100%;
  height: 100%;
  display: inline-block;
}
 
.home-fragment47 {
  display: contents;
}
 
.home-text160 {
  display: inline-block;
  font-style: normal;
  font-family: "Bricolage Grotesque";
  font-weight: 500;
}
 
.home-fragment39 {
  display: contents;
}
 
.home-text148 {
  display: inline-block;
}
 
.home-fragment46 {
  display: contents;
}
 
.home-text159 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-style: normal;
  font-family: "Bricolage Grotesque";
  font-weight: 500;
}
 
.home-fragment49 {
  display: contents;
}
 
.home-text164 {
  display: inline-block;
}
 
.home-fragment37 {
  display: contents;
}
 
.home-text146 {
  color: transparent;
  width: 100%;
  height: 100%;
  display: inline-block;
}
 
.home-fragment43 {
  display: contents;
}
 
.home-text154 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-style: normal;
  font-family: "Bricolage Grotesque";
  font-weight: 500;
}
 
.home-fragment54 {
  display: contents;
}
 
.home-text179 {
  display: inline-block;
}
 
.home-fragment34 {
  display: contents;
}
 
.home-text143 {
  width: 100%;
  height: 100%;
  display: inline-block;
}
 
.home-fragment30 {
  display: contents;
}
 
.home-text139 {
  color: transparent;
  width: 100%;
  height: 100%;
  display: inline-block;
}
 
.home-fragment42 {
  display: contents;
}
 
.home-text153 {
  display: inline-block;
  font-style: normal;
  font-family: "Bricolage Grotesque";
  font-weight: 500;
}
 
.home-fragment45 {
  display: contents;
}
 
.home-text158 {
  display: inline-block;
  font-style: normal;
  font-family: "Bricolage Grotesque";
  font-weight: 500;
}
 
.home-fragment51 {
  display: contents;
}
 
.home-text170 {
  display: inline-block;
}
 
.home-fragment48 {
  display: contents;
}
 
.home-text161 {
  display: inline-block;
}
 
.home-fragment41 {
  display: contents;
}
 
.home-text150 {
  display: inline-block;
}
 
.home-fragment38 {
  display: contents;
}
 
.home-text147 {
  display: inline-block;
  font-size: 2rem;
  font-style: normal;
  font-family: "Bricolage Grotesque";
  font-weight: 500;
}
 

 
@media(max-width: 991px) {
  .features1-layout251 {
    width: 895px;
  }
  .features1-section-title {
    align-items: flex-start;
    flex-direction: column;
  }
  .features1-row1 {
    max-width: 100%;
  }
  .features1-content13 {
    display: flex;
  }
  .features1-feature3-title1 {
    overflow: visible;
    text-align: left;
    padding-right: 0px;
  }
}
 
@media(max-width: 767px) {
  .features1-layout251 {
    width: 100%;
  }
  .features1-column {
    width: 100%;
  }
  .features1-text10 {
    text-align: center;
  }
  .features1-row1 {
    width: 100%;
    flex-direction: column;
  }
  .features1-feature11 {
    width: 100%;
  }
  .features1-container1 {
    width: 100%;
  }
  .features1-navlink10 {
    min-width: 100%;
  }
  .features1-feature21 {
    width: 100%;
  }
  .features1-feature31 {
    width: 100%;
  }
  .features1-row2 {
    width: 100%;
    flex-direction: column;
  }
  .features1-feature12 {
    width: 100%;
  }
  .features1-feature22 {
    width: 100%;
  }
  .features1-feature32 {
    width: 100%;
  }
  .features1-row3 {
    width: 100%;
    flex-direction: column;
  }
  .features1-feature13 {
    width: 100%;
  }
  .features1-container7 {
    width: 100%;
  }
  .features1-feature23 {
    width: 100%;
  }
  .features1-feature33 {
    width: 100%;
  }
  .features1-container9 {
    width: 100%;
  }
}
 
@media(max-width: 479px) {
  .features1-layout251 {
    padding-top: var(--dl-layout-space-twounits);
  }
  .features1-max-width {
    max-width: var(--dl-layout-size-maxwidth);
    align-self: center;
  }
  .features1-text10 {
    font-size: 1.5rem;
    font-style: normal;
    font-family: Bricolage Grotesque;
    font-weight: 500;
  }
  .features1-row3 {
    width: 100%;
  }
  .features1-feature23 {
    width: 100%;
  }
  .features1-container8 {
    width: 433px;
  }
  .features1-navlink24 {
    width: 100%;
  }
  .home-text145 {
    color: transparent;
  }
  .home-text147 {
    font-size: 1.5rem;
    font-style: normal;
    font-family: Bricolage Grotesque;
    font-weight: 500;
  }
}

.cta4-wrapper {
  display: contents;
}
 
.cta4-container1 {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-threeunits);
  flex-direction: column;
  padding-bottom: 0px;
  background-color: var(--dl-color-theme-secondary2);
}
 
.cta4-max-width {
  gap: 80px;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  max-width: var(--dl-layout-size-maxwidth);
  align-self: center;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.cta4-container2 {
  align-self: stretch;
  align-items: center;
  flex-shrink: 0;
}
 
.cta4-column {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
  flex-direction: column;
}
 
.cta4-text1 {
  font-size: 1.5rem;
  font-style: normal;
  font-family: "Bricolage Grotesque";
  font-weight: 500;
}
 
.cta4-text2 {
  font-family: "DM Sans";
}
 
.cta4-container3 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
 
.cta4-link1 {
  display: contents;
}
 
.cta4-image1 {
  width: 192px;
  height: 50px;
  object-fit: cover;
  text-decoration: none;
}
 
.cta4-link3 {
  display: contents;
}
 
.cta4-image2 {
  width: 200px;
  height: 50px;
  object-fit: cover;
  text-decoration: none;
}
 
.cta4-placeholder-image {
  width: 638px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
 
.cta4-image3 {
  width: auto;
  height: 100%;
  object-fit: cover;
}
 
.home-fragment57 {
  display: contents;
}
 
.home-text186 {
  display: inline-block;
}
 
.home-fragment58 {
  display: contents;
}
 
.home-text187 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-size: 1.5rem;
  font-style: normal;
  font-family: "Bricolage Grotesque";
  font-weight: 500;
}
 
.home-fragment59 {
  display: contents;
}
 
.home-text188 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-style: normal;
  font-family: "DM Sans";
  font-weight: 400;
}
 

 

 

 

 

 

 

 

 

 

 
@media(max-width: 991px) {
  .cta4-container2 {
    flex-direction: column;
  }
  .cta4-placeholder-image {
    width: 100%;
  }
}
 
@media(max-width: 767px) {
  .cta4-column {
    width: 347px;
  }
  .cta4-container3 {
    align-self: center;
    flex-direction: column;
  }
}
 
@media(max-width: 479px) {
  .cta4-container1 {
    flex-direction: column;
    justify-content: center;
  }
  .cta4-column {
    width: 100%;
    align-self: center;
    align-items: flex-start;
  }
  .cta4-text1 {
    width: 100%;
    font-size: 1.5rem;
  }
  .cta4-text2 {
    width: 100%;
  }
  .cta4-container3 {
    width: 100%;
    align-self: flex-start;
    align-items: center;
  }
  .cta4-image1 {
    width: auto;
    height: 50px;
    max-width: 200px;
  }
  .cta4-image2 {
    width: auto;
    height: 50px;
    max-width: 200px;
  }
  .cta4-placeholder-image {
    height: auto;
  }
  .cta4-image3 {
    width: 100%;
  }
  .home-text187 {
    color: var(--dl-color-theme-primary1);
    font-style: normal;
    font-family: Bricolage Grotesque;
    font-weight: 500;
  }
}

.steps1-wrapper {
  display: contents;
}
 
.steps1-container10 {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #ffffff;
}
 
.steps1-max-width1 {
  gap: var(--dl-layout-space-unit);
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
 
.steps1-container11 {
  gap: var(--dl-layout-space-unit);
  flex: 1;
  display: grid;
}
 
.steps1-container12 {
  flex: 1;
  display: flex;
  position: relative;
  align-items: center;
  border-color: var(--dl-color-theme-primary1);
  border-width: 0px;
  animation-name: backInUp;
  flex-direction: column;
  animation-delay: 0s;
  justify-content: center;
  background-color: var(--dl-color-theme-secondary2);
  animation-duration: 1000ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.steps1-text10 {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  font-size: 1.5rem;
  font-style: normal;
  text-align: center;
  font-family: "Bricolage Grotesque";
  font-weight: 500;
}
 
.steps1-text11 {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  text-align: center;
  font-family: "DM Sans";
}
 
.steps1-container13 {
  flex: 1;
  height: 100%;
  display: flex;
  position: relative;
  align-items: center;
  border-color: var(--dl-color-theme-primary1);
  border-width: 1px;
  border-radius: var(--dl-layout-radius-cardradius);
  animation-name: backInUp;
  flex-direction: column;
  animation-delay: 0s;
  justify-content: center;
  background-color: #FFFFFF;
  animation-duration: 1000ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.steps1-text12 {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  font-size: 1.5rem;
  font-style: normal;
  text-align: center;
  font-family: "Bricolage Grotesque";
  font-weight: 500;
}
 
.steps1-text13 {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  text-align: center;
  font-family: "DM Sans";
}
 
.steps1-container14 {
  gap: var(--dl-layout-space-unit);
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
 
.steps1-container15 {
  flex: 1;
  height: 409px;
  display: flex;
  position: relative;
  align-items: center;
  border-color: var(--dl-color-theme-primary1);
  border-width: 0px;
  border-radius: var(--dl-layout-radius-cardradius);
  animation-name: backInUp;
  flex-direction: column;
  animation-delay: 0s;
  justify-content: center;
  background-color: var(--dl-color-theme-secondary2);
  animation-duration: 1000ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.steps1-text14 {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  font-size: 1.5rem;
  font-style: normal;
  text-align: center;
  font-family: "Bricolage Grotesque";
  font-weight: 500;
}
 
.steps1-text15 {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  text-align: center;
  font-family: "DM Sans";
}
 
.steps1-container16 {
  width: 259px;
  display: flex;
  position: relative;
  align-self: stretch;
  align-items: center;
  border-color: var(--dl-color-theme-primary1);
  border-width: 1px;
  border-radius: var(--dl-layout-radius-cardradius);
  animation-name: backInUp;
  flex-direction: column;
  animation-delay: 0s;
  justify-content: center;
  background-color: #FFFFFF;
  animation-duration: 1003ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.steps1-text16 {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  font-size: 1.5rem;
  font-style: normal;
  text-align: center;
  font-family: "Bricolage Grotesque";
  font-weight: 500;
}
 
.steps1-text17 {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  text-align: center;
  font-family: "DM Sans";
}
 
.steps1-max-width2 {
  gap: var(--dl-layout-space-unit);
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-unit);
  flex-direction: row-reverse;
}
 
.steps1-container17 {
  gap: var(--dl-layout-space-unit);
  flex: 1;
  display: grid;
}
 
.steps1-container18 {
  flex: 1;
  height: 100%;
  position: relative;
  border-color: var(--dl-color-theme-primary1);
  border-width: 1px;
  animation-name: backInUp;
  animation-delay: 0s;
  background-color: #FFFFFF;
  animation-duration: 1000ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.steps1-text18 {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  font-size: 1.5rem;
  font-style: normal;
  text-align: center;
  font-family: "Bricolage Grotesque";
  font-weight: 500;
}
 
.steps1-text19 {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  text-align: center;
  font-family: "DM Sans";
}
 
.steps1-container19 {
  flex: 1;
  height: 100%;
  display: flex;
  position: relative;
  align-items: center;
  border-color: var(--dl-color-theme-primary1);
  border-width: 0px;
  border-radius: var(--dl-layout-radius-cardradius);
  animation-name: backInUp;
  flex-direction: column;
  animation-delay: 0s;
  justify-content: center;
  background-color: var(--dl-color-theme-secondary2);
  animation-duration: 1000ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.steps1-text20 {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  font-size: 1.5rem;
  font-style: normal;
  text-align: center;
  font-family: "Bricolage Grotesque";
  font-weight: 500;
}
 
.steps1-text21 {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  text-align: center;
  font-family: "DM Sans";
}
 
.steps1-container20 {
  gap: var(--dl-layout-space-unit);
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
 
.steps1-container21 {
  flex: 1;
  display: flex;
  position: relative;
  align-self: stretch;
  align-items: center;
  border-color: var(--dl-color-theme-primary1);
  border-width: 0px;
  border-radius: var(--dl-layout-radius-cardradius);
  animation-name: backInUp;
  flex-direction: column;
  animation-delay: 0s;
  justify-content: center;
  background-color: var(--dl-color-theme-secondary2);
  animation-duration: 1000ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.steps1-text22 {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  font-size: 1.5rem;
  font-style: normal;
  text-align: center;
  font-family: "Bricolage Grotesque";
  font-weight: 500;
}
 
.steps1-text23 {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  text-align: center;
  font-family: "DM Sans";
}
 
.steps1-container22 {
  width: 255px;
  height: 421px;
  display: flex;
  position: relative;
  align-items: center;
  border-color: var(--dl-color-theme-primary1);
  border-width: 1px;
  border-radius: var(--dl-layout-radius-cardradius);
  animation-name: backInUp;
  flex-direction: column;
  animation-delay: 0s;
  justify-content: center;
  background-color: #FFFFFF;
  animation-duration: 1000ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.steps1-text24 {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  width: 221px;
  font-size: 1.5rem;
  font-style: normal;
  text-align: center;
  font-family: "Bricolage Grotesque";
  font-weight: 500;
}
 
.steps1-text25 {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  text-align: center;
  font-family: "DM Sans";
}
 
.home-fragment69 {
  display: contents;
}
 
.home-text207 {
  display: inline-block;
}
 
.home-fragment63 {
  display: contents;
}
 
.home-text195 {
  display: inline-block;
}
 
.home-fragment66 {
  display: contents;
}
 
.home-text202 {
  display: inline-block;
}
 
.home-fragment67 {
  display: contents;
}
 
.home-text203 {
  display: inline-block;
}
 
.home-fragment70 {
  display: contents;
}
 
.home-text208 {
  display: inline-block;
}
 
.home-fragment64 {
  display: contents;
}
 
.home-text198 {
  display: inline-block;
}
 
.home-fragment65 {
  display: contents;
}
 
.home-text199 {
  display: inline-block;
}
 
.home-fragment75 {
  display: contents;
}
 
.home-text221 {
  display: inline-block;
}
 
.home-fragment73 {
  display: contents;
}
 
.home-text215 {
  display: inline-block;
}
 
.home-fragment60 {
  display: contents;
}
 
.home-text192 {
  display: inline-block;
}
 
.home-fragment68 {
  display: contents;
}
 
.home-text206 {
  display: inline-block;
}
 
.home-fragment61 {
  display: contents;
}
 
.home-text193 {
  display: inline-block;
}
 
.home-fragment62 {
  display: contents;
}
 
.home-text194 {
  display: inline-block;
}
 
.home-fragment72 {
  display: contents;
}
 
.home-text212 {
  display: inline-block;
}
 
.home-fragment74 {
  display: contents;
}
 
.home-text218 {
  display: inline-block;
}
 
.home-fragment71 {
  display: contents;
}
 
.home-text209 {
  display: inline-block;
}
 

 
@media(max-width: 991px) {
  .steps1-max-width1 {
    flex-direction: column;
  }
  .steps1-max-width2 {
    flex-direction: column;
  }
}
 
@media(max-width: 767px) {
  .steps1-container11 {
    flex-direction: column;
  }
  .steps1-container12 {
    width: 100%;
  }
  .steps1-container13 {
    width: 100%;
  }
  .steps1-container14 {
    flex-direction: column;
  }
  .steps1-container15 {
    width: 100%;
  }
  .steps1-container16 {
    width: 100%;
  }
  .steps1-container17 {
    flex-direction: column;
  }
  .steps1-container18 {
    width: 100%;
  }
  .steps1-container19 {
    width: 100%;
  }
  .steps1-container20 {
    flex-direction: column;
  }
  .steps1-container21 {
    width: 100%;
  }
  .steps1-container22 {
    width: 100%;
  }
}
 
@media(max-width: 479px) {
  .steps1-container16 {
    height: auto;
  }
  .steps1-container22 {
    height: auto;
  }
}

.gallery8-wrapper {
  display: contents;
}
 
.gallery8-gallery3 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  padding-top: var(--dl-layout-space-unit);
  padding-left: 0px;
  padding-right: 0px;
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-unit);
  justify-content: center;
}
 
.gallery8-max-width {
  gap: var(--dl-layout-space-threeunits);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.gallery8-container {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.gallery8-content {
  gap: var(--dl-layout-space-oneandhalfunits);
  flex: 1;
  width: 100%;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
}
 
.gallery8-slider {
  width: 100%;
  height: 770px;
  display: inline-block;
}
 
.gallery8-slider-slide1 {
  height: calc(100% - 20px);
  display: flex;
}
 
.gallery8-image1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
 
.gallery8-slider-slide2 {
  height: calc(100% - 20px);
  display: flex;
}
 
.gallery8-image2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
 
.gallery8-slider-slide3 {
  height: calc(100% - 20px);
  display: flex;
}
 
.gallery8-image3 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
 
.gallery8-slider-button-prev {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
}
 
.gallery8-slider-button-next {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
}
 
.gallery8-slider-pagination {
  display: none;
}
 

 
@media(max-width: 991px) {
  .gallery8-content {
    align-items: center;
    flex-direction: column;
  }
}
 
@media(max-width: 767px) {
  .gallery8-slider {
    height: 550px;
  }
}
 
@media(max-width: 479px) {
  .gallery8-slider {
    height: 440px;
  }
  .gallery8root-class-name {
    background-color: var(--dl-color-theme-secondary2);
  }
}

.features24-wrapper {
  display: contents;
}
 
.features24-container1 {
  padding-top: 128px;
  background-color: #e3d7d3;
}
 
.features24-container2 {
  width: 100%;
  display: grid;
  grid-gap: var(--dl-layout-space-fiveunits);
  position: relative;
  grid-template-columns: 1fr 1fr;
}
 
.features24-image-container {
  height: 100%;
  display: flex;
  position: relative;
}
 
.features24-container3 {
  width: 559px;
  height: 667px;
  display: flex;
  align-items: center;
  background-size: cover;
  justify-content: center;
  background-image: url("public/team-1400w.jpg");
  background-position: center;
}
 
.features24-tabs-menu {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.features24-tab-horizontal1 {
  gap: var(--dl-layout-space-twounits);
  cursor: pointer;
  display: flex;
  overflow: hidden;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 0px;
}
 
.features24-content1 {
  gap: 16px;
  flex: 1;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
 
.features24-feature1-title1 {
  font-size: 2rem;
  font-style: normal;
  font-family: "Bricolage Grotesque";
  font-weight: 500;
}
 
.features24-feature1-description1 {
  fill: #321E1E;
  color: #321E1E;
  font-style: normal;
  font-family: "DM Sans";
  font-weight: 400;
}
 
.features24-tab-horizontal2 {
  gap: var(--dl-layout-space-twounits);
  cursor: pointer;
  display: flex;
  overflow: hidden;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 0px;
  animation-name: slideInRight;
  animation-delay: 1s;
  animation-duration: 1300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.features24-content2 {
  gap: 16px;
  flex: 1;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
 
.features24-image1 {
  width: 40px;
  object-fit: cover;
}
 
.features24-feature1-title2 {
  fill: #321E1E;
  color: #321E1E;
  font-size: 1.5rem;
  font-style: normal;
  font-family: "Bricolage Grotesque";
  font-weight: 500;
}
 
.features24-feature1-description2 {
  fill: #321E1E;
  color: #321E1E;
  font-family: "DM Sans";
}
 
.features24-content3 {
  gap: 16px;
  flex: 1;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
 
.features24-image2 {
  width: 40px;
  object-fit: cover;
}
 
.features24-feature1-title3 {
  fill: #321E1E;
  color: #321E1E;
  font-size: 1.5rem;
  font-style: normal;
  font-family: "Bricolage Grotesque";
  font-weight: 500;
  animation-name: none;
  animation-delay: 0s;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.features24-feature1-description3 {
  fill: #321E1E;
  color: #321E1E;
  font-family: "DM Sans";
}
 
.features24-tab-horizontal3 {
  gap: var(--dl-layout-space-twounits);
  cursor: pointer;
  display: flex;
  overflow: hidden;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 0px;
  animation-name: slideInRight;
  animation-delay: 1s;
  animation-duration: 1300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.features24-content4 {
  gap: 16px;
  flex: 1;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
 
.features24-image3 {
  width: 40px;
  object-fit: cover;
}
 
.features24-feature1-title4 {
  fill: #321E1E;
  color: #321E1E;
  font-size: 1.5rem;
  font-style: normal;
  font-family: "Bricolage Grotesque";
  font-weight: 500;
}
 
.features24-feature1-description4 {
  fill: #321E1E;
  color: #321E1E;
  font-family: "DM Sans";
}
 
.features24-content5 {
  gap: 16px;
  flex: 1;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
 
.features24-image4 {
  width: 40px;
  object-fit: cover;
}
 
.features24-feature1-title5 {
  fill: #321E1E;
  color: #321E1E;
  font-size: 1.5rem;
  font-style: normal;
  font-family: "Bricolage Grotesque";
  font-weight: 500;
}
 
.features24-feature1-description5 {
  fill: #321E1E;
  color: #321E1E;
  font-family: "DM Sans";
}
 
.features24-tab-horizontal4 {
  gap: var(--dl-layout-space-twounits);
  cursor: pointer;
  display: flex;
  overflow: hidden;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.features24-divider-container {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
}
 
.features24-container4 {
  width: 2px;
  align-self: stretch;
  background-color: var(--dl-color-theme-neutral-dark);
}
 
.home-fragment80 {
  display: contents;
}
 
.home-text226 {
  display: inline-block;
}
 
.home-fragment82 {
  display: contents;
}
 
.home-text228 {
  display: inline-block;
}
 
.home-fragment83 {
  display: contents;
}
 
.home-text229 {
  display: inline-block;
}
 
.home-fragment79 {
  display: contents;
}
 
.home-text225 {
  display: inline-block;
}
 
.home-fragment84 {
  display: contents;
}
 
.home-text230 {
  display: inline-block;
}
 
.home-fragment76 {
  display: contents;
}
 
.home-text222 {
  display: inline-block;
}
 
.home-fragment81 {
  display: contents;
}
 
.home-text227 {
  display: inline-block;
}
 
.home-fragment77 {
  display: contents;
}
 
.home-text223 {
  display: inline-block;
}
 
.home-fragment78 {
  display: contents;
}
 
.home-text224 {
  display: inline-block;
}
 
.home-fragment85 {
  display: contents;
}
 
.home-text231 {
  display: inline-block;
}
 
.features24root-class-name {
  background-color: #e3d7d3;
}
 
@media(max-width: 991px) {
  .features24-container2 {
    grid-gap: var(--dl-layout-space-twounits);
    grid-template-columns: 1fr;
  }
  .features24-image-container {
    width: 678px;
    height: auto;
  }
  .features24-container3 {
    width: 100%;
  }
}
 
@media(max-width: 767px) {
  .features24-image-container {
    width: 100%;
  }
  .features24-container3 {
    width: 667px;
  }
}
 
@media(max-width: 479px) {
  .features24-image-container {
    width: 323px;
    justify-content: center;
  }
  .features24-container3 {
    width: 100%;
    height: auto;
  }
  .features24-feature1-title4 {
    width: 131px;
  }
}

.contact11-wrapper {
  display: contents;
}
 
.contact11-container1 {
  height: auto;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
  background-color: #ffffff;
}
 
.contact11-max-width {
  align-self: center;
}
 
.contact11-section-title {
  width: 100%;
  margin-bottom: var(--dl-layout-space-twounits);
}
 
.contact11-content1 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact11-text10 {
  font-size: 2rem;
  font-style: normal;
  font-family: "Bricolage Grotesque";
  font-weight: 500;
}
 
.contact11-content2 {
  height: auto;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.contact11-content3 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 497px;
  height: 424px;
  display: flex;
  padding: var(--dl-layout-space-twounits);
  align-self: center;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-unit);
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 0px;
  padding-left: var(--dl-layout-space-unit);
  border-radius: var(--dl-layout-radius-radius8);
  padding-right: var(--dl-layout-space-unit);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-unit);
  justify-content: center;
  background-color: var(--dl-color-theme-secondary2);
}
 
.contact11-content4 {
  gap: 16px;
  width: 389px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact11-contact-info1 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  padding: 0x;
  align-self: stretch;
  align-items: flex-start;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  flex-direction: column;
  padding-bottom: 0px;
}
 
.contact11-text11 {
  font-size: 16px;
  font-family: "DM Sans";
}
 
.contact11-text12 {
  font-size: 1.5rem;
  align-self: flex-start;
  font-style: normal;
  margin-top: -20px;
  text-align: center;
  font-family: "Bricolage Grotesque";
  font-weight: 500;
}
 
.contact11-contact-info2 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  padding-top: 0nit;
  padding-left: 0px;
  padding-right: 0px;
  flex-direction: column;
  padding-bottom: 0px;
}
 
.contact11-text13 {
  display: flex;
  font-size: 16px;
  font-family: "DM Sans";
  flex-direction: row;
  justify-content: flex-start;
}
 
.contact11-text14 {
  display: flex;
  font-size: 1.5rem;
  align-self: flex-start;
  font-style: normal;
  margin-top: -20px;
  text-align: left;
  font-family: "Bricolage Grotesque";
  font-weight: 500;
  justify-content: flex-start;
}
 
.contact11-contact-info3 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  flex-direction: column;
  padding-bottom: 0px;
}
 
.contact11-text15 {
  font-size: 16px;
  font-family: "DM Sans";
}
 
.contact11-link1 {
  display: contents;
}
 
.contact11-text16 {
  font-size: 1.5rem;
  align-self: flex-start;
  font-style: normal;
  margin-top: -20px;
  text-align: center;
  font-family: "Bricolage Grotesque";
  font-weight: 500;
  text-decoration: underline;
}
 
.contact11-contact-info4 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  flex-direction: column;
  padding-bottom: 0px;
}
 
.contact11-text17 {
  font-size: 16px;
  font-family: "DM Sans";
}
 
.contact11-link2 {
  display: contents;
}
 
.contact11-text18 {
  font-size: 1.5rem;
  align-self: flex-start;
  font-style: normal;
  margin-top: -20px;
  text-align: center;
  font-family: "Bricolage Grotesque";
  font-weight: 500;
  text-decoration: underline;
}
 
.contact11-container2 {
  width: 841px;
  height: 420px;
  display: flex;
  align-items: flex-start;
  margin-left: 11px;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: dashed;
  border-width: 0px;
  border-radius: var(--dl-layout-radius-radius8);
  flex-direction: column;
  background-size: cover;
  background-image: url("public/map-1400w.png");
}
 
.home-fragment87 {
  display: contents;
}
 
.home-text233 {
  display: inline-block;
  font-style: normal;
  font-family: "Bricolage Grotesque";
  font-weight: 500;
}
 
.home-fragment88 {
  display: contents;
}
 
.home-text234 {
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-family: "DM Sans";
  font-weight: 400;
}
 
.home-fragment86 {
  display: contents;
}
 
.home-text232 {
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-family: "DM Sans";
  font-weight: 400;
}
 
.home-fragment90 {
  display: contents;
}
 
.home-text236 {
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-family: "DM Sans";
  font-weight: 400;
}
 
.home-fragment89 {
  display: contents;
}
 
.home-text235 {
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-family: "DM Sans";
  font-weight: 400;
}
 

 

 

 

 

 

 

 

 

 
@media(max-width: 991px) {
  .contact11-content2 {
    position: relative;
    align-items: flex-start;
    flex-direction: column;
  }
}
 
@media(max-width: 767px) {
  .contact11-max-width {
    width: 378px;
  }
  .contact11-content2 {
    width: 371px;
  }
  .contact11-content3 {
    width: 364px;
  }
  .contact11-content4 {
    width: 352px;
  }
  .contact11-container2 {
    width: 373px;
    margin-left: 0px;
  }
}
 
@media(max-width: 479px) {
  .contact11-container1 {
    width: 100%;
    height: 819px;
  }
  .contact11-max-width {
    width: 100%;
    height: 740px;
  }
  .contact11-text10 {
    font-size: 1.5rem;
  }
  .contact11-content2 {
    width: 100%;
    height: 642px;
  }
  .contact11-content3 {
    width: 100%;
  }
  .contact11-content4 {
    width: 100%;
  }
  .contact11-text14 {
    font-size: 1.5rem;
    font-style: normal;
    font-family: Bricolage Grotesque;
    font-weight: 500;
  }
  .contact11-container2 {
    width: 100%;
    height: 204px;
    margin-left: 0px;
  }
  .home-text233 {
    font-size: 1.5rem;
    font-style: normal;
    font-family: Bricolage Grotesque;
    font-weight: 500;
  }
}

.footer2-wrapper {
  display: contents;
}
 
.footer2-footer2 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
  background-color: #92766E;
}
 
.footer2-max-width {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.footer2-content3 {
  gap: var(--dl-layout-space-fourunits);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.footer2-links {
  gap: var(--dl-layout-space-fiveunits);
  width: auto;
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
}
 
.footer2-column {
  width: auto;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.footer2-image1 {
  height: 25px;
}
 
.footer2-container1 {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
 
.footer2-column1 {
  gap: var(--dl-layout-space-unit);
  width: auto;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  max-width: 300px;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.footer2-column1-title {
  fill: #ffffff;
  color: #ffffff;
  font-size: 1.5rem;
  margin-right: var(--dl-layout-space-halfunit);
}
 
.footer2-footer-links1 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  margin-right: var(--dl-layout-space-halfunit);
  flex-direction: column;
}
 
.footer2-link1 {
  fill: #ffffff;
  color: rgb(255, 255, 255);
  font-style: normal;
  font-family: "DM Sans";
  font-weight: 400;
  text-decoration: none;
}
 
.footer2-link2 {
  fill: #ffffff;
  color: rgb(255, 255, 255);
  font-style: normal;
  font-family: "DM Sans";
  font-weight: 400;
}
 
.footer2-link3 {
  fill: #ffffff;
  color: rgb(255, 255, 255);
  font-style: normal;
  font-family: "DM Sans";
  font-weight: 400;
  text-decoration: none;
}
 
.footer2-link5 {
  fill: #ffffff;
  color: rgb(255, 255, 255);
  font-style: normal;
  font-family: "DM Sans";
  font-weight: 400;
  text-decoration: none;
}
 
.footer2-column2 {
  gap: var(--dl-layout-space-unit);
  width: auto;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  max-width: 300px;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.footer2-column2-title1 {
  fill: #ffffff;
  color: #ffffff;
  font-size: 1.5rem;
}
 
.footer2-link4 {
  display: contents;
}
 
.footer2-footer-links2 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
  text-decoration: none;
}
 
.footer2-link61 {
  fill: #ffffff;
  color: rgb(255, 255, 255);
  font-style: normal;
  font-family: "DM Sans";
  font-weight: 400;
}
 
.footer2-link7 {
  display: contents;
}
 
.footer2-footer-links3 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
  text-decoration: none;
}
 
.footer2-link62 {
  fill: #ffffff;
  color: rgb(255, 255, 255);
  font-style: normal;
  font-family: "DM Sans";
  font-weight: 400;
}
 
.footer2-column3 {
  gap: var(--dl-layout-space-unit);
  width: auto;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  max-width: 300px;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.footer2-column2-title2 {
  fill: #ffffff;
  color: #ffffff;
  font-size: 1.5rem;
}
 
.footer2-social-links {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
}
 
.footer2-link8 {
  display: contents;
}
 
.footer2-icon1 {
  fill: var(--dl-color-theme-accent1);
  text-decoration: none;
}
 
.footer2-link9 {
  display: contents;
}
 
.footer2-icon3 {
  fill: var(--dl-color-theme-accent1);
  text-decoration: none;
}
 
.footer2-newslatter {
  gap: 24px;
  width: 428px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.footer2-content4 {
  gap: 16px;
  width: 100%;
  display: none;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.footer2-column3-title {
  fill: #ffffff;
  color: rgb(255, 255, 255);
  font-size: 1.5rem;
  font-style: normal;
  font-family: "Bricolage Grotesque";
  font-weight: 500;
}
 
.footer2-content1 {
  fill: #ffffff;
  color: #ffffff;
  font-style: normal;
  font-family: "DM Sans";
  font-weight: 400;
}
 
.footer2-actions {
  gap: 16px;
  width: 100%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.footer2-form {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: none;
  align-self: stretch;
  align-items: stretch;
  flex-shrink: 0;
}
 
.footer2-container2 {
  width: 365px;
  display: flex;
  align-items: flex-start;
}
 
.footer2-text-input {
  gap: 8px;
  fill: #201313;
  color: #201313;
  width: 100%;
  height: 32px;
  display: flex;
  font-size: 14px;
  box-sizing: content-box;
  align-items: center;
  font-family: "DM Sans";
  font-weight: 400;
  border-width: 0px;
  background-color: #FAF5F2;
}
 
.footer2-button {
  width: 191px;
  border-color: #201313;
  background-color: #201313;
}
 
.footer2-action1 {
  fill: #ffffff;
  color: #ffffff;
}
 
.footer2-content2 {
  fill: #ffffff;
  color: #ffffff;
}
 
.home-fragment102 {
  display: contents;
}
 
.home-text248 {
  display: inline-block;
}
 
.home-fragment99 {
  display: contents;
}
 
.home-text245 {
  display: inline-block;
}
 
.home-fragment97 {
  display: contents;
}
 
.home-text243 {
  display: inline-block;
}
 
.home-fragment101 {
  display: contents;
}
 
.home-text247 {
  display: inline-block;
}
 
.home-fragment94 {
  display: contents;
}
 
.home-text240 {
  display: inline-block;
}
 
.home-fragment95 {
  display: contents;
}
 
.home-text241 {
  display: inline-block;
}
 
.home-fragment96 {
  display: contents;
}
 
.home-text242 {
  display: inline-block;
}
 
.home-fragment98 {
  display: contents;
}
 
.home-text244 {
  display: inline-block;
}
 
.home-fragment91 {
  display: contents;
}
 
.home-text237 {
  display: inline-block;
}
 
.home-fragment92 {
  display: contents;
}
 
.home-text238 {
  display: inline-block;
}
 
.home-fragment93 {
  display: contents;
}
 
.home-text239 {
  display: inline-block;
}
 
.home-fragment100 {
  display: contents;
}
 
.home-text246 {
  display: inline-block;
}
 
.home-fragment103 {
  display: contents;
}
 
.home-text249 {
  display: inline-block;
}
 

 

 

 

 

 

 

 

 

 
@media(max-width: 991px) {
  .footer2-content3 {
    flex-direction: column;
  }
  .footer2-links {
    gap: var(--dl-layout-space-fiveunits);
    width: 100%;
  }
  .footer2-container1 {
    gap: var(--dl-layout-space-unit);
    width: 100%;
  }
  .footer2-newslatter {
    width: 100%;
  }
  .footer2-form {
    width: 100%;
    flex-direction: column;
  }
  .footer2-container2 {
    width: 100%;
  }
  .footer2-text-input {
    width: 100%;
    padding: var(--dl-layout-space-halfunit);
  }
  .footer2-button {
    width: 100%;
    padding-top: var(--dl-layout-space-halfunit);
    padding-left: var(--dl-layout-space-halfunit);
    padding-right: var(--dl-layout-space-halfunit);
    padding-bottom: var(--dl-layout-space-halfunit);
  }
}
 
@media(max-width: 767px) {
  .footer2-content3 {
    flex-direction: column;
  }
  .footer2-links {
    gap: var(--dl-layout-space-threeunits);
    width: 100%;
    flex-direction: column;
  }
  .footer2-container1 {
    width: 100%;
  }
  .footer2-column1 {
    flex: 1;
    width: 100%;
    align-items: center;
  }
  .footer2-footer-links1 {
    align-self: center;
  }
  .footer2-column2 {
    flex: 1;
    width: 100%;
    max-width: 100%;
    align-items: center;
  }
  .footer2-footer-links2 {
    align-self: center;
  }
  .footer2-footer-links3 {
    align-self: center;
  }
  .footer2-column3 {
    flex: 1;
    width: 100%;
    max-width: 100%;
    align-items: center;
  }
  .footer2-newslatter {
    width: 100%;
  }
  .footer2-form {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
  }
  .footer2-container2 {
    width: 100%;
  }
  .footer2-button {
    width: 208px;
  }
}
 
@media(max-width: 479px) {
  .footer2-max-width {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .footer2-links {
    gap: var(--dl-layout-space-oneandhalfunits);
    align-self: center;
    align-items: center;
  }
  .footer2-container1 {
    gap: var(--dl-layout-space-halfunit);
    flex-direction: column;
  }
  .footer2-column1 {
    width: 100%;
    max-width: 100%;
    align-items: center;
    justify-content: center;
  }
  .footer2-footer-links1 {
    align-items: center;
    justify-content: center;
  }
  .footer2-column2 {
    width: 100%;
    max-width: 100%;
    align-items: center;
    justify-content: center;
  }
  .footer2-footer-links2 {
    align-items: center;
    justify-content: center;
  }
  .footer2-footer-links3 {
    align-items: center;
    justify-content: center;
  }
  .footer2-column3 {
    width: 100%;
    max-width: 100%;
    align-items: center;
    justify-content: center;
  }
  .footer2-column3-title {
    align-self: center;
    text-align: center;
  }
  .footer2-content1 {
    text-align: center;
  }
  .footer2-actions {
    width: 100%;
  }
  .footer2-form {
    width: 100%;
    flex-direction: column;
  }
  .footer2-container2 {
    width: 100%;
  }
  .footer2-button {
    width: 100%;
  }
  .footer2-content2 {
    align-self: center;
    text-align: center;
  }
}

.home-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
 
.home-fragment10 {
  display: contents;
}
 
.home-text100 {
  display: inline-block;
}
 
.home-fragment11 {
  display: contents;
}
 
.home-text101 {
  display: inline-block;
}
 
.home-fragment12 {
  display: contents;
}
 
.home-text102 {
  display: inline-block;
}
 
.home-fragment13 {
  display: contents;
}
 
.home-text103 {
  display: inline-block;
}
 
.home-fragment14 {
  display: contents;
}
 
.home-text104 {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-style: normal;
  font-family: "Montserrat";
  font-weight: 400;
}
 
.home-fragment15 {
  display: contents;
}
 
.home-text105 {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-style: normal;
  font-family: "Montserrat";
  font-weight: 400;
}
 
.home-fragment16 {
  display: contents;
}
 
.home-text106 {
  display: inline-block;
}
 
.home-fragment17 {
  display: contents;
}
 
.home-text107 {
  display: inline-block;
}
 
.home-fragment18 {
  display: contents;
}
 
.home-text108 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-style: normal;
  font-family: "DM Sans";
  font-weight: 400;
}
 
.home-fragment19 {
  display: contents;
}
 
.home-text117 {
  display: inline-block;
}
 
.home-fragment20 {
  display: contents;
}
 
.home-text118 {
  display: inline-block;
}
 
.home-fragment21 {
  display: contents;
}
 
.home-text119 {
  display: inline-block;
}
 
.home-fragment22 {
  display: contents;
}
 
.home-text120 {
  display: inline-block;
}
 
.home-fragment23 {
  display: contents;
}
 
.home-text121 {
  display: inline-block;
}
 
.home-fragment24 {
  display: contents;
}
 
.home-text122 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-style: normal;
  font-family: "DM Sans";
  font-weight: 400;
}
 
.home-fragment25 {
  display: contents;
}
 
.home-text128 {
  display: inline-block;
}
 
.home-fragment26 {
  display: contents;
}
 
.home-text132 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-style: normal;
  font-family: "DM Sans";
  font-weight: 400;
}
 
.home-fragment27 {
  display: contents;
}
 
.home-text133 {
  display: inline-block;
}
 
.home-fragment28 {
  display: contents;
}
 
.home-text137 {
  color: rgb(50, 30, 30);
  display: inline-block;
  font-style: normal;
  font-family: "Bricolage Grotesque";
  font-weight: 500;
}
 
.home-fragment29 {
  display: contents;
}
 
.home-text138 {
  color: transparent;
  display: inline-block;
}
 
.home-fragment30 {
  display: contents;
}
 
.home-text139 {
  color: transparent;
  width: 100%;
  height: 100%;
  display: inline-block;
}
 
.home-fragment31 {
  display: contents;
}
 
.home-text140 {
  color: transparent;
  width: 100%;
  height: 100%;
  display: inline-block;
}
 
.home-fragment32 {
  display: contents;
}
 
.home-text141 {
  color: transparent;
  width: 100%;
  height: 100%;
  display: inline-block;
}
 
.home-fragment33 {
  display: contents;
}
 
.home-text142 {
  fill: var(--dl-color-theme-primary1);
  color: transparent;
  width: 100%;
  height: 100%;
  display: inline-block;
}
 
.home-fragment34 {
  display: contents;
}
 
.home-text143 {
  width: 100%;
  height: 100%;
  display: inline-block;
}
 
.home-fragment35 {
  display: contents;
}
 
.home-text144 {
  color: transparent;
  width: 100%;
  height: 100%;
  display: inline-block;
}
 
.home-fragment36 {
  display: contents;
}
 
.home-text145 {
  color: transparent;
  width: 100%;
  height: 100%;
  display: inline-block;
}
 
.home-fragment37 {
  display: contents;
}
 
.home-text146 {
  color: transparent;
  width: 100%;
  height: 100%;
  display: inline-block;
}
 
.home-fragment38 {
  display: contents;
}
 
.home-text147 {
  display: inline-block;
  font-size: 2rem;
  font-style: normal;
  font-family: "Bricolage Grotesque";
  font-weight: 500;
}
 
.home-fragment39 {
  display: contents;
}
 
.home-text148 {
  display: inline-block;
}
 
.home-fragment40 {
  display: contents;
}
 
.home-text149 {
  display: inline-block;
}
 
.home-fragment41 {
  display: contents;
}
 
.home-text150 {
  display: inline-block;
}
 
.home-fragment42 {
  display: contents;
}
 
.home-text153 {
  display: inline-block;
  font-style: normal;
  font-family: "Bricolage Grotesque";
  font-weight: 500;
}
 
.home-fragment43 {
  display: contents;
}
 
.home-text154 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-style: normal;
  font-family: "Bricolage Grotesque";
  font-weight: 500;
}
 
.home-fragment44 {
  display: contents;
}
 
.home-text157 {
  display: inline-block;
  font-style: normal;
  font-family: "Bricolage Grotesque";
  font-weight: 500;
}
 
.home-fragment45 {
  display: contents;
}
 
.home-text158 {
  display: inline-block;
  font-style: normal;
  font-family: "Bricolage Grotesque";
  font-weight: 500;
}
 
.home-fragment46 {
  display: contents;
}
 
.home-text159 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-style: normal;
  font-family: "Bricolage Grotesque";
  font-weight: 500;
}
 
.home-fragment47 {
  display: contents;
}
 
.home-text160 {
  display: inline-block;
  font-style: normal;
  font-family: "Bricolage Grotesque";
  font-weight: 500;
}
 
.home-fragment48 {
  display: contents;
}
 
.home-text161 {
  display: inline-block;
}
 
.home-fragment49 {
  display: contents;
}
 
.home-text164 {
  display: inline-block;
}
 
.home-fragment50 {
  display: contents;
}
 
.home-text167 {
  display: inline-block;
}
 
.home-fragment51 {
  display: contents;
}
 
.home-text170 {
  display: inline-block;
}
 
.home-fragment52 {
  display: contents;
}
 
.home-text173 {
  display: inline-block;
}
 
.home-fragment53 {
  display: contents;
}
 
.home-text176 {
  display: inline-block;
}
 
.home-fragment54 {
  display: contents;
}
 
.home-text179 {
  display: inline-block;
}
 
.home-fragment55 {
  display: contents;
}
 
.home-text182 {
  display: inline-block;
}
 
.home-fragment56 {
  display: contents;
}
 
.home-text185 {
  display: inline-block;
}
 
.home-fragment57 {
  display: contents;
}
 
.home-text186 {
  display: inline-block;
}
 
.home-fragment58 {
  display: contents;
}
 
.home-text187 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-size: 1.5rem;
  font-style: normal;
  font-family: "Bricolage Grotesque";
  font-weight: 500;
}
 
.home-fragment59 {
  display: contents;
}
 
.home-text188 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-style: normal;
  font-family: "DM Sans";
  font-weight: 400;
}
 
.home-fragment60 {
  display: contents;
}
 
.home-text192 {
  display: inline-block;
}
 
.home-fragment61 {
  display: contents;
}
 
.home-text193 {
  display: inline-block;
}
 
.home-fragment62 {
  display: contents;
}
 
.home-text194 {
  display: inline-block;
}
 
.home-fragment63 {
  display: contents;
}
 
.home-text195 {
  display: inline-block;
}
 
.home-fragment64 {
  display: contents;
}
 
.home-text198 {
  display: inline-block;
}
 
.home-fragment65 {
  display: contents;
}
 
.home-text199 {
  display: inline-block;
}
 
.home-fragment66 {
  display: contents;
}
 
.home-text202 {
  display: inline-block;
}
 
.home-fragment67 {
  display: contents;
}
 
.home-text203 {
  display: inline-block;
}
 
.home-fragment68 {
  display: contents;
}
 
.home-text206 {
  display: inline-block;
}
 
.home-fragment69 {
  display: contents;
}
 
.home-text207 {
  display: inline-block;
}
 
.home-fragment70 {
  display: contents;
}
 
.home-text208 {
  display: inline-block;
}
 
.home-fragment71 {
  display: contents;
}
 
.home-text209 {
  display: inline-block;
}
 
.home-fragment72 {
  display: contents;
}
 
.home-text212 {
  display: inline-block;
}
 
.home-fragment73 {
  display: contents;
}
 
.home-text215 {
  display: inline-block;
}
 
.home-fragment74 {
  display: contents;
}
 
.home-text218 {
  display: inline-block;
}
 
.home-fragment75 {
  display: contents;
}
 
.home-text221 {
  display: inline-block;
}
 
.home-fragment76 {
  display: contents;
}
 
.home-text222 {
  display: inline-block;
}
 
.home-fragment77 {
  display: contents;
}
 
.home-text223 {
  display: inline-block;
}
 
.home-fragment78 {
  display: contents;
}
 
.home-text224 {
  display: inline-block;
}
 
.home-fragment79 {
  display: contents;
}
 
.home-text225 {
  display: inline-block;
}
 
.home-fragment80 {
  display: contents;
}
 
.home-text226 {
  display: inline-block;
}
 
.home-fragment81 {
  display: contents;
}
 
.home-text227 {
  display: inline-block;
}
 
.home-fragment82 {
  display: contents;
}
 
.home-text228 {
  display: inline-block;
}
 
.home-fragment83 {
  display: contents;
}
 
.home-text229 {
  display: inline-block;
}
 
.home-fragment84 {
  display: contents;
}
 
.home-text230 {
  display: inline-block;
}
 
.home-fragment85 {
  display: contents;
}
 
.home-text231 {
  display: inline-block;
}
 
.home-fragment86 {
  display: contents;
}
 
.home-text232 {
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-family: "DM Sans";
  font-weight: 400;
}
 
.home-fragment87 {
  display: contents;
}
 
.home-text233 {
  display: inline-block;
  font-style: normal;
  font-family: "Bricolage Grotesque";
  font-weight: 500;
}
 
.home-fragment88 {
  display: contents;
}
 
.home-text234 {
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-family: "DM Sans";
  font-weight: 400;
}
 
.home-fragment89 {
  display: contents;
}
 
.home-text235 {
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-family: "DM Sans";
  font-weight: 400;
}
 
.home-fragment90 {
  display: contents;
}
 
.home-text236 {
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-family: "DM Sans";
  font-weight: 400;
}
 
.home-fragment91 {
  display: contents;
}
 
.home-text237 {
  display: inline-block;
}
 
.home-fragment92 {
  display: contents;
}
 
.home-text238 {
  display: inline-block;
}
 
.home-fragment93 {
  display: contents;
}
 
.home-text239 {
  display: inline-block;
}
 
.home-fragment94 {
  display: contents;
}
 
.home-text240 {
  display: inline-block;
}
 
.home-fragment95 {
  display: contents;
}
 
.home-text241 {
  display: inline-block;
}
 
.home-fragment96 {
  display: contents;
}
 
.home-text242 {
  display: inline-block;
}
 
.home-fragment97 {
  display: contents;
}
 
.home-text243 {
  display: inline-block;
}
 
.home-fragment98 {
  display: contents;
}
 
.home-text244 {
  display: inline-block;
}
 
.home-fragment99 {
  display: contents;
}
 
.home-text245 {
  display: inline-block;
}
 
.home-fragment100 {
  display: contents;
}
 
.home-text246 {
  display: inline-block;
}
 
.home-fragment101 {
  display: contents;
}
 
.home-text247 {
  display: inline-block;
}
 
.home-fragment102 {
  display: contents;
}
 
.home-text248 {
  display: inline-block;
}
 
.home-fragment103 {
  display: contents;
}
 
.home-text249 {
  display: inline-block;
}
 
@media(max-width: 479px) {
  .home-text108 {
    color: var(--dl-color-theme-primary1);
    font-style: normal;
    font-family: DM Sans;
    font-weight: 400;
  }
  .home-text110 {
    font-weight: 700;
  }
  .home-text115 {
    font-weight: 700;
  }
  .home-text122 {
    color: var(--dl-color-theme-primary1);
    font-style: normal;
    font-family: DM Sans;
    font-weight: 400;
  }
  .home-text124 {
    font-weight: 700;
  }
  .home-text126 {
    font-weight: 700;
  }
  .home-text132 {
    color: var(--dl-color-theme-primary1);
    font-style: normal;
    font-family: DM Sans;
    font-weight: 400;
  }
  .home-text145 {
    color: transparent;
  }
  .home-text147 {
    font-size: 1.5rem;
    font-style: normal;
    font-family: Bricolage Grotesque;
    font-weight: 500;
  }
  .home-text187 {
    color: var(--dl-color-theme-primary1);
    font-style: normal;
    font-family: Bricolage Grotesque;
    font-weight: 500;
  }
  .home-text233 {
    font-size: 1.5rem;
    font-style: normal;
    font-family: Bricolage Grotesque;
    font-weight: 500;
  }
}
