.main_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  padding-top: 43px;
  padding-bottom: 43px;
  -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;
  background-image: url('../images/BANKTECH-WAVE-5-3.png'), -webkit-gradient(linear, left top, left bottom, from(#272727), to(#272727));
  background-image: url('../images/BANKTECH-WAVE-5-3.png'), linear-gradient(180deg, #272727, #272727);
  background-position: 0% 0%, 0px 0px;
  background-size: 60%, auto;
  background-repeat: no-repeat, repeat;
}

.main_section.without-text {
  background-color: #272727;
  background-image: none;
}
p {
    font-family: Montserrat, sans-serif !important;
}
.main_section.without-text.hero {
  position: relative;
  overflow: hidden;
  height: 100vh;
  max-height: none;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: linear-gradient(262deg, #000 31%, rgba(14, 14, 14, 0)), url('../images/Frame-7-2.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
}

.main_section.without-text.gr {
  overflow: visible;
  width: 100vw;
  padding-top: 79px;
  padding-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#272727)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-image: linear-gradient(180deg, #000, #272727), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
}

.main_section.right-text {
  background-color: #272727;
  background-image: url('../images/BANKTECH-WAVE-4-1.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url('../images/BANKTECH-WAVE-4-1.png'), linear-gradient(180deg, transparent, transparent);
  background-position: 100% 0%, 0px 0px;
}

.main_section.right-text.black {
  background-color: #000;
}

.main_section.right-text.gr-black {
  background-image: url('../images/BANKTECH-WAVE-5-31.png'), -webkit-gradient(linear, left top, left bottom, from(#272727), to(#000));
  background-image: url('../images/BANKTECH-WAVE-5-31.png'), linear-gradient(180deg, #272727, #000);
  background-position: 100% 4%, 0px 0px;
  background-size: 40%, auto;
  background-repeat: no-repeat, repeat;
}

.main_section.right-text.gr-black.hide {
  display: none;
}

.main_section.right-text.no-margin {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/BANKTECH-WAVE-5-4.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url('../images/BANKTECH-WAVE-5-4.png'), linear-gradient(180deg, transparent, transparent);
  background-position: 100% 0%, 0px 0px;
}

.main_section.right-text.no-margin.da {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
}

.main_section.right-text.no-margin.l {
  background-image: url('../images/BANKTECH-WAVE-5-3.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url('../images/BANKTECH-WAVE-5-3.png'), linear-gradient(180deg, transparent, transparent);
  background-position: 0% 6%, 0px 0px;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
}

.main_section.right-text.no-margin.l.hide {
  display: none;
}

.main_section.right-text.no-margin.n {
  overflow: visible;
}

.main_section.ovr {
  overflow: visible;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
}

a.one:link {color: #41f4ff; text-decoration: none;}
a.one:visited {color: #41f4ff;}
a.one:hover {color: #ffcc00;}

.outer-wrapper-1280 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1280px;
  -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;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
}

.outer-wrapper-1280.top {
  position: relative;
  z-index: 2;
}

.heading {
  width: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 15px;
  background-image: linear-gradient(266deg, #3f69fa, #41f4ff);
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -4px;
  text-transform: uppercase;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading.big {
  font-size: 80px;
  line-height: 70px;
}

.heading.big.white {
  background-image: none;
  font-size: 80px;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.heading.white {
  margin-right: 10px;
  padding-right: 0px;
  background-image: none;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.heading.white.small {
  font-size: 32px;
  letter-spacing: -2px;
  line-height: 32px;
}

.heading.white.top {
  margin-top: 0px;
}

.heading.top {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 64px;
  line-height: 53px;
}

.heading.top.h {
  font-size: 48px;
}

.heading.top.bh {
  margin-bottom: 5px;
  padding-right: 10px;
  background-image: linear-gradient(266deg, #3f69fa, #41f4ff);
}

.heading.gr {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-shadow: none;
  white-space: nowrap;
  -o-object-fit: fill;
  object-fit: fill;
}

.date-time-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 34px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.inner-time-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: linear-gradient(108deg, #3f69fa, #41f4ff);
}

.inner-time-wrapper.none {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  padding-top: 20px;
  padding-right: 20px;
  padding-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;
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: #fff;
  background-image: none;
}

.horizontal-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.horizontal-wrapper.flex-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.horizontal-wrapper.fgh {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.horizontal-wrapper.fgh.no-margin {
  margin-top: 0px;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
}

.horizontal-wrapper.n {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.horizontal-wrapper.nw {
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
}

.div-block {
  width: 30%;
  margin-right: 20px;
  margin-left: 20px;
}

.verticle-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.verticle-wrapper.full {
  width: 100%;
}

.paragraph {
  width: 430px;
  font-size: 16px;
  line-height: 22px;
  font-family: Montserrat, sans-serif;
}

.paragraph2 {
  width: 70%;
  font-size: 16px;
  line-height: 22px;
  font-family: Montserrat, sans-serif;
}

.box-outer {
  width: 440px;
  height: 370px;
  margin-top: 20px;
  padding: 15px 21px 21px;
  border-radius: 4px 4px 20px;
  background-color: #3f69fa;
}

.image {
  position: relative;
  width: 50vw;
  height: 590px;
  max-width: 640px;
  margin: -15px 0% 27px 0px;
  background-color: transparent;
}

.image.abs {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  height: auto;
  background-color: transparent;
}

.image.abs._2 {
  -webkit-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
}

.image.abs._3 {
  -webkit-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
}

.image.abs._3.ds {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 30vw;
  -webkit-transform: translate(0px, 0px) rotate(0deg);
  -ms-transform: translate(0px, 0px) rotate(0deg);
  transform: translate(0px, 0px) rotate(0deg);
}

.image.abs._3.ds.z {
  -webkit-transform: translate(5px, 5px) rotate(5deg);
  -ms-transform: translate(5px, 5px) rotate(5deg);
  transform: translate(5px, 5px) rotate(5deg);
}

.image.abs._3.ds.sf {
  -webkit-transform: translate(10px, 10px) rotate(10deg);
  -ms-transform: translate(10px, 10px) rotate(10deg);
  transform: translate(10px, 10px) rotate(10deg);
}

.image.abs._3.ds.x {
  -webkit-transform: translate(15px, 15px) rotate(15deg);
  -ms-transform: translate(15px, 15px) rotate(15deg);
  transform: translate(15px, 15px) rotate(15deg);
}

.image.abs._3.ds._16 {
  -webkit-transform: translate(20px, 20px) rotate(20deg);
  -ms-transform: translate(20px, 20px) rotate(20deg);
  transform: translate(20px, 20px) rotate(20deg);
}

.image.abs._3.ds._20 {
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}

.image.abs._3.ds._24 {
  -webkit-transform: rotate(24deg);
  -ms-transform: rotate(24deg);
  transform: rotate(24deg);
}

.image.abs._3.ds._24._44 {
  -webkit-transform: rotate(44deg);
  -ms-transform: rotate(44deg);
  transform: rotate(44deg);
}

.image.abs._3.ds._24._48 {
  -webkit-transform: rotate(48deg);
  -ms-transform: rotate(48deg);
  transform: rotate(48deg);
}

.image.abs._3.ds._24._52 {
  -webkit-transform: rotate(52deg);
  -ms-transform: rotate(52deg);
  transform: rotate(52deg);
}

.image.abs._3.ds._24._56 {
  -webkit-transform: rotate(56deg);
  -ms-transform: rotate(56deg);
  transform: rotate(56deg);
}

.image.abs._3.ds._24._60 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.image.abs._3.ds._24._64 {
  -webkit-transform: rotate(64deg);
  -ms-transform: rotate(64deg);
  transform: rotate(64deg);
}

.image.abs._3.ds._24._68 {
  -webkit-transform: rotate(68deg);
  -ms-transform: rotate(68deg);
  transform: rotate(68deg);
}

.image.abs._3.ds._24._72 {
  -webkit-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  transform: rotate(72deg);
}

.image.abs._3.ds._24._76 {
  -webkit-transform: rotate(76deg);
  -ms-transform: rotate(76deg);
  transform: rotate(76deg);
}

.image.abs._3.ds._24._80 {
  -webkit-transform: rotate(80deg);
  -ms-transform: rotate(80deg);
  transform: rotate(80deg);
}

.image.abs._3.ds._24._84 {
  -webkit-transform: rotate(84deg);
  -ms-transform: rotate(84deg);
  transform: rotate(84deg);
}

.image.abs._3.ds._24._88 {
  -webkit-transform: rotate(88deg);
  -ms-transform: rotate(88deg);
  transform: rotate(88deg);
}

.image.abs._3.ds._24._92 {
  -webkit-transform: rotate(92deg);
  -ms-transform: rotate(92deg);
  transform: rotate(92deg);
}

.image.abs._3.ds._24._96 {
  -webkit-transform: rotate(96deg);
  -ms-transform: rotate(96deg);
  transform: rotate(96deg);
}

.image.abs._3.ds._32 {
  -webkit-transform: rotate(32deg);
  -ms-transform: rotate(32deg);
  transform: rotate(32deg);
}

.image.abs._3.ds._28 {
  -webkit-transform: rotate(28deg);
  -ms-transform: rotate(28deg);
  transform: rotate(28deg);
}

.image.abs._3.ds._36 {
  -webkit-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  transform: rotate(36deg);
}

.image.abs._3.ds._40 {
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}

.image.abs._3.ds.bhj {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}

.image.abs._4 {
  -webkit-transform: rotate(12deg);
  -ms-transform: rotate(12deg);
  transform: rotate(12deg);
}

.image.abs._5 {
  -webkit-transform: rotate(16deg);
  -ms-transform: rotate(16deg);
  transform: rotate(16deg);
}

.image.abs._6 {
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}

.image.abs._7 {
  -webkit-transform: rotate(24deg);
  -ms-transform: rotate(24deg);
  transform: rotate(24deg);
}

.image.abs.g {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.image.rel {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 53px;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.image.ds {
  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;
  opacity: 1;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform: scale(0.8) perspective(2000px);
  transform: scale(0.8) perspective(2000px);
}

.paragraph-2 {
  font-family: Montserrat, sans-serif;
}

.div-block-2 {
  width: 30%;
  font-family: Montserrat, sans-serif;
}

.div-block-2.neg-margin {
  margin-top: -126px;
}

.body {
  background-color: #272727;
  color: #fff;
}

.icon-theme {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18%;
  -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;
}

.center-align {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.center-align.small {
  margin-top: 0px;
  font-size: 12px;
  line-height: 16px;
}

.center-align.small.mk {
  overflow: hidden;
  height: 0px;
}

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

.speaker-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.speaker-outer.hide {
  display: none;
}

.speaker-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31%;
  height: 40vw;
  margin-bottom: 20px;
  padding: 1px;
  -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: 7px;
  background-image: linear-gradient(242deg, #3f69fa, #41f4ff);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.speaker-box.long {
  width: 100%;
}

.speaker-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 7px;
  background-color: #272727;
  background-image: linear-gradient(4deg, #000, rgba(24, 24, 24, 0)), url('../images/800px-Arun_Jain_-_CMD_-_Intellect-removebg-preview.png');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, 150%;
  background-repeat: repeat, no-repeat;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.speaker-inner:hover {
  background-position: 0px 0px, 80% 50%;
  background-size: auto, 160%;
  -webkit-filter: brightness(139%);
  filter: brightness(139%);
}

.speaker-inner.slid {
  padding-bottom: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45))), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform: perspective(1431px);
  transform: perspective(1431px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.speaker-inner.nk {
  background-image: linear-gradient(4deg, #000, hsla(0, 0%, 100%, 0));
}

.list {
  color: #41f4ff;
  font-weight: 500;
}

.div-block-4 {
  position: relative;
  z-index: 2;
  margin-top: 10px;
  margin-right: 10px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.div-block-5 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 22px;
  -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-transform: perspective(843px);
  transform: perspective(843px);
}

.div-block-5.left-aligned {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-5.left-aligned.horizontal {
  -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;
}

.div-block-5.left-aligned.horizontal.no-padding {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-5.left-aligned.no-padding {
  margin-bottom: 10px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.div-block-5.nkb {
  -webkit-transform: translate3d(0px, 0px, 119px) perspective(843px);
  transform: translate3d(0px, 0px, 119px) perspective(843px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.heading-2 {
  margin-top: 5px;
}

.heading-2.fs {
  margin-bottom: 0px;
  text-align: center;
}

.heading-2.fs.nkj {
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform: perspective(569px);
  transform: perspective(569px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

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

.icon {
  width: 80px;
  opacity: 0.6;
  -webkit-transition: all 200ms cubic-bezier(.95, .05, .444, 1.393);
  transition: all 200ms cubic-bezier(.95, .05, .444, 1.393);
}

.icon:hover {
  opacity: 1;
}

.icon.small {
  width: 40px;
}

.icon.small.rev {
  width: 40px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.slider {
  width: 100%;
  height: 40vw;
}

.slider.gradient {
  padding: 1px;
  border-radius: 7px;
  background-color: transparent;
  background-image: linear-gradient(94deg, #3f69fa, #41f4ff);
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
}

.slider.gradient.hbj {
  height: 40vw;
  max-height: 530px;
  margin-bottom: 0px;
  padding: 0px;
  background-image: none;
}

.mask {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #272727;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
}

.slide {
  width: 100%;
  height: 100%;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
}

.div-block-6 {
  width: 30%;
}

.submit-button {
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #41f4ff;
  border-radius: 4px;
  background-color: transparent;
}

.image-3 {
  margin-right: 20px;
}

.div-block-7 {
  width: 40px;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 39px;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 1px 1px 8px -2px #000;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-4 {
  margin-right: 10px;
}

.in-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 32px 20px 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block {
  margin-left: 10px;
  color: #272727;
  font-size: 27px;
  line-height: 26px;
}

.text-block-2 {
  padding-top: 5px;
  padding-bottom: 3px;
  border-top: 1px solid #000;
  color: #272727;
  font-size: 17px;
  text-align: center;
}

.image-5 {
  margin-right: 20px;
  margin-left: 20px;
}

.paragraph-3 {
  font-size: 18px;
  line-height: 24px;
}

.div-block-8 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.image-6 {
  display: none;
  width: 50px;
  margin-bottom: 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.image-6:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.text-block-3 {
  color: #41f4ff;
}

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

.paragraph-4 {
  font-size: 18px;
  line-height: 23px;
}

.bold-text-2 {
  font-size: 18px;
}

.paragraph-5 {
  font-size: 18px;
}

.image-7 {
  position: absolute;
  left: auto;
  top: 40px;
  right: 40px;
  bottom: auto;
  z-index: 4;
}

.html-embed {
  height: 410px;
}

.button {
  position: fixed;
  left: auto;
  top: auto;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  border-radius: 3px;
  background-color: #6b6b6b;
  background-image: linear-gradient(94deg, #3f69fa, #41f4ff);
  color: #fff;
  font-weight: 700;
}

.div-block-9 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  background-color: #000411;
}

.button-11 {
  position: fixed;
  left: auto;
  top: auto;
  right: 20px;
  bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 50px;
  -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: #000;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.bg-wrapper-b11 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  overflow: hidden;
  background-image: linear-gradient(107deg, #3f69fa, #41f4ff);
}

.button-bg-b11 {
  position: absolute;
  left: 0px;
  width: 0px;
  height: 50px;
  background-color: rgba(241, 149, 58, 0.08);
}

.text-b11 {
  position: relative;
  z-index: 1;
}

.top-line-b11 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 200px;
  height: 2px;
  background-color: #3f69fa;
}

.left-line-b11 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 2px;
  height: 50px;
  background-color: #3f69fa;
}

.bottom-line-b11 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 200px;
  height: 2px;
  background-color: #3f69fa;
}

.right-line-b11 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 2px;
  height: 50px;
  background-color: #3f69fa;
}

.div-block-10 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 1px;
  margin-bottom: -44px;
  border-radius: 7px;
  background-color: #3f69fa;
}

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

.button-3 {
  position: relative;
}

.arrow-wrapper-b3 {
  position: absolute;
  left: 29%;
  top: 32%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  margin-top: -5px;
  -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;
}

.top-arrow-b3 {
  width: 25px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.middle-arrow-b3 {
  width: 25px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.bottom-arrow-b3 {
  width: 25px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

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

.div-block-11 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #000;
}

.div-block-12 {
  position: absolute;
  right: 9%;
  display: none;
  width: 500px;
  height: 490px;
  margin-top: -161px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
}

.div-block-12.bj {
  display: none;
}

.div-block-12.dsad {
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 560px;
  height: 620px;
  margin-top: 15px;
  margin-right: -50px;
  margin-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-12.dsad.bkj {
  position: relative;
  right: auto;
}

.image-9 {
  display: none;
}

.div-block-13 {
  width: 431.875px;
}

._3d-effect {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  min-width: 750px;
  margin: 20px 0px;
  padding-top: 0px;
  padding-bottom: 80px;
  -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: 8px;
  box-shadow: none;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

._3d-effect.hjbn {
  position: relative;
  height: auto;
  margin-bottom: 25px;
  padding: 9px 9px 10px 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #41f4ff;
}

._3d-effect-1 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #000, rgba(12, 12, 12, 0)), url('../images/Screenshot-2022-12-29-at-5.28.39-PM.png');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  box-shadow: inset -3px 7px 3px 0 #000;
}

._3d-effect-1.bjvhl {
  height: 40vw;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(57%, rgba(27, 27, 27, 0))), url('../images/Screenshot-2022-12-29-at-5.28.39-PM.png');
  background-image: linear-gradient(0deg, #000, rgba(27, 27, 27, 0) 57%), url('../images/Screenshot-2022-12-29-at-5.28.39-PM.png');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

._3d-effect-1.jnkn {
  background-image: url('../images/Screenshot-2022-12-30-at-1.04.42-AM.png');
  background-position: 50% 50%;
  background-size: 120%;
}

._3d-effect-1.bhj {
  margin-top: 147px;
}

._3d-effect-1.jbjh {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #000, rgba(12, 12, 12, 0)), url('../images/shutterstock_1870139677-min.jpg');
  background-position: 0px 0px, 50% 50%;
}

._3d-effect-1.jbjh.bh {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #000, rgba(12, 12, 12, 0)), url('../images/shutterstock_2070595583-min.jpg');
}

.screenshot-3de1 {
  width: 140%;
  max-width: 140%;
  margin-top: -9vw;
  box-shadow: none;
}

.screenshot-3de1.jbh {
  margin-top: -1vw;
}

.heading-3de1 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 40px;
  z-index: 80;
  margin-top: auto;
  margin-bottom: 19vw;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-transform: translate3d(0px, 0px, 200px);
  transform: translate3d(0px, 0px, 200px);
  color: #fff;
  font-size: 47px;
  line-height: 40px;
  font-weight: 800;
  text-align: center;
  letter-spacing: -1px;
  text-transform: uppercase;
  text-shadow: 78px 78px 8px rgba(0, 0, 0, 0.77);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.heading-3de1.uhb {
  margin-bottom: 5vw;
}

.heading-orange-3de1 {
  color: #f1953a;
}

.heading-green-3de1 {
  color: #83dc52;
}

.logo-3de1 {
  position: absolute;
  left: auto;
  top: auto;
  right: 8%;
  bottom: 40px;
  display: none;
  -webkit-transform: translate3d(0px, 0px, 200px);
  transform: translate3d(0px, 0px, 200px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.text-3d-effect-mobile {
  display: none;
}

.div-block-14 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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;
  background-color: #131212;
}

.div-block-15 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-color: transparent;
}

.div-block-16 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.image-10 {
  width: 209px;
}

.div-block-17 {
  position: absolute;
  width: 290px;
  height: 80px;
  background-color: #000;
}

.mask-2 {
  width: 100%;
  border-radius: 6px;
}

.slide-2 {
  overflow: hidden;
  width: 100%;
  border-radius: 8px;
  box-shadow: inset -2px -1px 9px 8px #000;
}

.right-arrow {
  right: -66px;
  width: 60px;
}

.left-arrow {
  left: -66px;
  width: 60px;
}

.div-block-18 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 30;
  background-image: linear-gradient(297deg, #000 16%, rgba(26, 25, 25, 0));
}

.div-block-18.njkb {
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 170vw;
  height: 160vh;
  background-image: linear-gradient(8deg, #000 11%, rgba(37, 37, 37, 0)), radial-gradient(circle farthest-corner at 50% 50%, transparent 21%, #000 29%, #000);
  opacity: 0.54;
  -webkit-transform: translate(10px, 0px);
  -ms-transform: translate(10px, 0px);
  transform: translate(10px, 0px);
}

.div-block-18.njkb.vjbh {
  background-image: linear-gradient(8deg, #000 11%, rgba(37, 37, 37, 0)), radial-gradient(circle farthest-corner at 50% 50%, transparent 18%, #000 20%, #000);
}

@media screen and (max-width: 991px) {
  .main_section.without-text.gr {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .heading {
    padding-right: 5px;
    line-height: 49px;
    letter-spacing: -4px;
  }

  .horizontal-wrapper {
    margin-top: 40px;
  }

  .horizontal-wrapper.n {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .horizontal-wrapper.nw {
    margin-top: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .div-block {
    width: 90%;
    margin-left: 0px;
  }

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

  .paragraph {
    width: 90%;
  }

  .image {
    margin-top: 0px;
  }

  .paragraph-2 {
    margin-top: 12px;
    margin-bottom: 27px;
  }

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

  .div-block-2.neg-margin {
    width: 100%;
    margin-top: 34px;
  }

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

  .div-block-6 {
    width: 40%;
  }

  ._3d-effect {
    width: auto;
    min-width: 400px;
  }

  ._3d-effect.hjbn {
    width: 100%;
  }

  ._3d-effect-1 {
    width: 100%;
  }

  .div-block-15 {
    background-color: rgba(0, 0, 0, 0.69);
  }
}

@media screen and (max-width: 767px) {
  .main_section.without-text.hero {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.57)), to(rgba(0, 0, 0, 0.57))), url('../images/Frame-7-2.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.57)), url('../images/Frame-7-2.png'), linear-gradient(180deg, transparent, transparent);
    background-position: 0px 0px, 100% 50%, 0px 0px;
    background-size: auto, cover, auto;
    background-repeat: repeat, no-repeat, repeat;
  }

  .heading {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -2px;
  }

  .heading.big {
    font-size: 68px;
    line-height: 60px;
  }

  .heading.big.white {
    font-size: 68px;
  }

  .heading.white {
    margin-right: 4px;
    font-size: 36px;
  }

  .heading.white.top {
    font-size: 53px;
    line-height: 43px;
  }

  .heading.top.h {
    font-size: 38px;
    line-height: 40px;
  }

  .heading.top.bh {
    font-size: 47px;
    line-height: 42px;
  }
p {
    font-family: Montserrat, sans-serif !important;
}
  .div-block.form {
    width: 100%;
    margin-right: 0px;
  }

  .center-align {
    font-size: 16px;
  }

  .speaker-box {
    width: 100%;
    height: 340px;
  }

  .div-block-5.left-aligned.horizontal.no-padding.m {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slider.gradient {
    height: 370px;
  }

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

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

  .image-5 {
    width: 40px;
  }

  .paragraph-3 {
    font-size: 14px;
    line-height: 20px;
  }

  ._3d-effect {
    height: 100px;
    min-width: 0px;
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #f1f1f1;
  }

  ._3d-effect.hjbn {
    background-color: transparent;
  }

  ._3d-effect-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }

  .heading-3de1 {
    margin-bottom: 15vw;
    font-size: 36px;
  }

  .text-3d-effect-mobile {
    display: block;
    font-size: 16px;
  }

  .slide-2 {
    box-shadow: none;
  }
}

@media screen and (max-width: 479px) {
  .main_section.without-text {
    padding-bottom: 0px;
  }

  .main_section.without-text.hero {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.91) 35%, hsla(0, 0%, 100%, 0)), url('../images/Frame-7-2.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.91) 35%, hsla(0, 0%, 100%, 0)), url('../images/Frame-7-2.png'), linear-gradient(180deg, transparent, transparent);
    background-position: 0px 0px, 100% 50%, 0px 0px;
    background-size: auto, cover, auto;
    background-repeat: repeat, no-repeat, repeat;
  }

  .heading {
    margin-top: 0px;
  }

  .heading.big {
    font-size: 58px;
    line-height: 51px;
  }

  .heading.big.white {
    font-size: 58px;
    line-height: 45px;
  }

  .heading.white {
    margin-bottom: 0px;
  }

  .heading.white.top {
    font-size: 44px;
    line-height: 37px;
  }

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

  .heading.top.bh {
    font-size: 61px;
    line-height: 49px;
  }

  .heading.top.bh.gr {
    white-space: normal;
  }

  .heading.gr {
    white-space: normal;
  }

  .heading.gr.njkn {
    font-size: 25px;
    line-height: 28px;
  }

  .heading.hvj {
    font-size: 24px;
    line-height: 28px;
  }

  .date-time-wrapper {
    width: 100%;
  }

  .inner-time-wrapper {
    width: 40%;
    height: 167px;
  }

  .inner-time-wrapper.none {
    width: 60%;
    height: 167px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .verticle-wrapper {
    position: relative;
    z-index: 3;
    max-width: 100%;
  }

  .box-outer {
    height: 450px;
    max-width: 100%;
  }

  .image {
    position: relative;
    z-index: 0;
    width: 90vw;
    margin-left: -156px;
  }

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

  .icon-theme {
    width: 48%;
    margin-bottom: 20px;
  }

  .heading-2.fs {
    font-size: 24px;
    line-height: 27px;
    font-weight: 400;
    text-align: center;
  }

  .slider.gradient.hbj {
    height: 220px;
  }

  .in-date {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block {
    margin-top: 15px;
    margin-left: 0px;
    text-align: center;
  }

  .text-block-2 {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .paragraph-3 {
    margin-top: 10px;
    margin-left: 0px;
    text-align: center;
  }

  .image-7 {
    left: auto;
    top: 40px;
    right: auto;
    bottom: auto;
  }

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

  ._3d-effect {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
  }

  ._3d-effect-1 {
    width: 100%;
    height: 100%;
    min-width: 0px;
    margin-top: 0px;
  }

  .heading-3de1 {
    margin-bottom: 4vw;
    font-size: 24px;
    line-height: 26px;
  }

  .heading-3de1.uhb {
    bottom: auto;
    margin-bottom: -3vw;
    line-height: 26px;
  }

  .text-3d-effect-mobile {
    text-align: center;
  }

  .bold-text-4 {
    line-height: 22px;
  }
}