.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

.body {
  background-color: #0a0e13;
  font-family: 'Space Grotesk', sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 34px;
}

.section1 {
  position: relative;
  overflow: hidden;
  padding-top: 170px;
  padding-bottom: 100px;
}

.heading {
  font-family: 'Space Grotesk', sans-serif;
  line-height: 33px;
}

.my-container {
  width: 1280px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.my-container._8 {
  position: relative;
  height: 831px;
  background-image: url('../images/serious-middle-aged-businessman-using-smartphone-1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.my-container._0 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.heading-2 {
  height: auto;
  font-size: 33px;
  line-height: 120%;
  text-transform: uppercase;
}

.text-block {
  margin-top: 44px;
  font-size: 20px;
  line-height: 29px;
}

.navbar {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.brand {
  float: none;
}

.nav-menu {
  float: none;
}

.menu-button {
  float: none;
}

.link {
  margin-left: 40px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 17px;
}

.link:hover {
  color: #18a2df;
}

.link.second {
  color: #fff;
}

.link.second:hover {
  color: #f9d88d;
}

.grid {
  grid-column-gap: 20px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.mockup-img-wrap {
  position: relative;
  bottom: 60px;
  padding-top: 20px;
  border: 0px none transparent;
  background-color: transparent;
  text-align: center;
}

.section2 {
  overflow: hidden;
  padding-bottom: 100px;
}

.sec2-coll-txt-wrap {
  position: relative;
}

.sec2-col-img-wrap {
  position: relative;
}

.image {
  width: 800px;
  height: auto;
  border-style: solid;
  border-width: 16px;
  border-color: rgba(172, 172, 172, 0.13);
  border-radius: 30px;
}

.image.hero {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.image.hero:hover {
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

.sec2-heading {
  margin-right: 100px;
  font-size: 33px;
  line-height: 26px;
  font-weight: 500;
}

.heading-and-img-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sec2-paragraph {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 130%;
}

.paragraph-2 {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.4;
}

.main-btn {
  padding: 10px 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 8px;
  background-color: transparent;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-size: 18px;
  line-height: 26px;
  text-decoration: none;
}

.main-btn:hover {
  border-width: 2px;
  background-color: #15536e;
}

.main-btn.spec {
  margin-top: 45px;
  padding: 10px 20px;
}

.section3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 700px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.circle-div {
  position: relative;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  border: 0px none #000;
  border-radius: 0%;
}

.image-2 {
  width: 100%;
  height: 100%;
  border: 0px none transparent;
  border-radius: 0px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image-3 {
  position: absolute;
  left: auto;
  top: auto;
  right: 18%;
  bottom: 4.7%;
  z-index: 20;
  border-radius: 20px;
  line-height: 34px;
}

.div-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.div-block-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  border-style: solid;
  border-width: 0px;
  border-color: hsla(0, 0%, 67.5%, 0);
  border-radius: 100%;
  box-shadow: inset 0 0 0 25px #25262d;
}

.image-4 {
  position: absolute;
  left: auto;
  right: -22%;
  bottom: -21%;
}

.sec3-col-wrap {
  position: relative;
  z-index: 100;
}

.sec3-heading {
  font-size: 33px;
  line-height: 66px;
  text-transform: uppercase;
}

.sec3-paragraph {
  max-width: 35ch;
  min-width: auto;
  margin-top: 20px;
  direction: ltr;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 16px;
  line-height: 120%;
}

.section-2 {
  padding-top: 220px;
}

.image-5 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
}

.image-6 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: -72%;
}

.column-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.section4 {
  position: relative;
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 102px;
}

.sec4-heading {
  position: relative;
  z-index: 30;
  font-size: 37px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 2px;
}

.team-leaders-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  margin-top: 130px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.team-leaders-grid._1 {
  position: relative;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
}

.grid-img-wrap {
  position: relative;
  z-index: 50;
  width: 270px;
  padding: 16px;
  border-radius: 20px;
  background-color: #25262d;
  box-shadow: 10px 0 44px 0 #000;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.grid-img-wrap:hover {
  background-color: #15536e;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

.heading-names {
  margin-top: 10px;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
}

.heading-names.speccc {
  margin-top: 20px;
  margin-bottom: 10px;
}

.sec4-parag {
  font-size: 12px;
  line-height: 23px;
  text-align: center;
}

.sec4-parag.spec {
  padding-bottom: 16px;
  font-size: 12px;
  line-height: 100%;
}

.image-7 {
  width: 100%;
  margin-bottom: 10px;
  border-style: solid;
  border-width: 0px;
  border-color: #25262d;
  border-radius: 20px;
}

.image-8 {
  position: absolute;
  left: 39%;
  top: 10%;
  right: 0%;
  z-index: 20;
  margin-right: auto;
  margin-left: auto;
}

.image-9 {
  position: absolute;
  left: 5%;
  top: -13%;
  right: auto;
  bottom: auto;
  z-index: 40;
}

.image-10 {
  position: absolute;
  left: auto;
  top: 40%;
  right: 17%;
  bottom: 0%;
}

.image-11 {
  position: absolute;
  left: auto;
  right: 0%;
  bottom: -11%;
}

.image-12 {
  position: absolute;
  left: 0%;
  right: auto;
  bottom: 10%;
}

.image-13 {
  position: absolute;
  left: auto;
  top: 40%;
  right: 0%;
  bottom: auto;
}

.new-page-sec2 {
  position: relative;
  overflow: hidden;
  padding-bottom: 200px;
}

.new-page-sec2.sec {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
}

.sec5-heading {
  font-size: 27px;
  line-height: 25px;
  text-align: center;
}

.sec5-grid {
  width: 1200px;
  margin-top: 110px;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-14 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 14%;
}

.image-15 {
  position: absolute;
  left: 0%;
  top: 5%;
  right: auto;
  bottom: 0%;
}

.image-16 {
  position: absolute;
  left: 0%;
  right: auto;
  bottom: 59%;
}

.image-17 {
  position: absolute;
  left: auto;
  top: 5%;
  right: 0%;
}

.image-18 {
  position: absolute;
  left: auto;
  right: 0%;
  bottom: 60%;
}

.footer {
  padding-top: 60px;
  padding-bottom: 20px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-3.spc {
  margin-top: 0px;
  margin-bottom: 0px;
}

.text-block-2 {
  margin-left: 15px;
  font-size: 16px;
}

.footer-img-wrap {
  text-align: right;
}

.image-19 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 90;
  width: 1370px;
  height: 700px;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-20 {
  position: relative;
  z-index: 100;
}

.div-block-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1372px;
  height: 700px;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.text-block-3 {
  margin-top: 50px;
  color: #b5b7ca;
  line-height: 19px;
}

.body-2 {
  background-color: #0a0e13;
}

.new-page-sec1 {
  position: relative;
  padding-top: 80px;
  padding-bottom: 20px;
}

.image-21 {
  min-width: 1400px;
}

.new-page-sec1-heading {
  position: absolute;
  left: 8%;
  top: 9%;
  right: 0%;
  bottom: auto;
  line-height: 38px;
}

.content-wrap {
  position: relative;
  width: 1400px;
  height: 700px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/serious-middle-aged-businessman-using-smartphone-1.png');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.specc-new-heading {
  position: absolute;
  left: 0%;
  top: -20%;
  right: auto;
  bottom: auto;
  color: #000;
}

.paragraph-3 {
  color: #000;
  font-size: 20px;
  text-align: left;
}

.div-block-6 {
  position: absolute;
  left: 7%;
  top: 23%;
  right: auto;
  bottom: auto;
  width: 526px;
  max-width: 100%;
}

.spc-heding {
  margin-bottom: 50px;
  color: #020202;
  font-size: 40px;
}

.content-wrapp {
  position: absolute;
  left: 6%;
  top: 20%;
  right: auto;
  bottom: auto;
  width: 526px;
  max-width: 100%;
  color: #000;
}

.paragraph-4 {
  font-size: 16px;
  line-height: 120%;
}

.paragraph-5 {
  font-size: 16px;
  line-height: 120%;
}

.image-23 {
  border-radius: 20px;
}

.paragraph-6 {
  display: none;
  height: 170px;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.container-797 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 797px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.vector-wrap {
  text-align: center;
}

.new-page-sec3 {
  position: relative;
  padding-bottom: 235px;
}

.container-1063 {
  width: 1063px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  line-height: 343030px;
}

.paragraph-7 {
  text-align: center;
}

.page-3-heading {
  line-height: 46px;
}

.page3-txt {
  margin-top: 15px;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.image-24 {
  text-align: center;
}

.vector {
  position: absolute;
  left: -10%;
  right: 0%;
  bottom: 0%;
  text-align: center;
}

.sec3-par {
  margin-top: 20px;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.sec3-par.spec {
  margin-top: 40px;
}

.new-page-sec4 {
  padding-bottom: 110px;
}

.new-page-sec5 {
  position: relative;
  padding-top: 65px;
  padding-bottom: 65px;
  background-color: #16536e;
}

.image-25 {
  position: absolute;
  left: 10%;
  top: 44%;
}

.image-26 {
  position: absolute;
  left: 88px;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.image-27 {
  position: absolute;
  top: 3%;
  right: -5%;
  bottom: 0%;
}

.image-28 {
  width: 200px;
  max-width: 85%;
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
}

.image-29 {
  width: 200px;
}

.image-30 {
  width: 20px;
}

.image-31 {
  width: 20px;
}

.image-32 {
  width: 20px;
}

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

.link-2 {
  color: #fff;
  text-decoration: none;
}

.link-2:hover {
  color: #fff;
  text-decoration: underline;
}

.navbar-nimbus {
  background-color: transparent;
}

.navbar-nimbus.sticky {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  overflow: visible;
  background-color: rgba(10, 22, 29, 0.64);
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.45);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: hsla(0, 0%, 100%, 0.45);
}

.sticky-page-trigger {
  position: absolute;
  left: 0%;
  top: 110vh;
  right: 0%;
  bottom: auto;
}

.image-33 {
  max-width: 450px;
}

.columns-2 {
  padding-bottom: 179px;
}

.column-4 {
  padding-left: 0px;
}

.column-5 {
  padding-left: 0px;
}

.link-3 {
  color: #fff;
  text-decoration: none;
}

.link-3:hover {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .section1 {
    padding-bottom: 0px;
  }

  .section2 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sec2-coll-txt-wrap {
    width: 517px;
    text-align: left;
  }

  .image.hero {
    margin-top: 40px;
  }

  .sec2-paragraph {
    font-size: 16px;
  }

  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .image-33 {
    width: 333px;
  }

  .column-4 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .columns-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .section1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .my-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-2 {
    font-size: 24px;
  }

  .brand {
    padding-left: 0px;
  }

  .grid {
    justify-items: end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mockup-img-wrap {
    margin-left: 10px;
    padding-right: 10px;
  }

  .section2 {
    position: relative;
    padding-bottom: 0px;
  }

  .sec2-coll-txt-wrap {
    width: auto;
    text-align: left;
  }

  .sec2-col-img-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image.hero {
    border-width: 8px;
  }

  .sec2-heading {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 24px;
    line-height: 120%;
  }

  .heading-and-img-wrap {
    position: static;
  }

  .sec2-paragraph {
    font-size: 16px;
    line-height: 1.4;
  }

  .main-btn.spec {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    font-size: 14px;
  }

  .section3 {
    height: auto;
    margin-top: 40px;
  }

  .column {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-4 {
    position: relative;
    z-index: 100;
    display: none;
  }

  .sec3-col-wrap {
    text-align: center;
  }

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

  .section4 {
    padding-bottom: 60px;
  }

  .sec4-heading {
    font-size: 24px;
  }

  .team-leaders-grid._1 {
    width: 100%;
    margin-top: 51px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .grid-img-wrap {
    width: 47%;
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 0px;
    padding: 8px;
  }

  .heading-names {
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 16px;
  }

  .heading-names.speccc {
    font-size: 14px;
  }

  .sec4-parag {
    font-size: 9px;
  }

  .sec4-parag.spec {
    padding-bottom: 8px;
    font-size: 9px;
  }

  .image-9 {
    display: none;
  }

  .image-11 {
    display: none;
  }

  .image-13 {
    display: none;
  }

  .new-page-sec2.sec {
    overflow: visible;
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .new-page-sec2.board {
    padding-bottom: 0px;
  }

  .sec5-heading {
    font-size: 24px;
    line-height: 41px;
  }

  .image-15 {
    display: none;
  }

  .image-16 {
    display: none;
  }

  .image-17 {
    display: none;
  }

  .image-18 {
    display: none;
  }

  .div-block-3 {
    display: block;
    text-align: center;
  }

  .text-block-2 {
    line-height: 120%;
  }

  .footer-img-wrap {
    text-align: center;
  }

  .image-19 {
    position: relative;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% -4%;
    object-position: 50% -4%;
  }

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

  .text-block-3 {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }

  .new-page-sec1 {
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .spc-heding {
    top: 32%;
    font-size: 24px;
    line-height: 1.3;
  }

  .content-wrapp {
    top: 62%;
    display: block;
    color: #fff;
  }

  .paragraph-4 {
    display: none;
    color: #fff;
  }

  .paragraph-5 {
    display: none;
  }

  .paragraph-6 {
    display: block;
    height: auto;
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
  }

  .container-797 {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .new-page-sec3 {
    display: block;
    padding-bottom: 0px;
  }

  .container-1063 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .page-3-heading {
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 120%;
  }

  .page3-txt {
    margin-top: 0px;
    font-size: 16px;
    line-height: 1.4;
    font-style: italic;
    text-align: left;
  }

  .image-24 {
    display: none;
  }

  .sec3-par {
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
  }

  .sec3-par.spec {
    margin-top: 0px;
  }

  .new-page-sec4 {
    padding-bottom: 40px;
  }

  .new-page-sec5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .new-sec5-headiing {
    font-size: 24px;
    line-height: 120%;
  }

  .image-25 {
    left: 64%;
    top: 4%;
  }

  .image-27 {
    display: none;
  }

  .image-29 {
    width: 80px;
  }

  .image-33 {
    width: 310px;
    max-width: 100%;
    margin-top: 40px;
  }

  .columns-2 {
    padding-bottom: 60px;
  }

  .column-4 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-span {
    color: #15536e;
  }

  .text-span-2 {
    color: #c69a6d;
  }

  .text-block-4 {
    display: none;
  }

  .image-34 {
    -o-object-fit: contain;
    object-fit: contain;
  }
}

#w-node-_7cb793da-cccf-24ed-cdd9-5073e1f6894b-aef06c84 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_7cb793da-cccf-24ed-cdd9-5073e1f6894d-aef06c84 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_6fd6f19f-d5fc-ce14-d5ac-e95b812ddc46-aef06c84 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6fd6f19f-d5fc-ce14-d5ac-e95b812ddc48-aef06c84 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-ee03203b-8185-4960-0601-a18468c1f876-aef06c84 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3e1c8c40-95ec-209a-e96e-b21ff18bc4a3-aef06c84 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_96abf17c-32dc-f378-57ac-7c915db65856-aef06c84 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_179925ee-b501-dac6-95fa-09a4aa58f7c8-aef06c84 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_01de87f7-46c3-976e-e3ab-06f857c9a85d-aef06c84 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cb3161fe-6f5c-e576-4d70-01a04620b6c2-aef06c84 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1f2b6d82-b34d-47c7-d6fc-41fe8ca81f73-1f12e2c3 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_1f2b6d82-b34d-47c7-d6fc-41fe8ca81f75-1f12e2c3 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-fdab44f0-0aee-138a-5129-477c68995aa7-1f12e2c3 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-fdab44f0-0aee-138a-5129-477c68995aa9-1f12e2c3 {
  -ms-grid-column-align: end;
  justify-self: end;
}

