.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-color: var(--dl-color-primary-700);
}

.home-navbar {
  width: 1200px;
  height: 200px;
  display: flex;
  position: relative;
  max-width: 1440px;
  align-items: center;
  padding-top: var(--dl-space-space-threeunits);
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  padding-bottom: var(--dl-space-space-fourunits);
  justify-content: space-between;
}

.home-image {
  flex: 0;
  width: 10%;
  height: auto;
  object-fit: cover;
}

.home-desktop-menu {
  display: flex;
}

.home-nav {
  gap: var(--dl-space-space-twounits);
  flex: 0 0 auto;
  color: #ffffff;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.home-link {
  color: var(--dl-color-gray-black);
  text-decoration: none;
}

.home-link1 {
  color: var(--dl-color-gray-black);
  text-decoration: none;
}

.home-link2 {
  color: var(--dl-color-gray-black);
  text-decoration: none;
}

.home-link3 {
  color: var(--dl-color-gray-black);
  text-decoration: none;
}

.home-burger-menu {
  display: none;
  align-items: center;
  justify-content: center;
}

.home-icon {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}

.home-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: 32px;
  z-index: 100;
  position: fixed;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
}

.home-nav1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.home-container01 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}

.home-logo {
  color: rgb(255, 255, 255);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
}

.home-menu-close {
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-icon02 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}

.home-nav2 {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.home-text {
  margin-bottom: var(--dl-space-space-unit);
}

.home-text01 {
  margin-bottom: var(--dl-space-space-unit);
}

.home-text02 {
  margin-bottom: var(--dl-space-space-unit);
}

.home-text03 {
  margin-bottom: var(--dl-space-space-unit);
}

.home-text04 {
  margin-bottom: var(--dl-space-space-unit);
}

.home-container02 {
  flex: 0 0 auto;
  width: auto;
  display: flex;
  margin-top: var(--dl-space-space-unit);
  align-items: center;
  flex-direction: row;
}

.home-login {
  margin-right: var(--dl-space-space-twounits);
}

.home-icon-group {
  display: flex;
}

.home-icon04 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  margin-right: var(--dl-space-space-twounits);
}

.home-icon06 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  margin-right: var(--dl-space-space-twounits);
}

.home-icon08 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}

.home-hero {
  gap: var(--dl-space-space-fiveunits);
  width: 100%;
  display: flex;
  position: relative;
  max-width: 1440px;
  align-items: center;
  padding-top: var(--dl-space-space-fourunits);
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-sixunits);
}

.home-heading {
  width: 75%;
  height: auto;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}

.home-image01 {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.home-container03 {
  width: 100%;
  height: 100%;
  position: relative;
  aspect-ratio: 16/9;
  justify-content: center;
}

.home-iframe {
  width: 100%;
  height: auto;
  position: relative;
  aspect-ratio: 16/9;
}

.home-links {
  width: 100%;
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  align-items: stretch;
  flex-direction: column;
}

.home-about {
  gap: 120px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fiveunits);
}

.home-container04 {
  width: 100%;
  display: flex;
  max-width: 1440px;
  align-self: center;
  align-items: center;
  flex-direction: column;
}

.home-container05 {
  flex: 0 0 auto;
  width: 100%;
  height: 100px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}

.home-text05 {
  color: var(--dl-color-primary-100);
  align-self: center;
  justify-content: center;
}

.home-description {
  gap: var(--dl-space-space-fiveunits);
  width: 100%;
  display: flex;
  max-width: 900px;
  align-items: flex-start;
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
}

