:root {
  --white: white;
  --black: black;
}

.menu-bar {
  z-index: 20000;
  width: 100%;
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.main-sec {
  margin-top: 100px;
}

.div-block {
  justify-content: space-between;
  align-items: center;
  margin: 24px 40px;
  display: flex;
}

.link {
  color: #36404f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.div-block-2 {
  grid-column-gap: 64px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.div-block-3 {
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section {
  height: 740px;
  margin-top: 90px;
}

.div-block-4 {
  width: 100%;
  height: 100%;
  background-image: url('../images/Group-467671.jpg');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-5 {
  align-items: flex-end;
  margin-bottom: 90px;
}

.heading {
  color: #fff;
  text-align: center;
  font-family: oswald, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 64px;
}

.text-span {
  font-weight: 700;
}

.who-are-we {
  justify-content: center;
  align-items: center;
  margin-top: 90px;
  margin-bottom: 90px;
  display: flex;
}

.div-block-6 {
  width: 950px;
  height: 626px;
  max-height: 626px;
  max-width: 950px;
  background-image: url('../images/AdobeStock_274776014.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-7 {
  width: 540px;
  height: 480px;
  background-color: #f5f5f5;
  border-top-left-radius: 140px;
  border-bottom-right-radius: 140px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -80px;
}

.vision-meets {
  width: 100%;
  height: 450px;
  max-height: 450px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.heading-2 {
  color: #fff;
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 54px;
  font-weight: 500;
  line-height: 64px;
}

.div-block-8 {
  border-bottom: 2px solid #e6c771;
}

.div-block-9 {
  margin-top: 16px;
}

.div-block-10 {
  margin-bottom: 26px;
}

.text-block {
  color: #fff;
  font-family: Avenir Book, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
}

.div-block-11 {
  width: 650px;
  text-align: center;
}

.text-span-2 {
  font-family: Avenir, sans-serif;
  font-weight: 900;
}

.text-span-3 {
  font-family: Avenir Book, sans-serif;
  font-weight: 900;
}

.div-block-12 {
  display: flex;
}

.heading-3 {
  color: #36404f;
  margin-top: 6px;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 34px;
  font-weight: 400;
}

.text-block-2 {
  color: #36404f;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.div-block-13 {
  border-right: 2px solid #e6c771;
  margin-right: 14px;
}

.text-block-3 {
  width: 60%;
  color: #707070;
  font-family: Montserrat, sans-serif;
  line-height: 18px;
}

.div-block-14 {
  margin-top: 14px;
}

.section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 90px;
  margin-bottom: 90px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-15 {
  max-width: 1440px;
  margin-top: 20px;
}

.div-block-16 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 34px;
  display: flex;
}

.text-block-4 {
  color: #36404f;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-weight: 500;
}

.text-block-5 {
  color: #707070;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
}

.div-block-17 {
  width: 380px;
  max-width: 443px;
  border-top-left-radius: 100px;
}

.div-block-18 {
  width: 380px;
}

.div-block-19 {
  max-width: 1440px;
  grid-column-gap: 22px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-20 {
  width: 380px;
  max-width: 443px;
}

.div-block-21 {
  width: 380px;
  max-width: 443px;
  border-top-right-radius: 100px;
}

.div-block-22, .div-block-23, .div-block-24 {
  margin-top: 16px;
}

.div-block-25 {
  height: 50px;
  border-right: 2px solid #e6c771;
  margin-top: 16px;
}

.button {
  letter-spacing: 1px;
  margin-top: 30px;
  font-family: Oswald, sans-serif;
}

.text-block-6 {
  letter-spacing: 1.5px;
  margin-right: 14px;
  font-family: Oswald, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.link-block {
  color: #2a313b;
  background-color: #e6c771;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-top: 24px;
  text-decoration: none;
}

.div-block-26 {
  margin: 14px 22px;
  display: flex;
}

.div-block-27 {
  background-color: #f5f5f5;
}

.section-4 {
  justify-content: center;
  align-items: center;
  margin-top: 90px;
  margin-bottom: 90px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-28 {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.div-block-29 {
  width: 680px;
  height: 360px;
  max-height: 360px;
  max-width: 680px;
  min-height: 260px;
  min-width: 480px;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
}

.div-block-30 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-31 {
  display: flex;
}

.div-block-32 {
  margin-left: 14px;
}

.div-block-33 {
  height: 100%;
  border-right: 2px solid #e6c771;
}

.div-block-34 {
  grid-column-gap: 0px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-7 {
  letter-spacing: 1px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

.div-block-35 {
  width: 100%;
  max-width: 1440px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/Group-467460.jpg');
  background-position: 50%;
  background-size: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.section-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.text-block-8 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 16px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  line-height: 32px;
}

.text-block-9 {
  color: #fff;
  text-align: center;
  margin-top: 18px;
  font-family: Oswald, sans-serif;
  font-size: 42px;
  line-height: 52px;
}

.div-block-36 {
  flex-direction: column;
  align-items: center;
  margin-left: 10%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section-6 {
  margin-top: 90px;
  margin-bottom: 150px;
}

.div-block-37 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-38 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 34px;
  display: grid;
}

.section-7 {
  justify-content: center;
  align-items: center;
  margin-top: 76px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-39 {
  width: 100%;
  max-width: 1420px;
  min-width: 1280px;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.link-block-2 {
  color: #0c141f;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.div-block-40 {
  grid-column-gap: 56px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-41 {
  max-width: 1440px;
  border-top: 1px solid #e1e0d9;
}

.div-block-42 {
  margin-top: 20px;
}

.section-8 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-43 {
  grid-column-gap: 46px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.div-block-45 {
  margin-bottom: 46px;
  display: flex;
}

.div-block-46 {
  width: 499px;
  height: 499px;
  max-height: 499px;
  max-width: 499px;
  background-color: #e6c771;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-10 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-weight: 700;
}

.text-block-11 {
  color: #0c141f;
  font-family: Oswald, sans-serif;
  font-size: 32px;
  line-height: 42px;
}

.div-block-47 {
  border-left: 2px solid #0c141f;
  margin-right: 20px;
}

.div-block-48 {
  align-items: center;
  display: flex;
}

.link-block-3 {
  color: #0c141f;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

.div-block-49 {
  margin-right: 24px;
}

.div-block-50 {
  grid-column-gap: 0px;
  grid-row-gap: 26px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-51 {
  background-color: #fff;
}

.html-embed {
  height: 500px;
  overflow: auto;
}

.body {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.div-block-52 {
  width: 100%;
  height: 100%;
  max-width: 1440px;
  background-image: url('../images/Group-467672.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-53 {
  height: 620px;
  min-width: 1200px;
  background-image: url('../images/Group-467693.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-54 {
  max-width: 1440px;
  min-width: 1200px;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
  display: flex;
}

.text-block-12 {
  margin-top: 6px;
  font-family: Montserrat, sans-serif;
}

.div-block-55 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.div-block-56 {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.mobile-menu-icon {
  display: none;
}

.section-9 {
  background-image: url('../images/Group-467765.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 90px;
}

.div-block-57 {
  height: 450px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 36px;
  padding-left: 62px;
  display: flex;
}

.text-block-13 {
  color: #fff;
  font-family: oswald, sans-serif;
  font-size: 54px;
  line-height: 64px;
}

.text-block-14 {
  color: #fff;
  text-align: center;
  letter-spacing: 7px;
  text-transform: uppercase;
  font-family: oswald, sans-serif;
  font-size: 28px;
  line-height: 38px;
}

.section-10 {
  flex-direction: column;
  align-items: center;
  margin-top: 76px;
  margin-bottom: 76px;
  display: flex;
}

.section-11 {
  height: 450px;
  margin-top: 76px;
}

.div-block-58 {
  height: 100%;
  background-image: url('../images/Group-467695.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-block-15 {
  color: #fff;
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 64px;
}

.text-span-4 {
  font-weight: 600;
}

.div-block-59 {
  margin-bottom: 40px;
}

.div-block-60, .div-block-61 {
  width: 670px;
}

.section-12 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-62 {
  width: 90%;
  max-width: 1440px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  margin-left: 40px;
  margin-right: 40px;
}

.div-block-63 {
  align-items: center;
  margin-top: 28px;
  display: flex;
}

.text-block-16 {
  font-family: Oswald, sans-serif;
}

.text-block-17 {
  color: #36404f;
  font-family: Oswald, sans-serif;
  font-size: 26px;
  line-height: 30px;
}

.text-span-5 {
  font-weight: 600;
}

.div-block-64 {
  width: 72px;
  border-bottom: 2px solid #d6b760;
  margin-top: 26px;
}

.div-block-65 {
  margin-left: 14px;
}

.div-block-66 {
  background-color: #e6c771;
  border-top-left-radius: 74px;
  padding-left: 26px;
  padding-right: 26px;
}

.div-block-67 {
  margin-top: 24px;
  margin-bottom: 44px;
}

.div-block-68 {
  background-color: #f5f5f5;
  padding-left: 26px;
  padding-right: 26px;
}

.div-block-69 {
  background-color: #e6c771;
  padding-left: 26px;
  padding-right: 26px;
}

.div-block-70 {
  background-color: #f5f5f5;
  border-bottom-right-radius: 74px;
  padding-left: 26px;
  padding-right: 26px;
}

.div-block-71 {
  background-color: #e6c771;
  padding-left: 26px;
  padding-right: 26px;
}

.div-block-72 {
  background-color: #f5f5f5;
  padding-left: 26px;
  padding-right: 26px;
}

.div-block-73 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-13 {
  justify-content: center;
  align-items: center;
  margin-top: 90px;
  margin-bottom: 90px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-74, .div-block-75, .div-block-76, .div-block-77, .div-block-78 {
  margin-top: 24px;
  margin-bottom: 44px;
}

.div-block-79 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.text-block-18 {
  color: #d1b25a;
  font-family: Oswald, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 66px;
}

.div-block-80 {
  width: 70%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 22px;
  display: grid;
}

.text-block-19 {
  color: #d1b25a;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
}

.section-14 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 76px;
  margin-bottom: 76px;
  display: flex;
}

.div-block-81 {
  max-width: 1440px;
  display: flex;
}

.div-block-82, .div-block-83 {
  width: 100%;
  height: 100%;
}

.div-block-84 {
  margin-left: 16px;
}

.ov-t {
  color: #666;
  font-family: Montserrat, sans-serif;
}

.text-block-20 {
  color: #707070;
  margin-top: 22px;
  font-family: Montserrat, sans-serif;
}

.div-block-85 {
  width: 560px;
  justify-content: flex-end;
  align-items: center;
  display: none;
  position: absolute;
  right: 88.727px;
}

.text-block-21 {
  color: #707070;
  margin-top: 16px;
  font-family: Montserrat, sans-serif;
}

.section-15 {
  height: 450px;
  margin-top: 90px;
  margin-bottom: 76px;
}

.div-block-87 {
  height: 100%;
  background-image: url('../images/Group-467703.jpg');
  background-position: 50%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.div-block-88 {
  margin-bottom: 40px;
}

.div-block-89 {
  padding-left: 40px;
}

.div-block-90 {
  width: 100%;
  max-width: 1440px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Group-467705.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: grid;
}

.popup {
  z-index: 40000;
  background-image: linear-gradient(rgba(54, 64, 79, .55), rgba(54, 64, 79, .55));
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-91 {
  max-width: 1380px;
  margin: 40px 60px;
}

.div-block-92 {
  height: 274px;
  background-image: url('../images/Group-467716.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 40px;
  padding-left: 40px;
  display: flex;
}

.text-block-22 {
  color: #fff;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 54px;
  line-height: 64px;
}

.div-block-93 {
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.div-block-94 {
  margin-left: 40px;
}

.div-block-95 {
  color: #707070;
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.div-block-96 {
  color: #707070;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
}

.div-block-97 {
  margin-right: 40px;
}

.div-block-98 {
  margin-top: 10px;
  margin-right: 10px;
}

.div-block-99 {
  height: 100%;
  align-items: flex-end;
  display: flex;
}

.div-block-100 {
  width: 1280px;
  max-width: 1440px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Group-467710.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-101 {
  padding-top: 86px;
  padding-bottom: 86px;
}

.div-block-102 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.div-block-103 {
  width: 100%;
  max-width: 1440px;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: stretch;
}

.div-block-104 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.div-block-105 {
  width: 768px;
}

.div-block-106, .div-block-107 {
  width: 362px;
}

.div-block-108 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-16 {
  background-color: #f5f5f5;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
}

.text-block-23 {
  color: #36404f;
  font-family: Oswald, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 66px;
}

.text-block-24 {
  color: #36404f;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.div-block-110 {
  height: 100%;
  border-right: 1px solid #d9d9d9;
}

.div-block-111 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr .25fr .25fr .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-span-6, .text-span-7 {
  font-weight: 400;
}

.superscript {
  font-size: 36px;
  font-weight: 300;
  line-height: 46px;
}

.superscript-2 {
  font-weight: 300;
}

.section-17 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 76px;
  display: flex;
}

.text-block-25 {
  width: 610px;
  color: #707070;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.div-block-112 {
  max-width: 1440px;
  grid-column-gap: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 26px;
  display: flex;
}

.div-block-114 {
  margin-bottom: 26px;
}

.div-block-115 {
  margin-top: 26px;
}

.design-pop-up, .interior-popup, .project-popup, .electromechanical-popup {
  z-index: 40000;
  background-color: rgba(54, 64, 79, .55);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bold-text {
  text-transform: uppercase;
}

.div-block-116 {
  height: 274px;
  background-image: url('../images/Group-467717.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 40px;
  padding-left: 40px;
  display: flex;
}

.div-block-117 {
  height: 274px;
  background-image: url('../images/Group-467718.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 40px;
  padding-left: 40px;
  display: flex;
}

.div-block-118 {
  height: 274px;
  background-image: url('../images/Group-467719.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 40px;
  padding-left: 40px;
  display: flex;
}

.text-block-26 {
  letter-spacing: 1.5px;
  padding-left: 14px;
  font-family: Oswald, sans-serif;
  font-weight: 500;
}

.image-5, .image-6 {
  width: 670px;
}

.text-span-8, .text-span-9, .text-span-10, .text-span-11, .text-span-12, .text-span-13, .text-span-14, .text-span-15, .text-span-16 {
  font-weight: 600;
}

.div-block-119 {
  max-width: 1440px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/OP-SR.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-18 {
  background-image: url('../images/Group-467724.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 90px;
}

.section-19 {
  background-image: url('../images/Group-467694.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 90px;
}

.div-block-120 {
  max-width: 1440px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Group-467710_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-122, .div-block-124, .section-20, .div-block-129, .div-block-130, .div-block-131, .div-block-132, .div-block-133, .div-block-135, .mobile-menu-hidden {
  display: none;
}

.div-block-570 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 10px;
  margin-right: 10px;
  display: grid;
}

.heading-4 {
  color: #36404f;
  text-align: center;
  margin-top: 6px;
  font-family: Oswald, sans-serif;
  font-size: 34px;
  font-weight: 400;
}

.image-17, .div-block-572, .div-block-577 {
  display: none;
}

.text-span-17, .text-span-18, .text-span-19, .text-span-20, .text-span-21, .text-span-22, .text-span-23, .text-span-24, .text-span-25, .text-span-31, .text-span-32, .text-span-33 {
  font-weight: 600;
}

.div-block-581, .div-block-582, .div-block-583, .div-block-584, .div-block-585 {
  display: none;
}

.div-block-586 {
  max-width: 1440px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.superscript-3, .superscript-4, .superscript-5 {
  font-weight: 400;
}

.div-block-587 {
  z-index: 50000;
  width: 64px;
  height: 64px;
  justify-content: flex-end;
  margin-bottom: 100px;
  margin-right: 20px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.link-block-384 {
  z-index: 0;
}

.div-block-588 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-589 {
  width: 100%;
  height: 540px;
  max-width: 1440px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Group-467766.png');
  background-position: 50%;
  background-size: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-594 {
  display: flex;
}

.bold-text-2, .bold-text-3 {
  font-weight: 400;
}

.section-21 {
  background-image: url('../images/Group-493346.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 90px;
}

.section-22, .section-23, .section-24 {
  display: none;
}

.div-block-595 {
  max-width: 1440px;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 90px;
  display: flex;
}

.div-block-596 {
  width: 500px;
  height: 100%;
  background-color: #f5f5f5;
  padding: 60px 40px 60px 60px;
  position: relative;
  left: 80px;
}

.div-block-597 {
  width: 756px;
  height: 100%;
  padding-right: 80px;
}

.div-block-598 {
  width: 756px;
  height: 100%;
  padding-left: 80px;
}

.div-block-599 {
  width: 500px;
  height: 100%;
  background-color: #f5f5f5;
  padding: 60px 40px 60px 60px;
  position: relative;
  right: 80px;
}

.div-block-600 {
  max-width: 1440px;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 90px;
  display: flex;
}

.link-block-385 {
  color: #2a313b;
  background-color: #e6c771;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-top: 100px;
  text-decoration: none;
}

.div-block-601 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-602 {
  width: 500px;
  height: 100%;
  background-color: #f5f5f5;
  padding: 60px 40px 60px 60px;
  display: none;
}

.image-19, .image-22, .image-23 {
  display: none;
}

.text-block-111 {
  width: 630px;
  color: #fff;
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 54px;
  line-height: 64px;
}

.section-25 {
  margin-top: 90px;
}

.section-26 {
  background-image: url('../images/Group-493347.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-155 {
  background-color: #f5f5f5;
  border-bottom: 0 #e1e6e8;
  border-radius: 10px;
  justify-content: space-between;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 14px;
  display: flex;
}

.accordian-item {
  width: 100%;
  max-width: 1160px;
  color: #1a1e21;
  background-color: #fff;
  border-bottom: 2px solid #e1e6e8;
  border-radius: 10px;
  margin-top: 26px;
  display: block;
}

.accordian-item-trigger {
  cursor: pointer;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
}

.line-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.div-block-157 {
  margin: 24px 40px 24px 20px;
}

.bold-text-34 {
  color: #36404f;
  text-transform: none;
  font-weight: 600;
}

.container-t {
  width: 100%;
  background-color: #fafafa;
  border-radius: 10px;
  padding-left: 14px;
  overflow: hidden;
}

.heading-16 {
  color: #36404f;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.hori-line {
  width: 12px;
  height: 2px;
  color: #fff;
  background-color: #1a1e21;
  position: relative;
  top: 4.8px;
}

.verti-line {
  width: 2px;
  height: 12px;
  color: #fff;
  background-color: #1a1e21;
  position: relative;
  top: -2px;
}

.paragraph-16 {
  color: #36404f;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.section-27 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.text-span-36 {
  font-weight: 500;
}

.link-3 {
  border-bottom: 1px #000;
  text-decoration: underline;
}

.text-span-37 {
  font-weight: 500;
}

.text-span-38 {
  font-weight: 600;
}

@media screen and (min-width: 1440px) {
  .section {
    height: 840px;
  }

  .div-block-17 {
    width: 430px;
    max-width: 473px;
  }

  .div-block-18 {
    width: 430px;
  }

  .div-block-20, .div-block-21 {
    width: 430px;
    max-width: 473px;
  }

  .div-block-22 {
    width: 95%;
  }

  .section-5 {
    padding-top: 60px;
  }

  .section-8 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-43 {
    grid-column-gap: 130px;
  }

  .body {
    justify-content: flex-start;
    align-items: stretch;
  }

  .div-block-53 {
    width: 100%;
    max-width: 1440px;
  }

  .section-13 {
    background-size: contain;
  }

  .div-block-85 {
    left: 790px;
  }

  .text-block-21 {
    color: #707070;
    font-family: Montserrat, sans-serif;
  }

  .div-block-86 {
    margin-top: 16px;
  }

  .div-block-90 {
    height: 670px;
    max-width: 1380px;
    background-position: 50%;
  }

  .popup {
    justify-content: center;
    align-items: center;
  }

  .div-block-93 {
    align-items: center;
    justify-items: center;
  }

  .div-block-97 {
    width: 580px;
  }

  .div-block-98 {
    margin-top: 20px;
    margin-right: 20px;
  }

  .div-block-100 {
    width: 100%;
    max-width: 1440px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-101 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .div-block-103 {
    width: 100%;
    max-width: 1440px;
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .div-block-104 {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
  }

  .div-block-105 {
    width: 908px;
  }

  .div-block-106, .div-block-107 {
    width: 420px;
  }

  .div-block-108 {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
  }

  .section-16 {
    background-color: #f5f5f5;
  }

  .text-block-23 {
    color: #36404f;
    font-family: Oswald, sans-serif;
    font-size: 56px;
    font-weight: 700;
    line-height: 66px;
  }

  .text-block-24 {
    line-height: 18px;
  }

  .div-block-110 {
    display: flex;
  }

  .div-block-111 {
    grid-auto-columns: 1fr;
  }

  .text-block-25 {
    width: 620px;
  }

  .div-block-112 {
    grid-column-gap: 40px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-113 {
    padding-bottom: 2px;
  }

  .image-5, .image-6 {
    width: 670px;
  }

  .text-span-8, .text-span-9, .text-span-10, .text-span-11 {
    font-weight: 600;
  }

  .div-block-589 {
    height: 570px;
    background-position: 100%;
    align-content: center;
  }
}

@media screen and (max-width: 991px) {
  .div-block {
    justify-content: center;
  }

  .div-block-2, .div-block-3 {
    display: none;
  }

  .div-block-5 {
    margin-bottom: 60px;
  }

  .heading {
    font-size: 40px;
    line-height: 50px;
  }

  .who-are-we {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .div-block-6 {
    display: none;
  }

  .div-block-7 {
    height: 330px;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
    margin-top: -60px;
    position: static;
  }

  .vision-meets {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2 {
    margin-bottom: 0;
    font-size: 40px;
    line-height: 50px;
  }

  .div-block-9 {
    margin-top: 10px;
  }

  .div-block-10 {
    margin-bottom: 10px;
  }

  .text-block {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-11 {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-12 {
    background-color: #f5f5f5;
    padding-top: 40px;
    padding-bottom: 140px;
    padding-left: 20px;
  }

  .heading-3 {
    text-align: left;
    font-size: 34px;
    line-height: 44px;
  }

  .text-block-3 {
    width: 80%;
  }

  .section-2 {
    margin-top: 50px;
    margin-bottom: 60px;
  }

  .text-block-5 {
    max-width: 446px;
  }

  .div-block-18 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .div-block-19 {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: auto auto 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .div-block-25 {
    margin-top: 0;
  }

  .section-4 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .div-block-28 {
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .div-block-29 {
    display: none;
  }

  .div-block-30 {
    margin-top: 24px;
  }

  .div-block-34 {
    grid-column-gap: 12px;
    flex-direction: column;
    grid-template-columns: auto 1fr;
    display: flex;
  }

  .div-block-35 {
    background-position: 50%;
  }

  .section-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-9 {
    font-size: 40px;
    line-height: 50px;
  }

  .div-block-36 {
    margin-left: 2%;
  }

  .div-block-38 {
    grid-template: "."
                   "."
                   "."
                   / 1fr 1fr 1fr;
  }

  .div-block-39 {
    width: 100%;
    max-width: 100%;
    min-width: 90%;
    flex-direction: column;
    justify-content: center;
  }

  .div-block-40 {
    grid-column-gap: 0px;
    grid-row-gap: 28px;
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    justify-items: center;
    margin-top: 36px;
    display: grid;
  }

  .div-block-41 {
    max-width: 100%;
  }

  .section-8 {
    background-color: #f5f5f5;
    align-items: flex-end;
    margin-top: 320px;
  }

  .div-block-43 {
    width: 100%;
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .div-block-46 {
    width: 420px;
    height: 400px;
    margin-bottom: 40px;
  }

  .text-block-11 {
    font-size: 30px;
  }

  .div-block-49 {
    width: 26px;
    margin-right: 16px;
  }

  .div-block-51 {
    width: 100%;
  }

  .div-block-53 {
    height: 670px;
    min-width: 100%;
    background-image: none;
    background-size: auto;
    justify-content: flex-end;
  }

  .div-block-54 {
    max-width: none;
    min-width: auto;
    flex-direction: column;
    margin-right: 0;
  }

  .text-block-12 {
    margin-top: 12px;
  }

  .div-block-56 {
    align-items: center;
    margin-top: 36px;
  }

  .mobile-menu-icon {
    z-index: 30000;
    display: inline-block;
    position: fixed;
    top: 36px;
    bottom: auto;
    left: 5%;
    right: auto;
  }

  .image-2 {
    z-index: 30000;
    height: 22px;
  }

  .text-block-13 {
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
  }

  .text-block-14 {
    font-size: 22px;
    line-height: 32px;
  }

  .section-10 {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .text-block-15 {
    font-size: 40px;
    line-height: 50px;
  }

  .section-12 {
    background-color: #fff;
    margin-bottom: 60px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-62 {
    z-index: 1000;
    width: 100%;
    height: 340px;
    background-color: #fff;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto 1fr 1fr 1fr;
    display: block;
    overflow: hidden;
  }

  .div-block-64 {
    margin-top: 18px;
  }

  .div-block-66 {
    width: 292px;
    height: 331px;
  }

  .div-block-67 {
    margin-top: 18px;
    margin-bottom: 34px;
  }

  .div-block-68 {
    width: 292px;
    height: 331px;
  }

  .div-block-69 {
    width: 292px;
    height: 331px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .div-block-70, .div-block-71, .div-block-72 {
    width: 292px;
    height: 331px;
  }

  .section-13 {
    display: none;
  }

  .div-block-74, .div-block-75, .div-block-76, .div-block-77, .div-block-78 {
    margin-top: 18px;
    margin-bottom: 34px;
  }

  .section-14 {
    margin: 60px 14px;
  }

  .div-block-82 {
    width: 100%;
    height: 100%;
  }

  .div-block-84 {
    display: none;
  }

  .ov-t {
    color: #666;
    font-family: Montserrat, sans-serif;
  }

  .div-block-87 {
    background-image: url('../images/Group-467758.png');
    background-position: 50%;
    background-size: cover;
  }

  .div-block-90 {
    display: flex;
  }

  .div-block-92 {
    height: 147px;
    padding-bottom: 16px;
    padding-left: 16px;
  }

  .text-block-22 {
    font-size: 40px;
    line-height: 50px;
  }

  .div-block-93 {
    height: 460px;
    display: flex;
    overflow: auto;
  }

  .div-block-94 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .div-block-96 {
    padding-bottom: 20px;
  }

  .div-block-97 {
    display: none;
  }

  .div-block-100 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-101 {
    padding-bottom: 20px;
  }

  .div-block-103 {
    width: 730px;
    max-width: 100%;
  }

  .div-block-108 {
    display: none;
  }

  .section-17 {
    margin-top: 60px;
  }

  .div-block-112 {
    flex-direction: column;
  }

  .div-block-113 {
    margin-top: 36px;
  }

  .div-block-114 {
    display: none;
  }

  .div-block-117 {
    padding-bottom: 16px;
    padding-left: 16px;
  }

  .image-6 {
    width: 670px;
  }

  .section-18 {
    background-image: url('../images/Group-467724.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .div-block-122 {
    display: block;
  }

  .slider {
    width: 740px;
    height: 100%;
    background-color: #fff;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .right-arrow, .left-arrow {
    display: none;
  }

  .slide-2 {
    margin-left: 60px;
  }

  .div-block-123 {
    width: 740px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 20px;
    display: grid;
    overflow: auto;
  }

  .text-block-27 {
    color: #707070;
    margin-top: 12px;
    font-family: Montserrat, sans-serif;
  }

  .div-block-124 {
    height: 470px;
    background-color: #fff;
    display: block;
    overflow: hidden;
  }

  .div-block-125 {
    background-color: #f5f5f5;
    padding: 24px;
  }

  .div-block-127 {
    align-self: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-20 {
    display: flex;
  }

  .div-block-128 {
    display: none;
  }

  .div-block-129, .div-block-133 {
    display: block;
  }

  .div-block-135 {
    display: none;
  }

  .text-block-105 {
    color: #36404f;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    text-decoration: none;
  }

  .text-block-106 {
    color: #dea762;
    margin-bottom: 20px;
    font-family: Oswald, sans-serif;
    font-size: 18px;
  }

  .div-block-557 {
    background-color: #fff;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-block-561 {
    margin-top: 6px;
  }

  .div-block-559 {
    margin-right: 12px;
  }

  .div-block-568 {
    justify-content: flex-end;
    display: flex;
  }

  .div-block-566 {
    margin-right: 6px;
  }

  .div-block-565 {
    display: flex;
  }

  .link-block-380 {
    margin-right: 20px;
  }

  .link-2 {
    color: #0c141f;
    font-family: Oswald, sans-serif;
    font-size: 18px;
    text-decoration: none;
  }

  .link-block-379 {
    margin-top: 20px;
    text-decoration: none;
  }

  .div-block-558 {
    justify-content: flex-end;
    margin-bottom: 40px;
    display: flex;
  }

  .link-block-381 {
    margin-right: 20px;
  }

  .div-block-563 {
    flex-direction: column;
    display: flex;
  }

  .mobile-menu-hidden {
    z-index: 1000000;
    direction: ltr;
    background-color: rgba(0, 0, 0, .52);
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-567 {
    margin-top: 20px;
  }

  .div-block-562 {
    display: flex;
  }

  .div-block-564 {
    margin-bottom: 80px;
  }

  .div-block-569 {
    width: 490px;
    height: 350px;
  }

  .image-16 {
    width: 100%;
    height: 100%;
    display: none;
  }

  .div-block-570 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fff;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 20px;
    display: grid;
    overflow: auto;
  }

  .image-17 {
    display: block;
  }

  .div-block-572 {
    margin-top: 26px;
    display: block;
  }

  .div-block-573 {
    margin-top: 36px;
  }

  .div-block-577 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 14px;
    padding-right: 14px;
    display: grid;
    overflow: auto;
  }

  .text-span-26, .text-span-27, .text-span-28, .text-span-29, .text-span-30, .text-span-34, .text-span-35 {
    font-weight: 600;
  }

  .text-block-110 {
    color: #36404f;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
  }

  .dropdown-link {
    color: #36404f;
    background-color: #fff;
    border-bottom: 1px solid #f5f5f5;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
  }

  .dropdown-link:visited {
    color: #36404f;
  }

  .dropdown-link-2 {
    color: #36404f;
    background-color: #fff;
    border-bottom: 1px solid #f5f5f5;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
  }

  .dropdown-link-2:visited {
    color: #36404f;
  }

  .dropdown-link-3 {
    color: #0c141f;
    background-color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  .dropdown-link-3.w--current {
    color: #36404f;
  }

  .dropdown-toggle {
    justify-content: center;
    align-items: center;
    padding: 0 60px 0 0;
    display: flex;
  }

  .dropdown {
    margin-left: 0;
    margin-right: auto;
  }

  .div-block-580 {
    margin-top: 20px;
  }

  .link-block-383 {
    margin-top: 20px;
    text-decoration: none;
  }

  .dropdown-list {
    width: 201.037px;
  }

  .dropdown-list.w--open {
    width: 285px;
    margin-top: 20px;
    left: -28px;
  }

  .div-block-581, .div-block-582, .div-block-583, .div-block-584, .div-block-585 {
    margin-top: 22px;
    display: block;
  }

  .div-block-588 {
    width: 100%;
  }

  .div-block-590 {
    margin-top: -112px;
    padding-left: 20px;
  }

  .div-block-591, .div-block-592, .div-block-593 {
    padding-left: 20px;
  }

  .div-block-594 {
    display: flex;
  }

  .section-22, .section-23, .section-24 {
    display: block;
  }

  .div-block-595 {
    flex-direction: column;
    margin-top: 20px;
  }

  .div-block-596 {
    display: none;
  }

  .div-block-597 {
    width: 100%;
    padding-right: 0;
  }

  .div-block-598 {
    width: 100%;
    padding-left: 0;
  }

  .div-block-599 {
    bottom: 80px;
    right: 0;
  }

  .div-block-600 {
    flex-direction: column;
    margin-top: 20px;
  }

  .link-block-385 {
    margin-top: 0;
  }

  .div-block-601 {
    margin-bottom: 40px;
  }

  .div-block-602 {
    display: block;
    position: relative;
    bottom: 80px;
  }

  .image-19, .image-22, .image-23 {
    display: none;
  }

  .text-block-111 {
    width: 430px;
    max-width: 430px;
    font-size: 40px;
    line-height: 50px;
  }

  .accordian-item {
    margin-left: 14px;
    margin-right: 14px;
  }

  .accordian-item-trigger {
    cursor: pointer;
  }

  .section-27 {
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    height: 620px;
    margin-top: 84px;
  }

  .div-block-4 {
    height: 620px;
    background-position: 60%;
  }

  .div-block-5 {
    margin-bottom: 40px;
  }

  .heading {
    font-size: 32px;
    line-height: 42px;
  }

  .who-are-we {
    margin-top: 60px;
  }

  .div-block-7 {
    width: 460px;
    height: 330px;
    max-height: 330px;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .vision-meets {
    height: 380px;
  }

  .heading-2 {
    font-size: 28px;
    line-height: 38px;
  }

  .text-block {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-3 {
    text-align: left;
    font-size: 28px;
    line-height: 38px;
  }

  .text-block-2 {
    font-size: 10px;
    line-height: 16px;
  }

  .section-2 {
    margin-top: 60px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .div-block-15 {
    margin-top: 14px;
  }

  .div-block-17 {
    width: 330px;
  }

  .div-block-18 {
    width: 332px;
  }

  .div-block-20, .div-block-21 {
    width: 330px;
  }

  .div-block-25 {
    height: 30px;
    margin-top: 0;
  }

  .section-4 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-28 {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-35 {
    height: 100%;
    background-image: url('../images/Group-467757.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
  }

  .section-5 {
    height: 700px;
  }

  .text-block-8 {
    margin-top: 8px;
    font-size: 16px;
    line-height: 26px;
  }

  .text-block-9 {
    margin-top: 12px;
    font-size: 28px;
    line-height: 38px;
  }

  .div-block-36 {
    padding-bottom: 20px;
  }

  .div-block-37 {
    flex-wrap: wrap;
  }

  .div-block-38 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 40% 40%;
    margin-left: 16px;
    margin-right: 16px;
  }

  .section-8 {
    height: auto;
    margin-top: 140px;
  }

  .div-block-43 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-45 {
    margin-bottom: 22px;
  }

  .div-block-46 {
    width: 340px;
    height: 320px;
    margin-top: -76px;
    position: static;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .text-block-11 {
    font-size: 28px;
  }

  .div-block-50 {
    grid-row-gap: 16px;
  }

  .div-block-51 {
    overflow: auto;
  }

  .html-embed {
    height: auto;
  }

  .div-block-53 {
    height: auto;
    padding-bottom: 0;
  }

  .mobile-menu-icon {
    top: 32px;
  }

  .image-2 {
    height: 100%;
  }

  .section-9 {
    background-image: url('../images/Group-467767.jpg');
    margin-top: 84px;
  }

  .div-block-57 {
    height: 620px;
    padding-left: 36px;
  }

  .text-block-13 {
    font-size: 32px;
  }

  .text-block-14 {
    letter-spacing: 3px;
    font-size: 18px;
  }

  .text-block-15 {
    font-size: 32px;
    line-height: 42px;
  }

  .text-block-18 {
    font-size: 46px;
    line-height: 56px;
  }

  .div-block-80 {
    width: 70%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .section-14 {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .section-15 {
    margin-top: 86px;
  }

  .div-block-87 {
    background-image: url('../images/Group-467758.png');
    background-repeat: no-repeat;
    background-size: cover;
  }

  .text-block-22 {
    font-size: 28px;
    line-height: 38px;
  }

  .div-block-96 {
    padding-bottom: 20px;
  }

  .div-block-103 {
    width: 450px;
    height: 450px;
    max-width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    overflow: hidden;
  }

  .text-block-25 {
    width: 100%;
  }

  .div-block-112 {
    max-width: 100%;
    padding-left: 14px;
    padding-right: 14px;
  }

  .div-block-116, .div-block-117, .div-block-118 {
    height: 147px;
    padding-bottom: 16px;
    padding-left: 16px;
  }

  .image-6 {
    width: 100%;
  }

  .section-18 {
    background-image: url('../images/Group-467762.png');
    background-position: 50% 0;
    background-size: cover;
    margin-top: 85px;
  }

  .section-19 {
    background-image: url('../images/Group-467761.png'), url('../images/Group-467694.jpg');
    background-position: 50%, 50%;
    background-size: cover, cover;
    margin-top: 84px;
  }

  .div-block-121 {
    width: 120px;
  }

  .div-block-123 {
    width: 460px;
  }

  .div-block-124 {
    height: 440px;
  }

  .div-block-125 {
    height: 370px;
  }

  .section-20 {
    flex-direction: column;
  }

  .div-block-128 {
    width: 370px;
    margin-bottom: -85px;
    display: block;
    position: relative;
    top: -85px;
    left: 25px;
  }

  .div-block-134 {
    width: 56%;
    display: none;
  }

  .div-block-135 {
    width: 30%;
    display: block;
  }

  .text-block-28, .text-block-29, .text-block-30 {
    font-size: 14px;
    line-height: 20px;
  }

  .mobile-menu-hidden {
    display: none;
  }

  .image-7 {
    width: 9px;
  }

  .image-8, .image-9 {
    width: 17px;
  }

  .image-10, .image-11, .image-12 {
    width: 22px;
  }

  .text-block-107 {
    font-size: 14px;
    line-height: 20px;
  }

  .image-13, .image-14, .image-15 {
    width: 22px;
  }

  .text-block-108, .text-block-109 {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-574 {
    width: 320px;
    height: 448px;
  }

  .div-block-575, .div-block-576 {
    width: 320px;
    height: 458px;
  }

  .div-block-577 {
    height: 480px;
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    overflow: auto;
  }

  .div-block-582 {
    margin-top: 22px;
  }

  .div-block-587 {
    margin-bottom: 60px;
  }

  .superscript-6, .superscript-7, .superscript-8 {
    font-weight: 400;
  }

  .section-21 {
    background-image: url('../images/Group-493346_1.jpg');
    background-position: 50%;
    background-size: cover;
    margin-top: 82px;
  }

  .div-block-595 {
    margin-top: 0;
  }

  .div-block-599 {
    width: 90%;
    margin-left: 40px;
    margin-right: 40px;
    padding: 40px 20px;
  }

  .div-block-602 {
    width: 90%;
    margin-left: 40px;
    margin-right: 40px;
    padding: 40px 30px;
  }

  .text-block-111 {
    width: 350px;
    font-size: 32px;
    line-height: 42px;
  }

  .div-block-157 {
    margin-left: 0;
    margin-right: 18px;
  }

  .bold-text-34 {
    font-size: 16px;
    line-height: 18px;
  }

  .heading-16 {
    padding-left: 0;
    font-size: 18px;
  }

  .section-27 {
    margin-top: 26px;
  }
}

@media screen and (max-width: 479px) {
  .div-block-7 {
    width: 360px;
    max-width: 390px;
  }

  .vision-meets {
    height: 380px;
  }

  .div-block-8 {
    width: 81%;
  }

  .div-block-11 {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
  }

  .div-block-12 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .heading-3 {
    text-align: left;
  }

  .text-block-3 {
    width: 84%;
  }

  .div-block-18 {
    width: 332px;
  }

  .text-block-6 {
    font-size: 12px;
  }

  .div-block-26 {
    margin: 12px 18px;
  }

  .div-block-38 {
    grid-template-columns: 30% 30%;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
  }

  .section-8 {
    margin-top: 140px;
  }

  .div-block-43 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-49 {
    margin-right: 12px;
  }

  .image-2 {
    height: 100%;
  }

  .div-block-57 {
    height: 450px;
    align-items: center;
    padding-bottom: 16px;
    padding-left: 16px;
  }

  .text-block-14 {
    width: 304px;
  }

  .section-11 {
    margin-top: 82px;
  }

  .section-13 {
    display: none;
  }

  .div-block-80 {
    width: 96%;
  }

  .div-block-82 {
    width: 100%;
    height: 100%;
  }

  .div-block-91 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .div-block-101 {
    padding-bottom: 0;
  }

  .div-block-102 {
    width: 100%;
  }

  .div-block-103 {
    width: 100%;
    height: 481px;
    align-items: flex-start;
    padding-left: 12px;
    padding-right: 12px;
    overflow: hidden;
  }

  .div-block-122 {
    width: 100%;
    max-width: 390px;
  }

  .div-block-123 {
    width: 360px;
  }

  .div-block-125 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-128 {
    width: auto;
    margin-right: 12px;
    left: 12px;
  }

  .div-block-557 {
    width: 307px;
  }

  .image-10 {
    width: 20px;
  }

  .image-11 {
    width: 22px;
  }

  .image-12 {
    width: 21px;
  }

  .div-block-569 {
    width: 100%;
    height: 100%;
    align-self: center;
  }

  .div-block-571 {
    text-align: center;
  }

  .heading-4 {
    width: 290px;
    font-size: 28px;
    line-height: 38px;
  }

  .div-block-577 {
    width: 100%;
    height: 500px;
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .div-block-578 {
    text-align: center;
  }

  .div-block-579 {
    width: 290px;
  }

  .div-block-587 {
    z-index: 500;
    width: 44px;
    height: 44px;
    margin-bottom: 40px;
  }

  .superscript-6, .superscript-7 {
    font-weight: 400;
  }

  .div-block-590, .div-block-591, .div-block-592, .div-block-593 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-597 {
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .div-block-602 {
    width: 90%;
    padding: 20px 10px 20px 20px;
  }

  .image-18 {
    display: none;
  }

  .image-19 {
    max-height: 100%;
    display: block;
  }

  .image-20, .image-21 {
    display: none;
  }

  .image-22, .image-23 {
    display: block;
  }

  .text-block-111 {
    text-align: center;
  }

  .div-block-155 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .accordian-item {
    padding-left: 0;
    padding-right: 0;
  }

  .line-div {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-157 {
    margin-left: 0;
    margin-right: 18px;
  }

  .bold-text-34 {
    font-size: 16px;
    line-height: 18px;
  }

  .heading-16 {
    padding-left: 0;
    font-size: 16px;
  }

  .paragraph-16 {
    width: auto;
  }
}

#w-node-eedcbbf9-a23f-7765-5e9d-84f018eb2730-316767e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14d78c9c-2d31-c79e-61f9-deec4e327bc2-316767e4, #w-node-_11403def-fd12-8e07-ea63-5ccb85671acf-316767e4, #w-node-_4e83f5c6-dac6-ebac-6a2c-edcc2c576449-316767e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6bb71322-3ec7-4be0-543d-7cf36cda149e-316767e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_841879e7-58b3-3203-5753-9a99d8f0a06a-316767e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_34ee8470-f980-050d-9656-0e4d92a3fdc8-316767e4, #w-node-c33e7058-8ac7-ddd1-2ec8-3b7b32799854-316767e4, #w-node-_466b8c42-64c9-09f4-a899-120d784c9f66-316767e4, #w-node-_3a952db4-a7d6-1615-0aa6-03d071ca6173-316767e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-beac7e43-e3e7-9455-784a-d9f66304284d-316767e4, #w-node-caa4f57d-3350-93ce-fa5f-16c388b7b9af-316767e4, #w-node-_20933264-ef38-0a9d-7928-02bbc37cc885-316767e4 {
  align-self: end;
  justify-self: center;
}

#w-node-_00b4981a-6871-e9e5-183a-292a20281143-316767e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8ca409c-469d-2c80-7cfc-88e8fa0c1629-316767e4, #w-node-_04671e1e-8a92-383f-116a-57ed8a2c2139-316767e4 {
  align-self: end;
  justify-self: center;
}

#w-node-_2d1c6b95-0f72-98b1-dc70-8c75a7da1deb-316767e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96bdb916-73ca-f399-d15c-795631d12813-316767e4, #w-node-_7c2fdd04-3f88-6460-2ec1-15a93677edaf-316767e4 {
  align-self: end;
  justify-self: center;
}

#w-node-c665f075-c98f-c46d-8918-dc289c75ace0-316767e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4823036a-2db5-a042-513c-36edeba06b7f-316767e4 {
  align-self: end;
  justify-self: center;
}

#w-node-_8463e1f9-6c35-2963-2ece-a79aa4e8feff-316767e4, #w-node-_06e0b4d9-c86b-5afd-f43e-9ea2e11adb86-316767e4, #w-node-_32ca0fef-2887-a98d-165a-5255eadc1d39-316767e4, #w-node-f282656d-710b-42f6-6b0d-bfe0486bb420-316767e4, #w-node-_1dd1b1cf-fb3c-2c68-e965-b0d1e48514fe-e48514f3, #w-node-_55c67f68-d613-0ffd-2188-becf9cd00f5b-e48514f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69d9184f-603a-2c35-d9f9-657d433aa5c0-ee68cd45, #w-node-d5e9ba1a-1a17-6753-2a33-9e8bb216e735-ee68cd45, #w-node-_52e85832-5fad-b098-6c6c-894687b06448-ee68cd45 {
  justify-self: center;
}

#w-node-_9b0a1014-790b-e281-d47e-da0ec167fe6c-acf5590a, #w-node-fbcbf9d7-5642-97a8-65a2-c0cba8cba867-acf5590a, #w-node-_4e653497-eef8-4867-daec-aa49eb5e87a6-acf5590a, #w-node-_4da6eca2-015f-6ace-c785-afb6f12fb65c-acf5590a, #w-node-a3e7e0b9-5c85-5732-7687-fea7d6b3af83-acf5590a, #w-node-_2da0661d-4af9-9211-2c51-f4ca6b79206e-acf5590a, #w-node-d889f61b-f923-6a12-e9d1-bccbffd434a1-acf5590a, #w-node-_41bdc91f-ba10-a9dd-1050-fa7a428882c1-acf5590a, #w-node-_36f24570-1d49-34d4-5d00-dbedc05dfdab-92447381, #w-node-_36f24570-1d49-34d4-5d00-dbedc05dfdbc-92447381, #w-node-_36f24570-1d49-34d4-5d00-dbedc05dfdc2-92447381, #w-node-_36f24570-1d49-34d4-5d00-dbedc05dfdc8-92447381 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_69d9184f-603a-2c35-d9f9-657d433aa5c0-ee68cd45, #w-node-d5e9ba1a-1a17-6753-2a33-9e8bb216e735-ee68cd45, #w-node-_52e85832-5fad-b098-6c6c-894687b06448-ee68cd45 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_8902b690-76d0-ac89-6ba7-6b7c56bd9bf6-316767e4, #w-node-b7f6b49d-45e4-3ad5-719a-e91588093f51-acf5590a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Heavy.ttf') format('truetype'), url('../fonts/Avenir-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Book';
  src: url('../fonts/Avenir-Book.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}