.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 80%;
  padding: 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-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;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #ebe6d8;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 3px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  clear: none;
  -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 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.heading {
  font-size: 100px;
  text-align: right;
}

.heading.inc42-h1 {
  position: static;
  overflow: visible;
  margin-top: 0px;
  direction: ltr;
  font-family: Clashdisplay, sans-serif;
  color: #90191d;
  font-size: 100px;
  font-weight: 600;
  text-align: right;
  text-decoration: none;
  white-space: normal;
}

.heading-2 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Clashdisplay, sans-serif;
  color: #90191d;
  font-size: 85px;
  text-decoration: underline;
}

.heading-3 {
  font-family: Clashdisplay, sans-serif;
  color: #90191d;
  font-size: 100px;
}

.columns {
  margin-bottom: 20px;
}

.heading-4 {
  position: relative;
  font-family: Clashdisplay, sans-serif;
  line-height: 60px;
  font-weight: 600;
  text-align: center;
}

.bold-text {
  direction: rtl;
  font-family: 'Knockout 28 3', sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.div-block-2 {
  padding-top: 100px;
  padding-bottom: 220px;
  background-color: #fad2d3;
}

.lottie-animation {
  background-color: #fad2d3;
}

.column {
  background-color: #fad2d3;
}

.hero-subscribe-left {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

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

.hero-split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 46%;
  -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;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero-form-input {
  width: 240px;
  height: auto;
  margin-right: 9px;
  margin-bottom: 0px;
  padding: 5px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #d1d6db;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 20px;
}

.hero-form-input:hover {
  border-color: #76879d;
}

.hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::-webkit-input-placeholder {
  color: rgba(26, 27, 31, 0.8);
}

.hero-form-input:-ms-input-placeholder {
  color: rgba(26, 27, 31, 0.8);
}

.hero-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, 0.8);
}

.hero-form-input::placeholder {
  color: rgba(26, 27, 31, 0.8);
}

.button-primary {
  padding: 12px 25px;
  background-color: #1a1b1f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-primary:hover {
  background-color: #32343a;
  color: #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.text-link-arrow {
  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;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.arrow-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2px;
}

.shadow-two {
  box-shadow: 0 4px 24px 0 rgba(150, 163, 181, 0.08);
}

.image {
  border-bottom: 3px solid #000;
  text-align: left;
}

.heading-5 {
  overflow: visible;
  padding: 20px 100px 40px 40px;
  border-style: solid;
  border-width: 0px 0px 3px;
  border-color: #000;
  font-family: Clashdisplay, sans-serif;
  font-size: 50px;
  line-height: 50px;
  font-weight: 600;
}

.columns-2 {
  padding-left: 0px;
}

.paragraph {
  font-family: 'Knockout 28 3', sans-serif;
  font-size: 31px;
  line-height: 36px;
  font-weight: 600;
  text-align: left;
}

.column-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  bottom: 0px;
  background-color: #c91b1b;
}

.column-3 {
  background-color: transparent;
}

.button {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-right: 220px;
  border-bottom: 3px solid #000;
  background-color: transparent;
  text-align: left;
}

.image-2 {
  margin-top: -90px;
  margin-bottom: -350px;
  padding-top: 0px;
}

.section {
  margin-top: 60px;
  padding-bottom: 60px;
  background-image: url('../images/YIR_scroll-moon-icon.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat-x;
  -webkit-transition: opacity 200ms ease, opacity 200ms ease;
  transition: opacity 200ms ease, opacity 200ms ease;
}

.section.group2 {
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 60px;
  background-size: contain;
}

.section.group1 {
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 60px;
  background-size: contain;
  -webkit-transition-property: none;
  transition-property: none;
}

.body {
  overflow: visible;
  background-color: transparent;
  font-family: 'Knockout 26', sans-serif;
  font-weight: 400;
  -o-object-fit: cover;
  object-fit: cover;
}

.columns-3 {
  padding-bottom: 220px;
}

.funding-section {
  display: block;
  overflow: hidden;
  padding: 60px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #edeae0;
  font-family: 'Gilroy Bold', sans-serif;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.img-scroll-right {
  display: block;
  margin-bottom: 0px;
}

.img-scroll-left {
  width: 1500px;
  margin-bottom: 0px;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.main-wrapper {
  position: relative;
  overflow: visible;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Clashdisplay, sans-serif;
  font-weight: 600;
}

.section-3rd {
  display: none;
  -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: 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;
}

.about-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 20%;
  -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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #fad2d3;
  font-family: 'Knockout 26', sans-serif;
  font-weight: 400;
}

.section-4th {
  display: none;
  height: 200px;
}

.banner-section {
  display: block;
  max-width: none;
}

.hero-img {
  width: 715px;
  height: 476px;
  text-align: center;
}

.banner-img {
  display: inline-block;
  width: 550px;
  height: auto;
  max-width: none;
  text-align: left;
}

.bubble-block {
  margin-top: 60px;
  margin-bottom: 0px;
  text-align: center;
}

._2-column-block {
  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;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.7fr 1fr;
  grid-template-columns: 0.7fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fad2d3;
}

.bubble-img {
  position: static;
  top: 20px;
  display: block;
  overflow: visible;
  width: 300px;
  margin-bottom: 0px;
  padding-bottom: 40px;
  float: none;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 0px solid #000;
  text-align: center;
}

.pink-block {
  background-color: #fad2d3;
}

.div-block-5 {
  overflow: visible;
  max-width: 100%;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  font-family: 'Knockout 26', sans-serif;
  font-weight: 400;
}

.scroll-div {
  display: block;
  padding-top: 0px;
  padding-bottom: 40px;
  text-align: center;
}

.separator {
  text-align: left;
}

.downarrow-icon {
  width: 200px;
  height: auto;
  max-width: none;
  padding-bottom: 0px;
}

.fixed-block {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: block;
  width: 725px;
  max-width: 706.7277875366211px;
  min-width: 0px;
  padding: 40px 100px 140px;
  background-color: #fad2d3;
}

.scroll-block {
  padding: 40px 40px 140px 60px;
  background-color: #ec2127;
}

.left-bubble {
  padding: 0px;
  border-bottom: 0px solid #000;
}

.image-3 {
  padding-bottom: 40px;
}

.fixedside-h1 {
  padding-bottom: 40px;
  font-size: 50px;
  line-height: 53px;
  font-weight: 600;
  letter-spacing: 2px;
  white-space: pre-line;
}

.description {
  font-family: 'Knockout 28 3', sans-serif;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 2px;
  white-space: normal;
}

.content-block {
  padding-bottom: 40px;
}

.purple-heading {
  color: #5e0c10;
  font-size: 50px;
  font-weight: 600;
}

.sidebar-arrow {
  display: inline-block;
  padding-right: 0px;
  padding-bottom: 40px;
  float: none;
  clear: none;
  text-align: center;
  cursor: progress;
}

.sidebar-arrow-block {
  text-align: center;
}

.icon-box {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.box1 {
  width: 300px;
  height: auto;
  padding-bottom: 20px;
  border-right: 0px solid #fff;
  text-align: left;
}

.white-h2 {
  width: 160px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  text-align: left;
}

.button-2 {
  background-color: transparent;
  font-size: 18px;
}

.icon-heading {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Knockout 28 3', sans-serif;
  color: #fff;
  font-size: 42px;
  font-weight: 600;
}

.box2 {
  padding-left: 100px;
  border-right: 0px solid #000;
}

.slide {
  background-image: url('../images/YIR_scroll-moon-icon.png');
  background-position: 0px 0px;
  background-size: auto 200px;
  background-repeat: repeat-x;
}

.slide-2 {
  background-image: url('../images/YIR_scroll-moon-icon.png');
  background-position: 0px 0px;
  background-size: auto 200px;
  background-repeat: repeat-x;
}

.slide-3 {
  background-image: url('../images/YIR_scroll-moon-icon.png');
  background-position: 0px 0px;
  background-size: auto 200px;
  background-repeat: repeat-x;
}

.icon {
  width: 0px;
  height: 0px;
  margin: 0px;
}

.slide-nav {
  height: 200px;
  opacity: 0;
}

.icon-2 {
  width: 0px;
  margin: 0px;
}

._5th-section {
  display: none;
  background-color: #fad2d3;
}

._5thblock-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fad2d3;
}

.hero-main {
  position: relative;
  display: block;
  width: 100%;
  height: 100vh;
  max-width: none;
  -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;
  background-color: #ebe6d8;
}

.startup-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: auto;
  margin-top: 0px;
  padding: 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;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fad2d3;
  text-align: left;
}

.block-left {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding: 40px 100px 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-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: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  background-color: #fad2d3;
  font-weight: 600;
}

.block-right {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 60%;
  padding-top: 60px;
  padding-right: 0px;
  padding-bottom: 60px;
  -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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #ec2127;
  font-family: 'Knockout 28 3', sans-serif;
  font-weight: 600;
  text-align: left;
}

.heading-6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.knock-head {
  width: 400px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  font-family: 'Gilroy Bold', sans-serif;
  font-size: 90px;
  line-height: 60px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0px;
}

.knock-description {
  overflow: hidden;
  height: auto;
  padding-bottom: 10px;
  padding-left: 20px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-family: 'Knockout 32 2', sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1px;
}

.purple-head {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: 'Knockout 28 3', sans-serif;
  color: #842523;
  font-size: 80px;
  line-height: 50px;
  font-weight: 600;
  text-align: left;
}

.bold-text-2 {
  font-size: 60px;
  line-height: 54px;
  font-weight: 600;
  letter-spacing: 6px;
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 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-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: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: left;
}

.col1 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 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: 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;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  border-right: 1px solid #fff;
}