.home-content {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.home-paragraph {
  color: var(--dl-color-gray-black);
  font-size: 40px;
  align-self: flex-start;
  text-align: center;
  line-height: 60px;
}

.home-features {
  gap: var(--dl-space-space-fiveunits);
  width: 100%;
  display: flex;
  max-width: 1440px;
  align-items: center;
  padding-top: var(--dl-space-space-fiveunits);
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: 120px;
}

.home-links1 {
  width: 100%;
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  align-items: stretch;
  flex-direction: column;
}

.home-container06 {
  flex: 0 0 auto;
  width: 100%;
  height: 100px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}

.home-text09 {
  color: var(--dl-color-primary-100);
  align-self: center;
  justify-content: center;
}

.home-row {
  gap: var(--dl-space-space-halfunit);
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-direction: row;
  justify-content: space-between;
}

.home-card {
  gap: var(--dl-space-space-twounits);
  flex: 1;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-twounits);
  border-radius: var(--dl-radius-radius-radius8);
  padding-right: var(--dl-space-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  background-color: var(--dl-color-gray-white);
}

.home-avatar {
  width: 60px;
  height: 60px;
  display: flex;
  overflow: hidden;
  align-items: center;
  border-radius: var(--dl-radius-radius-round);
  flex-direction: column;
  justify-content: center;
  background-color: #FDEA6B;
}

.home-icon10 {
  width: 24px;
  height: 24px;
}

.home-main {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.home-content01 {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  max-width: 460px;
  align-items: flex-start;
  flex-direction: column;
}

.home-header {
  color: var(--dl-color-gray-black);
  font-size: 52px;
  font-style: normal;
  font-weight: 500;
}

.home-description1 {
  color: var(--dl-color-gray-black);
  width: 100%;
  font-size: 18px;
  max-width: 400px;
  line-height: 27px;
}

.home-card01 {
  gap: var(--dl-space-space-twounits);
  flex: 1;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-twounits);
  border-radius: var(--dl-radius-radius-radius8);
  padding-right: var(--dl-space-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  background-color: var(--dl-color-gray-white);
}

.home-avatar1 {
  width: 60px;
  height: 60px;
  display: flex;
  overflow: hidden;
  align-items: center;
  border-radius: var(--dl-radius-radius-round);
  flex-direction: column;
  justify-content: center;
  background-color: #FDEA6B;
}

.home-icon12 {
  width: 24px;
  height: 24px;
}

.home-main1 {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.home-content02 {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  max-width: 460px;
  align-items: flex-start;
  flex-direction: column;
}

.home-header1 {
  color: var(--dl-color-gray-black);
  font-size: 52px;
  font-style: normal;
  font-weight: 500;
}

.home-description2 {
  color: var(--dl-color-gray-black);
  width: 100%;
  font-size: 18px;
  max-width: 400px;
  line-height: 27px;
}

.home-card02 {
  gap: var(--dl-space-space-twounits);
  flex: 1;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-twounits);
  border-radius: var(--dl-radius-radius-radius8);
  padding-right: var(--dl-space-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: flex-start;
  background-color: var(--dl-color-gray-white);
}

.home-avatar2 {
  width: 60px;
  height: 60px;
  display: flex;
  overflow: hidden;
  align-items: center;
  border-radius: var(--dl-radius-radius-round);
  flex-direction: column;
  justify-content: center;
  background-color: #FDEA6B;
}

.home-icon14 {
  width: 24px;
  height: 24px;
}

.home-main2 {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.home-content03 {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  max-width: 460px;
  align-items: flex-start;
  flex-direction: column;
}

.home-header2 {
  color: var(--dl-color-gray-black);
  font-size: 52px;
  font-style: normal;
  font-weight: 500;
}

.home-description3 {
  color: var(--dl-color-gray-black);
  width: 100%;
  font-size: 18px;
  max-width: 400px;
  line-height: 27px;
}

.home-links2 {
  width: 100%;
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  align-items: stretch;
  flex-direction: column;
}

.home-process {
  align-self: center;
}

.home-container07 {
  flex: 0 0 auto;
  width: 100%;
  height: 100px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}

.home-text17 {
  color: var(--dl-color-primary-100);
  align-self: center;
  justify-content: center;
}

.home-main3 {
  gap: var(--dl-space-space-twounits);
  flex: 1;
  width: auto;
  height: auto;
  display: grid;
  z-index: 100;
  align-self: flex-start;
  align-items: flex-start;
  padding-left: var(--dl-space-space-oneandhalfunits);
  border-radius: var(--dl-radius-radius-radius8);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  grid-template-columns: repeat(3, 1fr);
}

.home-card03 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  border-radius: var(--dl-radius-radius-radius8);
  flex-direction: column;
  background-color: #ffffff;
}

.home-image02 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  align-self: center;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  border-color: var(--dl-color-gray-black);
  border-width: 0px;
  padding-left: var(--dl-space-space-twounits);
  border-radius: var(--dl-radius-radius-radius8);
  padding-right: var(--dl-space-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: center;
  background-color: var(--dl-color-gray-white);
}

.home-text20 {
  height: 100%;
  text-align: center;
  text-transform: capitalize;
}

.home-content04 {
  gap: var(--dl-space-space-halfunit);
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-oneandhalfunits);
  align-self: center;
  align-items: flex-start;
  flex-direction: column;
}

.home-button01 {
  display: flex;
  justify-content: center;
  flex: 1;
  width: 100%;
  height: auto;
  border-radius: var(--dl-radius-radius-radius8);
  background-color: var(--dl-color-primary-yellow);
}

.home-button02 {
  width: 100%;
  height: auto;
  border-radius: var(--dl-radius-radius-radius8);
  background-color: var(--dl-color-primary-yellow);
}

.home-card04 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  border-radius: var(--dl-radius-radius-radius8);
  flex-direction: column;
  background-color: #ffffff;
}

.home-image03 {
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  position: relative;
  align-self: flex-start;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-twounits);
  border-radius: var(--dl-radius-radius-radius8);
  padding-right: var(--dl-space-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: center;
  background-color: var(--dl-color-gray-white);
}

.home-text24 {
  color: var(--dl-color-gray-black);
  align-self: center;
  text-align: center;
}

.home-content05 {
  gap: var(--dl-space-space-halfunit);
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-oneandhalfunits);
  align-items: flex-start;
  flex-direction: column;
}

.home-button03 {
  width: 100%;
  height: auto;
  border-radius: var(--dl-radius-radius-radius8);
  background-color: var(--dl-color-primary-yellow);
}

.home-button04 {
  width: 100%;
  height: auto;
  border-radius: var(--dl-radius-radius-radius8);
  background-color: var(--dl-color-primary-yellow);
}

.home-card05 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  border-radius: var(--dl-radius-radius-radius8);
  flex-direction: column;
  background-color: #ffffff;
}

.home-image04 {
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-twounits);
  border-radius: var(--dl-radius-radius-radius8);
  padding-right: var(--dl-space-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: center;
  background-color: var(--dl-color-gray-white);
}

.home-text28 {
  text-align: center;
}

