.navigation-links1-nav {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.navigation-links1-text {
  font-style: normal;
  transition: 0.3s;
  font-family: Montserrat;
  font-weight: 500;
  margin-left: var(--dl-space-space-twounits);
}
.navigation-links1-text:hover {
  color: var(--dl-color-default-blue);
  cursor: pointer;
  border-color: var(--dl-color-default-blue);
  border-style: solid;
  border-width: 0px;
  border-bottom-width: 1px;
}
.navigation-links1-text1 {
  font-style: normal;
  transition: 0.3s;
  font-family: Montserrat;
  font-weight: 500;
  margin-left: var(--dl-space-space-twounits);
}
.navigation-links1-text1:hover {
  color: var(--dl-color-default-blue);
  cursor: pointer;
  transition: initial;
  border-color: var(--dl-color-default-blue);
  border-style: solid;
  border-width: 0px;
  border-bottom-width: 1px;
}
.navigation-links1-text2 {
  font-style: normal;
  transition: 0.3s;
  font-family: Montserrat;
  font-weight: 500;
  margin-left: var(--dl-space-space-twounits);
}
.navigation-links1-text2:hover {
  color: var(--dl-color-default-blue);
  cursor: pointer;
  transition: initial;
  border-color: var(--dl-color-default-blue);
  border-style: solid;
  border-width: 0px;
  border-bottom-width: 1px;
}
.navigation-links1-text3 {
  font-style: normal;
  transition: 0.3s;
  font-family: Montserrat;
  font-weight: 500;
  margin-left: var(--dl-space-space-twounits);
}
.navigation-links1-text3:hover {
  color: var(--dl-color-default-blue);
  cursor: pointer;
  border-color: var(--dl-color-default-blue);
  border-style: solid;
  border-width: 0px;
  border-bottom-width: 1px;
}
























@media(max-width: 767px) {
  .navigation-links1-nav {
    align-items: flex-start;
    flex-direction: column;
  }
  .navigation-links1-text {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .navigation-links1-text1 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .navigation-links1-text2 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .navigation-links1-text3 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
}

.header-header {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-oneandhalfunits);
  z-index: 100;
  position: relative;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-twounits);
  padding-right: var(--dl-space-space-twounits);
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: space-between;
}
.header-navlink {
  display: contents;
}
.header-image {
  width: 185px;
  height: 46px;
  object-fit: cover;
  text-decoration: none;
}
.header-nav {
  display: flex;
}
.header-btn-group {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.header-button {
  color: var(--dl-color-default-heading);
  width: auto;
  align-self: flex-start;
  box-shadow: 0px 0px 0px 0px rgba(70, 117, 214, 0.5);
  font-style: normal;
  transition: 0.3s;
  font-family: Montserrat;
  font-weight: 600;
  padding-top: var(--dl-space-space-unit);
  border-color: var(--dl-color-default-heading);
  border-style: solid;
  border-width: 2px;
  padding-left: var(--dl-space-space-twounits);
  padding-right: var(--dl-space-space-twounits);
  padding-bottom: var(--dl-space-space-unit);
  background-color: transparent;
}
.header-button:hover {
  color: #151920;
  box-shadow: 0px 0px 0px 0px rgba(200, 200, 200, 0.65);
  border-color: #151920;
  background-color: var(--dl-color-default-back);
}
.header-button:active {
  box-shadow: 0px 0px 0px 0px rgba(47, 90, 250, 0.5);
  background-color: var(--dl-color-default-back);
}
.header-burger-menu {
  display: none;
}
.header-icon {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.header-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;
}
.header-nav1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.header-container {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
.header-image1 {
  height: 2rem;
}
.header-menu-close {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-icon02 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.header-icon04 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  margin-right: var(--dl-space-space-twounits);
}
.header-icon06 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  margin-right: var(--dl-space-space-twounits);
}
.header-icon08 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}







