:root {
  --white-smoke: #f1f1f1;
  --black: rgba(0, 6, 28, .38);
  --softserve-black: #00061c;
  --softserve-light-blue: #002eff;
  --softserve-red: red;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

a {
  text-decoration: underline;
}

.body {
  background-color: var(--white-smoke);
  color: #000;
  cursor: none;
  font-family: Inter, sans-serif;
  font-weight: 400;
  overflow: visible;
}

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

.bg-main-gray {
  background-color: #f1f1f1;
}

.text-color-white {
  color: #fff;
}

.text-color-dark-gray {
  z-index: 2;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

.text-color-dark-gray.line {
  line-height: 3;
}

.bg-dark-gray {
  background-color: #848484;
}

.brand {
  width: 58px;
}

.navbar {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.container {
  height: 100vh;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.container.mobile {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  padding-right: 20px;
  display: flex;
  position: static;
}

.nav-menu {
  text-transform: uppercase;
  flex-direction: column;
  align-items: stretch;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.main-grid {
  width: 100%;
  height: 100%;
  border: 1px none var(--black);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  padding-top: 0;
}

.main-grid.space-top {
  padding-top: 40px;
}

.main-grid.space-top.grid {
  grid-template-rows: auto;
}

.main-grid.titles {
  width: auto;
  height: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 50px;
  right: 50px;
}

.main-grid.midlle {
  height: 50%;
}

.main-grid._100vh {
  height: 100vh;
}

.main-grid.details {
  grid-template-rows: auto auto auto auto auto auto auto;
  padding-top: 60px;
  padding-bottom: 40px;
}

.main-grid.viryual-identity {
  height: 50%;
  padding-top: 20px;
}

.main-grid.looking-for {
  border-top-style: solid;
  margin-top: 40px;
}

.main-grid.footer {
  color: var(--white-smoke);
  background-color: rgba(0, 0, 0, 0);
}

.main-grid.contact {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  padding-bottom: 0;
}

.main-nav {
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}

.main-nav.bg-main-gray {
  background-color: rgba(0, 0, 0, 0);
}

.flex {
  width: 100%;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 0;
  text-decoration: none;
  display: flex;
  position: static;
}

.flex.align-right {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 20px;
  margin-right: 50px;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.flex.align-right.align-bottom {
  position: absolute;
}

.flex.vert {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
}

.flex.vert.footer {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
}

.flex.vert.contact {
  border-style: none;
}

.flex.space-margin {
  flex-direction: column;
  margin-bottom: 38px;
}

.flex._1 {
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 2%;
}

.flex.align-center {
  justify-content: center;
  margin-bottom: 20px;
}

.flex.align-bottom {
  margin-bottom: 20px;
}

.heading-xlarge {
  color: var(--softserve-black);
  letter-spacing: 5px;
  -webkit-text-stroke-width: 0px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Thunder Vf, sans-serif;
  font-size: 8em;
  font-weight: 700;
  line-height: .8;
}

.image-hero {
  width: 90vw;
  height: auto;
  text-align: center;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6%;
  padding-right: 6%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.heading-xsmall {
  line-height: 1;
}

.heading-xsmall.text-color-dark-gray {
  text-align: center;
  text-transform: uppercase;
  margin-left: 7px;
  margin-right: 7px;
  line-height: 1;
}

.heading-xsmall.text-color-dark-gray.no-space {
  color: var(--softserve-black);
  text-align: left;
  text-transform: none;
  margin-left: 0;
  margin-right: 0;
  font-style: italic;
  line-height: 1.2;
}

.heading-xsmall.text-color-dark-gray.no-space.footer {
  color: var(--white-smoke);
}

.heading-xsmall.text-color-dark-gray.no-space.contact {
  color: var(--white-smoke);
  text-align: center;
  border-style: none;
  font-size: 20px;
  text-decoration: none;
}

.heading-xsmall.text-color-dark-gray.no-space.sub-text {
  margin-top: 10px;
  font-weight: 400;
}

.link-bto {
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: opacity 1s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-button {
  width: auto;
  height: 32px;
  text-align: center;
  text-transform: none;
  border: 1px solid #848484;
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.main-button:hover {
  background-color: #000;
  border-color: #000;
}

.main-button.mini {
  width: 32px;
  align-items: center;
  margin-left: 14px;
}

.divider {
  width: 100%;
  height: 1px;
}

.divider.bg-dark-gray.space-50-padding {
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.divider.bg-dark-gray.footer {
  background-color: var(--white-smoke);
  padding-top: 0;
}

.divider.bg-main-gray {
  width: 74%;
  flex: none;
}

.main-paragraph {
  letter-spacing: -3px;
  font-size: 56px;
  line-height: 1;
}

.main-paragraph.space-20 {
  margin-bottom: -7px;
  padding-top: 30px;
  padding-bottom: 0;
}

.wrap-div-med {
  flex-direction: row;
  display: flex;
}

.wrap-div-med.contact {
  border-style: none;
}

.wrap-med {
  flex: 0 auto;
  align-self: flex-end;
  margin-bottom: 18px;
  margin-left: 16px;
}

.paragraph--6-px {
  margin-top: -16px;
}

.space-100 {
  height: 100px;
}

.image-dieter {
  object-fit: cover;
  border-radius: 100%;
  overflow: hidden;
}

.image-project {
  object-fit: cover;
  border-radius: 0%;
  overflow: hidden;
}

.portfa {
  height: 180px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 14px;
  display: flex;
  position: relative;
}

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

.heading-medium {
  font-size: 16vh;
  line-height: 1;
}

.heading-medium.text-color-white {
  font-weight: 300;
}

.text-span {
  font-weight: 700;
}

.letter-use {
  z-index: 11;
  width: 100%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  overflow: hidden;
}

.wrap-block {
  width: 40%;
  height: 10vh;
}

.imagem-dieter {
  height: 100vh;
  background-image: url('../images/rams-dieter.jpg');
  background-position: 50%;
  background-size: cover;
}

.main-container {
  max-width: 1420px;
  padding-left: 50px;
  padding-right: 50px;
}

.main-container.space-bottom {
  max-width: 1680px;
  padding-bottom: 200px;
}

.main-container.space-bottom.the-process {
  max-width: none;
  border-style: solid none;
  border-width: 1px;
  border-color: var(--black);
  padding-top: 60px;
  padding-bottom: 0;
}

.hero {
  z-index: 10;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.hero.bg-main-gray {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Group-14.png');
  background-position: 0 0;
  background-size: auto;
  display: block;
}

.hero.bg-main-gray.mobile {
  padding-top: 70px;
}

.hero.the-process {
  border: 1px #000;
  display: block;
}

.hero.process {
  display: block;
}

.container-full {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.letter-font {
  white-space: nowrap;
  font-size: 130px;
  font-weight: 900;
  line-height: 1.1;
}

.dot-text {
  font-size: 70px;
}

.inner-letreiro {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: flex;
}

.image {
  width: 12px;
  height: 12px;
  flex: none;
}

.button-view {
  z-index: 10;
  width: 11em;
  height: 11em;
  border: 1px none var(--softserve-light-blue);
  background-color: var(--softserve-light-blue);
  color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 40px;
  margin-right: 40px;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.bg-button-view {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: var(--softserve-light-blue);
  border-radius: 100%;
  position: absolute;
}

.main-paragraph-copy {
  letter-spacing: -3px;
  font-size: 56px;
  line-height: 1;
}

.main-paragraph-copy.text-color-dark-gray {
  padding: 10px 34px;
  position: relative;
}

.see-more-bto {
  text-align: center;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: opacity 1s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-button-large {
  width: auto;
  height: 32px;
  text-align: center;
  border: 1px solid #848484;
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-button-large.large {
  height: 76px;
}

.menu-item {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-end;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.hifen {
  width: 14px;
  height: 2px;
  background-color: #000;
  margin-bottom: 5px;
}

.text-block-2 {
  color: #000;
}

.image-3 {
  width: 100%;
  max-width: none;
}

.section {
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.banner-circle-wrapper {
  z-index: 12;
  max-width: 120rem;
  cursor: auto;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.banner-circle {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.banner-circle-image {
  width: 10vw;
  max-width: 70%;
  cursor: none;
  margin-bottom: 20px;
  margin-right: 20px;
}

.side-menu-wrapper {
  z-index: 14;
  width: 22rem;
  height: 100vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  white-space: nowrap;
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: start;
  justify-items: end;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: grid;
  overflow: hidden;
}

.menu-icon {
  width: 3rem;
  opacity: 1;
  color: var(--softserve-black);
  mix-blend-mode: normal;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-vertical.margin-tiny {
  cursor: none;
}

.navbar_component {
  z-index: 999;
  width: 100vw;
  height: 10vh;
  cursor: none;
  background-color: rgba(221, 221, 221, 0);
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: fixed;
  overflow: hidden;
}

.menu-button-2 {
  cursor: none;
  mix-blend-mode: normal;
  flex: 0 auto;
  padding: 0 0 0 1.2rem;
}

.side-menu-background {
  z-index: 1;
  width: 22rem;
  height: 130vh;
  background-color: var(--softserve-light-blue);
  padding-top: 0;
  position: fixed;
  top: -20%;
  bottom: auto;
  left: auto;
  right: 0;
  overflow: hidden;
  box-shadow: -8px 0 30px rgba(0, 0, 0, .23);
}

.text-size-tiny {
  font-size: .75rem;
}

.text-size-tiny.text-color-white {
  cursor: none;
  transition: opacity .2s;
}

.text-size-tiny.text-color-white:hover {
  opacity: .5;
}

.side-menu-item-wrapper.footer {
  width: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.side-menu-item-wrapper.flex-v {
  width: 100%;
  cursor: none;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 1.5rem;
  padding-bottom: 0;
  display: flex;
}

.side-menu-item-wrapper.flex-h {
  width: 100%;
  cursor: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.underline {
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.nav-link-block {
  cursor: none;
  flex: 1;
}

.nav-link-block.w--current {
  mix-blend-mode: normal;
  flex: 1;
}

.side-menu_component {
  z-index: 999;
  width: 22rem;
  height: 130vh;
  white-space: normal;
  object-fit: none;
  flex-wrap: nowrap;
  justify-content: flex-end;
  padding-top: 20rem;
  display: block;
  position: fixed;
  top: -20rem;
  bottom: 0;
  left: auto;
  right: 0;
  overflow: visible;
}

.close-button {
  width: 2rem;
  height: 2rem;
  cursor: none;
  background-image: url('../images/cross-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  border: 1px solid #2c50fa;
  border-radius: 100vw;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0;
  transition: border-color .35s;
  display: flex;
  position: relative;
}

.close-button:hover {
  border-color: #fff;
}

.close-button.message {
  border-color: var(--white-smoke);
}

.logo {
  width: 8rem;
  mix-blend-mode: normal;
}

.logo.small {
  width: 9rem;
}

.logo.full {
  width: 40rem;
  display: none;
}

.text-size-large {
  font-size: 1.5rem;
}

.text-size-large.text-color-white {
  cursor: none;
  padding-bottom: 10px;
  text-decoration: none;
}

.text-size-large.text-color-white:hover {
  color: rgba(241, 241, 241, .54);
  text-decoration: none;
}

.side-menu-text-wrap {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin: .125rem 0;
  display: flex;
  overflow: hidden;
}

.section-marquee-secondary {
  width: 100%;
  background-color: var(--softserve-black);
  color: #fff;
  border: 1px #000;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-marquee-secondary.footer {
  border-style: none solid solid;
  border-width: 1px 2px;
  border-color: rgba(241, 241, 241, .31) var(--black);
}

.marquee-secondary-inner {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: .125rem;
  display: flex;
}

.marquee-secondary-text {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 2vw;
  font-weight: 900;
  line-height: 140%;
}

.marquee-secondary-text.new {
  font-family: Thunder Vf, sans-serif;
  font-size: 4vw;
  font-weight: 700;
  line-height: 5vh;
}

.cursor-wrapper {
  z-index: 999;
  mix-blend-mode: difference;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cursor-dot {
  width: 15px;
  height: 15px;
  background-color: var(--softserve-light-blue);
  color: var(--softserve-light-blue);
  border-radius: 50%;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cursor-circle {
  width: 45px;
  height: 45px;
  border: 3px solid var(--softserve-light-blue);
  border-radius: 50%;
  position: absolute;
}

.heading {
  font-size: 100px;
  font-weight: 900;
}

.heading-2 {
  max-width: none;
  color: #fff;
  text-align: left;
  margin: 0 auto;
  padding-top: 40px;
  font-size: 40px;
  font-weight: 400;
  line-height: 1px;
}

.heading-2.details {
  padding-top: 0;
  font-size: 30px;
  font-weight: 900;
}

.heading-2.details.contact {
  border-style: none;
}

.heading-2.research {
  height: 10vh;
  color: rgba(0, 0, 0, 0);
  border: 3px #000;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text-span-2 {
  color: var(--softserve-black);
  text-align: left;
  letter-spacing: -3px;
  font-family: Inter, sans-serif;
  font-size: 37px;
  font-weight: 400;
  line-height: 1;
}

.text-span-2.little-extra {
  letter-spacing: 0;
  font-size: 37px;
  font-weight: 900;
}

.text-span-2.little-extra.contact {
  color: var(--white-smoke);
  border-style: none;
}

.text-span-2.research {
  width: 100%;
  height: 100%;
  color: rgba(0, 0, 0, 0);
  letter-spacing: 0;
  background-image: url('../images/Asset-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px solid #000;
  justify-content: flex-start;
  align-items: center;
  font-size: 70px;
  font-weight: 700;
  display: flex;
}

.text-span-2.research:hover {
  color: var(--softserve-black);
  background-image: none;
  border-color: rgba(0, 0, 0, 0);
}

.text-span-2.footer {
  color: var(--white-smoke);
}

.text-span-2.contact {
  color: var(--white-smoke);
  border-style: none;
}

.canvas {
  z-index: 2;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  clear: none;
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  display: flex;
  position: static;
  top: 339%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.discovery-section {
  width: auto;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: none;
  position: relative;
}

.heading-3 {
  height: 10vh;
  color: var(--softserve-black);
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  margin-bottom: 0;
  padding-right: 40px;
  font-size: 70px;
  display: flex;
}

.heading-3:hover {
  background-color: rgba(0, 0, 0, 0);
}

.heading-3.research {
  border: 3px solid var(--softserve-black);
  color: rgba(0, 0, 0, 0);
  background-image: url('../images/Asset-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.heading-3.research:hover {
  color: var(--softserve-black);
  background-image: none;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
}

.heading-3.discovery {
  color: var(--white-smoke);
}

.paragraph {
  font-size: 25px;
  line-height: 26px;
}

.paragraph-2 {
  color: var(--softserve-black);
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  align-items: center;
  margin-left: 0;
  padding-top: 60px;
  font-size: 25px;
  font-weight: 400;
  line-height: 34px;
  display: block;
}

.paragraph-2:hover {
  background-color: rgba(0, 0, 0, 0);
}

.paragraph-2.list {
  font-size: 20px;
  font-weight: 300;
}

.paragraph-2.research {
  border: 3px solid var(--softserve-black);
  color: rgba(0, 0, 0, 0);
  background-image: url('../images/Asset-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100vw;
}

.paragraph-2.research:hover {
  color: var(--softserve-black);
  background-image: none;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
}

.paragraph-2.research._2 {
  background-image: url('../images/Asset-3.png');
}

.paragraph-2.research._2:hover {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.paragraph-2.discovery {
  color: var(--white-smoke);
}

.div-block {
  z-index: 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 140px;
  padding-right: 100px;
  display: block;
  position: relative;
  top: 0;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block.research {
  z-index: 10;
  opacity: 1;
  mix-blend-mode: normal;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.div-block.temp {
  padding-left: 15vw;
  padding-right: 15vw;
  position: relative;
  top: 0%;
}

.div-block.public {
  z-index: 10;
  padding-left: 15vw;
  padding-right: 15vw;
  display: block;
  position: relative;
  top: 0;
}

.div-block.support {
  height: auto;
  border-top-style: none;
  border-bottom-style: none;
  flex-direction: row;
  display: block;
  position: static;
}

.div-block.discovery {
  width: auto;
  height: auto;
  align-items: center;
  padding-left: 15vw;
  padding-right: 0;
  display: flex;
}

.container-2 {
  width: 100%;
  max-width: none;
  color: var(--softserve-black);
  cursor: auto;
  justify-content: space-between;
  align-items: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.container-2.our-work {
  color: var(--softserve-black);
  padding-bottom: 0;
  display: block;
}

.accordion {
  border-bottom: 1px solid #fff;
}

.accordion.our-work {
  border: 1px #000;
  padding-bottom: 0;
}

.accordion.our-work.last {
  border-bottom-style: solid;
}

.p-accordion-answer {
  max-width: none;
  margin-bottom: 0;
  padding-top: 6px;
  padding-bottom: 36px;
  font-size: 20px;
}

.accordion-trigger-top {
  width: 100%;
  height: 60%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.accordion-trigger-top.work {
  height: 20%;
  display: none;
}

.text-block {
  font-size: 30px;
  font-weight: 700;
}

.accordion-trigger-bottom {
  width: 100%;
  height: 60%;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.accordion-trigger-bottom.work {
  height: 20%;
  display: block;
}

.accordion-highlight-top {
  z-index: -1;
  width: 100%;
  height: 150%;
  background-color: var(--softserve-light-blue);
  transform-origin: 50% 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.accordion-highlight-top.work {
  display: none;
}

.accordion-item {
  border-top: 1px solid var(--softserve-black);
  border-bottom: 1px solid var(--black);
  cursor: none;
  position: relative;
  overflow: hidden;
}

.accordion-item.our-work {
  border-bottom-style: none;
  border-bottom-color: var(--softserve-black);
  padding-bottom: 0;
}

.accordion-item._1 {
  border-bottom-style: none;
}

.accordion-item._1:hover {
  color: var(--softserve-black);
}

.accordion-item._2 {
  border-top-style: solid;
  border-bottom-style: none;
}

.accordion-item._2:hover {
  color: var(--softserve-black);
}

.accordion-item._3 {
  border-bottom-style: none;
}

.accordion-item._3:hover {
  color: var(--softserve-black);
}

.accordion-item._4 {
  border-bottom-style: none;
}

.accordion-item._4:hover {
  color: var(--softserve-black);
}

.accordion-item._5, .accordion-item._6, .accordion-item._7 {
  border-bottom-style: none;
}

.accordion-item._7:hover {
  color: var(--softserve-black);
}

.accordion-item._8 {
  border-bottom-style: none;
}

.accordion-item._8:hover {
  color: var(--softserve-black);
}

.accordion-item._9 {
  border-bottom-style: none;
}

.accordion-item._9:hover {
  color: var(--softserve-black);
}

.accordion-item._10 {
  border-bottom-style: none;
}

.accordion-item._10:hover {
  color: var(--softserve-black);
}

.accordion-item._11 {
  border-top-style: solid;
  border-top-color: var(--softserve-black);
  border-bottom-color: var(--softserve-black);
}

.accordion-item._11:hover {
  color: var(--softserve-black);
}

.accordion-item-top-wrapper {
  grid-column-gap: 2vw;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  padding: 24px 20px;
  font-size: 36px;
  display: grid;
}

.accordion-item-top-wrapper.work {
  grid-column-gap: 2vw;
  background-color: rgba(0, 0, 0, 0);
}

.accordion-arrow {
  width: 28px;
  max-width: none;
  filter: invert();
}

.accordion-item-bottom-wrapper {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: space-between;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  display: flex;
  overflow: hidden;
}

.accordion-item-bottom-wrapper.work {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
}

.accordion-item-bottom-wrapper.work.showcase {
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 0;
  display: flex;
}

.accordion-highlight-bottom {
  z-index: -1;
  width: 100%;
  height: 150%;
  background-color: var(--softserve-light-blue);
  transform-origin: 50% 100%;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.accordion-highlight-bottom.work {
  display: none;
}

.faqs {
  border-bottom: 1px solid var(--black);
  color: #fff;
  padding-top: 60px;
  padding-bottom: 100px;
  overflow: hidden;
}

.btn {
  color: #051328;
  cursor: pointer;
  background-color: #e7e7e7;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 3rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.btn.btn-six {
  z-index: 10;
  background-color: var(--softserve-black);
  color: #fff;
  cursor: none;
  border-style: none;
}

.btn.btn-six.showcase-thumbnail {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  padding: 0;
  display: block;
}

.btn-text {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  font-family: Inter, sans-serif;
  font-weight: 700;
  display: block;
}

.heading-4 {
  padding-right: 40vw;
  font-weight: 900;
}

.showcase {
  padding-bottom: 140px;
  display: block;
}

.showcase-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.showcase-wrapper.publish {
  z-index: 10;
  height: auto;
  border-top-style: none;
  border-bottom-style: none;
  justify-content: flex-start;
  position: relative;
}

.text-block-4 {
  background-color: var(--softserve-black);
  border-radius: 5px;
  font-size: 30px;
  font-weight: 500;
  display: flex;
}

.text-block-4.project {
  background-color: var(--softserve-black);
  border-radius: 5px;
}

.text-block-4.project.showcase-thumbnail {
  background-color: var(--white-smoke);
  justify-content: space-around;
  align-items: center;
  padding-left: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 30px;
  display: block;
}

.text-block-4.project.showcase-thumbnail.contact-page, .text-block-4.project.showcase-thumbnail.other-projects-slider {
  background-color: var(--softserve-black);
}

.footer {
  background-color: var(--softserve-black);
  cursor: none;
  justify-content: space-around;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: block;
}

.image-4 {
  filter: invert();
}

.heading-5 {
  color: var(--softserve-light-blue);
}

.paragraph-3 {
  color: #fff;
  padding-right: 60px;
}

.footer-logo-wrapper {
  justify-content: space-between;
  padding: 0 220px 60px;
  display: none;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-3 {
  padding-right: 60px;
}

.privacy-wrapper {
  border-style: solid none none;
  border-width: 1px;
  border-color: rgba(241, 241, 241, .31) var(--white-smoke) var(--white-smoke);
  justify-content: space-between;
  padding: 20px 140px;
  display: flex;
}

.the-details {
  border-top: 1px solid var(--black);
  display: none;
}

.sticky-header-column {
  width: 30%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 96px;
  padding-right: 40px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.heading-6 {
  color: var(--softserve-black);
  margin-top: 0;
  margin-bottom: 1.3rem;
  font-size: 50px;
  font-weight: 900;
  line-height: 53px;
}

.sticky-info-column {
  width: 70%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.guideline-wrap-info {
  height: 100vh;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.guideline-wrap-info.left-align {
  height: 60vh;
  text-align: left;
  align-items: flex-start;
}

.large-number {
  text-align: left;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 200;
}

.large-number.outline {
  margin-bottom: .8rem;
}

.list-item {
  text-align: left;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.5;
}

.design-development {
  height: 100vh;
  display: none;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.mode_link {
  grid-column-gap: .81em;
  grid-row-gap: .81em;
  text-transform: uppercase;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.mode_circle {
  width: 1.5em;
  height: 1.5em;
  border: 1px solid var(--softserve-black);
  border-radius: 100vw;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-3 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 8.34%;
}

.container-3.is-nav {
  height: 100vh;
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  cursor: none;
  padding: 0;
  overflow: hidden;
}

.menu_top-drag {
  width: 100%;
  padding: .88em 1.06em;
}

.nav_logo {
  width: 50vw;
  height: 8vh;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav_logo.paragraph {
  width: 70vw;
  height: 20vh;
  top: 39%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav_logo.heading {
  width: 60vw;
  height: 10vh;
  cursor: none;
  top: 17%;
}

.nav_logo.image {
  width: 17vw;
  height: 45vh;
  justify-content: center;
  align-items: center;
  display: block;
  top: 34%;
  left: 45%;
}

.nav_logo.image.designer {
  width: 5vw;
  height: 40vh;
  top: 32%;
  bottom: 0%;
  left: 77%;
  right: 0%;
}

.menu_link-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hiring_link {
  z-index: 20;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hiring {
  width: 4.5em;
  color: #d9f24f;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}

.hiring_list {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.text-size-regular {
  font-size: .88em;
  line-height: 2;
}

.menu_content {
  border: 2px none var(--softserve-black);
  color: var(--softserve-black);
  background-color: rgba(0, 0, 0, 0);
  padding: 1.88em 1.69em 1.63em;
  display: block;
}

.menu {
  border: 2px solid var(--softserve-black);
  transform-origin: 50% 0;
}

.mode_dot {
  width: 60%;
  height: 60%;
  background-color: var(--softserve-light-blue);
  border-radius: 100vw;
}

.mode_dot.hide {
  opacity: 0;
}

.menu_top-show {
  flex: none;
  justify-content: center;
  align-items: center;
  padding-left: .81em;
  padding-right: .81em;
  display: flex;
}

.nav_layout {
  z-index: 0;
  height: 100vh;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
  position: relative;
}

.hiring_item {
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 100vw;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hiring_item:first-child {
  opacity: 1;
}

.menu_top {
  background-color: var(--softserve-light-blue);
  color: #fff;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: stretch;
  font-weight: 900;
  display: flex;
}

.nav_logo-link {
  width: 80%;
  height: auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav_logo-svg {
  width: 100%;
  height: 100%;
}

.hiring_wrapper {
  margin-bottom: .69em;
}

.mode_wrapper {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 1.5em;
  display: flex;
}

.text-size-small {
  font-size: .75em;
  line-height: 1.33333;
}

.text-size-tiny-2 {
  font-size: .63em;
  line-height: 1.6;
}

.menu_link {
  width: 100%;
  text-transform: uppercase;
  padding-top: .21em;
  padding-bottom: .21em;
  font-weight: 700;
}

.menu_link:hover {
  padding-left: .5em;
}

.image-5 {
  cursor: none;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-6 {
  cursor: none;
  display: block;
}

.design-heading-hover {
  max-width: 100%;
  display: block;
  position: absolute;
  top: -30px;
  right: -6px;
}

.design-heading-hover.even-me {
  max-width: 100%;
  cursor: none;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.design-heading-hover.grab-me, .design-heading-hover.and-me {
  cursor: none;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.even-me {
  max-width: 40%;
  display: block;
}

.image-7 {
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.research-concept {
  height: 100vh;
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  object-fit: contain;
  background-image: none;
  background-size: auto;
  justify-content: center;
  align-items: center;
  display: none;
  overflow: hidden;
}

.temp-link-tweaks {
  height: 100vh;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: static;
}

.publish {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  align-items: center;
  display: none;
  position: relative;
}

.support {
  height: 100vh;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  align-items: center;
  display: flex;
  position: static;
}

.c-canvas {
  z-index: 20;
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.c-canvas__nav {
  z-index: 999;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.c-canvas__nav-link {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  margin-right: 10px;
  display: inline-block;
}

.c-canvas__nav-link.is--red {
  background-color: #ff4141;
}

.c-canvas__nav-link.is--yellow {
  background-color: #fff414;
}

.c-canvas__nav-link.is--blue {
  background-color: #2727e6;
}

.c-canvas__nav-link.is--white {
  background-color: #fff;
}

.c-canvas-2 {
  width: 100vw;
  height: 50vh;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-canvas__nav-2 {
  z-index: 999;
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.collection-list-wrapper {
  position: static;
}

.screenshot-container {
  z-index: 5;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: 2em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.control_link {
  width: 2.19em;
  height: 2.19em;
  border-radius: .31em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.control_link.paint.active {
  background-color: #032dfd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.control_link.erase {
  justify-content: center;
  align-items: center;
}

.screenshot-button {
  background-color: #032dfd;
  border: .1em solid #032dfd;
  border-radius: .4em;
  flex-direction: column;
  align-items: center;
  padding: 1em 3em;
  display: flex;
}

.controls {
  z-index: 2;
  height: 12em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding: .4em 1.1em;
  font-size: 18px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.delete {
  width: 2.92em;
  height: 2.92em;
  color: #111314;
  background-color: #032dfd;
  border-radius: .31em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.draw {
  z-index: 1;
  width: 100%;
  height: 100vh;
  flex-wrap: wrap;
  grid-template: "." minmax(12.5em, 0)
                 "."
                 "."
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  font-size: 1vw;
  display: flex;
  position: relative;
}

.camera-icon_img {
  width: 2em;
  filter: invert();
  color: #032dfd;
  background-color: rgba(0, 0, 0, 0);
}

.grid_item {
  width: 4em;
  height: 4em;
  background-color: rgba(0, 0, 0, 0);
}

.section-2 {
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: block;
}

.page-wrapper {
  z-index: 30;
  width: 100%;
  color: #032dfd;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.icon-2 {
  width: 1.1em;
  height: 1.2em;
  filter: invert();
  justify-content: center;
  align-items: center;
  display: flex;
}

.control_top {
  color: #032dfd;
  border: .1em solid #032dfd;
  border-radius: .4em;
  margin-bottom: 1.41em;
  padding: .31em;
}

.div-block-4 {
  height: auto;
  justify-content: space-between;
  display: flex;
}

.div-block-5 {
  width: 25vw;
  background-color: var(--softserve-black);
  margin-right: 0;
  padding: 20px 60px;
}

.div-block-6 {
  width: 25vw;
  background-color: var(--softserve-black);
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px 60px;
}

.div-block-7 {
  width: 25vw;
  background-color: var(--softserve-black);
  padding: 20px 60px;
}

.c-canvas-3 {
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-canvas-4 {
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
  position: static;
}

.c-canvas__draw {
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.c-canvas__nav-3 {
  z-index: 999;
  position: static;
  bottom: 30px;
  left: 30px;
}

.section-3 {
  height: 100vh;
  background-color: var(--softserve-light-blue);
}

.section-3.black {
  background-color: var(--softserve-black);
}

.collection-list-wrapper-2 {
  display: inline-block;
}

.html-embed {
  z-index: -3;
  position: absolute;
}

.c-canvas-5 {
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
  position: static;
}

.c-canvas__draw-2 {
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 210%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-canvas__nav-4 {
  z-index: 999;
  position: static;
  bottom: 30px;
  left: 30px;
}

.draw-2 {
  z-index: 1;
  width: 100%;
  height: 100vh;
  flex-wrap: wrap;
  grid-template: "." minmax(12.5em, 0)
                 "."
                 "."
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  font-size: 1vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-8 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.camera-icon_img-2 {
  width: 2em;
  filter: invert();
  color: #f0d8e6;
  background-color: rgba(0, 0, 0, 0);
}

.control_top-2 {
  color: var(--softserve-light-blue);
  border: .1em solid #f0d8e6;
  border-radius: .4em;
  margin-bottom: 1.41em;
  padding: .31em;
}

.delete-2 {
  width: 2.92em;
  height: 2.92em;
  background-color: var(--softserve-light-blue);
  color: #111314;
  border-radius: .31em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-4 {
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: block;
  overflow: hidden;
}

.page-wrapper-2 {
  width: 100%;
  color: #111314;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.screenshot-button-2 {
  border: .1em solid var(--softserve-light-blue);
  background-color: var(--softserve-light-blue);
  border-radius: .4em;
  flex-direction: column;
  align-items: center;
  padding: 1em 3em;
  display: flex;
}

.camera-icon_img-3 {
  width: 2em;
  color: #f0d8e6;
  background-color: #111314;
}

.control_top-3 {
  color: #f0d8e6;
  border: .1em solid #f0d8e6;
  border-radius: .4em;
  margin-bottom: 1.41em;
  padding: .31em;
}

.delete-3 {
  width: 2.92em;
  height: 2.92em;
  color: #111314;
  background-color: #f0d8e6;
  border-radius: .31em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-3 {
  width: 1.1em;
  height: 1.2em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.screenshot-button-3 {
  background-color: rgba(0, 0, 0, 0);
  border: .1em solid #f0d8e6;
  border-radius: .4em;
  flex-direction: column;
  align-items: center;
  padding: 1em 3em;
  display: flex;
}

.heading-7 {
  font-size: 37px;
  font-weight: 900;
}

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

.heading-8 {
  color: #fff;
  padding-top: 20px;
  font-size: 22px;
  font-weight: 500;
  line-height: 23px;
}

.paragraph-4 {
  color: #fff;
  padding-top: 10px;
  font-weight: 300;
}

.paragraph-4.sub-text {
  padding-top: 10px;
  font-weight: 300;
}

.looking {
  display: none;
}

.div-block-10 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
}

.div-block-11 {
  z-index: -999;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-image: url('../images/design-space-paper-textured-background.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.div-block-12 {
  justify-content: space-between;
  padding-top: 0;
  display: flex;
}

.div-block-12:hover {
  background-image: none;
}

.link {
  color: #000;
  white-space: nowrap;
  text-decoration: none;
  position: relative;
}

.link.curved-underline {
  font-family: Inter, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.line-graphic {
  display: block;
}

.custom-styles {
  display: none;
}

.contact {
  border: 1px solid rgba(241, 241, 241, .31);
  padding-top: 0;
  padding-left: 0;
}

.contact.logo {
  width: auto;
  border-style: solid;
  border-width: 1px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-9 {
  color: var(--softserve-light-blue);
  font-weight: 900;
}

.heading-9.contact {
  color: var(--softserve-light-blue);
  text-align: center;
  border-style: none;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 30px;
  text-decoration: none;
}

.image-8 {
  max-width: 30%;
  filter: invert();
  color: var(--white-smoke);
  text-align: center;
  padding-bottom: 10px;
  display: inline-block;
}

.image-8.instagram {
  max-width: 25%;
  padding-bottom: 20px;
}

.image-8.logo {
  width: auto;
  max-width: 100%;
  filter: contrast(200%) invert();
  flex: 0 auto;
}

.div-block-13 {
  width: auto;
  cursor: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.div-block-13.logo {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.our-work {
  cursor: none;
  padding-bottom: 0;
  display: block;
}

.body-2 {
  cursor: auto;
  font-family: Inter, sans-serif;
}

.heading-10 {
  text-transform: uppercase;
  font-family: Thunder Vf, sans-serif;
  font-size: 80px;
  font-weight: 700;
}

.showcase-image {
  width: 50vw;
  height: 60vh;
  background-image: url('../images/Screenshot-2023-04-14-104831.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.showcase-image.rossimoda, .showcase-image.umdabu {
  background-image: none;
}

.showcase-image.otima {
  background-image: none;
  align-items: center;
}

.showcase-image.level-up, .showcase-image.e2m {
  background-image: none;
}

.div-block-15 {
  width: 40vw;
  flex-direction: column;
  justify-content: center;
  padding: 10px 100px 0 40px;
  display: flex;
}

.div-block-15.home {
  background-color: var(--softserve-black);
}

.heading-11 {
  color: var(--white-smoke);
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 45px;
  font-weight: 700;
}

.heading-11.more-projects {
  color: var(--softserve-black);
}

.paragraph-5 {
  color: var(--white-smoke);
  padding-top: 40px;
  padding-right: 40px;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.paragraph-5.other-projects-slider {
  color: var(--softserve-black);
}

.button {
  z-index: 10;
  padding-top: 60px;
  display: flex;
  position: relative;
}

.button.other-projects {
  padding-top: 0;
}

.button.form {
  justify-content: space-between;
  padding-top: 0;
  font-family: Space Grotesk, sans-serif;
  display: block;
}

.button.let-s-chat-button {
  width: 100%;
  justify-content: center;
  margin-top: 0;
  padding-top: 0;
}

.button.order-now {
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 40px;
}

.html-embed-2 {
  display: none;
}

.div-block-17 {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url('../images/Comp-1_2.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-2 {
  z-index: 99;
  width: 200px;
  height: 40px;
  text-align: center;
  background-color: #ff803f;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  transition: box-shadow .2s;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.button-2:hover {
  box-shadow: inset 0 0 6px #000;
}

.bold-text-2 {
  color: #a0a0a5;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.div-block-18 {
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.main-content {
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tm {
  padding-left: 2px;
  font-family: Varela Round, sans-serif;
  font-size: .8em;
}

.grain-wrapper {
  z-index: 0;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-5 {
  align-self: center;
  font-size: 30px;
}

.link-block-2 {
  color: #a0a0a6;
  text-decoration: none;
  transition: transform .35s;
  position: absolute;
  top: auto;
  bottom: 65px;
  left: 10px;
  right: auto;
}

.link-block-2:hover {
  text-decoration: none;
  transform: scale(1.1);
}

.logo-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 600;
  line-height: 1em;
}

.heading-12 {
  z-index: 98;
  text-align: center;
  margin-top: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  position: relative;
}

.image-2 {
  width: 100px;
}

.html-embed-3 {
  display: none;
}

.yt-link {
  z-index: 10;
  color: #fff;
  background-color: #ef445c;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #f0f0f0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  align-items: center;
  padding: .5rem;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 10%;
  left: auto;
  right: 0%;
}

.yt-link:hover {
  background-color: #9e0000;
}

.heading-13 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 10vw;
  font-weight: 900;
  line-height: 1;
}

.yt-text {
  margin-bottom: 0;
  margin-left: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.wrapper {
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-block-6 {
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 300;
}

.icon-embed-xsmall {
  width: 3rem;
  height: 3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.space {
  padding-bottom: 2rem;
}

.canvas-class {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-3 {
  color: #fde8f0;
  background-color: #ff196f;
  border-radius: 100vw;
  padding: 1rem 2.5rem;
  font-size: 1.5rem;
}

.class-controls-hide {
  display: block;
}

.html-embed-4 {
  display: none;
}

.class-controls-hide-2 {
  display: none;
  position: static;
}

.canvas-class-2 {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-4 {
  color: #fde8f0;
  background-color: #2419ff;
  border-radius: 100vw;
  padding: 1rem 2.5rem;
  font-size: 1.5rem;
}

.html-embed-5 {
  display: none;
}

.section-5 {
  width: auto;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: none;
}

.div-block-19 {
  width: auto;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 140px;
  padding-right: 140px;
  display: block;
}

.menu-item-media {
  z-index: 0;
  width: 50vh;
  height: 50vh;
  opacity: 0;
  transform-origin: 0 100%;
  position: absolute;
  right: 25%;
  overflow: hidden;
}

.media-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.full-video {
  width: 100%;
  height: 100%;
}

.custom-styles-2 {
  display: none;
}

.marquee-wrapper {
  opacity: 0;
  mix-blend-mode: color-dodge;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

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

.title-wrapper {
  z-index: 1;
  cursor: none;
  padding-left: 15vw;
  padding-right: 15vw;
  text-decoration: none;
  position: relative;
}

.horizontal-flex {
  align-items: center;
  display: flex;
}

.menu-item-2 {
  z-index: 2;
  width: 100%;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.menu-title {
  z-index: 1;
  margin-left: 0;
  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
  text-decoration: none;
  position: relative;
}

.menu-title.marquee {
  flex: none;
  margin-left: 0;
}

.menu-title.marquee.separator {
  margin-left: 2vw;
  margin-right: 2vw;
  font-weight: 100;
}

.button-card-wrapper {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
  position: relative;
}

.button-number {
  color: #515f74;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.section-6 {
  width: 100vw;
  height: 100vh;
}

.class-controls-hide-3 {
  display: none;
}

.div-block-20 {
  background-image: url('../images/Screenshot-2023-03-23-162150.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  top: 3918.58px;
  left: 640px;
}

._145-close-button-x {
  width: 2px;
  height: 20px;
  background-color: var(--white-smoke);
  position: absolute;
  transform: rotate(-45deg);
}

._145-close-button-x._2 {
  background-color: var(--white-smoke);
  transform: rotate(45deg);
}

._145-block-5 {
  background-color: #1a1a1a;
}

._145-menu-item {
  flex-direction: column;
  align-items: flex-end;
  margin-top: 25px;
  margin-bottom: 25px;
  text-decoration: none;
  display: flex;
  position: relative;
}

._145-block-1, ._145-block-10, ._145-block-3 {
  background-color: #1a1a1a;
}

._145-menu-grid-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

._145-block-8 {
  background-color: #1a1a1a;
}

._145-menu-item-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-right: 100px;
  padding-left: 140px;
  display: flex;
}

._145-block-7 {
  background-color: #1a1a1a;
}

._145-close-button-wrapper {
  width: 35px;
  height: 35px;
  opacity: .8;
  cursor: none;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-right: 100px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

._145-close-button-wrapper:hover {
  opacity: 1;
}

._145-block-11 {
  background-color: #1a1a1a;
}

._145-menu-content-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

._145-close-button-outer {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

._145-close-button-inner {
  border: 1px solid var(--white-smoke);
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

._145-close-button-inner:hover {
  border-color: #f1f1f1;
}

._145-block-4, ._145-block-2, ._145-block-9 {
  background-color: #1a1a1a;
}

._145-menu-item-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  line-height: 1;
  position: relative;
}

._145-menu-item-underline {
  width: 40px;
  height: 3px;
  background-color: #fff;
  margin-top: 10px;
  position: relative;
  top: auto;
  bottom: -14%;
  left: auto;
  right: 0%;
}

._145-block-6 {
  background-color: #1a1a1a;
}

._145-menu-wrapper {
  z-index: 990;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

._145-open-button-wrapper {
  width: 100px;
  height: 100px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.demo-container {
  width: 100%;
  height: 100vh;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.browser-dot {
  width: 10px;
  height: 10px;
  background-color: #fc615d;
  border-radius: 50%;
  margin-left: 3px;
  margin-right: 3px;
}

.browser-dot.yellow {
  background-color: #fdbc40;
}

.browser-dot.green {
  background-color: #35cc4b;
}

.browser-demo {
  z-index: auto;
  width: 800px;
  height: 400px;
  background-color: #1a1a1a;
  background-image: none;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  flex-wrap: nowrap;
  align-content: flex-end;
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
  overflow: hidden;
}

._145-open-button-outer {
  opacity: .5;
  background-color: #1a1a1a;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

._145-open-button-line {
  width: 20px;
  height: 2px;
  background-color: #fff;
  margin-top: 2px;
  margin-bottom: 1px;
  position: relative;
}

._145-line-wrapper {
  flex-direction: column;
  display: flex;
  position: absolute;
}

.resize-text {
  display: none;
}

.section-7 {
  width: auto;
  justify-content: center;
  align-items: center;
  display: block;
}

._145-open-button-inner {
  background-color: #1a1a1a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.browser-top {
  z-index: 1;
  height: 30px;
  background-color: #e2e2e2;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  align-items: center;
  padding-left: 15px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.demo-wrapper {
  width: 100%;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.looking-glass {
  width: auto;
  height: auto;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  font-size: 100px;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 36%;
}

.section-hero {
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.party-button {
  z-index: 2;
  color: #000;
  border: 1px solid #111;
  border-radius: 8px;
  padding: 12px 16px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

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

.global-styles {
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.party-button-text {
  z-index: 2;
  color: #111;
  font-weight: 700;
  position: relative;
}

.page-wrapper-4 {
  display: none;
}

.button_reveal {
  width: 100%;
  height: 0%;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(225deg, #7a158a, #94b2ff);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero_wrapper {
  width: auto;
  height: 25rem;
  max-width: 30rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: hidden;
}

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

.scramble-text {
  color: var(--softserve-black);
  font-size: 25px;
  line-height: 34px;
}

.lottie-animation {
  width: auto;
  margin-top: 0;
  padding-right: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0;
}

.div-block-21 {
  width: auto;
  height: 20vh;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.text-size-small-2 {
  font-size: .875rem;
}

.text-size-small-2.text-weight-normal {
  line-height: 1.5;
}

.button-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.loader-rectangle_component {
  height: 4rem;
  min-width: 20rem;
  grid-column-gap: .25rem;
  grid-row-gap: 0px;
  border: 4px solid var(--softserve-black);
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding: .25rem;
  display: flex;
}

.example {
  z-index: 10;
  min-width: 4rem;
  color: rgba(251, 249, 252, .5);
  text-align: center;
  cursor: pointer;
  border: 3px #000;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  padding: 1rem;
  position: static;
}

.example:hover {
  opacity: 1;
  border-bottom-color: rgba(251, 249, 252, .5);
}

.example.w--current {
  color: #fbf9fc;
  border-bottom-color: #8f00ff;
}

.button-secondary {
  color: #fbf9fc;
  text-align: center;
  background-color: #141314;
  border: .125rem #141314;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-weight: 400;
  transition-property: none;
}

.button-secondary:hover {
  opacity: .8;
}

.button-secondary.is-small {
  max-width: 12rem;
  white-space: nowrap;
  padding: .5rem 1rem;
  font-size: .875rem;
}

.nav_column {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav_column.is-ctas {
  justify-content: flex-end;
}

.nav_column.is-post-name {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2rem auto 2rem;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  display: grid;
}

.nav_column.is-logo {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 2rem auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  justify-items: start;
  display: flex;
}

.logo-full {
  width: 8rem;
  display: none;
}

.nav_wrapper {
  grid-column-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.global-styles-2 {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.image-10 {
  width: 16px;
}

.nav_progress-content {
  white-space: nowrap;
}

.nav-sec_wrapper {
  height: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.nav_post-direction {
  width: 2rem;
  height: 2rem;
  background-color: #141314;
  border-radius: 50%;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav_post-direction.right {
  padding-left: 1px;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}

.page-padding {
  flex: 1;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: static;
}

.main-wrapper-2 {
  height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--white-smoke);
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  overflow: hidden;
}

.section-tip {
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

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

.loader-wrapper {
  width: 100%;
  height: 100%;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-right: 1px solid #141314;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav_progress-percentage {
  width: 50%;
  height: 100%;
  background-color: #fbf9fc;
  border-radius: 100rem;
}

.nav_tip-title {
  grid-column-gap: .25rem;
  align-items: center;
  display: flex;
}

.page-wrapper-5 {
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background-color: var(--white-smoke);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.battery-square_power-unit {
  width: 100%;
  height: 100%;
  background-color: var(--softserve-light-blue);
}

.full-page-overlay {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: var(--white-smoke);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.button-5 {
  color: #fff;
  text-align: center;
  background-color: #8f00ff;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 2rem;
  font-weight: 400;
  transition-property: none;
}

.button-5:hover {
  opacity: .8;
}

.button-5.is-small {
  max-width: 12rem;
  padding: .5rem 1rem;
  font-size: .875rem;
  transition: opacity .2s;
}

.button-5.is-icon {
  grid-column-gap: .5rem;
  cursor: pointer;
  display: flex;
}

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

.heading-medium-2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.nav_progress-bar {
  height: .875rem;
  max-width: 10rem;
  min-width: 5rem;
  background-color: #141314;
  border-radius: 100rem;
  flex: 1;
  align-items: center;
  padding: .25rem;
  display: flex;
}

.nav-sec_component {
  z-index: auto;
  width: 100%;
  height: 3.5rem;
  background-color: rgba(8, 8, 8, 0);
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(8, 8, 8, .7) 43%);
  border-bottom: 1px solid #141314;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.nav_progress-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 0rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: minmax(8rem, auto) auto;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: stretch;
  display: flex;
}

.image-logo-icon {
  width: 1.75rem;
}

.nav_component {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0d0d0e;
  border-top: 1px solid #161616;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tip-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.logo-icon {
  width: 1.75rem;
}

.text-block-7 {
  color: var(--softserve-black);
  text-transform: none;
  font-weight: 900;
}

.image-11 {
  width: 100%;
  height: 100%;
  max-width: none;
}

.work-accordian {
  border-top: 1px solid var(--black);
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.section-9 {
  height: 11vh;
}

.message-form {
  z-index: 999;
  width: 100vw;
  height: 100vh;
  border: 2px none var(--black);
  background-color: rgba(241, 241, 241, .41);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.contact-wrapper {
  width: 70%;
  height: auto;
  border: 1px solid var(--black);
  background-color: var(--softserve-black);
  color: var(--white-smoke);
  flex-direction: column;
  align-items: stretch;
  padding: 20px 40px;
  display: flex;
}

.text-field {
  padding-bottom: 111px;
}

.text-field.message {
  cursor: none;
  margin-bottom: 20px;
}

.message {
  cursor: none;
}

.field-label {
  color: var(--white-smoke);
  cursor: none;
}

.submit-button {
  background-color: var(--softserve-light-blue);
  cursor: none;
  border-radius: 7px;
  font-weight: 900;
}

.submit-button:hover {
  background-color: var(--white-smoke);
  color: var(--softserve-black);
  font-weight: 900;
}

.text-field-2, .text-field-3 {
  cursor: none;
}

.div-block-22 {
  justify-content: space-between;
  padding-bottom: 20px;
  display: flex;
}

.message-close-button {
  width: 2rem;
  height: 2rem;
  background-image: url('../images/cross-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  border: 1px solid rgba(241, 241, 241, .53);
  border-radius: 100%;
}

.message-close-button:hover {
  border-color: #f1f1f1;
}

.field-label-2, .form {
  cursor: none;
}

.image-12 {
  max-width: 80%;
}

.back-to-top-button {
  display: none;
}

.handwriting-contents {
  position: absolute;
  top: -4px;
  transform: translate(0, -100%);
}

.handwriting-contents.hidden-on-mobile {
  top: auto;
  bottom: 49px;
  left: auto;
  right: 10%;
}

.handwriting {
  letter-spacing: -.03em;
  font-size: 32px;
  line-height: 36px;
}

.handwriting.rotate {
  white-space: nowrap;
  font-family: Caveat, sans-serif;
  font-size: 50px;
  font-weight: 400;
  transform: translate(0, -16px)rotate(-15deg);
}

.body-3 {
  cursor: none;
  background-color: #f1f1f1;
}

.about-project-section {
  width: 100vw;
  height: auto;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/64117e0f6a7d956184a45361_Group-14-copy.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  padding-top: 15vh;
  padding-left: 5vw;
  padding-right: 5vw;
  display: block;
  overflow: hidden;
}

.heading-17 {
  padding-left: 40px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.heading-18 {
  color: var(--softserve-light-blue);
  text-transform: uppercase;
  margin-top: 60px;
  padding-left: 0;
  padding-right: 0;
  font-family: Thunder Vf, sans-serif;
  font-size: 5em;
  font-weight: 500;
  line-height: 1em;
}

.heading-18.about {
  text-transform: uppercase;
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Thunder Vf, sans-serif;
  font-size: 5em;
  font-weight: 500;
  line-height: 1em;
}

.heading-18.brief {
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  font-family: Thunder Vf, sans-serif;
  font-size: 5em;
  font-weight: 500;
  line-height: 1em;
}

.paragraph-6 {
  width: 100%;
  margin-bottom: 0;
  padding: 20px 0 60px;
  font-family: Inter, sans-serif;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1em;
}

.paragraph-6.other {
  padding-top: 40px;
  padding-bottom: 0;
}

.paragraph-6.brief {
  padding-bottom: 40px;
  font-size: 1.4em;
  line-height: 1em;
}

.paragraph-6.welcome {
  padding: 40px 0 0;
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
}

.video {
  width: 100vw;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 40px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.hero-image-section {
  width: 100%;
  height: 100vh;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: block;
  overflow: hidden;
}

.div-block-24 {
  width: 1149vw;
  display: flex;
}

.div-block-25 {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.div-block-26 {
  width: 50vw;
  padding-left: 0;
  padding-right: 5px;
}

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

.big-image-wrapper {
  width: 100%;
  padding-bottom: 10px;
}

.image-15 {
  width: 100%;
  max-width: none;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
}

.process-section {
  padding-bottom: 40px;
  padding-left: 80px;
  padding-right: 80px;
  overflow: hidden;
}

.process-description-wrapper {
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.process-paragraph {
  width: 50vw;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 10px;
  font-family: Inter, sans-serif;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1em;
}

.other-projects-section {
  width: auto;
  height: 30vh;
  border-top: 1px solid var(--black);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 80px;
  padding-right: 220px;
  display: flex;
  overflow: hidden;
}

.other-projects {
  max-width: none;
  color: var(--softserve-black);
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 70px;
  font-weight: 900;
  display: block;
}

.image-16 {
  width: 100%;
  height: auto;
  max-width: none;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
}

.background-wrapper {
  z-index: -20;
  width: 100vw;
  height: auto;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.text-container {
  border: 3px solid #8f00ff;
  margin-bottom: 0;
  padding: 40px 80px;
  font-size: 17px;
  position: relative;
}

.heading-1 {
  opacity: 1;
  color: #dbdbdb;
  text-align: center;
  letter-spacing: -13px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 220px;
  line-height: 76%;
}

.heading-19 {
  color: #dbdbdb;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
}

.noise {
  width: 140vw;
  height: 140vh;
  opacity: .26;
  color: rgba(0, 0, 0, 0);
  mix-blend-mode: overlay;
  background-image: url('../images/64c254577dda086383e333d9_Indieground_FoldedPaper_Textures_04.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
}

.custom {
  height: 0;
  position: fixed;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.custom-font-rendering, .custom-link-inheritance, .custom-pointer-wrap {
  display: none;
}

.testimonials {
  border-top: 1px solid var(--black);
  display: none;
  overflow: hidden;
}

.testimonial---group {
  height: auto;
  grid-column-gap: 4em;
  justify-content: space-between;
  padding-bottom: 0;
  display: flex;
}

.testimonial---text {
  padding-right: 0;
  font-size: 1em;
  line-height: 1.3em;
}

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

.testimonial---pogress {
  height: .5em;
  background-color: #f24654;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.testimonial---pogress.x-02, .testimonial---pogress.x-01, .testimonial---pogress.x-03, .testimonial---pogress.x-04 {
  background-color: var(--softserve-red);
}

.align-right {
  text-align: right;
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-end;
  display: flex;
  position: static;
}

.align-right.testi {
  color: var(--white-smoke);
  display: flex;
}

.section-13 {
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
  overflow: hidden;
}

.testimonial---bg {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 1em;
  left: 1em;
  transform: translate(-1em, -1em);
}

.testimonial---bg.x-02 {
  background-color: var(--softserve-black);
}

.testimonial---bg.x-01 {
  height: 100%;
  background-color: var(--softserve-black);
  display: block;
}

.testimonial---bg.x-03 {
  background-color: var(--softserve-black);
}

.testimonial---bg.x-04 {
  height: auto;
}

.testimonial---wrap {
  height: 70vh;
  line-height: 0;
  display: block;
  position: relative;
}

.testimonial---wrap._2 {
  display: block;
}

.testimonial---name-wrap {
  background-color: #000;
  position: absolute;
  top: -1em;
  bottom: -1em;
  left: -1em;
  right: -1em;
  transform: translate(100%);
}

.testimonial---name-wrap.x-01 {
  height: auto;
}

.scene-quotes-triggers {
  padding-top: 75vh;
  display: none;
}

.testimonial---inner {
  width: 40em;
  height: auto;
  grid-row-gap: 16em;
  background-color: #fff;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  padding: 4em;
  display: block;
  position: relative;
}

.testimonial {
  width: 60em;
  background-color: #000;
  border: .5em solid #000;
  position: relative;
  overflow: hidden;
}

.testimonial.x-02 {
  width: 40em;
  height: 100%;
  padding-left: 0;
  display: flex;
}

.testimonial.x-01, .testimonial.x-03 {
  width: 40em;
  height: 100%;
  display: flex;
}

.testimonial.x-02 {
  width: 40em;
}

.testimonial.x-04 {
  height: 100%;
}

.testimonial---photo {
  width: 100%;
  height: 6em;
  object-fit: cover;
  margin-bottom: 2em;
  padding-top: 20px;
}

.testimonial---photo.lemonco {
  height: auto;
  padding-top: 20px;
}

.testimonial---photo.e2m {
  padding-top: 20px;
}

.page-main {
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
  display: flex;
}

.grid-2 {
  height: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: start;
  display: grid;
}

.container-4 {
  width: 100%;
  height: auto;
  max-width: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 2em;
  padding-left: 8em;
  padding-right: 8em;
  display: flex;
}

.scene-quote-trigger {
  height: 250vh;
  margin-top: 25vh;
}

.font-size-l {
  padding-bottom: 0;
  font-size: 1em;
  line-height: 1.3em;
}

.font-size-l.line-height-l {
  text-align: left;
  padding-bottom: 0;
  font-size: 3.1vh;
  line-height: 4vh;
}

.font-size-l.line-height-l.sacai {
  padding-bottom: 0;
}

.font-size-l.line-height-l {
  font-size: 20px;
  line-height: 22px;
}

.scene-sticky {
  justify-content: center;
  align-items: center;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 5vh;
}

.scene {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 0;
  display: block;
}

.font-size-s {
  font-size: 1.8em;
}

.font-size-s.line-height-xs {
  flex-direction: row;
  font-size: 2.2vh;
  font-weight: 300;
  line-height: 3vh;
  display: block;
}

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

.testimonial---name {
  width: 1000%;
  transform-origin: 0 100%;
  color: #fff;
  position: absolute;
  bottom: 10%;
  left: 70%;
  transform: rotate(-90deg);
}

.font-size-m {
  font-size: 2.4em;
}

.font-size-m.font-style-emphasis.line-height-s {
  font-size: 4vh;
  font-weight: 700;
  line-height: 5vh;
}

.div-block-28 {
  height: auto;
}

.testimonial---text-2 {
  padding-right: 0;
}

.testimonial-section-2 {
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.align-right-2 {
  text-align: right;
}

.section-14 {
  position: relative;
  overflow: hidden;
}

.testimonial---group-2 {
  grid-column-gap: 4em;
  justify-content: flex-start;
  padding-bottom: 1em;
  display: flex;
}

.scene-quotes-triggers-2 {
  padding-top: 100vh;
}

.testimonial---inner-2 {
  width: 40em;
  grid-row-gap: 16em;
  background-color: #fff;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  padding: 4em;
  display: flex;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: none;
  padding-left: 8em;
  padding-right: 8em;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.scene-quote-trigger-2 {
  height: 300vh;
  margin-top: -100vh;
}

.scene-sticky-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.body-4 {
  cursor: none;
  padding-left: 0;
}

.project-brief-section {
  padding-left: 5vw;
  padding-right: 5vw;
  overflow: hidden;
}

.small-image-left {
  width: 50vw;
  padding-right: 5px;
}

.small-image-wrapper {
  display: flex;
}

.small-image-right {
  width: 50vw;
  padding-left: 5px;
}

.project-brief-wrapper {
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.about-project-wrapper, .about-project-wrapper.overview {
  padding-left: 0;
  padding-right: 0;
}

.section-15 {
  width: 100vw;
  height: 100vh;
  background-color: #212121;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lottie-animation-2 {
  justify-content: center;
  align-items: center;
  display: block;
}

.section-16 {
  width: 100vw;
  height: 100vh;
}

.background-video {
  z-index: 10;
  width: 100%;
  height: 100vh;
  padding-bottom: 0;
}

.background-video-2, .background-video-3 {
  z-index: 10;
  width: 100%;
  height: 100%;
}

.photo-wrapper {
  width: 6vw;
}

.photo-wrapper.e2m {
  width: 13vw;
}

.photo-wrapper.talent {
  width: 15vw;
}

.photo-wrapper.sacai {
  width: 14vw;
}

.bold-text-3 {
  flex-direction: row;
  font-size: 2.2vh;
  display: inline-block;
}

.showcase-testimonial {
  width: 100vw;
  height: auto;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 40px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.showcase-testimonial-wrapper {
  width: 100%;
  height: 100%;
  border: 3px solid var(--softserve-black);
  box-shadow: 5px 10px 0 3px var(--softserve-black);
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding: 40px;
  display: flex;
}

.paragraph-7 {
  color: var(--softserve-black);
  text-align: justify;
  font-family: Inter, sans-serif;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.2em;
}

.heading-20 {
  color: var(--softserve-black);
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-image: url('../images/Group-14.png');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: auto;
  color: var(--softserve-black);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Inter, sans-serif;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.heading-21 {
  font-family: Inter, sans-serif;
  font-size: 200px;
  font-weight: 900;
}

.heading-22 {
  margin-top: 7vh;
  font-size: 50px;
}

.div-block-29 {
  height: 30vh;
  color: var(--softserve-black);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.body-5 {
  background-color: var(--white-smoke);
  cursor: none;
}

.lottie-animation-3 {
  width: auto;
  height: auto;
  max-width: none;
}

.tup-wrap-2-1 {
  background-color: var(--softserve-light-blue);
  border-radius: 100%;
  padding: 3.3em;
}

.tup-wrap-1-1 {
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
}

.tup-text-3 {
  color: var(--softserve-black);
  font-size: 15em;
  font-weight: 900;
  line-height: 1em;
}

.tup-wrap-1 {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-direction: column;
  display: flex;
}

.tup-text-2 {
  color: #000;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.3em;
}

.tup-wrap-9 {
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.tup-pic-1 {
  width: auto;
}

.tup-pic-1.lemonco {
  width: 7vw;
}

.tup-wrap-8 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-direction: column;
  flex: 0 70%;
  padding-right: 7.4em;
  display: flex;
}

.tup-wrap-6 {
  flex-direction: column;
}

.tup-wrap-2 {
  display: flex;
}

.tup-paragraph-1 {
  color: #09132f;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.6em;
}

.tup-icon-2 {
  width: 2em;
}

.tup-wrap-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tup-link-block-1 {
  cursor: none;
}

.tup-section-1 {
  width: 400vw;
  height: 70vh;
  cursor: none;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 1vw;
  display: flex;
  overflow: hidden;
}

.tup-icon-1 {
  width: 3em;
  transform: rotate(0);
}

.tup-icon-1.left {
  width: 3em;
  transform: rotate(90deg);
}

.tup-icon-1.right {
  transform: rotate(-90deg);
}

.tup-wrap-5 {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  align-items: center;
  padding-right: 3em;
  display: flex;
}

.tup-container-1 {
  width: 100%;
  max-width: 80em;
  border: 6px solid var(--softserve-black);
  background-color: var(--white-smoke);
  margin-left: 5vw;
  margin-right: 0;
  padding: 40px;
  display: block;
  position: relative;
}

.tup-container-1._1 {
  justify-content: center;
  margin-left: 0;
  display: block;
}

.tup-container-1._2 {
  display: flex;
}

.tup-container-1._3 {
  display: block;
}

.tup-wrap-7 {
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.tup-wrap-4 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  display: flex;
}

.tup-text-1 {
  color: #000;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.3em;
}

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

.div-block-30 {
  z-index: -1;
  background-color: var(--softserve-black);
  position: absolute;
  top: 0%;
  bottom: -3%;
  left: 0%;
  right: -2%;
}

.testimonial-wrapper {
  width: 100vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-wrapper._1 {
  width: 100vw;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.testimonial-wrapper._2, .testimonial-wrapper._3 {
  display: flex;
  overflow: hidden;
}

.testimonial-wrapper._4 {
  overflow: hidden;
}

.bold-text-5 {
  font-weight: 500;
}

.list-2, .list-3 {
  color: var(--white-smoke);
  font-weight: 300;
}

.list-4 {
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.list-item-2 {
  font-family: Inter, sans-serif;
  font-weight: 300;
  list-style-type: none;
}

.list-item-3 {
  font-family: Inter, sans-serif;
}

.list-5 {
  font-weight: 700;
}

.heading-23 {
  text-transform: uppercase;
  font-family: snug-variable, sans-serif;
}

.text-block-8 {
  color: var(--white-smoke);
  font-variation-settings: "wght"800, "wdth"112.5;
  text-transform: uppercase;
  white-space: break-spaces;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-family: Martianmono Variablefont Wdth Wght;
  font-size: 100px;
  font-weight: 800;
  line-height: 100px;
  display: block;
}

.text-block-8.thunder {
  font-variation-settings: "wght"100, "ital"0, "CNTR"0;
  text-align: left;
  letter-spacing: 2px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 0 60px 40px;
  font-family: Thunder Vf, sans-serif;
  font-size: 120px;
  line-height: 102px;
  display: flex;
}

.section-17 {
  height: auto;
  background-color: var(--softserve-black);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.text-block-9 {
  color: var(--white-smoke);
  text-transform: uppercase;
  margin-left: 20px;
  font-family: Martianmono Variablefont Wdth Wght;
  font-size: 100px;
  line-height: 100px;
}

.div-block-31 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-32 {
  display: flex;
}

.text-block-10 {
  color: var(--white-smoke);
  text-transform: uppercase;
  font-family: Martianmono Variablefont Wdth Wght;
  font-size: 100px;
}

.div-block-33 {
  position: relative;
}

.word {
  font-variation-settings: "ital"14, "wght"100;
  margin-bottom: -.175em;
  padding-top: .025em;
  padding-right: .5em;
}

.char {
  display: inline-block;
}

.text-block-11 {
  color: var(--white-smoke);
  font-family: Thunder Vf, sans-serif;
  font-size: 100px;
}

.div-block-34 {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: block;
}

.body-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-12 {
  color: #fff;
  text-transform: uppercase;
  padding-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Thunder Vf, sans-serif;
  font-size: 120px;
  font-weight: 500;
  line-height: 102px;
}

.div-block-35 {
  flex: none;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.image-22 {
  z-index: 10;
  height: 90vh;
  max-width: none;
  object-fit: fill;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.html-embed-6 {
  display: block;
}

.div-block-36 {
  width: 80vw;
  height: 50vh;
  border: 6px solid var(--softserve-black);
  background-color: var(--white-smoke);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 20px 40px 40px;
  display: flex;
}

.freshly-made {
  color: var(--softserve-black);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Thunder Vf, sans-serif;
  font-size: 6em;
  font-weight: 700;
  line-height: .8em;
}

.online-presence {
  color: var(--softserve-light-blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thunder Vf, sans-serif;
  font-size: 6em;
  font-weight: 700;
  line-height: .8em;
}

.black-bg {
  z-index: -1;
  background-color: var(--softserve-black);
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: -7%;
  left: 0%;
  right: -2%;
}

.white-hero-bg {
  width: 100%;
  height: 100%;
  background-color: var(--white-smoke);
  box-shadow: 14px 11px 0 2px var(--softserve-black);
  border: 4px solid #000;
  border-radius: 0;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-around;
  align-items: flex-start;
  padding: 40px 30px;
  display: flex;
  position: static;
}

.hero-text-container {
  width: 50vw;
  height: auto;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-image-container {
  z-index: 10;
  width: 40vw;
  height: 100vh;
  justify-content: space-around;
  display: flex;
  position: relative;
}

.hero-quote {
  margin-top: 0;
  margin-bottom: 20px;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
}

.hero-quote-name {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Space Grotesk, sans-serif;
  font-size: 20px;
}

.lottie-animation-4 {
  width: 50%;
  height: 20%;
  max-width: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: block;
}

.full-logo {
  width: 40rem;
  display: none;
}

.lottie-animation-5 {
  width: 60vh;
}

.contact-us {
  height: auto;
  background-color: var(--softserve-black);
  padding: 57px 40px 57px 60px;
}

.contact-us.contact-page {
  height: 100%;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: rgba(0, 0, 0, 0);
  padding-right: 60px;
}

.cell {
  padding-right: 60px;
}

.cell.content {
  padding-right: 0;
}

.paragraph-8 {
  color: #fff;
}

.paragraph-8.contact-form.contact-page {
  color: var(--softserve-black);
}

.heading-25 {
  color: #fff;
  font-family: Space Grotesk, sans-serif;
}

.heading-25.contact-form {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.heading-25.contact-form.contact-page {
  color: var(--softserve-black);
}

.form-block {
  width: 100%;
  height: 100%;
}

.form-2 {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.form-2.contact-page {
  justify-content: center;
}

.name-field, .email-field {
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-field-4 {
  padding-top: 20px;
  padding-bottom: 101px;
}

.submit-button-2 {
  width: 100%;
  height: 20%;
  background-color: var(--softserve-light-blue);
  padding-top: 9px;
  font-family: Space Grotesk, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.cell-2 {
  justify-content: space-between;
  display: flex;
}

.cta {
  background-color: var(--softserve-black);
  padding: 40px 100px;
  overflow: hidden;
}

.cta-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thunder Vf, sans-serif;
  font-size: 120px;
  line-height: 100px;
}

.cta-wrapper {
  color: #fff;
  padding-left: 40px;
}

.paragraph-9 {
  padding-left: 0;
  font-size: 25px;
  font-weight: 700;
  line-height: 32px;
}

.what-we-do-for-you {
  height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  display: block;
  overflow: hidden;
}

.what-wrapper {
  height: auto;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.what-we-do-paragraph-stack {
  border: 4px solid var(--softserve-black);
  background-color: var(--white-smoke);
  box-shadow: 7px 4px 0 1px var(--softserve-black);
}

.stand-out-paragraph-wrapper {
  margin: 100px 20px;
}

.what-we-do-paragraph {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 25px;
  font-weight: 700;
  line-height: 27px;
}

.what-we-do-paragraph.quote-section {
  font-size: 35px;
  line-height: 37px;
}

.quick-stack {
  width: 100%;
  height: auto;
}

.what-we-do-heading-stack {
  justify-content: center;
  align-items: center;
  font-family: Space Grotesk, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.what-we-do-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Thunder Vf, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 60px;
}

.what-we-do-heading.blue {
  color: var(--softserve-light-blue);
  margin-top: 0;
  margin-bottom: 0;
}

.heading-27 {
  color: var(--softserve-light-blue);
  margin-top: 0;
  font-size: 50px;
}

.heading-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 60px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.div-block-37 {
  width: 200vw;
  height: .5vh;
  background-color: var(--softserve-black);
  position: absolute;
  top: auto;
  bottom: 50%;
  left: 0%;
  right: 0%;
}

.nav-thing-wrapper {
  width: 100%;
  justify-content: flex-end;
  margin-bottom: 10px;
  padding-top: 20px;
  display: flex;
}

.nav-thing-wrapper.quote-box {
  margin-bottom: 40px;
}

.image-23 {
  width: 10%;
  max-width: none;
}

.new-footer {
  background-color: var(--softserve-black);
}

.logo-stack, .email-stack {
  justify-content: center;
  align-items: center;
}

.logo-wrapper {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.email-wrapper {
  align-items: center;
  display: block;
}

.footer-email {
  color: var(--white-smoke);
  text-transform: uppercase;
  font-family: Thunder Vf, sans-serif;
  font-size: 50px;
}

.quick-stack-2 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.quote {
  height: 60vh;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  overflow: hidden;
}

.box-with-shadow {
  width: 100%;
  height: 90%;
  background-color: var(--white-smoke);
  box-shadow: 16px 8px 0 2px var(--softserve-black);
  border: 4px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.unleash {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thunder Vf, sans-serif;
  font-size: 110px;
  font-weight: 700;
  line-height: 90px;
  display: block;
}

.heading-28 {
  color: var(--softserve-light-blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thunder Vf, sans-serif;
  font-size: 110px;
  line-height: 90px;
}

.quote-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.name-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

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

.options {
  height: auto;
  border-top: 1px solid var(--softserve-black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.other-packeges {
  cursor: auto;
  margin-bottom: 100px;
}

.tab-wrapper {
  width: 90vw;
  height: auto;
  cursor: none;
  justify-content: center;
  align-items: center;
  display: block;
}

.other-packages-tab-heading {
  cursor: none;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 700;
  display: flex;
}

.text-block-14, .text-block-15, .text-block-16 {
  justify-content: center;
  font-family: Space Grotesk, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.tabs-menu {
  width: 100%;
  cursor: none;
  justify-content: center;
  display: block;
}

.tabs {
  width: 100%;
  height: 100%;
  border: 4px solid var(--softserve-black);
  background-color: var(--white-smoke);
  box-shadow: 9px 5px 0 1px var(--softserve-black);
  cursor: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.tab-heading {
  font-size: 30px;
}

.seo-paragraph-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.tab-paragraph-wrapper {
  height: 75vh;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.tab-link-seo {
  width: 25%;
  background-color: var(--white-smoke);
  cursor: none;
  border-bottom: 4px solid #000;
  border-right: 4px solid #000;
}

.tab-link-seo.w--current {
  width: 25%;
  background-color: var(--softserve-light-blue);
  color: var(--white-smoke);
  cursor: none;
  border-bottom: 4px solid #000;
  border-left: 4px #000;
  border-right: 4px solid #000;
}

.tab-link-sem {
  width: 25%;
  background-color: var(--white-smoke);
  cursor: none;
  border-bottom: 4px solid #000;
  border-right: 4px solid #000;
}

.tab-link-sem.w--current {
  background-color: var(--softserve-light-blue);
  color: var(--white-smoke);
}

.tab-link-google-suite {
  width: 25%;
  background-color: var(--white-smoke);
  cursor: none;
  border: 4px solid #000;
  border-style: none solid solid none;
}

.tab-link-google-suite.w--current {
  background-color: var(--softserve-light-blue);
  color: var(--white-smoke);
}

.tab-link-google-ads {
  width: 25%;
  background-color: var(--white-smoke);
  cursor: none;
  border: 4px #000;
  border-bottom-style: solid;
}

.tab-link-google-ads.w--current {
  background-color: var(--softserve-light-blue);
  color: var(--white-smoke);
}

.tabs-content {
  cursor: none;
  justify-content: center;
  align-items: center;
  display: block;
}

.paragraph-11 {
  font-weight: 500;
}

.tab-pane-seo, .tab-pane-sem, .tab-pane-google-suite, .tab-pane-google-ads {
  cursor: none;
}

.let-s-chat {
  width: 100vw;
  height: 100%;
  background-color: var(--softserve-black);
  margin-bottom: 100px;
  padding: 40px 0;
}

.let-s-chat.contact-us {
  margin-bottom: 0;
}

.cell-3 {
  justify-content: center;
  align-items: center;
}

.cell-4 {
  padding-left: 0;
}

.quick-stack-3 {
  padding-left: 20px;
}

.tab-paragraph {
  font-size: 18px;
  line-height: 30px;
}

.div-block-38 {
  width: 210vw;
}

.div-block-39 {
  width: 0;
}

.div-block-40 {
  width: 40vh;
}

.div-block-41 {
  width: 346.797vw;
}

.div-block-42, .div-block-43 {
  width: 100px;
}

.div-block-44 {
  width: 100vw;
  margin-bottom: 100px;
  padding-left: 5vw;
  padding-right: 5vw;
}

.price-options-wrapper {
  width: 100%;
  height: 100%;
  background-color: var(--white-smoke);
  box-shadow: 2px 1px 0 0 var(--softserve-black);
  border: 4px solid #000;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.price-text-wrapper {
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: flex-start;
  padding: 20px;
  display: flex;
}

.price-heading {
  margin-top: 10px;
}

.pricing-paragraph {
  font-size: 16px;
  font-weight: 500;
}

.contact-us-section {
  height: auto;
  overflow: hidden;
}

.contact-us-section.contact-page {
  height: 80vh;
  align-items: center;
  display: flex;
}

.our-process {
  height: 100vh;
}

.nave-wrapper {
  width: 100%;
  height: 100.001%;
  cursor: none;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  padding: 1vh 5vw;
  display: flex;
}

.image-25 {
  display: none;
}

.marque {
  overflow: hidden;
}

.fresh-sites-hero {
  width: 100vw;
  background-image: url('../images/Group-14.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain;
  padding-top: 0;
  display: none;
  overflow: hidden;
}

.hero-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.heading-wrapper-2 {
  width: auto;
  height: auto;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.heading-wrapper-2._04 {
  align-items: flex-end;
  padding-bottom: 40px;
}

.paragraph-13 {
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 26px;
}

.lottie-animation-6 {
  flex: none;
}

.process {
  width: 100vw;
  height: 100vh;
  background-color: #f1f1f1;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.process._02 {
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid #000;
  border-left-style: none;
  border-right-style: none;
  justify-content: flex-start;
  display: flex;
}

.process._01 {
  background-color: rgba(0, 0, 0, 0);
  border-style: solid none none;
  border-top-width: 1px;
  border-top-color: #000;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  justify-content: flex-start;
  display: flex;
}

.process._06 {
  background-color: rgba(0, 0, 0, 0);
  border-style: solid none;
  border-top-width: 1px;
  border-top-color: #000;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  justify-content: flex-start;
}

.process._03, .process._04, .process._05 {
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid #000;
  border-left-style: none;
  border-right-style: none;
  justify-content: flex-start;
  display: flex;
}

.lottie-animation-7 {
  flex: none;
}

.content {
  width: 80%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.content._02 {
  width: 80%;
  align-items: flex-start;
}

.paragraph-wrapper {
  width: auto;
  padding-right: 0;
}

.process-lottie {
  flex: none;
}

.heading-29 {
  height: auto;
  color: #000;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 20px;
  font-family: Thunder Vf, sans-serif;
  font-size: 10em;
  font-weight: 700;
  line-height: .8em;
}

.heading-29._05 {
  margin-bottom: -18px;
}

.heading-29._04 {
  margin-top: 0;
  margin-bottom: -20px;
}

.heading-30 {
  text-transform: uppercase;
  justify-content: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 60px;
  font-family: Space Grotesk, sans-serif;
  font-weight: 400;
  display: flex;
}

.camera {
  width: 100vw;
  height: 100vh;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.horizontal-scroll-bar {
  z-index: 999;
  width: 100vw;
  height: 1.5vh;
  justify-content: space-between;
  align-items: stretch;
  display: block;
  position: absolute;
  top: 98.5vh;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.frame {
  height: 100%;
  align-items: stretch;
  display: flex;
  position: relative;
}

.scroll-bar {
  width: 100%;
  height: 100%;
  background-color: #00f;
  align-items: flex-end;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.top-bar {
  width: 100%;
  height: 15%;
  margin-top: 100px;
}

.track {
  height: auto;
  display: block;
  position: static;
}

.process-heading {
  padding-top: 60px;
  overflow: hidden;
}

.custom_scroll_bar {
  justify-content: flex-end;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.vertical-scroll-bar {
  width: 1vw;
  height: 100vh;
  background-color: var(--softserve-light-blue);
  justify-content: flex-end;
  display: block;
}

.new-hero {
  height: 110vh;
  background-image: url('../images/64117e0f6a7d956184a45361_Group-14-copy.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 0;
  padding-top: 10vh;
}

.quick-stack-5 {
  height: 100%;
}

.hero-omage-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.bold-text-6, .bold-text-7 {
  color: var(--softserve-black);
}

.powered-by {
  width: 100%;
  height: auto;
  border-top: .5px solid var(--white-smoke);
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.text-block-17 {
  color: var(--white-smoke);
  font-size: 20px;
}

.link-2 {
  color: var(--white-smoke);
  -webkit-text-stroke-color: transparent;
  padding-left: 10px;
  font-size: 20px;
  font-weight: 900;
  text-decoration: none;
}

.body-7 {
  cursor: none;
}

.lets-get-fresh.contact-page {
  filter: invert();
}

.contact-form-wrapper {
  width: 100%;
  height: 1000%;
}

.quick-stack-6 {
  padding-left: 60px;
  padding-right: 60px;
}

.slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
}

.slide-wrapper {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.icon-4, .icon-5 {
  filter: invert();
}

.right-arrow {
  cursor: none;
}

.div-block-45 {
  padding-bottom: 20px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .process-paragraph {
    line-height: 1.3em;
  }
}

@media screen and (min-width: 1440px) {
  .hero.bg-main-gray.mobile {
    display: block;
  }

  .tup-section-1 {
    font-size: 14px;
  }

  .freshly-made, .online-presence {
    font-size: 8em;
  }

  .hero-quote {
    font-size: 3em;
  }

  .paragraph-8.contact-form.contact-page {
    padding-right: 100px;
  }

  .what-we-do-paragraph {
    font-size: 22px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1920px) {
  .body {
    overflow: visible;
  }

  .container.mobile {
    justify-content: space-around;
    margin-right: 0;
    padding-top: 0;
    padding-right: 0;
  }

  .heading-xlarge {
    font-size: 10em;
  }

  .image-hero {
    width: 80vw;
    height: auto;
  }

  .hero, .hero.bg-main-gray {
    overflow: visible;
  }

  .hero.the-process {
    display: none;
  }

  .image-3 {
    width: 100%;
    max-width: none;
  }

  .banner-circle-wrapper {
    display: block;
  }

  .banner-circle {
    margin-bottom: 1vh;
    margin-right: 1vw;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .banner-circle-image {
    width: 7vw;
    max-width: none;
  }

  .navbar_component {
    width: 100vw;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    mix-blend-mode: normal;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .menu-button-2 {
    display: block;
  }

  .section-marquee-secondary {
    display: block;
    overflow: hidden;
  }

  .marquee-secondary-inner {
    padding-bottom: 0;
    overflow: visible;
  }

  .marquee-secondary-text.new {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    font-family: Thunder Vf, sans-serif;
    font-size: 5vw;
    line-height: 8vh;
    display: flex;
    overflow: visible;
  }

  .discovery-section {
    display: none;
  }

  .paragraph-2.research {
    width: 100%;
    height: 100%;
    background-image: url('../images/Asset-3.png');
    background-size: contain;
  }

  .accordion-item.our-work {
    color: var(--softserve-black);
  }

  .accordion-item-bottom-wrapper.work {
    background-color: rgba(0, 0, 0, 0);
  }

  .btn.btn-six.let-s-chat-button {
    width: 100%;
    padding: 0;
  }

  .showcase {
    display: none;
  }

  .text-block-4.project.showcase-thumbnail {
    width: 100%;
  }

  .the-details {
    display: block;
  }

  .design-development {
    display: none;
  }

  .research-concept {
    transition: all .4s;
    display: none;
  }

  .temp-link-tweaks, .publish {
    display: none;
  }

  .looking {
    display: block;
  }

  .heading-10 {
    font-size: 3em;
    line-height: .8em;
  }

  .showcase-image.rossimoda {
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    display: block;
  }

  .showcase-image.umdabu {
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .showcase-image.otima {
    height: auto;
    display: block;
  }

  .showcase-image.level-up, .showcase-image.e2m {
    height: auto;
    background-image: none;
  }

  .paragraph-5 {
    font-size: 2em;
    line-height: 1em;
  }

  .button.let-s-chat-button {
    width: 20vw;
    justify-content: center;
    margin-top: 0;
    padding-left: 0;
    display: flex;
  }

  .button.order-now {
    height: auto;
  }

  .section-5, ._145-menu-wrapper {
    display: none;
  }

  .looking-glass {
    display: flex;
  }

  .lottie-animation {
    margin-right: 10vw;
    padding-right: 0;
  }

  .logo-full {
    width: 8rem;
    display: block;
  }

  .image-logo-icon, .logo-icon {
    display: none;
  }

  .work-accordian {
    display: block;
  }

  .handwriting-contents.hidden-on-mobile {
    bottom: 41px;
  }

  .handwriting.rotate {
    font-family: PT Serif, serif;
  }

  .about-project-section {
    width: auto;
    display: block;
  }

  .heading-18.about, .heading-18.brief {
    font-size: 6em;
  }

  .hero-image-section {
    width: auto;
    display: flex;
  }

  .background-wrapper {
    opacity: .52;
    color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    position: fixed;
  }

  .noise {
    background-position: 50%;
  }

  .testimonial---group {
    justify-content: flex-start;
    overflow: hidden;
  }

  .testimonial---text {
    padding-left: 0;
    padding-right: 0;
    font-size: 1em;
  }

  .testimonial-section {
    height: 100vh;
    flex-direction: row;
    display: flex;
  }

  .testimonial---pogress.x-03 {
    background-color: var(--softserve-red);
  }

  .testimonial---wrap {
    display: block;
  }

  .scene-quotes-triggers {
    padding-top: 100vh;
    display: block;
    position: static;
    overflow: visible;
  }

  .testimonial---inner {
    width: 40em;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
  }

  .testimonial.x-02 {
    width: 40em;
  }

  .testimonial.x-01 {
    width: 40em;
    flex-direction: row;
    display: flex;
  }

  .testimonial.x-03 {
    width: 40em;
    display: flex;
  }

  .testimonial.x-04 {
    width: 40em;
  }

  .page-main {
    overflow: visible;
  }

  .grid-2 {
    justify-items: stretch;
  }

  .container-4 {
    max-width: 2080px;
    display: block;
    overflow: hidden;
  }

  .scene-quote-trigger {
    height: 300vh;
    margin-top: 100vh;
  }

  .font-size-l {
    font-size: 1vw;
    line-height: 1.3vw;
  }

  .font-size-l.line-height-l {
    padding-right: 0;
  }

  .scene-sticky {
    overflow: hidden;
  }

  .scene {
    margin-top: 0;
    overflow: visible;
  }

  .page {
    padding-top: 0;
    overflow: visible;
  }

  .body-4 {
    object-fit: fill;
    overflow: visible;
  }

  .image-17 {
    width: 100%;
    height: auto;
    display: inline-block;
  }

  .image-18 {
    width: 100%;
    height: auto;
  }

  .image-19 {
    width: 100%;
    height: auto;
  }

  .image-20 {
    width: 100%;
  }

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

  .tup-section-1 {
    padding-left: 0;
  }

  .testimonial-wrapper {
    width: 100vw;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-22 {
    z-index: 10;
    height: 90vh;
    max-width: none;
    object-fit: fill;
    flex: none;
    justify-content: center;
    align-items: center;
    display: block;
    position: absolute;
    top: 0%;
    overflow: visible;
  }

  .freshly-made {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 10em;
  }

  .online-presence {
    margin-top: 0;
    font-size: 10em;
    line-height: 120px;
  }

  .white-hero-bg {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: stretch;
    padding: 80px 60px;
    display: flex;
  }

  .hero-text-container {
    width: 60vw;
    height: 85vh;
    max-height: none;
    max-width: none;
    justify-content: center;
    margin-left: auto;
    margin-right: 100px;
    display: block;
    overflow: visible;
  }

  .hero-image-container {
    height: 100vh;
    overflow: visible;
  }

  .hero-quote {
    flex: 0 auto;
    padding-right: 100px;
    font-size: 3em;
    line-height: 1em;
  }

  .paragraph-8.contact-form.contact-page {
    padding-right: 100px;
    font-size: 20px;
    line-height: 22px;
  }

  .cta {
    height: auto;
    background-color: var(--softserve-black);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 100px;
    display: block;
  }

  .cta-heading {
    color: #fff;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Thunder Vf, sans-serif;
    font-size: 160px;
    font-weight: 600;
    line-height: 140px;
  }

  .cta-heading.animated {
    font-weight: 100;
  }

  .what-we-do-for-you {
    margin-top: 60px;
    margin-bottom: 60px;
    display: block;
    overflow: hidden;
  }

  .what-we-do-paragraph {
    font-size: 30px;
    line-height: 34px;
  }

  .div-block-37 {
    height: .8vh;
    overflow: hidden;
  }

  .email-stack {
    cursor: none;
  }

  .email-wrapper {
    text-decoration: underline;
  }

  .options {
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
  }

  .other-packeges {
    display: block;
    overflow: visible;
  }

  .tab-wrapper {
    width: auto;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .other-packages-tab-heading {
    font-size: 35px;
  }

  .tab-heading {
    font-size: 40px;
  }

  .let-s-chat {
    width: auto;
    margin-top: 100px;
    display: block;
    overflow: hidden;
  }

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

  .tab-paragraph {
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-44 {
    width: auto;
    height: auto;
    margin-bottom: 0;
    display: block;
  }

  .price-options-wrapper {
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .price-text-wrapper {
    height: auto;
  }

  .pricing-paragraph {
    font-size: 25px;
    line-height: 30px;
  }

  .our-process {
    display: none;
  }

  .quick-stack-4 {
    height: auto;
  }

  .nave-wrapper {
    mix-blend-mode: normal;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .marque {
    overflow: visible;
  }

  .fresh-sites-hero {
    height: 100vh;
    object-fit: fill;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    display: none;
  }

  .hero-wrapper {
    display: flex;
    overflow: hidden;
  }

  .paragraph-13 {
    font-size: 35px;
    line-height: 35px;
  }

  .process._02 {
    width: 100vw;
    display: flex;
  }

  .process._01 {
    width: 100vw;
    border-top: 1px solid #000;
    display: flex;
    overflow: visible;
  }

  .process._06, .process._03, .process._04 {
    width: 100vw;
    display: flex;
  }

  .process._05 {
    width: 100vw;
  }

  .content {
    display: flex;
  }

  .heading-29 {
    font-size: 12em;
  }

  .heading-29._05 {
    margin-top: 0;
    margin-bottom: -26px;
    padding-bottom: 0;
  }

  .camera {
    top: 0;
    overflow: hidden;
  }

  .horizontal-scroll-bar {
    display: none;
  }

  .frame {
    flex-direction: row;
    display: flex;
  }

  .top-bar {
    display: block;
  }

  .track {
    height: auto;
    flex-direction: column;
    display: block;
  }

  .process-heading {
    height: auto;
    padding-top: 60px;
  }

  .process-heading-wrapper {
    width: 100%;
    height: 100%;
  }

  .custom_scroll_bar {
    display: flex;
  }

  .vertical-scroll-bar {
    width: 1em;
  }

  .new-hero {
    width: auto;
    height: 100vh;
    justify-content: center;
    align-items: center;
    padding-top: 5vh;
    display: flex;
  }

  .quick-stack-5 {
    height: 100%;
    padding-bottom: 0;
  }

  .cell-5, .cell-6 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-omage-wrapper {
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
  }

  .contact-form-content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .quick-stack-6 {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

@media screen and (max-width: 991px) {
  .body {
    cursor: default;
  }

  .brand {
    margin-left: 16px;
  }

  .nav-menu {
    height: 100vh;
    background-color: #f1f1f1;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 16px;
  }

  .main-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .main-grid.space-top.grid, .main-grid.titles {
    grid-template-columns: 1fr;
  }

  .main-grid.midlle {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .main-grid.details {
    padding-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-grid.contact {
    display: none;
  }

  .main-nav.bg-main-gray {
    padding-left: 0;
    padding-right: 0;
  }

  .flex.vert.space-too {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-xlarge {
    letter-spacing: 2px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 6em;
  }

  .image-hero {
    padding-left: 0%;
    padding-right: 0%;
    top: 16.2vh;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .heading-xsmall.text-color-dark-gray.no-space.small {
    padding-top: 10px;
    font-size: 12px;
    font-weight: 500;
  }

  .text-span {
    font-size: 16vh;
  }

  .hero.process {
    display: none;
  }

  .button-view {
    margin-top: -139px;
  }

  .menu-button {
    background-color: rgba(0, 0, 0, 0);
    margin-right: 16px;
  }

  .menu-button.w--open {
    background-color: #f1f1f1;
    margin-right: 16px;
  }

  .icon {
    color: #000;
  }

  .text-block-3 {
    font-size: 90px;
    line-height: 1.5;
  }

  .banner-circle-wrapper {
    display: none;
  }

  .banner-circle {
    bottom: .5rem;
    right: .5rem;
  }

  .banner-circle-image {
    width: 100px;
    max-width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .navbar_component {
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .side-menu-background {
    z-index: 0;
  }

  .side-menu-text-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .section-marquee-secondary {
    justify-content: flex-start;
    align-items: stretch;
  }

  .marquee-secondary-inner {
    align-items: center;
    padding-top: .85rem;
    padding-bottom: .125rem;
  }

  .marquee-secondary-text {
    font-size: 4vw;
  }

  .marquee-secondary-text.new {
    font-size: 4em;
    line-height: 1em;
  }

  .cursor-wrapper, .discovery-section {
    display: none;
  }

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

  .accordion-trigger-bottom.work {
    display: block;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .accordion-highlight-top {
    display: none;
  }

  .accordion-item-bottom-wrapper.work {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    padding-right: 0;
    display: flex;
  }

  .accordion-highlight-bottom {
    display: none;
  }

  .btn-text {
    font-size: 20px;
  }

  .heading-4 {
    padding-right: 10vw;
  }

  .text-block-4.project.showcase-thumbnail {
    background-color: var(--white-smoke);
    font-size: 25px;
  }

  .image-4 {
    filter: none;
  }

  .footer-logo-wrapper {
    border-bottom: 2px solid rgba(241, 241, 241, .36);
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    display: flex;
  }

  .div-block-3 {
    padding-right: 0;
  }

  .sticky-header-column {
    width: 30%;
    align-items: flex-start;
    padding-left: 35px;
    padding-right: 35px;
  }

  .heading-6 {
    font-size: 30px;
    line-height: 32px;
  }

  .sticky-info-column {
    width: 70%;
    align-items: stretch;
    padding-left: 30px;
    padding-right: 30px;
  }

  .list-item {
    font-size: .8rem;
  }

  .design-development, .menu_top-drag {
    display: none;
  }

  .nav_logo {
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .menu_content {
    width: 11em;
    max-width: 80vw;
    background-color: #1f1f1f;
    border: 2px solid #f2e8de;
    margin-top: 2.9em;
    display: none;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .menu {
    border-width: 0;
    position: relative;
  }

  .menu_top-show {
    width: 3em;
    height: 3em;
    color: #f2e8de;
    background-color: #1f1f1f;
    border: 2px solid #f2e8de;
  }

  .hiring_text {
    display: none;
  }

  .menu_link:hover {
    padding-left: 0;
  }

  .research-concept, .temp-link-tweaks, .publish, .support {
    display: none;
  }

  .screenshot-container {
    font-size: 12px;
  }

  .draw {
    font-size: 2vw;
  }

  .div-block-4 {
    justify-content: space-around;
  }

  .div-block-5 {
    width: 33vw;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-6 {
    width: 33vw;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-7 {
    width: 33vw;
    padding-left: 10px;
    padding-right: 10px;
  }

  .draw-2 {
    font-size: 2vw;
  }

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

  .showcase-image {
    height: 70vw;
    background-image: url('../images/design-space-paper-textured-background.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 0 auto;
    align-items: stretch;
  }

  .showcase-image.rossimoda {
    width: auto;
    height: auto;
    justify-content: flex-start;
    overflow: visible;
  }

  .showcase-image.umdabu, .showcase-image.otima, .showcase-image.level-up, .showcase-image.e2m {
    width: auto;
    height: auto;
  }

  .div-block-15 {
    width: auto;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .paragraph-5 {
    padding-top: 0;
    padding-right: 0;
  }

  .button {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .button.other-projects {
    padding-bottom: 0;
  }

  .button.form {
    margin-top: 20px;
  }

  .button.let-s-chat-button {
    justify-content: center;
    margin-top: 0;
    padding-bottom: 0;
  }

  .div-block-16 {
    filter: grayscale();
    padding-right: 40px;
  }

  .image-9 {
    height: 135%;
  }

  .bold-text-2 {
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-18 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tm {
    color: #333;
  }

  .logo-2 {
    position: fixed;
    top: .75em;
    bottom: auto;
    left: .75em;
    right: auto;
  }

  .section-5 {
    display: none;
  }

  .menu-item-media {
    width: 32vw;
    right: 21%;
  }

  .menu-title {
    font-size: 3vw;
  }

  ._145-menu-item-wrapper, ._145-close-button-wrapper {
    margin-right: 60px;
  }

  .demo-container {
    height: auto;
    min-height: 100vh;
    clear: both;
    flex-direction: row;
    justify-content: center;
    display: flex;
    overflow: hidden;
  }

  .browser-demo {
    width: 700px;
    height: 500px;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 100px;
  }

  .resize-text {
    width: auto;
    max-width: 480px;
    color: #ce3434;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.2;
  }

  .section-7 {
    clear: both;
    overflow: visible;
  }

  .demo-wrapper {
    min-height: 100vh;
    flex-direction: column;
    flex: 0 auto;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0%;
  }

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

  .button-wrapper {
    width: 100%;
    justify-content: flex-end;
  }

  .button-secondary {
    white-space: nowrap;
  }

  .button-secondary.is-small {
    min-width: 12px;
  }

  .nav_column.is-ctas {
    align-self: stretch;
  }

  .nav_column.is-post-name {
    justify-content: space-between;
    align-self: stretch;
  }

  .nav_column.is-logo {
    grid-row-gap: 1rem;
    flex-direction: column;
    order: 1;
    align-items: center;
    display: flex;
  }

  .logo-full {
    max-height: 100%;
    display: block;
  }

  .nav_wrapper {
    width: 100%;
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 2fr 1fr;
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .loader-wrapper {
    width: 100%;
  }

  .button-5 {
    white-space: nowrap;
  }

  .nav_progress-wrapper {
    justify-content: center;
    align-self: stretch;
  }

  .nav_logo-wrapper {
    order: 1;
    margin-right: 0;
  }

  .image-logo-icon, .logo-icon {
    display: none;
  }

  .about-project-section {
    padding-top: 15vh;
  }

  .heading-17 {
    padding-left: 0;
  }

  .heading-18 {
    margin-top: 40px;
    font-size: 5em;
    line-height: 1em;
  }

  .heading-18.about, .heading-18.brief {
    font-size: 5em;
    line-height: 1em;
  }

  .paragraph-6, .paragraph-6.brief {
    font-size: 1.2em;
    line-height: 1.2em;
  }

  .paragraph-6.welcome {
    padding-top: 10px;
    padding-bottom: 40px;
    padding-left: 0;
    font-size: 1.5em;
    line-height: 1em;
  }

  .hero-image-section, .process-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .process-paragraph {
    font-size: 1.2em;
    line-height: 1.2em;
  }

  .other-projects-section {
    height: 25vh;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .other-projects {
    font-size: 40px;
  }

  .background-wrapper {
    display: none;
  }

  .text-container {
    margin-left: auto;
    margin-right: auto;
    padding-right: 80px;
    position: static;
  }

  .heading-1 {
    margin-bottom: 4px;
    font-size: 200px;
  }

  .heading-19 {
    font-size: 39px;
  }

  .testimonial---text {
    padding-right: 4em;
  }

  .testimonial {
    padding-left: 0;
  }

  .font-size-l {
    font-size: 4.265em;
  }

  .font-size-s {
    font-size: 2.4em;
  }

  .page {
    display: none;
  }

  .font-size-m {
    font-size: 3.2em;
  }

  .testimonial---text-2 {
    padding-right: 4em;
  }

  .project-brief-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-project-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-7 {
    font-size: 1.1em;
    line-height: 1.1em;
  }

  .lottie-animation-3 {
    height: auto;
    display: flex;
  }

  .tup-section-1 {
    font-size: 1.3vw;
  }

  .freshly-made {
    margin-top: 0;
    font-size: 7em;
  }

  .online-presence {
    margin-top: 0;
    font-size: 7em;
    line-height: .8em;
  }

  .hero-text-container {
    width: 90vw;
    height: auto;
  }

  .hero-image-container {
    display: none;
  }

  .hero-quote {
    margin-top: 20px;
  }

  .hero-quote-name {
    margin-top: 10px;
  }

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

  .cta-heading {
    font-size: 60px;
    line-height: 50px;
  }

  .stand-out-paragraph-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .what-we-do-paragraph {
    font-size: 16px;
    line-height: 20px;
  }

  .what-we-do-heading {
    margin-bottom: 0;
    font-size: 1.5em;
    line-height: 1em;
  }

  .heading-wrapper {
    justify-content: space-between;
    margin-bottom: 0;
  }

  .image-24 {
    max-width: 60%;
  }

  .quote {
    height: auto;
    padding-bottom: 40px;
  }

  .box-with-shadow {
    height: 100%;
    padding: 40px 20px;
  }

  .unleash {
    font-size: 7em;
    line-height: .8em;
  }

  .heading-28 {
    margin-top: 0;
    font-size: 7em;
    line-height: .8em;
  }

  .quote-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .other-packeges {
    margin-bottom: 40px;
    padding-top: 20px;
  }

  .other-packages-tab-heading {
    font-size: 15px;
  }

  .tab-paragraph-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cell-4 {
    justify-content: center;
    align-items: center;
  }

  .price-heading {
    font-size: 25px;
    line-height: 27px;
  }

  .pricing-paragraph {
    font-size: 15px;
    line-height: 20px;
  }

  .nave-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .image-25 {
    max-width: 15%;
  }

  .heading-wrapper-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .heading-wrapper-2._04 {
    align-items: flex-start;
  }

  .lottie-animation-6 {
    max-width: 40%;
  }

  .process._02, .process._01, .process._06, .process._03, .process._04, .process._05 {
    height: auto;
    padding-bottom: 40px;
  }

  .content {
    width: 80%;
  }

  .process-lottie {
    max-width: none;
  }

  .heading-29 {
    padding-left: 0;
    font-size: 6em;
  }

  .heading-29._04 {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .top-bar {
    margin-top: 60px;
  }

  .new-hero {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .quick-stack-5 {
    margin-bottom: 0;
  }

  .cell-5 {
    justify-content: center;
    align-items: center;
  }

  .hero-omage-wrapper {
    display: none;
  }

  .lottie-animation-9 {
    max-width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 100vw;
    height: 50vh;
    justify-content: center;
  }

  .container.mobile {
    height: auto;
    margin-bottom: 60px;
  }

  .main-grid.space-top.grid {
    padding-top: 0;
  }

  .main-grid.titles {
    z-index: 2;
    width: auto;
    position: relative;
    left: 16px;
    right: 16px;
  }

  .main-grid.midlle {
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .main-nav.bg-main-gray {
    padding-left: 0;
    padding-right: 0;
  }

  .flex.align-right.align-bottom {
    width: auto;
    flex: 0 auto;
    margin-right: 16px;
  }

  .heading-xlarge {
    padding-top: 0;
    font-size: 80px;
  }

  .image-hero {
    z-index: 0;
    height: auto;
    padding-top: 60px;
    top: 0;
  }

  .main-paragraph {
    letter-spacing: -1px;
    font-size: 26px;
  }

  .paragraph--6-px {
    margin-top: -19px;
  }

  .space-100 {
    height: 40px;
  }

  .heading-medium.text-color-white, .text-span {
    font-size: 12vh;
  }

  .main-container.space-bottom {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero.bg-main-gray.mobile {
    padding-top: 10vh;
  }

  .hero.process {
    display: none;
  }

  .container-full {
    padding-left: 16px;
    padding-right: 16px;
  }

  .main-paragraph-copy.text-color-dark-gray {
    font-size: 50px;
  }

  .image-3 {
    display: inline-block;
  }

  .image-3.mobile {
    padding-top: 5vh;
  }

  .banner-circle-wrapper {
    display: none;
  }

  .banner-circle {
    right: 2.5rem;
  }

  .banner-circle-image {
    width: 90px;
  }

  .side-menu-wrapper {
    width: auto;
    height: 100vh;
    overflow: hidden;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .navbar_component {
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .side-menu-background {
    z-index: 6;
  }

  .side-menu-item-wrapper.flex-v {
    padding-top: 0;
    padding-bottom: 0;
  }

  .side-menu_component {
    height: auto;
    padding-top: .5rem;
    display: block;
    top: 0;
    overflow: hidden;
  }

  .logo {
    width: 8rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .side-menu-text-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .marquee-secondary-text {
    font-size: 4vw;
  }

  .heading-2 {
    line-height: 77px;
  }

  .heading-2.details {
    line-height: 32px;
  }

  .text-span-2 {
    font-size: 30px;
  }

  .canvas {
    min-height: 100%;
    min-width: 100%;
    position: relative;
  }

  .discovery-section {
    display: none;
  }

  .accordion-item-bottom-wrapper.work {
    flex-direction: column;
    padding-right: 0;
  }

  .btn.btn-six {
    flex-direction: row;
    justify-content: center;
  }

  .btn-text {
    padding: 20px;
    font-size: 20px;
    line-height: 22px;
    display: block;
  }

  .text-block-4.project {
    font-size: 15px;
    line-height: 17px;
  }

  .image-4 {
    filter: none;
    display: inline-block;
  }

  .footer-logo-wrapper {
    align-items: center;
  }

  .privacy-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .sticky-header-column {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-6 {
    font-size: 25px;
    line-height: 26px;
  }

  .research-concept {
    display: none;
  }

  .draw {
    font-size: 5vw;
  }

  .div-block-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-5, .div-block-6 {
    width: 90vw;
    margin-bottom: 20px;
  }

  .div-block-7 {
    width: 90vw;
  }

  .draw-2 {
    font-size: 5vw;
  }

  .div-block-10 {
    align-items: stretch;
  }

  .showcase-image {
    width: 100%;
  }

  .showcase-image.rossimoda, .showcase-image.umdabu, .showcase-image.otima, .showcase-image.level-up {
    height: auto;
  }

  .showcase-image.e2m {
    width: auto;
    height: auto;
    justify-content: space-between;
  }

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

  .button.other-projects {
    padding-bottom: 0;
  }

  .div-block-16 {
    padding-right: 20px;
  }

  .bold-text-2 {
    font-size: 17px;
    line-height: 21px;
  }

  .div-block-18 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-12 {
    font-size: 40px;
    line-height: 50px;
  }

  .menu-item-media {
    display: none;
  }

  .menu-title {
    margin-top: 4px;
    font-size: 4vw;
  }

  ._145-menu-item-wrapper, ._145-close-button-wrapper {
    margin-right: 40px;
  }

  ._145-open-button-wrapper {
    display: flex;
  }

  .demo-container {
    min-height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-attachment: scroll;
    align-items: center;
    display: flex;
  }

  .browser-demo {
    width: 400px;
    height: 500px;
    flex-flow: column;
    justify-content: center;
    margin-bottom: 100px;
    margin-left: 110px;
    margin-right: 110px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .resize-text {
    color: #333;
    line-height: 1.5;
    display: none;
  }

  .demo-wrapper {
    min-height: 100vh;
    margin-top: 0;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .button-wrapper {
    justify-content: center;
  }

  .nav_column.is-ctas {
    width: 100%;
  }

  .nav_column.is-post-name {
    width: 100%;
    flex-direction: row;
    align-self: stretch;
  }

  .nav_wrapper {
    width: 100%;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .main-wrapper-2 {
    width: 100%;
    grid-template-columns: 100%;
  }

  .section-tip {
    align-items: center;
  }

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

  .loader-wrapper {
    border-bottom: 1px solid #141314;
    border-right-style: none;
    justify-content: center;
  }

  .nav_tip-title {
    overflow: hidden;
  }

  .heading-medium-2 {
    font-size: 1.5rem;
  }

  .nav_progress-bar {
    flex: 0 auto;
  }

  .work-accordian {
    margin-top: 0;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .back-to-top-button {
    display: none;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .div-block-23 {
    width: 70%;
    height: 70%;
    background-image: url('../images/Group-23.png');
    background-position: 50%;
    background-size: auto;
    justify-content: center;
    align-items: center;
    display: flex;
    transform: rotate(180deg);
  }

  .handwriting {
    font-size: 28px;
    line-height: 32px;
  }

  .about-project-section {
    padding-top: 10vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-18 {
    margin-top: 25px;
  }

  .hero-image-section {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .process-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .process-description-wrapper {
    flex-direction: column;
  }

  .process-paragraph {
    width: auto;
  }

  .other-projects-section {
    height: 20vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .other-projects {
    margin-top: 10px;
    font-size: 35px;
    line-height: 36px;
  }

  .background-wrapper {
    height: 68%;
    flex-direction: column;
    position: absolute;
  }

  .heading-1 {
    letter-spacing: -6px;
    margin-bottom: 2px;
    font-size: 120px;
  }

  .heading-19 {
    font-size: 24px;
    line-height: 30px;
  }

  .testimonial---text {
    padding-right: 0;
  }

  .testimonial---inner {
    box-shadow: none;
    border-style: none;
  }

  .testimonial {
    grid-row-gap: 1em;
    flex-direction: column;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .container-4 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .font-size-l {
    font-size: 1.6em;
  }

  .font-size-s {
    font-size: 1.2em;
  }

  .font-size-m {
    font-size: 1.6em;
  }

  .testimonial---text-2 {
    padding-right: 0;
  }

  .testimonial---inner-2 {
    box-shadow: none;
    border-style: none;
  }

  .container-5 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .project-brief-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-brief-wrapper {
    flex-direction: column;
  }

  .background-video {
    width: auto;
    height: 40vh;
  }

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

  .tup-wrap-8 {
    padding-right: 4.2em;
  }

  .tup-section-1 {
    padding-left: 3em;
    padding-right: 3em;
    font-size: 1.69vw;
  }

  .freshly-made {
    margin-bottom: 0;
    font-size: 80px;
    line-height: 70px;
  }

  .online-presence {
    margin-top: 0;
    font-size: 80px;
    line-height: 70px;
  }

  .white-hero-bg {
    justify-content: center;
  }

  .hero-text-container {
    height: 55vh;
  }

  .hero-quote {
    font-size: 30px;
    line-height: 34px;
  }

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

  .contact-us {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .cell.content {
    padding-right: 0;
  }

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

  .cta-heading {
    font-size: 50px;
    line-height: 40px;
  }

  .cta-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .what-we-do-for-you {
    height: auto;
    margin-bottom: 20px;
  }

  .what-wrapper {
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .what-we-do-paragraph {
    font-size: 13px;
    line-height: 15px;
  }

  .what-we-do-paragraph.quote-section {
    font-size: 15px;
    line-height: 20px;
  }

  .what-we-do-heading {
    font-size: 1.2em;
    line-height: .8em;
  }

  .image-24 {
    max-width: 80%;
  }

  .footer-email {
    font-size: 35px;
  }

  .box-with-shadow {
    justify-content: space-around;
  }

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

  .heading-28 {
    margin-top: 0;
    font-size: 80px;
    line-height: 70px;
  }

  .options {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 0;
  }

  .other-packages-tab-heading {
    justify-content: center;
    font-size: 15px;
  }

  .tab-link-seo, .tab-link-sem, .tab-link-google-suite, .tab-link-google-ads, .tab-link-google-ads.w--current {
    padding-left: 10px;
    padding-right: 10px;
  }

  .let-s-chat {
    margin-bottom: 40px;
  }

  .let-s-chat.contact-us {
    padding-top: 10px;
  }

  .div-block-44 {
    margin-bottom: 20px;
  }

  .nave-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .image-25 {
    max-width: 25%;
  }

  .top-bar {
    margin-top: 40px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    margin-left: 16px;
    padding-left: 0;
  }

  .container {
    height: 40vh;
    object-fit: fill;
    overflow: hidden;
  }

  .container.mobile {
    margin-bottom: 20px;
    padding-top: 0;
  }

  .nav-menu {
    padding-right: 0;
  }

  .main-grid {
    justify-content: stretch;
    justify-items: start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-grid.space-top.grid {
    justify-items: center;
  }

  .main-grid.titles {
    padding-bottom: 5vh;
    position: relative;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .main-grid.details {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .main-grid.viryual-identity {
    justify-content: stretch;
    justify-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .main-nav.bg-main-gray {
    padding-left: 0;
  }

  .flex.vert {
    align-items: flex-start;
  }

  .flex.space-margin {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-xlarge {
    letter-spacing: .2vh;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 5vh;
  }

  .image-hero {
    width: 100vw;
    margin-top: 0;
    margin-left: 0;
    top: 0;
    left: 0;
    overflow: hidden;
  }

  .divider.bg-main-gray {
    width: 50%;
  }

  .main-paragraph.space-20 {
    margin-bottom: 0;
    padding-top: 10px;
  }

  .portfa {
    margin-bottom: 20px;
  }

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

  .imagem-dieter {
    background-position: 26%;
  }

  .main-container.space-bottom.the-process {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero {
    flex-direction: column;
  }

  .hero.bg-main-gray {
    overflow: visible;
  }

  .hero.bg-main-gray.mobile {
    padding-top: 5vh;
  }

  .button-view {
    width: 7em;
    height: 7em;
  }

  .main-paragraph-copy.text-color-dark-gray {
    letter-spacing: -2px;
    padding: 0 16px;
    font-size: 28px;
  }

  .main-button-large.large {
    height: 48px;
  }

  .image-3 {
    width: 100%;
    max-width: none;
    margin-left: 0;
    padding-top: 0;
    overflow: hidden;
  }

  .image-3.mobile {
    padding-top: 5vh;
  }

  .menu-button, .menu-button.w--open {
    margin-right: 0;
    padding-right: 10px;
  }

  .text-block-3 {
    font-size: 55px;
    line-height: 2.3;
  }

  .banner-circle {
    right: 2.25rem;
  }

  .banner-circle-image {
    width: 80px;
  }

  .side-menu-wrapper {
    width: 100%;
  }

  .menu-icon {
    width: 3rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .navbar_component {
    z-index: 999;
    width: 100vw;
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    overflow: visible;
  }

  .side-menu-background {
    width: 100%;
    display: flex;
    overflow: hidden;
  }

  .nav-link-block {
    display: none;
  }

  .nav-link-block.w--current {
    display: flex;
  }

  .side-menu_component {
    width: 100%;
    display: flex;
  }

  .side-menu-text-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .marquee-secondary-text {
    font-size: 4vw;
  }

  .marquee-secondary-text.new {
    font-size: 12vw;
  }

  .heading-2 {
    padding-top: 0;
    font-size: 25px;
    line-height: 26px;
  }

  .text-span-2 {
    font-size: 35px;
  }

  .container-2.our-work {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .accordion.our-work {
    flex-direction: row;
    display: block;
  }

  .p-accordion-answer {
    font-size: 12px;
    line-height: 12px;
  }

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

  .accordion-item-top-wrapper.work {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-arrow {
    width: 25px;
  }

  .accordion-item-bottom-wrapper.work {
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .faqs {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .btn-text {
    padding: 0;
    font-size: 20px;
    line-height: 20px;
  }

  .heading-4 {
    padding-right: 0;
    font-size: 30px;
    line-height: 32px;
  }

  .showcase {
    padding-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .showcase-wrapper {
    flex-direction: column;
    padding-top: 0;
  }

  .text-block-4.project {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .image-4 {
    filter: none;
  }

  .footer-logo-wrapper {
    flex-direction: column;
    align-items: stretch;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-2 {
    display: block;
  }

  .privacy-wrapper {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .the-details {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sticky-header-column {
    width: 100%;
    height: auto;
    min-height: auto;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .heading-6 {
    margin-bottom: 0;
    padding-top: 40px;
    font-size: 5vh;
    line-height: .8;
  }

  .sticky-info-column {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .guideline-wrap-info.left-align {
    height: auto;
    margin-bottom: 40px;
  }

  .section-2, .section-4 {
    height: 100vh;
  }

  .heading-10 {
    font-size: 1em;
    line-height: .8em;
  }

  .showcase-image {
    width: 100%;
    justify-content: center;
  }

  .div-block-15 {
    width: 100%;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-11 {
    padding-left: 10px;
    font-size: 30px;
  }

  .paragraph-5 {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    line-height: 17px;
  }

  .button {
    justify-content: center;
  }

  .button.order-now {
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
    display: block;
  }

  .div-block-16 {
    flex-direction: row;
    padding-right: 0;
    display: block;
  }

  .text-block-5 {
    font-size: 25px;
  }

  .logo-2.tippy {
    font-size: 1.5em;
    left: auto;
  }

  .menu-title {
    margin-left: 15px;
    font-size: 6vw;
  }

  ._145-menu-item-wrapper {
    margin-right: 20px;
  }

  ._145-close-button-wrapper {
    width: 75px;
    height: 75px;
    margin-top: 40px;
    margin-right: 20px;
  }

  ._145-menu-item-text {
    font-size: 30px;
  }

  .browser-demo {
    width: 300px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .resize-text {
    margin-left: 20px;
    margin-right: 20px;
  }

  .demo-wrapper {
    align-items: center;
    margin-top: 0;
    margin-right: 0;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .loader-rectangle_component {
    height: 1.5rem;
  }

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

  .example.w--current {
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }

  .nav_wrapper {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .nav-sec_wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .tip-title {
    display: none;
  }

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

  .nav_tip-title {
    text-align: center;
    flex-direction: row;
    display: flex;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .nav_progress-bar {
    flex: 0 auto;
  }

  .nav-sec_component {
    z-index: 1;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
  }

  .work-accordian {
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .back-to-top-button {
    z-index: 998;
    mix-blend-mode: normal;
    margin: 20px 10px 10px 20px;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .link-block-3 {
    width: 50px;
    height: 50px;
    background-color: var(--softserve-black);
    opacity: .5;
    mix-blend-mode: difference;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .heading-16 {
    color: var(--white-smoke);
    font-size: 1rem;
  }

  .div-block-23 {
    width: 70%;
    height: 70%;
    filter: saturate(0%) invert();
    background-image: url('../images/Group-23.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    transform: rotate(180deg);
  }

  .about-project-section {
    width: auto;
    padding-top: 10vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-17 {
    padding-left: 0;
    font-size: 15px;
    line-height: 16px;
  }

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

  .paragraph-6.welcome {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 20px;
  }

  .hero-image-section, .process-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .other-projects-section {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .other-projects {
    margin-bottom: 10px;
  }

  .image-16 {
    padding-top: 10px;
  }

  .background-wrapper {
    height: 74%;
  }

  .text-container {
    padding: 20px 20px 21px;
  }

  .heading-1 {
    letter-spacing: -2px;
    margin-bottom: 0;
    font-size: 70px;
  }

  .heading-19 {
    font-size: 14px;
    line-height: 18px;
  }

  .testimonials {
    border-top: 1px solid var(--black);
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial---group, .testimonial---group-2 {
    grid-column-gap: 2em;
  }

  .project-brief-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .small-image-left {
    width: auto;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .small-image-wrapper {
    display: block;
  }

  .small-image-right {
    width: auto;
    padding-left: 0;
  }

  .about-project-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .background-video {
    width: auto;
    height: 20vh;
  }

  .photo-wrapper.e2m {
    width: 50vw;
  }

  .showcase-testimonial {
    width: auto;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .showcase-testimonial-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-7 {
    text-align: left;
    font-size: 14px;
    line-height: 15px;
  }

  .tup-wrap-8 {
    order: 1;
    padding-right: 0;
  }

  .tup-wrap-2 {
    flex-direction: column;
  }

  .tup-section-1 {
    padding-top: 5em;
    padding-bottom: 5em;
    font-size: 2.5vw;
  }

  .freshly-made, .online-presence {
    font-size: 50px;
    line-height: 40px;
  }

  .white-hero-bg {
    height: auto;
  }

  .hero-quote {
    font-size: 20px;
    line-height: 25px;
  }

  .lottie-animation-5 {
    width: auto;
    display: flex;
  }

  .contact-us {
    padding-left: 0;
    padding-right: 0;
  }

  .cell.content {
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-8.contact-form {
    font-size: 13px;
    line-height: 15px;
  }

  .heading-25.contact-form {
    font-size: 20px;
  }

  .form-block {
    width: auto;
  }

  .cell-2 {
    align-items: center;
  }

  .cta-wrapper {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-9 {
    padding-left: 0;
    font-size: 15px;
    line-height: 17px;
  }

  .what-we-do-paragraph.quote-section {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 15px;
  }

  .image-23 {
    width: 20%;
  }

  .image-24 {
    max-width: 80%;
  }

  .footer-email {
    margin-bottom: 0;
    font-size: 30px;
  }

  .quick-stack-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .quote {
    height: auto;
    margin-top: 40px;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .box-with-shadow {
    height: auto;
    box-shadow: 8px 4px 0 2px var(--softserve-black);
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .unleash, .heading-28 {
    text-align: left;
    font-size: 50px;
    line-height: 40px;
  }

  .quote-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .options {
    margin-bottom: 0;
  }

  .other-packeges {
    justify-content: center;
    margin-bottom: 40px;
    display: flex;
  }

  .tab-wrapper {
    width: 90%;
    justify-content: center;
    display: block;
  }

  .other-packages-tab-heading {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .tabs-menu {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .tabs {
    flex-direction: column;
    align-items: flex-start;
    display: block;
  }

  .tab-heading {
    font-size: 25px;
    line-height: 27px;
    display: flex;
  }

  .tab-paragraph-wrapper {
    padding: 0 10px;
    display: flex;
  }

  .tab-link-seo {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link-seo.w--current, .tab-link-sem {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link-google-suite {
    width: 100%;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .tab-link-google-ads {
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .tab-link-google-ads.w--current {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-paragraph {
    line-height: 20px;
    display: flex;
  }

  .quick-stack-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-25 {
    max-width: 30%;
    display: none;
  }

  .heading-wrapper-2, .heading-wrapper-2._04 {
    align-items: center;
    padding-bottom: 20px;
  }

  .paragraph-13 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.2em;
    line-height: 1.3em;
  }

  .process._02 {
    width: auto;
  }

  .process._01 {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .process._06, .process._03, .process._04, .process._05 {
    width: auto;
  }

  .content {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .content._02 {
    width: auto;
  }

  .process-lottie {
    max-width: none;
  }

  .heading-29 {
    text-align: center;
    font-size: 4em;
  }

  .heading-29._05 {
    font-size: 4em;
  }

  .heading-29._04 {
    margin-top: 20px;
    font-size: 4em;
  }

  .heading-30 {
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .top-bar {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    padding-bottom: 20px;
    display: block;
  }

  .process-heading {
    padding-top: 40px;
  }

  .powered-by {
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-17 {
    font-size: 14px;
  }
}

#w-node-ceb64bc2-807b-2ce1-4966-4f8f8118d7a4-2890fcf5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

#w-node-ceb64bc2-807b-2ce1-4966-4f8f8118d7a5-2890fcf5, #w-node-ceb64bc2-807b-2ce1-4966-4f8f8118d7a6-2890fcf5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70f9d049-e959-92fa-fa90-296c1b4a809a-2890fcf5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_70f9d049-e959-92fa-fa90-296c1b4a809b-2890fcf5, #w-node-_70f9d049-e959-92fa-fa90-296c1b4a809c-2890fcf5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a571a12-8fbd-9fac-8f2f-6824a3e48a34-2890fcf5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5a571a12-8fbd-9fac-8f2f-6824a3e48a35-2890fcf5, #w-node-_5a571a12-8fbd-9fac-8f2f-6824a3e48a3b-2890fcf5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9779cf28-a9e2-b5b7-6970-82936d9ae624-2890fcf5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9779cf28-a9e2-b5b7-6970-82936d9ae625-2890fcf5, #w-node-_9779cf28-a9e2-b5b7-6970-82936d9ae62b-2890fcf5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3f2b298-f7b3-7e91-15af-154fb29e87b3-2890fcf5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f3f2b298-f7b3-7e91-15af-154fb29e87b4-2890fcf5, #w-node-f3f2b298-f7b3-7e91-15af-154fb29e87b8-2890fcf5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e82bf74c-861e-bcdb-6c67-e38227aea04f-2890fcf5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e82bf74c-861e-bcdb-6c67-e38227aea050-2890fcf5, #w-node-e82bf74c-861e-bcdb-6c67-e38227aea056-2890fcf5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_043b597c-c9af-0200-4886-c1787aa23a6e-2890fcf5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_043b597c-c9af-0200-4886-c1787aa23a6f-2890fcf5, #w-node-_043b597c-c9af-0200-4886-c1787aa23a73-2890fcf5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9cdc2b62-5af4-f8f5-d71c-ea7e36d7eafd-2890fcf5 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_9cdc2b62-5af4-f8f5-d71c-ea7e36d7eaff-2890fcf5 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
  justify-self: end;
}

#w-node-_9cdc2b62-5af4-f8f5-d71c-ea7e36d7eb15-2890fcf5 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_9cdc2b62-5af4-f8f5-d71c-ea7e36d7eb17-2890fcf5 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
  justify-self: end;
}

#w-node-_9cdc2b62-5af4-f8f5-d71c-ea7e36d7eb2d-2890fcf5 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_9cdc2b62-5af4-f8f5-d71c-ea7e36d7eb2f-2890fcf5 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
  justify-self: end;
}

#w-node-_9cdc2b62-5af4-f8f5-d71c-ea7e36d7eb45-2890fcf5 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_9cdc2b62-5af4-f8f5-d71c-ea7e36d7eb47-2890fcf5 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
  justify-self: end;
}

#w-node-_9cdc2b62-5af4-f8f5-d71c-ea7e36d7eb5d-2890fcf5 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_9cdc2b62-5af4-f8f5-d71c-ea7e36d7eb5f-2890fcf5 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
  justify-self: end;
}

#w-node-_02c1441a-1a34-904a-4c8e-82a76946e996-2890fcf5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-f4d8491f-ef51-6313-2a21-b1163f029bfb-2890fcf5, #w-node-_1b316812-8df3-2b2d-7daa-1e0c1a5480c2-2890fcf5, #w-node-ad8286e6-097a-719e-52ae-8f9df702314e-2890fcf5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_652e008e-6e21-3b0d-a3a7-fe3d4041f712-2890fcf5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_652e008e-6e21-3b0d-a3a7-fe3d4041f713-2890fcf5, #w-node-_652e008e-6e21-3b0d-a3a7-fe3d4041f714-2890fcf5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd286246-5676-2eca-b13a-926264c80097-2890fcf5 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_8f81d588-904c-0056-a2ee-6234eacd57b5-2890fcf5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8f81d588-904c-0056-a2ee-6234eacd57b6-2890fcf5, #w-node-_8f81d588-904c-0056-a2ee-6234eacd57bc-2890fcf5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Contact.w-node-fba313d0-405f-5191-a837-16a160fb638d-2890fcf5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-fba313d0-405f-5191-a837-16a160fb638e-2890fcf5, #w-node-fba313d0-405f-5191-a837-16a160fb638f-2890fcf5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_878b4955-b0b9-eca6-0f5c-0271c20c2f2b-2890fcf5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_878b4955-b0b9-eca6-0f5c-0271c20c2f2d-2890fcf5 {
  align-self: center;
  justify-self: end;
}

#w-node-_79ce386d-4e5d-454c-3287-39daa461affc-2890fcf5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_79ce386d-4e5d-454c-3287-39daa461affe-2890fcf5 {
  align-self: center;
  justify-self: end;
}

#w-node-_94cffed1-4fd7-21db-9a66-44bab05835fd-2890fcf5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_94cffed1-4fd7-21db-9a66-44bab05835ff-2890fcf5 {
  align-self: center;
  justify-self: end;
}

#w-node-_03a7aa62-3d72-795e-3354-ab4d6234abff-2890fcf5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_03a7aa62-3d72-795e-3354-ab4d6234ac01-2890fcf5 {
  align-self: center;
  justify-self: end;
}

#w-node-_0013d168-d8cd-c9bc-4f96-e9e424bb7757-2890fcf5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0013d168-d8cd-c9bc-4f96-e9e424bb7759-2890fcf5 {
  align-self: center;
  justify-self: end;
}

#w-node-dde59381-7a8b-2bcc-e83f-e3782156bbad-2890fcf5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dde59381-7a8b-2bcc-e83f-e3782156bbaf-2890fcf5 {
  align-self: center;
  justify-self: end;
}

#w-node-f5587f9f-1ed6-a9ce-65d2-b80804d6e54f-2890fcf5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f5587f9f-1ed6-a9ce-65d2-b80804d6e551-2890fcf5 {
  align-self: center;
  justify-self: end;
}

#w-node-eb75bfb3-51d1-8536-15f7-b92f20ed0860-2890fcf5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-eb75bfb3-51d1-8536-15f7-b92f20ed0862-2890fcf5 {
  align-self: center;
  justify-self: end;
}

#w-node-_0f9da4aa-d039-6cd6-66fc-854e995de7f2-2890fcf5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0f9da4aa-d039-6cd6-66fc-854e995de7f4-2890fcf5 {
  align-self: center;
  justify-self: end;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fb2-2890fcf5 {
  grid-area: 6 / 6 / 7 / 7;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fb3-2890fcf5 {
  grid-area: 5 / 6 / 6 / 7;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fb4-2890fcf5 {
  grid-area: 6 / 5 / 7 / 6;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fb5-2890fcf5 {
  grid-area: 6 / 7 / 7 / 8;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fb6-2890fcf5 {
  grid-area: 7 / 6 / 8 / 7;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fb7-2890fcf5 {
  grid-area: 5 / 5 / 6 / 6;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fb8-2890fcf5 {
  grid-area: 5 / 7 / 6 / 8;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fb9-2890fcf5 {
  grid-area: 7 / 5 / 8 / 6;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fba-2890fcf5 {
  grid-area: 7 / 7 / 8 / 8;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fbb-2890fcf5 {
  grid-area: 4 / 5 / 5 / 6;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fbc-2890fcf5 {
  grid-area: 4 / 7 / 5 / 8;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fbd-2890fcf5 {
  grid-area: 5 / 8 / 6 / 9;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fbe-2890fcf5 {
  grid-area: 7 / 8 / 8 / 9;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fbf-2890fcf5 {
  grid-area: 8 / 7 / 9 / 8;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fc0-2890fcf5 {
  grid-area: 8 / 5 / 9 / 6;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fc1-2890fcf5 {
  grid-area: 7 / 4 / 8 / 5;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fc2-2890fcf5 {
  grid-area: 5 / 4 / 6 / 5;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fc3-2890fcf5 {
  grid-area: 4 / 4 / 5 / 5;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fc4-2890fcf5 {
  grid-area: 4 / 6 / 5 / 7;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fc5-2890fcf5 {
  grid-area: 4 / 8 / 5 / 9;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fc6-2890fcf5 {
  grid-area: 6 / 8 / 7 / 9;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fc7-2890fcf5 {
  grid-area: 8 / 8 / 9 / 9;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fc8-2890fcf5 {
  grid-area: 8 / 6 / 9 / 7;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fc9-2890fcf5 {
  grid-area: 8 / 4 / 9 / 5;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fca-2890fcf5 {
  grid-area: 6 / 4 / 7 / 5;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fcb-2890fcf5 {
  grid-area: 3 / 4 / 4 / 5;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fcc-2890fcf5 {
  grid-area: 3 / 6 / 4 / 7;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fcd-2890fcf5 {
  grid-area: 3 / 8 / 4 / 9;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fce-2890fcf5 {
  grid-area: 4 / 9 / 5 / 10;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fcf-2890fcf5 {
  grid-area: 6 / 9 / 7 / 10;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fd0-2890fcf5 {
  grid-area: 8 / 9 / 9 / 10;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fd1-2890fcf5 {
  grid-area: 9 / 8 / 10 / 9;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fd2-2890fcf5 {
  grid-area: 9 / 6 / 10 / 7;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fd3-2890fcf5 {
  grid-area: 9 / 4 / 10 / 5;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fd4-2890fcf5 {
  grid-area: 8 / 3 / 9 / 4;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fd5-2890fcf5 {
  grid-area: 6 / 3 / 7 / 4;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fd6-2890fcf5 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fd7-2890fcf5 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fd8-2890fcf5 {
  grid-area: 3 / 5 / 4 / 6;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fd9-2890fcf5 {
  grid-area: 3 / 7 / 4 / 8;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fda-2890fcf5 {
  grid-area: 3 / 9 / 4 / 10;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fdb-2890fcf5 {
  grid-area: 5 / 3 / 6 / 4;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fdc-2890fcf5 {
  grid-area: 5 / 9 / 6 / 10;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fdd-2890fcf5 {
  grid-area: 7 / 3 / 8 / 4;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fde-2890fcf5 {
  grid-area: 7 / 9 / 8 / 10;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fdf-2890fcf5 {
  grid-area: 9 / 3 / 10 / 4;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fe0-2890fcf5 {
  grid-area: 9 / 5 / 10 / 6;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fe1-2890fcf5 {
  grid-area: 9 / 7 / 10 / 8;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fe2-2890fcf5 {
  grid-area: 9 / 9 / 10 / 10;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fe3-2890fcf5 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fe4-2890fcf5 {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fe5-2890fcf5 {
  grid-area: 2 / 7 / 3 / 8;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fe6-2890fcf5 {
  grid-area: 2 / 9 / 3 / 10;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fe7-2890fcf5 {
  grid-area: 3 / 10 / 4 / 11;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fe8-2890fcf5 {
  grid-area: 5 / 10 / 6 / 11;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fe9-2890fcf5 {
  grid-area: 7 / 10 / 8 / 11;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fea-2890fcf5 {
  grid-area: 9 / 10 / 10 / 11;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2feb-2890fcf5 {
  grid-area: 10 / 9 / 11 / 10;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fec-2890fcf5 {
  grid-area: 10 / 7 / 11 / 8;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fed-2890fcf5 {
  grid-area: 10 / 5 / 11 / 6;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fee-2890fcf5 {
  grid-area: 10 / 3 / 11 / 4;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fef-2890fcf5 {
  grid-area: 9 / 2 / 10 / 3;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2ff0-2890fcf5 {
  grid-area: 7 / 2 / 8 / 3;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2ff1-2890fcf5 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2ff2-2890fcf5 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2ff3-2890fcf5 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2ff4-2890fcf5 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2ff5-2890fcf5 {
  grid-area: 2 / 6 / 3 / 7;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2ff6-2890fcf5 {
  grid-area: 2 / 8 / 3 / 9;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2ff7-2890fcf5 {
  grid-area: 2 / 10 / 3 / 11;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2ff8-2890fcf5 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2ff9-2890fcf5 {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2ffa-2890fcf5 {
  grid-area: 8 / 2 / 9 / 3;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2ffb-2890fcf5 {
  grid-area: 10 / 2 / 11 / 3;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2ffc-2890fcf5 {
  grid-area: 10 / 4 / 11 / 5;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2ffd-2890fcf5 {
  grid-area: 10 / 6 / 11 / 7;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2ffe-2890fcf5 {
  grid-area: 10 / 8 / 11 / 9;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e2fff-2890fcf5 {
  grid-area: 10 / 10 / 11 / 11;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e3000-2890fcf5 {
  grid-area: 8 / 10 / 9 / 11;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e3001-2890fcf5 {
  grid-area: 6 / 10 / 7 / 11;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e3002-2890fcf5 {
  grid-area: 4 / 10 / 5 / 11;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e3003-2890fcf5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e3004-2890fcf5 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e3005-2890fcf5 {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e3006-2890fcf5 {
  grid-area: 1 / 8 / 2 / 9;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e3007-2890fcf5 {
  grid-area: 1 / 10 / 2 / 11;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e3008-2890fcf5 {
  grid-area: 2 / 11 / 3 / 12;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e3009-2890fcf5 {
  grid-area: 4 / 11 / 5 / 12;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e300a-2890fcf5 {
  grid-area: 6 / 11 / 7 / 12;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e300b-2890fcf5 {
  grid-area: 8 / 11 / 9 / 12;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e300c-2890fcf5 {
  grid-area: 10 / 11 / 11 / 12;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e300d-2890fcf5 {
  grid-area: 11 / 10 / 12 / 11;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e300e-2890fcf5 {
  grid-area: 11 / 8 / 12 / 9;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e300f-2890fcf5 {
  grid-area: 11 / 6 / 12 / 7;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e3010-2890fcf5 {
  grid-area: 11 / 4 / 12 / 5;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e3011-2890fcf5 {
  grid-area: 11 / 2 / 12 / 3;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e3012-2890fcf5 {
  grid-area: 8 / 1 / 9 / 2;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e3013-2890fcf5 {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e3014-2890fcf5 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e3015-2890fcf5 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e3016-2890fcf5 {
  grid-area: 10 / 1 / 11 / 2;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e3017-2890fcf5 {
  grid-area: 11 / 1 / 12 / 2;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e3018-2890fcf5 {
  grid-area: 9 / 1 / 10 / 2;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e3019-2890fcf5 {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e301a-2890fcf5 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e301b-2890fcf5 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e301c-2890fcf5 {
  grid-area: 11 / 3 / 12 / 4;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e301d-2890fcf5 {
  grid-area: 11 / 5 / 12 / 6;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e301e-2890fcf5 {
  grid-area: 11 / 7 / 12 / 8;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e301f-2890fcf5 {
  grid-area: 11 / 9 / 12 / 10;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e3020-2890fcf5 {
  grid-area: 11 / 11 / 12 / 12;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e3021-2890fcf5 {
  grid-area: 9 / 11 / 10 / 12;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e3022-2890fcf5 {
  grid-area: 7 / 11 / 8 / 12;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e3023-2890fcf5 {
  grid-area: 5 / 11 / 6 / 12;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e3024-2890fcf5 {
  grid-area: 3 / 11 / 4 / 12;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e3025-2890fcf5 {
  grid-area: 1 / 11 / 2 / 12;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e3026-2890fcf5 {
  grid-area: 1 / 9 / 2 / 10;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e3027-2890fcf5 {
  grid-area: 1 / 7 / 2 / 8;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e3028-2890fcf5 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e3029-2890fcf5 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ee3031ae-871f-8564-022d-41a2a29e302a-2890fcf5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b8f7d800-bc15-1c66-3650-9c555debc7f4-5debc7de {
  align-self: center;
  justify-self: center;
}

#w-node-dcd697c1-0082-4002-bbe1-9b081feac1db-1feac1d9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-dcd697c1-0082-4002-bbe1-9b081feac1dc-1feac1d9, #w-node-dcd697c1-0082-4002-bbe1-9b081feac1df-1feac1d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70b0353e-d7fa-a27c-a140-f590fd23831d-0e1c21e7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_70b0353e-d7fa-a27c-a140-f590fd23831e-0e1c21e7, #w-node-_70b0353e-d7fa-a27c-a140-f590fd23831f-0e1c21e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-ceb64bc2-807b-2ce1-4966-4f8f8118d7a4-2890fcf5 {
    display: grid;
  }
}

@media screen and (max-width: 991px) {
  #w-node-ceb64bc2-807b-2ce1-4966-4f8f8118d7a4-2890fcf5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ceb64bc2-807b-2ce1-4966-4f8f8118d7a5-2890fcf5, #w-node-ceb64bc2-807b-2ce1-4966-4f8f8118d7a6-2890fcf5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_02c1441a-1a34-904a-4c8e-82a76946e996-2890fcf5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f4d8491f-ef51-6313-2a21-b1163f029bfb-2890fcf5, #w-node-_1b316812-8df3-2b2d-7daa-1e0c1a5480c2-2890fcf5, #w-node-ad8286e6-097a-719e-52ae-8f9df702314e-2890fcf5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bd286246-5676-2eca-b13a-926264c80097-2890fcf5 {
    grid-column-end: 3;
  }

  #Contact.w-node-fba313d0-405f-5191-a837-16a160fb638d-2890fcf5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-fba313d0-405f-5191-a837-16a160fb638e-2890fcf5, #w-node-fba313d0-405f-5191-a837-16a160fb638f-2890fcf5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #Contact.w-node-fba313d0-405f-5191-a837-16a160fb638d-2890fcf5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-fba313d0-405f-5191-a837-16a160fb638e-2890fcf5, #w-node-fba313d0-405f-5191-a837-16a160fb638f-2890fcf5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dcd697c1-0082-4002-bbe1-9b081feac1db-1feac1d9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_70f9d049-e959-92fa-fa90-296c1b4a809a-2890fcf5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_70f9d049-e959-92fa-fa90-296c1b4a809b-2890fcf5 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_70f9d049-e959-92fa-fa90-296c1b4a809c-2890fcf5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5a571a12-8fbd-9fac-8f2f-6824a3e48a34-2890fcf5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5a571a12-8fbd-9fac-8f2f-6824a3e48a35-2890fcf5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5a571a12-8fbd-9fac-8f2f-6824a3e48a3b-2890fcf5 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9779cf28-a9e2-b5b7-6970-82936d9ae624-2890fcf5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9779cf28-a9e2-b5b7-6970-82936d9ae625-2890fcf5, #w-node-_9779cf28-a9e2-b5b7-6970-82936d9ae62b-2890fcf5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f3f2b298-f7b3-7e91-15af-154fb29e87b3-2890fcf5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f3f2b298-f7b3-7e91-15af-154fb29e87b4-2890fcf5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f3f2b298-f7b3-7e91-15af-154fb29e87b8-2890fcf5 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e82bf74c-861e-bcdb-6c67-e38227aea04f-2890fcf5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e82bf74c-861e-bcdb-6c67-e38227aea050-2890fcf5, #w-node-e82bf74c-861e-bcdb-6c67-e38227aea056-2890fcf5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_043b597c-c9af-0200-4886-c1787aa23a6e-2890fcf5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_043b597c-c9af-0200-4886-c1787aa23a6f-2890fcf5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_043b597c-c9af-0200-4886-c1787aa23a73-2890fcf5 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9cdc2b62-5af4-f8f5-d71c-ea7e36d7eafd-2890fcf5 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_9cdc2b62-5af4-f8f5-d71c-ea7e36d7eaff-2890fcf5 {
    grid-area: 1 / 3 / 2 / 4;
    align-self: center;
    justify-self: end;
  }

  #w-node-_9cdc2b62-5af4-f8f5-d71c-ea7e36d7eb15-2890fcf5 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_9cdc2b62-5af4-f8f5-d71c-ea7e36d7eb17-2890fcf5 {
    grid-area: 1 / 3 / 2 / 4;
    align-self: center;
    justify-self: end;
  }

  #w-node-_9cdc2b62-5af4-f8f5-d71c-ea7e36d7eb2d-2890fcf5 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_9cdc2b62-5af4-f8f5-d71c-ea7e36d7eb2f-2890fcf5 {
    grid-area: 1 / 3 / 2 / 4;
    align-self: center;
    justify-self: end;
  }

  #w-node-_9cdc2b62-5af4-f8f5-d71c-ea7e36d7eb45-2890fcf5 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_9cdc2b62-5af4-f8f5-d71c-ea7e36d7eb47-2890fcf5 {
    grid-area: 1 / 3 / 2 / 4;
    align-self: center;
    justify-self: end;
  }

  #w-node-_9cdc2b62-5af4-f8f5-d71c-ea7e36d7eb5d-2890fcf5 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_9cdc2b62-5af4-f8f5-d71c-ea7e36d7eb5f-2890fcf5 {
    grid-area: 1 / 3 / 2 / 4;
    align-self: center;
    justify-self: end;
  }

  #w-node-_652e008e-6e21-3b0d-a3a7-fe3d4041f712-2890fcf5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_652e008e-6e21-3b0d-a3a7-fe3d4041f713-2890fcf5, #w-node-_652e008e-6e21-3b0d-a3a7-fe3d4041f714-2890fcf5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8f81d588-904c-0056-a2ee-6234eacd57b5-2890fcf5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8f81d588-904c-0056-a2ee-6234eacd57b6-2890fcf5, #w-node-_8f81d588-904c-0056-a2ee-6234eacd57bc-2890fcf5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dcd697c1-0082-4002-bbe1-9b081feac1db-1feac1d9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-dcd697c1-0082-4002-bbe1-9b081feac1dc-1feac1d9, #w-node-dcd697c1-0082-4002-bbe1-9b081feac1df-1feac1d9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Thunder Vf';
  src: url('../fonts/Thunder-VF.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}