.home-content06 {
  gap: var(--dl-space-space-halfunit);
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-oneandhalfunits);
  align-items: flex-start;
  flex-direction: column;
}

.home-button05 {
  width: 100%;
  height: auto;
  border-radius: var(--dl-radius-radius-radius8);
  background-color: var(--dl-color-primary-yellow);
}

.home-button06 {
  width: 100%;
  height: auto;
  border-radius: var(--dl-radius-radius-radius8);
  background-color: var(--dl-color-primary-yellow);
}

.home-card06 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  border-radius: var(--dl-radius-radius-radius8);
  flex-direction: column;
  background-color: #ffffff;
}

.home-image05 {
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-twounits);
  border-radius: var(--dl-radius-radius-radius8);
  padding-right: var(--dl-space-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: center;
  background-color: var(--dl-color-gray-white);
}

.home-content07 {
  gap: var(--dl-space-space-halfunit);
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-oneandhalfunits);
  align-items: flex-start;
  flex-direction: column;
}

.home-button07 {
  width: 100%;
  height: auto;
  border-radius: var(--dl-radius-radius-radius8);
  background-color: var(--dl-color-primary-yellow);
}

.home-button08 {
  width: 100%;
  height: auto;
  border-radius: var(--dl-radius-radius-radius8);
  background-color: var(--dl-color-primary-yellow);
}

.home-card07 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  border-radius: var(--dl-radius-radius-radius8);
  flex-direction: column;
  background-color: #ffffff;
}

.home-image06 {
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  align-self: center;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-twounits);
  border-radius: var(--dl-radius-radius-radius8);
  padding-right: var(--dl-space-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: center;
  background-color: var(--dl-color-gray-white);
}

.home-text36 {
  align-self: center;
  text-align: center;
}

.home-content08 {
  gap: var(--dl-space-space-halfunit);
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-oneandhalfunits);
  align-items: flex-start;
  flex-direction: column;
}

.home-button09 {
  width: 100%;
  height: auto;
  border-radius: var(--dl-radius-radius-radius8);
  background-color: var(--dl-color-primary-yellow);
}

.home-button10 {
  width: 100%;
  height: auto;
  border-radius: var(--dl-radius-radius-radius8);
  background-color: var(--dl-color-primary-yellow);
}

.home-card08 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  border-radius: var(--dl-radius-radius-radius8);
  flex-direction: column;
  background-color: #ffffff;
}

.home-image07 {
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-twounits);
  border-radius: var(--dl-radius-radius-radius8);
  padding-right: var(--dl-space-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: center;
  background-color: var(--dl-color-gray-white);
}

.home-text40 {
  height: 100%;
  text-align: center;
}

.home-content09 {
  gap: var(--dl-space-space-halfunit);
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-oneandhalfunits);
  align-items: flex-start;
  border-radius: var(--dl-radius-radius-radius8);
  flex-direction: column;
}

.home-button11 {
  width: 100%;
  height: auto;
  border-radius: var(--dl-radius-radius-radius8);
  background-color: var(--dl-color-primary-yellow);
}

.home-button12 {
  width: 100%;
  height: auto;
  border-radius: var(--dl-radius-radius-radius8);
  background-color: var(--dl-color-primary-yellow);
}

.home-card09 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  border-radius: var(--dl-radius-radius-radius8);
  flex-direction: column;
  background-color: #ffffff;
}

.home-image08 {
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-twounits);
  border-radius: var(--dl-radius-radius-radius8);
  padding-right: var(--dl-space-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: center;
  background-color: var(--dl-color-gray-white);
}

.home-text44 {
  height: 100%;
  text-align: center;
}

.home-content10 {
  gap: var(--dl-space-space-halfunit);
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-oneandhalfunits);
  align-items: flex-start;
  padding-top: 24px;
  flex-direction: column;
}

.home-button13 {
  width: 100%;
  height: auto;
  border-radius: var(--dl-radius-radius-radius8);
  background-color: var(--dl-color-primary-yellow);
}

.home-button14 {
  width: 100%;
  height: auto;
  border-radius: var(--dl-radius-radius-radius8);
  background-color: var(--dl-color-primary-yellow);
}

.home-card10 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  border-radius: var(--dl-radius-radius-radius8);
  flex-direction: column;
  background-color: #ffffff;
}

.home-image09 {
  width: 100%;
  display: flex;
  overflow: hidden;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-twounits);
  border-radius: var(--dl-radius-radius-radius8);
  padding-right: var(--dl-space-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: center;
  background-color: var(--dl-color-gray-white);
}

.home-text48 {
  text-align: center;
}

.home-content11 {
  gap: var(--dl-space-space-halfunit);
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-oneandhalfunits);
  align-items: flex-start;
  flex-direction: column;
}

.home-button15 {
  width: 100%;
  height: auto;
  border-radius: var(--dl-radius-radius-radius8);
  background-color: var(--dl-color-primary-yellow);
}

.home-button16 {
  width: 100%;
  height: auto;
  border-radius: var(--dl-radius-radius-radius8);
  background-color: var(--dl-color-primary-yellow);
}

.home-card11 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  border-radius: var(--dl-radius-radius-radius8);
  flex-direction: column;
  background-color: #ffffff;
}

.home-image10 {
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-twounits);
  border-radius: var(--dl-radius-radius-radius8);
  padding-right: var(--dl-space-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: center;
  background-color: var(--dl-color-gray-white);
}