@media(max-width: 991px) {
  .header-button {
    align-self: center;
    box-shadow: 0px 0px 0px 0px rgba(47, 90, 250, 0.5);
    font-style: normal;
    font-family: Montserrat;
    font-weight: 600;
    background-color: transparent;
  }
}
@media(max-width: 767px) {
  .header-header {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .header-nav {
    display: none;
  }
  .header-btn-group {
    display: none;
  }
  .header-burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media(max-width: 479px) {
  .header-header {
    padding: var(--dl-space-space-unit);
    z-index: 2;
  }
  .header-image {
    width: 141px;
    height: 35px;
  }
  /* .header-mobile-menu {
    padding: 16px;
  } */
  .header-mobile-menu {
    padding: 16px;
}
  .header-root-class-name {
    width: auto !important;
    max-width: auto;
  }
}

.team-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  padding-left: var(--dl-space-space-sixunits);
    padding-right: var(--dl-space-space-sixunits);
  flex-direction: column;
  justify-content: center;
}
.team-features {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  /* z-index: 100; */
  z-index: 5;
  max-width: var(--dl-size-size-maxwidth);
  flex-direction: column;
}
.team-text {
  font-size: 40px;
  margin-top: var(--dl-space-space-threeunits);
  text-align: center;
  font-family: Montserrat;
  margin-bottom: var(--dl-space-space-threeunits);
}
.team-text02 {
  color: var(--dl-color-default-blue);
}
.team-container1 {
  width: 100%;
  display: grid;
  grid-gap: var(--dl-space-space-twounits);
  margin-top: var(--dl-space-space-threeunits);
  grid-template-columns: 1fr 1fr 1fr 1fr;
  /* margin: 0 2em; */
}
.team-feature-card {
  width: 223px;
  height: 223px;
  display: flex;
  padding: var(--dl-space-space-unit);
  max-width: var(--dl-size-size-maxwidth);
  box-shadow: 0px 5px 20px 0px rgba(18, 18, 18, 0.1);
  transition: 0.3s;
  align-items: flex-start;
  border-color: rgba(68, 75, 88, 0.13);
  border-width: 2px;
  border-radius: 33px;
  flex-direction: column;
  justify-content: flex-start;
  background-color: var(--dl-color-gray-white);
}
.team-feature-card:hover {
  box-shadow: 0px 5px 10px 0px rgba(18, 18, 18, 0.1);
  border-color: var(--dl-color-default-blue);
}
.team-image {
  width: 85px;
  height: 85px;
  align-self: center;
  margin-top: var(--dl-space-space-halfunit);
  object-fit: cover;
  border-radius: var(--dl-radius-radius-radius4);
}
.team-text03 {
  color: var(--dl-color-default-heading);
  font-size: 19px;
  align-self: center;
  margin-top: var(--dl-space-space-twounits);
  font-family: Montserrat;
  margin-bottom: var(--dl-space-space-unit);
}
.team-text04 {
  color: var(--dl-color-default-heading);
  font-size: 16px;
  align-self: center;
  font-style: normal;
  margin-top: 0px;
  font-family: Montserrat;
  font-weight: 500;
  margin-bottom: var(--dl-space-space-twounits);
}
.team-feature-card1 {
  width: 223px;
  height: 223px;
  display: flex;
  padding: var(--dl-space-space-unit);
  max-width: var(--dl-size-size-maxwidth);
  box-shadow: 0px 5px 20px 0px rgba(18, 18, 18, 0.1);
  transition: 0.3s;
  align-items: flex-start;
  border-color: rgba(68, 75, 88, 0.13);
  border-width: 2px;
  border-radius: 33px;
  flex-direction: column;
  justify-content: flex-start;
  background-color: var(--dl-color-gray-white);
}
.team-feature-card1:hover {
  box-shadow: 0px 5px 10px 0px rgba(18, 18, 18, 0.1);
  border-color: var(--dl-color-default-blue);
}
.team-image1 {
  width: 85px;
  height: 85px;
  align-self: center;
  margin-top: var(--dl-space-space-halfunit);
  object-fit: cover;
  border-radius: var(--dl-radius-radius-radius4);
}
.team-text05 {
  color: var(--dl-color-default-heading);
  font-size: 19px;
  align-self: center;
  margin-top: var(--dl-space-space-twounits);
  font-family: Montserrat;
  margin-bottom: var(--dl-space-space-unit);
}
.team-text06 {
  color: var(--dl-color-default-heading);
  font-size: 16px;
  align-self: center;
  font-style: normal;
  margin-top: 0px;
  font-family: Montserrat;
  font-weight: 500;
  margin-bottom: var(--dl-space-space-twounits);
}

.team-feature-card2 {
  width: 223px;
  height: 223px;
  display: flex;
  padding: var(--dl-space-space-unit);
  max-width: var(--dl-size-size-maxwidth);
  box-shadow: 0px 5px 20px 0px rgba(18, 18, 18, 0.1);
  transition: 0.3s;
  align-items: flex-start;
  border-color: rgba(68, 75, 88, 0.13);
  border-width: 2px;
  border-radius: 33px;
  flex-direction: column;
  justify-content: flex-start;
  background-color: var(--dl-color-gray-white);
}
.team-feature-card2:hover {
  box-shadow: 0px 5px 10px 0px rgba(18, 18, 18, 0.1);
  border-color: var(--dl-color-default-blue);
}
.team-image2 {
  width: 85px;
  height: 85px;
  align-self: center;
  margin-top: var(--dl-space-space-halfunit);
  object-fit: cover;
  border-radius: var(--dl-radius-radius-radius4);
}
.team-text07 {
  color: var(--dl-color-default-heading);
  font-size: 19px;
  align-self: center;
  margin-top: var(--dl-space-space-twounits);
  font-family: Montserrat;
  margin-bottom: var(--dl-space-space-unit);
}
.team-text08 {
  color: var(--dl-color-default-heading);
  font-size: 16px;
  align-self: center;
  font-style: normal;
  margin-top: 0px;
  font-family: Montserrat;
  font-weight: 500;
  margin-bottom: var(--dl-space-space-twounits);
}
.team-feature-card3 {
  margin-top: 2em;
  width: 223px;
  height: 223px;
  display: flex;
  padding: var(--dl-space-space-unit);
  max-width: var(--dl-size-size-maxwidth);
  box-shadow: 0px 5px 20px 0px rgba(18, 18, 18, 0.1);
  transition: 0.3s;
  align-items: flex-start;
  border-color: rgba(68, 75, 88, 0.13);
  border-width: 2px;
  border-radius: 33px;
  flex-direction: column;
  justify-content: flex-start;
  background-color: var(--dl-color-gray-white);
}
.team-feature-card3:hover {
  box-shadow: 0px 5px 10px 0px rgba(18, 18, 18, 0.1);
  border-color: var(--dl-color-default-blue);
}
.team-image3 {
  width: 85px;
  height: 85px;
  align-self: center;
  margin-top: var(--dl-space-space-halfunit);
  object-fit: cover;
  border-radius: var(--dl-radius-radius-radius4);
}
.team-text09 {
  color: var(--dl-color-default-heading);
  font-size: 19px;
  align-self: center;
  margin-top: var(--dl-space-space-twounits);
  font-family: Montserrat;
  margin-bottom: var(--dl-space-space-unit);
}
.team-text10 {
  color: var(--dl-color-default-heading);
  font-size: 16px;
  align-self: center;
  font-style: normal;
  margin-top: 0px;
  font-family: Montserrat;
  font-weight: 500;
  margin-bottom: var(--dl-space-space-twounits);
}
.team-feature-card4 {
  width: 223px;
  height: 223px;
  display: flex;
  padding: var(--dl-space-space-unit);
  max-width: var(--dl-size-size-maxwidth);
  box-shadow: 0px 5px 20px 0px rgba(18, 18, 18, 0.1);
  margin-top: var(--dl-space-space-twounits);
  transition: 0.3s;
  align-items: flex-start;
  border-color: rgba(68, 75, 88, 0.13);
  border-width: 2px;
  border-radius: 33px;
  flex-direction: column;
  justify-content: flex-start;
  background-color: var(--dl-color-gray-white);
}
.team-feature-card4:hover {
  box-shadow: 0px 5px 10px 0px rgba(18, 18, 18, 0.1);
  border-color: var(--dl-color-default-blue);
}
.team-image4 {
  width: 85px;
  height: 85px;
  align-self: center;
  margin-top: var(--dl-space-space-halfunit);
  object-fit: cover;
  border-radius: var(--dl-radius-radius-radius4);
}
.team-text11 {
  color: var(--dl-color-default-heading);
  font-size: 19px;
  align-self: center;
  margin-top: var(--dl-space-space-twounits);
  font-family: Montserrat;
  margin-bottom: var(--dl-space-space-unit);
}
.team-text12 {
  color: var(--dl-color-default-heading);
  font-size: 16px;
  align-self: center;
  font-style: normal;
  margin-top: 0px;
  font-family: Montserrat;
  font-weight: 500;
  margin-bottom: var(--dl-space-space-twounits);
}
.team-feature-card5 {
  width: 223px;
  height: 223px;
  display: flex;
  padding: var(--dl-space-space-unit);
  max-width: var(--dl-size-size-maxwidth);
  box-shadow: 0px 5px 20px 0px rgba(18, 18, 18, 0.1);
  margin-top: var(--dl-space-space-twounits);
  transition: 0.3s;
  align-items: flex-start;
  border-color: rgba(68, 75, 88, 0.13);
  border-width: 2px;
  border-radius: 33px;
  flex-direction: column;
  justify-content: flex-start;
  background-color: var(--dl-color-gray-white);
}
.team-feature-card5:hover {
  box-shadow: 0px 5px 10px 0px rgba(18, 18, 18, 0.1);
  border-color: var(--dl-color-default-blue);
}
.team-image5 {
  width: 85px;
  height: 85px;
  align-self: center;
  margin-top: var(--dl-space-space-halfunit);
  object-fit: cover;
  border-radius: var(--dl-radius-radius-radius4);
}
.team-text13 {
  color: var(--dl-color-default-heading);
  font-size: 19px;
  align-self: center;
  margin-top: var(--dl-space-space-twounits);
  font-family: Montserrat;
  margin-bottom: var(--dl-space-space-unit);
}
.team-text14 {
  color: var(--dl-color-default-heading);
  font-size: 16px;
  align-self: center;
  font-style: normal;
  margin-top: 0px;
  font-family: Montserrat;
  font-weight: 500;
  margin-bottom: var(--dl-space-space-twounits);
}
.team-feature-card6 {
  width: 223px;
  height: 223px;
  display: flex;
  padding: var(--dl-space-space-unit);
  max-width: var(--dl-size-size-maxwidth);
  box-shadow: 0px 5px 20px 0px rgba(18, 18, 18, 0.1);
  margin-top: var(--dl-space-space-twounits);
  transition: 0.3s;
  align-items: flex-start;
  border-color: rgba(68, 75, 88, 0.13);
  border-width: 2px;
  border-radius: 33px;
  flex-direction: column;
  justify-content: flex-start;
  background-color: var(--dl-color-gray-white);
}
.team-feature-card6:hover {
  box-shadow: 0px 5px 10px 0px rgba(18, 18, 18, 0.1);
  border-color: var(--dl-color-default-blue);
}
.team-image6 {
  width: 85px;
  height: 85px;
  align-self: center;
  margin-top: var(--dl-space-space-halfunit);
  object-fit: cover;
  border-radius: var(--dl-radius-radius-radius4);
}
.team-text15 {
  color: var(--dl-color-default-heading);
  font-size: 19px;
  align-self: center;
  margin-top: var(--dl-space-space-twounits);
  font-family: Montserrat;
  margin-bottom: var(--dl-space-space-unit);
}
.team-text16 {
  color: var(--dl-color-default-heading);
  font-size: 16px;
  align-self: center;
  font-style: normal;
  margin-top: 0px;
  font-family: Montserrat;
  font-weight: 500;
  margin-bottom: var(--dl-space-space-twounits);
}
.team-feature-card7 {
  width: 223px;
  height: 223px;
  display: flex;
  padding: var(--dl-space-space-unit);
  max-width: var(--dl-size-size-maxwidth);
  box-shadow: 0px 5px 20px 0px rgba(18, 18, 18, 0.1);
  margin-top: var(--dl-space-space-twounits);
  transition: 0.3s;
  align-items: flex-start;
  border-color: rgba(68, 75, 88, 0.13);
  border-width: 2px;
  border-radius: 33px;
  flex-direction: column;
  justify-content: flex-start;
  background-color: var(--dl-color-gray-white);
}
.team-feature-card7:hover {
  box-shadow: 0px 5px 10px 0px rgba(18, 18, 18, 0.1);
  border-color: var(--dl-color-default-blue);
}
.team-image7 {
  width: 85px;
  height: 85px;
  align-self: center;
  margin-top: var(--dl-space-space-halfunit);
  object-fit: cover;
  border-radius: var(--dl-radius-radius-radius4);
}
.team-text17 {
  color: var(--dl-color-default-heading);
  font-size: 19px;
  align-self: center;
  margin-top: var(--dl-space-space-twounits);
  font-family: Montserrat;
  margin-bottom: var(--dl-space-space-unit);
}
.team-text18 {
  color: var(--dl-color-default-heading);
  font-size: 16px;
  align-self: center;
  font-style: normal;
  margin-top: 0px;
  font-family: Montserrat;
  font-weight: 500;
  margin-bottom: var(--dl-space-space-twounits);
}
.team-image8 {
  top: 218px;
  left: 0px;
  right: 0px;
  width: 1199px;
  height: 713px;
  margin: auto;
  z-index: 1;
  position: absolute;
  object-fit: cover;
}
@media(max-width: 991px) {
  .team-text {
    align-self: center;
  }
  .team-container1 {
    align-items: center;
    grid-template-columns: 1fr 1fr;
  }
}
@media(max-width: 767px) {
  .team-features {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .team-container1 {
    align-self: center;
  }
}
@media(max-width: 479px) {
  .team-features {
    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);
  }
  .team-container1 {
    width: 100%;
    margin: var(--dl-space-space-threeunits);
    padding: var(--dl-space-space-halfunit);
    grid-gap: var(--dl-space-space-halfunit);
    align-self: center;
  }
  .team-feature-card {
    width: 185px;
    height: 193px;
    margin: var(--dl-space-space-halfunit);
  }
  .team-image {
    width: 69px;
    height: 81px;
  }
  .team-text03 {
    margin-top: 19px;
  }
  .team-feature-card1 {
    width: 185px;
    height: 193px;
    margin: var(--dl-space-space-halfunit);
  }
  .team-image1 {
    width: 69px;
    height: 81px;
  }
  .team-text05 {
    margin-top: 19px;
  }
  .team-feature-card2 {
    width: 185px;
    height: 193px;
    margin: var(--dl-space-space-halfunit);
  }
  .team-image2 {
    width: 69px;
    height: 81px;
  }
  .team-text07 {
    margin-top: 19px;
  }
  .team-feature-card3 {
    width: 185px;
    height: 193px;
    margin: var(--dl-space-space-halfunit);
  }
  .team-image3 {
    width: 69px;
    height: 81px;
  }
  .team-text09 {
    margin-top: 19px;
  }
  .team-feature-card4 {
    width: 185px;
    height: 193px;
    margin: var(--dl-space-space-halfunit);
  }
  .team-image4 {
    width: 69px;
    height: 81px;
  }
  .team-text11 {
    margin-top: 19px;
  }
  .team-feature-card5 {
    width: 185px;
    height: 193px;
    margin: var(--dl-space-space-halfunit);
  }
  .team-image5 {
    width: 69px;
    height: 81px;
  }
  .team-text13 {
    margin-top: 19px;
  }
  .team-feature-card6 {
    width: 185px;
    height: 193px;
    margin: var(--dl-space-space-halfunit);
  }
  .team-image6 {
    width: 69px;
    height: 81px;
  }
  .team-text15 {
    margin-top: 19px;
  }
  .team-feature-card7 {
    width: 185px;
    height: 193px;
    margin: var(--dl-space-space-halfunit);
  }
  .team-image7 {
    width: 69px;
    height: 81px;
  }
  .team-text17 {
    margin-top: 19px;
  }
  .team-image8 {
    top: 128px;
    left: -363px;
  }
}
.team-feature-card.contact {
  width: 223px;
  height: 310px;
  display: flex;
  padding: var(--dl-space-space-unit);
  max-width: var(--dl-size-size-maxwidth);
  box-shadow: 0px 5px 20px 0px rgba(18, 18, 18, 0.1);
  transition: 0.3s;
  align-items: flex-start;
  border-color: rgba(68, 75, 88, 0.13);
  border-width: 2px;
  border-radius: 33px;
  flex-direction: column;
  justify-content: flex-start;
  background-color: var(--dl-color-gray-white);
}
.team-feature-card1.contact {
  width: 223px;
  height: 310px;
  display: flex;
  padding: var(--dl-space-space-unit);
  max-width: var(--dl-size-size-maxwidth);
  box-shadow: 0px 5px 20px 0px rgba(18, 18, 18, 0.1);
  transition: 0.3s;
  align-items: flex-start;
  border-color: rgba(68, 75, 88, 0.13);
  border-width: 2px;
  border-radius: 33px;
  flex-direction: column;
  justify-content: flex-start;
  background-color: var(--dl-color-gray-white);
}
.team-feature-card2.contact {
  width: 223px;
  height: 310px;
  display: flex;
  padding: var(--dl-space-space-unit);
  max-width: var(--dl-size-size-maxwidth);
  box-shadow: 0px 5px 20px 0px rgba(18, 18, 18, 0.1);
  transition: 0.3s;
  align-items: flex-start;
  border-color: rgba(68, 75, 88, 0.13);
  border-width: 2px;
  border-radius: 33px;
  flex-direction: column;
  justify-content: flex-start;
  background-color: var(--dl-color-gray-white);
}