body {
  content: '';
  background-image: 
    linear-gradient(rgba(152, 152, 152, 0.1) 2.2px, transparent 2.2px), 
    linear-gradient(to right, rgba(152, 152, 152, 0.1) 2.2px, #ffffff 2.2px);
  background-size: 44px 44px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 115%;
  z-index: -1;
}

.image {
  text-align: center;
  position: relative;
}

.image img {
  width: 100%;
  height: auto;
  transition: transform 0.15s ease; /* Transition effect for image */
}

.image p {
}

/* Animation effect for click */
.image:active img {
  transform: scale(0.9); /* Slightly scale down the image */
}

.wrapper {
  flex-wrap: wrap;
  justify-content: center;
}

.card {
  overflow: hidden;
  box-shadow: 0px 2px 20px #d7dfe2;
  background: white;
  border-radius: 0.5rem;
  position: relative;
  width: 350px;
  margin: 1rem;
  transition: 250ms all ease-in-out;
}


.category-tag {
  font-size: 0.8rem;
  font-weight: bold;
  color: white;
  background: red;
  padding: 0.5rem 1.3rem 0.5rem 1rem;
  text-transform: uppercase;
  position: absolute;
  z-index: 1;
  top: 1rem;
  border-radius: 0 2rem 2rem 0;
}


.card-body {
  margin: 3.25rem 1rem 1rem 1rem;
}


.blog-title {
  line-height: 1.5rem;
  margin: 1rem 0 0.5rem;
}

.blog-description {
  color: #616b74;
  font-size: 0.9rem;
}


.has-bg-img:after {

}

.navbar1-wrapper {
  display: contents;
}
.navbar1-container1 {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
}
.navbar1-navbar-interactive {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: space-between;
}
.navbar1-container2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar1-image {
  width: 51px;
  height: 48px;
  object-fit: cover;
}
.navbar1-container3 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: space-between;
  flex-direction: column;
}
.navbar1-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.navbar1-links1 {
  gap: var(--dl-space-space-twounits);
  flex: 1;
  display: flex;
  align-items: center;
  margin-right: var(--dl-space-space-twounits);
  flex-direction: row;
  justify-content: center;
}
.navbar1-buttons1 {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-items: center;
  flex-direction: row;
}
.navbar1-action21 {
  display: flex;
  border-radius: var(--dl-radius-radius-radius2);
  flex-direction: row;
}
.navbar1-burger-menu {
  display: none;
}
.navbar1-icon10 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.navbar1-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: var(--dl-space-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: flex-start;
  flex-direction: column;
}
.navbar1-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
.navbar1-logo {
  height: 3rem;
}
.navbar1-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar1-icon12 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.navbar1-links2 {
  gap: var(--dl-space-space-unit);
  flex: 0 0 auto;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.navbar1-buttons2 {
  gap: var(--dl-space-space-twounits);
  display: flex;
  margin-top: var(--dl-space-space-twounits);
  align-items: center;
  flex-direction: row;
}
.navbar1-icon-group {
  gap: var(--dl-space-space-twounits);
  display: flex;
}
.home-fragment11 {
  display: contents;
}
.home-text11 {
  display: inline-block;
}
.home-fragment15 {
  display: contents;
}
.home-text15 {
  display: inline-block;
}
.home-fragment13 {
  display: contents;
}
.home-text13 {
  display: inline-block;
  text-decoration: none;
}
.home-fragment14 {
  display: contents;
}
.home-text14 {
  display: inline-block;
}
.home-fragment10 {
  display: contents;
}
.home-text10 {
  display: inline-block;
  text-decoration: none;
}
.home-fragment12 {
  display: contents;
}
.home-text12 {
  display: inline-block;
}
.home-fragment16 {
  display: contents;
}
.home-text16 {
  display: inline-block;
  font-style: normal;
  font-weight: 700;
}
@media(max-width: 767px) {
  .navbar1-navbar-interactive {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .navbar1-desktop-menu {
    display: none;
  }
  .navbar1-burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media(max-width: 479px) {
  .navbar1-navbar-interactive {
    padding: var(--dl-space-space-unit);
    padding-right: 16px;
  }
  .navbar1-mobile-menu {
    padding: var(--dl-space-space-unit);
  }
}

.features14-wrapper {
  display: contents;
}
.features14-layout216 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
.features14-max-width {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-self: center;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
.features14-content1 {
  flex-direction: column;
}
.features14-image1 {
  width: 60%;
  object-fit: cover;
}
.features14-image2 {
  width: 300px;
  align-self: center;
  object-fit: cover;
}
.home-fragment19 {
  display: contents;
}
.home-text19 {
  display: inline-block;
  font-style: normal;
  font-weight: 300;
}
.home-fragment20 {
  display: contents;
}
.home-text20 {
  display: inline-block;
  font-size: 30px;
  font-style: normal;
  margin-top: var(--dl-space-space-sixunits);
  font-weight: 400;
  margin-bottom: var(--dl-space-space-halfunit);
}
.home-fragment17 {
  display: contents;
}
.home-text17 {
  display: inline-block;
  font-size: 40px;
}
.home-fragment18 {
  display: contents;
}
.home-text18 {
  display: inline-block;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
}
@media(max-width: 991px) {
  .features14-layout216 {
    width: 100%;
  }
  .features14-max-width {
    flex-direction: column;
  }
}

.features1-wrapper {
  display: contents;
}
.features1-layout251 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
.features1-max-width {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.features1-content {
  gap: 48px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.features1-row {
  align-items: flex-start;
}
.features1-container1 {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
}
.features1-container2 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
}
.features1-feature1 {
  flex: 1;
  margin-bottom: var(--dl-space-space-unit);
}
.features1-image1 {
  width: 100%;
  height: 275px;
  object-fit: cover;
  border-radius: var(--dl-radius-radius-radius4);
  border-top-left-radius: 5%;
  border-top-right-radius: 5%;
  border-bottom-left-radius: 5%;
  border-bottom-right-radius: 5%;
}
.features1-container3 {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
}
.features1-container4 {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
}
.features1-feature2 {
  flex: 1;
}
.features1-image2 {
  width: 100%;
  height: 275px;
  object-fit: cover;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  border-radius: var(--dl-radius-radius-radius4);
  border-top-left-radius: 5%;
  border-top-right-radius: 5%;
  border-bottom-left-radius: 5%;
  border-bottom-right-radius: 5%;
}
.features1-container5 {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
}
.features1-container6 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
}
.features1-container7 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
}
.features1-feature3 {
  flex: 1;
}
.features1-image3 {
  width: 100%;
  height: 275px;
  object-fit: cover;
  border-radius: var(--dl-radius-radius-radius4);
  border-top-left-radius: 5%;
  border-top-right-radius: 5%;
  border-bottom-left-radius: 5%;
  border-bottom-right-radius: 5%;
}
.home-fragment23 {
  display: contents;
}
.home-text23 {
  display: inline-block;
  margin-bottom: var(--dl-space-space-unit);
}
.home-fragment22 {
  display: contents;
}
.home-text22 {
  display: inline-block;
  margin-bottom: var(--dl-space-space-unit);
}
.home-fragment21 {
  display: contents;
}
.home-text21 {
  display: inline-block;
}

@media(max-width: 767px) {
  .features1-row {
    flex-direction: column;
  }
  .features1-feature2 {
    width: auto;
  }
  .features1-feature3 {
    width: auto;
  }
}

.features16-wrapper {
  display: contents;
}
.features16-layout300 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
.features16-max-width {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.features16-content1 {
  gap: 48px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.features16-row {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: center;
}
.features16-feature1 {
  gap: var(--dl-space-space-twounits);
  flex: 1;
  width: 50%;
  display: flex;
  overflow: hidden;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
.features16-content2 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: dashed;
  border-width: 0px;
  flex-direction: column;
}


.features16-feature21 {
  gap: var(--dl-space-space-twounits);
  flex: 1;
  width: 100%;
  display: flex;
  overflow: hidden;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
.features16-image1 {
  width: 100%;
  align-self: center;
  object-fit: cover;
  border-radius: var(--dl-radius-radius-radius4);
  border-top-left-radius: 5%;
  border-top-right-radius: 5%;
  border-bottom-left-radius: 5%;
  border-bottom-right-radius: 5%;
}
.features16-content3 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
.features16-feature22 {
  gap: var(--dl-space-space-twounits);
  flex: 1;
  width: 100%;
  display: flex;
  overflow: hidden;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
.features16-image2 {
  width: 100%;
  align-self: center;
  object-fit: cover;
  border-radius: var(--dl-radius-radius-radius4);
  border-top-left-radius: 5%;
  border-top-right-radius: 5%;
  border-bottom-left-radius: 5%;
  border-bottom-right-radius: 5%;
}
.features16-content4 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
.features16-feature3 {
  gap: var(--dl-space-space-twounits);
  flex: 1;
  width: 100%;
  display: flex;
  overflow: hidden;
  align-items: flex-start;
  flex-shrink: 0;
  border-color: #787878;
  border-style: dashed;
  border-width: 0px;
  flex-direction: column;
}
.home-fragment27 {
  display: contents;
}
.home-text27 {
  display: inline-block;
}
.home-fragment24 {
  display: contents;
}
.home-text24 {
  display: inline-block;
  text-align: center;
}
.home-fragment26 {
  display: contents;
}
.home-text26 {
  display: inline-block;
}
.home-fragment25 {
  display: contents;
}
.home-text25 {
  display: inline-block;
  text-align: left;
}
@media(max-width: 767px) {
  .features16-max-width {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .features16-row {
    flex-direction: column;
  }
  .features16-feature21 {
    width: auto;
  }
  .features16-feature22 {
    width: auto;
  }
  .features16-feature3 {
    width: auto;
  }
}

.footer21-wrapper {
  display: contents;
}
.footer21-footer2 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
.footer21-max-width {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.footer21-credits1 {
  gap: 32px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
.footer21-row {
  gap: 64px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: space-between;
}
.footer21-credits2 {
  gap: 24px;
  display: flex;
  align-items: center;
}
.footer21-footer-links {
  gap: 24px;
  display: flex;
  align-items: flex-start;
}
.footer21-social-links {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
}
.home-fragment28 {
  display: contents;
}
.home-text28 {
  display: inline-block;
}
.home-fragment29 {
  display: contents;
}
.home-text29 {
  display: inline-block;
}

@media(max-width: 767px) {
  .footer21-row {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .footer21-credits2 {
    width: 100%;
    flex-direction: column;
  }
}
@media(max-width: 479px) {
  .footer21-max-width {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .footer21-row {
    align-items: center;
    justify-content: center;
  }
  .footer21-credits2 {
    flex-direction: column;
  }
  .footer21-footer-links {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}

.home-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
.home-fragment10 {
  display: contents;
}
.home-text10 {
  display: inline-block;
  text-decoration: none;
}
.home-fragment11 {
  display: contents;
}
.home-text11 {
  display: inline-block;
}
.home-fragment12 {
  display: contents;
}
.home-text12 {
  display: inline-block;
}
.home-fragment13 {
  display: contents;
}
.home-text13 {
  display: inline-block;
  text-decoration: none;
}
.home-fragment14 {
  display: contents;
}
.home-text14 {
  display: inline-block;
}
.home-fragment15 {
  display: contents;
}
.home-text15 {
  display: inline-block;
}
.home-fragment16 {
  display: contents;
}
.home-text16 {
  display: inline-block;
  font-style: normal;
  font-weight: 700;
}
.home-fragment17 {
  display: contents;
}
.home-text17 {
  display: inline-block;
  font-size: 40px;
}
.home-fragment18 {
  display: contents;
}
.home-text18 {
  display: inline-block;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
}
.home-fragment19 {
  display: contents;
}
.home-text19 {
  display: inline-block;
  font-style: normal;
  font-weight: 300;
}
.home-fragment20 {
  display: contents;
}
.home-text20 {
  display: inline-block;
  font-size: 30px;
  font-style: normal;
  margin-top: var(--dl-space-space-sixunits);
  font-weight: 400;
  margin-bottom: var(--dl-space-space-halfunit);
}
.home-fragment21 {
  display: contents;
}
.home-text21 {
  display: inline-block;
}
.home-fragment22 {
  display: contents;
}
.home-text22 {
  display: inline-block;
  margin-bottom: var(--dl-space-space-unit);
}
.home-fragment23 {
  display: contents;
}
.home-text23 {
  display: inline-block;
  margin-bottom: var(--dl-space-space-unit);
}
.home-fragment24 {
  display: contents;
}
.home-text24 {
  display: inline-block;
  text-align: center;
}
.home-fragment25 {
  display: contents;
}
.home-text25 {
  display: inline-block;
  text-align: center;
}
.home-fragment26 {
  display: contents;
}
.home-text26 {
  display: inline-block;
}
.home-fragment27 {
  display: contents;
}
.home-text27 {
  display: inline-block;
}
.home-fragment28 {
  display: contents;
}
.home-text28 {
  display: inline-block;
}
.home-fragment29 {
  display: contents;
}
.home-text29 {
  display: inline-block;
}
