.navigation-links-wrapper {
  display: contents;
}
 
.navigation-links-nav {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.navigation-links-text1 {
  cursor: pointer;
  transition: 0.3s;
}
 
.navigation-links-text1:hover {
  color: var(--dl-color-scheme-brown);
}
 
.navigation-links-text2 {
  cursor: pointer;
  transition: 0.3s;
  margin-left: 41px;
}
 
.navigation-links-text2:hover {
  color: var(--dl-color-scheme-brown);
}
 
.sccm-fragment {
  display: contents;
}
 
.sccm-text10 {
  display: inline-block;
  font-size: 30px;
  font-family: "DM Serif Display";
}
 

 

 

 

 

 

 

 

 
.navigation-linksroot-class-name8 {
  margin-right: var(--dl-layout-space-threeunits);
}
 

 
.navigation-linksroot-class-name10 {
  margin-right: var(--dl-layout-space-threeunits);
}
 

 
.navigation-linksroot-class-name17 {
  margin-right: var(--dl-layout-space-threeunits);
}
 
@media(max-width: 767px) {
  .navigation-links-nav {
    align-items: flex-start;
    flex-direction: column;
  }
  .navigation-links-text1 {
    margin-bottom: var(--dl-layout-space-unit);
  }
  .navigation-links-text2 {
    margin-left: 0;
    margin-bottom: var(--dl-layout-space-unit);
  }
}

.navigation-links-wrapper-hchu {
  display: contents;
}
 
.navigation-links-nav1 {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.navigation-links-text3 {
  cursor: pointer;
  transition: 0.3s;
}
 
.navigation-links-text3:hover {
  color: var(--dl-color-scheme-brown);
}
 
.navigation-links-text4 {
  cursor: pointer;
  transition: 0.3s;
  margin-left: 41px;
}
 
.navigation-links-text4:hover {
  color: var(--dl-color-scheme-brown);
}
 
.sccm-fragment {
  display: contents;
}
 
.sccm-text10 {
  display: inline-block;
  font-size: 30px;
  font-family: "DM Serif Display";
}
 

 

 

 

 

 

 

 

 
.navigation-linksroot-class-name8 {
  margin-right: var(--dl-layout-space-threeunits);
}
 

 
.navigation-linksroot-class-name10 {
  margin-right: var(--dl-layout-space-threeunits);
}
 

 
.navigation-linksroot-class-name17 {
  margin-right: var(--dl-layout-space-threeunits);
}
 
@media(max-width: 767px) {
  .navigation-links-nav1 {
    align-items: flex-start;
    flex-direction: column;
  }
  .navigation-links-text3 {
    margin-bottom: var(--dl-layout-space-unit);
  }
  .navigation-links-text4 {
    margin-left: 0;
    margin-bottom: var(--dl-layout-space-unit);
  }
}

.navigation-sccm1-wrapper {
  display: contents;
}
 
.navigation-sccm1-header {
  top: 0;
  width: 100%;
  display: flex;
  z-index: 100;
  position: fixed;
  align-items: center;
  justify-content: center;
  background-color: var(--dl-color-scheme-white);
}
 
.navigation-sccm1-max-width {
  width: 100%;
  display: flex;
  max-width: var(--dl-layout-size-maxwidth);
  align-items: center;
  padding-top: var(--dl-layout-space-twounits);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  padding-bottom: var(--dl-layout-space-twounits);
  justify-content: space-between;
}
 
.navigation-sccm1-container1 {
  flex: 0 0 auto;
  width: 532px;
  height: 137px;
  display: flex;
  align-items: center;
  border-color: var(--dl-color-scheme-white);
  border-style: dashed;
  border-width: 2px;
  flex-direction: row;
}
 
.navigation-sccm1-image1 {
  width: 200px;
  object-fit: cover;
}
 
.navigation-sccm1-nav1 {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.navigation-sccm1-burger-menu {
  display: none;
}
 
.navigation-sccm1-icon1 {
  fill: var(--dl-color-scheme-darkblue);
  width: 24px;
  height: 24px;
  display: flex;
}
 
.navigation-sccm1-nav2 {
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
}
 
.navigation-sccm1-container2 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-threeunits);
  justify-content: space-between;
}
 
.navigation-sccm1-close-mobile-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.navigation-sccm1-icon3 {
  width: 24px;
  height: 24px;
}
 
.sccm-fragment {
  display: contents;
}
 
.sccm-text10 {
  display: inline-block;
  font-size: 30px;
  font-family: "DM Serif Display";
}
 

 
@media(max-width: 991px) {
  .navigation-sccm1-nav1 {
    display: none;
  }
  .navigation-sccm1-burger-menu {
    display: flex;
  }
}
 
@media(max-width: 767px) {
  .navigation-sccm1-max-width {
    padding: var(--dl-layout-space-unit);
  }
}
 
@media(max-width: 479px) {
  .navigation-sccm1root-class-name {
    position: static;
  }
}

.services-card-wrapper {
  display: contents;
}
 
.services-card-container {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  border-radius: var(--dl-layout-radius-radius4);
  margin-bottom: var(--dl-layout-space-twounits);
  justify-content: center;
  background-color: rgba(182, 71, 47, 0.1);
}
 
.services-card-image {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
 
.services-card-text1 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: var(--dl-layout-space-halfunit);
}
 
.services-card-text2 {
  margin-bottom: var(--dl-layout-space-oneandhalfunits);
}

.services-card-wrapper-zvse {
  display: contents;
}
 
.services-card-container1 {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  border-radius: var(--dl-layout-radius-radius4);
  margin-bottom: var(--dl-layout-space-twounits);
  justify-content: center;
  background-color: rgba(182, 71, 47, 0.1);
}
 
.services-card-image1 {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
 
.services-card-text3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: var(--dl-layout-space-halfunit);
}
 
.services-card-text4 {
  margin-bottom: var(--dl-layout-space-oneandhalfunits);
}

.services-card-wrapper-xzsc {
  display: contents;
}
 
.services-card-container2 {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  border-radius: var(--dl-layout-radius-radius4);
  margin-bottom: var(--dl-layout-space-twounits);
  justify-content: center;
  background-color: rgba(182, 71, 47, 0.1);
}
 
.services-card-image2 {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
 
.services-card-text5 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: var(--dl-layout-space-halfunit);
}
 
.services-card-text6 {
  margin-bottom: var(--dl-layout-space-oneandhalfunits);
}

.sccm-container1 {
  width: 100%;
  display: flex;
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  align-items: center;
  flex-direction: column;
}
 
.sccm-fragment {
  display: contents;
}
 
.sccm-text10 {
  display: inline-block;
  font-size: 30px;
  font-family: "DM Serif Display";
}
 
.sccm-hero {
  height: 907px;
  display: flex;
  position: relative;
  padding-top: 200px;
  padding-bottom: var(--dl-layout-space-unit);
  background-color: #f9f4f0;
}
 
.sccm-max-width1 {
  width: auto;
  height: 681px;
  margin-top: var(--dl-layout-space-threeunits);
}
 
.sccm-heading-container1 {
  flex: 1;
  width: 967px;
  height: 747px;
  display: flex;
  max-width: 100%;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.sccm-text11 {
  color: #000000;
  font-size: 46px;
  align-self: flex-start;
  font-style: normal;
  text-align: left;
  font-family: "DM Serif Display";
  font-weight: 400;
  line-height: 63px;
  margin-bottom: var(--dl-layout-space-fourunits);
  letter-spacing: 0.01em;
  text-transform: capitalize;
  text-decoration: none;
}
 
.sccm-cards-container1 {
  width: 100%;
  height: 509px;
  display: flex;
  grid-gap: 20px;
}
 
.sccm-container2 {
  flex: 0 0 auto;
  width: 495px;
  height: 100%;
  display: flex;
  align-items: flex-start;
}
 
.sccm-image {
  width: 487px;
  height: 492px;
  align-self: flex-start;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  object-fit: cover;
}
 
.sccm-container3 {
  flex: 0 0 auto;
  width: 423px;
  height: 498px;
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
 
.sccm-text12 {
  color: #000000;
  font-size: 35px;
  font-style: normal;
  margin-top: var(--dl-layout-space-twounits);
  text-align: center;
  font-family: "Arial";
  font-weight: 700;
  line-height: 1.44;
  margin-bottom: var(--dl-layout-space-threeunits);
  text-transform: capitalize;
}
 
.sccm-text13 {
  color: rgb(0, 0, 0);
  font-size: 22px;
  font-style: normal;
  margin-top: var(--dl-layout-space-twounits);
  text-align: center;
  font-family: "Arial";
  font-weight: 700;
  line-height: 1.44;
  margin-bottom: var(--dl-layout-space-threeunits);
  text-transform: capitalize;
}
 
.sccm-primary {
  color: rgb(249, 248, 248);
  font-style: normal;
  margin-top: var(--dl-layout-space-threeunits);
  font-weight: 700;
  margin-bottom: 0px;
  background-color: #51515a;
}
 
.sccm-main {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.sccm-services {
  display: flex;
  padding-top: var(--dl-layout-space-fiveunits);
  flex-direction: column;
  background-color: var(--dl-color-scheme-lightbrown);
}
 
.sccm-max-width2 {
  flex-direction: column;
}
 
.sccm-heading-container2 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-end;
  margin-bottom: var(--dl-layout-space-fourunits);
  flex-direction: row;
  justify-content: space-between;
}
 
.sccm-text-container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.sccm-text14 {
  color: var(--dl-color-scheme-brown);
  font-style: normal;
  text-align: center;
  font-weight: 700;
  margin-bottom: 4px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
 
.sccm-controls {
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: grid;
  grid-gap: 12px;
  grid-template-columns: 1fr 1fr;
}
 
.sccm-cards-container2 {
  width: 996px;
  display: flex;
  grid-gap: 20px;
}
 
.sccm-footer {
  padding-top: var(--dl-layout-space-threeunits);
}
 
.sccm-top-part {
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-direction: row;
  justify-content: space-between;
}
 
.sccm-links-container {
  width: 100%;
  display: flex;
  align-self: center;
  align-items: flex-start;
  flex-direction: column;
}
 
.sccm-navigate-container {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.sccm-text16 {
  color: var(--dl-color-scheme-brown);
  font-weight: 700;
  margin-bottom: var(--dl-layout-space-halfunit);
}
 
.sccm-text17 {
  margin-bottom: 0px;
}
 
.sccm-text18 {
  margin-bottom: var(--dl-layout-space-unit);
}
 
.sccm-contact-container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.sccm-text19 {
  color: var(--dl-color-scheme-brown);
  font-weight: 700;
  margin-bottom: var(--dl-layout-space-halfunit);
}
 
.sccm-text20 {
  margin-bottom: var(--dl-layout-space-unit);
}
 
.sccm-separator {
  width: 100%;
  height: 1px;
  margin-top: var(--dl-layout-space-twounits);
  margin-bottom: var(--dl-layout-space-twounits);
  background-color: #D9D9D9;
}
 
@media(max-width: 991px) {
  .sccm-heading-container1 {
    max-width: 100%;
    margin-bottom: 42px;
  }
}
 
@media(max-width: 767px) {
  .sccm-cards-container2 {
    align-items: center;
    flex-direction: column;
  }
  .sccm-top-part {
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
  }
  .sccm-links-container {
    width: 100%;
    align-items: flex-start;
    margin-bottom: var(--dl-layout-space-oneandhalfunits);
    flex-direction: row;
  }
}
 
@media(max-width: 479px) {
  .sccm-hero {
    width: 100%;
    height: 866px;
  }
  .sccm-heading-container1 {
    height: 1013px;
    padding-bottom: var(--dl-layout-space-twounits);
  }
  .sccm-text11 {
    width: 478px;
    height: 211px;
    display: flex;
    flex-wrap: wrap;
    align-self: center;
    margin-top: var(--dl-layout-space-fourunits);
    text-align: center;
    margin-right: 0px;
    margin-bottom: 0px;
    justify-content: center;
  }
  .sccm-cards-container1 {
    flex: 0;
    height: auto;
    align-items: center;
    flex-direction: column;
    padding-bottom: 0px;
    justify-content: space-between;
  }
  .sccm-container2 {
    height: 495px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .sccm-container3 {
    height: 469px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .sccm-primary {
    margin-bottom: 0px;
  }
  .sccm-max-width2 {
    height: 1748px;
  }
  .sccm-top-part {
    align-items: center;
    flex-direction: column;
  }
  .sccm-links-container {
    gap: var(--dl-layout-space-twounits);
    flex-direction: column;
    justify-content: flex-start;
  }
  .sccm-contact-container {
    align-items: flex-start;
    margin-bottom: 0px;
  }
}