.image-4 {
  display: block;
  width: 120px;
}

.scroll-img {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-5 {
  display: block;
  overflow: hidden;
  text-align: center;
}

.col2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -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;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.heading-7 {
  position: static;
}

.nos {
  width: 200px;
}

.nos-head {
  font-family: 'Gilroy Bold', sans-serif;
  color: #fff;
  margin-bottom:10px;
  font-size: 70px;
  line-height: 50px;
  font-weight: 600;
}

.bold-text-3 {
  color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.paragraph-2 {
  font-size: 1px;
}

.icon-para {
  margin-top: 10px;
  font-family: 'Gilroy Light', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 2px;
}

.loop-wrapper {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.loop-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.loop-box {
  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;
  -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;
  background-color: #eceae1;
}

.loop-img {
  overflow: visible;
  width: 1410px;
  height: 129px;
  max-width: none;
  margin-left: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-color: #fff;
}

.counter {
  font-family: 'Gilroy Bold', sans-serif;
  font-weight: 600;
}

.high-section {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 140px;
  -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-column-gap: 0px;
  background-color: #fad2d3;
  text-align: center;
}

.bubble-img2 {
  display: block;
  width: 349px;
  max-width: none;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 20px;
  padding-right: 80px;
  padding-bottom: 0px;
  border-right: 0px solid #707070;
  border-bottom: 0px solid #707070;
}

.heading-8 {
    width: 69%;
    border-right: 0;
    border-left: 0px !important;
    font-family: 'Knockout 26', sans-serif;
    font-size: 80px;
    font-weight: 400;
    text-align: left;
}

.paragraph-3 {
  padding-bottom: 40px;
  padding-left: 40px;
}
.zepto-section.article-section {
  padding: 80px 0;
}
.glorify-img{
  width: 80%;
  padding: 40px;
}
.unicorn-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 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-color: #eb2027;
  text-align: center;
}

.image-6 {
  width: 680px;
  height: 0px;
  border-top: 3px solid #fff;
}

.columns-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px 140px;
}

.white-content {
  margin:0;
  padding: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Gilroy Light', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 27px;
  font-weight: 400;
  letter-spacing: 2px;
}

.column-5 {
  position: static;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  border-right: 1px solid #fff;
}

.knock-content {
  padding-top: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: 'Knockout 32 2', sans-serif;
  font-size: 25px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 4px;
}

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

.column-6 {
  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-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: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.image-7 {
  position: static;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-width: none;
  padding-left: 70px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Knockout 28 3', sans-serif;
}

.fixed-left-block {
  position: static;
  top: 0px;
  z-index: 100;
}

.div-block-6 {
  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;
}

.sticky-block {
  position: static;
  display: none;
  -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: 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: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #fad2d3;
}

.startup-section-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  padding: 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;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: transparent;
  text-align: left;
}

.counterno-head {
  font-family: 'Gilroy Bold', sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 60px;
  font-weight: 600;
  margin-bottom:20px;
}

.tech-resuffle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  -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;
  background-color: #dcd6c1;
  font-family: 'Gilroy Bold', sans-serif;
  font-weight: 600;
}

.counter-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.caret-icon {
  width: 25px;
  margin-right: 20px;
  padding-top: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.bold-text-5 {
  font-family: 'Knockout 32 2', sans-serif;
}

.bold-text-6 {
  font-family: 'Gilroy Bold', sans-serif;
  font-weight: 600;
}

.funding-left {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.funding-right {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.unicorn-head {
  font-family: 'Gilroy Bold', sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 50px;
  font-weight: 600;
  letter-spacing: 4.6px;
}

.box3 {
  padding-bottom: 40px;
  border-right: 0px solid #fff;
  text-align: left;
}

.funding-block {
  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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 0px solid #842523;
  font-style: normal;
}

.brown-head {
  display: block;
  overflow: hidden;
  margin-bottom: 0px;
  padding-bottom: 10px;
  -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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 0px solid #842523;
  font-family: 'Gilroy Bold', sans-serif;
  color: #842523;
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 11px;
}

.layoff-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 140px;
  -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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.box5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-right: 0px solid #842523;
  text-align: left;
}

.bold-text-5-brown {
  font-family: 'Gilroy Bold', sans-serif;
  color: #842523;
  font-size: 100px;
  font-weight: 600;
}

.brown-content {
  padding: 0px 0px 0px 50px;
  font-family: 'Knockout 32 2', sans-serif;
  color: #842523;
  font-size: 30px;
  line-height: 38px;
  font-weight: 500;
  text-align: left;
}

.btn-1 {
  padding: 15px 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #842523;
  font-family: 'Gilroy Bold', sans-serif;
  color: #dcd6c1;
  font-size: 26px;
  letter-spacing: 6px;
}

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

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

.funding-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.div-block-7 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0px 40px 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-right: 2px solid #7a2c27;
  border-bottom: 2px solid #7a2c27;
  text-align: center;
}

.div-block-9 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.box6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  border-right: 0px solid #fff;
  text-align: center;
}

.brown-content-copy {
  display: block;
  overflow: hidden;
  margin-bottom: 0px;
  padding: 0px 0px 0px 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;
  -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;
  font-family: 'Gilroy Light', sans-serif;
  color: #842523;
  font-size: 25px;
  line-height: 26px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.bold-text-5-brown-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Gilroy Bold', sans-serif;
  color: #842523;
  font-size: 70px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: 2px;
}

.block-8-lastdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0px 15px;
  -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: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 0px solid #7a2c27;
  border-bottom: 2px solid #7a2c27;
  text-align: center;
}

.ipo-wrapper-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding-top: 40px;
  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;
}

.div-block-8-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 100px;
  -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: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 2px solid #7a2c27;
  border-bottom: 0px solid #7a2c27;
  text-align: center;
}

.div-block-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 0px solid #7a2c27;
  border-bottom: 0px solid #7a2c27;
  text-align: center;
}

.fixed-container {
  position: relative;
  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;
}

.main-container {
  position: relative;
  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;
}