.home-text52 {
  text-align: center;
}

.home-content12 {
  gap: var(--dl-space-space-halfunit);
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-oneandhalfunits);
  align-items: flex-start;
  flex-direction: column;
}

.home-button17 {
  width: 100%;
  height: auto;
  border-radius: var(--dl-radius-radius-radius8);
  background-color: var(--dl-color-primary-yellow);
}

.home-button18 {
  width: 100%;
  height: auto;
  border-radius: var(--dl-radius-radius-radius8);
  background-color: var(--dl-color-primary-yellow);
}

.home-card12 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  border-radius: var(--dl-radius-radius-radius8);
  flex-direction: column;
  background-color: #ffffff;
}

.home-image11 {
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-twounits);
  border-radius: var(--dl-radius-radius-radius8);
  padding-right: var(--dl-space-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: center;
  background-color: var(--dl-color-gray-white);
}

.home-text56 {
  text-align: center;
}

.home-content13 {
  gap: var(--dl-space-space-halfunit);
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-oneandhalfunits);
  align-items: flex-start;
  flex-direction: column;
}

.home-button19 {
  width: 100%;
  height: auto;
  border-radius: var(--dl-radius-radius-radius8);
  background-color: var(--dl-color-primary-yellow);
}

.home-button20 {
  width: 100%;
  height: auto;
  border-radius: var(--dl-radius-radius-radius8);
  background-color: var(--dl-color-primary-yellow);
}

.home-card13 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  border-radius: var(--dl-radius-radius-radius8);
  flex-direction: column;
  background-color: #ffffff;
}

.home-image12 {
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-twounits);
  border-radius: var(--dl-radius-radius-radius8);
  padding-right: var(--dl-space-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: center;
  background-color: var(--dl-color-gray-white);
}

.home-text60 {
  text-align: center;
}

.home-content14 {
  gap: var(--dl-space-space-halfunit);
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-oneandhalfunits);
  align-items: flex-start;
  border-radius: var(--dl-radius-radius-radius8);
  flex-direction: column;
}

.home-button21 {
  width: 100%;
  height: auto;
  border-radius: var(--dl-radius-radius-radius8);
  background-color: var(--dl-color-primary-yellow);
}

.home-button22 {
  width: 100%;
  height: auto;
  border-radius: var(--dl-radius-radius-radius8);
  background-color: var(--dl-color-primary-yellow);
}

.home-card14 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  border-radius: var(--dl-radius-radius-radius8);
  flex-direction: column;
  background-color: #ffffff;
}

.home-image13 {
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-twounits);
  border-radius: var(--dl-radius-radius-radius8);
  padding-right: var(--dl-space-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: center;
  background-color: var(--dl-color-gray-white);
}

.home-text64 {
  text-align: center;
}

.home-content15 {
  gap: var(--dl-space-space-halfunit);
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-oneandhalfunits);
  align-items: flex-start;
  border-radius: var(--dl-radius-radius-radius8);
  flex-direction: column;
}

.home-button23 {
  width: 100%;
  height: auto;
  border-radius: var(--dl-radius-radius-radius8);
  background-color: var(--dl-color-primary-yellow);
}

.home-button24 {
  width: 100%;
  height: auto;
  border-radius: var(--dl-radius-radius-radius8);
  background-color: var(--dl-color-primary-yellow);
}

.home-card15 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  border-radius: var(--dl-radius-radius-radius8);
  flex-direction: column;
  background-color: #ffffff;
}

.home-image14 {
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-twounits);
  border-radius: var(--dl-radius-radius-radius8);
  padding-right: var(--dl-space-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: center;
  background-color: var(--dl-color-gray-white);
}

.home-text68 {
  text-align: center;
}

.home-content16 {
  gap: var(--dl-space-space-halfunit);
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-oneandhalfunits);
  align-items: flex-start;
  border-radius: var(--dl-radius-radius-radius8);
  flex-direction: column;
}

.home-button25 {
  width: 100%;
  height: auto;
  border-radius: var(--dl-radius-radius-radius8);
  background-color: var(--dl-color-primary-yellow);
}

.home-button26 {
  width: 100%;
  height: auto;
  border-radius: var(--dl-radius-radius-radius8);
  background-color: var(--dl-color-primary-yellow);
}

.home-card16 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  border-radius: var(--dl-radius-radius-radius8);
  flex-direction: column;
  background-color: #ffffff;
}

.home-image15 {
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-twounits);
  border-radius: var(--dl-radius-radius-radius8);
  padding-right: var(--dl-space-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: center;
  background-color: var(--dl-color-gray-white);
}

.home-text72 {
  text-align: center;
}

.home-content17 {
  gap: var(--dl-space-space-halfunit);
  width: 100%;
  height: 100%;
  display: flex;
  padding: var(--dl-space-space-oneandhalfunits);
  align-items: flex-start;
  flex-direction: column;
}

.home-button27 {
  width: 100%;
  height: auto;
  border-radius: var(--dl-radius-radius-radius8);
  background-color: var(--dl-color-primary-yellow);
}

.home-button28 {
  width: 100%;
  height: auto;
  border-radius: var(--dl-radius-radius-radius8);
  background-color: var(--dl-color-primary-yellow);
}

