html {
  line-height: 1.15;
}

body {
  margin: 0;
}

* {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

p,
li,
ul,
pre,
div,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
blockquote,
figcaption {
  margin: 0;
  padding: 0;
}

button {
  background-color: transparent;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focus,
[type="button"]:-moz-focus,
[type="reset"]:-moz-focus,
[type="submit"]:-moz-focus {
  outline: 1px dotted ButtonText;
}

a {
  color: inherit;
  text-decoration: inherit;
}

input {
  padding: 2px 4px;
}

img {
  display: block;
}

html {
  scroll-behavior: smooth;
}
</style>
<style data-tag="default-style-sheet">
html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1.12rem;
}

body {
  font-weight: 300;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  letter-spacing: normal;
  line-height: 1.75;
  color: var(--dl-color-gray-900);
  background-color: var(--dl-color-gray-white);


}

.about-us-container {
  width: 100%;
  height: auto;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #F3F8F8;
}
.about-us-navbar {
  top: 0;
  width: 100%;
  height: 98px;
  display: flex;
  z-index: 2;
  position: fixed;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  transition: 0.3s;
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
  justify-content: space-between;
  background-image: linear-gradient(90deg, rgb(9, 151, 157) 0.00%,rgb(8, 91, 95) 100.00%);
}
.about-us-navbar:hover {
  height: 110px;
}
.about-us-textnav {
  gap: 40px;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-us-navlink {
  display: contents;
}
.about-us-text {
  color: rgb(9, 151, 157);
  cursor: pointer;
  font-style: normal;
  text-align: center;
  transition: 0.3s;
  font-family: "Cairo";
  font-weight: 700;
  padding-top: 10px;
  padding-left: 15px;
  border-radius: 5px;
  padding-right: 15px;
  padding-bottom: 10px;
  text-decoration: none;
  background-color: rgb(255, 255, 255);
}
.about-us-text:hover {
  color: #ffffff;
  background-color: #076f73;
}
.about-us-navlink01 {
  display: contents;
}
.about-us-text01 {
  color: rgb(255, 255, 255);
  cursor: pointer;
  font-style: normal;
  text-align: center;
  font-family: "Cairo";
  font-weight: 700;
  text-decoration: none;
}
.about-us-text01:hover {
  border-color: #ffffff;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 4px;
}
.about-us-navlink02 {
  display: contents;
}
.about-us-text02 {
  color: rgb(255, 255, 255);
  cursor: pointer;
  font-style: normal;
  text-align: center;
  font-family: "Cairo";
  font-weight: 700;
  text-decoration: none;
}
.about-us-text02:hover {
  border-color: #ffffff;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 4px;
}
.about-us-navlink03 {
  display: contents;
}
.about-us-text03 {
  fill: rgb(9, 151, 157);
  color: rgb(9, 151, 157);
  cursor: pointer;
  font-style: normal;
  text-align: center;
  font-family: "Cairo";
  font-weight: 700;
  padding-top: 5px;
  padding-left: 10px;
  border-radius: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  text-decoration: none;
  background-color: rgb(255, 255, 255);
}
.about-us-navlink04 {
  display: contents;
}
.about-us-text04 {
  color: rgb(255, 255, 255);
  cursor: pointer;
  font-style: normal;
  text-align: center;
  font-family: "Cairo";
  font-weight: 700;
  text-decoration: none;
}
.about-us-text04:hover {
  border-color: #ffffff;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 4px;
}
.about-us-logo {
  width: 139px;
  height: 58px;
  object-fit: cover;
}
.about-us-navbar-interactive {
  width: 100%;
  display: none;
  align-items: center;
  padding-top: 32px;
  padding-left: 48px;
  padding-right: 48px;
  padding-bottom: 32px;
  justify-content: space-between;
}
.about-us-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.about-us-links {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.about-us-text06 {
  margin-left: 32px;
}
.about-us-text07 {
  margin-left: 32px;
}
.about-us-text08 {
  margin-left: 32px;
}
.about-us-text09 {
  margin-left: 32px;
}
.about-us-buttons {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.about-us-login {
  border-width: 0px;
  margin-right: 32px;
}
.about-us-burger-menu {
  display: none;
}
.about-us-icon {
  width: 16px;
  height: 16px;
}
.about-us-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: 32px;
  z-index: 100;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
}
.about-us-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.about-us-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 48px;
  justify-content: space-between;
}
.about-us-logo1 {
  height: 2rem;
}
.about-us-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-us-icon2 {
  width: 16px;
  height: 16px;
}
.about-us-links1 {
  flex: 0 0 auto;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.about-us-navlink05 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.about-us-navlink06 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.about-us-navlink07 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.about-us-navlink08 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.about-us-navlink09 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.about-us-image {
  height: 2rem;
}
.about-us-image01 {
  width: 100%;
  height: 303px;
  object-fit: cover;
}
.about-us-aboutus {
  flex: 0 0 auto;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(90deg, rgb(9, 151, 157) 0.00%,rgb(8, 91, 95) 100.00%);
}
.about-us-heading {
  color: #ffffff;
  font-family: "Cairo";
}
.about-us-container1 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
  flex-direction: column;
  justify-content: space-between;
}
.about-us-image02 {
  width: 455px;
  height: auto;
  align-self: flex-end;
  margin-top: 40px;
  object-fit: cover;
}
.about-us-container2 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  position: relative;
  margin-top: 23px;
  align-items: flex-start;
  margin-bottom: 25px;
  flex-direction: column;
}
.about-us-text10 {
  color: #000000;
  width: 100%;
  font-size: 22px;
  font-style: normal;
  text-align: right;
  font-family: "Cairo";
  font-weight: 500;
}
.about-us-feat-system {
  flex: 0 0 auto;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(90deg, rgb(9, 151, 157) 0.00%,rgb(8, 91, 95) 100.00%);
}
.about-us-heading1 {
  color: rgb(255, 255, 255);
  font-family: "Cairo";
}
.about-us-cards {
  gap: 40px;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: var(--dl-space-space-tripleunit);
  padding-left: 10%;
  padding-right: 10%;
  flex-direction: row;
  padding-bottom: var(--dl-space-space-tripleunit);
}
.about-us-card {
  width: 30%;
  cursor: pointer;
  height: 300px;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding-top: 20px;
  padding-left: 30px;
  border-radius: 15px;
  padding-right: 30px;
  flex-direction: column;
  padding-bottom: 20px;
  justify-content: center;
  background-image: linear-gradient(180deg, rgb(9, 151, 157) 0.00%,rgb(8, 91, 95) 100.00%);
}
.about-us-card:hover {
  scale: 1.05;
}
.about-us-image03 {
  width: 100px;
  object-fit: cover;
}
.about-us-text13 {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-style: normal;
  text-align: center;
  font-family: "Cairo";
  font-weight: 700;
  margin-bottom: 5px;
}
.about-us-text14 {
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-style: normal;
  text-align: center;
  font-family: "Cairo";
  font-weight: 400;
}
.about-us-card1 {
  width: 30%;
  cursor: pointer;
  height: 300px;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding-top: 20px;
  padding-left: 30px;
  border-radius: 15px;
  padding-right: 30px;
  flex-direction: column;
  padding-bottom: 20px;
  justify-content: center;
  background-image: linear-gradient(180deg, rgb(9, 151, 157) 0.00%,rgb(8, 91, 95) 100.00%);
}
.about-us-card1:hover {
  scale: 1.05;
}
.about-us-image04 {
  width: 100px;
  object-fit: cover;
}
.about-us-text15 {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-style: normal;
  text-align: center;
  font-family: "Cairo";
  font-weight: 700;
  margin-bottom: 5px;
}
.about-us-text16 {
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-style: normal;
  text-align: center;
  font-family: "Cairo";
  font-weight: 400;
}
.about-us-card2 {
  width: 30%;
  cursor: pointer;
  height: 300px;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding-top: 20px;
  padding-left: 30px;
  border-radius: 15px;
  padding-right: 30px;
  flex-direction: column;
  padding-bottom: 20px;
  justify-content: center;
  background-image: linear-gradient(180deg, rgb(9, 151, 157) 0.00%,rgb(8, 91, 95) 100.00%);
}
.about-us-card2:hover {
  scale: 1.05;
}
.about-us-image05 {
  width: 100px;
  object-fit: cover;
}
.about-us-text17 {
  color: #ffffff;
  font-size: 20px;
  font-style: normal;
  text-align: center;
  font-family: "Cairo";
  font-weight: 700;
  margin-bottom: 5px;
}
.about-us-text18 {
  color: #ffffff;
  font-size: 15px;
  font-style: normal;
  text-align: center;
  font-family: "Cairo";
  font-weight: 400;
}
.about-us-card3 {
  width: 30%;
  cursor: pointer;
  height: 300px;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding-top: 20px;
  padding-left: 30px;
  border-radius: 15px;
  padding-right: 30px;
  flex-direction: column;
  padding-bottom: 20px;
  justify-content: center;
  background-image: linear-gradient(180deg, rgb(9, 151, 157) 0.00%,rgb(8, 91, 95) 100.00%);
}
.about-us-card3:hover {
  scale: 1.05;
}
.about-us-image06 {
  width: 100px;
  object-fit: cover;
}
.about-us-text19 {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-style: normal;
  text-align: center;
  font-family: "Cairo";
  font-weight: 700;
  margin-bottom: 5px;
}
.about-us-text20 {
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-style: normal;
  text-align: center;
  font-family: "Cairo";
  font-weight: 400;
}
.about-us-card4 {
  width: 30%;
  cursor: pointer;
  height: 300px;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding-top: 20px;
  padding-left: 30px;
  border-radius: 15px;
  padding-right: 30px;
  flex-direction: column;
  padding-bottom: 20px;
  justify-content: center;
  background-image: linear-gradient(180deg, rgb(9, 151, 157) 0.00%,rgb(8, 91, 95) 100.00%);
}
.about-us-card4:hover {
  scale: 1.05;
}
.about-us-image07 {
  width: 100px;
  object-fit: cover;
}
.about-us-text21 {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-style: normal;
  text-align: center;
  font-family: "Cairo";
  font-weight: 700;
  margin-bottom: 5px;
}
.about-us-text22 {
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-style: normal;
  text-align: center;
  font-family: "Cairo";
  font-weight: 400;
}
.about-us-card5 {
  width: 30%;
  cursor: pointer;
  height: 300px;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding-top: 20px;
  padding-left: 30px;
  border-radius: 15px;
  padding-right: 30px;
  flex-direction: column;
  padding-bottom: 20px;
  justify-content: center;
  background-image: linear-gradient(180deg, rgb(9, 151, 157) 0.00%,rgb(8, 91, 95) 100.00%);
}
.about-us-card5:hover {
  scale: 1.05;
}
.about-us-image08 {
  width: 100px;
  object-fit: cover;
}
.about-us-text23 {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-style: normal;
  text-align: center;
  font-family: "Cairo";
  font-weight: 700;
  margin-bottom: 5px;
}
.about-us-text24 {
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-style: normal;
  text-align: center;
  font-family: "Cairo";
  font-weight: 400;
}
.about-us-contact {
  width: 100%;
  height: 237px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-image: linear-gradient(90deg, rgb(9, 151, 157) 0.00%,rgb(8, 91, 95) 100.00%);
}
.about-us-image09 {
  width: 118px;
  height: 43px;
  object-fit: cover;
}
.about-us-link {
  display: contents;
}
.about-us-heading2 {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-style: normal;
  text-align: center;
  font-family: "Cairo";
  font-weight: 400;
  text-decoration: none;
}
@media(max-width: 991px) {
  .about-us-textnav {
    gap: 20px;
  }
  .about-us-cards {
    gab: 30px;
    justify-content: center;
  }
  .about-us-card {
    width: 45%;
  }
  .about-us-card1 {
    width: 45%;
  }
  .about-us-card2 {
    width: 45%;
  }
  .about-us-card3 {
    width: 45%;
  }
  .about-us-card4 {
    width: 45%;
  }
  .about-us-card5 {
    width: 45%;
  }
}
@media(max-width: 767px) {
  .about-us-navbar {
    height: 187px;
    display: none;
    padding-top: 15px;
    flex-direction: column;
    padding-bottom: 30px;
  }
  .about-us-navbar-interactive {
    display: flex;
    padding-left: 32px;
    padding-right: 32px;
    background-image: linear-gradient(90deg, rgb(9, 151, 157) 0.00%,rgb(8, 91, 95) 100.00%);
  }
  .about-us-desktop-menu {
    display: none;
  }
  .about-us-burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .about-us-icon {
    fill: #ffffff;
    width: 36px;
    height: 36px;
  }
  .about-us-mobile-menu {
    height: 50vh;
    background-color: #085B5F;
  }
  .about-us-nav {
    align-items: flex-start;
  }
  .about-us-logo1 {
    width: 165px;
    height: 69px;
  }
  .about-us-icon2 {
    fill: #fff;
    width: 48px;
    height: 48px;
  }
  .about-us-links1 {
    align-self: flex-end;
    align-items: flex-end;
  }
  .about-us-navlink05 {
    fill: #fff;
    color: #fff;
    font-style: normal;
    text-align: right;
    font-family: Cairo;
    font-weight: 500;
    margin-bottom: var(--dl-space-space-unit);
  }
  .about-us-navlink06 {
    fill: #fff;
    color: #fff;
    font-style: normal;
    text-align: right;
    font-family: Cairo;
    font-weight: 500;
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .about-us-navlink07 {
    fill: #fff;
    color: #fff;
    font-style: normal;
    text-align: right;
    font-family: Cairo;
    font-weight: 500;
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .about-us-navlink08 {
    fill: #fff;
    color: #fff;
    font-style: normal;
    text-align: right;
    font-family: Cairo;
    font-weight: 500;
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .about-us-navlink09 {
    fill: #fff;
    color: #fff;
    font-style: normal;
    text-align: right;
    font-family: Cairo;
    font-weight: 500;
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .about-us-image {
    width: 111px;
    height: 46px;
  }
  .about-us-container1 {
    flex-direction: column;
  }
  .about-us-image02 {
    width: 100%;
    margin-bottom: 28px;
  }
  .about-us-container2 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media(max-width: 479px) {
  .about-us-navbar {
    height: 295px;
    flex-direction: row;
  }
  .about-us-textnav {
    flex-direction: column;
  }
  .about-us-navbar-interactive {
    padding: var(--dl-space-space-unit);
  }
  .about-us-mobile-menu {
    padding: 16px;
  }
  .about-us-image01 {
    height: 280px;
    margin-top: 0px;
  }
  .about-us-text10 {
    font-size: 18px;
  }
  .about-us-card {
    width: 100%;
  }
  .about-us-card1 {
    width: 100%;
  }
  .about-us-card2 {
    width: 100%;
  }
  .about-us-card3 {
    width: 100%;
  }
  .about-us-card4 {
    width: 100%;
  }
  .about-us-card5 {
    width: 100%;
  }
  .about-us-heading2 {
    font-size: 15px;
  }
}