.left-block {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-8 {
  position: relative;
}

.button-3 {
  margin-top: 60px;
  padding: 10px 20px;
  background-color: #842523;
  font-family: 'Gilroy Bold', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 1px;
}

.layoff-leftblock {
  width: 40%;
  padding-right: 60px;
  border-right: 2px solid #842523;
}

.layoffright-block {
  width: 60%;
}

.image-9 {
  width: 100%;
  max-width: 100%;
  padding-left: 40px;
  text-align: left;
}

.graph {
  position: static;
  display: block;
  width: 90%;
  float: left;
  text-align: left;
}

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

.ipo-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -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: #eb2027;
}

.divider {
  width: 460px;
  height: 0px;
  max-width: none;
  border-top: 3px solid #fff;
}

.ipo-img {
  width: auto;
  max-width: none;
  margin-right: 40px;
  margin-left: 40px;
  padding: 0px;
  border-radius: 16px;
  background-color: #fff;
}

.ipo-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 0px 1px 1px 0px;
  border-color: #fff;
  text-align: center;
}

.iop-nos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 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;
}

.ipo-percent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
  -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;
}

.ipo-left {
  padding-right: 20px;
  border-right: 1px solid #fff;
}

.ipo-right {
  padding-left: 20px;
}

.ipo-brown {
  margin: auto;
  padding: 40px;
  border-radius: 360px;
  background-color: #842523;
  font-family: 'Gilroy Bold', sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
}

.ipo-white {
  padding-left: 20px;
}

.ipo-perc {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Gilroy Bold', sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
}

.ipo-brown-copy {
  margin-right: auto;
  margin-left: auto;
  padding: 20px 23px;
  border-radius: 360px;
  background-color: #fff;
  font-family: 'Gilroy Bold', sans-serif;
  color: #842523;
  font-size: 28px;
  font-weight: 600;
}

.down-caret {
  margin-left: 10px;
}

.ipo-block-3rd-last {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #fff;
  text-align: center;
}

.ipo-wrapper-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ipo-wrapper-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ipo-block-last {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 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: 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 0px 1px 0px 0px;
  border-color: #fff;
  text-align: center;
}

.ipo-block-3rd-last-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 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: 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 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 0px solid #fff;
  text-align: center;
}

.nos-head-copy {
  font-family: 'Gilroy Bold', sans-serif;
  color: #842523;
  font-size: 80px;
  line-height: 50px;
}

.image-10 {
  width: 250px;
  height: 150px;
  max-width: none;
}

.box6-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 60px;
  padding-bottom: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 0px solid #fff;
  text-align: center;
}

.ipo-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.ipo-footerhead {
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  padding-right: 40px;
  border-right: 1px solid hsla(0, 0%, 100%, 0.71);
  font-family: 'Gilroy Bold', sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 5.6px;
}

.image-11 {
  padding-left: 20px;
}

.ipo-img-copy {
  width: 180px;
  height: 67px;
  max-width: none;
  min-height: 0px;
  margin-top: 0px;
  margin-left: 20px;
  padding: 0px 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 16px;
  background-color: #fff;
}

.speaker-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 20px;
  -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: #eceae1;
}

.spaker-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 140px;
  -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-column-gap: 0px;
  background-color: #fad2d3;
  text-align: center;
}

.image-12 {
  width: 100%;
  padding-top: 20px;
  text-align: center;
}

.logo-scroll {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-top: 0px;
  padding-bottom: 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;
  background-color: #eceae1;
}

.logo-scroll-block {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -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;
}

.logo-scroll-img {
  overflow: visible;
  max-width: none;
  margin-right: 0px;
  margin-left: -160px;
  padding-left: 0px;
}

.logo-scroll-img-copy {
  margin-right: -100px;
  margin-left: 0px;
}

.logo-scroll-block-copy {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.loop-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.loop-img-copy {
  overflow: visible;
  width: auto;
  height: auto;
  padding-bottom: 0px;
  padding-left: 0px;
}

.loop-box-copy {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #eceae1;
}

.article-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 102;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 140px;
  -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-column-gap: 0px;
  background-color: #fad2d3;
}

.article-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
  -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: #ddd5be;
}

.thankyou-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -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: #eb2027;
  letter-spacing: 5.6px;
}

.thnku-head {
  display: block;
  overflow: hidden;
  padding-bottom: 10px;
  -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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -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;
  border-bottom: 3px solid #ddd5be;
  font-family: 'Gilroy Bold', sans-serif;
  color: #ddd5be;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 11px;
}

.thnku-subhead {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Gilroy Bold', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 5.7px;
}

.dot {
  width: 20px;
}

.thnku-content {
  margin-top: 20px;
  font-family: 'Gilroy Bold', sans-serif;
  color: #DCD6C1;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 1px;
}

.thnku-content-copy {
  margin-top: 20px;
  font-family: 'Gilroy Bold', sans-serif;
  color: #dcd6c1;
  font-size: 35px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 1px;
}

.footer {
  position: static;
  top: 0px;
  z-index: 102;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 140px;
  -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-column-gap: 0px;
  background-color: #fad2d3;
}

.heading-8-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 5px 60px 0px;
  border-right: 2px solid #000;
  font-family: 'Gilroy Bold', sans-serif;
  font-size: 60px;
  line-height: 55px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 6px;
  white-space: pre-wrap;
}

.right-arrow {
  margin-left: 60px;
  padding-left: 0px;
  text-align: center;
}

.div-block-10 {
  padding-right: 140px;
  padding-left: 150px;
}

.team-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  padding: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-bottom: 0px solid #e4ebf3;
  background-color: transparent;
}

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

.centered-heading {
  margin-bottom: 16px;
  text-align: center;
}

.centered-subheading {
  max-width: 530px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.team-slider-wrapper {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-top: 0px;
  background-color: transparent;
}

.team-slide-wrapper {
  position: static;
  width: 18%;
  margin-right: 0px;
  margin-left: auto;
}

.team-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 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-radius: 0px;
  background-color: transparent;
  text-align: left;
}

.team-member-image-two {
  width: 229px;
  height: 236px;
  max-width: none;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.team-block-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 24px;
  padding-left: 24px;
  -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;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow-2 {
  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;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.arrow-embed-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2px;
}

.team-slider-arrow {
  display: block;
  width: 10%;
  color: #000;
}

.team-slider-nav {
  position: static;
  bottom: -60px;
  display: none;
  margin-top: 24px;
  font-size: 10px;
}

.icon-3 {
  max-width: none;
  margin-top: 120px;
  margin-bottom: 100px;
  margin-left: 0px;
  color: #000;
}

.ipo-brown-small {
  margin: 20px 15px 5px 10px;
  padding: 28px;
  border-radius: 360px;
  background-color: #842523;
  font-family: 'Gilroy Bold', sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
}

.ipo-white-box {
  margin: auto;
  padding: 45px 40px;
  border-radius: 360px;
  background-color: #fff;
  font-family: 'Gilroy Bold', sans-serif;
  color: #842523;
  font-size: 28px;
  font-weight: 600;
}

.mask {
  overflow: visible;
  width: 100%;
  padding: 20px 60px;
  background-image: url('../images/Line-137.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: repeat-x;
  background-attachment: scroll;
}

.team-slide-wrapper-spacer {
  width: 5%;
  margin-right: 0px;
  margin-left: 0px;
}

.team-slide-wrapper-copy {
  width: 20%;
  margin-right: 10px;
  margin-left: 0px;
}

.mask-2 {
  overflow: hidden;
  text-align: center;
}

.slider {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.team-slide-wrapper-copy-copy {
  width: 18%;
  margin-right: 0px;
  margin-left: 0px;
}

._5-space {
  width: 5%;
  margin-right: auto;
  margin-left: auto;
}

.team-slider-copy {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0px;
  border-bottom: 0px solid #e4ebf3;
  background-color: transparent;
}

.container-2-copy {
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.team-slider-wrapper-copy {
  width: 100%;
  height: auto;
  margin-top: 0px;
  background-color: transparent;
}

.button-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 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-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-image: url('../images/Line-137.png');
  background-position: 0px 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  text-transform: uppercase;
}

.top-newsmaker-btn {
  margin-right: 0px;
  padding: 10px 30px;
  background-color: #ed8761;
  font-family: 'Gilroy Bold', sans-serif;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0px;
}

.top-newsmaker-btn-copy {
  margin-left: 0px;
  padding: 10px 30px;
  background-color: #d13c3a;
  font-family: 'Gilroy Bold', sans-serif;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0px;
}

.lottie-animation-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 850px;
  height: 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;
  text-align: left;
}

.button-box-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 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-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-image: url('../images/Line-141.png');
  background-position: 0px 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
}
a:hover{
  color:#fff !important;
}

.top-vcfunds-btn {
  margin-right: 0px;
  padding: 10px 30px;
  background-color: #7a2c27;
  font-family: 'Gilroy Bold', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 5.4px;
}

.article-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  padding: 0px 0px 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-bottom: 0px solid #e4ebf3;
  background-color: transparent;
}