.home-team {
  gap: var(--dl-space-space-fiveunits);
  width: 100%;
  display: flex;
  position: relative;
  max-width: 1440px;
  align-items: center;
  padding-top: var(--dl-space-space-fiveunits);
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: 120px;
}

.home-links3 {
  width: 100%;
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  align-items: stretch;
  flex-direction: column;
}

.home-container08 {
  flex: 0 0 auto;
  width: 100%;
  height: 100px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}

.home-text76 {
  color: var(--dl-color-primary-100);
  align-self: center;
  justify-content: center;
}

.home-container09 {
  width: auto;
  display: flex;
  flex: 1;
  grid-gap: var(--dl-space-space-unit);
  align-self: center;
  grid-template-columns: 1fr 1fr;
}

.home-testimonial-card {
  width: 332px;
  height: 279px;
  display: flex;
  padding: var(--dl-space-space-twounits);
  max-width: var(--dl-size-size-maxwidth);
  background: #fff;
  box-shadow: 5px 5px 10px 0px rgba(18, 18, 18, 0.1);
  align-items: center;
  border-radius: var(--dl-radius-radius-radius8);
  flex-direction: column;
  justify-content: center;
}

.home-testimonial {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.home-text79 {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 300;
  margin-bottom: var(--dl-space-space-halfunit);
}

.home-image16 {
  width: var(--dl-size-size-medium);
  height: var(--dl-size-size-medium);
  margin-top: var(--dl-space-space-halfunit);
  object-fit: cover;
  border-radius: var(--dl-radius-radius-round);
  margin-bottom: var(--dl-space-space-halfunit);
}

.home-text82 {
  font-size: 1rem;
  margin-top: var(--dl-space-space-halfunit);
  text-align: center;
  font-weight: 300;
  margin-bottom: var(--dl-space-space-halfunit);
}

.home-testimonial-card1 {
  width: 332px;
  height: 279px;
  display: flex;
  padding: var(--dl-space-space-twounits);
  max-width: var(--dl-size-size-maxwidth);
  background: #fff;
  box-shadow: 5px 5px 10px 0px rgba(18, 18, 18, 0.1);
  align-items: center;
  border-radius: var(--dl-radius-radius-radius8);
  flex-direction: column;
  justify-content: center;
}

.home-testimonial1 {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.home-text85 {
  font-size: 1.5rem;
  align-self: center;
  text-align: center;
  font-weight: 300;
  align-content: center;
  margin-bottom: var(--dl-space-space-halfunit);
  justify-content: center;
}

.home-image17 {
  width: var(--dl-size-size-medium);
  height: var(--dl-size-size-medium);
  margin-top: var(--dl-space-space-halfunit);
  object-fit: cover;
  border-radius: var(--dl-radius-radius-round);
  margin-bottom: var(--dl-space-space-halfunit);
}

.home-text88 {
  font-size: 1rem;
  align-self: center;
  margin-top: var(--dl-space-space-halfunit);
  text-align: center;
  font-weight: 300;
  align-content: center;
  margin-bottom: var(--dl-space-space-halfunit);
  justify-content: center;
}

.home-testimonial-card2 {
  width: 332px;
  height: 279px;
  display: flex;
  padding: var(--dl-space-space-twounits);
  max-width: var(--dl-size-size-maxwidth);
  background: #fff;
  box-shadow: 5px 5px 10px 0px rgba(18, 18, 18, 0.1);
  align-items: center;
  border-radius: var(--dl-radius-radius-radius8);
  flex-direction: column;
  justify-content: center;
}

.home-testimonial2 {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.home-text91 {
  height: 100%;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 300;
  margin-bottom: var(--dl-space-space-halfunit);
}

.home-image18 {
  width: var(--dl-size-size-medium);
  height: var(--dl-size-size-medium);
  margin-top: var(--dl-space-space-halfunit);
  object-fit: cover;
  border-radius: var(--dl-radius-radius-round);
  margin-bottom: var(--dl-space-space-halfunit);
}

.home-text92 {
  height: 100%;
  font-size: 1rem;
  margin-top: var(--dl-space-space-halfunit);
  text-align: center;
  font-weight: 300;
  margin-bottom: var(--dl-space-space-halfunit);
}

.home-testimonial-card3 {
  width: 332px;
  height: 279px;
  display: flex;
  padding: var(--dl-space-space-twounits);
  max-width: var(--dl-size-size-maxwidth);
  background: #fff;
  box-shadow: 5px 5px 10px 0px rgba(18, 18, 18, 0.1);
  align-items: center;
  border-radius: var(--dl-radius-radius-radius8);
  flex-direction: column;
  justify-content: center;
}

.home-testimonial3 {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.home-text93 {
  height: 100%;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 300;
  margin-bottom: var(--dl-space-space-halfunit);
}

.home-image19 {
  width: var(--dl-size-size-medium);
  height: var(--dl-size-size-medium);
  margin-top: var(--dl-space-space-halfunit);
  object-fit: cover;
  border-radius: var(--dl-radius-radius-round);
  margin-bottom: var(--dl-space-space-halfunit);
}

.home-text94 {
  height: 100%;
  font-size: 1rem;
  margin-top: var(--dl-space-space-halfunit);
  text-align: center;
  font-weight: 300;
  margin-bottom: var(--dl-space-space-halfunit);
}

.home-container11 {
  display: contents;
}

@media(max-width: 1200px) {
  .home-image01 {
    width: 100%;
    height: auto;
  }
}

@media(max-width: 991px) {
  .home-navbar {
    width: 100%;
    height: 165px;
  }

  .home-desktop-menu {
    display: none;
  }

  .home-burger-menu {
    display: flex;
  }

  .home-button {
    display: flex;
    padding: var(--dl-space-space-unit);
    flex-direction: row;
    background-color: #FDEA6B;
  }

  .home-logo {
    color: #000000;
  }

  .home-image01 {
    width: 100%;
    height: auto;
  }

  .home-text05 {
    font-size: 3em;
  }

  .home-paragraph {
    color: var(--dl-color-gray-black);
    font-size: 40px;
    line-height: 60px;
  }

  .home-text06 {
    font-size: 30px;
  }

  .home-features {
    flex: 1;
    position: relative;
    max-width: auto;
  }

  .home-text09 {
    color: var(--dl-color-primary-100);
    font-size: 3em;
  }

  .home-row {
    flex: 1;
    width: auto;
    height: auto;
    align-self: stretch;
    flex-direction: column;
  }

  .home-card {
    width: 100%;
    height: 493px;
    background-color: var(--dl-color-gray-white);
  }

  .home-content01 {
    max-width: 100%;
  }

  .home-header {
    color: var(--dl-color-gray-black);
    font-size: 3em;
  }

  .home-description1 {
    color: var(--dl-color-gray-500);
    width: 80%;
    height: auto;
    font-size: 2em;
    max-width: 80%;
    line-height: 1.2em;
  }

  .home-card01 {
    flex: 1;
    width: 100%;
    height: 100%;
    background-color: var(--dl-color-gray-white);
  }

  .home-content02 {
    max-width: 100%;
  }

  .home-header1 {
    font-size: 3em;
  }

  .home-description2 {
    color: var(--dl-color-gray-500);
    width: 80%;
    font-size: 2em;
    max-width: 80%;
    line-height: 1.2em;
  }

  .home-card02 {
    flex: 1;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    background-color: var(--dl-color-gray-white);
  }

  .home-avatar2 {
    background-color: var(--dl-color-primary-yellow);
  }

  .home-content03 {
    max-width: 100%;
  }

  .home-header2 {
    color: var(--dl-color-gray-black);
    font-size: 3em;
    font-style: normal;
    font-weight: 500;
  }

  .home-description3 {
    color: var(--dl-color-gray-500);
    width: 80%;
    font-size: 2em;
    max-width: 80%;
    line-height: 1.2em;
  }

  .home-text17 {
    font-size: 3em;
  }

  .home-main3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-card03 {
    position: relative;
    border-radius: var(--dl-radius-radius-radius8);
  }

  .home-image02 {
    width: auto;
    height: 100%;
    align-self: stretch;
    border-radius: var(--dl-radius-radius-radius8);
    background-color: var(--dl-color-gray-white);
  }

  .home-text20 {
    top: 32px;
    left: 0px;
    right: 0px;
    margin: auto;
    position: absolute;
    text-align: center;
  }

  .home-button01 {
    justify-content: center;
    display: flex;
    flex: 1;
    border-width: 1px;
    border-radius: var(--dl-radius-radius-radius8);
    background-color: var(--dl-color-primary-yellow);
  }

  .home-button02 {
    border-style: solid;
    border-radius: var(--dl-radius-radius-radius8);
    background-color: var(--dl-color-primary-yellow);
  }

  .home-card04 {
    border-radius: var(--dl-radius-radius-radius8);
  }

  .home-image03 {
    width: auto;
    height: 100%;
    align-self: stretch;
    border-radius: var(--dl-radius-radius-radius8);
    background-color: var(--dl-color-gray-white);
  }

  .home-text24 {
    color: var(--dl-color-gray-black);
    align-self: center;
    text-align: center;
  }

  .home-content05 {
    border-radius: var(--dl-radius-radius-round);
  }

  .home-button03 {
    border-style: solid;
    border-width: 1px;
    border-radius: var(--dl-radius-radius-radius8);
    background-color: var(--dl-color-primary-yellow);
  }

  .home-button04 {
    border-color: var(--dl-color-gray-black);
    border-style: solid;
    border-width: 1px;
    border-radius: var(--dl-radius-radius-radius8);
    background-color: var(--dl-color-primary-yellow);
  }

  .home-card05 {
    border-radius: var(--dl-radius-radius-radius8);
  }

  .home-image04 {
    height: 100%;
    border-radius: var(--dl-radius-radius-radius8);
    background-color: var(--dl-color-gray-white);
  }

  .home-text28 {
    text-align: center;
  }

  .home-button05 {
    background-color: var(--dl-color-primary-yellow);
  }

  .home-button06 {
    background-color: var(--dl-color-primary-yellow);
  }

  .home-image05 {
    height: 100%;
    border-radius: var(--dl-radius-radius-radius8);
    background-color: var(--dl-color-gray-white);
  }

  .home-text32 {
    text-align: center;
  }

  .home-button07 {
    background-color: var(--dl-color-primary-yellow);
  }

  .home-button08 {
    background-color: var(--dl-color-primary-yellow);
  }

  .home-card07 {
    border-radius: var(--dl-radius-radius-radius8);
  }

  .home-image06 {
    height: 100%;
    border-radius: var(--dl-radius-radius-radius8);
    background-color: var(--dl-color-gray-white);
  }

  .home-text36 {
    text-align: center;
  }

  .home-card08 {
    border-radius: var(--dl-radius-radius-radius8);
  }

  .home-image07 {
    height: 100%;
    border-radius: var(--dl-radius-radius-radius8);
    background-color: var(--dl-color-gray-white);
  }

  .home-text40 {
    text-align: center;
  }

  .home-card09 {
    border-radius: var(--dl-radius-radius-radius8);
  }

  .home-image08 {
    height: 100%;
    border-radius: var(--dl-radius-radius-radius8);
    background-color: var(--dl-color-gray-white);
  }

  .home-text44 {
    text-align: center;
  }

  .home-card10 {
    border-radius: var(--dl-radius-radius-radius8);
  }

  .home-image09 {
    height: 100%;
    border-radius: var(--dl-radius-radius-radius8);
    background-color: var(--dl-color-gray-white);
  }

  .home-text48 {
    text-align: center;
  }

  .home-card11 {
    border-radius: var(--dl-radius-radius-radius8);
  }

  .home-image10 {
    height: 100%;
    border-radius: var(--dl-radius-radius-radius8);
    background-color: var(--dl-color-gray-white);
  }

  .home-text52 {
    text-align: center;
  }

  .home-card12 {
    border-radius: var(--dl-radius-radius-radius8);
  }

  .home-image11 {
    height: 100%;
    border-radius: var(--dl-radius-radius-radius8);
    background-color: var(--dl-color-gray-white);
  }

  .home-text56 {
    text-align: center;
  }

  .home-card13 {
    border-radius: var(--dl-radius-radius-radius8);
  }

  .home-image12 {
    height: 100%;
    border-radius: var(--dl-radius-radius-radius8);
    background-color: var(--dl-color-gray-white);
  }

  .home-text60 {
    text-align: center;
  }

  .home-card14 {
    border-radius: var(--dl-radius-radius-radius8);
  }

  .home-image13 {
    height: 100%;
    border-radius: var(--dl-radius-radius-radius8);
    background-color: var(--dl-color-gray-white);
  }

  .home-text64 {
    text-align: center;
  }

  .home-card15 {
    border-radius: var(--dl-radius-radius-radius8);
  }

  .home-image14 {
    border-radius: var(--dl-radius-radius-radius8);
    background-color: var(--dl-color-gray-white);
  }

  .home-text68 {
    text-align: center;
  }

  .home-card16 {
    border-radius: var(--dl-radius-radius-radius8);
  }

  .home-image15 {
    height: 100%;
    border-radius: var(--dl-radius-radius-radius8);
    background-color: var(--dl-color-gray-white);
  }

  .home-text72 {
    text-align: center;
  }

  .home-text76 {
    font-size: 3em;
  }
}

@media(max-width: 767px) {
  .home-navbar {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }

  .home-hero {
    padding-top: var(--dl-space-space-threeunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-twounits);
  }

  .home-heading {
    gap: var(--dl-space-space-unit);
  }

  .home-about {
    gap: var(--dl-space-space-threeunits);
    padding-bottom: 0px;
  }

  .home-description {
    gap: var(--dl-space-space-threeunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }

  .home-content {
    gap: var(--dl-space-space-unit);
  }

  .home-paragraph {
    font-size: 20px;
    line-height: 30px;
  }

  .home-features {
    padding-top: var(--dl-space-space-threeunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-fourunits);
  }

  .home-card {
    gap: var(--dl-space-space-oneandhalfunits);
    padding-top: var(--dl-space-space-threeunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-threeunits);
  }

  .home-main {
    gap: var(--dl-space-space-oneandhalfunits);
  }

  .home-header {
    font-size: 24px;
  }

  .home-description1 {
    font-size: 14px;
    line-height: 21px;
  }

  .home-text12 {
    font-size: 14px;
    line-height: 21px;
  }

  .home-card01 {
    gap: var(--dl-space-space-oneandhalfunits);
    padding-top: var(--dl-space-space-threeunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-threeunits);
  }

  .home-main1 {
    gap: var(--dl-space-space-oneandhalfunits);
  }

  .home-header1 {
    font-size: 24px;
  }

  .home-description2 {
    font-size: 14px;
    line-height: 21px;
  }

  .home-card02 {
    gap: var(--dl-space-space-oneandhalfunits);
    padding-top: var(--dl-space-space-threeunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-threeunits);
  }

  .home-main2 {
    gap: var(--dl-space-space-oneandhalfunits);
  }

  .home-header2 {
    font-size: 24px;
  }

  .home-description3 {
    font-size: 14px;
    line-height: 21px;
  }

  .home-main3 {
    width: auto;
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }

  .home-image02 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .home-image03 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .home-image04 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .home-button05 {
    border-radius: var(--dl-radius-radius-radius8);
  }

  .home-button06 {
    border-radius: var(--dl-radius-radius-radius8);
  }

  .home-image05 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .home-button07 {
    border-radius: var(--dl-radius-radius-radius8);
  }

  .home-button08 {
    border-radius: var(--dl-radius-radius-radius8);
  }

  .home-image06 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .home-image07 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .home-image08 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .home-image09 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .home-image10 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .home-image11 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .home-image12 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .home-image13 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .home-image14 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .home-image15 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .home-team {
    padding-top: var(--dl-space-space-threeunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-fourunits);
  }

  .home-container09 {
    height: auto;
    display: grid;
    grid-row: auto auto;
    align-self: center;
    align-items: center;
    grid-template-columns: 1fr 1fr;
  }

  .home-testimonial-card {
    flex: 1;
    width: 100%;
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }

  .home-testimonial-card1 {
    flex: 1;
    width: 100%;
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }

  .home-testimonial-card2 {
    flex: 1;
    width: 100%;
    height: auto;
    align-self: stretch;
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }

  .home-testimonial-card3 {
    flex: 1;
    width: 100%;
    align-items: stretch;
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
    justify-content: center;
  }
}

@media(max-width: 479px) {
  .home-navbar {
    width: 479px;
    height: 79px;
    padding: var(--dl-space-space-unit);
  }

  .home-image {
    width: auto;
    height: 100%;
  }

  .home-mobile-menu {
    padding: 16px;
  }

  .home-heading {
    height: 239px;
  }

  .home-image01 {
    width: 100%;
    height: auto;
  }

  .home-main3 {
    grid-template-columns: repeat(1, 1fr);
  }

  .home-button09 {
    border-radius: var(--dl-radius-radius-radius8);
    background-color: var(--dl-color-primary-yellow);
  }

  .home-button10 {
    border-radius: var(--dl-radius-radius-radius8);
    background-color: var(--dl-color-primary-yellow);
  }

  .home-button11 {
    border-radius: var(--dl-radius-radius-radius8);
    background-color: var(--dl-color-primary-yellow);
  }

  .home-button12 {
    border-radius: var(--dl-radius-radius-radius8);
    background-color: var(--dl-color-primary-yellow);
  }

  .home-button13 {
    border-radius: var(--dl-radius-radius-radius8);
    background-color: var(--dl-color-primary-yellow);
  }

  .home-button14 {
    border-radius: var(--dl-radius-radius-radius8);
    background-color: var(--dl-color-primary-yellow);
  }

  .home-button15 {
    border-radius: var(--dl-radius-radius-radius8);
    background-color: var(--dl-color-primary-yellow);
  }

  .home-button16 {
    border-radius: var(--dl-radius-radius-radius8);
    background-color: var(--dl-color-primary-yellow);
  }

  .home-button17 {
    border-radius: var(--dl-radius-radius-radius8);
    background-color: var(--dl-color-primary-yellow);
  }

  .home-button18 {
    border-radius: var(--dl-radius-radius-radius8);
    background-color: var(--dl-color-primary-yellow);
  }

  .home-button19 {
    border-radius: var(--dl-radius-radius-radius8);
    background-color: var(--dl-color-primary-yellow);
  }

  .home-button20 {
    border-radius: var(--dl-radius-radius-radius8);
    background-color: var(--dl-color-primary-yellow);
  }

  .home-button21 {
    border-radius: var(--dl-radius-radius-radius8);
    background-color: var(--dl-color-primary-yellow);
  }

  .home-button22 {
    border-radius: var(--dl-radius-radius-radius8);
    background-color: var(--dl-color-primary-yellow);
  }

  .home-button23 {
    border-radius: var(--dl-radius-radius-radius8);
    background-color: var(--dl-color-primary-yellow);
  }

  .home-button24 {
    border-radius: var(--dl-radius-radius-radius8);
    background-color: var(--dl-color-primary-yellow);
  }

  .home-button25 {
    border-radius: var(--dl-radius-radius-radius8);
    background-color: var(--dl-color-primary-yellow);
  }

  .home-button26 {
    border-radius: var(--dl-radius-radius-radius8);
    background-color: var(--dl-color-primary-yellow);
  }

  .home-button27 {
    border-radius: var(--dl-radius-radius-radius8);
    background-color: var(--dl-color-primary-yellow);
  }

  .home-button28 {
    border-radius: var(--dl-radius-radius-radius8);
    background-color: var(--dl-color-primary-yellow);
  }

  .home-container09 {
    height: auto;
    display: grid;
    grid-row: auto auto;
    align-self: center;
    align-items: center;
    grid-template-columns: 1fr 1fr;
  }

  .home-testimonial-card {
    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);
  }

  .home-text79 {
    margin-bottom: var(--dl-space-space-halfunit);
  }

  .home-text82 {
    font-size: 1rem;
    margin-top: var(--dl-space-space-halfunit);
    margin-bottom: var(--dl-space-space-halfunit);
  }

  .home-testimonial-card1 {
    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);
  }

  .home-text85 {
    margin-bottom: var(--dl-space-space-halfunit);
  }

  .home-text88 {
    font-size: 1rem;
    margin-top: var(--dl-space-space-halfunit);
    margin-bottom: var(--dl-space-space-halfunit);
  }

  .home-testimonial-card2 {
    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);
  }

  .home-text91 {
    margin-bottom: var(--dl-space-space-halfunit);
  }

  .home-text92 {
    font-size: 1rem;
    margin-top: var(--dl-space-space-halfunit);
    margin-bottom: var(--dl-space-space-halfunit);
  }

  .home-testimonial-card3 {
    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);
  }

  .home-text93 {
    margin-bottom: var(--dl-space-space-halfunit);
  }

  .home-text94 {
    font-size: 1rem;
    margin-top: var(--dl-space-space-halfunit);
    margin-bottom: var(--dl-space-space-halfunit);
  }
}