h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

.navbar-wrapper {
  width: 100%;
  max-width: 1400px;
  padding-right: 40px;
  padding-left: 40px;
}

.body {
  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;
  background-color: #170b3c;
}

.section {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  min-height: auto;
  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;
}

.section.header {
  position: relative;
  overflow: visible;
  min-height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.section._2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  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: 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-color: #1d0d4e;
}

.section._3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  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: 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;
}

.section.roadmap {
  min-height: auto;
}

.section.token-minting {
  padding-bottom: 0px;
}

.section.token-details {
  min-height: auto;
}

.section.token-allocation {
  background-color: #1d0d4e;
}

.section.footer {
  z-index: 0;
  overflow: hidden;
  min-height: auto;
  margin-top: -170px;
  background-color: #4b2a90;
}

.hero--wrapper {
  position: relative;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  -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;
}

.hero--wrapper.section2 {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  padding-top: 60px;
  -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;
}

.hero--wrapper.section2.ver2 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.hero--wrapper.roadmap {
  position: relative;
  z-index: 5;
  margin-top: 0px;
  padding-top: 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero--wrapper.footer {
  position: relative;
  z-index: 5;
  max-width: 1440px;
  margin-top: 150px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image {
  max-width: 160%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-1 {
  width: 70%;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
}

.paragraph-text {
  width: 40%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  color: #e1e1e1;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.paragraph-text.long-text {
  width: 100%;
}

.paragraph-text.long-text.purple {
  display: none;
  width: 90%;
  font-family: Poppins, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 24px;
}

.paragraph-text.long-text.purple.left-align {
  width: 50%;
  text-align: left;
}

.cta {
  min-width: 200px;
  max-width: 250px;
  margin-right: 20px;
  margin-left: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 10px;
  background-image: linear-gradient(155deg, #ff41d5, #8e18ea 69%, #18eadd);
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.cta.secondary {
  width: 250px;
  margin-right: 0px;
  margin-left: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #ff00f6;
  background-color: rgba(56, 152, 236, 0);
  background-image: none;
}

.cta.optional {
  position: absolute;
  left: auto;
  top: 3px;
  right: 1%;
  bottom: 3px;
  margin-right: 0px;
}

.content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-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;
}

.content-wrapper.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 60px;
  -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;
}

.content-wrapper.token-minting {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.content-wrapper.token-minting.ver2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.content-wrapper.token-minting.ver2.left {
  display: -ms-grid;
  display: grid;
  justify-items: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto;
}

.content-wrapper.token-minting.ver2.right {
  display: -ms-grid;
  display: grid;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto;
}

.content-wrapper.token-details {
  width: 90%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-wrapper.vertical {
  margin-top: 60px;
}

.content-wrapper.section-3 {
  margin-top: 190px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.content-wrapper.cta-banner {
  width: 50%;
  margin-top: 0px;
  -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;
}

.content-wrapper.cta-banner.right-align {
  margin-top: -129px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.content-wrapper.horizontal {
  width: 100%;
}

.content-wrapper.footer {
  width: 40%;
  margin-top: 0px;
  -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;
}

.content-wrapper.footer.right-align {
  width: 60%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  max-width: 30%;
}

.image-3 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  max-width: 20%;
}

.bodytext {
  width: 50%;
  padding-right: 40px;
  color: #e0c0f3;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}

.bodytext._3 {
  width: auto;
  margin-top: 30px;
  padding-right: 0px;
  font-family: Poppins, sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
body {
  font-family: Poppins, sans-serif;
}

.bodytext._3.short-text {
  width: 60%;
  text-align: left;
}

.bodytext._3.white {
  width: 90%;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  text-align: left;
}

.bodytext.left-align {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  text-align: left;
}

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

.image-6 {
  position: absolute;
  left: -28%;
  top: -30%;
  right: auto;
  bottom: auto;
  max-width: 50%;
}

.line {
  width: 120px;
  height: 5px;
  margin-bottom: 20px;
  background-color: #f43dd7;
}

.image-7 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.icon-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  min-height: 290px;
  padding: 45px 30px 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;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 25px;
  background-image: linear-gradient(
    346deg,
    rgba(177, 150, 255, 0.4),
    hsla(0, 0%, 100%, 0.2)
  );
}

.icon-wrapper.small {
  width: 30%;
  height: 100%;
  min-height: 430px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-width: 0px;
  border-color: transparent;
  background-image: none;
  cursor: auto;
}

.icon-wrapper.small:hover {
  border-width: 1px;
  border-color: rgba(244, 61, 215, 0.11);
  background-color: hsla(0, 0%, 100%, 0.05);
  background-image: none;
}

.heading-2 {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 600;
}

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

.heading-3 {
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}

.icon-1 {
  position: absolute;
  top: 0px;
  max-width: 70%;
  margin-top: -120px;
}

.icon-1.ver-2 {
  position: static;
  margin-top: 0px;
}

.image-8 {
  position: absolute;
  left: auto;
  top: -10%;
  right: 0%;
  bottom: auto;
  max-width: 10%;
}

.image-9 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  max-width: 16%;
}

.image-9.ver2 {
  top: 40%;
}

.image-9.ver3 {
  top: -20%;
}

.image-10 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  max-width: 23%;
}

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

.image-12 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -30%;
  max-width: 20%;
}

.image-12._3 {
  bottom: 20%;
}

.roadmap-illustrations {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.heading-5 {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.heading-5.left-alignment {
  display: block;
  text-align: left;
}

.heading-5.left-alignment.hidden {
  display: none;
}

.heading-5.right-alignment {
  text-align: right;
}

.heading-5.regular {
  font-weight: 400;
}

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

.image-13.option2 {
  margin-bottom: 20px;
}

.token-wrapper {
  display: none;
  overflow: visible;
  -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;
}

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

.wrapper.token-minting {
  display: none;
}

.top-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-image: linear-gradient(158deg, #7035ec 6%, #e249e5 62%, #170b3b);
}

.table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding: 20px 20px 60px;
  -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;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: hsla(0, 0%, 92.9%, 0.05);
}

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

.icon-token {
  margin-right: 20px;
}

._21-million-token {
  width: 30%;
  height: auto;
  padding: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 122, 246, 0.3);
  border-radius: 10px;
  background-color: hsla(0, 0%, 98.4%, 0.05);
}

.token-allocation-illustrations {
  max-width: 100%;
  margin-top: 60px;
}

.text-span {
  color: #c972ff;
}

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

.text-span-3 {
  color: #c972ff;
}

.text-span-4 {
  color: #c972ff;
}

.photo-wrapper {
  position: relative;
  width: 30%;
  height: auto;
  min-height: 320px;
  margin-right: 20px;
}

.photo-wrapper:hover {
  border-style: solid;
  border-width: 2px;
  border-color: rgba(252, 137, 233, 0.86);
}

.photo-wrapper.right {
  width: 20%;
}

.bg-blur-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  overflow: hidden;
  width: 100%;
  height: 30%;
  padding: 20px;
  background-color: transparent;
}

.lottie-animation-2 {
  position: relative;
  z-index: 0;
  display: none;
  margin-top: -390px;
}

.bg-blur {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url("../images/blur-mobile.png");
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-filter: blur(12px);
  filter: blur(12px);
}

.bg-blur.no-blur {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: rgba(140, 57, 245, 0.6);
  background-image: none;
  -webkit-filter: none;
  filter: none;
}

.heading-4 {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}

.heading-4.left {
  font-size: 18px;
  text-align: left;
}

.call-to-action-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  min-height: 280px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 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;
  border-radius: 5px;
  background-image: linear-gradient(142deg, #9026fb, #ff54c5);
}

.form-block {
  width: 100%;
}

.image-14 {
  max-width: 70%;
}

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

.text-field {
  height: auto;
  margin-bottom: 0px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 10px;
}

.footer-logo {
  width: 40%;
  max-width: none;
}

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

.link {
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.sub-menu-wrapped {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

.profpict {
  max-width: 100%;
}

.success-message {
  border-radius: 10px;
  background-color: #fff;
}

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

.text-span-5 {
  color: #c972ff;
}

.paragrapah-header {
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 18px;
  font-weight: 400;
}

.text-span-6 {
  color: #c972ff;
}

.icon {
  max-width: 100%;
  margin-top: 10px;
}

.preloader-animation {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  min-height: 500vh;
  -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: #000;
}

.preloader {
  position: relative;
  z-index: 1;
  max-width: 15%;
}

.body1 {
  width: 90%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  line-height: 24px;
  /* text-align: center; */
  text-align: justify;
}

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

.lottie-animation-3 {
  max-width: 100%;
}

.lottie-what-is-landorc {
  display: none;
}

.illustrations-what-is-landorc-static {
  display: none;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  min-width: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed {
  position: static;
  z-index: 99;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.html-embed-2 {
  margin-top: -460px;
}

.html-embed-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
}

.html-embed-4 {
  position: absolute;
}

.link-block {
  width: 10%;
}

.link-block-2 {
  width: 10%;
}

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

  .section._2 {
    position: relative;
    min-height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 60px;
  }

  .section._3 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section.token-minting {
    padding-bottom: 0px;
  }

  .hero--wrapper.section2 {
    position: relative;
    z-index: 5;
    padding-top: 60px;
    padding-bottom: 0px;
  }

  .hero--wrapper.section2.ver2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero--wrapper.roadmap {
    position: relative;
    z-index: 3;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero--wrapper.footer {
    max-width: 1400px;
  }

  .heading-1 {
    font-size: 48px;
    line-height: 60px;
  }

  .content-wrapper {
    position: relative;
    z-index: 5;
  }

  .content-wrapper.section-2 {
    margin-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content-wrapper.big {
    width: 100%;
  }

  .content-wrapper.token-minting {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-wrapper.token-minting.ver2.right {
    grid-row-gap: 30px;
  }

  .content-wrapper.section-3 {
    margin-top: 200px;
  }

  .content-wrapper.horizontal {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .content-wrapper.footer.right-align {
    width: 50%;
  }

  .bodytext._3 {
    width: 90%;
    font-size: 12px;
  }

  .bodytext._3.white {
    font-size: 14px;
    line-height: 24px;
  }

  .bodytext.left-align {
    color: #fff;
  }

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

  .image-6 {
    position: absolute;
    left: -15%;
    top: -20%;
    right: auto;
    bottom: auto;
    z-index: 0;
    max-width: 35%;
  }

  .line {
    overflow: visible;
    width: 130px;
    height: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #f43dd7;
  }

  .image-7 {
    position: absolute;
    left: auto;
    top: 0%;
    right: auto;
    bottom: auto;
    display: block;
    width: 50%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  .icon-wrapper {
    width: 25%;
    min-height: 320px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .icon-wrapper.small {
    min-height: 460px;
  }

  .icon-wrapper.middle {
    margin-right: 40px;
    margin-left: 40px;
  }

  .heading-2 {
    margin-right: 0px;
    margin-left: 0px;
    font-family: Poppins, sans-serif;
    color: #fff;
    font-weight: 600;
  }

  .heading-3 {
    font-size: 22px;
    line-height: 30px;
  }

  .icon-1 {
    top: 0px;
  }

  .image-10.ver2 {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
  }

  .image-12._2 {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .heading-5 {
    font-family: Inter, sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
  }

  .heading-5.right-align {
    width: auto;
    text-align: right;
  }

  .heading-5.left-alignment.regular {
    font-size: 16px;
  }

  .heading-5.left-alignment._2 {
    line-height: 28px;
    font-weight: 400;
  }

  .heading-5.regular {
    line-height: 30px;
  }

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

  .image-13.option2 {
    margin-bottom: 40px;
  }

  .token-wrapper {
    display: none;
    overflow: visible;
  }

  .top-table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    padding: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background-image: linear-gradient(
      147deg,
      #7035ec 30%,
      #e249e5 64%,
      #170b3b 103%
    );
  }

  .table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    padding: 30px;
    -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;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: hsla(0, 0%, 92.9%, 0.05);
  }

  .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._21-million-token {
    width: 20%;
  }

  .photo-wrapper {
    width: 30%;
    min-height: 350px;
  }

  .photo-wrapper.right {
    width: 30%;
  }

  .bg-blur-wrapper {
    height: 30%;
  }

  .lottie-animation-2 {
    margin-top: -510px;
  }

  .bg-blur {
    background-image: url("../images/blur-desktop.jpeg");
  }

  .profpict.placeholder {
    width: 100%;
    max-width: none;
  }

  .body1 {
    width: 80%;
  }

  .lottie-what-is-landorc {
    max-width: 50%;
  }

  .html-embed-2 {
    margin-top: -500px;
  }
}

@media screen and (min-width: 1440px) {
  .navbar-wrapper {
    position: relative;
    z-index: 2;
    margin-right: auto;
    margin-left: auto;
  }

  .hero--wrapper {
    position: relative;
    z-index: 9;
    max-width: 1400px;
  }

  .hero--wrapper.section2 {
    max-width: 1400px;
  }

  .hero--wrapper.section2.ver2 {
    padding-bottom: 0px;
  }

  .hero--wrapper.roadmap {
    max-width: 1400px;
  }

  .hero--wrapper.footer {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .paragraph-text.long-text.purple {
    font-size: 18px;
  }

  .paragraph-text.long-text.purple.left-align {
    width: 40%;
  }

  .content-wrapper.token-details {
    width: 100%;
  }

  .content-wrapper.vertical {
    margin-top: 80px;
  }

  .content-wrapper.horizontal {
    width: 100%;
  }

  .content-wrapper.footer.right-align {
    width: 50%;
  }

  .bodytext._3 {
    width: 90%;
    font-size: 14px;
    line-height: 26px;
  }

  .bodytext._3.white {
    font-size: 16px;
  }

  .bodytext.left-align {
    font-size: 14px;
  }

  .line {
    width: 120px;
    margin-bottom: 20px;
  }

  .icon-wrapper {
    width: 25%;
  }

  .icon-wrapper.small {
    width: 25%;
    min-height: 510px;
  }

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

  .heading-3 {
    margin-top: 20px;
    font-size: 24px;
  }

  .icon-1 {
    margin-top: -170px;
  }

  .heading-5.left-alignment {
    line-height: 28px;
  }

  .heading-5.left-alignment._2 {
    line-height: 30px;
  }

  .top-table {
    width: 50%;
    padding: 15px;
  }

  .table {
    width: 50%;
  }

  .title {
    width: 70%;
  }

  .photo-wrapper {
    width: 30%;
    min-height: 400px;
  }

  .photo-wrapper.right {
    margin-right: 0px;
  }

  .bg-blur-wrapper {
    height: 30%;
  }

  .lottie-animation-2 {
    position: relative;
    z-index: 0;
    margin-top: -630px;
  }

  .bg-blur.no-blur {
    padding: 20px;
  }

  .call-to-action-banner {
    max-width: 1400px;
  }

  .image-14 {
    margin-right: 40px;
  }

  .link {
    font-size: 18px;
  }

  .profpict {
    width: 100%;
  }

  .preloader-animation {
    display: none;
  }

  .preloader {
    position: relative;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 1;
  }

  .body1 {
    width: 70%;
    font-size: 16px;
  }

  .lottie-what-is-landorc {
    max-width: 45%;
  }

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

  .html-embed {
    width: 40%;
  }

  .html-embed-2 {
    margin-top: -570px;
  }

  .html-embed-3 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .navbar-wrapper {
    margin-right: auto;
    margin-left: auto;
  }

  .section.header {
    min-height: auto;
  }

  .section.token-minting {
    padding-bottom: 0px;
  }

  .section.footer {
    margin-top: -180px;
  }

  .hero--wrapper {
    max-width: 1400px;
  }

  .hero--wrapper.section2.ver2 {
    padding-bottom: 60px;
  }

  .hero--wrapper.footer {
    max-width: 1400px;
  }

  .heading-1 {
    font-size: 52px;
    line-height: 70px;
  }

  .paragraph-text.long-text.purple {
    font-size: 20px;
  }

  .cta {
    padding: 20px 30px;
    font-size: 20px;
  }

  .cta.optional {
    top: 3px;
  }

  .content-wrapper.token-details {
    width: 90%;
  }

  .content-wrapper.section-3 {
    margin-top: 220px;
  }

  .content-wrapper.horizontal {
    width: 100%;
  }

  .bodytext._3 {
    width: 80%;
    font-size: 14px;
    line-height: 26px;
  }

  .bodytext._3.white {
    font-size: 16px;
  }

  .bodytext.left-align {
    width: 50%;
    font-size: 14px;
  }

  .line {
    margin-bottom: 10px;
  }

  .icon-wrapper {
    width: 25%;
  }

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

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

  .roadmap-illustrations {
    max-width: 100%;
  }

  .wrapper {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .top-table {
    width: 50%;
  }

  .table {
    width: 50%;
    margin-bottom: 0px;
    padding: 12px;
  }

  .token-allocation-illustrations {
    max-width: 100%;
  }

  .photo-wrapper {
    width: 30%;
    min-height: 440px;
  }

  .photo-wrapper.right {
    margin-right: 0px;
  }

  .bg-blur-wrapper {
    height: 30%;
  }

  .lottie-animation-2 {
    max-width: none;
    min-width: 200px;
    margin-top: -810px;
  }

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

  .call-to-action-banner {
    max-width: 1400px;
  }

  .text-field {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .profpict {
    width: 100%;
    max-width: none;
  }

  .paragrapah-header {
    font-size: 20px;
  }

  .body1 {
    font-size: 16px;
  }

  .html-embed {
    width: 50%;
  }

  .html-embed-2 {
    margin-top: -730px;
  }
}

.landorc-content .body1 {
  width: 100%;
  font-size: 14px;
}

@media screen and (max-width: 991px) {
  .heading-1 {
    width: 80%;
    font-size: 38px;
  }

  .content-wrapper.section-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .landorc-content {
    width: 100%;
    padding-right: 0;
  }

  .content-wrapper.token-minting.ver2.right {
    grid-row-gap: 30px;
  }

  .content-wrapper.horizontal {
    width: 90%;
  }

  .bodytext.left-align {
    width: 100%;
    padding-right: 0px;
    text-align: center;
  }

  .line {
    width: 100px;
  }

  .icon-wrapper {
    width: 30%;
  }

  .icon-wrapper.middle {
    width: 30%;
  }

  .icon-1 {
    top: -87px;
    margin-top: 0px;
  }

  .heading-5 {
    text-align: center;
  }

  .heading-5.left-alignment.regular {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 12px;
  }

  .heading-5.right-alignment {
    font-size: 14px;
  }

  .image-13.option2 {
    max-width: 90%;
  }

  .top-table {
    width: 90%;
  }

  .table {
    width: 90%;
  }

  .photo-wrapper {
    width: 30%;
    min-height: 280px;
  }

  .bg-blur-wrapper {
    height: 40%;
    padding: 10px;
  }

  .lottie-animation-2 {
    margin-top: -260px;
  }

  .bg-blur.no-blur {
    height: 100%;
    padding: 8px;
  }

  .heading-4.left {
    margin-top: 0px;
    font-size: 16px;
  }

  .call-to-action-banner {
    padding-right: 20px;
    padding-left: 20px;
  }

  .html-embed-2 {
    margin-top: -270px;
  }
}

@media screen and (max-width: 767px) {
  .content-wrapper.footer {
    width: 60%;
  }

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

  .section.token-details {
    min-height: auto;
  }

  .hero--wrapper {
    position: relative;
    z-index: 3;
  }

  .hero--wrapper.footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-1 {
    width: 90%;
    font-size: 32px;
  }

  .paragraph-text {
    font-size: 12px;
    line-height: 130%;
  }

  .paragraph-text.long-text.purple {
    font-size: 14px;
  }

  .paragraph-text.long-text.purple.left-align {
    width: 70%;
  }

  .content-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .content-wrapper.section-2 {
    margin-top: 40px;
    margin-bottom: 30px;
    -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;
  }

  .content-wrapper.token-minting.ver2.left {
    grid-row-gap: 0px;
  }

  .content-wrapper.token-minting.ver2.right {
    grid-row-gap: 0px;
  }

  .content-wrapper.token-details {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

  .content-wrapper.section-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-wrapper.cta-banner {
    width: 100%;
  }

  .content-wrapper.cta-banner.right-align {
    position: absolute;
    left: auto;
    top: auto;
    right: -17%;
    bottom: 70%;
    width: auto;
    margin-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .content-wrapper.footer.right-align {
    width: 80%;
    margin-top: 40px;
  }

  .bodytext {
    width: 100%;
  }

  .bodytext._3.short-text {
    width: 100%;
  }

  .bodytext.left-align {
    padding-right: 0px;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
  }

  .icon-wrapper {
    width: 60%;
    margin-top: 100px;
    margin-bottom: 70px;
    padding-top: 50px;
  }

  .icon-wrapper.small {
    width: 70%;
    margin-bottom: 0px;
  }

  .icon-wrapper.middle {
    width: 60%;
  }

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

  .icon-1 {
    top: 0px;
    max-width: 60%;
    margin-top: -160px;
  }

  .icon-1.ver-2 {
    max-width: 100%;
  }

  .heading-5.left-alignment {
    font-size: 12px;
  }

  .heading-5.right-alignment {
    font-size: 12px;
  }

  ._21-million-token {
    width: 40%;
    padding: 8px;
  }

  .photo-wrapper {
    width: 50%;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .photo-wrapper.right {
    width: 40%;
  }

  .bg-blur-wrapper {
    height: 39%;
  }

  .lottie-animation-2 {
    margin-top: -170px;
  }

  .bg-blur.no-blur {
    padding: 17px;
  }

  .call-to-action-banner {
    position: relative;
    overflow: visible;
    min-height: auto;
    padding: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .image-14 {
    max-width: 40%;
  }

  .footer-logo {
    width: 80%;
  }

  .link {
    font-size: 12px;
  }

  .icon {
    margin-top: 10px;
  }

  .html-embed-2 {
    margin-top: -160px;
  }

  .d-sm-none {
    display: none !important;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 60px;
    padding-bottom: 0px;
  }

  .section.header {
    min-height: auto;
  }

  .section._2 {
    padding-bottom: 40px;
  }

  .section._3 {
    padding-bottom: 0px;
  }

  .section.roadmap {
    padding-bottom: 0px;
  }

  .section.token-minting {
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .section.token-details {
    min-height: auto;
    padding-bottom: 40px;
  }

  .section.token-allocation {
    min-height: auto;
    padding-bottom: 40px;
  }

  .hero--wrapper.section2 {
    padding-top: 0px;
  }

  .hero--wrapper.section2._100 {
    width: 100%;
  }

  .hero--wrapper.roadmap {
    height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .heading-1 {
    width: 100%;
    font-size: 22px;
    line-height: 32px;
  }

  .paragraph-text {
    width: 70%;
    margin-top: 0px;
  }

  .paragraph-text.long-text.purple {
    width: 90%;
    font-size: 12px;
  }

  .paragraph-text.long-text.purple.left-align {
    width: 90%;
  }

  .cta {
    width: 170px;
    margin-right: auto;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .cta.secondary {
    margin-right: auto;
    margin-left: auto;
  }

  .cta.optional {
    position: static;
    width: 100%;
  }

  .content-wrapper {
    width: 100%;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-wrapper.token-minting.ver2 {
    display: -ms-grid;
    display: grid;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto;
  }

  .content-wrapper.token-minting.ver2.left {
    width: 80%;
  }

  .content-wrapper.token-minting.ver2.right {
    width: 80%;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .content-wrapper.section-3 {
    margin-top: 40px;
  }

  .content-wrapper.cta-banner.right-align {
    position: static;
    right: -19%;
    bottom: 69%;
    margin-top: -201px;
  }

  .content-wrapper.footer {
    width: 100%;
  }

  .content-wrapper.footer.right-align {
    width: 80%;
  }

  .image-3 {
    max-width: 40%;
  }

  .bodytext {
    padding-right: 0px;
  }

  .bodytext._3 {
    margin-top: 10px;
    font-size: 12px;
  }

  .bodytext._3.white {
    font-size: 12px;
  }

  .bodytext.left-align {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    line-height: 160%;
  }

  .line {
    margin-bottom: 5px;
  }

  .icon-wrapper {
    width: 80%;
    height: auto;
    min-height: 290px;
    margin-top: 60px;
    margin-bottom: 20px;
    padding-top: 30px;
  }

  .icon-wrapper.small {
    width: 100%;
    min-height: auto;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .icon-wrapper.middle {
    width: 80%;
    margin-top: 60px;
  }

  .heading-2 {
    font-size: 26px;
    text-align: center;
  }

  .heading-3 {
    margin-top: 10px;
    font-size: 22px;
  }

  .icon-1 {
    position: static;
    top: 40px;
    max-width: 60%;
    margin-top: -90px;
  }

  .image-9.ver2 {
    max-width: 20%;
  }

  .image-9.ver3 {
    top: 0%;
    z-index: 0;
    max-width: 20%;
  }

  .image-11 {
    max-width: 20%;
  }

  .roadmap-illustrations {
    height: 100%;
    max-width: 100%;
    margin-top: 40px;
  }

  .heading-5.left-alignment {
    font-size: 10px;
  }

  .heading-5.left-alignment._2 {
    font-size: 12px;
  }

  .heading-5.right-alignment {
    font-size: 10px;
  }

  .image-13.option2 {
    margin-bottom: 40px;
  }

  .wrapper.token-minting {
    display: none;
  }

  .top-table {
    padding: 8px;
  }

  .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .icon-token {
    margin-right: 0px;
  }

  ._21-million-token {
    width: 60%;
    padding: 0px;
  }

  .token-allocation-illustrations {
    width: 115%;
    max-width: none;
  }

  .photo-wrapper {
    width: 70%;
    height: 100%;
    min-height: 260px;
  }

  .photo-wrapper.right {
    width: 70%;
  }

  .bg-blur-wrapper {
    height: 40%;
  }

  .lottie-animation-2 {
    width: auto;
    min-width: auto;
    margin-top: -120px;
    margin-right: auto;
    margin-left: auto;
  }

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

  .call-to-action-banner {
    overflow: visible;
  }

  .image-14 {
    max-width: 100%;
  }

  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-field {
    margin-bottom: 10px;
  }

  .footer-logo {
    width: 50%;
  }

  .text-span-5 {
    color: #c972ff;
  }

  .paragrapah-header {
    font-size: 12px;
    text-align: center;
  }

  .icon {
    margin-top: 0px;
  }

  .body1.left {
    width: 90%;
  }

  .lottie-what-is-landorc {
    display: none;
  }

  .illustrations-what-is-landorc-static {
    display: none;
    max-width: 90%;
  }

  .html-embed {
    width: 100%;
  }

  .html-embed-2 {
    margin-top: -120px;
  }
}