.article-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  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;
}

.article-slider-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-top: 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;
  background-color: transparent;
}

.article-button-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-image: url('../images/Line-141.png');
  background-position: 0px 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
}

.team-slide-wrapper-copy {
  width: 20%;
  margin-right: 0px;
  margin-left: 0%;
}

.article-wrapper-slider {
  width: 30%;
  margin-right: 0px;
}

.article-wrapper-slider-spacer {
  width: 10%;
  margin-right: 0px;
  margin-left: 0px;
}

.article-mask {
  overflow: hidden;
  width: 100%;
  padding: 20px 0px;
  background-image: url('../images/Line-137.png');
  background-position: 50% 40%;
  background-size: auto;
  background-repeat: repeat-x;
  background-attachment: scroll;
}

.team-member-image-two-copy {
  width: auto;
  max-width: 250px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.articles {
  overflow: hidden;
  width: 550px;
  height: 350px;
  max-width: none;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #ebe6d8;
}

.text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-top: 20px;
  padding-bottom: 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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Gilroy Bold', sans-serif;
  font-size: 25px;
    line-height: 35px;
    max-width: 450px;
    font-weight: 600;
    text-align: center;
}

.icon-3-copy {
  max-width: none;
  margin-top: 178px;
  margin-bottom: 100px;
  margin-left: 0px;
  color: #000;
}

._5-space-copy {
  width: 5%;
  margin-right: auto;
  margin-left: auto;
}

._2nd {
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 10px;
  padding-right: 40px;
  border-right: 1px solid #fff;
  font-family: 'Gilroy Bold', sans-serif;
  color: #fff;
  font-size: 120px;
  line-height: 80px;
  font-weight: 600;
  letter-spacing: 3.16px;
}

._2nd-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 40px 20px;
  border: 1px solid #fff;
}

.button-6 {
  margin-top: 10px;
  padding: 5px 30px;
  border-radius: 8px;
  background-color: #d83933;
  font-family: 'Knockout 30 2', sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.div-block-long {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 40px 40px 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-right: 2px solid #7a2c27;
  border-bottom: 0px solid #7a2c27;
  text-align: left;
}

.div-block-11 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  background-color: #fff;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  background-color: #fff;
}

.logo-container-preload {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  -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;
}

.logo-text-wrap {
  height: auto;
  text-align: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.preload-logo {
  display: block;
}

.preload-heading {
  margin-top: 10px;
  font-family: Clashdisplay, sans-serif;
  font-size: 80px;
  line-height: 80px;
}

.image-14 {
  width: 50%;
  text-align: left;
}

.bold-text-8 {
  display: block;
  padding-top: 0px;
  font-family: 'Gilroy Bold', sans-serif;
  font-size: 60px;
  line-height: 65px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2.16px;
  white-space: nowrap;
}

.heading-8-copy {
  width: 33%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 5px 10px 0px;
  border-right: 2px solid #707070;
  border-bottom: 0px solid #707070;
  border-left: 2px solid #707070;
  font-family: 'Knockout 26', sans-serif;
  font-size: 80px;
  line-height: 55px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3.3px;
  white-space: pre-wrap;
}

.bold-text-9 {
  letter-spacing: 6px;
}
.zepto-section .column.col-md-4.col-sm-12 {
  background: transparent;
}
.zepto-section .row.block {
  padding: 35px;
  align-items: center;
  border: 1px solid #707070;
}
.zepto-section .row.block .brown-content-layoff{
  padding: 0;
  margin:0;
}
.heading-8-copy-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 5px 60px 0px;
  border-right: 2px solid #000;
  border-bottom: 0px solid #707070;
  border-left: 0px solid #707070;
  font-family: 'Gilroy Bold', sans-serif;
  font-size: 65px;
  line-height: 55px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0px;
  white-space: pre-wrap;
}

.brown-head-copy {
  display: none;
  overflow: hidden;
  padding-bottom: 10px;
  -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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 3px solid #842523;
  font-family: 'Gilroy Bold', sans-serif;
  color: #842523;
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 11px;
}

.bubble-img2-copy {
  margin-right: 0px;
  padding-right: 80px;
  padding-bottom: 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;
  border-right: 0px solid #707070;
  border-bottom: 0px solid #707070;
}

.knock-description-copy {
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 80px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 0px solid #707070;
  border-left: 0px solid #707070;
  font-family: 'Knockout 32 2', sans-serif;
  font-size: 25px;
  line-height: 26px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 4px;
  -webkit-column-count: auto;
  column-count: auto;
  white-space: pre-line;
}

.ipo-block-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 50px 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-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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 0px 1px 1px 0px;
  border-color: #fff;
  text-align: center;
}

.team-block-front {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 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;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  text-align: left;
}

.team-block-front-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 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-radius: 0px;
  background-color: transparent;
  text-align: left;
}

.team-block-back {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 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-radius: 0px;
  background-color: transparent;
  text-align: left;
}

.team-member-front {
  width: 229px;
  height: 236px;
  max-width: none;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.team-content-block {
  position: absolute;
  padding: 73px 40px;
  border-radius: 600px;
  background-color: #fd8057;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.team-content-block.pink-block {
  background-color: #ee7986;
}

.team-content-block.red-block {
  background-color: #eb2027;
}

.team-designation {
  font-family: 'Gilroy Light', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  margin-top: 5px;
}

.speaker-head {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Gilroy Bold', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  letter-spacing: .9PX;
  white-space: pre-wrap;
}

.top-angels {
  margin-right: 0px;
  padding: 10px 30px;
  background-color: #ee7986;
  font-family: 'Gilroy Bold', sans-serif;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0px;
}

.team-slider-pink {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  padding: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-bottom: 0px solid #e4ebf3;
  background-color: transparent;
}

.team-block-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 650px;
  padding: 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-radius: 0px;
  background-color: transparent;
  text-align: left;
}

.heading-10 {
  width: 33%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 5px 10px 0px;
  border-right: 2px solid #707070;
  border-bottom: 0px solid #707070;
  border-left: 2px solid #707070;
  font-family: 'Knockout 26', sans-serif;
  font-size: 80px;
  line-height: 55px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3.3px;
  white-space: pre-wrap;
}

.team-slider-red {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  padding: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-bottom: 0px solid #e4ebf3;
  background-color: transparent;
}

.zomato-brown {
  margin: auto;
  padding: 45px 50px;
  border-radius: 360px;
  background-color: #842523;
  font-family: 'Gilroy Bold', sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
}

.zomato-img {
  max-width: none;
  margin-right: 40px;
  margin-left: 40px;
  padding: 0px;
  border-radius: 16px;
  background-color: #fff;
}

.paytm-brown {
  margin: auto;
  padding: 45px 40px;
  border-radius: 360px;
  background-color: #842523;
  font-family: 'Gilroy Bold', sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
}

.paytm-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 40px 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-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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 0px 1px 1px 0px;
  border-color: #fff;
  text-align: center;
}

.image-15 {
  width: 260px;
  height: 260px;
  max-width: none;
  margin-right: 60px;
  margin-left: 50px;
}

