:root {
  --font-color: #eeeef2;
  --dm-primary: #09bc9c;
  --white: white;
  --black: black;
  --dm-primary-dark: #006a6a;
}

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

.wrapper {
  width: 100vw;
  margin-top: 2vw;
  overflow: visible;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.section.slider {
  justify-content: center;
  align-items: center;
}

.section.this-is-section {
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: 200vw;
  position: relative;
}

.section.elevate-section {
  overscroll-behavior: none;
  justify-content: flex-start;
  width: auto;
  height: 600vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section.features-section {
  height: auto;
  position: relative;
}

.section.steps-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
}

.section.faq-section {
  justify-content: center;
  height: auto;
}

.section.website-p {
  flex-direction: column;
  height: auto;
  position: relative;
}

.section.testimonials {
  height: 300vh;
}

.section.work-with-is {
  justify-content: center;
  align-items: center;
}

.section.header {
  position: static;
}

.section.interactive-page-section {
  overflow: hidden;
}

.section.stop-hoping {
  height: auto;
}

.body {
  color: var(--font-color);
  background-color: #071c28;
  font-family: Phenomena, sans-serif;
  overflow-x: hidden;
}

.body.no-scroll {
  overflow: hidden;
}

.header-text-2 {
  z-index: 5;
  text-align: center;
  font-size: max(16px, min(13vw, 200px));
  font-weight: 900;
  line-height: 80%;
  position: relative;
}

.header-text {
  color: var(--dm-primary);
  font-size: max(16px, min(6vw, 200px));
  font-weight: 400;
  line-height: 100%;
}

.digital-mantras-logo {
  z-index: 1;
  width: 25.5vw;
  max-width: none;
  height: 25.8vw;
  position: fixed;
  transform: translate(-6vw, -7.5vw);
}

.background-gradient {
  z-index: -1;
  filter: blur(10vw);
  background-image: radial-gradient(circle at 100% 0, #006a6a, #071c28);
  border-radius: 100vw;
  width: 90vw;
  height: 50vw;
  position: fixed;
  bottom: -12.3vw;
  left: -47.4vw;
  overflow: hidden;
}

.left-wrapper {
  grid-column-gap: 2.3vh;
  grid-row-gap: 2.3vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70vw;
  padding-left: 5vw;
  display: flex;
  position: relative;
}

.header-desc {
  text-align: center;
  width: 65vw;
  font-size: 3vw;
  font-weight: 700;
  line-height: 100%;
}

.header-cont {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.primary-button {
  color: var(--font-color);
  text-align: center;
  padding-right: 2.2vw;
  font-size: 2.3vw;
  font-weight: 700;
  line-height: 100%;
}

.primary-button.fixed-button {
  white-space: nowrap;
}

.button-container {
  background-image: linear-gradient(#006a6a, #006a6a);
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  width: 28.5vw;
  height: 4.5vw;
  padding-left: 2vw;
  padding-right: 3.5vw;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-container.button-fixed {
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, .25)) drop-shadow(-2px 4px 5px rgba(0, 0, 0, .21)) drop-shadow(-4px 10px 6px rgba(0, 0, 0, .13)) drop-shadow(-7px 17px 7px rgba(0, 0, 0, .04)) drop-shadow(-12px 26px 8px rgba(0, 0, 0, 0));
  width: 0;
  height: 0;
  overflow: hidden;
}

.larger-background {
  z-index: -1;
  width: 89.5vw;
  height: 93.05vw;
  margin-top: -15vw;
  margin-left: 45vw;
  display: block;
}

.side-nav {
  z-index: 5;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 20vw;
  font-size: 25px;
  display: flex;
  position: fixed;
  bottom: 2vw;
  left: 1vw;
}

.nav-circle {
  background-color: var(--dm-primary);
  border-radius: 2vw;
  width: .6vw;
  height: .6vw;
}

.right-wrapper {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30vw;
  height: 132vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.vertical-wrapper {
  grid-column-gap: 3.5vw;
  grid-row-gap: 3.5vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 10vw;
  padding-bottom: 10vw;
  display: flex;
}

.vertical-wrapper.webistes-w {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.vertical-wrapper.webistes-w.landing-page {
  top: 10vw;
}

.vertical-wrapper.webistes-w.or-interactive {
  height: 100vh;
  top: 20vw;
}

.sidenav-text {
  color: var(--font-color);
  width: 0;
  font-size: 1.8vw;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.scroll-box {
  background-image: url('../images/arrow_ste.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.5vw 1.5vw;
  justify-content: center;
  align-items: center;
  width: 6.5vw;
  height: 6.5vw;
  display: flex;
  position: absolute;
  bottom: 3vw;
  right: 0;
}

.contact-email {
  z-index: 2;
  color: #0abc9c;
  font-size: 1.7vw;
  font-weight: 700;
  line-height: 100%;
  position: fixed;
  bottom: 1.5vw;
  right: 1.5vw;
}

.header-image-slider {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 16.6vw;
  height: 100%;
  display: flex;
}

.website-images {
  z-index: 5;
  object-fit: cover;
  flex: none;
  width: 100%;
}

.info-text {
  text-align: right;
  width: 50vw;
  height: 11.3vw;
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 100%;
  position: relative;
  top: 30vw;
  right: 4vw;
}

.info-text2 {
  text-align: left;
  width: 51vw;
  height: 11.3vw;
  font-size: 3.1vw;
  font-weight: 700;
  line-height: 100%;
  position: relative;
  top: 6.3vw;
  left: 10vw;
}

.slider-content {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.text-block-5 {
  text-align: center;
  width: 90vw;
  padding-top: 2vw;
  padding-bottom: 2vw;
  font-size: 3vw;
  font-weight: 700;
  line-height: 100%;
}

.of-customers {
  color: var(--font-color);
  text-align: center;
  font-size: 13.1vw;
  font-weight: 900;
  line-height: 80%;
}

.text-white {
  font-size: 10vw;
  font-weight: 900;
  line-height: 80%;
}

.pen {
  z-index: 2;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, .25)) drop-shadow(-2px 4px 5px rgba(0, 0, 0, .21)) drop-shadow(-4px 10px 6px rgba(0, 0, 0, .13)) drop-shadow(-7px 17px 7px rgba(0, 0, 0, .04)) drop-shadow(-12px 26px 8px rgba(0, 0, 0, 0));
  justify-content: center;
  align-items: center;
  width: 5.6vw;
  height: 5.6vw;
  position: absolute;
  right: -.5vw;
}

.pen.fixed-pen {
  width: 5vw;
  height: 5vw;
}

.elevate-container {
  grid-column-gap: 6.4vw;
  grid-row-gap: 6.4vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-8 {
  text-align: center;
  width: 30vw;
  font-size: 3.1vw;
  font-weight: 700;
  line-height: 100%;
}

.text-block-8-copy {
  text-align: center;
  width: 30vw;
  font-size: 1.75vw;
  font-weight: 400;
  line-height: 100%;
}

.elevate-content {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-direction: column;
  width: 30vw;
  display: flex;
}

.experience-wrapper {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(6, 36, 47, .42);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  font-weight: 400;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.experience-wrapper._1 {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: rgba(0, 0, 0, 0);
}

.elevate-wrapper {
  flex: none;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.elevate-wrapper.first-page {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.hoping-text {
  color: var(--dm-primary);
  text-align: center;
  width: 80vw;
  font-size: 7.3vw;
  font-weight: 900;
  line-height: 80%;
}

.hoping-text2 {
  text-align: center;
  width: 80vw;
  font-size: 9.8vw;
  font-weight: 900;
  line-height: 80%;
}

.hoping-text3 {
  text-align: center;
  width: 93vw;
  font-size: 3.1vw;
  font-weight: 700;
  line-height: 80%;
}

.text-block-9 {
  text-align: center;
  text-transform: uppercase;
  font-size: 9.9vw;
  font-weight: 900;
  line-height: 106%;
}

.text-block-9.interactive-page-text {
  top: 25vw;
}

.horizontal-wrapper {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  width: 100vw;
  height: 100%;
  display: flex;
}

.info-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.image {
  transform-style: preserve-3d;
  width: 19.2vw;
  height: 31.8vw;
  transform: translate(-25vw, 11vw)scale(1.8)skew(0deg, -14deg);
}

.interactive-wrapper {
  grid-column-gap: 3.5vw;
  grid-row-gap: 3.5vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.just-interactive {
  text-align: center;
  width: 55vw;
  font-size: 10vw;
  font-weight: 900;
  line-height: 100%;
  position: absolute;
  right: 1vw;
}

.prmary-text-span {
  color: var(--dm-primary);
}

.features-wrapper {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100%;
  padding-top: 5vw;
  display: flex;
}

.title {
  font-size: 13.1vw;
  font-weight: 900;
  line-height: 80%;
}

.features-c {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  width: 80vw;
  height: 44vw;
  display: flex;
}

.features-tile {
  color: #071b28;
  text-align: center;
  font-size: 5.5vw;
  font-weight: 900;
  line-height: 80%;
}

.features-container {
  grid-column-gap: 1.9vw;
  grid-row-gap: 1.9vw;
  background-color: var(--dm-primary);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 2.3vw;
  padding-right: 2.3vw;
  display: flex;
}

.features-box-content {
  color: #071b28;
  text-align: center;
  width: 26.2vw;
  height: 15.8vw;
  font-size: 3vw;
  font-weight: 700;
  line-height: 80%;
}

.right-content {
  grid-column-gap: 1.9vw;
  grid-row-gap: 1.9vw;
  -webkit-backdrop-filter: blur(6.3px);
  backdrop-filter: blur(6.3px);
  background-color: rgba(7, 27, 40, .5);
  border: 1px solid rgba(9, 188, 156, .3);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 9vw;
  padding-bottom: 9vw;
  display: flex;
  position: relative;
}

.features-gif-1 {
  border: 4px solid #09bc9c;
  border-radius: 20px;
  width: 17vw;
  height: 12.5vw;
  position: absolute;
  top: 2.5vw;
  left: 2.6vw;
  overflow: hidden;
}

.features-gif-2 {
  z-index: -1;
  border: 4px solid #09bc9c;
  border-radius: 20px;
  width: 20.8vw;
  height: 15.7vw;
  position: absolute;
  top: 4.5vw;
  right: 17.2vw;
  overflow: hidden;
}

.features-gif-3 {
  border: 4px solid #09bc9c;
  border-radius: 20px;
  width: 15.5vw;
  height: 11.5vw;
  position: absolute;
  top: 3.8vw;
  right: 1.3vw;
  overflow: hidden;
}

.features-gif-4 {
  z-index: 1;
  border: 4px solid #09bc9c;
  border-radius: 20px;
  width: 16vw;
  height: 12vw;
  position: absolute;
  top: 15.4vw;
  left: 5vw;
  overflow: hidden;
}

.features-gif-5 {
  z-index: 1;
  border: 4px solid #09bc9c;
  border-radius: 20px;
  width: 18vw;
  height: 13.5vw;
  position: absolute;
  top: 15.8vw;
  right: 4.7vw;
  overflow: hidden;
}

.features-gif-6 {
  z-index: 1;
  border: 4px solid #09bc9c;
  border-radius: 20px;
  width: 17vw;
  height: 12.8vw;
  position: absolute;
  bottom: 1.1vw;
  left: 1.1vw;
  overflow: hidden;
}

.features-gif-7 {
  z-index: 1;
  border: 4px solid #09bc9c;
  border-radius: 20px;
  width: 18.3vw;
  height: 13.8vw;
  position: absolute;
  bottom: 5.1vw;
  left: 19.8vw;
  overflow: hidden;
}

.features-gif-8 {
  z-index: 1;
  border: 4px solid #09bc9c;
  border-radius: 20px;
  width: 15vw;
  height: 11.7vw;
  position: absolute;
  bottom: 2.2vw;
  right: 1.6vw;
  overflow: hidden;
}

.intracive-page-info {
  text-align: center;
  text-transform: capitalize;
  width: 80vw;
  font-size: 7.3vw;
  font-weight: 900;
  line-height: 100%;
}

.text-block-13-copy {
  text-align: center;
  text-transform: capitalize;
  width: 80vw;
  font-size: 3vw;
  font-weight: 700;
  line-height: 100%;
}

.interactive-page {
  grid-column-gap: 2.8vw;
  grid-row-gap: 2.8vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.this-is-wrapper {
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 200vw;
  padding-left: 3vw;
  display: flex;
}

.text-block-14 {
  text-align: center;
  text-transform: capitalize;
  width: 48.624vw;
  font-size: 7.29vw;
  font-weight: 900;
  line-height: 100%;
}

.websites-demo {
  grid-column-gap: 1.2vw;
  grid-row-gap: 1.2vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-2 {
  object-fit: cover;
  border-radius: 20px;
  width: 30vw;
  height: 40.5vw;
  box-shadow: -1px -5px 11px rgba(0, 0, 0, .25), -4px -19px 20px rgba(0, 0, 0, .21), -9px -43px 26px rgba(0, 0, 0, .13), -16px -77px 31px rgba(0, 0, 0, .04), -25px -120px 34px rgba(0, 0, 0, 0);
}

.text-block-15 {
  color: var(--dm-primary);
  font-size: 2.8vw;
  font-weight: 900;
}

.websites-images {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
}

.text-block-17 {
  text-transform: capitalize;
  font-size: 7.29vw;
  font-weight: 900;
  line-height: 100%;
}

.primary-text-span {
  color: var(--dm-primary);
}

.end-desc {
  font-size: 3vw;
  font-weight: 700;
  line-height: 100%;
}

.text-span-4 {
  color: var(--dm-primary);
}

.get-landing-wrapper {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.text-span-5 {
  color: var(--dm-primary);
}

.header-description {
  grid-column-gap: 2.9vw;
  grid-row-gap: 2.9vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-gradient2 {
  z-index: -2;
  filter: blur(10vw);
  background-image: radial-gradient(circle at 100% 0, #006a6a, #071c28);
  border-radius: 100vw;
  width: 90vw;
  height: 50vw;
  position: fixed;
  top: -16.5vw;
  right: -18.9vw;
  overflow: hidden;
}

.grid {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  border: 2px solid #09bc9c;
  border-radius: 20px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  align-items: center;
  justify-items: center;
  width: 100%;
  height: 34.9vw;
  margin-bottom: 1vw;
}

.grid-text {
  text-align: center;
  padding-top: 1vw;
  padding-bottom: 1vw;
  font-size: 3.2vw;
  font-weight: 900;
  line-height: 80%;
}

.grid-text-side {
  text-align: center;
  width: 21.1vw;
  font-size: 3vw;
  font-weight: 700;
  line-height: 100%;
}

.green-circle-large, .red-circle-large {
  width: 8vw;
  height: 8vw;
}

.text-span-6 {
  color: var(--dm-primary);
}

.grid-wrapper {
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: rgba(5, 41, 50, .31);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  top: 0;
}

.grid-wrapper.hi {
  display: none;
}

.div-block-7 {
  border: 2px solid #09bc9c;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 17.5vw;
  display: flex;
}

.rich-text-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 3vw;
  font-weight: 700;
  line-height: 123%;
}

.lighthouse {
  z-index: -1;
  width: 61.6vw;
  height: 43.9vw;
  position: absolute;
  bottom: 8vw;
  left: 20.5vw;
}

.list-item-2 {
  line-height: 123%;
}

.list {
  margin-bottom: 0;
  padding-left: 4vw;
  line-height: 100%;
  overflow: visible;
}

.grid-box {
  border-right: 2px solid var(--dm-primary);
  border-bottom: 2px solid var(--dm-primary);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.grid-box.right-box {
  border-bottom-width: 2px;
  border-right-style: none;
}

.grid-box.right-box.bottom-box, .grid-box.bottom-box {
  border-bottom-style: none;
}

.camera {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.camera.works, .camera.elevate {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.elevae-contents {
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.verti-scroll {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.verti-scroll.website-m {
  justify-content: flex-start;
  align-items: center;
  height: auto;
  position: relative;
}

.verti-scroll.testimonials {
  height: 200vh;
}

.features-content {
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 2vw;
}

.features-content.features-2 {
  top: 4vw;
}

.features-content.features-3 {
  top: 8vw;
}

.fixed-elements {
  position: absolute;
}

.cube {
  width: 61.7vw;
  height: 61.7vw;
}

.guide {
  width: 39.7vw;
  height: 32.9vw;
}

.lottie-noise {
  width: 29vw;
}

.text-span-7, .text-span-8 {
  color: var(--dm-primary);
}

.steps-wrapper {
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 0;
}

.steps-wrapper.design {
  padding-left: 5vw;
}

.steps-wrapper.kick-off {
  justify-content: center;
  align-items: flex-start;
  padding-left: 2vw;
}

.lottie-animation-5 {
  width: 50%;
}

.steps-content {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.steps-content.dev {
  padding-left: 11vw;
}

.text-block-18 {
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 100%;
}

.text-block-19 {
  color: var(--dm-primary);
  font-size: 5.7vw;
  font-weight: 900;
  line-height: 100%;
}

.text-block-20 {
  width: 27.8vw;
  font-size: 1.9vw;
  line-height: 100%;
}

.text-block-21 {
  font-size: 1.9vw;
  font-weight: 700;
  line-height: 100%;
}

.text-span-9 {
  color: var(--dm-primary);
}

.process-description {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.lottie-animation-6 {
  width: 100%;
  height: 32.7vw;
}

.lottie-animation-7 {
  width: 40.5vw;
  height: 40.5vw;
}

.work-with-us-wrapper {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-22 {
  font-size: 10.3vw;
  font-weight: 900;
  line-height: 100%;
}

.text-span-10 {
  color: var(--dm-primary);
}

.text-block-23 {
  text-align: center;
  width: 83.5vw;
  font-size: 3.2vw;
  line-height: 100%;
}

.text-title {
  text-align: center;
  font-size: 13.63vw;
  font-weight: 900;
  line-height: 80%;
}

.faqs {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-direction: column;
  align-items: center;
  width: 85vw;
  padding-bottom: 5vw;
  display: flex;
}

.faq-item-2 {
  grid-column-gap: 1.4vw;
  grid-row-gap: 1.4vw;
  border: 2px solid var(--dm-primary);
  border-radius: 20px;
  flex-direction: column;
  width: 85vw;
  padding-left: 2vw;
  padding-right: 2vw;
  transition: all .3s;
  display: flex;
}

.faq-item-2:hover {
  border-color: var(--font-color);
}

.faq-item-toggle {
  margin-top: 1vw;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.faq-item-toggle:hover {
  color: #338cff;
}

.faq-title-wrapper-2 {
  white-space: pre-wrap;
  justify-content: space-between;
  display: flex;
}

.faq-title-2 {
  color: var(--font-color);
  font-size: 3vw;
  font-weight: 700;
  line-height: 100%;
}

.faq-arrow-2 {
  color: var(--font-color);
  width: 1.66vw;
  height: 2.7vw;
}

.faq-content-wrap {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 1vw;
  display: block;
  position: static;
  overflow: hidden;
}

.tab-content-3 {
  line-height: 36px;
}

.paragraph-standard-2 {
  font-size: 1.7vw;
  line-height: 100%;
}

.faq-wrapper {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 5vw;
  display: flex;
}

.grid-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80vw;
  height: 80vh;
  display: flex;
}

.elevate-cont {
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.elevate-cont.elevate-lighthouse {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
}

.elevate-description {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-direction: column;
  width: 30vw;
  margin-left: -18vw;
  display: flex;
}

.elevate-description.lighthouse-desc {
  margin-left: 0;
}

.lottie-animation-8 {
  width: 50%;
  height: 31.2vw;
}

.lottie-animation-9 {
  width: 50%;
  height: 31.6vw;
}

.lottie-animation-10 {
  width: 50%;
}

.sidenav-wrapper {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.scroll-frame {
  flex-flow: row;
  flex: none;
  width: 100vw;
  height: 100%;
  display: flex;
}

.background-wrapper {
  z-index: -1;
  width: 100%;
  height: 91.5vw;
  position: absolute;
  overflow: hidden;
}

.text-block-25 {
  text-align: center;
  width: 80vw;
  font-size: 4.274vw;
  font-weight: 400;
  line-height: 100%;
}

.quatation {
  color: var(--dm-primary);
  font-size: 7.123vw;
}

.testimonial-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-26 {
  color: var(--dm-primary);
  font-size: 4.274vw;
  font-weight: 700;
  line-height: 100%;
}

.person {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-description {
  color: var(--font-color);
  text-align: center;
  font-size: 2.137vw;
  font-weight: 400;
  line-height: 100%;
}

.splide__arrows {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  justify-content: center;
  align-items: center;
  height: 2vw;
  display: flex;
}

.splide__arrow {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  width: 1.5vw;
  height: 1.5vw;
  transform: rotate(-90deg);
}

.splide__arrow.splide__arrow--next {
  background-image: url('../images/arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(-90deg);
}

.splide__arrow.splide__arrow--prev {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/arrow.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
  background-attachment: fixed;
  background-clip: border-box;
  transform: rotate(90deg);
}

.splide__list {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.splide__slide {
  flex: none;
  width: 12.48vw;
  height: 20.8vw;
  transition: height .6s, width .6s;
}

.splide__slide.is-active {
  z-index: 1;
  width: 18.84vw;
  height: 31.4vw;
  position: relative;
}

.splide__slide.is-next {
  z-index: -1;
  width: 15.54vw;
  height: 25.9vw;
  position: relative;
}

.splide__slide.is-prev {
  z-index: -1;
  width: 15.4vw;
  height: 25.9vw;
  position: relative;
}

.splide_slide_images {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.splide__track {
  justify-content: flex-start;
  align-items: center;
  height: 35vw;
  display: flex;
}

.splide {
  position: relative;
}

.splide.slider1 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.website-link {
  width: 100%;
  height: 100%;
  transition: all .4s;
}

.lottie.lighthouse {
  width: 49vw;
  height: auto;
  position: static;
}

.lottie.guide {
  width: 28vw;
  height: auto;
}

.lottie-animation-11 {
  width: 100%;
  height: 100%;
}

.fixed-book-button {
  z-index: 6;
  cursor: pointer;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  height: 4.5vw;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: 2.5vw;
  right: 2.5vw;
}

.header-section {
  width: 100vw;
  overflow: hidden;
}

.image-5 {
  width: 100%;
  height: 100%;
}

.lottie-authenticity {
  width: 26vw;
}

.footer {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.choose-content {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 82vw;
  display: flex;
  position: relative;
  top: 0;
}

.choose-box {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33.3333%;
  padding: 2vw;
  display: flex;
}

.choose-box.center {
  padding-top: 3vw;
  padding-bottom: 3vw;
}

.choose-box-title {
  font-size: 3.2vw;
  font-weight: 900;
  line-height: 100%;
}

.text-block-28 {
  width: 100%;
  height: 100%;
  font-size: 2.2vw;
  font-weight: 400;
  line-height: 100%;
}

.choose-content-container {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.choose-mark {
  width: 2.4vw;
  height: 2.4vw;
}

.choose-box-description {
  font-size: 2.2vw;
  font-weight: 700;
  line-height: 100%;
}

.choose-content-wrapper {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  display: flex;
}

.choose-spacing {
  background-color: var(--dm-primary);
  border-radius: 30px;
  width: 100%;
  height: 2.1vw;
}

.choose-title-container {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  display: flex;
}

.choose-wrapper {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.link-block {
  grid-column-gap: 1.2vw;
  grid-row-gap: 1.2vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.background-overlay {
  z-index: 0;
  background-color: rgba(0, 0, 0, .27);
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
}

.social-network-block {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  display: flex;
}

.text-block-29 {
  font-size: 2vw;
}

.social-image {
  width: 4vw;
  height: 4vw;
}

.image-7 {
  width: 33.813vw;
  height: 12.063vw;
}

.loading {
  z-index: 9999;
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  background-color: #071c28;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.loading-animation {
  width: 32.9vw;
  height: 28vw;
}

.image-8 {
  width: 42vw;
  height: 15vw;
}

.progress-text {
  font-size: 3vw;
}

@media screen and (max-width: 991px) {
  .section {
    height: auto;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .section.slider {
    display: none;
  }

  .section.this-is-section {
    height: auto;
  }

  .section.elevate-section {
    display: none;
  }

  .section.features-section, .section.steps-section, .section.website-p, .section.testimonials {
    height: auto;
  }

  .section.header {
    background-color: rgba(0, 0, 0, .14);
  }

  .section.interactive-page-section {
    overflow: hidden;
  }

  .header-text-2 {
    font-size: 18vw;
  }

  .header-text {
    font-size: 9vw;
  }

  .digital-mantras-logo {
    transform: translate(0, -7.5vw);
  }

  .left-wrapper {
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .header-desc {
    font-size: 5vw;
  }

  .primary-button {
    font-size: 3vw;
  }

  .button-container {
    width: 35vw;
    height: 6vw;
  }

  .larger-background {
    margin-top: 0;
    margin-left: 0;
  }

  .side-nav {
    display: none;
  }

  .nav-circle {
    width: 1vw;
    height: 1vw;
  }

  .right-wrapper {
    display: none;
  }

  .vertical-wrapper {
    height: auto;
  }

  .vertical-wrapper.webistes-w {
    height: auto;
    padding-top: 10vw;
    padding-bottom: 10vw;
    position: static;
  }

  .vertical-wrapper.webistes-w.or-interactive {
    height: 100vh;
  }

  .sidenav-text {
    font-size: 4vw;
  }

  .scroll-box {
    background-size: 3vw 3vw;
    width: 10vw;
    height: 10vw;
    position: static;
    right: 45vw;
  }

  .contact-email {
    font-size: 3.5vw;
  }

  .info-text {
    text-align: center;
    height: auto;
    font-size: 4vw;
    position: static;
    top: auto;
  }

  .info-text2 {
    text-align: center;
    height: auto;
    font-size: 4vw;
    position: static;
  }

  .text-block-5 {
    width: 80vw;
    font-size: 4vw;
  }

  .text-white {
    font-size: 15vw;
  }

  .pen.fixed-pen {
    width: 3.5vw;
    height: 3.5vw;
    right: .4vw;
    transform: scale(1.5);
  }

  .text-block-8 {
    font-size: 4vw;
  }

  .text-block-8-copy {
    font-size: 2.5vw;
  }

  .experience-wrapper {
    background-color: rgba(0, 0, 0, 0);
    height: auto;
    padding-top: 10vw;
    padding-bottom: 20vw;
    position: static;
  }

  .experience-wrapper._1 {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .hoping-text {
    font-size: 9.2vw;
  }

  .hoping-text2 {
    font-size: 12vw;
  }

  .hoping-text3 {
    width: 85vw;
    font-size: 4vw;
  }

  .info-wrapper {
    grid-column-gap: 20vw;
    grid-row-gap: 20vw;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .image {
    display: none;
  }

  .interactive-wrapper {
    overflow: hidden;
  }

  .just-interactive {
    position: static;
  }

  .features-c {
    justify-content: center;
    align-items: center;
  }

  .features-tile {
    font-size: 8vw;
  }

  .features-container {
    width: 100%;
  }

  .features-box-content {
    width: 50vw;
    height: auto;
    font-size: 5vw;
  }

  .right-content {
    display: none;
  }

  .intracive-page-info {
    font-size: 8vw;
  }

  .text-block-13-copy {
    font-size: 4vw;
  }

  .this-is-wrapper {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    padding-left: 0;
  }

  .image-2 {
    width: 50vw;
    height: 67.5676vw;
  }

  .text-block-15 {
    font-size: 4vw;
  }

  .websites-images {
    flex-flow: column;
    padding-bottom: 3vw;
  }

  .text-block-17 {
    font-size: 7.5vw;
  }

  .end-desc {
    font-size: 4.2vw;
  }

  .get-landing-wrapper {
    height: auto;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .camera, .verti-scroll.website-m, .verti-scroll.testimonials, .features-content {
    height: auto;
  }

  .steps-wrapper {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: auto;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .steps-wrapper.kick-off {
    justify-content: center;
    align-items: center;
  }

  .text-block-19 {
    font-size: 8vw;
  }

  .text-block-20, .text-block-21 {
    font-size: 2.5vw;
  }

  .text-block-22 {
    font-size: 12vw;
  }

  .text-block-23 {
    font-size: 5vw;
  }

  .faq-title-2 {
    font-size: 3.6vw;
  }

  .faq-content-wrap {
    width: 100%;
  }

  .paragraph-standard-2 {
    font-size: 2.5vw;
  }

  .elevate-description.lighthouse-desc {
    justify-content: flex-start;
    align-items: center;
  }

  .sidenav-wrapper.elevate {
    display: none;
  }

  .background-wrapper {
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
    overflow: visible;
  }

  .splide__arrow {
    width: 4vw;
    height: 4vw;
  }

  .splide__arrow.splide__arrow--prev {
    background-repeat: no-repeat;
    width: 3.5vw;
    height: 3.5vw;
  }

  .splide__slide {
    width: 20vw;
    height: 30vw;
  }

  .splide__slide.is-active {
    width: 25.2vw;
    height: 42vw;
  }

  .splide__slide.is-next, .splide__slide.is-prev {
    width: 21vw;
    height: 35vw;
  }

  .splide__track {
    width: 120%;
    height: 50vw;
  }

  .fixed-book-button {
    right: 2.5vw;
  }

  .footer {
    height: auto;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .choose-content {
    height: auto;
  }

  .choose-wrapper {
    height: auto;
    position: static;
  }

  .background-overlay {
    display: none;
  }

  .text-block-29 {
    font-size: 3vw;
  }

  .social-image {
    width: 5vw;
    height: 5vw;
  }

  .image-7 {
    width: 70vw;
    height: 25vw;
  }

  .loading-animation {
    width: 60vw;
    height: 51.0638vw;
  }

  .image-8 {
    width: 80vw;
    height: 28.5714vw;
  }

  .progress-text {
    font-size: 5vw;
  }
}

@media screen and (max-width: 767px) {
  .primary-button {
    font-size: 5vw;
  }

  .button-container {
    border-radius: 100px;
    width: 58vw;
    height: 10vw;
  }

  .scroll-box {
    background-size: 4vw 4vw;
    width: 12vw;
    height: 12vw;
  }

  .pen {
    width: 12vw;
    height: 12vw;
    right: -2.9vw;
  }

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

  .steps-content {
    justify-content: center;
    align-items: center;
    width: 80%;
  }

  .steps-content.dev {
    padding-left: 0;
  }

  .text-block-18 {
    font-size: 10vw;
  }

  .text-block-19 {
    font-size: 15vw;
  }

  .text-block-20 {
    text-align: center;
    width: 50vw;
    font-size: 5vw;
  }

  .text-block-21 {
    font-size: 5vw;
  }

  .process-description {
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-22 {
    font-size: 15vw;
  }

  .text-block-23 {
    font-size: 6vw;
  }

  .lottie-animation-8, .lottie-animation-9, .lottie-animation-10 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .section.slider {
    display: none;
  }

  .section.this-is-section {
    width: 100vw;
  }

  .section.elevate-section {
    display: none;
  }

  .section.steps-section, .section.website-p {
    height: auto;
  }

  .section.header {
    height: 100vh;
  }

  .header-text-2 {
    font-size: 20vw;
  }

  .header-text {
    font-size: 15vw;
  }

  .digital-mantras-logo {
    width: 10vw;
    height: 10vw;
    top: 5vw;
    left: 5vw;
    transform: none;
  }

  .background-gradient {
    width: 100vw;
    height: 100vw;
    bottom: 19.1vw;
    left: -38.5vw;
  }

  .header-desc {
    width: 80vw;
    font-size: 8vw;
  }

  .header-cont {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
  }

  .primary-button {
    padding-right: 0;
    font-size: 5.6vw;
  }

  .button-container {
    width: 68vw;
    height: 15vw;
    padding-left: 4vw;
  }

  .button-container.button-fixed, .side-nav {
    display: none;
  }

  .nav-circle {
    width: 2vw;
    height: 2vw;
  }

  .vertical-wrapper {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    height: 50%;
  }

  .vertical-wrapper.webistes-w {
    height: 50vh;
  }

  .vertical-wrapper.webistes-w.landing-page {
    top: 15vw;
  }

  .vertical-wrapper.webistes-w.or-interactive {
    top: 30vw;
  }

  .sidenav-text {
    font-size: 6vw;
  }

  .scroll-box {
    text-align: left;
    background-size: 6vw 6vw;
    width: 20vw;
    height: 20vw;
  }

  .contact-email {
    font-size: 6vw;
  }

  .info-text, .info-text2 {
    width: 60vw;
    height: auto;
    font-size: 6vw;
  }

  .of-customers, .text-white {
    font-size: 20vw;
  }

  .pen {
    width: 14vw;
    height: 15vw;
  }

  .pen.fixed-pen {
    width: 2.7vw;
    height: 2.7vw;
    top: 7.1vw;
    right: 5.1vw;
    transform: scale(4);
  }

  .elevate-container {
    grid-column-gap: 12vw;
    grid-row-gap: 12vw;
  }

  .hoping-text {
    font-size: 18vw;
  }

  .hoping-text2 {
    font-size: 16vw;
  }

  .hoping-text3 {
    font-size: 8vw;
  }

  .text-block-9 {
    font-size: 15vw;
  }

  .image {
    width: 36vw;
    height: 60vw;
  }

  .just-interactive {
    width: 90vw;
    padding-top: 10vw;
    padding-bottom: 10vw;
    font-size: 15vw;
    position: static;
  }

  .features-c {
    height: auto;
  }

  .features-tile {
    font-size: 12vw;
  }

  .features-container {
    width: 100%;
    padding-top: 20vw;
    padding-bottom: 20vw;
  }

  .features-box-content {
    width: auto;
    font-size: 7vw;
  }

  .right-content {
    display: none;
  }

  .intracive-page-info {
    width: 90vw;
    font-size: 12vw;
  }

  .text-block-13-copy {
    font-size: 6vw;
  }

  .this-is-wrapper {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    flex-flow: column;
    width: 100vw;
    padding-left: 0;
  }

  .text-block-14 {
    width: 80vw;
    font-size: 12vw;
  }

  .image-2 {
    width: 80vw;
    height: 108.108vw;
  }

  .text-block-15 {
    font-size: 8vw;
  }

  .websites-images {
    grid-column-gap: 12vw;
    grid-row-gap: 12vw;
    flex-flow: column;
  }

  .text-block-17 {
    text-align: center;
    font-size: 15vw;
  }

  .end-desc {
    font-size: 6vw;
  }

  .background-gradient2 {
    width: 100vw;
    height: 100vw;
    top: 13.1vw;
    right: -30.9vw;
  }

  .camera, .verti-scroll.website-m {
    height: auto;
  }

  .features-content {
    height: auto;
    top: 15vw;
  }

  .features-content.features-2 {
    top: 30vw;
  }

  .features-content.features-3 {
    top: 45vw;
  }

  .lottie-noise {
    display: none;
  }

  .steps-content {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    width: 90%;
  }

  .steps-content.dev {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  .text-block-18 {
    font-size: 10vw;
  }

  .text-block-19 {
    font-size: 15vw;
  }

  .text-block-20 {
    width: 80vw;
    font-size: 6vw;
  }

  .text-block-21 {
    font-size: 6.5vw;
  }

  .process-description {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  .work-with-us-wrapper {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
  }

  .text-block-22 {
    font-size: 18vw;
  }

  .text-block-23 {
    width: 90vw;
    font-size: 6vw;
  }

  .faqs {
    grid-column-gap: 2.5vw;
    grid-row-gap: 2.5vw;
  }

  .faq-item-2 {
    padding: 2.5vw;
  }

  .faq-title-2 {
    font-size: 6vw;
  }

  .faq-arrow-2 {
    width: 6vw;
  }

  .paragraph-standard-2 {
    font-size: 5vw;
  }

  .elevate-cont, .elevate-cont.elevate-lighthouse {
    flex-flow: column;
  }

  .sidenav-wrapper.elevate {
    display: none;
  }

  .text-block-25, .text-block-26 {
    font-size: 8vw;
  }

  .person {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .testimonial-description {
    font-size: 6vw;
    display: flex;
  }

  .lottie.lighthouse, .lottie.cube, .lottie.guide {
    display: none;
  }

  .fixed-book-button {
    width: 10vw;
  }

  .header-section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .lottie-authenticity {
    display: none;
  }

  .footer {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
  }

  .choose-content {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-flow: column;
    height: auto;
  }

  .choose-box {
    width: 100%;
    height: 33%;
    padding: 10vw;
  }

  .choose-box.center {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .choose-box-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12vw;
  }

  .text-block-28 {
    font-size: 6vw;
  }

  .choose-mark {
    width: 6vw;
    height: 6vw;
  }

  .choose-box-description {
    margin-top: 0;
    font-size: 8vw;
  }

  .text-block-29 {
    font-size: 5vw;
  }

  .social-image {
    width: 10vw;
    height: 10vw;
  }

  .image-7 {
    width: 90vw;
    height: 32.1429vw;
  }

  .progress-text {
    font-size: 8vw;
  }
}

#w-node-_346f5fdf-cc27-9726-c021-1c54f82d94d2-56190b31 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_520ac063-4703-63ef-ac0e-87f1e08ac2c2-56190b31 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b7764ed6-1f74-5d2d-e38f-039426fb6643-56190b31 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-bef92442-ef02-80ab-d7d5-95993ec56842-56190b31 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-de9a77f5-ee61-fe7f-1db6-39f46d958eb3-56190b31 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-a53bf4d8-1d94-0f04-e2b2-a900ff9571b9-56190b31 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-a9c4e518-3ee1-0f4e-819d-97610b68107c-56190b31 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_01ad103d-93d3-834d-c30a-31063023c4b1-56190b31 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c900715f-5313-28e3-3aca-aa264221c3e2-56190b31 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-acb88a3c-3778-6419-f363-86b6be446c7e-56190b31 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_838073ec-199b-65f8-ff44-b6420ee23162-56190b31 {
  grid-area: 4 / 4 / 5 / 5;
}

#w-node-bddad11a-5303-4e23-506a-a0af4c17a513-56190b31 {
  grid-area: 3 / 4 / 4 / 5;
}

#w-node-_38255d58-8783-2ae8-e12a-8ca8c782c417-56190b31 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-b5f02f2d-12c7-b82a-4fea-72806a050686-56190b31 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_2fb2cffa-49ee-ec20-b6ad-cc585f219915-56190b31 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_9746848d-5345-c545-99e6-b2ad49930220-56190b31 {
  grid-area: 4 / 2 / 5 / 3;
}


@font-face {
  font-family: 'Phenomena';
  src: url('../fonts/Phenomena-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Phenomena';
  src: url('../fonts/Phenomena-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Phenomena';
  src: url('../fonts/Phenomena-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Phenomena';
  src: url('../fonts/Phenomena-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Phenomena';
  src: url('../fonts/Phenomena-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Phenomena';
  src: url('../fonts/Phenomena-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Phenomena';
  src: url('../fonts/Phenomena-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}