.blog-post-card2-blog-post-card {
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  box-shadow: 4px 4px 10px 0px rgba(18, 18, 18, 0.1);
  transition: 0.3s;
  align-items: stretch;
  flex-direction: row;
  justify-content: space-between;
}
.blog-post-card2-blog-post-card:hover {
  transform: scale(1.02);
}
.blog-post-card2-image {
  width: 350px;
  height: 350px;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 0px;
}
.blog-post-card2-container {
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-twounits);
  padding-right: var(--dl-space-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: space-between;
}
.blog-post-card2-container1 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-halfunit);
  flex-direction: row;
  justify-content: space-between;
}
.blog-post-card2-text {
  color: var(--dl-color-gray-900);
  font-weight: 600;
  text-transform: uppercase;
}
.blog-post-card2-text1 {
  color: #ffffff;
  margin-bottom: var(--dl-space-space-twounits);
}
.blog-post-card2-text2 {
  color: var(--dl-color-gray-900);
  font-size: 1.25rem;
  margin-bottom: var(--dl-space-space-fourunits);
}
.blog-post-card2-root-class-name {
  background-color: var(--dl-color-custom-secondary1);
}
.blog-post-card2-root-class-name1 {
  background-color: var(--dl-color-custom-secondary1);
}
.blog-post-card2-root-class-name2 {
  background-color: var(--dl-color-custom-secondary1);
}
.blog-post-card2-root-class-name3 {
  background-color: var(--dl-color-custom-secondary1);
}
.blog-post-card2-root-class-name4 {
  background-color: var(--dl-color-custom-secondary1);
}
.blog-post-card2-root-class-name5 {
  background-color: var(--dl-color-custom-secondary1);
}
@media(max-width: 991px) {
  .blog-post-card2-blog-post-card {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media(max-width: 767px) {
  .blog-post-card2-blog-post-card {
    flex-direction: column;
  }
  .blog-post-card2-image {
    width: 100%;
  }
}

.question1-container {
  gap: var(--dl-space-space-unit);
  flex: 1;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
}
.question1-text {
  font-weight: 700;
}

.about-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-color: var(--dl-color-custom-neutral-dark);
}
.about-header {
  width: 100%;
  display: flex;
  z-index: 100;
  position: fixed;
  align-items: center;
  flex-direction: column;
  background-color: var(--dl-color-gray-white);
}
.about-container01 {
  width: 100%;
  height: 23px;
  display: flex;
  position: relative;
  align-items: flex-start;
  background-color: var(--dl-color-danger-300);
}
.about-text {
  top: 0px;
  left: 0px;
  color: rgb(255, 255, 255);
  right: 0px;
  bottom: 0px;
  margin: auto;
  position: absolute;
  font-size: 21px;
  align-self: center;
  font-style: normal;
  text-align: center;
  font-weight: 600;
  animation-name: slideInLeft;
  animation-delay: 0s;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
.about-navbar-interactive {
  height: 177px;
  z-index: 105;
}
.about-container02 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.about-image {
  width: 200px;
  object-fit: cover;
  transition: 0.3s;
}
.about-image:hover {
  width: 210px;
}
.about-container03 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: space-between;
  flex-direction: column;
}
.about-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.about-links {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.about-buttons {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.about-home {
  margin-right: 32px;
  text-decoration: none;
}
.about-about {
  margin-right: 32px;
  text-decoration: none;
}
.about-services {
  margin-right: 32px;
  text-decoration: none;
}
.about-work {
  margin-right: 32px;
  text-decoration: none;
}
.about-contact {
  background-color: rgb(208, 176, 134);
}
.about-burger-menu {
  display: none;
}
.about-icon {
  width: var(--dl-size-size-xsmall);
  cursor: pointer;
  height: var(--dl-size-size-xsmall);
}
.about-mobile-menu1 {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: flex;
  padding: 32px;
  z-index: 100;
  position: absolute;
  transform: translateX(-100%);
  transition: 0.5s;
  flex-direction: column;
  justify-content: space-between;
}
.about-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.about-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
.about-logo {
  color: #ffffff;
}
.about-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-icon2 {
  width: var(--dl-size-size-xsmall);
  cursor: pointer;
  height: var(--dl-size-size-xsmall);
}
.about-links1 {
  flex: 0 0 auto;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.about-nav12 {
  fill: var(--dl-color-gray-white);
  color: var(--dl-color-gray-white);
  font-size: 32px;
  font-family: Hind;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.about-nav22 {
  color: #ffffff;
  font-size: 32px;
  font-family: Hind;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.about-nav32 {
  fill: var(--dl-color-gray-white);
  color: var(--dl-color-gray-white);
  font-size: 32px;
  font-family: Hind;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.about-nav42 {
  fill: var(--dl-color-gray-white);
  color: var(--dl-color-gray-white);
  font-size: 32px;
  font-family: Hind;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.about-nav52 {
  fill: var(--dl-color-gray-white);
  color: var(--dl-color-gray-white);
  font-size: 32px;
  font-family: Hind;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.about-text01 {
  color: rgb(255, 255, 255);
  transition: 0.3s;
}
.about-text01:hover {
  font-size: 20px;
}
.about-hero {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  margin-top: 96px;
  align-items: center;
  justify-content: center;
}
.about-hero1 {
  height: 703px;
  padding-top: 181px;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  background-size: cover;
  background-color: transparent;
  background-image: url("https://images.unsplash.com/photo-1504328345606-18bbc8c9d7d1?ixid=M3w5MTMyMXwwfDF8c2VhcmNofDEzfHxmYWN0b3J5fGVufDB8fHx8MTcxMjg3Mjk0OHww&ixlib=rb-4.0.3&w=1500");
}
.about-container04 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.about-hero-heading {
  color: #ffffff;
  height: 60px;
  z-index: 95;
  max-width: 800px;
  text-align: center;
}
.about-hero-sub-heading {
  color: var(--dl-color-gray-white);
  z-index: 80;
  font-size: 30px;
  text-align: center;
  font-family: "Hind";
  font-weight: 400;
  line-height: 150%;
  border-color: var(--dl-color-gray-black);
  border-style: hidden;
  border-width: 1px;
  border-radius: var(--dl-radius-radius-round);
}
.about-btn-group {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: center;
  flex-direction: row;
}
.about-hero-button1 {
  text-decoration: none;
  background-color: rgb(208, 176, 134);
}
.about-hero-button2 {
  text-decoration: none;
}
.about-container05 {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  flex-direction: column;
  background-color: var(--dl-color-custom-secondary1);
}
.about-container06 {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.about-container07 {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.about-text13 {
  color: var(--dl-color-gray-white);
  padding-bottom: var(--dl-space-space-unit);
}
.about-separator {
  width: 300px;
  height: 2px;
  background-color: var(--dl-color-gray-500);
}
.about-text16 {
  color: var(--dl-color-gray-white);
  width: 879px;
  font-size: 1.25rem;
  max-width: 600px;
  margin-top: var(--dl-space-space-unit);
  text-align: center;
  margin-bottom: var(--dl-space-space-twounits);
}
.about-container08 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-blog {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  max-width: var(--dl-size-size-maxwidth);
  align-self: flex-start;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.about-text17 {
  color: var(--dl-color-gray-white);
  padding-bottom: var(--dl-space-space-oneandhalfunits);
}
.about-container09 {
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-twounits);
  flex-direction: column;
  justify-content: space-between;
}
.about-container10 {
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-twounits);
  flex-direction: column;
  justify-content: space-between;
}
.about-container11 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.about-banner {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-banner-heading {
  color: #ffffff;
  text-align: center;
}
.about-banner-sub-heading {
  color: var(--dl-color-gray-white);
  z-index: 90;
  max-width: var(--dl-size-size-maxwidth);
  margin-top: var(--dl-space-space-twounits);
  text-align: center;
  margin-bottom: var(--dl-space-space-twounits);
}
.about-banner-button {
  text-decoration: none;
  background-color: #d0b086;
}
.about-faq {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-faq1 {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: flex-start;
  padding-top: var(--dl-space-space-fourunits);
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-fourunits);
}
.about-container12 {
  display: flex;
  max-width: 35%;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.about-text23 {
  margin-bottom: var(--dl-space-space-oneandhalfunits);
}
.about-text24 {
  text-align: left;
}
.about-container13 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.about-footer {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.about-container14 {
  gap: var(--dl-space-space-unit);
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.about-logo1 {
  color: rgb(255, 255, 255);
  text-align: center;
}
.about-nav1 {
  flex: 0 0 auto;
  display: flex;
  margin-top: 0px;
  align-items: center;
  flex-direction: row;
}
.about-nav121 {
  color: #ffffff;
  text-decoration: none;
}
.about-nav221 {
  color: #ffffff;
  margin-left: var(--dl-space-space-unit);
  text-decoration: none;
}
.about-nav321 {
  color: #ffffff;
  margin-left: var(--dl-space-space-unit);
  text-decoration: none;
}
.about-nav421 {
  color: #ffffff;
  margin-left: var(--dl-space-space-unit);
  text-decoration: none;
}
.about-nav521 {
  color: #ffffff;
  margin-left: var(--dl-space-space-unit);
}
.about-contact1 {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  align-self: flex-start;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
  flex-direction: row;
  justify-content: flex-start;
}
.about-container15 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-self: flex-end;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.about-text29 {
  color: #ffffff;
  align-self: flex-start;
  font-weight: 700;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
}
.about-text30 {
  color: rgb(255, 255, 255);
  align-self: flex-start;
  margin-bottom: var(--dl-space-space-unit);
}
.about-text31 {
  color: rgb(255, 255, 255);
  align-self: flex-start;
}
.about-container16 {
  flex: 0 0 auto;
  right: 0px;
  width: auto;
  height: auto;
  display: flex;
  position: absolute;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.about-image1 {
  width: var(--dl-size-size-xlarge);
  height: var(--dl-size-size-xlarge);
  object-fit: cover;
}
.about-separator1 {
  flex: 0 0 auto;
  width: 100%;
  height: 0px;
  display: flex;
  margin-top: var(--dl-space-space-twounits);
  align-items: flex-start;
  margin-left: 0px;
  border-color: var(--dl-color-gray-900);
  border-style: solid;
  border-width: 1px;
  margin-right: 0px;
  margin-bottom: var(--dl-space-space-twounits);
  flex-direction: row;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}
.about-container17 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.about-text40 {
  color: #ffffff;
}
@media(max-width: 1600px) {
  .about-navbar-interactive {
    color: var(--dl-color-gray-black);
    height: 171px;
    z-index: 100;
    border-color: var(--dl-color-gray-black);
    border-width: 1px;
    padding-bottom: 19px;
  }
  .about-home {
    font-size: 20px;
  }
  .about-about {
    font-size: 20px;
  }
  .about-services {
    font-size: 20px;
  }
  .about-work {
    font-size: 20px;
  }
  .about-contact {
    font-size: 20px;
  }
  .about-text01 {
    color: rgb(255, 255, 255);
  }
  .about-hero {
    margin-top: 167px;
  }
  .about-hero1 {
    height: 409px;
    margin-top: 0px;
  }
  .about-hero-heading {
    z-index: 96;
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .about-hero-sub-heading {
    margin-top: var(--dl-space-space-threeunits);
  }
  .about-container05 {
    position: relative;
    align-items: flex-start;
    border-color: var(--dl-color-gray-black);
    border-style: hidden;
    border-width: 0px;
    flex-direction: row;
    justify-content: center;
  }
  .about-container06 {
    position: relative;
  }
  .about-text13 {
    color: var(--dl-color-gray-white);
  }
  .about-text16 {
    padding-right: var(--dl-space-space-unit);
  }
  .about-text17 {
    color: var(--dl-color-gray-white);
  }
}
@media(max-width: 1200px) {
  .about-navbar-interactive {
    opacity: 1;
  }
  .about-text01 {
    margin-left: var(--dl-space-space-oneandhalfunits);
  }
}
@media(max-width: 991px) {
  .about-text01 {
    opacity: 0;
  }
  .about-hero1 {
    flex-direction: column;
  }
  .about-container04 {
    align-items: center;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-twounits);
    padding-right: 0px;
  }
  .about-hero-heading {
    text-align: center;
  }
  .about-hero-sub-heading {
    text-align: center;
    padding-left: var(--dl-space-space-threeunits);
    padding-right: var(--dl-space-space-threeunits);
  }
  .about-text13 {
    text-align: center;
  }
  .about-text16 {
    text-align: center;
  }
  .about-text17 {
    text-align: center;
  }
  .about-banner-sub-heading {
    max-width: 100%;
  }
  .about-text24 {
    text-align: center;
    padding-left: var(--dl-space-space-threeunits);
    padding-right: var(--dl-space-space-threeunits);
  }
}
@media(max-width: 767px) {
  .about-navbar-interactive {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .about-desktop-menu {
    display: none;
  }
  .about-burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .about-icon {
    width: var(--dl-size-size-small);
    height: var(--dl-size-size-small);
  }
  .about-hero1 {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .about-hero-sub-heading {
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }
  .about-blog {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .about-banner1 {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .about-banner-sub-heading {
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }
  .about-faq1 {
    flex-direction: column;
  }
  .about-container12 {
    max-width: 100%;
    align-self: center;
    align-items: center;
    justify-content: center;
  }
  .about-text24 {
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }
  .about-footer1 {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .about-separator1 {
    margin-top: var(--dl-space-space-oneandhalfunits);
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
  .about-container17 {
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
  }
  .about-text40 {
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
}
@media(max-width: 479px) {
  .about-navbar-interactive {
    padding: var(--dl-space-space-unit);
  }
  .about-icon {
    padding-left: 0px;
  }
  .about-mobile-menu1 {
    padding: 16px;
  }
  .about-text01 {
    width: 1px;
    height: 1px;
    margin-left: 0px;
  }
  .about-hero1 {
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-twounits);
  }
  .about-container04 {
    margin-bottom: var(--dl-space-space-unit);
  }
  .about-hero-heading {
    z-index: 95;
  }
  .about-btn-group {
    flex-direction: column;
  }
  .about-text16 {
    width: 479px;
  }
  .about-blog {
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-twounits);
  }
  .about-banner1 {
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-twounits);
  }
  .about-footer1 {
    padding: var(--dl-space-space-unit);
  }
  .about-contact1 {
    margin-top: 12px;
    align-items: flex-start;
    margin-bottom: var(--dl-space-space-unit);
  }
  .about-image1 {
    width: max-content;
    height: max-content;
    max-width: var(--dl-size-size-large);
  }
  .about-separator1 {
    margin-top: var(--dl-space-space-oneandhalfunits);
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
  .about-container17 {
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
  }
  .about-text40 {
    text-align: center;
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
}