.fino-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 0px 1px 1px 0px;
  border-color: #fff;
  text-align: center;
}

.policy-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 50px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 0px 1px 1px 0px;
  border-color: #fff;
  text-align: center;
}

.nyka-img {
  max-width: none;
  margin-right: 50px;
  margin-left: 51px;
  padding: 0px;
  border-radius: 16px;
  background-color: #fff;
}

.ipo-img-copy-copy {
  width: 180px;
  height: 67px;
  max-width: none;
  min-height: 67px;
  margin-top: 0px;
  margin-left: 20px;
  padding: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 16px;
  background-color: #fff;
}

.knock-content-copy {
  width: 400px;
  padding-top: 60px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-top: 0px solid #000;
  background-image: url('../images/Group-447.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: 'Knockout 32 2', sans-serif;
  font-size: 23px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 4px;
}

.columns-5-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 40px 60px;
}

.column-5-copy {
  position: static;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  border-right: 1px solid #fff;
}

.counter-content {
  padding: 10px 50px 10px 50px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Gilroy Light', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.column-5-copy-copy {
  position: static;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  -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;
  border-right: 1px solid #fff;
}

.mobile-graph {
  display: none;
  width: 100%;
  max-width: 100%;
  padding-left: 40px;
  text-align: left;
}

.button-3-copy {
  display: none;
  margin-top: 60px;
  padding: 10px 40px;
  background-color: #842523;
  font-family: 'Gilroy Bold', sans-serif;
  color: #dcd6c1;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 2.4px;
}

.article-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-image: url('../images/Line-137.png');
  background-position: 0px 35%;
  background-size: 100% 3px;
  background-repeat: repeat-x;
}

.article-1 {
  padding-right: 40px;
}

.article2 {
  padding-left: 40px;
}

.ipo-wrapper-block-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding-top: 40px;
  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;
}

.funding-head-mob {
  display: none;
  -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;
}

.brown-head-desktop {
  display: block;
  overflow: hidden;
  margin-bottom: 0px;
  padding-bottom: 10px;
  -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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 0px solid #842523;
  font-family: 'Gilroy Bold', sans-serif;
  color: #842523;
  font-size: 55px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 4px;
}

.article-head {
  display: block;
  overflow: hidden;
  margin-bottom: 0px;
  padding-bottom: 10px;
  padding-left: 10px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 1px solid #842523;
  font-family: 'Gilroy Bold', sans-serif;
  color: #842523;
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 11px;
}

.mob-col {
  display: none;
  width: auto;
  padding: 40px 60px;
}

.mob-col1 {
  position: static;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  -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;
  border-right: 1px solid #fff;
}

.image-16 {
  display: none;
}

.bubble-div {
  width: 33%;
}

.bubble-img-mob {
  display: none;
  width: 349px;
  max-width: none;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 20px;
  padding-right: 80px;
  padding-bottom: 0px;
  border-right: 0px solid #707070;
  border-bottom: 0px solid #707070;
}

.lottie-animation-3 {
  position: absolute;
}

.lottie-animation-4 {
  position: static;
  top: 0px;
  bottom: 0px;
}

.logo-scroll-mob {
  display: none;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-top: 0px;
  padding-bottom: 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;
  background-color: #eceae1;
}

.lottie-animation-5 {
  width: 300px;
}

.unicorn-box {
  width: 450px;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  border-right: 0px solid #fff;
  text-align: left;
}

.button-3-desktop {
  display: block;
  margin-top: 60px;
  margin-right: 0px;
  padding: 20px;
  background-color: #842523;
  font-family: 'Gilroy Bold', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 1px;
}

.brown-content-layoff {
  padding: 20px 0px 0px 50px;
  font-family: 'Gilroy Light', sans-serif;
  color: #842523;
  font-size: 40px;
  line-height: 50px;
  text-align: left;
}
.layoff-block .caret-icon , .counter-box .caret-icon{
  align-self: baseline;
}

.peple-discription {
  overflow: hidden;
  width: 33%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 10px;
  padding-left: 80px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-bottom: 0px solid #707070;
  border-left: 0px solid #707070;
  background-image: url('../images/Group-447.svg');
  background-position: 20% 0px;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: 'Knockout 32 2', sans-serif;
  font-size: 25px;
  line-height: 26px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 4px;
  -webkit-column-count: auto;
  column-count: auto;
  white-space: pre-line;
}

.div-block-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 2px solid #7a2c27;
  border-bottom: 2px solid #7a2c27;
  text-align: center;
}

.image-17 {
  max-width: none;
  margin-top: -20px;
}

.image-18 {
  margin-top: -160px;
  padding-left: 40px;
}

