.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.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;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

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

.body {
  display: block;
  overflow: visible;
  height: auto;
  margin-right: 40px;
  margin-left: 40px;
  padding-top: 17px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.94)), to(rgba(0, 0, 0, 0.94))), url('../images/Grain.gif');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.94)), url('../images/Grain.gif');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.body.black {
  display: block;
  overflow: visible;
  height: auto;
  max-width: 100%;
  margin-right: 100px;
  margin-left: 100px;
  padding-top: 20px;
  background-color: transparent;
  background-image: url('../images/Noise.png'), -webkit-gradient(linear, left top, left bottom, from(#fffcf2), to(#fffcf2));
  background-image: url('../images/Noise.png'), linear-gradient(180deg, #fffcf2, #fffcf2);
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  font-family: Circularstd, sans-serif;
}

.body.about {
  display: block;
  overflow: hidden;
  height: auto;
}

.body.nav {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body.black {
  overflow: visible;
}

.empower {
  margin-top: 73px;
  border: 0px solid #000;
  font-family: Helveticanowdisplay, sans-serif;
  color: #000;
  font-size: 170px;
  font-weight: 700;
  text-align: center;
}

.empower.top {
  margin-top: 137px;
  font-family: August, sans-serif;
  font-size: 300px;
  font-weight: 700;
}

.empower.top.dfd {
  margin-top: 55px;
  border-style: solid;
  border-color: #000;
  font-family: Hkgrotesk, sans-serif;
  color: #000;
  font-size: 160px;
  font-weight: 700;
}

.hero-static {
  margin-top: 148px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 43px;
}

.container.flex-vertical {
  overflow: visible;
}

.heading-2 {
  margin-top: 2px;
  font-family: 'Helveticanowdisplay extlt', sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
}

.div-block {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 0px;
  height: 70px;
  border-style: solid;
  border-width: 0.2px;
  border-color: #fff;
}

.container-2 {
  position: relative;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20%;
  margin-top: 30px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 80vh;
  max-width: 100%;
  min-width: 100%;
  margin-top: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.reels-section {
  height: 80vh;
  margin-top: 3px;
  padding-top: 6px;
}

.container-3 {
  height: 100%;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
}

.focus-section {
  height: 70vh;
  margin-top: 82px;
  padding-top: 0px;
}

.heading-3 {
  font-family: Helveticanowdisplay, sans-serif;
  color: #fff;
  font-size: 5.875rem;
  line-height: 99px;
  font-weight: 400;
}

.image {
  padding-top: 36px;
}

.container-4 {
  display: block;
}

.columns {
  display: block;
}

.website {
  overflow: hidden;
  height: 70vh;
  margin-top: 97px;
  margin-bottom: 0px;
}

.heading-4 {
  font-family: Helveticanowdisplay, sans-serif;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
}

.image-2 {
  padding-top: 30px;
}

.text-block {
  font-size: 2px;
}

.text-block-2 {
  font-family: Natgrotesk, sans-serif;
  color: #000;
  font-size: 60px;
  line-height: 85px;
  font-weight: 700;
}

.background-video {
  height: 80vh;
  margin-top: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: silver;
}

.heading-5 {
  margin-top: 34px;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
}

.div-block-2 {
  position: absolute;
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.div-block-3 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  margin-right: 0px;
  border-style: solid;
  border-width: 0.5px;
  border-color: #757575;
}

.div-block-3.line-dark {
  margin-top: 44px;
}

.first-line {
  position: absolute;
  width: 100%;
  height: 10vh;
  margin-top: 4px;
}

.first-line.two {
  margin-top: -26px;
}

.first-line.two.three {
  margin-top: 93px;
  padding-right: 0px;
}

.first-line.two.three.last {
  margin-top: 2px;
  margin-right: auto;
  padding-right: 0px;
}

.friends-along {
  display: block;
  overflow: hidden;
  height: 40vh;
  margin-top: 46px;
}

.heading-6 {
  font-family: Natgrotesk, sans-serif;
  color: #241b00;
  font-size: 60px;
  line-height: 85px;
  font-weight: 700;
}

.heading-7 {
  font-family: Helveticanowdisplay, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-align: right;
}

.container-5 {
  position: relative;
}

.image-3 {
  padding-top: 30px;
}

.client-log {
  height: 70vh;
  margin-top: 49px;
}

.portfolio-section {
  overflow: hidden;
  height: 280vh;
  margin-top: 0px;
  margin-bottom: 0px;
}

.heading-8 {
  font-family: Helveticanowdisplay, sans-serif;
  color: #fff;
  font-size: 2rem;
}

.heading-9 {
  font-family: 'Circular std 500', sans-serif;
  color: #33658a;
  font-size: 14px;
  font-weight: 500;
}

.heading-9.some {
  font-size: 14px;
  text-align: right;
}

.heading-9.we {
  font-family: Natgrotesk, sans-serif;
  color: #000;
  font-size: 33px;
  line-height: 55px;
  font-weight: 400;
}

.heading-9.we.kitchen {
  margin-left: 30px;
  font-size: 42px;
  font-weight: 600;
}

.heading-9.we.kitchen.seue.rtre44 {
  font-family: Hkgrotesk, sans-serif;
}

.heading-9.we.kitchen.seue.bxcf {
  font-family: Hkgrotesk, sans-serif;
}

.heading-9.we.kitchen.seue.erer24 {
  font-family: Hkgrotesk, sans-serif;
  font-weight: 600;
}

.heading-9.we.kitchen.seue._342 {
  font-family: Hkgrotesk, sans-serif;
}

.heading-9.we.kitchen.seue._33r5 {
  font-family: Hkgrotesk, sans-serif;
}

.heading-9.we.kitchen.seue._4fq {
  font-family: Hkgrotesk, sans-serif;
}

.heading-9.we.kitchen.seue._444 {
  font-family: Hkgrotesk, sans-serif;
  font-weight: 600;
}

.image-4 {
  margin-top: 25px;
}

.heading-10 {
  margin-top: 25px;
  font-family: Helveticanowdisplay, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}

.heading-11 {
  height: 170px;
  margin-top: 76px;
  font-family: August, sans-serif;
  font-size: 130px;
  font-weight: 700;
  text-align: right;
}

.heading-12 {
  display: none;
  margin-top: 40px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: August, sans-serif;
  font-size: 170px;
  text-align: left;
}

.image-5 {
  margin-top: 23px;
  margin-left: 38px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: right;
}

.heading-13 {
  margin-top: 28px;
  font-family: Helveticanowdisplay, sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 15px;
  font-weight: 400;
}

.heading-14 {
  font-size: 13px;
}

.heading-15 {
  margin-top: 94px;
  font-family: Helveticanowdisplay, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.bold-text {
  display: inline;
  padding-top: 0px;
}

.collection-list-wrapper {
  position: static;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-list {
  position: static;
}

.collection-item {
  position: relative;
}

.columns-2 {
  margin-top: 0px;
}

.container-6 {
  margin-top: -8px;
}

.portfolio {
  margin-top: 43px;
  margin-bottom: auto;
}

.heading-16 {
  margin-top: 26px;
  font-family: August, sans-serif;
  color: #fff;
  font-size: 50px;
}

.heading-17 {
  margin-top: 22px;
  font-family: Helveticanowdisplay, sans-serif;
  color: #fff;
  font-weight: 500;
}

.heading-18 {
  font-family: Helveticanowdisplay, sans-serif;
  color: #6b6969;
  font-size: 11px;
}

.news {
  overflow: hidden;
  height: 180vh;
  margin-top: 0px;
}

.news.blog-page {
  height: 130vh;
}

.heading-19 {
  font-family: Helveticanowdisplay, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 16px;
  font-weight: 400;
}

.bold-text-2 {
  font-size: 14px;
  font-weight: 500;
}

.bold-text-3 {
  font-size: 14px;
  font-weight: 400;
}

.heading-20 {
  font-family: Helveticanowdisplay, sans-serif;
  color: #fff;
  font-weight: 500;
}

.heading-21 {
  font-family: Helveticanowdisplay, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: right;
}

.heading-22 {
  margin-top: 10px;
  font-family: Helveticanowdisplay, sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
}

.container-7 {
  margin-top: 47px;
}

.heading-23 {
  margin-top: -16px;
  font-family: Helveticanowdisplay, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.heading-23.text-hover-without-underline.home {
  margin-top: 20px;
  padding-top: 0px;
}

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

.heading-24 {
  color: #c4c4c4;
}

.heading-25 {
  margin-top: -15px;
  font-family: Helveticanowdisplay, sans-serif;
  color: #6b6a6a;
  font-size: 15px;
  font-weight: 500;
}

.introduction {
  margin-top: 89px;
  margin-right: auto;
  margin-left: auto;
}

.introduction._2 {
  margin-top: 50px;
}

.container-8 {
  position: relative;
}

.div-block-5 {
  position: absolute;
  width: 100%;
  border: 1px solid #757575;
}

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

.div-block-7 {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 75%;
  margin-top: 35px;
  margin-left: auto;
  border: 1px solid #757575;
}

.we-love-work {
  width: auto;
  height: 75vh;
  margin-top: 83px;
}

.we-love-work.blog {
  margin-top: 73px;
}

.we-love-work.home {
  margin-top: -8px;
}

.we-love-work.home._1.errr {
  overflow: hidden;
  height: 50vh;
  margin-top: 16px;
}

.we-love-work.home._1.errr.jjfjrw {
  height: 50vh;
  margin-top: 64px;
}

.we-love-work.about {
  display: inline-block;
  overflow: hidden;
  margin-top: 21px;
}

.we-love-work.services {
  margin-top: 14px;
}

.bold-text-4 {
  font-family: Helveticanowdisplay, sans-serif;
  color: #fff;
  font-weight: 500;
}

.footer-paragraph {
  font-family: Natgrotesk, sans-serif;
  color: #000c12;
  font-size: 52px;
  line-height: 60px;
  font-weight: 400;
}

.footer-paragraph.dhdhr {
  position: relative;
}

.image-6 {
  margin-top: 13px;
}

.heading-26 {
  font-family: Helveticanowdisplay, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.heading-26.list {
  font-size: 18px;
}

.heading-27 {
  font-family: Helveticanowdisplay, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.heading-28 {
  color: #fff;
}

.heading-29 {
  display: block;
  margin-top: 5px;
  padding-left: 64px;
  font-family: Helveticanowdisplay, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
}

.list-item {
  padding-top: 0px;
  padding-bottom: 0px;
}

.list-2 {
  margin-bottom: 2px;
  padding-left: 73px;
}

.list-2.social {
  padding-left: 3px;
}

.div-block-8 {
  padding-left: 0px;
}

.footer {
  overflow: hidden;
  height: 30vh;
  margin-top: 22px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.footer.home {
  height: 20vh;
  margin-top: 50px;
}

.footer.mdfbjh {
  margin-top: -39px;
}

.footer.ggg {
  margin-top: 0px;
}

.footer.jhjehw {
  height: 55vh;
  margin-top: -20px;
}

.heading-30 {
  font-family: Helveticanowdisplay, sans-serif;
  color: #fff;
  font-size: 50px;
  font-weight: 400;
}

.bold-text-5 {
  color: #bdbdbd;
  font-weight: 400;
  text-decoration: underline;
}

.bold-text-5:hover {
  color: #33658a;
}

.bold-text-6 {
  color: #fff;
}

.link {
  color: #fff;
}

.heading-31 {
  margin-top: 6px;
  font-family: Helveticanowdisplay, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 19px;
  font-weight: 500;
}

.heading-31.sub {
  margin-top: 13px;
  color: #6b6a6a;
  line-height: 15px;
}

.people {
  position: relative;
  z-index: 2;
  overflow: hidden;
  height: 60vh;
  margin-top: 66px;
}

.heading-32 {
  font-family: August, sans-serif;
  font-size: 180px;
  line-height: 200px;
  font-weight: 700;
  text-align: center;
}

.container-9 {
  margin-top: 117px;
  color: #b93837;
}

.about-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 80vh;
  margin-top: -2px;
  margin-right: 20px;
  margin-left: 20px;
  -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-7 {
  display: block;
  width: 100%;
  height: 100%;
  margin-top: -175px;
}

.container-10 {
  position: relative;
  z-index: 1;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -22px;
  -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;
}

.are-you {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 70vh;
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 0px;
  -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-33 {
  font-family: Natgrotesk, sans-serif;
  color: #000;
  font-size: 60px;
  line-height: 65px;
  font-weight: 400;
}

.heading-34 {
  margin-top: 44px;
  font-family: Helveticanowdisplay, sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 15px;
  font-weight: 300;
}

.image-8 {
  margin-top: 296px;
}

.paragraph-2 {
  margin-top: 56px;
  font-family: Helveticanowdisplay, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 33px;
  font-style: normal;
  font-weight: 100;
}

.we-hate {
  overflow: hidden;
  height: 50vh;
  margin-top: 177px;
}

.paragraph-3 {
  font-family: Helveticanowdisplay, sans-serif;
  color: #878787;
  font-size: 15px;
  line-height: 25px;
}

.paragraph-3.we {
  font-size: 18px;
}

.paragraph-3.white {
  color: #fff;
}

.ecommerce {
  overflow: hidden;
  height: 100vh;
}

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

.heading-35 {
  margin-top: 0px;
  font-family: August, sans-serif;
  color: #fff;
  font-size: 87px;
  line-height: 92px;
}

.heading-35.web {
  overflow: hidden;
}

.heading-35.web.digi {
  line-height: 92px;
}

.image-10 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 131px;
}

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

.image-12 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 485px;
}

.hq {
  overflow: hidden;
  height: 50vh;
  margin-top: 31px;
}

.heading-36 {
  font-family: Helveticanowdisplay, sans-serif;
  color: #fff;
  font-weight: 700;
}

.heading-37 {
  font-family: 'Helveticanowdisplay extlt', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
}

.heading-37.side-title {
  text-align: left;
}

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

.line-dark {
  overflow: hidden;
  height: 10vh;
  margin-top: 17px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.line-dark.we-love-work {
  display: none;
  margin-top: -159px;
}

.line-dark.hq {
  margin-top: 240px;
}

.line-dark.service1 {
  margin-top: -2px;
  margin-bottom: 6px;
}

.line-dark.service2 {
  margin-top: -2px;
}

.line-dark.service2.blog {
  margin-top: 164px;
}

.line-dark.service2.blog._2 {
  margin-top: 111px;
}

.line-dark.service2.contact {
  margin-top: 64px;
}

.line-dark.service2.bdh {
  display: none;
}

.line-dark.services {
  margin-top: 235px;
}

.line-dark.services.jgdsdj {
  margin-top: 83px;
}

.line-dark._223 {
  display: none;
  margin-top: 29px;
}

.line-dark.d443 {
  margin-top: 53px;
}

.line-dark.d443.nfhjhf {
  display: none;
}

.line-dark.d443.wegvhwe {
  margin-top: 79px;
}

.line-dark.d443.hbjs {
  margin-top: 230px;
}

.line-dark.d443.new-home.vggchg {
  margin-top: 97px;
}

.line-dark.d443.jehrbjeh {
  display: none;
}

.line-dark._334 {
  display: none;
}

.line-dark.hdd {
  margin-top: 220px;
}

.div-block-10 {
  width: 100%;
  border-style: solid;
  border-width: 0.5px;
  border-color: #33658a;
}

.center-image-hover {
  display: block;
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: 100px;
  padding-top: 46px;
  padding-bottom: 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  text-align: center;
}

.image-14 {
  position: static;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.the-herd {
  overflow: hidden;
  height: 40vh;
}

.heading-38 {
  margin-bottom: 22px;
  font-family: Helveticanowdisplay, sans-serif;
  color: #000;
  font-weight: 500;
  text-align: center;
}

.paragraph-4 {
  font-family: 'Circular std 500', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
}

.side-title {
  font-family: Helveticanowdisplay, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  text-align: right;
}

.side-title.dhfh {
  font-family: 'Circular std 500', sans-serif;
  color: #33658a;
  font-size: 9px;
  font-weight: 500;
  text-align: left;
}

.image-15 {
  margin-top: 21px;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  -o-object-fit: fill;
  object-fit: fill;
}

.container-11 {
  display: block;
}

.slider-wrapjper {
  display: block;
  padding-right: 0px;
}

.team {
  height: 100vh;
  margin-top: 85px;
}

.team.sider {
  overflow: hidden;
}

.slider-itlem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 20vw;
  height: 30vw;
  margin-right: 28px;
  padding-right: 0px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.slidekr-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding-right: 0px;
}

.heading-39 {
  margin-top: 369px;
  font-family: August, sans-serif;
  color: #fff;
  text-align: center;
}

.heading-40 {
  margin-top: -3px;
  font-family: Helveticanowdisplay, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 23px;
  font-weight: 500;
  text-align: center;
}

.l {
  overflow: hidden;
  height: 100vh;
}

.heading-41 {
  font-family: August, sans-serif;
  color: #fff;
  text-align: center;
}

.heading-42 {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: -14px;
  padding-left: 0px;
  -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;
  font-family: August, sans-serif;
  color: #fff;
  text-align: center;
}

.container-12 {
  padding-left: 0px;
}

.div-block-13 {
  margin-left: auto;
}

.image-16 {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: auto;
  height: 100%;
  margin-right: 24px;
  margin-left: auto;
  padding-left: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.slider-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.slider-item {
  overflow: hidden;
  margin-right: 59px;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none;
  border-width: 0px;
  border-color: #727272;
}

.slider-item._2 {
  width: 20vw;
  margin-bottom: 0px;
}

.section-tittle {
  margin-bottom: 0px;
}

.slider-navigation {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.slider-navigation:hover {
  opacity: 0.7;
}

.slider-navigation.next-slide {
  display: block;
  width: 70px;
  border: 2px solid #000;
}

.slider-navigation.next-slide:hover {
  border-color: #00abff;
  opacity: 1;
}

.slider-navigation.prev-slide {
  display: block;
  width: 70px;
  height: 0px;
  margin-right: 23px;
  border-style: solid;
  border-width: 2px;
  border-color: #181717;
  background-color: rgba(0, 171, 255, 0);
  color: #00abff;
}

.slider-navigation.prev-slide:hover {
  border-color: #00abff;
  opacity: 1;
}

.slider-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  margin-left: 58px;
  -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;
  cursor: -webkit-grab;
  cursor: grab;
}

.slider-wrapper.second {
  margin-top: 40px;
  mix-blend-mode: normal;
}

.pagination {
  display: none;
}

.container-13 {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  padding-right: 60px;
  padding-left: 60px;
}

.slider-navigation-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -13px -139px 4px 984px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.section-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  margin-left: -49px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.section {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.slider-section {
  overflow: hidden;
  margin-top: 88px;
}

.section.slider-section {
  overflow: hidden;
  margin-top: 4px;
}

.section.overflow-none {
  height: 100vh;
  padding-top: 0px;
}

.container-14 {
  width: 100%;
  max-width: 100%;
  padding-right: 60px;
  padding-left: 60px;
}

.image-17 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  margin-top: -33px;
  -o-object-fit: contain;
  object-fit: contain;
}

.heading-43 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 267px;
  margin-bottom: 58px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  font-family: August, sans-serif;
  color: #fff;
  font-size: 60px;
  text-align: center;
}

.heading-44 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 11111;
  margin-bottom: 6px;
  font-family: Helveticanowdisplay, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-14 {
  position: relative;
  z-index: 22222;
  margin-top: 402px;
}

.column {
  margin-bottom: auto;
}

.div-block-15 {
  position: absolute;
  border-style: solid;
  border-width: 0.8px;
  border-color: #6b6a6a;
}

.section-3 {
  position: relative;
  height: 10vh;
  margin-top: -59px;
  padding-bottom: 0px;
}

.div-block-16 {
  display: block;
  width: 83%;
  margin-top: 15px;
  margin-left: 236px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0.5px solid #757575;
  text-align: right;
}

.container-15 {
  max-width: 100%;
  margin-top: 37px;
}

.heading-45 {
  font-family: Helveticanowdisplay, sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  text-align: left;
}

.column-2 {
  padding-left: 21px;
}

.heading-46 {
  font-family: Helveticanowdisplay, sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
}

.heading-47 {
  margin-top: 26px;
  font-family: Helveticanowdisplay, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  font-weight: 300;
}

.heading-48 {
  font-family: Helveticanowdisplay, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
}

.bold-text-7 {
  font-weight: 400;
}

.bold-text-8 {
  font-weight: 400;
}

.div-block-17 {
  width: 83%;
  margin-top: 40px;
  margin-left: 236px;
  border: 0.5px solid #757575;
}

.columns-3 {
  margin-top: 25px;
}

.columns-4 {
  margin-top: 4px;
  margin-bottom: -33px;
}

.heading-49 {
  font-family: Hkgrotesk, sans-serif;
  color: #000;
  font-size: 100px;
  line-height: 130px;
  text-align: center;
}

.heading-49.teamz {
  display: block;
  -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;
  font-family: Natgrotesk, sans-serif;
  font-size: 100px;
}

.heading-49.hdh {
  font-family: Natgrotesk, sans-serif;
}

.section-4 {
  margin-top: 110px;
}

.heading-50 {
  margin-top: 7px;
  padding-left: 58px;
  font-family: Helveticanowdisplay, sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 12px;
  text-align: justify;
}

.heading-51 {
  margin-top: -36px;
  font-family: Helveticanowdisplay, sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 21px;
  font-weight: 400;
}

.bold-text-9 {
  font-weight: 400;
}

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

.container-16 {
  position: static;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-52 {
  font-size: 15px;
}

.heading-53 {
  color: #fff;
  font-size: 15px;
}

.grey-text-color {
  font-family: Helveticanowdisplay, sans-serif;
  color: #878787;
  font-size: 15px;
  font-weight: 700;
}

.heading-54 {
  font-size: 12px;
}

.heading-55 {
  font-family: Helveticanowdisplay, sans-serif;
  color: #fff;
  font-size: 12px;
  text-align: right;
}

.section-6 {
  padding-bottom: 60px;
}

.columns-5 {
  text-align: left;
}

.div-block-18 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 1px;
  height: 100%;
  border: 0.5px solid #757575;
}

.section-7 {
  display: -ms-grid;
  display: grid;
  height: 100vh;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.25fr 1fr;
  grid-template-columns: 1fr 0.25fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid;
}

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

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-56 {
  position: static;
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: August, sans-serif;
  color: #fff;
  font-size: 87px;
}

.heading-57 {
  font-family: August, sans-serif;
  color: #fff;
  font-size: 81px;
}

.div-block-19 {
  position: static;
  width: 1px;
  height: 100%;
  border-style: solid;
  border-color: #fff;
}

.section-8 {
  display: block;
  margin-top: 44px;
  margin-bottom: 139px;
  -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;
}

.section-8.blog2 {
  margin-bottom: 203px;
}

.image-19 {
  position: relative;
  left: 47%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-bottom: 41px;
  padding-top: 43px;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-58 {
  font-family: August, sans-serif;
  color: #fff;
  font-size: 81px;
  text-align: center;
}

.column-4 {
  display: block;
  -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-6 {
  display: block;
  -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;
}

.heading-59 {
  padding-top: 33px;
  padding-bottom: 0px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.bold-text-10 {
  color: #878787;
  font-weight: 400;
}

.div-block-21 {
  position: relative;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  -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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-style: solid;
  border-width: 0.5px;
  border-color: #fff;
}

.column-5 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container-17 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.div-block-22 {
  position: absolute;
  display: block;
  height: 120%;
  -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;
  border: 0.5px solid #757575;
}

.column-6 {
  position: relative;
}

.heading-60 {
  position: static;
  text-align: center;
}

.heading-61 {
  font-family: Helveticanowdisplay, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

.grid {
  grid-template-areas: "Area";
}

.heading-62 {
  padding-left: 10px;
  font-family: Helveticanowdisplay, sans-serif;
  color: #fff;
  font-size: 15px;
}

.collection-item-2 {
  margin-left: auto;
  padding-right: 20px;
  padding-left: 10px;
}

.collection-list-wrapper-2 {
  margin-top: 40px;
  padding-left: 0px;
}

.collection-list-2 {
  padding-left: 0px;
}

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

.image-20 {
  margin-right: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}

.image-20:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.image-21 {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}

.image-21:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.heading-63 {
  color: #fff;
  font-size: 15px;
}

.collection-list-wrapper-3 {
  margin-top: 40px;
}

.image-22 {
  margin-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}

.image-22:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.heading-64 {
  padding-left: 10px;
  font-family: Helveticanowdisplay, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 17px;
}

.image-23 {
  margin-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}

.image-23:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.heading-65 {
  color: #fff;
  font-size: 15px;
}

.heading-66 {
  margin-top: 9px;
  font-family: Natgrotesk, sans-serif;
  color: #000;
  font-size: 100px;
  line-height: 130px;
  font-weight: 700;
  text-align: center;
}

.our-story {
  margin-top: 163px;
}

.heading-67 {
  margin-top: 120px;
  color: #000;
  font-size: 19px;
  line-height: 23px;
  text-align: left;
}

.heading-68 {
  color: #524b4b;
}

.heading-69 {
  margin-top: auto;
  padding-top: 233px;
  font-family: Helveticanowdisplay, sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 12px;
  font-weight: 500;
}

.bold-text-11 {
  font-size: 11px;
  line-height: 12px;
}

.bold-text-12 {
  font-size: 11px;
  line-height: 12px;
}

.image-24 {
  padding-top: 237px;
}

.div-block-23 {
  max-width: 70%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
}

.bold-text-13 {
  margin-top: -13px;
  font-family: 'Circular std 500', sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
}

.bold-text-13.fb {
  margin-top: -29px;
}

.section-10 {
  height: 80vh;
  margin-top: 73px;
}

.heading-70 {
  position: static;
  font-family: Helveticanowdisplay, sans-serif;
  color: #fff;
  font-size: 11px;
  font-weight: 300;
}

.bold-text-14 {
  font-weight: 400;
}

.heading-71 {
  font-size: 11px;
}

.column-7 {
  padding-right: 64px;
}

.bold-text-15 {
  color: #878787;
  font-size: 11px;
}

.bold-text-16 {
  color: #878787;
  font-size: 11px;
}

.bold-text-17 {
  color: #878787;
  font-size: 11px;
}

.column-8 {
  padding-top: 184px;
}

.heading-72 {
  margin-top: 114px;
  font-family: August, sans-serif;
  color: #6b6a6a;
  font-size: 200px;
  text-align: center;
}

.heading-72:hover {
  color: #c4bbbb;
}

.text-hover {
  color: #fff;
}

.link-2 {
  color: #fff;
  font-size: 17px;
  text-decoration: none;
}

.link-2:hover {
  text-decoration: none;
}

.top-underline-ink3 {
  display: inline-block;
  overflow: hidden;
}

.top-underline-ink3.about {
  margin-top: 1px;
}

.link-underline2 {
  height: 2px;
  margin-top: -17px;
  background-color: #fff;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
  color: #fff;
}

.div-block-24 {
  height: 1px;
  background-color: #fff;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

.div-block-24.link-underline {
  height: 2px;
  margin-top: -7px;
}

.div-block-25 {
  display: inline-block;
}

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

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

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

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

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

.div-block-26 {
  display: inline-block;
  overflow: hidden;
}

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

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

.list-item-2 {
  margin-top: -26px;
}

.home-line-hover {
  display: inline-block;
  overflow: hidden;
}

.home-line-hover-underline {
  overflow: visible;
  height: 2px;
  margin-top: -15px;
  background-color: #fff;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

.menu-button {
  margin-top: 0px;
}

.nav-menu {
  display: block;
  margin-left: 0px;
  padding-left: 0px;
  -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;
}

.list-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style-type: none;
}

.heading-73 {
  font-size: 13px;
}

.heading-74 {
  font-family: Helveticanowdisplay, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

.heading-75 {
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 13px;
}

.list-item-3 {
  margin-top: auto;
  padding-left: 0px;
}

.list-item-4 {
  padding-top: 0px;
  padding-left: 40px;
}

.list-item-5 {
  padding-left: 40px;
}

.list-item-6 {
  padding-left: 40px;
}

.html-embed {
  margin-top: 16px;
  margin-left: auto;
}

.heading-76 {
  font-size: 13px;
}

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

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  text-align: left;
}

.column-9 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  -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;
}

.nav-link {
  font-family: 'Circular std 500', sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.nav-link-2 {
  font-family: 'Circular std 500', sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 400;
}

.nav-link-3 {
  display: block;
  overflow: hidden;
  padding-right: 40px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: Circularstd, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}

.heading-77 {
  position: static;
  display: none;
  overflow: visible;
  margin-top: 1px;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 84px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-7 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-12 {
  padding-top: 0px;
  padding-bottom: 3px;
  padding-left: 10px;
}

.heading-78 {
  margin-top: 0px;
  color: #878787;
  text-align: right;
}

.navbar {
  position: static;
  overflow: hidden;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  background-color: hsla(0, 0%, 100%, 0);
}

.image-25 {
  margin-top: 21px;
}

.heading-79 {
  display: none;
}

.image-26 {
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
  cursor: auto;
}

.image-26:hover {
  padding-left: 0px;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.icon {
  color: #ddd7d7;
}

.section-11 {
  margin-top: -54px;
  margin-bottom: 98px;
}

.container-18 {
  display: block;
  max-width: 70%;
  margin-top: 16px;
  padding-top: 0px;
}

.bold-text-20 {
  font-size: 22px;
}

.div-block-28 {
  max-width: 60%;
}

.list-4 {
  width: 45%;
}

.image-27 {
  margin-top: 14px;
}

.slider {
  overflow: hidden;
  width: 100vw;
  height: 150px;
}

.mask {
  overflow: visible;
  width: 10%;
}

.client-logo2.overflow-none {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 50vh;
  margin: 24px auto -29px;
}

.collection-list-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-28 {
  width: auto;
  height: 128px;
  padding-top: 43px;
}

.collection-list-wrapper-4 {
  width: 100vw;
}

.container-20 {
  display: block;
}

.slider-item-2 {
  overflow: hidden;
  width: 30vw;
  height: 40vw;
  margin-right: -2px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none;
  border-width: 1px;
  border-color: #727272;
}

.slider-item-2._3 {
  margin-right: -4px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none;
}

.slider-wrapper-2._1 {
  padding-right: 0px;
  padding-left: 0px;
}

.slider-list-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
}

.slider-list-2._2 {
  padding-right: 0px;
  padding-left: 0px;
}

.section-header-2 {
  display: block;
  overflow: visible;
  margin-bottom: 32px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.container00 {
  overflow: visible;
}

.slider-item-3 {
  overflow: hidden;
  width: 30vw;
  height: 40vw;
  margin-right: 32px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #727272;
}

.slider-item-3._3 {
  width: 350px;
  height: 500px;
  margin-right: 10px;
  border-width: 0px;
}

.section-12 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-12.slider-section {
  display: none;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  background-image: none;
}

.slider-list-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section-header-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.splide {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50vh;
  padding-left: 0px;
}

.splide_track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40vh;
  margin-right: -60px;
  margin-left: 0px;
  padding-left: 0px;
}

.splide_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.splide_slide {
  width: 100%;
  height: 100%;
  padding-right: 9px;
  padding-left: 0px;
}

.section-13 {
  width: 100%;
  height: 60vh;
}

.image-29 {
  width: 100%;
  height: 100%;
  padding-left: 0px;
}

.slider-section {
  min-height: 100vh;
  -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;
  background-image: linear-gradient(235deg, #512525, #2b1f25 47%);
}

.slider-item-4 {
  width: 100%;
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.slider-2 {
  display: block;
  overflow: visible;
}

.slider-2.is_blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  max-width: 1500px;
  margin-bottom: 5rem;
  padding-bottom: 0px;
}

.margin-bottom {
  margin-top: 0rem;
  margin-right: 0rem;
  margin-left: 0rem;
}

.arrow__wrap {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.heading-large {
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 400;
}

.slider_wrap {
  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;
}

.slider-component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -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;
}

.text-weight-light {
  font-weight: 300;
}

.text-weight-light.text-size-regular {
  font-size: 1.56rem;
}

.container-medium {
  width: 100%;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
}

.heading-wrap {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.main-wrapper {
  overflow: hidden;
}

.slick_arrow {
  width: 60px;
}

.slick_arrow.cc-prev {
  margin-right: 1.875rem;
}

.blog_article {
  position: relative;
  display: block;
  height: 10rem;
  margin-right: 0rem;
  color: #fff;
}

.page-padding {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.container-large {
  width: 100%;
  max-width: 100rem;
  margin-right: auto;
  margin-left: auto;
}

.collection-list-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140vw;
}

.image-30 {
  width: 100%;
  height: 45vh;
  margin-left: -27px;
  -o-object-fit: cover;
  object-fit: cover;
}

.collection-item-4 {
  width: 100vw;
  height: 50vh;
  padding-left: 0px;
}

.collection-list-wrapper-5 {
  width: 100vh;
}

.container-22 {
  max-width: 100%;
}

.heading-81 {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  font-family: August, sans-serif;
  color: #fff;
  font-size: 50px;
}

.heading-82 {
  background-color: #e7e7e7;
  color: #fff;
}

.heading-83.nw {
  color: #fff;
}

.div-block-29 {
  height: auto;
  margin-left: 10px;
  color: #fff;
}

.heading-84 {
  color: #fff;
}

.text-block-3 {
  position: relative;
  display: block;
  height: auto;
  margin-top: -73px;
  margin-bottom: 47px;
  margin-left: 20px;
  padding-top: 0px;
  font-family: 'Circular std 500', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 70px;
  text-align: left;
}

.heading-85 {
  position: relative;
  margin-top: -75px;
  margin-left: 20px;
  font-family: 'Circular std 500', sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}

.div-block-31 {
  height: 2px;
  margin-top: -18px;
  background-color: #fff;
}

.link-9 {
  width: 75%;
  font-family: Circularstd, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.link-9._124 {
  width: 100%;
}

.link-9._344 {
  width: 100%;
}

.div-block-32 {
  width: 100%;
  height: 1px;
  background-color: #33658a;
  -webkit-transform: translate(-105px, 0px);
  -ms-transform: translate(-105px, 0px);
  transform: translate(-105px, 0px);
}

.div-block-32._1 {
  width: 85%;
}

.div-block-32._1._342 {
  width: 100%;
  background-color: #33658a;
}

.div-block-32._1._212 {
  width: 75%;
}

.div-block-32._1._234 {
  width: 70%;
}

.div-block-32._4 {
  width: 45%;
}

.div-block-32._98 {
  width: 75%;
}

.div-block-32._78y {
  width: 35%;
}

.div-block-33 {
  overflow: hidden;
  width: 55%;
  margin-top: -4px;
}

.div-block-33._1 {
  margin-top: 3px;
}

.div-block-33._1._2 {
  width: 40%;
}

.div-block-33._1._3 {
  width: 50%;
}

.div-block-33._1._4 {
  width: 65%;
}

.div-block-33._1._5 {
  width: 55%;
}

.div-block-33._1._6 {
  width: 55%;
}

.div-block-33._1._446 {
  width: 60%;
}

.div-block-33._1._234 {
  width: 65%;
}

.div-block-33._2 {
  width: 60%;
}

.div-block-33._2._1 {
  width: 80%;
}

.div-block-33._2._342 {
  width: 50%;
}

.div-block-33._2._344 {
  width: 85%;
}

.list-item-9 {
  margin-top: 21px;
}

.list-item-10 {
  margin-top: 21px;
}

.list-item-11 {
  width: 80%;
  margin-top: 21px;
}

.list-item-12 {
  margin-top: 21px;
}

.column-25 {
  margin-top: 47px;
  padding-left: 0px;
}

.div-block-34 {
  padding-left: 0px;
}

.list-item-13 {
  margin-top: 22px;
}

.div-block-35 {
  overflow: hidden;
  width: 75%;
  margin-top: 96px;
}

.div-block-35.y7 {
  width: 20%;
}

.div-block-35.y7.t7i {
  position: absolute;
  width: 25%;
  margin-top: 52px;
  margin-left: 154px;
  padding-left: 0px;
}

.div-block-35.y7.j0 {
  width: 25%;
  margin-top: 63px;
}

.div-block-35.yv {
  margin-top: 98px;
}

.div-block-35.yv.workz {
  width: 60%;
  margin-top: 33px;
  margin-left: 203px;
  padding-left: 0px;
}

.div-block-36 {
  width: 60%;
  height: 2px;
  margin-top: 3px;
  background-color: #fff;
}

.div-block-36.ju {
  width: 55%;
  height: 1px;
}

.div-block-36.ju.erdf {
  margin-top: 34px;
  margin-left: -255px;
  line-height: 2px;
}

.div-block-36.ju.erdf.skdg {
  width: 45%;
}

.div-block-36.ju.erdf.sydgw {
  width: 45%;
  margin-top: 0px;
}

.div-block-36.ju.erdf.wuy {
  width: 50%;
  margin-top: 0px;
}

.div-block-36.kh {
  width: 60%;
  height: 1px;
}

.div-block-36.kh.hgfg {
  width: 75%;
}

.div-block-36.h70k {
  width: 45%;
  height: 1px;
}

.link-10 {
  font-family: Abel, sans-serif;
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

.div-block-37 {
  overflow: hidden;
  height: 10vh;
  margin-left: auto;
}

.div-block-38 {
  position: absolute;
  display: block;
  overflow: hidden;
  height: 60vh;
  margin-top: 44px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: 15vh;
  -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;
}

.cursor {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 1.25em;
  height: 1.25em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  border-radius: 200px;
  background-color: #33658a;
  background-clip: content-box;
  -webkit-text-fill-color: inherit;
  cursor: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-86 {
  font-family: Helveticanowdisplay, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 100;
  text-align: center;
}

.div-block-40 {
  position: static;
}

.cusor_wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: block;
  -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-87 {
  padding-top: 27px;
  font-family: Helveticanowdisplay, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 100;
  text-align: center;
}

.div-block-41 {
  display: none;
  width: 100px;
  height: 100px;
  border-radius: 150px;
  background-color: #b93837;
}

.image-32 {
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}

.image-32:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.heading-88 {
  font-family: August, sans-serif;
  font-size: 180px;
  line-height: 200px;
  text-align: center;
}

.heading.top {
  margin-top: 9px;
  font-size: 180px;
  line-height: 200px;
}

.heading.top.djhf {
  font-family: Natgrotesknar, sans-serif;
  color: #000;
  font-size: 119px;
  line-height: 130px;
  font-weight: 600;
  text-align: center;
}

.div-block-42 {
  overflow: hidden;
  margin-top: 25px;
}

.div-block-43 {
  overflow: hidden;
  margin-top: 25px;
}

.div-block-44 {
  overflow: hidden;
  margin-top: 31px;
}

.div-block-45 {
  overflow: hidden;
  height: 200px;
}

.div-block-45.hdkf {
  height: 100px;
  margin-top: 25px;
}

.div-block-45.dggr {
  height: 230px;
  margin-top: -8px;
}

.div-block-45._5ry {
  height: 100px;
}

.link-11 {
  display: block;
  margin-top: 37px;
  font-family: August, sans-serif;
  color: #fff;
  font-size: 87px;
  text-decoration: none;
}

.link-11.newe {
  line-height: 90px;
}

.link-12 {
  display: block;
  margin-top: 49px;
  margin-left: 10px;
  font-family: Helveticanowdisplay, sans-serif;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.link-13 {
  display: block;
  margin-top: 49px;
  margin-left: 7px;
  color: #fff;
  text-decoration: none;
}

.link-14 {
  display: block;
  margin-top: 28px;
  margin-left: 9px;
  color: #fff;
  text-decoration: none;
}

.link-15 {
  display: block;
  margin-top: 22px;
  margin-left: 9px;
  color: #fff;
  text-decoration: none;
}

.image-33 {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}

.image-33:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.image-34 {
  margin-top: 33px;
}

.link-16 {
  font-family: August, sans-serif;
  color: #6b6a6a;
  font-size: 200px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.link-16:hover {
  color: #beb6b6;
}

.container-26 {
  margin-top: 61px;
}

.div-block-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 100%;
}

.image-35 {
  margin-left: 43px;
  padding-top: 44px;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-perspective: none;
  perspective: none;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  text-align: left;
}

.image-36 {
  margin-top: 13px;
}

.lottie-animation {
  width: 50px;
  height: 50px;
}

.empower2 {
  display: block;
  margin-top: -54px;
  margin-left: auto;
  border: 0px solid #000;
  font-family: Helveticanowdisplay, sans-serif;
  color: #fffcf2;
  font-size: 170px;
  font-weight: 400;
  text-align: center;
}

.empower2.top {
  margin-top: 137px;
  font-family: August, sans-serif;
  font-size: 300px;
  font-weight: 700;
}

.empower2.top.dfd {
  margin-top: 55px;
  border-style: solid;
  border-color: #000;
  font-family: Hkgrotesk, sans-serif;
  color: #000;
  font-size: 160px;
  font-weight: 700;
}

.revolution {
  margin-top: 145px;
  border: 0px solid #000;
  font-family: Natgrotesknar, sans-serif;
  color: #000;
  font-size: 180px;
  font-weight: 700;
  text-align: center;
}

.revolution.top {
  margin-top: 137px;
  font-family: August, sans-serif;
  font-size: 300px;
  font-weight: 700;
}

.revolution.top.dfd {
  margin-top: 55px;
  border-style: solid;
  border-color: #000;
  font-family: Hkgrotesk, sans-serif;
  color: #000;
  font-size: 160px;
  font-weight: 700;
}

.circle {
  position: absolute;
  overflow: hidden;
  margin-top: 237px;
  margin-left: -972px;
}

.html-embed-2 {
  display: block;
  font-family: Hkgrotesk, sans-serif;
  font-weight: 700;
}

.div-block-48 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 40%;
  margin-top: 438px;
  margin-left: 0px;
  -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;
}

.paragraph-5 {
  display: block;
  -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;
  color: #000;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
}

.clock {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 599px;
  margin-left: 43px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.clock.mobile {
  display: none;
}

.paragraph-6 {
  font-family: 'Circular std 500', sans-serif;
}

.second {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 3rem;
}

.minutes {
  display: inline;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 1.6rem;
}

.heading-92 {
  width: 100%;
  font-family: Hkgrotesk, sans-serif;
  color: #000;
  font-size: 60px;
  line-height: 60px;
  font-weight: 500;
}

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

.heading-93 {
  font-family: Circularstd, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

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

.heading-94 {
  font-family: Circularstd, sans-serif;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
}

.div-block-51 {
  width: 65%;
  margin-top: 33px;
  margin-bottom: 32px;
}

.section-15 {
  overflow: hidden;
  margin-top: 62px;
}

.image-37 {
  display: none;
  text-align: left;
}

.div-block-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.div-block-52.secode {
  margin-top: 159px;
  margin-right: 28px;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.heading-95 {
  font-family: Circularstd, sans-serif;
  color: #33658a;
  font-size: 14px;
  text-align: right;
  text-transform: uppercase;
}

.div-block-53 {
  width: 60%;
}

.paragraph-7 {
  margin-top: 213px;
  font-family: Abel, sans-serif;
  line-height: 24px;
}

.paragraph-7.gfht {
  font-family: Circularstd, sans-serif;
  font-size: 17px;
  line-height: 26px;
}

.div-block-54 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 175px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.column-29 {
  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;
}

.image-38 {
  height: 500px;
}

.div-block-55 {
  display: block;
  width: 60px;
  height: 0px;
  margin-left: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  cursor: pointer;
}

.div-block-55:hover {
  border-color: #00abff;
}

.div-block-56 {
  width: 60%;
}

.accordion-wrapper {
  height: 534px;
  background-color: #000;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-perspective: none;
  perspective: none;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.accordion-wrapper-container {
  position: relative;
  height: 120vh;
  margin-top: 0px;
}

.columns-12 {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 43px;
}

.columns-12._1m {
  display: block;
  margin-top: 0px;
  margin-bottom: -38px;
  padding-top: 46px;
}

.paragraph-8 {
  margin-top: 24px;
  margin-right: 30px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
}

.paragraph-8.jhd {
  margin-left: -86px;
  font-family: Circularstd, sans-serif;
  font-weight: 300;
}

.paragraph-8.jhd.ehhe {
  margin-right: 64px;
  margin-left: -81px;
}

.paragraph-8.jhd.ehhe.ewew {
  margin-top: -18px;
}

.paragraph-8.jhd.ehhe.rtrtr {
  margin-top: -73px;
  margin-right: 30px;
  margin-left: -27px;
}

.paragraph-8.jhd.ehhe.ew22 {
  margin-top: -61px;
  margin-right: 30px;
}

.paragraph-8.jhd.hdhdh {
  margin-top: -47px;
}

.image-39 {
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
}

.image-40 {
  margin-left: 43px;
}

.image-40.expand {
  margin-left: 13px;
}

.image-40.expand.ab {
  margin-left: 7px;
}

.paragraph-9 {
  display: inline;
  padding-left: 11px;
}

.paragraph-9.vist-site {
  padding-left: 0px;
  font-family: Abel, sans-serif;
  font-size: 16px;
}

.paragraph-9.vist-site.visi.hht {
  color: #000;
}

.div-block-57 {
  margin-top: 0px;
}

.div-block-58 {
  margin-top: 12px;
}

.div-block-58.expand {
  display: none;
  margin-top: 29px;
  margin-left: 0px;
}

.div-block-58.expand.about-us {
  display: inline;
  margin-top: 46px;
}

.div-block-58.expand.about-us.our {
  margin-left: 79px;
}

.div-block-58.expand.hwhw {
  display: none;
  margin-left: -86px;
}

.heading-96 {
  display: block;
  font-family: Hkgrotesk, sans-serif;
  font-style: italic;
  font-weight: 500;
}

.heading-96.ekfjke.wewq {
  margin-top: -54px;
}

.heading-96.ekfjke.wew3 {
  margin-top: -16px;
}

.heading-96.ekfjke.trtr4 {
  margin-top: -82px;
}

.heading-96.ekfjke.errq {
  margin-top: -60px;
}

._7 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  margin-right: 48px;
  margin-left: 0px;
}

._7._2 {
  position: relative;
  margin-top: 69px;
}

._1m {
  position: relative;
  display: none;
  margin-top: -12px;
  -webkit-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
}

.heading-97 {
  position: static;
  font-family: 'Circular std 500', sans-serif;
  color: #33658a;
  font-size: 14px;
  text-align: right;
}

.heading-98 {
  margin-top: 5px;
  margin-bottom: 29px;
  font-family: 'Circular std 500', sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.heading-98.hsgdhgsd {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 7px;
  color: #bdbdbd;
}

.paragraph-10 {
  margin-top: -22px;
  font-family: Circularstd, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

.paragraph-10.phone-no {
  margin-top: 1px;
  font-size: 16px;
  font-weight: 300;
}

.paragraph-10.hegjhe {
  margin-top: 0px;
  font-size: 16px;
  font-weight: 300;
}

.paragraph-10.hwgjd {
  font-size: 16px;
  font-weight: 300;
}

.paragraph-10.hwgjd.dgdg {
  margin-top: -6px;
}

.paragraph-10.fbhjd {
  font-size: 16px;
  font-weight: 300;
}

.div-block-59 {
  width: 70%;
}

.heading-99 {
  display: inline;
  margin-left: 18px;
  font-family: 'Circular std 500', sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.div-block-60 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: none;
  margin-top: 630px;
  margin-bottom: 0px;
  margin-left: 68px;
  padding-top: 0px;
}

.the-kitchen {
  position: absolute;
  display: block;
  margin-top: -3px;
}

.the-kitchen._2 {
  display: block;
  margin-top: -3px;
}

._1mm {
  position: absolute;
  display: block;
  margin-top: 380px;
}

._1mm.fhjdfjh {
  display: block;
  margin-top: 481px;
}

._1mm.fhjdfjh.jss {
  display: block;
  margin-top: 693px;
}

._1mm.fhjdfjh.jss.hshds {
  display: block;
  margin-top: 846px;
}

._1mm.fhjdfjh.jss.hshds.hdhdh {
  display: block;
  margin-top: 964px;
}

._1mm.fhjdfjh.jss.hshds.hdhdh.jhsa {
  display: none;
  margin-top: 1113px;
}

._1mm.fhjdfjh.jss.hshds.hdhdh.jhsa.dhds {
  display: block;
  margin-top: 1633px;
}

._1mm.fhjdfjh.jss.hshds.hdhdh.jhsa.qwqe {
  display: block;
  margin-top: 1273px;
}

._1mm.fhjdfjh.jss.hshds.hdhdh.qwq {
  display: block;
  margin-top: 1039px;
}

._1mm.fhjdfjh.jss.hshds.sdsda {
  display: none;
  margin-top: 1020px;
}

._1mm.fhjdfjh.jss.sdsw {
  display: block;
  margin-top: 784px;
}

._1mm.fhjdfjh.edtet {
  display: block;
  margin-top: 532px;
}

._1mm.ftte {
  margin-top: 315px;
}

.columns-13 {
  position: relative;
  display: block;
  margin-top: -379px;
}

.columns-13.dngvshdg {
  margin-top: -401px;
}

.column-30 {
  margin-top: -10px;
}

.div-block-61 {
  width: 400px;
  height: 400px;
  border-radius: 2000px;
  background-color: #33658a;
  background-image: url('../images/fotis-fotopoulos-LJ9KY8pIH3E-unsplash.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-61.small {
  width: 104px;
  height: 104px;
}

.div-block-61.small.rhfh {
  background-image: url('../images/ux-store-jJT2r2n7lYA-unsplash.jpg');
  background-size: cover;
}

.div-block-62 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 360px;
  height: 360px;
  margin-top: 64px;
  margin-right: 190px;
  margin-left: 0px;
  background-color: #faf3e7;
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
}

.div-block-62.servb {
  margin-top: 168px;
  margin-right: 292px;
}

.div-block-62.teamk {
  margin-top: 163px;
  margin-right: 240px;
}

.div-block-62.contact {
  margin-top: -29px;
  margin-right: 82px;
}

.div-block-62.hdshdshd {
  z-index: auto;
}

.div-block-63 {
  width: 280px;
  height: 240px;
  border-style: solid;
  border-width: 1px;
  border-color: #33658a;
}

.section-16 {
  margin-top: -72px;
}

.heading-100 {
  margin-top: 19px;
  margin-left: 35px;
  font-family: Helveticanowdisplay, sans-serif;
  color: #33658a;
  font-size: 22px;
  font-weight: 500;
  text-align: left;
}

.heading-100._17 {
  margin-top: 91px;
}

.heading-100._17._50 {
  margin-top: -59px;
}

.number-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 88px;
  margin-left: -153px;
  -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;
}

.counter {
  padding-left: 0px;
  font-family: 'Circular std 500', sans-serif;
  color: #33658a;
  font-size: 105px;
  font-weight: 500;
}

.counter._50 {
  margin-left: 55px;
}

.heading-101 {
  position: absolute;
  display: inline;
  font-family: 'Circular std 500', sans-serif;
  color: #33658a;
  font-size: 60px;
  font-weight: 500;
}

.heading-101.second {
  margin-left: 22px;
}

.div-block-64 {
  margin-top: -149px;
  margin-left: 91px;
}

.div-block-64._50 {
  margin-top: -69px;
  margin-left: 129px;
}

.our-support {
  margin-top: 45px;
}

.heading-102 {
  font-family: 'Circular std 500', sans-serif;
  color: #33658a;
  font-size: 24px;
  font-weight: 500;
}

.paragraph-11 {
  font-family: 'Circular std 500', sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.div-block-65 {
  width: 90%;
}

.div-block-66 {
  position: absolute;
  width: 280px;
  height: 101px;
  margin-top: 260px;
  margin-left: 22px;
  border-style: solid;
  border-width: 1px;
  border-color: #33658a;
}

.div-block-66._1 {
  margin-top: 260px;
  margin-left: 368px;
}

.div-block-66._1._11 {
  margin-left: 688px;
}

.div-block-66._1._11._111 {
  margin-left: 1061px;
}

.div-block-66._1._11.hrhrh {
  margin-left: 727px;
}

.div-block-66.jgjygj {
  z-index: -9;
  margin-top: 378px;
  margin-left: 20px;
}

.div-block-66.jgjygj.team2 {
  margin-top: -94px;
}

.div-block-66.jgjygj.team2.team3 {
  margin-left: 17px;
}

.div-block-66.news {
  z-index: auto;
  margin-top: 273px;
  margin-left: 1px;
  padding-top: 0px;
}

.div-block-66.news.gsg {
  z-index: auto;
}

.div-block-66.news.fdgf {
  z-index: auto;
}

.div-block-66.gfcgfgfjkjk {
  margin-top: -84px;
  margin-left: 0px;
}

.div-block-67 {
  width: 120px;
  height: 120px;
  margin-top: 56px;
  margin-left: 38px;
  border-style: solid;
  border-width: 1px;
  border-color: #33658a;
  border-radius: 160px;
}

.div-block-67:hover {
  background-color: #33658a;
}

.heading-103 {
  font-family: 'Circular std 500', sans-serif;
}

.heading-104 {
  margin-top: 40px;
  font-family: 'Circular std 500', sans-serif;
  color: #33658a;
  font-size: 14px;
  text-align: center;
}

.heading-104:hover {
  color: #fff;
}

.heading-105 {
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 44px;
  line-height: 50px;
  font-weight: 400;
}

.section-17 {
  overflow: hidden;
  height: 120vh;
  margin-top: 271px;
}

.div-block-68 {
  width: 60%;
  margin-top: 203px;
}

.grid-2 {
  grid-template-areas: "Area"
    "Area-2";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.columns-14 {
  display: block;
  overflow: hidden;
  width: 600px;
  height: 753px;
  border: 1px solid #000;
}

.sd-box {
  display: block;
  overflow: hidden;
  height: 376px;
  padding-top: 31px;
  padding-left: 21px;
}

.sd-box._2 {
  display: block;
  height: 376px;
  margin-top: 0px;
  padding-top: 71px;
}

.sd-box._2.sd {
  overflow: visible;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 22px;
}

.sd-box._2.it {
  position: static;
}

.sd-box.bra {
  overflow: visible;
}

.heading-106 {
  margin-top: 219px;
  margin-bottom: 0px;
  font-family: 'Circular std 500', sans-serif;
  color: #000;
  font-size: 14px;
}

.heading-106._2 {
  margin-top: 168px;
}

.heading-106._2._4 {
  margin-top: 203px;
}

.heading-106._2._3 {
  margin-top: 199px;
}

.heading-106._2._3.sss {
  margin-top: 139px;
  color: #ffba01;
}

.heading-106.b {
  margin-top: 228px;
}

.heading-106.b.b2 {
  margin-top: 209px;
  padding-left: 15px;
  color: #ffba01;
}

.heading-106.b.b2.y {
  margin-top: 179px;
}

.heading-106.b.b2.y.sd {
  margin-top: 151px;
}

.heading-106.b.b2.y.sd.ttk {
  margin-top: 138px;
}

.heading-106.b.b2.y.it {
  margin-top: 141px;
  padding-left: 28px;
  color: #ffba01;
}

.heading-106.b.dd {
  margin-top: 186px;
  padding-left: 22px;
  color: #ffba01;
}

.column-31 {
  overflow: visible;
  height: 752px;
  border-right: 1px solid #000;
}

.column-32 {
  overflow: visible;
}

.grid-3 {
  display: none;
  height: 600px;
  grid-auto-columns: 1fr;
  grid-template-areas: ". Area";
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-41 {
  margin-top: 76px;
  margin-left: 20px;
}

.image-42 {
  margin-top: 76px;
}

.image-43 {
  margin-top: 28px;
  margin-left: 20px;
}

.image-44 {
  margin-top: 28px;
}

.heading-107 {
  margin-top: 121px;
  font-family: 'Circular std 500', sans-serif;
  font-size: 14px;
}

.heading-107.pr {
  margin-top: 158px;
}

.image-45 {
  margin-top: 12px;
}

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

.image-46 {
  margin-top: -24px;
}

.div-block-71 {
  position: absolute;
  width: 600px;
  margin-top: -376px;
  border: 0.5px solid #000;
  background-color: #000;
}

.image-47 {
  margin-top: -24px;
}

.heading-108 {
  font-family: Helveticanowdisplay, sans-serif;
  color: #000;
  font-weight: 400;
  text-align: center;
}

.paragraph-12 {
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}

.div-block-72 {
  display: block;
  width: 100%;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.div-block-73 {
  width: 50%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-74 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 600px;
  height: 600px;
  margin-top: 18px;
  -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;
  background-color: #c4c4c4;
}

.div-block-74._2 {
  margin-top: 158px;
}

.div-block-74._22.sndh {
  margin-top: 93px;
}

.section-18 {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 340vh;
  -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;
}

.section-18.hrhrh {
  height: auto;
}

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

.columns-15 {
  display: none;
  margin-top: 42px;
}

.heading-109 {
  display: block;
  margin-top: 35px;
  margin-left: 62px;
  padding-left: 0px;
  font-family: Circularstd, sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  text-align: left;
}

.heading-109._22 {
  position: absolute;
  margin-top: 680px;
  margin-left: -387px;
}

.heading-109.hdj {
  margin-top: 53px;
  font-size: 16px;
}

.heading-109.hdh.hbfew {
  margin-top: 43px;
  margin-left: 34px;
  font-size: 16px;
}

.heading-109.hgfhg {
  font-size: 16px;
}

.heading-109.hgfhg.jwhgejhw {
  position: absolute;
  margin-top: 683px;
  margin-left: -308px;
}

.heading-109.hdvjwrw {
  font-size: 16px;
}

.heading-109.djfhbjd {
  margin-top: -36px;
  margin-left: 230px;
  font-size: 16px;
}

.div-block-76 {
  position: absolute;
  width: 60%;
  margin-top: -84px;
  margin-left: 175px;
}

.div-block-76._22 {
  margin-top: 644px;
  margin-left: 43px;
}

.div-block-76._22.jhdf {
  width: 100%;
  margin-top: 710px;
  margin-left: -129px;
}

.div-block-76.sdgvj {
  margin-top: -30px;
  margin-left: -2px;
}

.div-block-76.jhfgjd {
  margin-top: 631px;
  margin-left: 163px;
}

.sd-box-hidden {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 99999;
  display: block;
  overflow: visible;
  width: 300px;
  height: 376px;
  margin-top: 0px;
  margin-left: -310px;
  background-color: #f0f8ea;
}

.sd-box-hidden.pd.sd {
  overflow: visible;
  margin-top: 376px;
}

.sd-box-hidden.pd.cul {
  margin-top: 376px;
}

.sd-box-hidden.pd.cul.it {
  z-index: 99;
  width: 320px;
  height: 380px;
  margin-top: 376px;
  margin-left: -322px;
  background-color: #33658a;
}

.sd-box-hidden.bra {
  background-color: #33658a;
}

.paragraph-13 {
  margin-top: 24px;
  padding-left: 27px;
  font-family: 'Helveticanowdisplay extlt', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.column-33 {
  overflow: hidden;
}

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

.columns-16 {
  overflow: visible;
}

.soft-dev {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 99999;
  display: block;
  overflow: hidden;
  margin-top: 381px;
  margin-bottom: 5px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #f0f8ea;
}

.software {
  position: absolute;
  z-index: 99;
  width: 300px;
  height: 376px;
  margin-top: 0px;
  margin-left: -301px;
  background-color: #33658a;
}

.paragraph-14 {
  width: 90%;
  font-family: 'Helveticanowdisplay extlt', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.div-block-79 {
  padding-top: 28px;
  padding-left: 19px;
}

.product-d {
  position: absolute;
  z-index: 99;
  width: 300px;
  height: 376px;
  margin-left: -298px;
  background-color: #33658a;
}

.paragraph-15 {
  margin-top: 21px;
  padding-left: 22px;
  font-family: 'Helveticanowdisplay extlt', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.custom-cursor_wrap {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -999999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
  -webkit-transition: opacity 100ms ease;
  transition: opacity 100ms ease;
  cursor: auto;
}

.cursor2 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 1.25em;
  height: 1.25em;
  -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;
  border-radius: 50%;
  background-color: #7e3a3b;
  opacity: 0;
  -webkit-transition: background-color 500ms cubic-bezier(.19, 1, .22, 1), border-radius 500ms cubic-bezier(.19, 1, .22, 1), width 500ms cubic-bezier(.19, 1, .22, 1), height 500ms cubic-bezier(.19, 1, .22, 1);
  transition: background-color 500ms cubic-bezier(.19, 1, .22, 1), border-radius 500ms cubic-bezier(.19, 1, .22, 1), width 500ms cubic-bezier(.19, 1, .22, 1), height 500ms cubic-bezier(.19, 1, .22, 1);
  mix-blend-mode: difference;
}

.cursor_arrow {
  width: 65%;
  height: auto;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.cursor-text {
  position: absolute;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 300ms cubic-bezier(.19, 1, .22, 1);
  transition: opacity 300ms cubic-bezier(.19, 1, .22, 1);
  white-space: nowrap;
}

.custom-cursor_wrap-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-transition: opacity 100ms ease;
  transition: opacity 100ms ease;
}

.cursor-2 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 1.25em;
  height: 1.25em;
  -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;
  border-radius: 50%;
  background-color: #7e3a3b;
  opacity: 0;
  -webkit-transition: background-color 500ms cubic-bezier(.19, 1, .22, 1), border-radius 500ms cubic-bezier(.19, 1, .22, 1), width 500ms cubic-bezier(.19, 1, .22, 1), height 500ms cubic-bezier(.19, 1, .22, 1);
  transition: background-color 500ms cubic-bezier(.19, 1, .22, 1), border-radius 500ms cubic-bezier(.19, 1, .22, 1), width 500ms cubic-bezier(.19, 1, .22, 1), height 500ms cubic-bezier(.19, 1, .22, 1);
  mix-blend-mode: difference;
}

.div-block-80 {
  width: 40%;
  margin-top: 96px;
}

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

.paragraph-17 {
  font-family: 'Circular std 500', sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.div-block-81 {
  display: block;
  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;
}

.collection-list-wrapper-6 {
  width: 288px;
}

.section-19 {
  display: none;
  overflow: hidden;
  margin-top: 169px;
  padding-bottom: 226px;
}

.column-34 {
  margin-top: 127px;
  padding-top: 0px;
}

.column-35 {
  margin-top: -192px;
}

.image-48 {
  margin-top: 23px;
}

.heading-110 {
  margin-top: -69px;
  padding-left: 27px;
  font-family: 'Circular std 500', sans-serif;
  font-size: 16px;
}

.heading-110.uwiwe1 {
  margin-top: -69px;
}

.heading-110.jejej {
  margin-top: -69px;
}

.heading-110.jdjdj {
  margin-top: -69px;
}

.heading-110.ueueu {
  margin-top: -69px;
}

.heading-110.kwjr {
  margin-top: -69px;
}

.heading-110.euwq {
  margin-top: -69px;
}

.heading-110.jejr {
  margin-top: -69px;
}

.heading-110.jjeq {
  margin-top: -69px;
}

.heading-110.ekjqq {
  margin-top: -69px;
}

.heading-110.qeq {
  margin-top: -69px;
}

.heading-110.jkqe {
  margin-top: 28px;
}

.heading-110.nwegvhge {
  margin-top: -69px;
}

.heading-111 {
  display: block;
  margin-top: -23px;
  padding-left: 27px;
  font-family: 'Circular std 500', sans-serif;
  font-size: 13px;
  line-height: 20px;
}

.image-49 {
  margin-top: 51px;
}

.image-50 {
  margin-top: 54px;
}

.heading-112 {
  margin-top: -71px;
  padding-left: 26px;
  font-family: 'Circular std 500', sans-serif;
  font-size: 16px;
}

.heading-113 {
  margin-top: -26px;
  padding-left: 26px;
  font-family: 'Circular std 500', sans-serif;
  font-size: 14px;
}

.image-51 {
  margin-top: 124px;
}

.heading-114 {
  margin-top: -69px;
  padding-left: 27px;
  font-family: 'Circular std 500', sans-serif;
  font-size: 16px;
}

.heading-115 {
  margin-top: -31px;
  padding-left: 27px;
  font-family: 'Circular std 500', sans-serif;
  font-size: 14px;
}

.columns-17 {
  margin-top: 90px;
}

.collection-item-5 {
  margin-top: 53px;
}

.image-52 {
  margin-top: 42px;
}

.heading-116 {
  margin-top: -69px;
  padding-left: 29px;
  font-family: 'Circular std 500', sans-serif;
  font-size: 16px;
}

.heading-117 {
  margin-top: -32px;
  padding-left: 29px;
  font-family: 'Circular std 500', sans-serif;
  font-size: 14px;
}

.container-27 {
  display: block;
  -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;
}

.form {
  position: relative;
}

.checkbox {
  width: 50px;
  height: 50px;
}

.darkmode {
  width: 50px;
  height: 50px;
}

.light-mode {
  padding-right: 100px;
  padding-left: 100px;
  background-image: url('../images/Noise.png'), -webkit-gradient(linear, left top, left bottom, from(#fffcf2), to(#fffcf2));
  background-image: url('../images/Noise.png'), linear-gradient(180deg, #fffcf2, #fffcf2);
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.image-53 {
  position: -webkit-sticky;
  position: sticky;
  display: none;
  margin-top: 22px;
  margin-left: 261px;
  padding-left: 0px;
  text-align: left;
  cursor: pointer;
}

.image-53:hover {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.image-53.secondd {
  display: block;
}

.image-53.secondd.hdhdh {
  display: none;
}

.image-53.gdgdg {
  display: block;
}

.image-53.bdbd {
  display: block;
}

.image-53.bdbd.gdgd.hhg {
  display: none;
}

.image-53.ghghj {
  display: block;
}

.image-53.hfhfh {
  display: block;
}

.image-53.hghg {
  display: block;
  margin-top: 17px;
  margin-left: 0px;
  text-align: left;
}

.image-53.hghg.nbvhh {
  margin-top: 15px;
  margin-left: 155px;
}

.image-53.hghg.jhgghhg {
  display: none;
}

.div-block-82 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 760%;
  background-color: rgba(0, 0, 0, 0.81);
  opacity: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-82.dark-mode-about {
  height: 500%;
}

.div-block-82.darkmode-services {
  z-index: -99;
  height: 710%;
}

.div-block-82.darkmode-team {
  z-index: -99;
  height: 530%;
}

.div-block-82.darkmode-team.bddh {
  height: 550%;
}

.div-block-82.contact-us {
  height: 400%;
}

.div-block-82.contact-us.bjjh {
  height: 420%;
}

.div-block-82.fggff {
  height: auto;
}

.columns-18 {
  height: 90vh;
}

.bold-text-22 {
  font-size: 12px;
}

.div-block-83 {
  display: block;
  overflow: hidden;
  width: 20%;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-83.jhbf {
  width: 15%;
  margin-left: 0px;
  padding-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-83.whjbew {
  width: 20%;
  margin-left: 10px;
  padding-left: 0px;
}

.div-block-83.dfdfd {
  margin-left: 10px;
}

.div-block-83.djdjdjds {
  margin-left: 10px;
}

.div-block-83.sdwewefwe {
  margin-left: -5px;
}

.div-block-83.ejjjrefe {
  margin-left: 10px;
}

.div-block-83.jdjdjdsew {
  margin-left: -5px;
}

.div-block-83.ddtea {
  margin-left: 10px;
}

.div-block-83.kdkdk {
  margin-left: -5px;
}

.div-block-84 {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: visible;
  width: 100%;
  height: 1px;
  margin-top: -18px;
  margin-left: -78px;
  padding-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #33658a;
  background-color: #33658a;
}

.div-block-84.about-line {
  margin-left: -112px;
}

.div-block-84.about-line.sdsdj {
  margin-left: -139px;
}

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

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

.div-block-84.hsgs.addh {
  margin-left: -158px;
}

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

.div-block-84.hfhfh.rerew {
  margin-left: -167px;
}

.checkbox-field {
  position: absolute;
  width: 126px;
  height: 50px;
  border: 1px solid #000;
}

.checkbox-label {
  display: none;
}

.checkbox-2 {
  display: block;
  width: 126px;
  height: 50px;
  float: left;
}

.div-block-85 {
  position: absolute;
  width: 126px;
  height: 50px;
  border: 1px solid #000;
  font-family: 'Circular std 500', sans-serif;
  text-align: center;
}

.heading-118 {
  margin-top: 5px;
  font-family: 'Circular std 500', sans-serif;
  font-size: 14px;
  text-align: center;
}

.div-block-86 {
  position: absolute;
  display: none;
  width: 126px;
  height: 50px;
  border: 2px solid #000;
}

.text-field {
  display: none;
  margin-top: 66px;
}

.field-label {
  margin-top: 77px;
  margin-bottom: 20px;
  padding-bottom: 0px;
  font-family: 'Circular std 500', sans-serif;
  font-size: 24px;
}

.field-label.required-text {
  margin-top: 26px;
  color: #ffba01;
  font-size: 18px;
}

.field-label.sdsdw {
  padding-bottom: 20px;
}

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

.checkbox-field-2 {
  display: none;
  width: 126px;
  height: 50px;
  margin-top: 0px;
  border: 2px solid #000;
  cursor: pointer;
}

.checkbox-field-2.product-design {
  position: absolute;
  width: 155px;
  margin-left: -30px;
}

.checkbox-field-2.product-design.consulting {
  width: 201px;
}

.checkbox-field-2.web-app {
  width: 213px;
}

.checkbox-field-2.mobile {
  width: 239px;
}

.checkbox-field-2._5k {
  width: 60px;
}

.checkbox-field-2._5k._10k {
  width: 101px;
}

.checkbox-field-2._5k._50k {
  width: 110px;
}

.checkbox-field-2._5k._50k.below {
  margin-left: -80px;
}

.checkbox-field-2._5k._50k.jsj {
  margin-left: -27px;
}

.checkbox-field-2._5k.gjhj {
  width: 101px;
  margin-left: 18px;
}

.checkbox-label-2 {
  margin-top: 13px;
}

.checkbox-label-2.prods {
  margin-left: -7px;
  padding-left: 0px;
}

.checkbox-label-2._5k {
  margin-left: -10px;
}

.checkbox-label-2._5k._50k {
  margin-left: 0px;
}

.checkbox-label-2._5k.k10e {
  margin-left: 0px;
}

.checkbox-3 {
  display: none;
}

.columns-19 {
  display: block;
  margin-top: 33px;
}

.columns-20 {
  display: block;
  margin-top: 39px;
}

.text-field-2 {
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000;
  background-color: hsla(0, 0%, 100%, 0);
}

.text-field-2.hshhhw {
  width: 85%;
}

.text-field-2.jwhbejhw {
  width: 85%;
}

.columns-21 {
  display: none;
  padding-bottom: 61px;
}

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

.div-block-88.nrjr {
  margin-top: -53px;
}

.div-block-88.jrhjr {
  margin-top: -41px;
}

.div-block-88.dxfd {
  margin-top: -147px;
}

.div-block-88.erew4 {
  margin-top: -73px;
}

.heading-119 {
  display: none;
  font-family: Hkgrotesk, sans-serif;
}

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

.the-herd-section {
  display: -ms-grid;
  display: grid;
  height: 60vh;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-55 {
  position: relative;
}

.image-56 {
  position: relative;
}

.image-57 {
  position: relative;
}

.image-58 {
  position: relative;
}

.team1 {
  display: none;
  height: 30vh;
}

.radio-button-label {
  position: absolute;
  display: block;
  margin-top: 21px;
  margin-left: 12px;
  padding-top: 0px;
  padding-bottom: 7px;
}

.radio-button-field {
  width: 101px;
  height: 50px;
  border-style: none;
  border-color: #000;
}

.radio-button {
  display: block;
  width: 101px;
  height: 50px;
  border: 0px none #000;
  border-radius: 0px;
  opacity: 1;
}

.submit-button {
  position: relative;
  z-index: 99;
  overflow: hidden;
  width: 180px;
  height: 180px;
  margin-top: 51px;
  border-style: solid;
  border-width: 1px;
  border-color: #3898ec;
  border-radius: 180px;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #3898ec;
}

.submit-button:hover {
  background-color: #00abff;
  color: #fff;
}

.column-54 {
  display: none;
}

.column-56 {
  display: none;
}

.navbar-2 {
  z-index: 999;
  overflow: hidden;
  width: 100%;
  padding-top: 25px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.columns-25 {
  display: block;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-menu-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 81px;
}

.column-57 {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.div-block-92 {
  display: block;
  margin-top: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.link-17 {
  font-family: Circularstd, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.link-18 {
  font-family: Circularstd, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.div-block-93 {
  height: 500px;
  border: 0px solid #000;
  background-image: url('../images/Haba.png');
  background-position: 0px 0px;
  background-size: cover;
  cursor: -webkit-grab;
  cursor: grab;
}

.div-block-93.image22 {
  background-image: url('../images/Smart-school.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-93.image33 {
  background-image: url('../images/Wazopay.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-93.image44 {
  background-image: url('../images/Workdey.png');
  background-position: 0px 0px;
  background-size: cover;
}

.section-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-94 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.slide {
  width: 30%;
  height: 500px;
  background-image: url('../images/Workdey.png');
  background-position: 0px 0px;
  background-size: auto;
}

.slide-2 {
  width: 30%;
  background-image: url('../images/Wazopay.png');
  background-position: 0px 0px;
  background-size: auto;
}

.slide-3 {
  width: 30%;
  background-image: url('../images/Haba.png');
  background-position: 0px 0px;
  background-size: auto;
}

.slider-3 {
  height: 500px;
}

.c-custom-code {
  display: none;
}

.c-title-1 {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 130px;
  line-height: 1em;
  font-weight: 700;
}

.c-big-text {
  position: absolute;
  color: #ebf2f4;
}

.c-big-text.cc-bottom {
  right: -70px;
  bottom: 260px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.c-big-text.cc-top {
  left: 50px;
  top: -195px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  letter-spacing: 4px;
}

.c-bg-container {
  position: absolute;
  left: 50%;
  display: none;
  width: 100%;
  height: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  text-transform: uppercase;
}

.c-slide {
  position: relative;
  overflow: hidden;
  width: 286px;
  height: 443px;
  min-height: auto;
  min-width: 286px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.c-bg-line {
  position: absolute;
  top: 208px;
  right: 0px;
  display: none;
  width: 40vw;
  height: 3px;
  background-color: #3b4f5a;
}

.c-section {
  position: relative;
  display: block;
  overflow: hidden;
  height: 80vh;
  min-height: auto;
  padding-top: 1vh;
  padding-bottom: 0px;
  color: #000;
}

.c-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 0px;
  margin-left: -50px;
  padding-left: 0px;
  -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;
  border-style: solid;
  border-width: 2px;
  border-color: #00abff;
  border-radius: 0%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #3b4f5a;
  cursor: pointer;
}

.c-arrow:hover {
  border-color: #000;
  background-color: #000;
  color: #fff;
}

.c-arrow.cc-right {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c-slide_wrapper {
  height: 468px;
}

.c-slide_image {
  position: relative;
  box-shadow: none;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: auto;
}

.c-slide_image.c-move-to-bottom {
  margin-top: 0px;
  box-shadow: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: auto;
}

.c-slider {
  position: relative;
  left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 468px;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.c-arrows-wrapper {
  position: relative;
  display: none;
  width: 100%;
  max-width: 88px;
  margin-top: -532px;
  margin-right: 490px;
  margin-left: 1258px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-arrow_embed {
  display: none;
  width: 16px;
  height: 16px;
}

.c-title-1-2 {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 130px;
  line-height: 1em;
  font-weight: 700;
}

.c-bg-line-2 {
  position: absolute;
  top: 208px;
  right: 0px;
  display: none;
  width: 40vw;
  height: 3px;
  background-color: #3b4f5a;
}

.c-loader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10000;
  display: none;
  background-color: #e5e8ec;
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.demo-btn-close-wrapper {
  right: 35px;
  bottom: 40px;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  -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;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}

.browser-dot {
  width: 10px;
  height: 10px;
  margin-right: 3px;
  margin-left: 3px;
  border-radius: 50%;
  background-color: #fc615d;
}

.browser-dot.green {
  background-color: #35cc4b;
}

.browser-dot.yellow {
  background-color: #fdbc40;
}

.demo-arrow-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
  border-radius: 100px;
  background-color: #4d16dd;
  text-decoration: none;
  cursor: pointer;
}

.demo-arrow-wrapper.next {
  margin-right: 10px;
  margin-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.demo-btn-close-arrow {
  width: 10px;
  height: 10px;
  margin-top: 6px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.inner-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -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;
  background-color: #e6e7e8;
}

.demo-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 70vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.d-101-logo-text {
  display: none;
  font-family: Oswald, sans-serif;
  font-size: 20px;
}

.clone-instructions-panel {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  -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;
  background-color: transparent;
}

.d-101-logo-row-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.d-101-logo-row-wrapper.second {
  left: 100%;
  display: block;
  margin-top: 259px;
  margin-left: -646px;
}

.d-101-logo-row-wrapper.jggg {
  margin-left: 1351px;
}

.d-101-logo-row-wrapper.hgvhgh {
  margin-left: -1311px;
}

.d-101-wrapper {
  width: 100%;
}

.demo-btn-text {
  position: relative;
  z-index: 1;
  padding: 15px 30px;
  border-right: 1px solid hsla(0, 0%, 100%, 0.33);
  color: #fff;
  font-size: 1.25rem;
  text-decoration: none;
}

.demo-btn-text.f-1 {
  position: static;
  z-index: 1;
  padding: 8px 15px;
  border-style: none;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  letter-spacing: 0.5px;
}

.demo-mark {
  position: static;
  display: block;
  width: 80px;
  margin-left: 0px;
  padding: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.instructions-wrapper {
  position: absolute;
  left: auto;
  top: -100px;
  right: auto;
  bottom: auto;
  display: none;
  margin-top: auto;
  margin-left: -20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.panel-button-wrapper {
  width: 150px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.demo-left-arrow-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.demo-banner-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 40px 10px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #121212;
}

.browser-demo {
  position: relative;
  display: none;
  overflow: hidden;
  width: 750px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  background-color: #1a1a1a;
}

.demo-bottom-buttons {
  position: fixed;
  left: auto;
  top: auto;
  right: 35px;
  bottom: 40px;
  z-index: 6;
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.demo-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 70px;
  -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;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#4d16dd), to(#ff47f9));
  background-image: linear-gradient(90deg, #4d16dd, #ff47f9);
  text-decoration: none;
}

.demo-btn.f-2 {
  margin-top: 0px;
  margin-left: 15px;
  border: 1px solid #ff47f9;
  border-radius: 25px;
  background-image: none;
}

.demo-btn.f-2.bottom-btn {
  display: none;
  margin-right: 15px;
  margin-left: 0px;
}

.demo-btn.f-1 {
  margin: 0px;
  padding-top: 0px;
  padding-right: 15px;
  padding-left: 15px;
  border: 1px solid #000;
  border-radius: 25px;
  background-image: -webkit-gradient(linear, left top, right top, from(#4d16dd), to(#ff47f9));
  background-image: linear-gradient(90deg, #4d16dd, #ff47f9);
}

.demo-btn-close-inner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -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;
  border-radius: 50%;
  background-color: #fff;
}

.panel-text-wrapper {
  width: 600px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.demo-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.demo-right-arrow-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.demo-p.main {
  display: block;
  max-width: 350px;
  margin-right: 60px;
  padding-right: 60px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
}

.demo-p.main.popup {
  max-width: none;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 20px;
  padding-right: 40px;
  padding-left: 40px;
  color: #333;
  line-height: 20px;
  text-align: center;
}

.demo-p.arrow {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-bottom: 10px;
  font-size: 19px;
  text-align: left;
}

.demo-p.bottom {
  margin-top: 11px;
  margin-bottom: 11px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  text-align: left;
}

.separator {
  width: 80px;
  height: 2px;
  margin-bottom: 15px;
  background-color: #fff;
}

.separator.popup {
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  background-color: #101010;
}

.d-101-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100px;
  margin-right: 20px;
  margin-left: 20px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 2px;
  background-color: #fff;
  background-image: url('../images/1Kbillionare-logo.png');
  background-position: 50% 50%;
  background-size: cover;
}

.d-101-logo-wrapper.square {
  width: 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.d-101-logo-wrapper.square.gdgdg {
  width: 280px;
  background-image: url('../images/PRA-Insurance-logo.png');
  background-position: 50% 50%;
  background-size: cover;
}

.d-101-logo-wrapper.square.fff {
  width: 280px;
  background-image: url('../images/Eflow-pay-logo.png');
  background-position: 50% 50%;
  background-size: cover;
}

.d-101-logo-wrapper.square.ususaw {
  width: 260px;
  background-image: url('../images/Incitio-logo.png');
  background-position: 50% 50%;
  background-size: cover;
}

.d-101-logo-wrapper.square.gggu {
  width: 270px;
  background-image: url('../images/School-revo-logo.png');
  background-position: 50% 50%;
  background-size: cover;
}

.d-101-logo-wrapper.square.gggu.ggyi {
  margin-right: 42px;
  margin-left: 42px;
}

.d-101-logo-wrapper.square.jsikos {
  width: 280px;
  background-image: url('../images/Sujimoto-logo.png');
  background-position: 50% 50%;
  background-size: cover;
}

.d-101-logo-wrapper.fff {
  width: 280px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/1Kbillionare-logo.png');
  background-position: 50% 50%;
  background-size: cover;
}

.d-101-logo-wrapper.fff.fchgchg {
  background-image: url('../images/Rectangle-713.png');
  background-position: 50% 50%;
  background-size: cover;
}

.d-101-logo-wrapper.cfcf {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/DAE-Data-logo.png');
  background-position: 50% 50%;
  background-size: cover;
}

.d-101-logo-wrapper.gghj {
  background-image: url('../images/Rectangle-713.png');
  background-position: 50% 50%;
  background-size: cover;
}

.d-101-logo-wrapper.jdjj {
  width: 250px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/One-dot-aviation.png');
  background-position: 50% 50%;
  background-size: cover;
}

.d-101-logo-wrapper.jdjj.httu {
  margin-right: 60px;
  margin-left: 60px;
}

.d-101-logo-wrapper.jdjj.httu.hhdsa {
  background-image: url('../images/DAE-Data-logo.png');
  background-position: 50% 50%;
  background-size: cover;
}

.d-101-logo-wrapper.jdjj.httu.ggjgt {
  background-image: url('../images/DAE-Data-logo.png');
  background-position: 50% 50%;
  background-size: cover;
}

.d-101-logo-wrapper.jdjj.httu.ggjgt.hhh {
  background-image: url('../images/Wazopay.png');
  background-position: 50% 50%;
  background-size: cover;
}

.d-101-logo-wrapper.jdjj.iiiit {
  background-image: url('../images/Haba.png');
  background-position: 50% 50%;
  background-size: cover;
}

.demo-text-wrapper {
  width: 250px;
}

.d-101-section-home {
  display: none;
  width: auto;
  -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;
}

.d-101-logos-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.demo-btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.demo-main-text-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 99;
  display: none;
  width: 500px;
  height: auto;
  margin-top: 100px;
  margin-right: 0px;
  margin-left: 40px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.demo-arrow-text {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.demo-heading.h2 {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
  letter-spacing: 1px;
}

.demo-heading.h2.popup {
  display: block;
  color: #333;
  font-size: 25px;
  line-height: 35px;
}

.demo-heading.h1 {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 0px;
  margin-bottom: 9px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 38px;
  letter-spacing: 1px;
  text-transform: none;
}

.demo-heading.h1.popup {
  margin-top: 0px;
  color: #333;
  font-size: 50px;
  line-height: 60px;
}

.demo-heading.h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.d-50-circle-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-bottom: 0px;
  -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;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}

.demo-mark-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.demo-btn-wrapper-block {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  background-color: #4d16dd;
}

.demo-btn-wrapper-block.f-2 {
  background-color: #ff47f9;
}

.image-60 {
  position: relative;
  margin-top: 0px;
  margin-right: 0px;
}

.browser-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: #e2e2e2;
}

.image-61 {
  margin-right: 15px;
  margin-left: 15px;
}

.demo-banner-bottom {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9;
  display: none;
  width: 100%;
  padding: 30px 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #121212;
}

.demo-banner-bottom-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 980px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.demo-close-div {
  display: block;
}

.demo-close-div.popup {
  position: absolute;
  top: 100px;
  right: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -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;
  cursor: pointer;
}

.close-line {
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #fff;
}

.close-line.rotate {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.close-line.rotate.popup {
  background-color: #333;
}

.close-line.popup {
  background-color: #333;
}

.demo-logo-mark {
  position: static;
  width: 120px;
  margin-left: 5px;
}

.marquee-horizontal-large {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 180px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.icon-container-alt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 150px;
  padding-right: 30px;
  padding-left: 30px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 8px;
}

.header-quaternary {
  max-width: 100%;
  font-size: 14px;
  letter-spacing: 1px;
}

.header-quaternary.grey-text.uppercase {
  padding: 2px 4px;
}

.icon-3 {
  width: 100%;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
  padding: 10px 12px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 8px;
  background-color: #8f00ff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

.track-horizontal-alt {
  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;
}

.container-29 {
  position: relative;
  z-index: 10;
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
}

.container-29.flex-vertical {
  overflow: hidden;
}

.container-29.flex-vertical {
  overflow: hidden;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.paragraph-large {
  font-size: 20px;
}

.marquee-cover-horizontal {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  background-image: none;
}

.flex-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  margin-left: 0px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-vertical.marquee-fix {
  margin-top: 30px;
}

.spacer-60 {
  width: 100%;
  height: 60px;
}

.spacer-60._60-width {
  display: none;
  overflow: visible;
  width: 60px;
}

.spacer-30 {
  width: 100%;
  height: 30px;
}

.spacer-30._15-xsvp {
  width: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.header-secondary {
  max-width: 100%;
  font-size: 40px;
  line-height: 120%;
}

.track-horizontal {
  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;
  mix-blend-mode: normal;
}

.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.flex-horizontal.flex-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.spacer-15 {
  width: 100%;
  height: 15px;
}

.col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.col.small {
  width: 41%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.track-vertical-alt {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.marquee-cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, hsla(0, 0%, 100%, 0)), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(30%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 70%, #fff), linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 30%);
}

.marquee {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 600px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.track-vertical {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.icon-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: 15vw;
  -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;
  border-radius: 8px;
  box-shadow: 0 7px 15px 3px rgba(175, 177, 179, 0.3);
}

.flex-horizontal-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.flex-horizontal-2.flex-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.marquee-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 600px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-horizontal-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.flex-horizontal-3.flex-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-95 {
  width: 376px;
  height: auto;
  background-image: url('../images/624b76c5c8d712e8472405de_Group-23.png');
  background-position: 50% 50%;
  background-size: cover;
}

.image-62 {
  position: relative;
  z-index: 9999;
  display: block;
}

.col22sd {
  margin-top: 117px;
}

.ekjrekj {
  margin-top: 117px;
}

.akjd {
  margin-top: 117px;
}

.column-61 {
  margin-top: -110px;
}

.column-62 {
  margin-top: 117px;
}

.column-63 {
  margin-top: 63px;
}

.column-64 {
  margin-top: -55px;
}

.column-65 {
  margin-top: -30px;
}

.column-66 {
  margin-top: -207px;
}

.column-67 {
  margin-top: -188px;
}

.column-68 {
  display: none;
  margin-top: -244px;
}

.column-68.rerere {
  display: none;
}

.section-21 {
  margin-top: 213px;
}

.column-69 {
  margin-top: -107px;
}

.column-70 {
  margin-top: -123px;
}

.div-block-96 {
  position: absolute;
  display: none;
  overflow: hidden;
  width: 150px;
  height: 150px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #00abff;
  border-radius: 590%;
  cursor: pointer;
}

.heading-120 {
  display: block;
  margin-top: 64px;
  font-family: Hkgrotesk, sans-serif;
  color: #00abff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.heading-120.w--current {
  margin-top: 69px;
}

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

.pre-footer {
  overflow: hidden;
}

.heading-121 {
  color: #bdbdbd;
  font-size: 14px;
  font-weight: 300;
}

.heading-122 {
  margin-top: 71px;
  font-family: Natgrotesknar, sans-serif;
  color: #000;
  font-size: 180px;
}

.circle-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.circle-block.mobile-c {
  display: block;
  opacity: 0;
}

.dark-mode {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  height: auto;
  max-height: none;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-101 {
  display: none;
  width: 10%;
}

.mobile-overlay {
  display: none;
}

.hover-school {
  position: absolute;
  z-index: 9999;
  width: auto;
  height: 444px;
  margin-top: 613px;
  background-color: #33658a;
}

.heading-123 {
  color: #ffba01;
  font-size: 14px;
}

.paragraph-19 {
  padding-top: 283px;
  color: #f0f8ea;
  font-size: 16px;
  font-weight: 300;
}

.school-hover {
  margin-top: 0px;
  padding-top: 17px;
  padding-left: 16px;
}

.school-hover.jdhfgje {
  padding-right: 26px;
}

.school-hover.jhvsj {
  padding-right: 13px;
}

.location-with-flag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-address-1 {
  width: 80%;
  margin-top: 0px;
  padding-top: 0px;
}

.footer-address-1.hgsd {
  padding-top: 22px;
}

.footer-address-1.sgsg {
  margin-top: 23px;
}

.footer-address-1.hhdd {
  margin-top: 21px;
}

.footer-address-1.gdgfsg {
  width: 80%;
  margin-top: 21px;
}

.service-product {
  padding-top: 42px;
}

.div-block-105 {
  display: block;
  height: 400px;
  background-image: url('../images/Ride-Hailing.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-105.fudyer {
  height: 500px;
  background-image: url('../images/Truck-Hailing-min.jpg');
  background-size: cover;
}

.div-block-105.hdjfjhd {
  display: none;
  height: 300px;
  background-image: url('../images/School-Management-System-min.jpg');
}

.div-block-105.jhdfd {
  height: 500px;
  background-image: url('../images/WhatsApp-Image-2022-07-27-at-11.21.58-AM.jpeg');
}

.div-block-105.idfuhiud {
  height: 500px;
  background-image: url('../images/On-demand-min.jpg');
}

.div-block-105.hgfh {
  display: none;
}

.heading-124 {
  font-size: 25px;
  line-height: 30px;
}

.columns-29 {
  padding-top: 100px;
}

.columns-30 {
  padding-top: 100px;
}

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

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

.column-73 {
  display: block;
  margin-top: -25px;
}

.column-74 {
  display: none;
  margin-top: -160px;
}

.column-74.ererere {
  display: none;
}

.column-75 {
  margin-top: -116px;
}

.dfdfdf {
  display: none;
  margin-top: -208px;
}

.new-hero-header {
  z-index: 999999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-114 {
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.service-nav {
  overflow: hidden;
}

.team-nav {
  overflow: hidden;
}

.contact-nav {
  overflow: hidden;
}

.improve-section {
  margin-top: 161px;
}

.heading-125 {
  font-family: Natgrotesk, sans-serif;
  color: #241b00;
  font-size: 60px;
  line-height: 85px;
}

.improve {
  width: 65%;
}

.improve-sub-header {
  width: 60%;
}

.heading-126 {
  color: #33658a;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

.improve-description {
  width: 70%;
}

.paragraph-21 {
  padding-top: 48px;
  color: #626364;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.paragraph-21.hdhdh {
  font-size: 18px;
  line-height: 40px;
}

.improve-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-115 {
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-image: url('../images/fotis-fotopoulos-LJ9KY8pIH3E-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.right-circle-div {
  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-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-116 {
  width: 200px;
  height: 200px;
  margin-top: 151px;
  margin-right: 64px;
  margin-left: 0px;
  padding-bottom: 31px;
  border-radius: 100%;
  background-image: url('../images/ux-store-jJT2r2n7lYA-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.heading-127 {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.heading-129 {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

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

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

.div-block-121 {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.container-30 {
  margin-right: auto;
  margin-left: auto;
}

.div-block-122 {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.div-block-123 {
  width: 55%;
  margin-right: auto;
  margin-left: auto;
}

.div-block-125 {
  position: relative;
  z-index: 99;
}

.link-block {
  text-decoration: none;
}

.link-block-2 {
  overflow: hidden;
  text-decoration: none;
}

.div-block-126 {
  width: 150px;
  height: 150px;
  margin-top: 65px;
  border-radius: 590%;
  background-color: #00abff;
}

.contact-us-button-div {
  overflow: hidden;
  width: 180px;
  height: 232px;
  padding-bottom: 22px;
  border-radius: 180px;
}

.div-block-127 {
  display: none;
  width: 180px;
  height: 180px;
  margin-top: 1px;
  border: 1px none #000;
  border-radius: 180px;
  background-color: #00abff;
}

.div-block-128 {
  width: 40px;
  background-image: url('../images/darkmode.png');
  background-position: 0px 0px;
  background-size: contain;
}

.body-2 {
  height: auto;
  max-width: none;
  padding-right: 0px;
  padding-left: 0px;
}

.toggletheme {
  display: none;
}

.div-block-129 {
  width: 22px;
  height: 22px;
  margin-right: 0px;
  padding-top: 20px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-color: transparent;
  opacity: 1;
  cursor: pointer;
}

.html-embed-4 {
  width: 22px;
  height: 22px;
  background-color: transparent;
  opacity: 0.94;
}

.checkbox-label-3 {
  display: none;
}

.checkbox-4 {
  display: none;
}

.checkbox-field-3 {
  width: 22px;
  height: 22px;
  background-image: url('../images/darkmode.png');
  background-position: 0px 0px;
  background-size: cover;
  cursor: pointer;
}

.column-78 {
  margin-top: -154px;
}

.column-79 {
  margin-top: -159px;
}

.form-block-2 {
  display: block;
}

.checkbox-field-4 {
  width: 22px;
  height: 22px;
  background-image: url('../images/darkmode.png');
  background-position: 0px 0px;
  background-size: cover;
  cursor: pointer;
}

.checkbox-label-4 {
  display: none;
}

.form-block-3 {
  margin-top: -14px;
  margin-left: -39px;
}

.div-block-130 {
  width: 100%;
  height: 1px;
  margin-top: -18px;
  margin-left: -88px;
  border-style: solid;
  border-width: 1px;
  border-color: #33658a;
}

.div-block-131 {
  width: 100%;
  height: 1px;
  margin-top: -18px;
  margin-left: -123px;
  border-style: solid;
  border-width: 1px;
  border-color: #33658a;
}

.div-block-132 {
  overflow: hidden;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #00abff;
  border-radius: 590%;
  background-color: rgba(56, 152, 236, 0);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Natgrotesknar, sans-serif;
  color: #00abff;
  font-size: 16px;
}

.button-2:hover {
  background-color: #00abff;
  color: #fff;
}

.link-block-5 {
  display: none;
}

.div-block-135 {
  width: 100%;
  height: 1px;
  margin-top: 66px;
  margin-bottom: 94px;
  padding-bottom: 0px;
  border: 0.5px solid #000;
}

.radio-button-field-2 {
  display: none;
}

.section-22 {
  height: 100vh;
}

.form-last {
  height: 100vh;
  background-color: #ddd;
}

.radio-field-parent {
  position: relative;
  width: 126px;
  height: 50px;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.36);
}

.radio-button-label-3 {
  position: absolute;
  width: 100%;
  height: 50px;
  margin-left: -11px;
  border: 1px solid #000;
  background-color: #8d3232;
}

.radio-button-3 {
  display: block;
}

.submit-button-2 {
  margin-top: 78px;
}

.radio-field-parent {
  border-color: #000;
}

.h3 {
  color: #fff;
}

.h3.price-label {
  position: relative;
  z-index: 5;
  display: block;
  margin-top: -10px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  clear: both;
  -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;
  font-family: Hkgrotesk, sans-serif;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}

.h3.price-label.ehwjhegwj {
  display: none;
}

.h3.field-label {
  margin-bottom: 14px;
  font-size: 1.8rem;
  line-height: 1.6rem;
  text-transform: uppercase;
}

.checked {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/VHS-Distortion-Texture-Mobile.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.add-to-cart-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 180px;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  -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;
  border: 1px solid #fff;
  background-color: transparent;
  font-style: normal;
  text-decoration: none;
}

.add-to-cart-button.primary-button-text {
  margin-top: 20px;
  line-height: 22px;
}

.bodytext3 {
  position: relative;
  margin-bottom: 0px;
  clear: both;
  color: #cecece;
  font-size: 0.7rem;
  line-height: 1.2rem;
  text-align: left;
}

.bodytext3.error {
  color: #a93334;
}

.bodytext3.price-label {
  position: relative;
  z-index: 30;
  display: block;
  margin-left: 0px;
}

.actual-radio-button {
  position: absolute;
  left: -30px;
  top: 20px;
  bottom: 0px;
  display: none;
  margin-top: 0px;
  margin-left: 0px;
  opacity: 1;
}

.hidden {
  display: none;
}

.form-wrapper {
  width: 80%;
}

.unchecked {
  position: absolute;
  left: 15px;
  top: 20px;
  bottom: 0px;
  z-index: 0;
  width: 30px;
  height: 30px;
}

.error-message {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
}

.form-success {
  margin-top: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
}

.radio-field-parent-2 {
  position: relative;
  display: inline-block;
  width: 184px;
  height: 50px;
  margin-right: 16px;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #971f1f;
  border-radius: 0px;
  background-color: rgba(107, 75, 75, 0);
  text-align: center;
}

.radio-field-parent-2.fgfhtg {
  display: none;
  width: 126px;
  border-color: #000;
}

.radio-field-parent-2.hrhrs {
  display: none;
  width: 201px;
  border-color: #000;
}

.radio-field-parent-2.heheq {
  display: none;
  width: 166px;
  border-color: #000;
}

.radio-field-parent-2.hdhdh {
  display: none;
  width: 220px;
  margin-top: 16px;
  border-color: #000;
}

.radio-field-parent-2.ddueur {
  display: none;
  width: 250px;
  margin-top: 16px;
  border-color: #000;
}

.radio-field-parent-2.fyfyfy {
  width: 60px;
  border-color: #000;
}

.radio-field-parent-2.gergdgw {
  width: 95px;
  border-color: #000;
}

.radio-field-parent-2.hrhrher {
  width: 100px;
  border-color: #000;
}

.radio-field-parent-2.jhhjwe {
  width: 80px;
  border-color: #000;
}

.radio-field-label {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 31;
  display: block;
  width: 166px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  clear: both;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0.1);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
  text-transform: lowercase;
}

.radio-field-label.dfdf {
  z-index: 20;
  display: block;
  width: 126px;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.radio-field-label.hgfht {
  width: 201px;
}

.radio-field-label.gegege {
  width: 220px;
}

.radio-field-label.rerw {
  width: 250px;
}

.radio-field-label.hdhdh {
  display: block;
  width: 60px;
}

.radio-field-label.jfhfh {
  width: 95px;
}

.radio-field-label.dhdhre {
  width: 100px;
}

.radio-field-label.dyyeiw {
  width: 80px;
}

.bl-0001-custom-radio-form {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 60px;
  -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;
}

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

.checkbox-field-5 {
  width: 126px;
  height: 50px;
  padding-left: 0px;
  border: 1px solid #000;
}

.checkbox-field-5.ghdhsg {
  width: 200px;
  margin-left: 20px;
  padding-left: 0px;
}

.checkbox-field-5.fdfdw {
  width: 200px;
  margin-left: 20px;
}

.checkbox-field-5.gsjd {
  width: 200px;
  margin-top: 10px;
}

.checkbox-field-5.sdws {
  width: 210px;
  margin-top: 10px;
  margin-left: 20px;
}

.checkbox-5 {
  display: none;
  margin-left: 0px;
  text-align: center;
}

.checkbox-label-5 {
  padding-top: 15px;
}

.checkbox-label-6 {
  display: block;
  width: 126px;
  height: 50px;
  margin-left: 0px;
  padding-top: 14px;
  border: 1px solid #000;
  background-color: hsla(0, 0%, 100%, 0.1);
  text-align: center;
}

.checkbox-label-6.sas {
  width: 200px;
  margin-top: 0px;
}

.checkbox-label-6.gdhd {
  width: 210px;
}

.div-block-137 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.image-64 {
  display: block;
}

.image-65 {
  display: none;
}

.image-66 {
  display: none;
}

.image-67 {
  display: none;
}

.onboard {
  position: relative;
  display: none;
  height: auto;
}

.heading-130 {
  font-family: Natgrotesk, sans-serif;
  font-weight: 400;
}

.div-block-138 {
  width: 50%;
}

.paragraph-22 {
  font-family: Circularstd, sans-serif;
}

.top-tinner-line {
  display: block;
  width: 95%;
  margin: 53px auto;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  border-style: solid;
  border-width: 0.5px;
  border-color: #bdbdbd;
}

.inner-container {
  display: block;
  margin-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-ceo {
  position: relative;
  width: 236px;
  height: 170px;
  border: 0px none #000;
  background-color: #fff;
  background-image: url('../images/1.jpeg');
  background-position: 0px 0px;
  background-size: cover;
  cursor: pointer;
}

.video-ceo {
  position: relative;
  width: 236px;
  height: 170px;
  border: 0px none #000;
  background-image: url('../images/bison-marketing-768x525.jpeg');
  background-position: 0px 0px;
  background-size: cover;
}

.image-container-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 3px;
}

.div-block-140 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 39px;
  height: 32px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffe0e0;
}

.heading-131 {
  font-size: 16px;
}

.heading-132 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -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;
  font-family: 'Circular std 500', sans-serif;
  font-size: 16px;
}

.heading-133 {
  margin-top: 168px;
  font-family: 'Circular std 500', sans-serif;
  color: rgba(0, 12, 18, 0.5);
  font-size: 15px;
  text-align: center;
  cursor: pointer;
}

.div-block-141 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 39px;
  height: 32px;
  background-color: rgba(168, 137, 137, 0.88);
}

.heading-134 {
  margin-top: 40px;
  margin-bottom: 0px;
  font-family: 'Circular std 500', sans-serif;
  color: #33658a;
  font-size: 15px;
  text-align: left;
}

.text-left-box {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-135 {
  margin-top: -15px;
  margin-bottom: 0px;
  font-family: Circularstd, sans-serif;
  color: #241b00;
  font-size: 16px;
}

.play-icon-center {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 70px;
  height: 70px;
  margin-top: 49px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/play-button2x.png');
  background-position: 0px 0px;
  background-size: cover;
  cursor: pointer;
}

.inner-inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bottom-tinner-line {
  width: 95%;
  margin: 63px auto 50px;
  border: 0.5px solid #bdbdbd;
}

.left-arrow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: block;
  padding-top: 484px;
}

.right-arrow-team {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  padding-top: 484px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image-68 {
  cursor: pointer;
}

.image-69 {
  cursor: pointer;
}

.photo-view {
  display: none;
  height: 100vh;
}

.heading-136 {
  font-size: 14px;
}

.heading-137 {
  font-size: 14px;
}

.heading-138 {
  font-size: 14px;
}

.heading-139 {
  color: #00abff;
  font-size: 14px;
}

.video-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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-142 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-143 {
  padding-top: 6px;
  padding-left: 8px;
}

.photos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 20px;
}

.first-image {
  width: 590px;
  height: 480px;
  background-image: url('../images/Rectangle-1082x.png');
  background-position: 0px 0px;
  background-size: cover;
}

.second-image {
  width: 280px;
  height: 440px;
  background-image: url('../images/Rectangle-113.png');
  background-position: 0px 0px;
  background-size: cover;
}

.third-image {
  width: 188px;
  height: 374px;
  background-image: url('../images/Rectangle-109.png');
  background-position: 0px 0px;
  background-size: cover;
}

@media screen and (min-width: 1920px) {
  .body.black {
    overflow: scroll;
    max-width: 100%;
    padding-top: 60px;
  }

  .website {
    height: 50vh;
    margin-top: 14px;
  }

  .text-block-2 {
    font-family: Natgrotesk, sans-serif;
    font-size: 90px;
    line-height: 120px;
    font-weight: 700;
  }

  .friends-along {
    height: 30vh;
  }

  .heading-6 {
    font-family: Natgrotesk, sans-serif;
    font-size: 90px;
    line-height: 120px;
    font-weight: 700;
  }

  .portfolio-section {
    height: 250vh;
    margin-top: 0px;
    padding-top: 244px;
  }

  .heading-9.some {
    font-size: 20px;
  }

  .heading-9.we {
    font-family: Natgrotesknar, sans-serif;
    font-size: 60px;
    line-height: 75px;
    font-weight: 400;
  }

  .we-love-work.home._1.errr {
    height: 40vh;
    margin-top: 61px;
  }

  .we-love-work.home._1.errr.jjfjrw {
    position: static;
    height: 25vh;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 32px;
  }

  .we-love-work.home._1.errr.ndfvd {
    height: 30vh;
  }

  .we-love-work.home._1.errr.ghhg {
    height: 30vh;
  }

  .we-love-work.home._1.errr.gfhgh {
    height: 35vh;
  }

  .footer-paragraph {
    font-family: Natgrotesk, sans-serif;
    font-size: 55px;
    line-height: 70px;
    font-weight: 400;
  }

  .footer.jhjehw {
    height: 60vh;
    margin-top: 60px;
    padding-top: 55px;
    padding-bottom: 33px;
  }

  .footer.jhjehw.fdg {
    margin-top: 0px;
    padding-top: 0px;
  }

  .footer.jhjehw.fhfhfh {
    margin-top: 0px;
    padding-top: 0px;
  }

  .bold-text-5 {
    font-weight: 400;
    text-decoration: underline;
    cursor: pointer;
  }

  .bold-text-5:hover {
    color: #33658a;
  }

  .people {
    overflow: hidden;
    height: 50vh;
  }

  .are-you {
    margin-top: 0px;
  }

  .heading-33 {
    font-family: Natgrotesk, sans-serif;
    font-size: 80px;
    line-height: 100px;
    font-weight: 400;
  }

  .line-dark.services {
    margin-top: 57px;
  }

  .line-dark.d443 {
    overflow: visible;
    height: 15vh;
  }

  .line-dark.d443.wegvhwe {
    margin-top: 161px;
  }

  .line-dark.d443.nsdvjshd {
    margin-top: 216px;
  }

  .line-dark.d443.hbjs {
    margin-top: 304px;
  }

  .line-dark.d443.heeheh {
    overflow: visible;
  }

  .line-dark.d443.new-home {
    margin-top: 260px;
  }

  .line-dark.d443.new-home.vggchg {
    margin-top: 70px;
  }

  .line-dark.d443.jgdjfdh {
    margin-top: 122px;
  }

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

  .div-block-10.nsdvsh {
    margin-top: 66px;
    padding-top: 0px;
    border-width: 0.5px;
  }

  .heading-38 {
    font-family: Natgrotesk, sans-serif;
    font-size: 60px;
    font-weight: 400;
  }

  .paragraph-4 {
    font-size: 25px;
    line-height: 35px;
  }

  .side-title.dhfh {
    margin-top: 31px;
  }

  .div-block-12 {
    padding-top: 27px;
  }

  .div-block-13 {
    margin-top: -76px;
  }

  .heading-49.teamz {
    font-size: 150px;
    line-height: 175px;
  }

  .heading-49.hdh {
    font-family: Natgrotesk, sans-serif;
    font-size: 150px;
    line-height: 175px;
  }

  .section-4 {
    padding-top: 34px;
  }

  .heading-66 {
    font-family: Natgrotesk, sans-serif;
    font-size: 150px;
    line-height: 175px;
    font-weight: 700;
  }

  .heading-67 {
    font-weight: 500;
  }

  .div-block-23 {
    max-width: 60%;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 44px;
  }

  .list-item-2 {
    margin-top: -18px;
  }

  .nav-menu-2 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-column-gap: 0%;
  }

  .nav-link-3 {
    width: auto;
    padding-right: 0px;
    font-size: 23px;
    font-weight: 400;
  }

  .link-9 {
    font-size: 18px;
  }

  .div-block-32 {
    width: 100%;
    background-color: #33658a;
  }

  .div-block-32._1._342 {
    width: 100%;
  }

  .div-block-33._1._5 {
    width: 45%;
    margin-top: 0px;
    padding-top: 5px;
  }

  .div-block-33._1._6 {
    width: 45%;
  }

  .div-block-33._2._342 {
    width: 40%;
  }

  .list-item-9 {
    margin-top: 26px;
  }

  .list-item-10 {
    margin-top: 31px;
  }

  .div-block-38 {
    position: absolute;
    margin-top: 122px;
    margin-left: 0px;
    padding-top: 68px;
  }

  .heading.top.djhf {
    font-family: Natgrotesk, sans-serif;
    font-size: 150px;
    line-height: 175px;
    font-weight: 700;
  }

  .revolution {
    margin-top: 171px;
    padding-top: 61px;
    font-family: Natgrotesk, sans-serif;
    font-size: 250px;
    font-weight: 700;
  }

  .circle {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    margin-top: 451px;
    margin-left: 187px;
  }

  .div-block-48 {
    position: relative;
    display: block;
    height: 10%;
    margin-top: 605px;
    margin-left: 0px;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .paragraph-5 {
    margin-bottom: 0px;
    padding-top: 0px;
    color: #000;
    font-size: 22px;
    line-height: 30px;
  }

  .paragraph-5.hjefd {
    padding-top: 102px;
  }

  .clock {
    margin-top: 689px;
  }

  .second {
    color: #000;
  }

  .minutes {
    color: #000;
  }

  .heading-92 {
    font-size: 70px;
    line-height: 75px;
  }

  .heading-93 {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-94 {
    font-size: 20px;
    line-height: 35px;
  }

  .image-37 {
    display: block;
  }

  .heading-95 {
    color: #33658a;
    font-size: 20px;
  }

  .paragraph-7.gfht {
    font-size: 20px;
    line-height: 35px;
  }

  .accordion-wrapper-container {
    max-width: 90%;
  }

  .paragraph-8.jhd {
    font-size: 20px;
    line-height: 35px;
  }

  .image-39.dhjfd {
    display: block;
    width: 100%;
  }

  .paragraph-9 {
    font-size: 18px;
  }

  .heading-97 {
    font-size: 20px;
  }

  .heading-98 {
    font-size: 20px;
  }

  .heading-98.hsgdhgsd {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 21px;
    color: #bdbdbd;
  }

  .heading-98.hfghgf {
    margin-bottom: 10px;
  }

  .paragraph-10 {
    margin-top: 0px;
    padding-top: 10px;
    font-size: 25px;
  }

  .paragraph-10.phone-no {
    font-size: 18px;
    font-weight: 300;
  }

  .paragraph-10.hegjhe {
    margin-top: -47px;
    padding-top: 8px;
    font-size: 18px;
    font-weight: 300;
  }

  .paragraph-10.hwgjd {
    margin-top: -84px;
    font-size: 18px;
    font-weight: 300;
  }

  .paragraph-10.hwgjd.dgdg {
    margin-top: -49px;
  }

  .paragraph-10.fbhjd {
    padding-top: 0px;
    font-size: 18px;
    font-weight: 300;
  }

  .div-block-59.dkjfhked {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  ._1mm.fhjdfjh.jss.hshds.hdhdh.jhsa.dhds {
    display: block;
    margin-top: 1711px;
  }

  ._1mm.fhjdfjh.jss.hshds.hdhdh.jhsa.qwqe {
    display: block;
    margin-top: 1437px;
  }

  ._1mm.fhjdfjh.jss.hshds.hdhdh.qwq {
    display: block;
    margin-top: 1171px;
  }

  ._1mm.fhjdfjh.jss.hshds.sdsda {
    display: none;
  }

  ._1mm.fhjdfjh.jss.sdsw {
    display: block;
    margin-top: 900px;
  }

  ._1mm.fhjdfjh.edtet {
    display: block;
    margin-top: 637px;
  }

  ._1mm.ftte {
    margin-top: 354px;
  }

  .columns-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -401px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .columns-13.jbkhjre {
    margin-top: -368px;
  }

  .columns-13.hsdbjhsd {
    margin-top: -385px;
  }

  .columns-13.ghsfhgd {
    margin-top: -361px;
  }

  .columns-13.sdwhf {
    margin-top: -461px;
  }

  .columns-13.dngvshdg {
    margin-top: -446px;
  }

  .div-block-61 {
    width: 500px;
    height: 500px;
  }

  .div-block-62 {
    z-index: auto;
    width: 400px;
    height: 460px;
    margin-top: 75px;
    margin-right: 397px;
    background-color: #faf3e7;
  }

  .div-block-62.contact {
    height: 400px;
    margin-top: -76px;
  }

  .heading-101.second {
    color: #33658a;
  }

  .heading-101.second.hdh {
    color: #33658a;
  }

  .heading-102 {
    font-size: 40px;
  }

  .paragraph-11 {
    font-size: 25px;
    line-height: 40px;
  }

  .heading-105 {
    font-family: Natgrotesk, sans-serif;
    font-size: 80px;
    line-height: 100px;
  }

  .section-17 {
    height: 100vh;
  }

  .div-block-68.sh {
    width: 80%;
  }

  .columns-14 {
    overflow: hidden;
  }

  .heading-106._2._3.sss {
    color: #ffba01;
  }

  .heading-106.b.b2 {
    color: #ffba01;
  }

  .heading-106.b.dd {
    color: #ffba01;
  }

  .column-31 {
    display: block;
  }

  .column-32 {
    overflow: visible;
  }

  .heading-108 {
    font-family: Natgrotesknar, sans-serif;
    font-size: 80px;
    font-weight: 700;
  }

  .paragraph-12 {
    font-family: 'Circular std 500', sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
  }

  .div-block-72 {
    position: relative;
  }

  .div-block-73 {
    width: 80%;
    padding-top: 27px;
    padding-bottom: 24px;
  }

  .div-block-74._2._22.gdgg {
    width: 700px;
    height: 700px;
  }

  .div-block-74._2._22.hgvhjs {
    width: 700px;
    height: 700px;
    margin-top: 172px;
    margin-left: 0px;
    padding-left: 0px;
    -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;
  }

  .div-block-74._11 {
    width: 700px;
    height: 700px;
  }

  .div-block-74._22.sndh {
    width: 700px;
    height: 700px;
  }

  .section-18.hrhrh {
    display: block;
    height: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .columns-15 {
    display: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .heading-109 {
    margin-top: 70px;
    margin-left: 54px;
    font-size: 25px;
  }

  .heading-109._22 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 798px;
    margin-left: -298px;
  }

  .heading-109._22.jhdsjfhd {
    margin-left: -265px;
    line-height: 30px;
  }

  .heading-109.hdj {
    margin-left: 5px;
    font-size: 20px;
    line-height: 30px;
  }

  .heading-109.hdh {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
  }

  .heading-109.hdh.hbfew {
    margin-top: 57px;
    margin-left: 1px;
    font-size: 20px;
    line-height: 30px;
  }

  .heading-109.hgfhg {
    margin-top: 101px;
    margin-left: -16px;
    font-size: 20px;
    line-height: 30px;
  }

  .heading-109.hgfhg.jwhgejhw {
    position: absolute;
    margin-top: 825px;
    margin-left: -410px;
  }

  .heading-109.hdvjwrw {
    margin-left: -200px;
    font-size: 20px;
    line-height: 28px;
  }

  .heading-109.wjgeuw {
    margin-top: 39px;
    line-height: 30px;
  }

  .heading-109.djfhbjd {
    margin-left: 0px;
    font-size: 20px;
    line-height: 30px;
  }

  .div-block-76 {
    width: 30%;
    margin-top: -108px;
    margin-left: 249px;
  }

  .div-block-76._22 {
    margin-top: 707px;
    margin-left: 232px;
  }

  .div-block-76._22.jhdf {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 801px;
    margin-left: 908px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-76.sdgvj {
    position: relative;
    width: 30%;
    margin-top: -65px;
    margin-left: 250px;
  }

  .div-block-76.jhfgjd {
    position: absolute;
    z-index: 99999999999999;
    display: block;
    margin-top: 779px;
    margin-left: 147px;
  }

  .sd-box-hidden.pd.cul.it {
    background-color: #33658a;
  }

  .sd-box-hidden.bra {
    background-color: #33658a;
  }

  .paragraph-13 {
    color: #fff;
  }

  .software {
    background-color: #33658a;
  }

  .paragraph-14 {
    color: #fff;
  }

  .product-d {
    background-color: #33658a;
  }

  .paragraph-15 {
    color: #fff;
  }

  .heading-110.uwiwe1 {
    margin-top: -69px;
  }

  .heading-110.jejej {
    margin-top: -69px;
  }

  .heading-110.jdjdj {
    margin-top: -69px;
  }

  .heading-110.ueueu {
    margin-top: -69px;
  }

  .heading-110.kwjr {
    margin-top: -69px;
  }

  .heading-110.euwq {
    margin-top: -69px;
  }

  .heading-110.jejr {
    margin-top: -69px;
  }

  .heading-110.jjeq {
    margin-top: -69px;
  }

  .heading-110.ekjqq {
    margin-top: -69px;
  }

  .heading-110.qeq {
    margin-top: -69px;
  }

  .heading-110.qeq.fdf {
    margin-top: -69px;
  }

  .heading-110.jkqe {
    margin-top: -69px;
  }

  .heading-110.jkqe.nbfjfe {
    margin-top: -69px;
  }

  .heading-110.nwegvhge {
    margin-top: -69px;
  }

  .heading-110.nwegvhge.hjdgfjd {
    margin-top: -69px;
  }

  .heading-110.nwegvhge.hjdgfjd.ere {
    margin-top: -69px;
  }

  .form {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 74px;
  }

  .light-mode {
    display: block;
    overflow: scroll;
    width: auto;
    height: auto;
    max-width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-image: url('../images/Noise.png'), -webkit-gradient(linear, left top, left bottom, from(#fffcf2), to(#fffcf2));
    background-image: url('../images/Noise.png'), linear-gradient(180deg, #fffcf2, #fffcf2);
    background-position: 0px 0px, 0px 0px;
    background-size: auto, auto;
  }

  .image-53.hghg {
    display: block;
    margin-left: 0px;
  }

  .image-53.hghg.jhgghhg {
    display: none;
  }

  .div-block-82.dark-mode-about {
    line-height: 2px;
  }

  .div-block-82.fggff {
    height: auto;
  }

  .bold-text-22 {
    font-size: 20px;
  }

  .div-block-83 {
    width: auto;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-83.jhbf {
    width: auto;
    max-width: none;
    min-width: 0%;
    margin-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-83.whjbew {
    width: auto;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-84.about-line {
    margin-left: -100px;
  }

  .div-block-84.about-line.sdsdj {
    margin-left: -97px;
    background-color: #00abff;
  }

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

  .div-block-84.ghgfh.dehdh {
    margin-left: -146px;
  }

  .div-block-84.bjshd {
    width: 130%;
    margin-left: -85px;
  }

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

  .div-block-84.hsgs.addh {
    margin-left: -121px;
  }

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

  .div-block-84.hfhfh.rerew {
    margin-left: -134px;
  }

  .field-label {
    padding-bottom: 19px;
  }

  .field-label.sdsdw {
    padding-bottom: 26px;
  }

  .checkbox-field-2 {
    padding-left: 20px;
    cursor: pointer;
  }

  .checkbox-field-2.product-design {
    margin-left: -25px;
    padding-left: 20px;
  }

  .checkbox-field-2.product-design.consulting {
    margin-left: -21px;
  }

  .checkbox-field-2.mobile {
    margin-left: 6px;
  }

  .checkbox-field-2._5k._50k.below {
    margin-left: -68px;
  }

  .checkbox-field-2._5k._50k.jsj {
    margin-left: -18px;
  }

  .checkbox-field-2._5k.gjhj {
    margin-left: 22px;
    cursor: pointer;
  }

  .checkbox-label-2._5k {
    cursor: pointer;
  }

  .checkbox-3 {
    display: none;
  }

  .checkbox-3.fhfh {
    display: none;
    width: 213px;
    height: 50px;
  }

  .columns-19 {
    display: none;
  }

  .columns-20 {
    display: none;
  }

  .text-field-2 {
    width: 85%;
  }

  .text-field-2.hshhhw {
    width: 85%;
  }

  .text-field-2.jwhbejhw {
    width: 85%;
  }

  .the-herd-section {
    display: block;
    height: 35vh;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }

  .columns-22 {
    display: block;
    height: 35vh;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .image-58 {
    position: relative;
  }

  .column-48 {
    display: block;
    height: 200vh;
    padding-left: 83px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .submit-button {
    position: relative;
    z-index: 99;
    margin-top: 50px;
    padding-bottom: 0px;
  }

  .navbar-2 {
    padding-top: 18px;
  }

  .column-57 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .link-17 {
    font-size: 20px;
  }

  .link-18 {
    font-size: 20px;
  }

  .c-slide {
    overflow: visible;
    width: 386px;
    height: 600px;
    min-height: 600px;
  }

  .c-section {
    overflow: visible;
    height: 60vh;
    margin-top: 59px;
    padding-top: 9vh;
  }

  .c-slide_wrapper {
    height: 600px;
  }

  .c-slider {
    overflow: hidden;
    height: 600px;
    margin-top: 0px;
  }

  .marquee-horizontal-large {
    overflow: hidden;
  }

  .icon-container-alt {
    padding: 0px 40px;
  }

  .container-29.flex-vertical {
    overflow: visible;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .flex-vertical {
    overflow: hidden;
  }

  .spacer-60._60-width {
    width: 10px;
  }

  .flex-horizontal-3 {
    overflow: hidden;
  }

  .column-64 {
    margin-top: -44px;
  }

  .column-65 {
    margin-top: -40px;
  }

  .column-66 {
    margin-top: -266px;
  }

  .column-67 {
    margin-top: -261px;
  }

  .column-68 {
    display: none;
    margin-top: -260px;
  }

  .column-68.rerere {
    display: none;
  }

  .section-21 {
    margin-top: 305px;
  }

  .columns-26 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-69 {
    margin-top: -90px;
  }

  .column-70 {
    margin-top: -124px;
  }

  .div-block-96 {
    display: none;
    overflow: hidden;
    margin-top: 69px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-style: none;
  }

  .heading-120 {
    position: static;
    display: block;
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .div-block-97 {
    padding-bottom: 35px;
  }

  .heading-121 {
    color: #bdbdbd;
    font-size: 20px;
    font-weight: 400;
  }

  .columns-27 {
    margin-top: 0px;
  }

  .heading-122 {
    font-family: Natgrotesk, sans-serif;
    font-size: 250px;
    font-weight: 700;
  }

  .circle-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .circle-block.mobile-c {
    display: none;
  }

  .dark-mode {
    position: fixed;
  }

  .column-72 {
    padding-left: 159px;
  }

  .div-block-100 {
    height: 50px;
  }

  .div-block-101 {
    display: none;
    width: 10%;
    height: 10%;
  }

  .mobile-overlay {
    display: none;
  }

  .hover-school {
    position: absolute;
    z-index: 99;
    width: 387px;
    height: 600px;
    margin-top: 613px;
    background-color: #33658a;
  }

  .heading-123 {
    margin-top: 45px;
    padding-left: 33px;
    font-family: 'Circular std 500', sans-serif;
    color: #ffba01;
    font-size: 20px;
    font-weight: 500;
  }

  .paragraph-18 {
    font-size: 24px;
  }

  .paragraph-19 {
    padding-top: 383px;
    padding-left: 33px;
    color: #f0f8ea;
    font-size: 25px;
    line-height: 35px;
    font-weight: 300;
  }

  .school-hover {
    margin-top: 0px;
  }

  .footerlogo {
    padding-bottom: 33px;
  }

  .location-with-flag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .location-with-flag.hdhdh {
    margin-top: -32px;
  }

  .footer-address-1 {
    padding-top: 65px;
  }

  .footer-address-1.hgsd {
    padding-top: 51px;
  }

  .div-block-103 {
    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-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;
  }

  .div-block-104 {
    display: block;
    -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;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .service-product {
    padding-top: 85px;
  }

  .div-block-105 {
    height: 400px;
    background-image: url('../images/Rectangle-62.png');
    background-position: 0px 0px;
    background-size: cover;
  }

  .div-block-105.fudyer {
    height: 600px;
  }

  .div-block-105.jhdfd {
    height: 600px;
  }

  .div-block-105.idfuhiud {
    height: 600px;
  }

  .heading-124 {
    font-family: 'Circular std 500', sans-serif;
    font-weight: 500;
  }

  .paragraph-20 {
    padding-top: 21px;
    font-size: 25px;
    line-height: 30px;
    font-weight: 300;
  }

  .columns-29 {
    padding-top: 155px;
  }

  .columns-30 {
    padding-top: 155px;
  }

  .div-block-106 {
    width: auto;
  }

  .column-73 {
    margin-top: -37px;
  }

  .column-74 {
    margin-top: -124px;
  }

  .column-74.ererere {
    display: none;
  }

  .column-75 {
    margin-top: -159px;
  }

  .dfdfdf {
    display: none;
    margin-top: -191px;
  }

  .new-hero-header {
    position: relative;
    z-index: 999999999;
    padding-top: 0px;
  }

  .div-block-114 {
    overflow: visible;
    width: auto;
  }

  .service-nav {
    overflow: hidden;
    width: auto;
  }

  .team-nav {
    overflow: hidden;
    width: auto;
  }

  .contact-nav {
    overflow: hidden;
  }

  .improve-section {
    position: relative;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 999999999;
    overflow: hidden;
    width: 100%;
    height: 120vh;
    padding-top: 140px;
    padding-right: 0px;
    padding-bottom: 39px;
  }

  .heading-125 {
    font-family: Natgrotesk, sans-serif;
    color: #241b00;
    font-size: 90px;
    line-height: 120px;
    font-weight: 700;
  }

  .improve {
    width: 70%;
  }

  .improve-sub-header {
    width: 60%;
    padding-top: 52px;
  }

  .heading-126 {
    color: #33658a;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    text-transform: uppercase;
  }

  .improve-description {
    width: 70%;
    padding-top: 75px;
  }

  .paragraph-21 {
    color: #626364;
    font-size: 24px;
    line-height: 40px;
    font-weight: 300;
  }

  .paragraph-21.hdhdh {
    margin-top: 92px;
  }

  .improve-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 25%;
    padding-top: 21px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .div-block-115 {
    position: relative;
    z-index: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 500px;
    height: 4000px;
    margin-top: 40px;
    margin-left: 0px;
    padding-top: 0px;
    border-radius: 200%;
    background-image: url('../images/fotis-fotopoulos-LJ9KY8pIH3E-unsplash.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .right-circle-div {
    position: relative;
    z-index: 999999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100vh;
    margin-left: -100px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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-116 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 250px;
    height: 2000px;
    margin-top: 234px;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    background-image: url('../images/ux-store-jJT2r2n7lYA-unsplash.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

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

  .heading-127 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
  }

  .heading-128 {
    color: #00abff;
  }

  .heading-129 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
  }

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

  .div-block-118 {
    overflow: visible;
    width: 90%;
  }

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

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

  .div-block-121 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    -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;
  }

  .container-30 {
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-123 {
    width: 40%;
    margin-right: auto;
    margin-left: auto;
  }

  .form-2 {
    height: 100vh;
  }

  .div-block-124 {
    width: 150px;
    height: 150px;
  }

  .div-block-125 {
    position: relative;
    z-index: 99;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    height: 150px;
    -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;
    border-style: solid;
    border-width: 1px;
    border-color: #00abff;
    border-radius: 590%;
    cursor: pointer;
  }

  .div-block-126 {
    width: 150px;
    height: 150px;
    margin-top: 0px;
    border-radius: 590%;
    background-color: #00abff;
    cursor: pointer;
  }

  .contact-us-button-div {
    overflow: hidden;
    width: 180px;
    height: 230px;
    padding-bottom: 22px;
    border-radius: 180px;
  }

  .div-block-127 {
    width: 180px;
    height: 180px;
    margin-top: 0px;
    border-radius: 180px;
    background-color: #00abff;
  }

  .form-block {
    height: 100vh;
  }

  .success-message {
    overflow: visible;
  }

  .html-embed-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    background-image: url('../images/darkmode.png');
    background-position: 0px 0px;
    background-size: contain;
  }

  .div-block-128 {
    height: 40px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
  }

  .column-78 {
    margin-top: -153px;
  }

  .column-79 {
    margin-top: -166px;
  }

  .div-block-130 {
    width: 100%;
    height: 1px;
    margin-top: -18px;
    margin-left: -88px;
    border-style: solid;
    border-width: 1px;
    border-color: #33658a;
  }

  .div-block-131 {
    width: 100%;
    height: 1px;
    margin-top: -18px;
    margin-left: -123px;
    border-style: solid;
    border-width: 1px;
    border-color: #33658a;
  }

  .div-block-132 {
    overflow: hidden;
  }

  .link-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    height: 150px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: 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;
    border-style: solid;
    border-width: 1px;
    border-color: #00abff;
    border-radius: 590%;
  }

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

  .button-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    height: 150px;
    margin-top: 88px;
    -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;
    border-style: solid;
    border-width: 1px;
    border-color: #00abff;
    border-radius: 590%;
    background-color: rgba(56, 152, 236, 0);
    -webkit-transition: background-color 300ms cubic-bezier(.215, .61, .355, 1);
    transition: background-color 300ms cubic-bezier(.215, .61, .355, 1);
    font-family: Natgrotesknar, sans-serif;
    color: #00abff;
    font-size: 16px;
  }

  .button-2:hover {
    background-color: #3898ec;
    color: #fff;
  }

  .div-block-134 {
    width: 150px;
    height: 150px;
    border-style: solid;
    border-width: 1px;
    border-color: #00abff;
    border-radius: 590%;
  }

  .link-block-4 {
    width: 150px;
    height: 150px;
    margin-top: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #00abff;
    border-radius: 590%;
  }

  .link-block-5 {
    display: none;
    width: 150px;
    height: 150px;
    -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;
    border-style: solid;
    border-width: 1px;
    border-color: #00abff;
    border-radius: 590%;
    text-decoration: none;
  }

  .div-block-135 {
    width: 100%;
    height: 1px;
    margin-top: 247px;
    border: 0.5px solid #000;
  }

  .radio-button-label-2 {
    display: block;
    margin-top: -11px;
  }

  .radio-button-2 {
    width: 126px;
    height: 50px;
    border-radius: 0px;
  }

  .radio-button-field-2 {
    position: static;
    display: none;
  }

  .h3.price-label {
    z-index: 5;
  }

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

  .checkbox-field-5.gsjd {
    margin-top: 10px;
  }

  .checkbox-field-5.sdws {
    margin-top: 10px;
  }
}

@media screen and (max-width: 991px) {
  .body {
    overflow: hidden;
  }

  .body.black {
    overflow: hidden;
    margin-right: 20px;
    margin-left: 20px;
  }

  .empower {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 34px;
    -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;
    font-size: 125px;
    text-align: center;
  }

  .empower.top {
    font-size: 200px;
  }

  .empower.top.dfd {
    font-size: 260px;
  }

  .reels-section {
    margin-top: 3px;
  }

  .heading-3 {
    font-size: 5rem;
  }

  .website {
    height: 90vh;
  }

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

  .friends-along {
    margin-top: 18px;
  }

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

  .portfolio-section {
    height: 280vh;
    margin-top: 40px;
    margin-bottom: 23px;
  }

  .heading-9.we.kitchen.hdhdh {
    font-size: 35px;
  }

  .heading-9.we.kitchen.seue {
    font-size: 35px;
  }

  .heading-10 {
    margin-top: 27px;
  }

  .heading-11 {
    margin-top: 48px;
    font-size: 100px;
  }

  .heading-12 {
    display: none;
    margin-top: 7px;
    margin-left: -22px;
    padding-left: 0px;
    font-size: 150px;
  }

  .image-5 {
    margin-top: 33px;
  }

  .heading-13 {
    margin-top: 32px;
  }

  .heading-15 {
    font-size: 10px;
  }

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

  .heading-16 {
    font-size: 45px;
    line-height: 48px;
  }

  .news {
    height: 130vh;
    margin-top: 42px;
  }

  .news.blog-page {
    height: 100vh;
    margin-top: -7px;
  }

  .heading-20 {
    font-size: 37px;
  }

  .heading-21 {
    font-size: 15px;
  }

  .heading-22 {
    line-height: 33px;
  }

  .heading-23 {
    margin-top: -33px;
    font-size: 13px;
  }

  .div-block-4 {
    margin-top: 38px;
  }

  .heading-25 {
    margin-top: -32px;
    font-size: 12px;
  }

  .introduction {
    margin-top: 35px;
  }

  .we-love-work.home._1.errr {
    height: 35vh;
    margin-top: 34px;
  }

  .we-love-work.home._1.errr.jjfjrw {
    height: 40vh;
  }

  .footer-paragraph {
    font-size: 30px;
    line-height: 43px;
  }

  .heading-29 {
    padding-left: 21px;
  }

  .footer {
    margin-top: 50px;
  }

  .footer.ggg {
    margin-top: 0px;
  }

  .footer.jhjehw {
    margin-top: 33px;
  }

  .heading-30 {
    font-size: 40px;
  }

  .heading-32 {
    margin-top: 4px;
    font-size: 150px;
  }

  .about-image {
    margin-top: 26px;
  }

  .are-you {
    margin-top: 84px;
  }

  .heading-33 {
    font-family: Natgrotesk, sans-serif;
    font-size: 50px;
    line-height: 60px;
  }

  .we-hate {
    height: 60vh;
  }

  .paragraph-3.we {
    margin-top: 34px;
  }

  .ecommerce {
    height: 120vh;
    margin-top: 84px;
  }

  .line-dark {
    margin-top: 26px;
    padding-top: 25px;
  }

  .line-dark.we-love-work {
    margin-top: -145px;
    padding-top: 0px;
  }

  .line-dark.hq {
    margin-top: 45px;
  }

  .line-dark.service2 {
    height: 20vh;
    margin-top: 0px;
  }

  .line-dark.service2.blog._2 {
    margin-top: 9px;
  }

  .line-dark.services {
    margin-top: 64px;
  }

  .line-dark.services.jgdsdj {
    margin-top: 14px;
  }

  .line-dark.d443 {
    margin-top: 9px;
    padding-top: 0px;
  }

  .line-dark.d443.hbjs {
    margin-top: 170px;
  }

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

  .heading-38 {
    margin-right: auto;
    margin-left: auto;
    font-family: Natgrotesk, sans-serif;
  }

  .div-block-12 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .slider-item._2 {
    width: 40vw;
    height: 70vh;
  }

  .section.overflow-none {
    height: 75vh;
  }

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

  .heading-46 {
    font-size: 20px;
  }

  .heading-47 {
    padding-left: 19px;
    font-size: 13px;
    text-align: left;
  }

  .bold-text-8 {
    font-size: 13px;
  }

  .heading-49.teamz {
    font-size: 90px;
    line-height: 100px;
  }

  .heading-49.hdh {
    line-height: 110px;
  }

  .bold-text-9 {
    font-size: 15px;
    line-height: 20px;
  }

  .grey-text-color {
    font-size: 14px;
  }

  .columns-5 {
    margin-top: 73px;
  }

  .heading-58 {
    font-size: 75px;
    line-height: 95px;
  }

  .heading-63 {
    font-size: 13px;
  }

  .heading-64 {
    font-size: 12px;
  }

  .heading-65 {
    padding-left: 10px;
    font-size: 12px;
    text-align: left;
  }

  .heading-66 {
    font-size: 80px;
    line-height: 100px;
  }

  .div-block-23 {
    max-width: 100%;
    margin-top: 14px;
  }

  .bold-text-18 {
    color: #878787;
  }

  .nav-menu-2 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 101px;
    background-color: rgba(0, 0, 0, 0.98);
    text-align: left;
  }

  .column-9 {
    text-align: center;
  }

  .nav-link-3 {
    font-family: Hkgrotesk, sans-serif;
    color: #fff;
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
  }

  .heading-77 {
    display: none;
    overflow: visible;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .column-10 {
    display: block;
  }

  .column-10.gxhgdh {
    display: none;
  }

  .column-10.hdydy {
    display: none;
  }

  .column-10.jhdhhf.sgsg {
    display: none;
  }

  .column-10.ghfhfhg {
    display: none;
  }

  .column-10.hghgh {
    display: none;
  }

  .column-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 99px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-27 {
    margin-left: 0px;
  }

  .navbar {
    position: static;
    overflow: visible;
    width: 100%;
  }

  .image-25 {
    margin-top: 18px;
  }

  .bold-text-19 {
    font-size: 11px;
    line-height: 15px;
  }

  .heading-79 {
    position: relative;
    display: none;
    margin-top: 46px;
    font-family: August, sans-serif;
    font-size: 150px;
  }

  .icon {
    color: #000;
  }

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

  .client-logo2.overflow-none {
    height: 50vh;
    margin-top: -97px;
  }

  .image-28 {
    height: auto;
  }

  .container-21 {
    margin-top: 5px;
  }

  .section-12.slider-section {
    margin-top: -155px;
    padding-top: 0px;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .text-block-3 {
    margin-top: -26px;
    font-size: 14px;
    line-height: 18px;
  }

  .heading-85 {
    margin-top: -55px;
  }

  .columns-10 {
    margin-top: 68px;
  }

  .container-24 {
    margin-top: 81px;
  }

  .link-9 {
    width: 100%;
    font-size: 12px;
  }

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

  .div-block-32._1 {
    width: 100%;
  }

  .div-block-32._1._342 {
    width: 100%;
  }

  .div-block-32._1._212 {
    width: 100%;
  }

  .div-block-32._1._234 {
    width: 100%;
  }

  .div-block-32._4 {
    width: 65%;
  }

  .div-block-32._98 {
    width: 100%;
  }

  .div-block-32._78y {
    width: 60%;
  }

  .div-block-32._2e {
    width: 85%;
  }

  .div-block-32._3e {
    width: 85%;
  }

  .div-block-32.r32 {
    width: 85%;
  }

  .div-block-33._1 {
    width: 85%;
  }

  .div-block-33._1._2 {
    width: 30%;
  }

  .div-block-33._1._3 {
    width: 73%;
  }

  .div-block-33._1._4 {
    width: 85%;
  }

  .div-block-33._1._5 {
    width: 80%;
  }

  .div-block-33._1._6 {
    width: 80%;
  }

  .div-block-33._1._446 {
    width: 85%;
  }

  .div-block-33._1._111 {
    width: 70%;
  }

  .div-block-33._1._234 {
    width: 85%;
  }

  .div-block-33._2 {
    width: 100%;
  }

  .div-block-33._2._1 {
    width: 100%;
  }

  .div-block-33._2._342 {
    width: 75%;
  }

  .div-block-33._2._344 {
    width: 100%;
  }

  .list-item-11 {
    width: 90%;
  }

  .div-block-35.y7.t7i {
    width: 20%;
  }

  .div-block-35.yv {
    margin-top: 35px;
  }

  .div-block-36.ju {
    width: 90%;
  }

  .div-block-36.ju.erdf {
    margin-left: -308px;
  }

  .div-block-36.ju.erdf.skdg {
    width: 80%;
  }

  .div-block-36.ju.erdf.sydgw {
    width: 75%;
  }

  .div-block-36.ju.erdf.wuy {
    width: 75%;
  }

  .div-block-36.h70k {
    width: 100%;
  }

  .link-10 {
    font-size: 13px;
    line-height: 15px;
  }

  .div-block-38 {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-39 {
    height: 25vh;
  }

  .heading.top.djhf {
    font-family: Natgrotesk, sans-serif;
    font-size: 100px;
    line-height: 120px;
  }

  .link-16 {
    padding-left: 32px;
    font-size: 150px;
  }

  .empower2 {
    font-size: 200px;
  }

  .empower2.top {
    font-size: 200px;
  }

  .empower2.top.dfd {
    font-size: 260px;
  }

  .revolution {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 80px;
    margin-left: 18px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 125px;
    text-align: center;
  }

  .revolution.top {
    font-size: 200px;
  }

  .revolution.top.dfd {
    font-size: 260px;
  }

  .circle {
    margin-top: 394px;
    margin-left: -477px;
  }

  .div-block-48 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 70%;
    margin-top: 340px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .paragraph-5 {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .clock {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 30vh;
    margin-top: 491px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .clock.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 23px;
  }

  .second {
    margin-bottom: 0px;
    font-size: 2rem;
  }

  .minutes {
    margin-left: 15px;
  }

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

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

  .heading-95 {
    font-family: Circularstd, sans-serif;
  }

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

  .paragraph-7 {
    margin-top: 0px;
  }

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

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

  .accordion-wrapper-container {
    height: 190vh;
  }

  .paragraph-8.jhd.ehhe {
    font-size: 14px;
  }

  .paragraph-8.jhd.ehhe.ewew {
    margin-top: -87px;
  }

  .paragraph-8.jhd.ehhe.rtrtr {
    margin-top: -139px;
    margin-left: -53px;
  }

  .paragraph-8.jhd.ehhe.ew22 {
    margin-top: -138px;
  }

  .paragraph-8.jhd.hdhdh {
    margin-top: -124px;
  }

  .heading-96 {
    margin-top: 45px;
    font-size: 28px;
  }

  .heading-96.ekfjke.wewq {
    margin-top: 4px;
  }

  .heading-96.ekfjke.wew3 {
    margin-top: -86px;
  }

  .heading-96.ekfjke.trtr4 {
    margin-top: -123px;
  }

  ._7._1 {
    margin-top: 63px;
  }

  ._7._1.jrjr {
    margin-top: -57px;
  }

  ._7._1._343 {
    margin-top: -35px;
  }

  .paragraph-10 {
    font-size: 15px;
    line-height: 20px;
  }

  .paragraph-10.phone-no {
    font-size: 12px;
  }

  .paragraph-10.hegjhe {
    font-size: 12px;
  }

  .paragraph-10.hwgjd {
    font-size: 12px;
  }

  .paragraph-10.fbhjd {
    width: auto;
    font-size: 12px;
  }

  .div-block-59.dkjfhked {
    width: 80%;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-99 {
    margin-right: 15px;
    margin-left: 20px;
    padding-left: 0px;
  }

  .div-block-60 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    height: 30vh;
    margin: 486px auto -52px;
    -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;
  }

  ._1mm.fhjdfjh {
    margin-top: 451px;
  }

  ._1mm.fhjdfjh.jss.hshds.hdhdh.jhsa.dhds {
    display: block;
    margin-top: 1566px;
  }

  ._1mm.fhjdfjh.jss.hshds.hdhdh.jhsa.qwqe {
    display: block;
    margin-top: 1285px;
  }

  ._1mm.fhjdfjh.jss.hshds.hdhdh.qwq {
    display: block;
    margin-top: 991px;
  }

  ._1mm.fhjdfjh.jss.hshds.sdsda {
    display: block;
    margin-top: 999px;
  }

  ._1mm.fhjdfjh.jss.sdsw {
    display: block;
    margin-top: 679px;
  }

  ._1mm.fhjdfjh.edtet {
    display: block;
    margin-top: 449px;
  }

  .columns-13.sdwhf {
    margin-top: -520px;
  }

  .columns-13.dngvshdg {
    margin-top: -516px;
  }

  .div-block-61 {
    width: 300px;
    height: 300px;
  }

  .div-block-62 {
    margin-right: 330px;
  }

  .div-block-62.servb {
    margin-top: 207px;
    margin-right: 361px;
  }

  .div-block-62.teamk {
    margin-right: 355px;
  }

  .div-block-62.contact {
    margin-top: -42px;
    margin-right: 262px;
  }

  .div-block-63 {
    width: 200px;
  }

  .section-16 {
    overflow: hidden;
  }

  .counter {
    padding-left: 74px;
  }

  .heading-101 {
    font-size: 2rem;
  }

  .div-block-66.jgjygj {
    display: block;
    width: 150px;
    margin-top: 195px;
    margin-left: 0px;
  }

  .div-block-66.jgjygj.team2 {
    margin-top: -52px;
    margin-left: 0px;
  }

  .div-block-66.jgjygj.team2.team3 {
    margin-top: -50px;
    margin-left: 2px;
  }

  .div-block-66.jgjygj.ererew {
    margin-top: 196px;
  }

  .div-block-66.news {
    width: 160px;
    height: 13vh;
    margin-top: 149px;
  }

  .div-block-66.news.gfg {
    display: block;
    width: 160px;
  }

  .div-block-66.gfcgfgfjkjk {
    width: 155px;
    margin-top: -69px;
  }

  .div-block-68.sh {
    position: static;
    width: 100%;
    margin-top: 234px;
  }

  .columns-14 {
    display: block;
  }

  .column-32 {
    display: block;
    margin-top: 140px;
    padding-left: 52px;
  }

  .heading-108 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .paragraph-12 {
    font-size: 16px;
    line-height: 30px;
  }

  .div-block-73 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-74._2._22 {
    margin-top: 805px;
    margin-left: -316px;
  }

  .div-block-74._2._22.gdgg {
    margin-top: 946px;
  }

  .div-block-74._11 {
    margin-left: 29px;
  }

  .div-block-74._22.sndh {
    margin-top: 928px;
    margin-left: 27px;
  }

  .div-block-74._22.sndh.gdgdg {
    margin-top: 797px;
  }

  .section-18 {
    height: 543vh;
  }

  .section-18.hrhrh {
    height: auto;
  }

  .columns-15 {
    display: none;
    height: auto;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .heading-109._22 {
    margin-left: -351px;
  }

  .heading-109.hdh {
    margin-top: 48px;
  }

  .heading-109.djfhbjd {
    margin-left: 87px;
  }

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

  .div-block-76._22.jhdf {
    margin-left: 22px;
  }

  .div-block-76.sdgvj {
    margin-top: -85px;
    margin-left: 221px;
  }

  .div-block-76.jhfgjd {
    margin-left: 122px;
  }

  .custom-cursor_wrap {
    display: none;
  }

  .custom-cursor_wrap-2 {
    display: none;
  }

  .div-block-80 {
    width: 60%;
    margin-top: 151px;
  }

  .section-19 {
    height: 195vh;
  }

  .heading-110 {
    margin-top: -35px;
    padding-left: 13px;
    font-size: 14px;
  }

  .heading-110.uwiwe1 {
    margin-top: -38px;
  }

  .heading-110.uwiwe1.jgedjdw {
    margin-top: -42px;
  }

  .heading-110.jejej {
    margin-top: -33px;
  }

  .heading-110.jdjdj {
    margin-top: -36px;
  }

  .heading-110.ueueu {
    margin-top: -42px;
  }

  .heading-110.kwjr {
    margin-top: -37px;
  }

  .heading-110.euwq {
    margin-top: -36px;
  }

  .heading-110.jejr {
    margin-top: -34px;
  }

  .heading-110.jjeq {
    margin-top: -37px;
  }

  .heading-110.ekjqq {
    margin-top: -33px;
  }

  .heading-110.qeq {
    margin-top: -33px;
  }

  .heading-110.jkqe {
    margin-top: -28px;
  }

  .heading-110.nwegvhge {
    margin-top: -36px;
  }

  .heading-110.nwegvhge.hjdgfjd {
    margin-top: -29px;
  }

  .heading-111 {
    padding-left: 13px;
    font-size: 10px;
    line-height: 22px;
  }

  .heading-112 {
    margin-top: -32px;
    padding-left: 16px;
    font-size: 14px;
  }

  .heading-113 {
    margin-top: -18px;
    padding-left: 17px;
    font-size: 11px;
    line-height: 15px;
  }

  .heading-114 {
    margin-top: -31px;
    padding-left: 16px;
    font-size: 14px;
  }

  .heading-115 {
    margin-top: -13px;
    padding-left: 18px;
    font-size: 11px;
    line-height: 12px;
  }

  .heading-116 {
    margin-top: -41px;
    padding-left: 14px;
    font-size: 14px;
  }

  .heading-117 {
    margin-top: -30px;
    padding-left: 16px;
    font-size: 11px;
  }

  .light-mode {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-53 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .image-53.secondd.hdhdh.sss {
    display: block;
  }

  .image-53.bdbd.gdgd {
    display: block;
  }

  .image-53.bdbd.gdgd.hhg {
    display: block;
  }

  .image-53.hghg {
    margin-top: 17px;
    margin-left: 217px;
  }

  .image-53.hghg.nbvhh {
    display: none;
  }

  .image-53.hghg.jhgghhg {
    display: none;
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-block-82 {
    height: 630%;
  }

  .div-block-82.dark-mode-about {
    height: 460%;
  }

  .div-block-82.darkmode-services {
    height: 940%;
  }

  .div-block-82.darkmode-team.bddh {
    height: 500%;
  }

  .div-block-82.fggff {
    height: 860%;
  }

  .div-block-83 {
    width: 35%;
    margin-top: 0px;
    margin-left: 54px;
    padding-top: 10px;
  }

  .field-label.jkj {
    margin-top: 41px;
  }

  .checkbox-field-2._5k._50k.below {
    margin-left: -219px;
  }

  .checkbox-field-2._5k._50k.jsj {
    margin-left: -98px;
  }

  .checkbox-field-2._5k.gjhj {
    margin-left: -6px;
  }

  .columns-20 {
    display: none;
  }

  .column-36 {
    padding-left: 84px;
  }

  .column-37 {
    margin-top: 71px;
  }

  .column-38 {
    margin-top: 71px;
  }

  .div-block-88 {
    margin-top: 85px;
  }

  .div-block-88.nrjr {
    margin-top: -91px;
  }

  .div-block-88.jrhjr {
    margin-top: -47px;
  }

  .div-block-88.dxfd {
    margin-top: -95px;
  }

  .div-block-88.erew4 {
    margin-top: -108px;
  }

  .column-39 {
    margin-top: 64px;
  }

  .the-herd-section {
    height: 40vh;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .column-45 {
    padding-left: 69px;
  }

  .column-46 {
    padding-left: 128px;
  }

  .column-47 {
    position: absolute;
    margin-top: -354px;
  }

  .column-48 {
    height: auto;
  }

  .column-49 {
    margin-top: 31px;
  }

  .column-50 {
    padding-left: 37px;
  }

  .column-51 {
    padding-left: 169px;
  }

  .column-56 {
    display: none;
  }

  .navbar-2 {
    position: -webkit-sticky;
    position: sticky;
    z-index: 9999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-top: -11px;
    -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-25 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .menu-button-2 {
    margin-right: -194px;
    margin-left: 0px;
  }

  .menu-button-2.cgf {
    position: relative;
    width: 100px;
    height: 100px;
    margin-top: -56px;
    margin-right: -176px;
  }

  .menu-button-2.cgf.w--open {
    margin-right: -173px;
    border: 1px solid #000;
    border-radius: 5px;
    background-color: #33658a;
  }

  .brand {
    margin-top: 13px;
  }

  .column-57 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

  .column-59 {
    position: relative;
    z-index: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon-2 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .lottie-animation-2 {
    margin-top: 11px;
  }

  .div-block-92 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }

  .c-title-1 {
    font-size: 130px;
  }

  .c-big-text.cc-bottom {
    right: -120px;
    bottom: 400px;
  }

  .c-big-text.cc-top {
    left: -140px;
    top: -150px;
  }

  .c-bg-container {
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .c-slide {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .c-section {
    height: 150vh;
    margin-top: 64px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .c-slide_image.c-move-to-bottom {
    margin-top: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .c-slider {
    display: -ms-grid;
    display: grid;
    height: 130vh;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: auto;
    justify-items: center;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .c-arrows-wrapper {
    margin-top: -498px;
    margin-right: 44px;
    margin-left: 592px;
  }

  .c-title-1-2 {
    font-size: 130px;
  }

  .demo-btn-close-wrapper {
    position: static;
  }

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

  .demo-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: auto;
    min-height: 100vh;
    clear: both;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .clone-instructions-panel {
    display: none;
  }

  .instructions-wrapper {
    position: relative;
    left: -25px;
    top: 0%;
    margin-top: 0px;
    margin-bottom: 60px;
    margin-left: 0px;
    -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-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .demo-left-arrow-wrapper {
    position: fixed;
  }

  .browser-demo {
    width: 500px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .demo-wrapper {
    margin-top: 100px;
    margin-right: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .demo-right-arrow-wrapper {
    position: fixed;
  }

  .demo-p.main {
    max-width: 350px;
    margin-bottom: 40px;
    padding-right: 32px;
  }

  .demo-p.main.popup {
    line-height: 20px;
  }

  .d-101-logo-wrapper {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .d-101-logo-wrapper.square {
    width: 100%;
    margin-right: 20px;
    margin-left: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .demo-text-wrapper {
    width: 330px;
  }

  .d-101-section-home {
    overflow: visible;
    clear: both;
  }

  .demo-btn-wrapper {
    margin-top: 30px;
  }

  .demo-main-text-wrapper {
    position: absolute;
    width: 510px;
    margin-top: 100px;
    margin-right: auto;
    margin-left: 40px;
  }

  .demo-heading.h2.popup {
    line-height: 35px;
  }

  .demo-heading.h1.popup {
    line-height: 60px;
  }

  .d-50-circle-wrapper-2 {
    margin-top: 12px;
  }

  .image-60 {
    margin-right: 0px;
  }

  .demo-banner-bottom {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .demo-banner-bottom-wrapper {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .demo-logo-mark {
    display: none;
  }

  .container-29 {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .icon-container {
    height: 20vw;
  }

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

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

  .div-block-97 {
    width: 90%;
  }

  .heading-121 {
    font-size: 11px;
  }

  .heading-122 {
    font-size: 125px;
  }

  .circle-block {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: block;
    margin-top: -27px;
    margin-right: auto;
    margin-left: -146px;
  }

  .circle-block.mobile-c {
    display: block;
    width: 25px;
  }

  .div-block-101 {
    position: absolute;
    z-index: 99999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 45px;
    height: 40px;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .div-block-101.mbhjdfhs {
    display: none;
    margin-top: 0px;
    margin-right: 40px;
    margin-left: 0px;
    padding-top: 42px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .hamburger {
    position: absolute;
    z-index: 9999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: -12px;
    -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;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    cursor: pointer;
  }

  .hamburger.jdgjydf {
    border: 1px solid transparent;
  }

  .mobile-overlay {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 9999999;
    display: none;
    overflow: hidden;
    margin-top: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #33658a;
    background-image: url('../images/Noise.png');
    background-position: 50% 50%;
    background-size: cover;
    -webkit-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
    mix-blend-mode: normal;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .menu-text-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    margin-top: 0px;
    padding-top: 97px;
    padding-left: 49px;
    -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;
  }

  .menu-text-color {
    margin-top: 0px;
    padding-top: 60px;
    color: #fff;
  }

  .link-19 {
    color: #fff;
    font-size: 66px;
    line-height: 55px;
    text-decoration: none;
  }

  .link-19:active {
    color: #000;
  }

  .link-19:visited {
    color: #000;
  }

  .link-19.w--current:active {
    color: #000;
  }

  .link-19.w--current:visited {
    color: #000;
  }

  .list-5 {
    margin-top: -73px;
    margin-bottom: 0px;
  }

  .div-block-102 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-105 {
    height: 300px;
  }

  .div-block-105.fudyer {
    height: 300px;
  }

  .div-block-105.hdjfjhd {
    display: none;
  }

  .div-block-105.jhdfd {
    height: 300px;
    background-position: 50% 50%;
    background-size: contain;
  }

  .div-block-105.idfuhiud {
    height: 300px;
  }

  .div-block-107 {
    width: 90%;
  }

  .column-74 {
    margin-top: 54px;
  }

  .div-block-108 {
    width: 50px;
    height: 50px;
  }

  .new-hero-header {
    position: relative;
  }

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

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

  .improve {
    width: 75%;
  }

  .improve-sub-header {
    width: 70%;
  }

  .improve-description {
    width: 80%;
  }

  .improve-button {
    width: 50%;
  }

  .div-block-115 {
    width: 300px;
    height: 300px;
  }

  .div-block-116 {
    width: 100px;
    height: 100px;
  }

  .div-block-118 {
    width: 90%;
  }

  .columns-31 {
    display: block;
  }

  .div-block-121 {
    width: 70%;
    padding-top: 17px;
  }

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

  .div-block-123 {
    width: 90%;
  }

  .form-2 {
    width: auto;
  }

  .div-block-129 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    -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;
  }

  .div-block-129.mobile-c {
    width: 25px;
    height: 25px;
    padding-top: 5px;
  }

  .checkbox-field-3 {
    width: 25px;
    height: 25px;
  }

  .form-block-2 {
    display: block;
  }

  .form-block-4 {
    margin-top: 0px;
  }

  .add-to-cart-button {
    margin-bottom: 0px;
  }

  .image-63 {
    display: none;
    height: auto;
  }

  .image-65 {
    display: none;
  }

  .image-66 {
    display: none;
  }

  .image-67 {
    display: none;
  }

  .heading-134 {
    font-size: 13px;
  }

  .heading-135 {
    margin-top: -4px;
    font-size: 14px;
    line-height: 15px;
  }

  .inner-inner-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .body.black {
    overflow: visible;
  }

  .empower {
    display: none;
    font-size: 80px;
    text-align: center;
  }

  .empower.top {
    font-size: 150px;
  }

  .empower.top.dfd {
    font-size: 180px;
  }

  .heading-2 {
    margin-top: 45px;
    font-size: 17px;
  }

  .container-2 {
    margin-top: 9px;
  }

  .header {
    margin-top: -6px;
  }

  .reels-section {
    margin-top: 80px;
  }

  .heading-3 {
    font-size: 4rem;
    line-height: 77px;
  }

  .website {
    height: 70vh;
    margin-top: 48px;
    padding-bottom: 0px;
  }

  .website-column {
    padding-bottom: 72px;
  }

  .friends-along {
    margin-top: 12px;
  }

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

  .portfolio-section {
    height: 680vh;
    margin-top: 100px;
  }

  .heading-9.some {
    margin-left: 0px;
    padding-right: 177px;
    padding-left: 0px;
    text-align: left;
  }

  .heading-9.we.kitchen.hdhdh {
    margin-top: 94px;
    margin-left: 38px;
  }

  .heading-9.we.kitchen.seue {
    margin-top: -223px;
    margin-left: 20px;
  }

  .heading-9.we.kitchen.seue.rtre44 {
    margin-left: 41px;
  }

  .heading-9.we.kitchen.seue.bxcf {
    margin-left: 43px;
  }

  .heading-9.we.kitchen.seue.erer24 {
    margin-left: 32px;
  }

  .heading-9.we.kitchen.seue._342 {
    margin-left: 34px;
  }

  .heading-9.we.kitchen.seue._33r5 {
    margin-left: 39px;
  }

  .heading-9.we.kitchen.seue._4fq {
    margin-left: 41px;
  }

  .heading-9.we.kitchen.seue._444 {
    margin-left: 42px;
  }

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

  .heading-12 {
    display: none;
    margin-top: -3px;
  }

  .heading-12.mobile {
    margin-top: -171px;
  }

  .image-5 {
    margin-top: 14px;
    margin-left: 0px;
  }

  .heading-15 {
    margin-top: 38px;
  }

  .news {
    height: 100%;
  }

  .news.blog-page {
    height: 250vh;
  }

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

  .heading-22 {
    margin-top: 31px;
  }

  .heading-23 {
    margin-top: -28px;
  }

  .heading-23.jhgjh {
    margin-top: -30px;
  }

  .heading-25 {
    margin-top: 2px;
  }

  .introduction._2 {
    margin-top: 23px;
  }

  .introduction._2._3 {
    margin-top: 50px;
  }

  .div-block-7 {
    width: 100%;
    margin-top: 8px;
    margin-left: 10px;
  }

  .we-love-work.blog {
    margin-top: 84px;
  }

  .we-love-work.home {
    height: 100vh;
  }

  .we-love-work.home._1.errr {
    height: 40vh;
    margin-top: 0px;
  }

  .we-love-work.home._1.errr.ddd {
    margin-top: 85px;
  }

  .we-love-work.home._1.errr.jjfjrw {
    height: 52vh;
  }

  .we-love-work.services {
    margin-top: -178px;
  }

  .heading-29 {
    padding-left: 0px;
  }

  .list-2 {
    margin-top: 35px;
    margin-bottom: 39px;
    padding-left: 0px;
  }

  .div-block-8 {
    padding-left: 0px;
  }

  .footer {
    overflow: visible;
    height: 50vh;
    margin-top: 74px;
  }

  .footer.home {
    margin-top: 128px;
  }

  .footer.jhjehw {
    height: auto;
    margin-top: 0px;
    padding-top: 23px;
  }

  .footer.jhjehw.fhfhfh {
    margin-top: 0px;
    padding-top: 29px;
  }

  .heading-30 {
    font-size: 70px;
  }

  .people {
    height: 100vh;
  }

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

  .about-image {
    height: 40vh;
    margin-top: -21px;
  }

  .image-7 {
    width: 100%;
    height: 85%;
  }

  .are-you {
    margin-top: 16px;
  }

  .heading-33 {
    font-size: 45px;
    line-height: 60px;
    text-align: center;
  }

  .heading-34 {
    margin-top: 65px;
    margin-bottom: -243px;
  }

  .paragraph-2 {
    font-size: 20px;
  }

  .hq {
    height: 70vh;
    margin-top: 30px;
  }

  .image-13 {
    margin-top: 54px;
    margin-right: 459px;
    margin-left: auto;
    padding-left: 0px;
  }

  .line-dark {
    margin-top: 159px;
  }

  .line-dark.we-love-work {
    margin-top: -384px;
    padding-top: 1px;
  }

  .line-dark.hq {
    height: 20vh;
  }

  .line-dark.service2 {
    margin-top: 360px;
  }

  .line-dark.service2.blog {
    margin-top: 7px;
  }

  .line-dark.service2.blog._2 {
    margin-top: -147px;
  }

  .line-dark.service2.contact {
    margin-top: 20px;
    padding-top: 0px;
  }

  .line-dark.services {
    margin-top: 0px;
  }

  .line-dark._223 {
    padding-top: 6px;
  }

  .line-dark.d443 {
    margin-top: 693px;
  }

  .line-dark.d443.wegvhwe {
    margin-top: 0px;
  }

  .line-dark.d443.nsdvjshd {
    margin-top: 20px;
  }

  .line-dark.d443.hbjs {
    margin-top: 167px;
    padding-top: 0px;
    padding-bottom: 57px;
  }

  .line-dark.d443.dfjj {
    margin-top: 162px;
  }

  .line-dark.d443.hghgvhg {
    margin-top: 0px;
  }

  .line-dark.d443.ghhjghj {
    margin-top: 134px;
  }

  .line-dark.d443.jhejhwe {
    margin-top: 142px;
  }

  .line-dark.d443.heeheh {
    margin-top: 42px;
  }

  .line-dark.d443.jhjghgg {
    margin-top: 52px;
  }

  .line-dark.d443.hhhfe {
    margin-top: 10px;
  }

  .line-dark.d443.new-home.cffchf {
    margin-top: 140px;
  }

  .line-dark.d443.jgdjfdh {
    margin-top: 60px;
  }

  .line-dark.hdd {
    margin-top: 36px;
  }

  .center-image-hover {
    margin-top: 85px;
  }

  .the-herd {
    height: 45vh;
  }

  .side-title.dhfh {
    margin-top: 20px;
    text-align: center;
  }

  .div-block-13 {
    margin-top: 116px;
  }

  .slider-list {
    overflow: visible;
    width: auto;
    height: auto;
    max-width: none;
    margin-top: 0px;
    margin-bottom: 65px;
  }

  .slider-list.home {
    height: 20vh;
  }

  .slider-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 50%;
    height: 25vh;
    margin-right: auto;
    padding-right: 0px;
    padding-left: 0px;
    -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;
  }

  .slider-item._2 {
    width: 40vw;
    padding-left: 10px;
  }

  .slider-item.portfolioess {
    height: 80vh;
  }

  .slider-wrapper {
    overflow: visible;
    height: 50vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .slider-wrapper.second {
    height: 15vh;
    margin-top: 38px;
    margin-left: 0px;
  }

  .div-block-16 {
    width: 100%;
    margin-top: -60px;
    margin-left: 0px;
  }

  .heading-46 {
    margin-top: -10px;
    margin-bottom: -53px;
  }

  .heading-47 {
    padding-left: 0px;
  }

  .heading-48 {
    margin-top: -49px;
  }

  .div-block-17 {
    width: 100%;
    margin-left: 0px;
  }

  .columns-4 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .heading-49 {
    font-size: 100px;
    line-height: 100px;
  }

  .heading-49.teamz {
    font-size: 60px;
    line-height: 70px;
  }

  .heading-49.hdh {
    font-size: 50px;
    line-height: 60px;
  }

  .heading-50 {
    padding-left: 0px;
    text-align: left;
  }

  .heading-51 {
    margin-top: -172px;
  }

  .heading-55 {
    margin-top: -85px;
  }

  .div-block-22 {
    margin-left: -643px;
    padding-left: 0px;
  }

  .heading-62 {
    margin-top: 47px;
    text-align: center;
  }

  .image-20 {
    margin-top: 51px;
  }

  .image-21 {
    margin-top: 77px;
  }

  .heading-63 {
    text-align: center;
  }

  .heading-64 {
    text-align: center;
  }

  .heading-65 {
    text-align: center;
  }

  .heading-66 {
    margin-top: 75px;
    font-size: 60px;
    line-height: 70px;
  }

  .our-story {
    margin-top: 12px;
  }

  .our-story.contact {
    margin-top: 74px;
  }

  .heading-67 {
    margin-top: 78px;
    font-weight: 400;
  }

  .heading-69 {
    margin-top: -16px;
    padding-top: 39px;
  }

  .bold-text-13 {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 400;
  }

  .section-10 {
    height: 140vh;
    margin-top: -70px;
  }

  .heading-70 {
    margin-top: 10px;
    margin-bottom: 0px;
    padding-top: 0px;
  }

  .column-8 {
    padding-top: 15px;
  }

  .menu-button {
    padding-left: 96px;
  }

  .bold-text-18 {
    font-size: 12px;
    text-align: center;
  }

  .nav-menu-2 {
    width: 50px;
    height: 20px;
  }

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

  .heading-77 {
    padding-left: 0px;
  }

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

  .bold-text-19 {
    text-align: center;
  }

  .column-13 {
    margin-top: 14px;
  }

  .heading-79 {
    display: block;
  }

  .columns-8 {
    margin-top: auto;
  }

  .image-26 {
    margin-top: 70px;
  }

  .column-14 {
    margin-top: 96px;
  }

  .icon {
    padding-left: 6px;
  }

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

  .container-18 {
    max-width: 100%;
    margin-top: -72px;
    font-size: 13px;
  }

  .bold-text-20 {
    font-size: 19px;
  }

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

  .client-logo2.overflow-none {
    height: 50vh;
  }

  .image-28 {
    display: inline-block;
    width: auto;
    height: auto;
    padding-top: 0px;
  }

  .container-20 {
    height: auto;
  }

  .column-15 {
    margin-top: 158px;
    margin-bottom: 20px;
  }

  .columns-9 {
    margin-top: -260px;
  }

  .section-12.slider-section {
    margin-top: 0px;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .heading-large {
    font-size: 2rem;
  }

  .page-padding {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .image-30 {
    height: 50vh;
    margin-top: 7px;
  }

  .div-block-29 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    width: auto;
    margin-top: -7px;
    margin-bottom: 2px;
    -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;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .text-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -44px;
    margin-bottom: 48px;
    margin-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .heading-85 {
    margin-top: -50px;
    margin-bottom: 0px;
    margin-left: 20px;
    text-align: center;
  }

  .column-16 {
    margin-top: 3px;
  }

  .column-17 {
    bottom: -65px;
    margin-top: 0px;
    padding-top: 0px;
  }

  .container-23 {
    margin-top: -17px;
  }

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

  .column-22 {
    margin-top: -249px;
  }

  .link-9 {
    font-size: 14px;
  }

  .div-block-32._4 {
    width: 100%;
  }

  .div-block-33._1 {
    width: 20%;
  }

  .div-block-33._1._3 {
    width: 15%;
  }

  .div-block-33._1._4 {
    width: 17%;
  }

  .div-block-33._1._5 {
    width: 30%;
  }

  .div-block-33._1._6 {
    width: 30%;
  }

  .div-block-33._1._446 {
    width: 17%;
  }

  .div-block-33._1._111 {
    width: 25%;
  }

  .div-block-33._2 {
    width: 35%;
  }

  .div-block-33._2._1 {
    width: 35%;
  }

  .div-block-33._2._333 {
    width: 12%;
  }

  .div-block-33._2._342 {
    width: 36%;
  }

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

  .column-27 {
    margin-top: 38px;
    padding-left: 0px;
  }

  .div-block-35.y7.j0 {
    width: 20%;
  }

  .div-block-35.yv {
    width: 30%;
  }

  .div-block-36.ju.erdf {
    margin-left: -441px;
  }

  .div-block-36.ju.erdf.sydgw {
    width: 80%;
  }

  .div-block-36.ju.erdf.wuy {
    width: 88%;
  }

  .div-block-36.kh {
    width: 85%;
  }

  .div-block-36.h70k {
    width: 75%;
  }

  .link-10 {
    width: 100%;
  }

  .heading.top.djhf {
    margin-top: 30px;
    font-size: 60px;
    line-height: 70px;
  }

  .link-12 {
    margin-top: 77px;
    text-align: center;
  }

  .link-13 {
    margin-top: 86px;
    text-align: center;
  }

  .link-16 {
    font-size: 100px;
  }

  .container-26 {
    margin-top: 0px;
  }

  .section-14 {
    height: auto;
    padding-top: 41px;
  }

  .empower2.top {
    font-size: 150px;
  }

  .empower2.top.dfd {
    font-size: 180px;
  }

  .revolution {
    display: none;
    margin-top: 71px;
    font-size: 80px;
  }

  .revolution.top {
    font-size: 150px;
  }

  .revolution.top.dfd {
    font-size: 180px;
  }

  .circle {
    margin-top: 320px;
    margin-left: -254px;
  }

  .div-block-48 {
    margin-top: 378px;
  }

  .paragraph-5 {
    margin-top: -137px;
  }

  .clock {
    height: 20vh;
    margin-top: 488px;
  }

  .heading-92 {
    margin-top: 132px;
  }

  .div-block-49 {
    padding-top: 44px;
  }

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

  .paragraph-7 {
    margin-top: 40px;
    margin-left: -139px;
  }

  .paragraph-7.gfht {
    height: 310px;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 89px;
  }

  .div-block-54 {
    position: relative;
    z-index: 99999;
    height: 240px;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 31px;
    -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;
  }

  .column-29 {
    height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .columns-12 {
    margin-top: 41px;
  }

  .paragraph-8 {
    margin-top: -52px;
    margin-right: 29px;
    margin-left: 18px;
  }

  .paragraph-8.jhd {
    margin-top: -38px;
    margin-left: 45px;
  }

  .paragraph-8.jhd.ehhe.ewew {
    margin-top: -41px;
    margin-right: 23px;
    margin-left: 46px;
  }

  .paragraph-8.jhd.ehhe.rtrtr {
    margin-top: -51px;
    margin-right: 13px;
    margin-left: 36px;
  }

  .paragraph-8.jhd.ehhe.ew22 {
    margin-top: -40px;
    margin-left: 44px;
  }

  .paragraph-8.jhd.ehhe.fhg {
    margin-right: 17px;
    margin-left: 41px;
  }

  .paragraph-8.jhd.ehhe.bmnm {
    margin-left: 36px;
  }

  .paragraph-8.jhd.hdhdh {
    margin-top: -49px;
    margin-right: 11px;
  }

  .paragraph-8.heeerw {
    margin-left: 123px;
  }

  .image-39 {
    height: 70vh;
  }

  .image-39.dhjfd {
    height: 140vh;
  }

  .image-39.dhjfd.hjfhr {
    height: 149vh;
  }

  .div-block-58.expand {
    margin-top: 8px;
    margin-left: 15px;
  }

  .heading-96 {
    margin-top: -27px;
  }

  .heading-96.ekfjke {
    margin-top: -24px;
  }

  .heading-96.ekfjke.wewq {
    margin-top: -29px;
  }

  .heading-96.ekfjke.trtr4 {
    margin-top: -48px;
  }

  .heading-96.ekfjke.errq {
    margin-top: -67px;
  }

  .heading-96.ekfjke.etrere {
    margin-top: -27px;
  }

  .heading-96.ekfjke.gffh {
    margin-top: -12px;
  }

  .heading-96.htfht {
    margin-top: -7px;
  }

  ._7._1 {
    margin-top: -60px;
  }

  ._7._1.fcgf {
    margin-top: -75px;
  }

  ._7._1.juee {
    margin-top: -10px;
  }

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

  .paragraph-10.phone-no {
    font-size: 14px;
  }

  .paragraph-10.hegjhe {
    font-size: 14px;
  }

  .paragraph-10.hwgjd {
    font-size: 14px;
  }

  .paragraph-10.fbhjd {
    font-size: 14px;
  }

  .div-block-59.dkjfhked {
    margin-left: 0px;
  }

  .div-block-60 {
    margin-top: 428px;
  }

  ._1mm {
    margin-top: 488px;
  }

  ._1mm.fhjdfjh {
    display: block;
  }

  ._1mm.fhjdfjh.jss.hshds.hdhdh.jhsa.dhds {
    display: block;
    margin-top: 2183px;
  }

  ._1mm.fhjdfjh.jss.hshds.hdhdh.jhsa.qwqe {
    display: block;
    margin-top: 1829px;
  }

  ._1mm.fhjdfjh.jss.hshds.hdhdh.qwq {
    display: block;
    margin-top: 1482px;
  }

  ._1mm.fhjdfjh.jss.hshds.sdsda {
    display: block;
    margin-top: 1313px;
  }

  ._1mm.fhjdfjh.jss.sdsw {
    display: block;
    margin-top: 1124px;
  }

  ._1mm.fhjdfjh.edtet {
    margin-top: 690px;
  }

  ._1mm.ftte {
    margin-top: 343px;
  }

  .columns-13.ghsfhgd {
    margin-top: -429px;
  }

  .columns-13.sdwhf {
    margin-top: -382px;
  }

  .columns-13.dngvshdg {
    margin-top: -405px;
  }

  .div-block-62 {
    height: 330px;
    margin-right: 283px;
  }

  .div-block-62.servb {
    width: 250px;
    height: 250px;
    margin-top: 186px;
    margin-right: 440px;
  }

  .div-block-63 {
    width: 260px;
    margin-top: 27px;
    margin-left: 1px;
  }

  .div-block-63.gdgdg {
    width: 260px;
    margin-left: -58px;
  }

  .div-block-63.djd {
    width: 260px;
    margin-left: -118px;
  }

  .section-16 {
    padding-bottom: 37px;
  }

  .heading-100 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 61px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .heading-100._17 {
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .heading-100._17._50.ddd {
    margin-left: -59px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .counter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-101.second.hdh {
    margin-left: -26px;
  }

  .div-block-64 {
    margin-left: 131px;
  }

  .div-block-64._50 {
    margin-left: 163px;
  }

  .our-support {
    margin-top: 102px;
  }

  .div-block-66.jgjygj {
    width: 350px;
    margin-top: 454px;
    margin-left: 44px;
  }

  .div-block-66.jgjygj.team2 {
    margin-top: -128px;
    margin-left: 44px;
  }

  .div-block-66.jgjygj.team2.team3 {
    margin-top: -103px;
    margin-left: 43px;
  }

  .div-block-66.jgjygj.ererew {
    width: 350px;
    margin-top: 421px;
    margin-left: 42px;
  }

  .div-block-66.news {
    width: 297px;
    height: 150px;
    margin-top: 329px;
    margin-left: 182px;
  }

  .div-block-66.news.gsg {
    width: 297px;
    height: 150px;
    margin-top: 335px;
    margin-left: 182px;
  }

  .div-block-66.news.gfg {
    position: absolute;
    width: 297px;
    margin-left: 182px;
  }

  .div-block-66.news.fdgf {
    width: 297px;
    height: 150px;
    margin-top: 272px;
    margin-right: 0px;
    margin-left: 182px;
  }

  .div-block-66.gfcgfgfjkjk {
    width: 90%;
    height: 150px;
    margin-top: -81px;
  }

  .heading-105 {
    font-size: 33px;
    text-align: center;
  }

  .section-17 {
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
    margin-top: 160px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }

  .div-block-68.sh {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .columns-14 {
    display: block;
    overflow: hidden;
    width: 300px;
    height: 1700px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-width: 0px;
  }

  .sd-box._2.sd {
    margin-top: 24px;
    border: 1px solid #000;
  }

  .sd-box._2.it {
    overflow: visible;
    margin-top: 436px;
    padding-top: 73px;
    border: 1px solid #000;
  }

  .sd-box.pd {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: block;
    overflow: hidden;
    width: 300px;
    margin-top: 25px;
    padding-top: 38px;
    border: 1px solid #000;
  }

  .sd-box.bra {
    border: 1px solid #000;
  }

  .column-31 {
    display: block;
    overflow: visible;
    padding-right: 47px;
    padding-left: 31px;
    border-left: 0px solid #000;
    border-right-width: 0px;
  }

  .column-32 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding-left: 0px;
    -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;
    border-right: 0px solid #000;
  }

  .div-block-71 {
    display: none;
    width: 300px;
  }

  .div-block-74._2._22.hgvhjs {
    margin-top: 143px;
    margin-left: 31px;
  }

  .div-block-74._22.sndh {
    margin-top: 203px;
  }

  .div-block-74._22.sndh.gdgdg {
    margin-top: 191px;
  }

  .section-18.hrhrh {
    height: auto;
    margin-top: 82px;
  }

  .heading-109 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-109.hdj {
    margin-top: 82px;
    margin-left: 14px;
    text-align: left;
  }

  .heading-109.hdh.hbfew {
    margin-top: 108px;
    margin-left: -120px;
    text-align: center;
  }

  .heading-109.hgfhg {
    font-size: 16px;
  }

  .heading-109.hgfhg.jwhgejhw {
    margin-left: -364px;
  }

  .heading-109.hdvjwrw {
    margin-top: 101px;
    text-align: center;
  }

  .heading-109.wjgeuw {
    text-align: center;
  }

  .div-block-76 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-top: -103px;
    margin-left: 187px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .div-block-76._22 {
    margin-left: 20px;
  }

  .div-block-76.sdgvj {
    width: 70%;
    margin-left: 74px;
  }

  .div-block-76.jhfgjd {
    position: absolute;
    display: block;
    margin-top: 604px;
    margin-left: 26px;
    text-align: left;
  }

  .sd-box-hidden.pd.cul.it {
    margin-top: 436px;
  }

  .column-33 {
    overflow: visible;
    margin-top: 43px;
    padding-top: 0px;
  }

  .columns-16 {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .software {
    margin-top: 24px;
    margin-left: -301px;
  }

  .div-block-79 {
    padding-top: 26px;
  }

  .product-d {
    margin-top: 25px;
  }

  .div-block-80 {
    width: 80%;
    margin-top: 198px;
  }

  .section-19 {
    width: auto;
    height: 1180vh;
  }

  .heading-110 {
    margin-top: -53px;
    padding-left: 0px;
    text-align: center;
  }

  .heading-111 {
    padding-left: 0px;
    text-align: center;
  }

  .image-49 {
    margin-top: -32px;
    margin-left: 28px;
  }

  .image-49.fgfhfh {
    margin-top: 66px;
  }

  .image-50 {
    margin-left: 28px;
  }

  .heading-112 {
    margin-top: -82px;
    padding-left: 59px;
  }

  .heading-113 {
    padding-left: 58px;
  }

  .image-51 {
    margin-top: 240px;
    margin-left: 28px;
  }

  .heading-114 {
    margin-top: -78px;
    padding-left: 61px;
  }

  .heading-115 {
    padding-left: 63px;
  }

  .image-52 {
    margin-left: 28px;
  }

  .heading-116 {
    margin-top: -83px;
    padding-left: 63px;
  }

  .heading-117 {
    padding-left: 61px;
  }

  .image-53.hghg.jhgghhg {
    display: none;
    width: auto;
    height: auto;
    max-height: none;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 0px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-82.dark-mode-about {
    height: 670%;
  }

  .div-block-82.darkmode-services {
    height: 1060%;
  }

  .div-block-82.darkmode-team.bddh {
    height: 1070%;
  }

  .div-block-82.contact-us.bjjh {
    height: 450%;
  }

  .div-block-82.fggff {
    height: 1010%;
  }

  .div-block-83 {
    width: 45%;
  }

  .field-label.wewew {
    margin-bottom: 0px;
  }

  .checkbox-field-2.product-design.consulting {
    margin-top: 1px;
  }

  .columns-19 {
    display: none;
    margin-top: 82px;
  }

  .text-field-2.jwhbejhw {
    margin-top: 28px;
  }

  .column-36 {
    margin-top: 13px;
    padding-left: 136px;
  }

  .column-37 {
    margin-top: 35px;
  }

  .div-block-88 {
    margin-top: 78px;
  }

  .div-block-88.nrjr {
    margin-top: 71px;
  }

  .div-block-88.jrhjr {
    margin-top: 61px;
  }

  .div-block-88.dxfd {
    margin-top: 44px;
  }

  .div-block-88.erew4 {
    margin-top: 62px;
  }

  .div-block-88.vcvc {
    margin-top: 72px;
  }

  .column-40 {
    display: none;
  }

  .heading-119 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 79px;
    margin-right: auto;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    font-size: 90px;
  }

  .heading-119.revee {
    margin-top: 41px;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-41 {
    margin-top: 58px;
  }

  .div-block-89 {
    margin-top: -267px;
  }

  .the-herd-section {
    display: block;
    height: auto;
    margin-top: 450px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -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;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .column-42 {
    margin-right: auto;
    margin-left: auto;
    padding-top: 33px;
  }

  .column-43 {
    padding-top: 33px;
  }

  .column-44 {
    margin-top: 33px;
  }

  .image-55 {
    display: block;
    margin-right: auto;
    margin-left: 194px;
  }

  .image-56 {
    margin-top: 65px;
    margin-right: auto;
    margin-left: 194px;
  }

  .image-57 {
    margin-top: 62px;
    margin-right: auto;
    margin-left: 194px;
  }

  .image-58 {
    margin-top: 61px;
    margin-right: auto;
    margin-left: 194px;
  }

  .div-block-91 {
    margin-top: 111px;
  }

  .column-47 {
    position: static;
    display: block;
    overflow: hidden;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    -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;
  }

  .collection-item-6 {
    margin-top: 39px;
  }

  .columns-23 {
    height: 50vh;
  }

  .collection-list-wrapper-7 {
    overflow: visible;
  }

  .column-49 {
    margin-top: 84px;
  }

  .column-50 {
    margin-top: 13px;
    padding-left: 20px;
  }

  .column-51 {
    margin-top: 18px;
    padding-left: 266px;
  }

  .column-52 {
    margin-top: 25px;
  }

  .column-53 {
    margin-top: 82px;
  }

  .column-54 {
    display: none;
    margin-top: 54px;
  }

  .column-55 {
    margin-top: 33px;
  }

  .column-56 {
    display: none;
  }

  .columns-25 {
    width: 100%;
  }

  .menu-button-2.cgf {
    margin-right: 0px;
  }

  .menu-button-2.cgf.w--open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
  }

  .column-57 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

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

  .div-block-92 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .c-title-1 {
    font-size: 130px;
    line-height: 130px;
  }

  .c-big-text.cc-bottom {
    right: -160px;
    bottom: 170px;
    opacity: 0.5;
  }

  .c-big-text.cc-top {
    left: -180px;
    top: -80px;
    opacity: 0.5;
  }

  .c-slide {
    height: 444px;
    min-height: 444px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .c-bg-line {
    display: none;
  }

  .c-section {
    display: -ms-grid;
    display: grid;
    overflow: visible;
    height: 180vh;
    margin-top: 90px;
    padding: 40px 24px;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .c-slide_wrapper {
    height: 444px;
  }

  .c-slide_image {
    display: block;
    width: 286px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .c-slide_image.c-move-to-bottom {
    height: auto;
  }

  .c-slider {
    display: -ms-grid;
    display: grid;
    height: 200vh;
    max-width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 5%;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .c-arrows-wrapper {
    margin-top: -487px;
    margin-left: 372px;
    padding-top: 0px;
  }

  .c-title-1-2 {
    font-size: 130px;
    line-height: 130px;
  }

  .c-bg-line-2 {
    display: none;
  }

  .inner-wrapper {
    overflow: visible;
    width: 100%;
    height: 100%;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .demo-container {
    display: block;
    min-height: 100vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/background.svg'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url('../images/background.svg'), linear-gradient(180deg, null, null);
    background-attachment: fixed, scroll;
  }

  .clone-instructions-panel {
    display: none;
    height: auto;
  }

  .demo-btn-text.f-1 {
    font-size: 12px;
  }

  .instructions-wrapper {
    margin-left: 0px;
  }

  .browser-demo {
    width: 100%;
    height: 300px;
    margin-bottom: 60px;
    padding: 60px 30px;
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .demo-btn.f-2 {
    margin-bottom: 10px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .demo-btn.f-2.bottom-btn {
    margin-bottom: 0px;
  }

  .demo-btn.f-1 {
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .panel-text-wrapper {
    overflow: visible;
    width: 100%;
    height: 420px;
    margin-top: 150px;
  }

  .demo-wrapper {
    margin-top: 140px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .demo-p.main {
    max-width: 350px;
    margin-right: 30px;
    padding-right: 0px;
    font-size: 14px;
    line-height: 20px;
  }

  .demo-p.main.popup {
    padding-right: 0px;
    padding-left: 0px;
  }

  .d-101-logo-wrapper {
    margin-right: 10px;
    margin-left: 10px;
  }

  .d-101-logo-wrapper.square {
    margin-right: 10px;
    margin-left: 10px;
  }

  .demo-btn-wrapper {
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .demo-main-text-wrapper {
    width: auto;
    margin-right: 0px;
    margin-left: 0%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .demo-heading.h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .demo-heading.h2.popup {
    font-size: 20px;
    line-height: 30px;
  }

  .demo-heading.h1 {
    max-width: 400px;
  }

  .demo-heading.h1.popup {
    max-width: none;
    font-size: 35px;
    line-height: 45px;
  }

  .demo-banner-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .demo-close-div.popup {
    top: 50px;
    right: 50px;
  }

  .container-29 {
    width: 100%;
  }

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

  .marquee-cover-horizontal {
    background-image: none;
  }

  .spacer-60 {
    height: 40px;
  }

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

  .flex-horizontal.flip-svp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .col {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .col.small {
    width: 100%;
  }

  .marquee-cover {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, hsla(0, 0%, 100%, 0)), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(30%, hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 70%, #fff), linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 30%);
  }

  .marquee {
    height: 70vw;
  }

  .track-vertical {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon-container {
    height: 25vw;
  }

  .flex-horizontal-2.flip-svp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .marquee-2 {
    height: 70vw;
  }

  .flex-horizontal-3.flip-svp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .akjd.fhbjdhf {
    display: block;
  }

  .column-61 {
    margin-top: 103px;
  }

  .column-63 {
    margin-top: 109px;
  }

  .column-64 {
    margin-top: 100px;
  }

  .column-65 {
    margin-top: 123px;
  }

  .column-66 {
    margin-top: 92px;
  }

  .column-67 {
    margin-top: 86px;
  }

  .column-68 {
    margin-top: 86px;
  }

  .section-21 {
    display: -ms-grid;
    display: grid;
    margin-right: auto;
    margin-left: auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .columns-26 {
    display: block;
  }

  .column-69 {
    margin-top: 86px;
  }

  .column-70 {
    margin-top: 86px;
  }

  .div-block-96 {
    position: relative;
    display: none;
    overflow: hidden;
    margin: 557px auto auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .heading-122 {
    display: none;
    font-size: 80px;
  }

  .circle-block {
    margin-left: -48px;
  }

  .div-block-98 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    grid-auto-columns: 1fr;
    grid-column-gap: 44px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .columns-28 {
    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-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .div-block-99 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }

  .column-71 {
    display: block;
  }

  .div-block-101 {
    position: relative;
    width: 15%;
    height: auto;
    margin-top: 0px;
    padding-top: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .hamburger {
    margin-top: -28px;
  }

  .mobile-overlay {
    display: none;
  }

  .menu-text-container {
    padding-top: 19px;
    padding-left: 21px;
  }

  .menu-text-container.nvdns {
    padding-left: 48px;
  }

  .menu-text-container.mdbksds {
    padding-left: 48px;
  }

  .menu-text-container.emrher {
    padding-left: 56px;
  }

  .menu-text-container.ddhfd {
    padding-left: 52px;
  }

  .menu-text-color {
    padding-top: 0px;
  }

  .link-19 {
    font-size: 25px;
    line-height: 50px;
  }

  .link-19.w--current {
    font-size: 25px;
    line-height: 50px;
  }

  .list-5 {
    display: block;
    margin-top: 73px;
    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;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

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

  .div-block-105 {
    margin-top: 20px;
    padding-top: 0px;
  }

  .div-block-105.fudyer {
    display: none;
  }

  .div-block-105.hdjfjhd {
    display: none;
  }

  .div-block-105.jhdfd {
    display: none;
  }

  .div-block-105.idfuhiud {
    display: none;
  }

  .column-73 {
    margin-top: 86px;
  }

  .column-74 {
    margin-top: 86px;
  }

  .column-75 {
    margin-top: 1px;
  }

  .div-block-108 {
    height: 20px;
  }

  .list-item-14 {
    padding-left: 34px;
  }

  .list-item-15 {
    padding-left: 33px;
  }

  .list-item-16 {
    padding-left: 33px;
  }

  .list-item-17 {
    padding-left: 33px;
  }

  .list-item-18 {
    padding-left: 33px;
  }

  .div-block-109 {
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-110 {
    width: 50px;
    height: 15px;
  }

  .div-block-111 {
    width: 50px;
    height: 20px;
  }

  .div-block-112 {
    width: 50px;
    height: 20px;
  }

  .div-block-113 {
    width: 50px;
    height: 20px;
  }

  .improve-section {
    margin-top: 14px;
  }

  .right-circle-div {
    padding-top: 28px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .div-block-125 {
    position: relative;
    width: auto;
  }

  .div-block-126 {
    width: 150px;
  }

  .column-79 {
    margin-top: -104px;
  }

  .button-2 {
    position: relative;
    margin-top: 151px;
    margin-right: auto;
    margin-left: auto;
  }

  .checkbox-field-5.fdfdw {
    margin-top: 10px;
    margin-left: 0px;
  }

  .checkbox-field-5.gsjd {
    margin-left: 20px;
  }

  .checkbox-field-5.sdws {
    margin-left: 0px;
  }

  .image-63 {
    display: block;
  }

  .image-64 {
    margin-top: 20px;
  }

  .image-65 {
    display: block;
    margin-top: 20px;
  }

  .image-66 {
    display: block;
    margin-top: 20px;
  }

  .image-67 {
    display: block;
    margin-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    overflow: visible;
    margin-right: 20px;
    margin-left: 20px;
  }

  .body.black {
    overflow: visible;
    margin-right: 10px;
    margin-left: 10px;
  }

  .body.black {
    overflow: visible;
  }

  .empower {
    display: none;
    margin-left: 0px;
    font-size: 40px;
    white-space: normal;
  }

  .empower.top {
    margin-top: 88px;
    font-size: 100px;
  }

  .empower.top.dfd {
    margin-top: 10px;
    font-size: 100px;
  }

  .hero-static {
    font-size: 1px;
  }

  .container {
    margin-top: 15px;
  }

  .heading-2 {
    height: auto;
    margin-top: -96px;
  }

  .container-2 {
    margin-top: 45px;
  }

  .header {
    height: 55vh;
    margin-top: 61px;
  }

  .reels-section {
    margin-top: 0px;
    padding-top: 3px;
  }

  .focus-section {
    height: 20vh;
    margin-top: 79px;
  }

  .heading-3 {
    font-size: 30px;
    line-height: 35px;
  }

  .website {
    height: 90vh;
    margin-top: 18px;
  }

  .heading-4 {
    font-size: 1.1rem;
  }

  .text-block-2 {
    padding-bottom: 33px;
    font-size: 45px;
  }

  .heading-6 {
    font-size: 45px;
  }

  .client-log {
    height: 260vh;
  }

  .portfolio-section {
    height: 450vh;
    margin-top: 5px;
    margin-bottom: 0px;
    padding-top: 147px;
  }

  .heading-9.some {
    margin-left: 0px;
    padding-right: 118px;
    line-height: 20px;
    text-align: left;
  }

  .heading-9.we.kitchen.hdhdh {
    margin-top: 126px;
    margin-left: 0px;
    font-size: 32px;
  }

  .heading-9.we.kitchen.seue {
    margin-top: 95px;
    margin-left: 0px;
    font-size: 32px;
    line-height: 42px;
  }

  .heading-9.we.kitchen.seue.rtre44 {
    margin-top: 20px;
    margin-left: 9px;
  }

  .heading-9.we.kitchen.seue.bxcf {
    margin-top: -176px;
    margin-left: 4px;
  }

  .heading-9.we.kitchen.seue.erer24 {
    margin-left: 5px;
  }

  .heading-9.we.kitchen.seue._342 {
    margin-left: 5px;
  }

  .heading-9.we.kitchen.seue._33r5 {
    margin-left: 5px;
  }

  .heading-9.we.kitchen.seue._4fq {
    margin-left: 7px;
  }

  .heading-9.we.kitchen.seue._444 {
    margin-left: 11px;
  }

  .heading-10 {
    margin-top: 8px;
  }

  .heading-11 {
    font-size: 110px;
  }

  .heading-12 {
    display: none;
  }

  .image-5 {
    margin-top: -77px;
  }

  .heading-13 {
    margin-top: 20px;
  }

  .heading-15 {
    margin-top: 6px;
  }

  .bold-text {
    font-size: 13px;
  }

  .collection-item {
    overflow: hidden;
  }

  .columns-2 {
    margin-top: 27px;
  }

  .portfolio {
    margin-top: 4px;
  }

  .heading-16 {
    margin-top: 43px;
  }

  .news {
    height: 300vh;
  }

  .news.blog-page {
    height: 220vh;
    margin-top: -28px;
  }

  .div-block-7 {
    margin-left: 0px;
  }

  .we-love-work.home._1.errr {
    position: relative;
    z-index: 99999;
    margin-top: 101px;
    margin-left: 10px;
  }

  .we-love-work.home._1.errr.jjfjrw {
    position: static;
    z-index: -999999;
    margin-top: 0px;
    margin-left: auto;
    padding-left: 10px;
  }

  .we-love-work.home._1.errr.ghhg {
    margin-top: 35px;
  }

  .we-love-work.home._1.errr.gfhgh {
    margin-top: 139px;
  }

  .we-love-work.about {
    height: 120vh;
  }

  .we-love-work.services {
    margin-top: 44px;
  }

  .footer-paragraph {
    margin-top: -1px;
    font-size: 25px;
    line-height: 30px;
  }

  .image-6 {
    margin-left: -10px;
    padding-left: 0px;
    text-align: left;
  }

  .list-2 {
    margin-top: -1px;
  }

  .div-block-8 {
    margin-top: 11px;
  }

  .footer {
    overflow: hidden;
    height: 65vh;
    margin-top: -63px;
    padding-bottom: 0px;
  }

  .footer.home {
    margin-top: -8px;
  }

  .footer.ggg {
    height: 80vh;
  }

  .footer.jhjehw {
    height: 135vh;
    margin-top: 0px;
    padding-top: 46px;
  }

  .footer.jhjehw.fdg {
    padding-top: 19px;
  }

  .heading-30 {
    font-size: 45px;
  }

  .people {
    height: 30vh;
  }

  .heading-32 {
    margin-top: 4px;
    font-size: 60px;
    line-height: 65px;
  }

  .about-image {
    height: 20vh;
    margin-top: 26px;
  }

  .image-7 {
    width: 100vw;
    height: 20vh;
    margin-top: -183px;
  }

  .div-block-9 {
    height: 50%;
    margin-top: 94px;
  }

  .are-you {
    overflow: hidden;
    margin-top: -60px;
  }

  .heading-33 {
    margin-top: -62px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }

  .heading-34 {
    margin-top: 111px;
  }

  .paragraph-2 {
    text-align: left;
  }

  .paragraph-3.white {
    margin-bottom: 69px;
  }

  .heading-35 {
    font-size: 70px;
    line-height: 70px;
  }

  .hq {
    height: 99vh;
  }

  .image-13 {
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .line-dark {
    height: 20vh;
    margin-top: -38px;
  }

  .line-dark.we-love-work {
    display: none;
    margin-top: -558px;
  }

  .line-dark.hq {
    margin-top: 15px;
  }

  .line-dark.service2 {
    margin-top: 0px;
  }

  .line-dark.service2.blog {
    margin-top: 56px;
  }

  .line-dark.service2.blog._2 {
    margin-top: -49px;
  }

  .line-dark.service2.contact {
    margin-top: 14px;
  }

  .line-dark.service2.bdh {
    margin-top: 2px;
    padding-top: 0px;
  }

  .line-dark.services {
    margin-top: 77px;
  }

  .line-dark._223 {
    margin-top: -62px;
  }

  .line-dark.d443 {
    margin-top: 0px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .line-dark.d443.wegvhwe {
    margin-top: -91px;
  }

  .line-dark.d443.hbjs {
    margin-top: 182px;
  }

  .line-dark.d443.dfjj {
    margin-top: 0px;
  }

  .line-dark.d443.new-home.vggchg {
    margin-top: 0px;
  }

  .line-dark._334 {
    margin-top: 14px;
  }

  .line-dark.hdd {
    margin-top: 500px;
    padding-top: 0px;
  }

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

  .center-image-hover {
    margin-top: -67px;
  }

  .image-14 {
    margin-top: 49px;
  }

  .the-herd {
    overflow: hidden;
    height: 70vh;
  }

  .side-title {
    text-align: center;
  }

  .side-title.dhfh {
    font-family: Helveticanowdisplay, sans-serif;
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
  }

  .div-block-12 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-13 {
    margin-top: 37px;
  }

  .slider-list {
    margin-top: 234px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .slider-list.home {
    height: 20vh;
  }

  .slider-item {
    width: 100%;
    height: 40vh;
    margin-top: -16px;
    margin-right: -168px;
    padding-top: 17px;
  }

  .slider-item._2 {
    display: block;
    width: 70vw;
    height: 70vh;
  }

  .slider-item.portfolioess {
    height: auto;
    margin-right: 12px;
  }

  .slider-wrapper {
    margin-top: 6px;
    margin-left: -4px;
    padding-top: 123px;
  }

  .slider-wrapper.second {
    height: 40vh;
    margin-top: -146px;
  }

  .slider-wrapper.second.vhgvh {
    margin-top: -117px;
  }

  .pagination {
    display: none;
  }

  .container-13 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .slider-navigation-wrapper {
    margin-top: 0px;
    margin-bottom: 40px;
    margin-left: 214px;
    padding-top: 0px;
  }

  .section-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section.overflow-none {
    height: 120vh;
  }

  .container-14 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .heading-49 {
    margin-top: -51px;
    font-size: 65px;
    line-height: 75px;
  }

  .heading-49.teamz {
    margin-top: 27px;
    font-size: 40px;
    line-height: 50px;
  }

  .heading-49.hdh {
    margin-top: -5px;
    font-size: 45px;
    line-height: 50px;
  }

  .section-4 {
    overflow: hidden;
    margin-top: 125px;
  }

  .heading-50 {
    margin-top: 170px;
  }

  .section-5 {
    height: 30vh;
  }

  .heading-53 {
    margin-top: -87px;
    text-align: left;
  }

  .grey-text-color {
    margin-top: -34px;
  }

  .section-6 {
    padding-bottom: 51px;
  }

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

  .image-19 {
    margin-bottom: -38px;
    padding-top: 2px;
  }

  .heading-58 {
    font-size: 40px;
  }

  .column-4 {
    margin-top: -4px;
  }

  .heading-59 {
    margin-top: -15px;
    padding-top: 2px;
  }

  .column-6 {
    margin-top: 58px;
  }

  .image-22 {
    margin-top: 42px;
    padding-top: 0px;
  }

  .image-23 {
    margin-top: 41px;
  }

  .heading-66 {
    position: relative;
    z-index: -99;
    margin-top: -127px;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
  }

  .our-story {
    margin-top: -36px;
  }

  .our-story.contact {
    position: relative;
    z-index: 9999;
    overflow: visible;
    margin-top: 278px;
    padding-top: 0px;
  }

  .heading-67 {
    position: relative;
    z-index: -999;
    margin-top: 77px;
    font-family: 'Circular std 500', sans-serif;
    font-size: 20px;
    font-weight: 500;
  }

  .heading-69 {
    display: none;
    overflow: visible;
    margin-top: 7px;
    margin-bottom: 48px;
    padding-top: 0px;
  }

  .image-24 {
    padding-top: 280px;
  }

  .bold-text-13 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 20px;
  }

  .bold-text-13.fb {
    margin-top: 10px;
  }

  .bold-text-13.sdvjhjs {
    font-family: 'Circular std 500', sans-serif;
    font-size: 18px;
    font-weight: 500;
  }

  .section-10 {
    overflow: hidden;
    height: 110vh;
  }

  .column-8 {
    margin-top: 38px;
    padding-top: 10px;
  }

  .heading-72 {
    margin-top: -41px;
    font-size: 60px;
  }

  .menu-button {
    z-index: 0;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 30px;
  }

  .menu-button.w--open {
    background-color: hsla(0, 0%, 78.4%, 0);
  }

  .bold-text-18 {
    font-family: Helveticanowdisplay, sans-serif;
    font-size: 8px;
    text-align: center;
  }

  .nav-menu-2 {
    width: auto;
    margin-right: -193px;
    padding-top: 122px;
    padding-right: 0px;
    padding-left: 14px;
  }

  .column-9 {
    padding-left: 22px;
  }

  .nav-link-3 {
    font-size: 50px;
    line-height: 65px;
  }

  .heading-77 {
    margin-top: 24px;
    font-family: Helveticanowdisplay, sans-serif;
    font-size: 11px;
    line-height: 12px;
  }

  .column-10.jhdhhf {
    display: none;
  }

  .column-11 {
    z-index: 0;
    display: block;
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .columns-7 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .navbar {
    position: relative;
    z-index: 9999999999999;
    display: block;
    width: 100%;
    margin-top: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .icon {
    display: block;
    margin-right: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

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

  .container-18 {
    height: auto;
    margin-top: -242px;
    padding-top: 11px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .bold-text-20 {
    font-size: 15px;
    text-align: justify;
  }

  .list-4 {
    margin-top: 50px;
    padding-left: 0px;
  }

  .heading-80 {
    margin-top: 14px;
    font-family: August, sans-serif;
    font-size: 100px;
  }

  .container-19 {
    margin-top: 0px;
  }

  .client-logo2.overflow-none {
    height: 60vh;
    margin-top: -10px;
  }

  .image-28 {
    display: block;
    width: 50%;
    height: auto;
    max-width: 100%;
    margin-top: 57px;
    margin-right: 0px;
    padding-top: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .column-15 {
    margin-top: 0px;
  }

  .columns-9 {
    margin-top: -14px;
  }

  .slider-item-2 {
    width: 78vw;
    height: 110vw;
  }

  .section-header-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .slider-item-3 {
    width: 78vw;
    height: 110vw;
  }

  .section-12.slider-section {
    margin-top: -17px;
  }

  .section-header-3 {
    margin-top: 107px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .image-30 {
    margin-top: 71px;
  }

  .div-block-29 {
    position: relative;
    display: block;
    margin-top: -56px;
  }

  .text-block-3 {
    display: block;
    margin-top: -63px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 4px;
    font-size: 16px;
    text-align: center;
  }

  .heading-85 {
    margin-top: -51px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .column-17 {
    bottom: -8px;
  }

  .column-18 {
    margin-top: 45px;
    padding-left: 81px;
  }

  .list-item-7 {
    margin-top: 6px;
    margin-left: -70px;
    padding-left: 0px;
  }

  .list-item-8 {
    margin-top: 28px;
  }

  .column-19 {
    margin-top: -68px;
  }

  .column-20 {
    margin-top: -141px;
  }

  .column-21 {
    margin-top: 42px;
  }

  .image-31 {
    margin-top: -54px;
    margin-bottom: -164px;
  }

  .container-25 {
    margin-top: -48px;
  }

  .columns-11 {
    margin-top: 268px;
    padding-top: 0px;
  }

  .column-23 {
    margin-top: 0px;
    padding-top: 0px;
  }

  .column-24 {
    margin-top: 36px;
  }

  .link-9 {
    font-size: 14px;
  }

  .div-block-32 {
    width: 70%;
  }

  .div-block-33._1 {
    width: 40%;
  }

  .div-block-33._1._3 {
    width: 25%;
  }

  .div-block-33._1._4 {
    width: 30%;
  }

  .div-block-33._1._5 {
    width: 80%;
  }

  .div-block-33._1._6 {
    width: 80%;
  }

  .div-block-33._1._446 {
    width: 30%;
  }

  .div-block-33._1._111 {
    width: 40%;
  }

  .div-block-33._2 {
    width: 60%;
  }

  .div-block-33._2._1 {
    width: 60%;
  }

  .div-block-33._2._333 {
    width: 20%;
  }

  .div-block-33._2._342 {
    width: 70%;
  }

  .div-block-33.hgvh {
    width: 26%;
  }

  .div-block-34 {
    padding-bottom: 37px;
    padding-left: 0px;
  }

  .column-26 {
    margin-top: 17px;
  }

  .column-27 {
    margin-top: 0px;
  }

  .div-block-35.y7.t7i {
    width: 30%;
  }

  .div-block-35.y7.j0 {
    width: 25%;
  }

  .div-block-35.yv {
    width: 45%;
  }

  .div-block-35.yv.workz {
    width: 40%;
    margin-left: 0px;
  }

  .div-block-36.ju {
    width: 70%;
    max-width: 90%;
  }

  .div-block-36.kh {
    width: 72%;
  }

  .div-block-36.kh.hgfg {
    width: 69%;
  }

  .div-block-36.h70k {
    width: 100%;
    max-width: 75%;
  }

  .div-block-38 {
    height: 60vh;
    margin-top: -6px;
  }

  .div-block-39 {
    overflow: visible;
    height: 25vh;
    margin-top: 40px;
  }

  .bold-text-21 {
    font-size: 13px;
  }

  .heading.top.djhf {
    margin-top: -53px;
    font-size: 43px;
    line-height: 50px;
    font-weight: 700;
  }

  .link-11 {
    font-size: 67px;
  }

  .link-12 {
    margin-top: 35px;
  }

  .link-13 {
    margin-top: 50px;
  }

  .link-14 {
    text-align: center;
  }

  .link-15 {
    text-align: center;
  }

  .heading-89 {
    margin-top: -1px;
  }

  .heading-90 {
    margin-top: -2px;
  }

  .heading-91 {
    margin-top: 3px;
  }

  .column-28 {
    margin-top: 36px;
  }

  .link-16 {
    padding-left: 7px;
    font-size: 60px;
  }

  .container-26 {
    margin-top: -59px;
  }

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

  .empower2.top {
    margin-top: 88px;
    font-size: 100px;
  }

  .empower2.top.dfd {
    margin-top: 10px;
    font-size: 100px;
  }

  .revolution {
    display: none;
    margin-left: 0px;
  }

  .revolution.top {
    margin-top: 88px;
    font-size: 100px;
  }

  .revolution.top.dfd {
    margin-top: 10px;
    font-size: 100px;
  }

  .circle {
    margin-top: 326px;
    margin-right: auto;
    margin-left: auto;
  }

  .html-embed-2 {
    display: none;
  }

  .div-block-48 {
    width: 90%;
    margin-top: 319px;
  }

  .paragraph-5 {
    color: #000;
  }

  .clock {
    margin-top: 372px;
  }

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

  .heading-93 {
    color: #241b00;
  }

  .div-block-50 {
    width: 90%;
  }

  .heading-94 {
    color: #241b00;
  }

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

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

  .paragraph-7 {
    padding-bottom: 33px;
    font-size: 17px;
  }

  .paragraph-7.gfht {
    height: auto;
    margin-left: 0px;
    padding-bottom: 24px;
  }

  .div-block-54 {
    display: block;
    width: 100%;
    height: 450px;
    margin-top: -41px;
    margin-right: 19px;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .column-29 {
    height: auto;
  }

  .image-38 {
    height: 70vh;
    margin-left: -3px;
  }

  .accordion-wrapper-container {
    display: block;
    height: 400vh;
    margin-top: -198px;
  }

  .columns-12 {
    display: block;
    margin-top: 78px;
  }

  .paragraph-8 {
    margin-top: -37px;
    padding-left: 13px;
  }

  .paragraph-8.jhd {
    margin-top: -39px;
    margin-right: 9px;
    margin-left: 10px;
    padding-left: 0px;
  }

  .paragraph-8.jhd.ehhe.ewew {
    margin-top: -52px;
    margin-right: 13px;
    margin-left: 13px;
  }

  .paragraph-8.jhd.ehhe.rtrtr {
    margin-top: -49px;
    margin-right: 12px;
    margin-left: 13px;
  }

  .paragraph-8.jhd.ehhe.ew22 {
    margin-top: -56px;
    margin-right: 15px;
    margin-left: 16px;
  }

  .paragraph-8.jhd.ehhe.fhg {
    margin-top: -60px;
    margin-right: 0px;
    margin-left: 9px;
  }

  .paragraph-8.jhd.ehhe.bmnm {
    margin-right: 13px;
    margin-left: 13px;
  }

  .paragraph-8.jhd.hdhdh {
    margin-top: -42px;
    margin-left: 0px;
    padding-left: 10px;
  }

  .paragraph-8.heeerw {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 27px;
  }

  .image-39 {
    height: 485px;
    margin-top: -34px;
  }

  .image-39.dhjfd {
    height: 570px;
  }

  .image-39.dhjfd.hjfhr {
    height: 88vh;
    margin-top: 79px;
  }

  .image-40 {
    margin-left: 6px;
  }

  .paragraph-9.vist-site.visi {
    padding-left: 15px;
  }

  .div-block-58.expand.about-us {
    margin-left: 0px;
  }

  .div-block-58.expand.about-us.our {
    margin-left: 57px;
  }

  .heading-96 {
    margin-top: -144px;
    font-size: 18px;
  }

  .heading-96.ekfjke {
    margin-top: -71px;
  }

  .heading-96.ekfjke.wewq {
    margin-top: -54px;
  }

  .heading-96.ekfjke.wew3 {
    margin-top: -113px;
  }

  .heading-96.ekfjke.trtr4 {
    margin-top: -88px;
  }

  .heading-96.ekfjke.errq {
    margin-top: -86px;
  }

  .heading-96.ekfjke.etrere {
    margin-top: -71px;
  }

  .heading-96.ekfjke.gffh {
    margin-top: -65px;
  }

  .heading-96.htfht {
    margin-top: 0px;
  }

  .heading-97 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .heading-99 {
    margin-left: -3px;
  }

  .div-block-60 {
    margin-top: 440px;
  }

  .the-kitchen {
    height: 485px;
  }

  ._1mm {
    margin-top: 534px;
  }

  ._1mm.fhjdfjh {
    margin-top: 806px;
  }

  ._1mm.fhjdfjh.jss.hshds.hdhdh.jhsa.dhds {
    display: block;
    margin-top: 2415px;
  }

  ._1mm.fhjdfjh.jss.hshds.hdhdh.jhsa.qwqe {
    margin-top: 1921px;
  }

  ._1mm.fhjdfjh.jss.hshds.hdhdh.qwq {
    margin-top: 1560px;
  }

  ._1mm.fhjdfjh.jss.hshds.sdsda {
    margin-top: 1593px;
  }

  ._1mm.fhjdfjh.jss.sdsw {
    margin-top: 1019px;
  }

  ._1mm.fhjdfjh.edtet {
    margin-top: 777px;
  }

  ._1mm.ftte {
    margin-top: 491px;
  }

  .columns-13 {
    margin-top: -421px;
  }

  .columns-13.ghsfhgd {
    margin-top: -421px;
  }

  .div-block-62 {
    height: 260px;
    margin-top: -12px;
    margin-right: 190px;
  }

  .div-block-62.servb {
    width: 360px;
    height: 260px;
    margin-top: 128px;
    margin-right: 221px;
  }

  .div-block-62.teamk {
    height: 260px;
    margin-top: 208px;
    margin-right: 205px;
  }

  .div-block-62.contact {
    z-index: -99;
    height: 260px;
    margin-top: -198px;
    margin-right: 209px;
  }

  .div-block-63 {
    width: 300px;
  }

  .div-block-63.gdgdg {
    width: 300px;
  }

  .div-block-63.djd {
    width: 300px;
  }

  .section-16 {
    overflow: hidden;
    height: 130vh;
  }

  .heading-100 {
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-100._17 {
    margin-left: 0px;
    -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;
    text-align: left;
  }

  .heading-100._17._50.ddd {
    display: block;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-100._17.hfhg {
    margin-left: -49px;
  }

  .number-holder {
    margin-left: 0px;
  }

  .counter {
    padding-left: 0px;
  }

  .counter._50 {
    margin-left: 0px;
    padding-left: 0px;
  }

  .counter.gfg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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-101 {
    margin-left: 46px;
    font-size: 2rem;
  }

  .heading-101.second {
    margin-left: 60px;
  }

  .heading-101.second.hdh {
    display: block;
    margin-left: -2px;
  }

  .our-support {
    overflow: hidden;
  }

  .div-block-66.jgjygj {
    width: 350px;
    height: 120px;
    margin-top: 371px;
    margin-left: 5px;
  }

  .div-block-66.jgjygj.team2 {
    margin-top: -90px;
    margin-left: 3px;
  }

  .div-block-66.jgjygj.team2.team3 {
    margin-left: 1px;
  }

  .div-block-66.news {
    width: 90%;
    height: 150px;
    margin-top: 418px;
    margin-left: 9px;
  }

  .div-block-66.news.gsg {
    width: 90%;
    margin-top: 418px;
    margin-left: 7px;
  }

  .div-block-66.news.gfg {
    z-index: auto;
    width: 90%;
    height: 150px;
    margin-top: 407px;
    margin-left: 7px;
  }

  .div-block-66.news.fdgf {
    width: 90%;
    margin-top: 347px;
    margin-right: 0px;
    margin-left: 9px;
  }

  .div-block-66.gfcgfgfjkjk {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    height: 150px;
    max-width: 100%;
    min-width: 80%;
    margin-top: -111px;
    margin-right: 40px;
    margin-left: 5px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -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;
  }

  .heading-105 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .section-17 {
    display: block;
    overflow: hidden;
    height: auto;
    margin-top: 168px;
  }

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

  .div-block-68.sh {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
    padding-left: 0px;
    -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-14 {
    margin-top: 49px;
  }

  .column-32 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .div-block-74._2._22.hgvhjs {
    margin-left: 0px;
  }

  .div-block-74._11 {
    display: block;
    margin-left: -8px;
  }

  .div-block-74._22.sndh {
    margin-top: 180px;
    margin-left: -8px;
  }

  .div-block-74._22.sndh.gdgdg {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 196px;
    margin-left: -8px;
  }

  .section-18.hrhrh {
    display: block;
    overflow: hidden;
    height: auto;
  }

  .columns-15 {
    display: block;
    overflow: hidden;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-109 {
    margin-top: 105px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 8px;
    text-align: center;
  }

  .heading-109._22 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 745px;
    margin-left: -202px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-109.hdj {
    position: static;
    margin-top: 39px;
    margin-right: auto;
    margin-left: -52px;
    padding-left: 0px;
    text-align: center;
  }

  .heading-109.hdh {
    text-align: center;
  }

  .heading-109.hgfhg {
    margin-top: 50px;
    margin-left: -9px;
    font-size: 16px;
  }

  .heading-109.hgfhg.jwhgejhw {
    position: absolute;
    z-index: auto;
    display: block;
    margin-top: 497px;
    margin-left: -185px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-76 {
    display: block;
    margin-top: -95px;
    margin-right: auto;
    margin-left: 139px;
    text-align: center;
  }

  .div-block-76._22 {
    width: 60%;
    margin-top: 793px;
    margin-left: -214px;
  }

  .div-block-76.sdgvj {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-top: -105px;
    margin-right: 0px;
    margin-left: 28px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .div-block-76.jhfgjd {
    position: absolute;
    z-index: auto;
    display: block;
    width: 70%;
    margin-top: 541px;
    margin-left: -136px;
  }

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

  .section-19 {
    height: 1230vh;
    margin-top: 75px;
  }

  .heading-110 {
    margin-top: -64px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .heading-110.uwiwe1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -62px;
    padding-right: 0px;
    padding-left: 0px;
    -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-110.jejej {
    margin-top: -58px;
    padding-right: 0px;
  }

  .heading-110.jdjdj {
    margin-top: -63px;
    padding-right: 0px;
  }

  .heading-110.ueueu {
    margin-top: -66px;
    padding-right: 0px;
  }

  .heading-110.kwjr {
    margin-top: -58px;
    padding-right: 0px;
  }

  .heading-110.euwq {
    margin-top: -57px;
    padding-right: 0px;
  }

  .heading-110.jejr {
    margin-top: -51px;
    padding-right: 0px;
  }

  .heading-110.jjeq {
    padding-right: 0px;
  }

  .heading-110.ekjqq {
    margin-top: -57px;
    padding-right: 0px;
  }

  .heading-110.qeq {
    margin-top: -60px;
    padding-right: 0px;
  }

  .heading-110.qeq.fdf {
    padding-right: 0px;
  }

  .heading-110.jkqe {
    margin-top: -51px;
    padding-right: 0px;
  }

  .heading-110.jkqe.nbfjfe {
    padding-right: 0px;
  }

  .heading-110.nwegvhge {
    padding-right: 0px;
  }

  .heading-110.nwegvhge.hjdgfjd {
    padding-right: 0px;
  }

  .heading-110.nwegvhge.hjdgfjd.ere {
    padding-right: 0px;
  }

  .heading-111 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .image-49.fgfhfh {
    margin-top: -5px;
    margin-left: -9px;
  }

  .image-50 {
    margin-left: -9px;
  }

  .heading-112 {
    margin-top: -61px;
    padding-right: 15px;
    padding-left: 0px;
    text-align: center;
  }

  .heading-113 {
    padding-left: 103px;
  }

  .heading-113.uuu {
    margin-right: auto;
    margin-left: auto;
    padding-right: 37px;
    padding-left: 0px;
    text-align: center;
  }

  .image-51.hghg {
    margin-left: -9px;
  }

  .heading-114 {
    margin-top: -66px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 0px;
    text-align: center;
  }

  .heading-115 {
    margin-top: -8px;
    padding-right: 39px;
    padding-left: 0px;
    text-align: center;
  }

  .image-52 {
    margin-left: -9px;
  }

  .heading-116 {
    margin-top: -65px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 19px;
    padding-left: 0px;
    text-align: center;
  }

  .heading-117 {
    padding-right: 21px;
    padding-left: 0px;
    text-align: center;
  }

  .form {
    z-index: 99999;
  }

  .light-mode {
    display: block;
    overflow: visible;
    padding-right: 10px;
    padding-left: 10px;
  }

  .image-53.hghg {
    display: none;
  }

  .image-53.hghg.nbvhh {
    display: none;
  }

  .image-53.hghg.jhgghhg {
    display: block;
    margin-top: -27px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    opacity: 1;
  }

  .div-block-82.dark-mode-about {
    height: 1020%;
  }

  .div-block-82.darkmode-services {
    height: 1077%;
  }

  .div-block-82.darkmode-team.bddh {
    height: 1110%;
  }

  .div-block-82.fggff {
    display: block;
    height: 1244%;
    max-height: none;
  }

  .columns-18 {
    margin-top: -7px;
  }

  .bold-text-22 {
    text-align: center;
  }

  .div-block-83 {
    margin-left: 18px;
  }

  .field-label {
    line-height: 40px;
  }

  .field-label.required-text {
    line-height: 30px;
  }

  .checkbox-field-2.product-design {
    margin-left: 0px;
    padding-left: 20px;
  }

  .checkbox-field-2._5k._50k.below {
    margin-left: -255px;
  }

  .checkbox-field-2._5k._50k.jsj {
    margin-left: -126px;
  }

  .checkbox-field-2._5k.gjhj {
    margin-left: -10px;
  }

  .columns-19 {
    display: none;
  }

  .columns-20 {
    display: none;
  }

  .column-37 {
    display: block;
    margin-top: -54px;
  }

  .column-38 {
    margin-top: 21px;
  }

  .div-block-88 {
    margin-top: -282px;
  }

  .div-block-88.nrjr {
    margin-top: -261px;
  }

  .div-block-88.jrhjr {
    margin-top: -270px;
  }

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

  .div-block-88.erew4 {
    margin-top: -195px;
  }

  .div-block-88.vcvc {
    margin-top: -303px;
  }

  .image-54 {
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
  }

  .heading-119 {
    display: block;
    overflow: visible;
    margin-top: 17px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 70px;
    text-align: center;
  }

  .heading-119.revee {
    margin-top: 31px;
    margin-right: auto;
    margin-left: auto;
    font-size: 60px;
  }

  .div-block-89 {
    display: block;
    height: auto;
    margin-top: -247px;
  }

  .div-block-90 {
    width: 100%;
    margin-top: 52px;
    margin-right: 0px;
    margin-left: -15px;
    padding-right: 0px;
  }

  .the-herd-section {
    display: -ms-grid;
    display: grid;
    width: 100%;
    height: 300vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .column-42 {
    margin-top: 85px;
  }

  .column-43 {
    margin-top: 73px;
  }

  .column-44 {
    margin-top: 73px;
  }

  .columns-22 {
    margin-top: -704px;
  }

  .image-55 {
    width: auto;
    margin-top: 9px;
    margin-left: 0px;
  }

  .image-56 {
    width: auto;
    margin-top: 80px;
    margin-left: -1px;
  }

  .image-57 {
    width: auto;
    margin-top: 77px;
    margin-left: 2px;
  }

  .image-58 {
    width: auto;
    margin-top: 67px;
    margin-left: 2px;
  }

  .column-47 {
    position: relative;
  }

  .column-48 {
    display: block;
    overflow: hidden;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-49 {
    z-index: 0;
  }

  .columns-24 {
    margin-top: 126px;
  }

  .navbar-2 {
    position: -webkit-sticky;
    position: sticky;
    overflow: hidden;
    height: 25vw;
    margin-top: 6px;
    padding-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .columns-25 {
    display: block;
  }

  .menu-button-2.cgf {
    z-index: 9999999;
    display: block;
    margin-top: -26px;
    margin-right: -18px;
    margin-left: -11px;
    padding: 2px 29px 29px 20px;
  }

  .menu-button-2.cgf.w--open {
    margin-top: -10px;
    margin-right: -10px;
    margin-left: -23px;
    padding-right: 5px;
    border-style: none;
    border-width: 0px;
    background-color: transparent;
  }

  .brand {
    margin-top: 38px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .column-57 {
    margin-top: 0px;
    padding-left: 0px;
  }

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

  .column-59 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 15vw;
    margin-top: -19px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon-2 {
    display: none;
    margin-right: 10px;
  }

  .lottie-animation-2 {
    position: relative;
    z-index: 9999;
    margin-top: 0px;
    margin-left: 0px;
  }

  .lottie-animation-2:active {
    margin-top: -52px;
  }

  .lottie-animation-2:focus {
    margin-top: -47px;
  }

  .column-60 {
    margin-top: 10px;
    padding-right: 9px;
    padding-left: 40px;
  }

  .div-block-92 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -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;
  }

  .lottie-animation-3 {
    margin-top: 4px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .lottie-animation-3.gfdgfg {
    margin-top: 6px;
  }

  .image-59 {
    margin-top: 0px;
  }

  .container-28 {
    overflow: hidden;
  }

  .c-title-1 {
    font-size: 130px;
  }

  .c-bg-container {
    display: block;
  }

  .c-slide {
    overflow: hidden;
    height: 420px;
    min-height: auto;
    margin-left: auto;
    padding-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .c-slide.hfhh {
    height: 388px;
  }

  .c-slide.hthttu {
    height: 420px;
  }

  .c-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 270vh;
    margin-top: 10px;
    padding-top: 126px;
    padding-bottom: 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .c-slide_wrapper {
    overflow: hidden;
    height: 420px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .c-slide_wrapper.jhsjs {
    height: 388px;
  }

  .c-slide_wrapper.ndvhsd {
    height: 420px;
  }

  .c-slide_image {
    box-shadow: none;
  }

  .c-slide_image.c-move-to-bottom {
    height: 420px;
  }

  .c-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 260vh;
    margin-top: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 0%;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .c-arrows-wrapper {
    display: none;
    margin-top: -518px;
    margin-left: 234px;
  }

  .c-title-1-2 {
    font-size: 130px;
  }

  .c-bg-line-2 {
    display: none;
  }

  .demo-btn-close-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .demo-arrow-wrapper {
    margin-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .demo-arrow-wrapper.next {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .inner-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .d-101-logo-text {
    font-size: 16px;
    text-align: center;
  }

  .clone-instructions-panel {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    overflow: visible;
    width: 100%;
    height: 100%;
  }

  .demo-mark {
    width: 80px;
    padding: 10px;
  }

  .instructions-wrapper {
    margin-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .demo-left-arrow-wrapper {
    width: 50px;
  }

  .demo-banner-top {
    padding-right: 20px;
    padding-left: 0px;
  }

  .browser-demo {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .demo-bottom-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .demo-btn.f-2.bottom-btn {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .panel-text-wrapper {
    margin-top: 0px;
  }

  .demo-wrapper {
    margin-top: 140px;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .demo-right-arrow-wrapper {
    width: 50px;
  }

  .demo-p.main {
    max-width: 350px;
    margin-right: 30px;
    margin-bottom: 20px;
    padding-right: 0px;
    font-size: 14px;
  }

  .d-101-logo-wrapper {
    margin-right: 10px;
    margin-left: 10px;
  }

  .d-101-logo-wrapper.square {
    margin-right: 10px;
    margin-left: 10px;
  }

  .demo-text-wrapper {
    width: 100%;
    max-width: 330px;
  }

  .demo-btn-wrapper {
    width: 180px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .demo-main-text-wrapper {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .demo-arrow-text {
    display: none;
  }

  .demo-heading.h2 {
    font-size: 15px;
    line-height: 20px;
  }

  .demo-heading.h2.popup {
    font-size: 15px;
    line-height: 20px;
  }

  .demo-heading.h1 {
    line-height: 28px;
  }

  .demo-heading.h1.popup {
    font-size: 25px;
    line-height: 35px;
  }

  .demo-mark-logo-wrapper {
    margin-left: 10px;
  }

  .image-60 {
    margin-top: 0px;
    margin-right: 0px;
  }

  .image-61 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .demo-banner-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .demo-banner-bottom-wrapper {
    margin-left: 10px;
  }

  .marquee-horizontal-large {
    height: 130px;
  }

  .icon-container-alt {
    width: 200px;
    height: 100px;
  }

  .container-29 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .marquee-cover-horizontal {
    background-image: none;
  }

  .flex-vertical.marquee-fix {
    margin-top: 15px;
  }

  .spacer-30._15-xsvp {
    height: 15px;
  }

  .image-62 {
    width: auto;
    margin-right: auto;
    margin-left: -4px;
    padding-left: 0px;
  }

  .column-61 {
    margin-top: 100px;
  }

  .column-62 {
    display: block;
    margin-top: 100px;
  }

  .column-63 {
    display: block;
    margin-top: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-64 {
    margin-top: 100px;
  }

  .column-65 {
    margin-top: 100px;
  }

  .column-66 {
    margin-top: 100px;
  }

  .column-67 {
    margin-top: 100px;
  }

  .column-68 {
    margin-top: 100px;
  }

  .section-21 {
    display: -ms-grid;
    display: grid;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .columns-26 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-69 {
    margin-top: 100px;
  }

  .column-70 {
    margin-top: 100px;
  }

  .div-block-96 {
    position: relative;
    overflow: hidden;
    margin-top: 47px;
    margin-right: auto;
    margin-left: auto;
    cursor: pointer;
  }

  .heading-120 {
    margin-top: 68px;
  }

  .bvcbvcbv {
    margin-top: -31px;
  }

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

  .div-block-97 {
    position: static;
  }

  .heading-121 {
    font-size: 14px;
  }

  .columns-27 {
    position: absolute;
    z-index: 9999999939;
  }

  .circle-block {
    margin-right: 0px;
    margin-left: 193px;
  }

  .circle-block.mobile-c {
    width: 30px;
    height: auto;
  }

  .div-block-99 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-101 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: auto;
    margin-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hamburger {
    margin-top: -55px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hamburger.gfgh {
    margin-top: -54px;
  }

  .hamburger.ghgh {
    margin-top: -39px;
  }

  .hamburger.hfhgjg {
    margin-top: -42px;
  }

  .hamburger.jhtt {
    margin-top: -42px;
  }

  .mobile-overlay {
    display: none;
  }

  .menu-text-container {
    padding-top: 35px;
    padding-left: 42px;
  }

  .menu-text-container.nvdns {
    padding-left: 44px;
  }

  .menu-text-container.mdbksds {
    padding-left: 42px;
  }

  .menu-text-container.emrher {
    padding-left: 50px;
  }

  .menu-text-container.hfgh {
    padding-left: 14px;
  }

  .menu-text-color {
    margin-bottom: 0px;
    padding-top: 53px;
  }

  .link-19 {
    font-size: 35px;
  }

  .link-19.w--current {
    font-size: 35px;
  }

  .list-5 {
    margin-top: 10px;
    margin-left: -32px;
    padding-left: 0px;
  }

  .hover-school.bhjdhfd {
    margin-top: 561px;
  }

  .hover-school.fdgfdg {
    margin-top: 570px;
  }

  .div-block-105 {
    display: none;
    width: auto;
    background-size: cover;
  }

  .div-block-105.hgfh {
    display: none;
  }

  .column-73 {
    margin-top: 100px;
  }

  .column-74 {
    margin-top: 100px;
  }

  .column-75 {
    margin-top: 0px;
  }

  .dfdfdf {
    margin-top: -70px;
  }

  .div-block-108 {
    display: none;
    height: 0px;
    padding-left: 13px;
  }

  .new-hero-header {
    z-index: 99999;
  }

  .improve-section {
    margin-top: 40px;
  }

  .heading-125 {
    font-size: 45px;
  }

  .improve {
    width: 90%;
  }

  .improve-sub-header {
    width: 90%;
  }

  .improve-description {
    width: 100%;
  }

  .improve-button {
    width: 70%;
  }

  .right-circle-div {
    padding-top: 75px;
    -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;
  }

  .div-block-116 {
    margin-top: 116px;
    margin-right: 0px;
  }

  .div-block-120 {
    display: block;
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

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

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

  .div-block-126 {
    margin-top: 60px;
  }

  .div-block-129.mobile-c {
    width: 30px;
    height: 30px;
    padding-top: 0px;
  }

  .checkbox-field-3 {
    width: 30px;
    height: 30px;
  }

  .column-78 {
    margin-top: -29px;
  }

  .column-79 {
    margin-top: -37px;
  }

  .form-block-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .button-2 {
    margin-top: 0px;
  }

  .radio-field-parent-2.hrhrher {
    margin-top: 10px;
  }

  .checkbox-field-5.ghdhsg {
    margin-top: 10px;
    margin-left: 0px;
  }

  .checkbox-field-5.gsjd {
    margin-left: 0px;
  }

  .div-block-137 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .image-63 {
    display: block;
    padding-top: 41px;
  }

  .image-64 {
    padding-top: 32px;
  }

  .image-65 {
    display: block;
    padding-top: 32px;
  }

  .image-66 {
    padding-top: 32px;
  }

  .image-67 {
    padding-top: 32px;
  }
}

#w-node-e64c522b-6e64-32e6-cd80-7a9bc1e53cf3-12be7df5 {
  -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-_70d10dde-a466-2ff6-7ae7-49c17542614a-12be7df5 {
  -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-_71aebae7-bebc-72e9-3247-7e371718eeee-12be7df5 {
  -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-_426b2b28-d8d3-49bc-c564-e6c880596bd3-12be7df5 {
  -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;
}

@media screen and (min-width: 1920px) {
  #w-node-c6fcf2c0-32b8-ce59-38bc-9fd5772f78b7-72be7de3 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c6fcf2c0-32b8-ce59-38bc-9fd5772f78b7-72be7de3 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_9eee51a8-844a-e883-c991-aea2e885997e-ecbe7df6 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-ExtraBold.ttf') format('truetype'), url('../fonts/HelveticaNowDisplay-BoldIta.ttf') format('truetype'), url('../fonts/HelveticaNowDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay hairline';
  src: url('../fonts/HelveticaNowDisplay-Hairline.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay extltita';
  src: url('../fonts/HelveticaNowDisplay-ExtLtIta.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay extblk';
  src: url('../fonts/HelveticaNowDisplay-ExtBlk.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay hairlinei';
  src: url('../fonts/HelveticaNowDisplay-HairlineI.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-Thin.ttf') format('truetype'), url('../fonts/HelveticaNowDisplay-ThinIta.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay medita';
  src: url('../fonts/HelveticaNowDisplay-MedIta.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay regita';
  src: url('../fonts/HelveticaNowDisplay-RegIta.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-LightIta.ttf') format('truetype'), url('../fonts/HelveticaNowDisplay-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay extlt';
  src: url('../fonts/HelveticaNowDisplay-ExtLt.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay extblkita';
  src: url('../fonts/HelveticaNowDisplay-ExtBlkIta.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay extbdita';
  src: url('../fonts/HelveticaNowDisplay-ExtBdIta.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-BlackIta.ttf') format('truetype'), url('../fonts/HelveticaNowDisplay-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'August';
  src: url('../fonts/August-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neubahn';
  src: url('../fonts/Neubahn.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hkgrotesk';
  src: url('../fonts/HKGrotesk-BoldLegacyItalic.ttf') format('truetype'), url('../fonts/HKGrotesk-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Hkgrotesk';
  src: url('../fonts/HKGrotesk-SemiBoldLegacyItalic.ttf') format('truetype'), url('../fonts/HKGrotesk-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Hkgrotesk';
  src: url('../fonts/HKGrotesk-LegacyItalic.ttf') format('truetype'), url('../fonts/HKGrotesk-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Hkgrotesk';
  src: url('../fonts/HKGrotesk-LightLegacyItalic.ttf') format('truetype'), url('../fonts/HKGrotesk-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Hkgrotesk';
  src: url('../fonts/HKGrotesk-MediumLegacyItalic.ttf') format('truetype'), url('../fonts/HKGrotesk-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Hkgrotesk';
  src: url('../fonts/HKGrotesk-Bold.ttf') format('truetype'), url('../fonts/HKGrotesk-BoldLegacy.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hkgrotesk';
  src: url('../fonts/HKGrotesk-Light.ttf') format('truetype'), url('../fonts/HKGrotesk-LightLegacy.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hkgrotesk';
  src: url('../fonts/HKGrotesk-SemiBold.ttf') format('truetype'), url('../fonts/HKGrotesk-SemiBoldLegacy.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hkgrotesk';
  src: url('../fonts/HKGrotesk-Regular.ttf') format('truetype'), url('../fonts/HKGrotesk-RegularLegacy.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hkgrotesk';
  src: url('../fonts/HKGrotesk-MediumLegacy.ttf') format('truetype'), url('../fonts/HKGrotesk-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circular std 500';
  src: url('../fonts/circular-std-medium-500.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd book';
  src: url('../fonts/CircularStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-BookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Natgrotesknar';
  src: url('../fonts/NatGroteskNar-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Natgrotesknar';
  src: url('../fonts/NatGroteskBold-Italic.otf') format('opentype'), url('../fonts/NatGroteskNarBold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Natgrotesknar';
  src: url('../fonts/NatGroteskNar-Regular.otf') format('opentype'), url('../fonts/NatGroteskBlack-Regular.otf') format('opentype'), url('../fonts/NatGroteskNarBold-Regular.otf') format('opentype'), url('../fonts/NatGroteskBold-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Natgrotesknar';
  src: url('../fonts/NatGroteskNarLight-Regular.otf') format('opentype'), url('../fonts/NatGroteskLight-Regular.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Natgrotesknar';
  src: url('../fonts/NatGroteskNarLight-Italic.otf') format('opentype'), url('../fonts/NatGroteskLight-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Natgrotesk';
  src: url('../fonts/NatGrotesk-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Natgrotesk';
  src: url('../fonts/NatGrotesk-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Natgrotesknar';
  src: url('../fonts/NatGroteskBlack-Italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}