.image-19 {
  margin-top: -120px;
  padding-left: 260px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.lottie-animation-6 {
  width: 300px;
  -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(90deg);
  transform: rotateX(180deg) rotateY(180deg) rotateZ(90deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.unicorn-box-copy {
  width: 450px;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  border-right: 0px solid #fff;
  text-align: left;
}

.funding-line {
  max-width: none;
}

.article-line {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.image-funded {
  display: block;
  width: 110px;
}

.sticky-section-2 {
  position: relative;
}

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

.button-7 {
  width: 180px;
  height: 67px;
  min-height: 0px;
  margin-left: 20px;
  padding-top: 25px;
  padding-bottom: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 16px;
  background-color: #fff;
  font-family: 'Gilroy Bold', sans-serif;
  color: #71312a;
  font-size: 30px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 1.4px;
}

.unicorn-head-mob {
  display: none;
  font-family: 'Gilroy Bold', sans-serif;
  color: #fff;
  font-size: 55px;
  line-height: 50px;
  font-weight: 600;
  letter-spacing: 4.6px;
}

.nos-head-mob {
  font-family: 'Gilroy Bold', sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 50px;
  font-weight: 600;
}

.mob-divider {
  display: none;
}

.mob-divider-copy {
  display: none;
}

.brown-content-mob {
  display: none;
  overflow: hidden;
  margin-bottom: 0px;
  padding: 0px 0px 0px 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;
  -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;
  font-family: 'Gilroy Light', sans-serif;
  color: #842523;
  font-size: 25px;
  line-height: 26px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 4px;
}

.brown-content-desktop {
  display: block;
  overflow: hidden;
  margin-bottom: 0px;
  padding: 0px 0px 0px 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;
  -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;
  font-family: 'Gilroy Light', sans-serif;
  color: #842523;
  font-size: 25px;
  line-height: 26px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.heading-10-mob {
  display: none;
  width: 33%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 5px 10px 0px;
  border-right: 2px solid #707070;
  border-bottom: 0px solid #707070;
  border-left: 2px solid #707070;
  font-family: 'Knockout 26', sans-serif;
  font-size: 80px;
  line-height: 55px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3.3px;
  white-space: pre-wrap;
}

.article-head-mob {
  display: none;
  overflow: hidden;
  margin-bottom: 0px;
  padding-bottom: 10px;
  padding-left: 10px;
  -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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 0px solid #842523;
  font-family: 'Gilroy Bold', sans-serif;
  color: #842523;
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 11px;
}

.article-line-mob {
  display: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.thnku-content-mob {
  display: none;
  margin-top: 20px;
  font-family: 'Gilroy Bold', sans-serif;
  color: #dcd6c1;
  font-size: 40px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0px;
}

.divider-mob {
  display: none;
}

.lottie-bubble-mob {
  position: absolute;
  display: none;
}

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

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    margin-bottom: -40px;
    -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;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .column-4 {
    position: relative;
    text-align: left;
  }

  ._2-column-block {
    grid-template-columns: repeat(auto-fit, 700px);
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: #fad2d3;
  }

  .downarrow-icon {
    padding-bottom: 0px;
  }

  .fixed-block {
    padding-right: 40px;
    padding-bottom: 60px;
    padding-left: 40px;
  }

  .block-left {
    padding-right: 60px;
    padding-left: 60px;
  }

  .columns-4 {
    width: 400px;
  }

  .container-2 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .team-slide-wrapper-spacer {
    width: 47%;
    margin-right: 6%;
  }

  .team-slide-wrapper-copy {
    width: 47%;
    margin-right: 6%;
  }

  .team-slide-wrapper-copy-copy {
    width: 47%;
    margin-right: 6%;
  }

  ._5-space {
    width: 47%;
    margin-right: 6%;
  }

  .container-2-copy {
    max-width: 728px;
  }

  .article-container {
    max-width: 728px;
  }

  .team-slide-wrapper-copy {
    width: 47%;
    margin-right: 6%;
  }

  .article-wrapper-slider {
    width: 47%;
    margin-right: 6%;
  }

  .article-wrapper-slider-spacer {
    width: 47%;
    margin-right: 6%;
  }

  ._5-space-copy {
    width: 47%;
    margin-right: 6%;
  }
}

@media screen and (max-width: 767px) {
  .zepto-section.article-section {
    padding: 0px 0;
}
  .heading.inc42-h1 {
    overflow: visible;
    font-size: 70px;
  }
  strong.bold-text-8 {
    text-align: center;
}
  .hero-subscribe-left {
    padding: 60px 15px;
  }

  .banner-img {
    width: 450px;
  }

  ._2-column-block {
    grid-template-columns: repeat(auto-fit, 500px);
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .separator {
    font-size: 10px;
  }

  .downarrow-icon {
    width: 150px;
    padding-bottom: 0px;
  }

  .box2 {
    padding-left: 60px;
  }

  .startup-section {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .block-left {
    padding-right: 40px;
    padding-left: 40px;
  }

  .knock-head {
    font-size: 30px;
    line-height: 40px;
  }

  .knock-description {
    font-size: 20px;
  }

  .columns-4 {
    width: 200px;
  }

  .col1 {
    border-right-width: 0px;
  }

  .col2 {
    padding-left: 10px;
  }

  .startup-section-copy {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .team-slider-copy {
    padding: 60px 15px;
  }

  .article-slider {
    padding: 60px 15px;
  }

  .knock-description-copy {
    font-size: 20px;
  }

  .team-slider-pink {
    padding: 60px 15px;
  }

  .team-slider-red {
    padding: 60px 15px;
  }

  .peple-discription {
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    width: 100%;
    padding: 20px;
    line-height: 0px;
  }
  .glorify-img{
    width: 90%;
    padding: 30px 0;
  }
  .heading.inc42-h1 {
    position: relative;
    font-size: 30px;
  }

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

  .heading-3 {
    font-size: 50px;
  }

  .heading-4 {
    font-size: 16px;
  }

  .container {
    max-width: none;
  }

  .hero-form {
    margin-bottom: 15px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .hero-form-container {
    -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;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .funding-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 40px 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;
  }

  .banner-section {
    width: 100%;
  }

  .hero-img {
    width: 100%;
    height: auto;
  }

  .banner-img {
    width: 300px;
  }

  ._2-column-block {
    grid-auto-flow: row;
    -ms-grid-columns: 300px;
    grid-template-columns: 300px;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .bubble-img {
    display: block;
    width: 213px;
    max-width: none;
    border-bottom-width: 0px;
  }

  .separator {
    font-size: 6px;
  }

  .downarrow-icon {
    width: 150px;
    padding-bottom: 0px;
  }

  .fixed-block {
    padding: 20px;
  }

  .scroll-block {
    padding: 10px 10px 20px;
  }

  .image-3 {
    width: 200px;
  }

  .fixedside-h1 {
    padding-bottom: 20px;
    font-size: 30px;
  }

  .icon-box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .box1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 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: 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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    border-bottom: 0px solid #000;
    border-right-width: 0px;
    text-align: left;
  }

  .box2 {
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .separator-center {
    font-size: 6px;
  }

  .hero-main {
    display: block;
  }

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

  .block-left {
    position: relative;
    z-index: 101;
    width: 100%;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .block-right {
    width: 100%;
    padding: 40px 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-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .knock-head {
    width: 100%;
    margin-right: 20px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .knock-description {
    display: none;
    overflow: hidden;
    margin-top: 20px;
    padding-bottom: 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-bottom-width: 0px;
    border-left-width: 0px;
    font-size: 20px;
    text-align: center;
  }

  .bold-text-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 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;
    border-top: 0px solid #000;
    border-bottom: 0px solid #000;
    color: #000;
    font-size: 45px;
    line-height: 45px;
    text-align: left;
  }

  .columns-4 {
    width: 100%;
    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-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;
  }

  .col1 {
    padding-right: 10px;
    padding-bottom: 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: 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;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-right-width: 1px;
    text-align: center;
  }

  .image-4 {
    overflow: visible;
    width: 120px;
    margin-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    text-align: center;
  }

  .col2 {
    padding-right: 0px;
    padding-left: 20px;
    -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;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
  }

  .nos {
    width: 100%;
    height: 7px;
    max-width: none;
  }

  .nos-head {
    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;
    font-size: 40px;
  }

  .bold-text-3 {
    font-size: 60px;
    letter-spacing: 4px;
  }

  .icon-para {
    min-height: 110px;
    font-size: 20px;
    line-height: 25px;
    text-align: left;
  }

  .loop-wrapper {
    display: none;
  }

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

  .loop-img {
    width: 100%;
    height: 150px;
    padding-bottom: 0px;
  }

  .counter {
    font-size: 60px;
    line-height: 40px;
  }

  .counter.bold-text-3 {
    margin-top: -5px;
    padding-top: 0px;
  }

  .high-section {
    position: -webkit-sticky;
    position: sticky;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .bubble-img2 {
    display: none;
    width: 109px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border-right-width: 0px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    text-align: left;
  }

  .heading-8 {
    width: 70%;
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: 0px;
    border-left:0px;
    padding: 20px 0px;
    border-top-style: solid;
    border-top-color: #000;
    border-bottom-color: #000;
  }

  .unicorn-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-bottom: 40px;
    padding-left: 0px;
  }

  .image-6 {
    width: 230px;
    max-width: none;
  }

  .columns-5 {
    display: none;
    width: auto;
    padding-top: 0px;
    padding-right: 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: 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;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .white-content {
    margin-bottom: 0px;
    padding: 10px 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    letter-spacing: 2.6px;
  }

  .column-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 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-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    border-right-width: 0px;
  }

  .knock-content {
    display: none;
    font-size: 24px;
    line-height: 27px;
    text-align: center;
  }

  .column-6 {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .image-7 {
    display: block;
    width: 100%;
    margin-top: 40px;
    padding-left: 0px;
  }

  .fixed-left-block {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .sticky-block {
    width: 100%;
  }

  .startup-section-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .counterno-head {
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 0.96px;
  }

  .tech-resuffle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
  }

  .counter-box {
    width: 100%;
    padding-left: 0px;
    -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;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .caret-icon {
    width: 15px;
    margin-right: 10px;
    padding-top: 0px;
  }

  .bold-text-6 {
    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;
  }

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

  .unicorn-head {
    display: none;
    -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: 37px;
    line-height: 40px;
    letter-spacing: 4.6px;
  }

  .box3 {
    padding-left: 40px;
    border-right-width: 0px;
  }

  .funding-block {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    -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;
  }

  .brown-head {
    display: block;
    overflow: hidden;
    width: auto;
    margin: 0px 20px;
    padding: 40px 0px 10px;
    -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;
    border-bottom-width: 0px;
    background-color: transparent;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 5.18px;
  }

  .layoff-block {
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .resuffle-img {
    width: 400px;
    height: auto;
  }

  .box5 {
    padding-bottom: 20px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right-width: 0px;
  }

  .bold-text-5-brown {
    font-size: 60px;
  }

  .brown-content {
    margin-bottom: 0px;
    padding: 0px 0px 0px 30px;
    font-size: 19px;
    line-height: 25px;
    text-align: left;
  }

  .btn-1 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }

  .winter-block {
    display: none;
    width: 100%;
    -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;
  }

  .funding-wrapper {
    width: 50%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-8 {
    width: 100%;
    margin-right: 0px;
    padding: 0px 10px 20px 0px;
    -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;
    -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;
    border-right-width: 0px;
    border-bottom-width: 0px;
    text-align: center;
  }

  .box6 {
    width: 100%;
    padding-bottom: 0px;
    padding-left: 10px;
    -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;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border-right-width: 0px;
    text-align: left;
  }

  .brown-content-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    margin-bottom: 0px;
    padding: 0px 0px 0px 25px;
    -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;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    letter-spacing: 0.36px;
  }

  .bold-text-5-brown-copy {
    margin-bottom: 0px;
    padding-bottom: 20px;
    font-size: 60px;
    line-height: 30px;
  }

  .block-8-lastdiv {
    padding-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;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-bottom-width: 0px;
  }

  .ipo-wrapper-block {
    overflow: visible;
    width: 100%;
    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: 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;
    border-right: 0px solid #842523;
    text-align: left;
  }

  .div-block-8-copy {
    width: 100%;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
  }

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

  .button-3 {
    display: block;
    margin-top: 10px;
    padding: 20px;
    font-size: 26px;
    line-height: 25px;
    text-align: center;
  }

  .layoff-leftblock {
    width: 100%;
    padding-right: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    border-right-width: 0px;
  }

  .layoffright-block {
    width: 100%;
  }

  .image-9 {
    display: none;
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .graph {
    width: 100%;
  }

  .graph-block {
    display: none;
    padding-top: 40px;
  }

  .ipo-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: auto;
    padding: 20px 20px 40px;
  }

  .iop-heading.unicorn-head {
    display: block;
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 35px;
    text-align: center;
    letter-spacing: 2.5px;
  }

  .divider {
    width: 265px;
  }

  .ipo-img {
    width: 200px;
  }

  .ipo-block {
    width: 100%;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right-width: 0px;
    border-bottom-width: 0px;
  }

  .ipo-block-3rd-last {
    width: 100%;
    padding-left: 40px;
    border-bottom-width: 0px;
  }

  .ipo-wrapper-block-2 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ipo-wrapper-block-3 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ipo-block-last {
    width: 100%;
    padding-left: 40px;
    border-right-width: 0px;
    border-bottom-width: 0px;
  }

  .ipo-block-3rd-last-copy {
    padding: 10px 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .nos-head-copy {
    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;
    font-size: 40px;
  }

  .image-10 {
    width: 70%;
    height: 100px;
  }

  .box6-copy {
    overflow: visible;
    width: 100%;
    margin-left: 0px;
    padding: 0px 20px 20px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right-width: 0px;
  }

  .ipo-footer {
    width: 100%;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 20px;
    -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;
  }

  .ipo-footerhead {
    margin-right: 0px;
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
    border-right-width: 0px;
    font-size: 37px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 4.6px;
  }

  .ipo-img-copy {
    width: 160px;
    height: auto;
    margin-top: 20px;
    margin-left: 0px;
  }

  .speaker-section {
    display: block;
    width: 100%;
  }

  .spaker-header {
    position: -webkit-sticky;
    position: sticky;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 20px 20px 20px 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .logo-scroll {
    display: none;
  }

  .logo-scroll-img {
    width: 100%;
  }

  .loop-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .loop-img-copy {
    width: 400px;
    height: 150px;
    padding-bottom: 0px;
  }

  .article-header {
    position: -webkit-sticky;
    position: sticky;
    padding: 20px 20px 20px 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .article-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0px 0px;
    text-align: left;
  }

  .thankyou-section {
    overflow: hidden;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    letter-spacing: 2.6px;
  }

  .thnku-head {
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    -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;
    font-size: 25px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 2.6px;
  }

  .thnku-subhead {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
    text-align: center;
    letter-spacing: 6px;
  }

  .thnku-content {
    width: 100%;
    margin-top: 10px;
    font-size: 20px;
    text-align: center;
    letter-spacing: 2.4px;
  }

  .thnku-content-copy {
    display: none;
    width: 100%;
    margin-top: 10px;
    font-size: 25px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 2.6px;
    white-space: normal;
  }

  .footer {
    position: relative;
    padding: 40px 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .heading-8-copy {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 0px;
    border-width: 2px 0px;
    border-top-style: solid;
    border-top-color: #000;
  }

  .right-arrow {
    width: 20%;
    margin-left: 0px;
    padding-left: 10px;
  }

  .team-slider {
    max-width: none;
    padding: 20px 0px;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .team-slider-arrow {
    width: 15%;
  }

  .icon-3 {
    margin-top: 115px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .mask {
    padding-right: 0px;
    padding-left: 0px;
  }

  .team-slide-wrapper-spacer {
    width: 100%;
    margin-right: 0%;
  }

  .team-slide-wrapper-copy {
    width: 100%;
    margin-right: 0%;
  }

  .team-slide-wrapper-copy-copy {
    width: 100%;
    margin-right: 0%;
  }

  ._5-space {
    width: 0%;
    margin-right: 0%;
    margin-left: 0px;
  }

  .container-2-copy {
    max-width: none;
  }

  .button-box {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .top-newsmaker-btn {
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 25px;
  }

  .top-newsmaker-btn-copy {
    margin-left: 0px;
    font-size: 25px;
  }

  .lottie-animation-2 {
    width: 400px;
    height: auto;
    margin-left: -15px;
    -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;
  }

  .top-vcfunds-btn {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 30px;
  }
  strong.bold-text-8 {
    white-space: inherit;
    line-height: 30px;
}
.layoff-block .caret-icon, .counter-box .caret-icon {
  align-self: center;
  margin-bottom: 25px;
}

  .article-container {
    max-width: none;
  }

  .team-slide-wrapper-copy {
    width: 100%;
    margin-right: 0%;
  }

  .article-wrapper-slider {
    width: 100%;
    margin-right: 0%;
  }

  .article-wrapper-slider-spacer {
    width: 100%;
    margin-right: 0%;
  }

  .articles {
    width: 300px;
    height: auto;
  }

  .text-block {
    width: 300px;
    font-size: 22px;
    line-height: 30px;
  }

  ._5-space-copy {
    width: 100%;
    margin-right: 0%;
  }

  ._2nd {
    padding-right: 10px;
    border-bottom: 1px solid #fff;
    border-right-width: 0px;
    font-size: 78px;
  }

  ._2nd-div {
    width: 100%;
    padding: 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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    white-space: break-spaces;
  }

  .image-13 {
    width: 0px;
  }

  .button-6 {
    font-size: 16px;
  }

  .div-block-long {
    width: 100%;
    margin-bottom: 0px;
    padding: 0px 0px 20px;
    border-right-width: 0px;
    border-bottom-width: 0px;
  }

  .bold-text-8 {
    width: 100%;
    padding-top: 0px;
    font-size: 40px;
    line-height: 40px;
    text-align: left;
    letter-spacing: 3.5px;
  }

  .heading-8-copy {
    width: 70%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 20px 0px;
    border-width: 1.5px 0px;
    border-top-style: solid;
    border-top-color: #000;
    border-bottom-color: #000;
  }

  .heading-8-copy-copy {
    width: 50%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 40px 0px 0px;
    border-width: 0px 2px 0px 0px;
    border-top-style: solid;
    border-top-color: #000;
    font-size: 30px;
    line-height: 38px;
  }

  .brown-head-copy {
    display: block;
    overflow: hidden;
    width: auto;
    margin-top: 0px;
    padding-right: 40px;
    padding-bottom: 0px;
    padding-left: 40px;
    -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;
    border-bottom-width: 0px;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 7px;
  }

  .bubble-img2-copy {
    display: block;
    padding: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border-right-width: 0px;
    text-align: center;
  }

  .knock-description-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-top: 20px;
    padding-bottom: 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-bottom-width: 0px;
    border-left-width: 0px;
    font-size: 20px;
    text-align: center;
  }

  .ipo-block-copy {
    width: 100%;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right-width: 0px;
    border-bottom-width: 0px;
  }

  .team-member-front {
    width: 229px;
    height: auto;
  }

  .top-angels {
    margin: 20px 20px 20px 30px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 23px;
  }

  .team-slider-pink {
    padding: 20px 0px;
  }

  .team-block-copy {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .heading-10 {
    display: none;
    width: 70%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 20px 0px 20px 10px;
    border-width: 2px 0px;
    border-top-style: solid;
    border-top-color: #000;
  }

  .team-slider-red {
    padding: 40px 0px;
  }

  .zomato-img {
    width: 200px;
  }

  .paytm-block {
    width: 100%;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right-width: 0px;
    border-bottom-width: 0px;
  }

  .image-15 {
    display: none;
    width: 200px;
    height: 130px;
  }

  .fino-block {
    width: 100%;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right-width: 0px;
    border-bottom-width: 0px;
  }

  .policy-block {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right-width: 0px;
    border-bottom-width: 0px;
  }

  .nyka-img {
    width: 200px;
  }

  .ipo-img-copy-copy {
    width: 160px;
    height: 60px;
    margin-top: 20px;
    margin-left: 0px;
  }

  .knock-content-copy {
    display: block;
    width: 100%;
    margin-top: 40px;
    margin-right: 20px;
    padding-top: 60px;
    border-top-width: 0px;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }

  .columns-5-copy {
    width: auto;
    padding-right: 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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .column-5-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 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: 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;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    border-right-width: 0px;
  }

  .counter-content {
    margin-bottom: 0px;
    padding: 0px 0px 10px 25px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    border-bottom: 0px solid #fff;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    letter-spacing: 1.6px;
  }

  .column-5-copy-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 10px;
    -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;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    border-right-width: 0px;
  }

  .mobile-graph {
    display: block;
    padding: 10px 0px 40px;
  }

  .button-3-copy {
    display: block;
    margin-top: 40px;
    padding: 20px 30px;
    color: #fff;
    font-size: 26px;
    line-height: 25px;
    text-align: center;
  }

  .article-block {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-position: 0px 15%;
  }

  .article-1 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .article2 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    background-image: url('../images/Line-137.png');
    background-position: 0px 25%;
    background-size: 100% 3px;
    background-repeat: repeat-x;
  }

  .text-span {
    font-size: 60px;
  }

  .ipo-wrapper-block-copy {
    overflow: visible;
    width: 50%;
    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: 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;
    border-right: 1px solid #842523;
    text-align: left;
  }

  .funding-head-mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -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: #edeae0;
    text-align: center;
  }

  .brown-head-desktop {
    display: none;
    overflow: hidden;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 10px;
    -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;
    background-color: #edeae0;
    font-size: 35px;
    text-align: center;
    letter-spacing: 7px;
  }

  .article-head {
    display: none;
    overflow: hidden;
    width: auto;
    margin: 0px 20px;
    padding: 40px 10px 0px;
    -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;
    border-bottom-width: 0px;
    background-color: transparent;
    font-size: 35px;
    text-align: center;
    letter-spacing: 7px;
  }

  .mob-col {
    display: block;
    width: 100%;
    padding: 0px;
    -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;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .mob-col1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
    -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-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    border-right-width: 0px;
  }

  .mob-block1 {
    padding-right: 10px;
    padding-left: 10px;
    /* border-right: 1px solid #fff; */
  }
  .footer-div {
    display: none;
}
  .mob-block2 {
    margin-right: 10px;
    padding-left: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .image-16 {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .graph-mob {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .bubble-div {
    width: 14% !important;
    text-align: left;
  }

  .bubble-img-mob {
    display: block;
    width: 109px;
    height: 60px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 20px 0px 10px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border-right-width: 0px;
    text-align: left;
  }

  .lottie-animation-3 {
    display: none;
  }

  .logo-scroll-mob {
    display: none;
  }

  .lottie-animation-5 {
    width: 250px;
  }

  .unicorn-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 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: 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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    border-bottom: 0px solid #000;
    border-right-width: 0px;
    text-align: left;
  }

  .button-3-desktop {
    display: block;
    margin-top: 40px;
    padding: 20px 30px;
    font-size: 26px;
    line-height: 25px;
    text-align: center;
  }

  .brown-content-layoff {
    margin-bottom: 0px;
    padding: 0px 0px 0px 30px;
    font-size: 19px;
    line-height: 25px;
    text-align: left;
  }

  .peple-discription {
    display: none;
    overflow: hidden;
    margin-top: 20px;
    padding-bottom: 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-bottom-width: 0px;
    border-left-width: 0px;
    font-size: 20px;
    text-align: center;
  }

  .div-block-1 {
    width: 100%;
    margin-right: 0px;
    padding: 0px 10px 20px 0px;
    -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;
    -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;
    border-right-width: 0px;
    border-bottom-width: 0px;
    text-align: center;
  }

  .lottie-animation-6 {
    width: 250px;
    -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(0deg);
    transform: rotateX(180deg) rotateY(180deg) rotateZ(0deg);
  }

  .unicorn-box-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 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: 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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    border-bottom: 0px solid #000;
    border-right-width: 0px;
    text-align: left;
  }

  .article-line {
    display: none;
    width: 80%;
    max-width: none;
  }

  .image-funded {
    overflow: visible;
    width: 120px;
    margin-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    text-align: center;
  }

  .image-20 {
    display: none;
  }

  .button-7 {
    width: 160px;
    height: 60px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 30px;
  }

  .unicorn-head-mob {
    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;
    font-size: 30px;
    line-height: 33px;
    letter-spacing: 4.6px;
  }

  .nos-head-mob {
    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;
    font-size: 40px;
  }

  .mob-divider {
    display: block;
    width: 200px;
    max-width: none;
    text-align: center;
  }

  .mob-divider-copy {
    display: block;
    width: 290px;
    max-width: none;
    text-align: center;
  }

  .brown-content-mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    margin-bottom: 0px;
    padding: 0px 0px 0px 25px;
    -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;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    letter-spacing: 0.36px;
    text-transform: uppercase;
  }

  .brown-content-desktop {
    display: none;
    overflow: visible;
    width: 100%;
    margin-bottom: 0px;
    padding: 0px 0px 0px 25px;
    -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;
    -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;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    letter-spacing: 0.36px;
  }

  .heading-10-mob {
    display: block;
    width: 70%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 20px 0px 20px 10px;
    border-width: 2px 0px;
    border-top-style: solid;
    border-top-color: #000;
  }

  .article-head-mob {
    display: block;
    overflow: hidden;
    width: auto;
    margin: 0px 20px;
    padding: 20px 10px 0px;
    -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;
    border-bottom-width: 0px;
    background-color: transparent;
    font-size: 37px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 4.6px;
  }

  .article-line-mob {
    display: block;
    width: 158px;
    max-width: none;
  }

  .thnku-content-mob {
    display: block;
    width: 100%;
    margin-top: 10px;
    font-size: 25px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 2.6px;
    white-space: normal;
  }

  .divider-mob {
    width: 280px;
    max-width: none;
    border-top: 3px solid #fff;
  }

  .lottie-bubble-mob {
    display: block;
  }
}
@font-face {
  font-family: 'Gilroy Bold';
  src: url('../fonts/Gilroy-ExtraBold.otf') format('opentype');
  font-weight: Normal;
  font-style: normal;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Knockout 26';
  src: url('../fonts/Knockout-26.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Knockout 28 3';
  src: url('../fonts/Knockout-28-3.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Knockout 32 2';
  src: url('../fonts/Knockout-32-3.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Gilroy Bold';
  src: url('../fonts/Gilroy-ExtraBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Gilroy Light';
  src: url('../fonts/Gilroy-Light.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Knockout 30 2';
  src: url('../fonts/Knockout-30-2.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}