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

.body {
  background-color: #000;
  font-family: Sen, sans-serif;
}

.wrapper {
  z-index: 100;
  width: 100%;
  height: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.wrapper.grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wrapper.grid-3_col {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wrapper.projects-grid {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wrapper.sticky-grid {
  grid-column-gap: 64px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wrapper.footer-grid {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .6fr .4fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav-bar {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 72px;
  padding-right: 72px;
}

.nav-link {
  color: rgba(255, 255, 255, .7);
  padding: 32px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  transition: color .35s cubic-bezier(.165, .84, .44, 1);
}

.nav-link:hover {
  color: #fff200;
}

.nav-link.button {
  color: #000;
  background-color: #cc9e00;
  font-weight: 700;
  transition: background-color .35s cubic-bezier(.165, .84, .44, 1), color .35s cubic-bezier(.165, .84, .44, 1);
}

.nav-link.button:hover {
  color: #fff;
  background-color: #2a0b85;
}

.brand {
  margin-top: 32px;
  padding-left: 0;
}

.logo {
  margin-top: -11px;
}

.nav-menu {
  margin-top: 28px;
}

.hero-section {
  height: 90vh;
  max-height: 1080px;
  padding-right: 40px;
  position: static;
}

.hero-image-box {
  height: 80vh;
  max-height: 864px;
  background-image: url('../images/Downloader.la-63cf1adb10dfc.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.heading_76px {
  color: #fff;
  text-align: right;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 60px;
  line-height: 110%;
  display: inline;
}

.heading_76px.animate {
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  margin-top: 58px;
  font-size: 30px;
  display: flex;
}

.hero-text-block {
  width: 120vh;
  max-width: 120vw;
  text-align: center;
  margin-left: -93px;
}

.paragraph_18px {
  width: 45rem;
  color: #fff;
  text-align: left;
  justify-content: center;
  font-size: 18px;
  line-height: 150%;
  display: flex;
}

.paragraph_18px.dark-grey {
  width: 45rem;
  color: #5b6876;
  text-align: left;
  justify-content: flex-start;
  margin-left: 10px;
}

.paragraph_18px.light-grey {
  width: 35rem;
  color: #c7ced6;
  text-align: justify;
  text-transform: capitalize;
  justify-content: flex-start;
  font-weight: 700;
}

.paragraph_18px.light-grey._40px-bottom_m {
  margin-bottom: 40px;
  font-size: 28px;
}

.paragraph_18px.light-grey._64px-bottom_m {
  margin-bottom: 64px;
}

.paragraph_18px.light-grey.p {
  color: #fff;
  text-align: justify;
  text-transform: capitalize;
  font-size: 26px;
}

.paragraph_18px.light-grey.h {
  color: #af95ff;
  font-size: 25px;
}

.hero-bg {
  z-index: -1;
  width: 65vw;
  height: 110vh;
  max-height: 1350px;
  background-image: linear-gradient(#181823, #181823);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.white_50 {
  z-index: 100;
  color: rgba(255, 255, 255, .5);
  text-align: right;
  justify-content: space-around;
  margin-top: 0;
  margin-left: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 55px;
  display: flex;
  position: relative;
}

.white_50.animate {
  font-size: 30px;
}

.experience-section {
  padding: 265px 72px 120px;
}

.overline_16px {
  color: #8491a0;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  display: inline-block;
}

.heading_55px {
  width: 100%;
  max-width: 50vw;
  color: #fff;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 55px;
  line-height: 110%;
  display: inline-block;
}

.heading_55px.black {
  color: #181823;
}

.heading_55px.black._24px-bottom {
  margin-bottom: 24px;
}

.heading_55px._24px-bottom {
  max-width: 50vw;
  margin-bottom: 24px;
  font-size: 50px;
}

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

.exp {
  z-index: 100;
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  display: block;
  position: relative;
}

.number {
  color: #8491a0;
  margin-bottom: 8px;
  font-size: 117px;
  font-weight: 400;
  line-height: 100%;
  display: block;
}

.heading_24px {
  color: #fff;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: PT Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.heading_24px._64px-bottom_m {
  margin-top: 17px;
  margin-bottom: 64px;
  font-size: 22px;
  line-height: 130%;
}

.experience-block {
  padding-right: 48px;
}

.paragraph_16px {
  color: #fff;
  margin-bottom: 0;
  padding-top: 16px;
  font-size: 25px;
  line-height: 150%;
  text-decoration: none;
}

.paragraph_16px.light-grey {
  color: #8491a0;
}

.paragraph_16px.white {
  color: #fff;
}

.paragraph_16px.cyan {
  color: #0ff;
  transition: color .35s;
}

.paragraph_16px.cyan:hover {
  color: rgba(0, 255, 255, .85);
}

.green {
  color: #3cc74e;
}

.blue {
  color: #609bff;
}

.pink {
  color: #e95d90;
}

.mid-section {
  height: 600px;
  display: block;
}

.mid_left-block {
  background-color: #fff3e4;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 120px 10px;
  display: flex;
}

.mid_left-block.instagram {
  background-color: #fbe4ff;
}

.animated-link-button {
  color: #181823;
  border-bottom: 1px solid #5b6876;
  font-size: 16px;
  line-height: 40px;
  text-decoration: none;
  transition: color .35s cubic-bezier(.165, .84, .44, 1), padding .35s cubic-bezier(.165, .84, .44, 1), background-color .35s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
}

.animated-link-button:hover {
  color: #fff;
  background-image: linear-gradient(#5221e6, #5221e6);
  padding-left: 16px;
  padding-right: 16px;
}

.animated-link-button.white {
  color: #fff;
}

.normal-wrapper {
  text-align: left;
}

.normal-wrapper._48px-right_p {
  padding-right: 48px;
}

.normal-wrapper._48px-right_p._80px-bottom_m {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
}

.normal-wrapper._48px-right_p._2 {
  padding-bottom: 0;
}

.normal-wrapper._120px-bottom_m {
  margin-bottom: 120px;
}

.normal-wrapper.flex-vertical_left_space-betwen {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.normal-wrapper.flex-horizontal_left_top {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.mid_image {
  background-image: url('../images/Downloader.la-63d2a2c07684f.jpg');
  background-position: 50%;
  background-size: cover;
}

.mid_image.instagram {
  background-image: url('../images/Instagram.jpg');
  background-position: 50% 0;
}

.mid_image._2 {
  background-image: url('../images/Resizer.in-636e637f2a98b.jpg');
}

.skills-section {
  background-color: #fff;
  background-image: linear-gradient(146deg, #000 32%, #3f3f3f 100%, #c2c2c2 100%, #fff);
  padding: 120px 72px;
}

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

.logo-bar-section {
  background-image: linear-gradient(#fff, #bebebe 0%, #000 98%);
  overflow: hidden;
}

.logo-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.logo-box {
  width: 24vw;
  height: 140px;
  border: 1px solid #181823;
  justify-content: center;
  align-items: center;
  display: flex;
}

.projects-section {
  padding: 120px 72px;
}

.project-image {
  height: 400px;
  object-fit: cover;
  display: block;
}

.project-description {
  width: 45vw;
  background-color: #181823;
  padding: 40px 32px;
  position: relative;
}

.button-wrapper {
  height: 232px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.cta {
  color: #fff;
  background-color: rgba(56, 152, 236, 0);
  border: 1px solid #16852a;
  padding: 24px 32px;
  font-size: 18px;
  font-weight: 700;
  transition: box-shadow .35s cubic-bezier(.165, .84, .44, 1), background-color .35s cubic-bezier(.165, .84, .44, 1), transform .35s cubic-bezier(.165, .84, .44, 1);
  display: none;
}

.cta:hover {
  background-color: #16852a;
  transform: translate(0, -5px);
  box-shadow: 0 20px 60px rgba(82, 33, 230, .3);
}

.cta.t {
  border-color: #137a21;
}

.cta.t:hover {
  background-color: #16852a;
  border-style: none;
  border-color: #fff200;
}

.cta.t._2 {
  display: block;
}

.project-wrapper {
  text-decoration: none;
  overflow: hidden;
}

.project-wrapper._24px-bottom_m {
  margin-bottom: 24px;
}

.dribbble-section {
  padding-top: 120px;
  padding-bottom: 120px;
  display: block;
}

.wrapper-v2 {
  width: 100%;
  height: 100%;
  max-width: 1076px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-v2.forms-grid {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brower-bar {
  height: 37px;
  background-color: #181823;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 16px;
  display: flex;
}

.dots {
  width: 12px;
  height: 12px;
  background-color: #8491a0;
  border-radius: 100px;
  margin-right: 6px;
}

.dribbble-image {
  height: 640px;
  background-image: url('../images/Dribbble.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 1024px;
  background-attachment: fixed;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.testimonial-section {
  background-color: rgba(0, 0, 0, 0);
  padding: 120px 72px;
}

.testimonial-block._120px-bottom_m {
  width: 80%;
  border-radius: 0;
  margin-bottom: 20px;
}

.testimonial-image {
  height: 360px;
  object-fit: cover;
  border-radius: 0;
}

.testimonial-text {
  border-bottom: 1px solid #5b6876;
  border-left: 1px solid #5b6876;
  border-right: 1px solid #5b6876;
  padding: 12px 23px;
}

.heading_18px {
  color: #fff;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.heading_18px.light-grey {
  color: #8491a0;
}

.heading_18px.light-grey._4px-bottom_m {
  margin-bottom: 4px;
}

.testimonial-sticky-block {
  position: -webkit-sticky;
  position: sticky;
  top: 64px;
}

.tabs-section {
  padding: 120px 72px;
}

.tab {
  color: #fff;
  background-color: rgba(221, 221, 221, 0);
  border: 1px solid #8a841e;
  margin-right: 24px;
  padding: 12px 16px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: background-color .35s cubic-bezier(.165, .84, .44, 1);
}

.tab:hover {
  background-color: rgba(82, 33, 230, .2);
}

.tab.w--current {
  background-color: #16852a;
}

.tab-menu {
  margin-bottom: 40px;
}

.tab-grid {
  height: 32vw;
  max-height: 630px;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tab-image {
  height: 100%;
  object-fit: cover;
}

.forms-section {
  padding: 120px 72px;
}

.text-field {
  color: #fff;
  background-color: #181823;
  border: 0 #000;
  margin-top: 8px;
  margin-bottom: 40px;
}

.text-field._100px {
  height: 100px;
  display: block;
}

.form-button {
  width: 100%;
  background-color: #5221e6;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 18px;
  font-weight: 700;
}

.success {
  background-color: #3cc74e;
}

.success-text {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.error-message {
  background-color: #e43b3b;
}

.text-block {
  color: #fff;
}

.footer {
  height: 422px;
  background-color: #181823;
  padding: 80px 72px;
}

.footer-logo {
  margin-bottom: 32px;
}

.social-icons {
  margin-right: 16px;
}

.footer-link-block {
  width: 50%;
  border: 1px #000;
  text-decoration: none;
}

.footer-link {
  color: #fff;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  transition: color .35s cubic-bezier(.165, .84, .44, 1);
}

.footer-link:hover {
  color: #0ff;
}

.skills-wrapper._48px-right_p {
  padding-right: 48px;
}

.progress-bar {
  z-index: 100;
  width: 100%;
  height: 5px;
  transform-origin: 0%;
  background-color: #19d53b;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.arrow-div {
  width: 48px;
  height: 48px;
  background-color: #5221e6;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.banner {
  width: 100%;
  background-color: #5221e6;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(to right, #5221e6, #8d21e6);
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  text-decoration: none;
  transition: background-color .35s cubic-bezier(.165, .84, .44, 1);
  display: block;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.banner:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(to right, #5221e6, #8d21e6);
}

.banner-text {
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.bold-text {
  z-index: 100;
  text-align: left;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 55px;
  display: block;
  position: relative;
}

.bold-text.animate {
  color: #fff;
  font-size: 30px;
  display: flex;
}

.bold-text-3 {
  color: #d8ce1b;
  text-decoration: none;
}

.text-span, .link {
  text-decoration: none;
}

.typewrite {
  z-index: 100;
  color: #fff200;
  border: 1px #fff200;
  flex: none;
  justify-content: space-around;
  align-self: auto;
  margin-top: 0;
  margin-bottom: -80px;
  padding-top: 0;
  padding-left: 12px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 30px;
  display: flex;
  position: relative;
}

.html-embed {
  margin-top: 26px;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 3.75fr .75fr;
  margin-top: 35px;
}

.heading {
  z-index: 100;
  color: #7b8fa4;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 27px;
  position: relative;
}

.html-embed-2 {
  color: #fff200;
}

.heading-2 {
  display: none;
}

.bold-text-7 {
  width: 100%;
  text-align: justify;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
}

.mid {
  margin-top: 80px;
  margin-bottom: 436px;
}

.mid.tablet {
  display: none;
}

.text_container {
  z-index: 100;
  max-height: 30vw;
  max-width: 30vw;
  min-height: 25vw;
  background-color: rgba(216, 211, 185, 0);
  border: 2px solid rgba(0, 0, 0, 0);
  padding: 40px;
  display: flex;
  position: relative;
  top: 7px;
  left: -224px;
  overflow: visible;
}

.text_container._2 {
  top: 420px;
  left: auto;
  right: -165px;
}

.paragraph {
  z-index: 100;
  width: 70vw;
  min-height: 20vw;
  min-width: 25vw;
  color: #000;
  text-align: justify;
  margin-top: 1px;
  margin-bottom: 0;
  padding: 19px;
  font-size: 15px;
  line-height: 30px;
  position: relative;
  top: 113px;
  left: 29px;
  transform: rotate(-3deg);
}

.paragraph._2 {
  top: 111px;
  transform: rotate(3deg);
}

.image {
  z-index: 99;
  position: relative;
  left: 58px;
}

.image._2 {
  top: 221px;
  left: -175px;
}

.heading-3 {
  color: #12551e;
  text-align: center;
  margin-top: 0;
}

.c-card_back {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.c-card_front {
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.c-title-1 {
  font-weight: 400;
}

.c-wrapper {
  perspective: 1000px;
  text-align: center;
}

.c-card {
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.c-title-wrapper.c-mb_40 {
  margin-bottom: 40px;
}

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

.bold-text-8 {
  width: 25vw;
  min-width: 25vw;
  font-family: Sen, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 25px;
}

.image-2 {
  position: absolute;
}

.div-block {
  width: 30vw;
  height: 100%;
  min-height: 80vh;
  min-width: 30vh;
  background-image: url('../images/Group-8.png');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
  position: absolute;
  transform: rotate(-3deg);
}

.div-block._2 {
  transform: rotate(3deg);
}

.heading-4 {
  color: #fff;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Sen, sans-serif;
  font-size: 70px;
  text-decoration: none;
  display: inline;
}

.container {
  justify-content: center;
  align-items: center;
  padding-top: 33px;
  padding-bottom: 33px;
  display: flex;
}

.paragraph-2 {
  color: #fff;
}

.bold-text-9 {
  color: #b6cadf;
  text-align: justify;
  border-bottom: 2px #fff200;
  border-right: 2px #fff200;
  font-size: 25px;
  line-height: 50px;
}

.section {
  height: auto;
  min-height: 300px;
  min-width: auto;
  background-image: url('../images/Downloader.la-63d5d114b5750.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.section._2 {
  background-image: url('../images/Downloader.la-63d596e58e6ab.jpg');
  background-size: cover;
}

.section._1 {
  background-image: url('../images/Downloader.la-63c5745a4b011.jpg');
}

.bold-text-10 {
  text-transform: capitalize;
  font-size: 20px;
}

.heading-5 {
  color: #fff;
  margin-top: -5px;
  margin-bottom: -5px;
}

.button-2 {
  width: 50%;
  height: 7vh;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.image-3 {
  margin-top: 45px;
  margin-bottom: 45px;
  padding-top: 19px;
  padding-bottom: 0;
}

.card-item {
  width: 100%;
  height: 35rem;
  border-radius: .25rem;
  position: relative;
  overflow: hidden;
}

.card-background {
  height: 100%;
  filter: saturate(120%);
  position: relative;
}

.cards-container {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.paragraph-3 {
  color: #f5f5f7;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 180%;
}

.card-heading-wrapper {
  display: flex;
  position: relative;
}

.card-heading-holder {
  width: auto;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 1.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cards-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.card-heading {
  height: 2rem;
  color: #f5f5f7;
  text-transform: uppercase;
  object-fit: fill;
  border-left: .375rem solid #bb4ef3;
  border-radius: .125rem;
  flex: 0 auto;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .125rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
}

.grid-item-overlay {
  opacity: 1;
  background-color: rgba(0, 0, 0, .2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card-heading-background {
  width: auto;
  height: 100%;
  background-color: #bb4ef3;
  border-radius: .125rem;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card-link {
  height: 100%;
  text-decoration: none;
  display: block;
  position: relative;
}

.card-content {
  z-index: 5;
  height: 15.625rem;
  opacity: 1;
  object-fit: cover;
  background-color: rgba(0, 0, 0, .61);
  flex-direction: column;
  justify-content: flex-start;
  margin-top: -4rem;
  padding: 1rem 5% 1.25rem;
  font-size: .875rem;
  display: flex;
  position: relative;
}

.paragraph-4 {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.body-2 {
  background-color: #000;
  border: 1px #fff;
}

.spark-icon {
  width: 12px;
  display: inline-block;
}

.spark-icon.spark-20px-icon {
  width: 20px;
  align-items: center;
  padding: 2px;
  display: flex;
}

.spark-social-row {
  width: 100%;
  grid-column-gap: 24px;
  justify-content: center;
  display: flex;
}

.spark-small-sub-paragraph {
  color: rgba(0, 0, 0, .76);
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.3;
}

.spark-bold-heading {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-team-member-details {
  max-width: 590px;
}

.spark-square-image {
  width: 100%;
  border-radius: 12px;
}

.spark-wrapped-team-card {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spark-wrapped-team-card.spark-stacked {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px;
  transition: border-color .15s;
}

.spark-wrapped-team-card.spark-stacked:hover {
  border: 1px solid rgba(0, 0, 0, .76);
  border-radius: 8px;
  padding: 8px;
}

.spark-four-column-team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.spark-secondary-paragraph {
  color: rgba(0, 0, 0, .76);
  margin-bottom: 64px;
}

.spark-centered-900 {
  width: 900px;
  max-width: 100%;
  text-align: center;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.spark-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  position: relative;
}

.spark-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section h2 {
  color: #e4da2d;
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.spark-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section p {
  color: #fff;
  font-size: 22px;
  line-height: 1.5;
}

.spark-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section li {
  margin-bottom: .5rem;
}

.bold-text-11 {
  color: #c7ced6;
  text-align: justify;
}

.bold-text-12 {
  color: #c7ced6;
}

.spark-social-icon-svg {
  width: 20px;
  height: 20px;
}

.spark-social-link {
  width: 32px;
  height: 32px;
  color: #5532fa;
  background-color: #fff;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 5px 8px;
  transition: color .15s, background-color .15s;
  display: flex;
}

.spark-social-link:hover {
  opacity: 1;
  color: #fff;
  background-color: #5532fa;
}

.spark-social-link-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  display: flex;
}

.spark-footer-text {
  color: #a492db;
  margin-bottom: 0;
  font-weight: 700;
}

.spark-flex-row {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.spark-container-2 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-footer-bottom {
  background-color: #f0ecfd;
  padding: 1rem 64px;
}

.spark-footer-bottom.spark-white-background {
  color: #5532fa;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  display: flex;
}

.spark-button {
  color: #fff;
  background-color: #5532fa;
  border: 1px solid #5532fa;
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button:hover {
  opacity: 1;
  background-color: #1e116e;
  border-color: #1e116e;
}

.spark-button.spark-light-button {
  min-height: 0;
  color: #000;
  background-color: #fff;
  border-color: #fff;
  padding: 16px 24px;
  line-height: 1em;
  transition: color .15s, border-color .15s, background-color .15s, opacity .15s;
}

.spark-button.spark-light-button:hover {
  color: #5532fa;
  background-color: #f0ecfd;
}

.spark-flexed-row-of-links {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.spark-foreground-secondary {
  color: rgba(0, 0, 0, .76);
}

.spark-bold-heading-2 {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-footer-column {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.spark-footer-column.spark-right-side-footer-column {
  flex-direction: column;
}

.spark-brand {
  width: 132px;
  display: inline-block;
}

.spark-brand.spark-margin-bottom-32px {
  width: 132px;
  margin-bottom: 32px;
}

.spark-max-width-416 {
  max-width: 416px;
}

.spark-small-grid {
  grid-template-columns: 1fr .25fr;
}

.spark-section-2 {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  position: relative;
}

.spark-section-2.spark-primary-bottom-border {
  border-bottom: 1px solid #5532fa;
}

.spark-section-2 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-2 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-2 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-2 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-2 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-2 li {
  margin-bottom: .5rem;
}

.spark-footer {
  width: 100%;
  position: relative;
}

@media screen and (min-width: 1440px) {
  .paragraph_18px.light-grey {
    font-size: 22px;
  }

  .paragraph_18px.light-grey._64px-bottom_m {
    width: 70rem;
    font-size: 20px;
  }

  .paragraph_18px.light-grey.h {
    color: #9b7aff;
    font-size: 25px;
  }

  .heading_55px._24px-bottom {
    font-size: 45px;
  }

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

  .bold-text-8 {
    font-size: 20px;
    line-height: 30px;
  }

  .card-heading-holder {
    text-align: center;
    align-self: flex-start;
  }

  .card-heading {
    text-transform: none;
    border-left-color: #16852a;
    justify-content: flex-start;
    font-size: 1.2rem;
  }

  .card-heading-background {
    background-color: #1e9434;
  }

  .paragraph-4 {
    text-transform: none;
    font-size: 18px;
    line-height: 25px;
  }

  .spark-section {
    background-image: url('../images/Downloader.la-63d55affb838e.jpg');
    background-position: 100% 120%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .spark-footer-text {
    color: #fff;
  }

  .spark-footer-bottom.spark-white-background {
    background-color: #5532fa;
  }

  .spark-section-2.spark-primary-bottom-border {
    background-color: #fff;
  }
}

@media screen and (min-width: 1920px) {
  .paragraph {
    min-height: 25vw;
    padding-top: 83px;
    font-size: 30px;
    line-height: 45px;
  }

  .bold-text-8 {
    min-width: 30vw;
    font-size: 25px;
    line-height: 40px;
  }

  .cards-container {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .wrapper.grid {
    width: 100vw;
    height: 100vw;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .wrapper.grid-3_col {
    grid-template-columns: 1fr 1fr;
  }

  .wrapper.projects-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .wrapper.sticky-grid {
    min-width: 90vw;
    grid-column-gap: 24px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .wrapper.footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .nav-bar {
    padding-left: 32px;
    padding-right: 32px;
  }

  .nav-link.button {
    padding: 20px;
  }

  .hero-section {
    padding-right: 32px;
  }

  .heading_76px {
    font-size: 56px;
  }

  .hero-text-block {
    width: 100vw;
  }

  .paragraph_18px.light-grey {
    width: 40rem;
  }

  .paragraph_18px.light-grey._40px-bottom_m {
    width: 20rem;
    font-size: 22px;
  }

  .paragraph_18px.light-grey.p {
    width: 42vw;
    font-size: 20px;
    font-weight: 700;
  }

  .experience-section {
    padding: 150px 20px 80px;
  }

  .heading_55px {
    max-width: 100vw;
  }

  .heading_55px._24px-bottom {
    max-width: 50vw;
    font-size: 40px;
  }

  .experience-block {
    padding-right: 0;
  }

  .mid-section {
    margin-bottom: 163px;
  }

  .mid_left-block, .skills-section {
    padding: 80px 40px;
  }

  .logo-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .logo-box {
    width: auto;
  }

  .projects-section {
    padding: 80px 10px;
  }

  .project-description {
    width: 95vw;
  }

  .project-wrapper._24px-bottom_m {
    margin-bottom: 48px;
  }

  .dribbble-section {
    padding: 80px 40px;
  }

  .wrapper-v2.forms-grid {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .dribbble-image {
    height: 480px;
    background-size: cover;
  }

  .testimonial-section {
    padding: 80px 40px;
  }

  .testimonial-block._120px-bottom_m {
    width: 100%;
    margin-bottom: 64px;
  }

  .testimonial-text {
    padding: 32px;
  }

  .testimonial-sticky-block {
    width: 40vw;
  }

  .tabs-section {
    padding: 80px 40px;
  }

  .tab-grid {
    height: 840px;
    max-height: none;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .forms-section {
    padding: 80px 40px;
  }

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

  .banner {
    display: block;
  }

  .banner-text {
    text-align: center;
    line-height: 130%;
  }

  .bold-text {
    width: 100vw;
    justify-content: center;
    margin-top: -209px;
    margin-left: 0;
    display: flex;
  }

  .grid-2 {
    width: 100vw;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 3.75fr .75fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    justify-items: center;
    display: none;
  }

  .heading {
    font-size: 24px;
  }

  .html-embed-2 {
    font-size: 25px;
  }

  .heading-2 {
    color: #6c7c8d;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    font-size: 45px;
    display: inline-block;
  }

  .mid {
    display: none;
  }

  .mid.tablet {
    display: block;
  }

  .text_container.tablet {
    max-width: 40%;
  }

  .paragraph.tablet {
    width: 100%;
    min-width: 45vw;
    margin-top: 59px;
    top: 108px;
    left: 21px;
    overflow: visible;
  }

  .image.tablet {
    max-width: 500px;
  }

  .bold-text-8.tablet {
    width: 100%;
    min-width: 100%;
    font-size: 18px;
    line-height: 20px;
  }

  .div-block.tablet {
    width: 50vw;
    min-height: 80vh;
  }

  .card-item {
    height: 30rem;
  }

  .card-background {
    background-color: #fff;
    background-image: none;
  }

  .cards-container {
    max-width: none;
    margin-top: 2rem;
  }

  .cards-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .card-content {
    padding-left: 3%;
    padding-right: 3%;
  }

  .spark-wrapped-team-card {
    width: 45%;
  }

  .spark-four-column-team-grid {
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .spark-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-footer-bottom {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-footer-column {
    min-width: 180px;
    align-items: flex-start;
  }

  .spark-section-2 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (max-width: 767px) {
  .wrapper.grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .wrapper.grid-3_col {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .wrapper.sticky-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .wrapper.footer-grid {
    grid-template-columns: 1fr;
  }

  .nav-bar {
    padding-left: 20px;
    padding-right: 0;
  }

  .nav-link {
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }

  .brand {
    margin-top: 24px;
  }

  .menu-button {
    margin-top: 22px;
    padding: 24px 20px;
  }

  .menu-button.w--open {
    background-color: #000;
  }

  .nav-menu {
    background-color: #181823;
  }

  .hero-section {
    height: auto;
    padding-right: 0;
  }

  .hero-image-box {
    height: 45vh;
    max-width: 100vw;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .heading_76px {
    margin-bottom: 16px;
    font-size: 32px;
  }

  .hero-text-block {
    max-width: 100vw;
    background-image: linear-gradient(#181823, #181823);
    margin-bottom: 0;
    margin-left: 0;
    padding: 48px 0;
    display: block;
  }

  .paragraph_18px {
    width: 100vw;
    justify-content: flex-start;
    margin-right: 0;
    padding-right: 0;
  }

  .paragraph_18px.dark-grey {
    max-width: 95vw;
  }

  .paragraph_18px.light-grey {
    width: 90vw;
    max-width: 32rem;
    text-align: justify;
    padding-left: 7px;
    padding-right: 7px;
  }

  .paragraph_18px.light-grey._40px-bottom_m {
    width: 30rem;
  }

  .paragraph_18px.light-grey.p {
    width: 100vw;
  }

  .hero-bg {
    display: none;
  }

  .white_50 {
    text-align: left;
    justify-content: space-between;
  }

  .experience-section {
    margin-top: 108px;
    padding: 64px 20px;
  }

  .heading_55px {
    max-width: 100vw;
    font-size: 40px;
  }

  .heading_55px._24px-bottom {
    max-width: 80vw;
  }

  .exp {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .experience-block {
    padding-right: 0;
  }

  .paragraph_16px {
    text-align: justify;
    font-family: PT Sans, sans-serif;
    font-size: 23px;
  }

  .mid-section {
    height: auto;
    margin-bottom: 284px;
    display: block;
  }

  .mid_left-block {
    height: 450px;
    max-width: 100vw;
    padding: 48px 10px;
  }

  .normal-wrapper {
    max-width: 95vw;
  }

  .normal-wrapper._48px-right_p {
    padding-right: 0;
  }

  .normal-wrapper._120px-bottom_m {
    margin-bottom: 64px;
  }

  .mid_image {
    height: 450px;
  }

  .skills-section, .projects-section {
    padding: 64px 20px;
  }

  .project-description {
    padding-left: 14px;
    padding-right: 14px;
  }

  .dribbble-section {
    padding: 64px 20px;
  }

  .wrapper-v2.forms-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .dribbble-image {
    background-size: cover;
  }

  .testimonial-section {
    padding: 64px 20px;
  }

  .testimonial-block._120px-bottom_m {
    width: 100%;
  }

  .testimonial-sticky-block {
    position: static;
  }

  .tabs-section {
    padding: 64px 20px;
  }

  .tab {
    justify-content: center;
    align-items: center;
    margin-right: 4px;
    display: flex;
  }

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

  .tab-grid {
    height: auto;
  }

  .tab-image {
    height: 360px;
  }

  .forms-section {
    padding: 64px 20px;
  }

  .footer {
    height: auto;
  }

  .skills-wrapper._48px-right_p {
    max-width: 95vw;
    padding-right: 0;
  }

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

  .bold-text {
    width: 95vw;
    justify-content: center;
    margin-top: 0;
    margin-left: 10px;
    font-size: 30px;
    display: block;
  }

  .heading {
    margin-left: -65px;
    font-size: 15px;
  }

  .html-embed-2 {
    margin-left: -11px;
  }

  .heading-2 {
    width: 95vw;
    flex-direction: row;
    justify-content: flex-end;
    margin-right: 0;
    font-size: 25px;
    display: flex;
  }

  .bold-text-4 {
    color: #fff;
    text-align: justify;
    padding-top: 20px;
    font-family: Sen, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
  }

  .bold-text-5 {
    font-size: 20px;
    font-weight: 400;
  }

  .bold-text-6 {
    font-family: PT Sans, sans-serif;
    font-size: 23px;
    font-weight: 400;
  }

  .text_container.tablet {
    top: -119px;
    left: -147px;
  }

  .paragraph.tablet {
    min-width: 70vw;
    line-height: 30px;
  }

  .bold-text-8.tablet {
    font-size: 15px;
  }

  .div-block.tablet {
    width: 80vw;
    min-height: 70vh;
  }

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

  .card-heading {
    border-left-style: solid;
    padding-left: .75rem;
  }

  .card-content {
    align-items: flex-start;
  }

  .spark-small-sub-paragraph {
    line-height: 1.3;
  }

  .spark-wrapped-team-card {
    width: 100%;
  }

  .spark-wrapped-team-card.spark-stacked {
    width: 45%;
  }

  .spark-four-column-team-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .spark-secondary-paragraph {
    margin-bottom: 32px;
  }

  .spark-container {
    width: 100%;
  }

  .spark-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-flex-row {
    flex-direction: column;
  }

  .spark-flex-row.spark-24px-row-spacing {
    grid-row-gap: 24px;
  }

  .spark-container-2 {
    width: 100%;
  }

  .spark-flexed-row-of-links {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .spark-small-grid {
    flex-direction: column;
    display: flex;
  }

  .spark-section-2 {
    padding-top: 88px;
    padding-bottom: 88px;
  }
}

@media screen and (max-width: 479px) {
  .wrapper.grid {
    max-width: 100vw;
    display: block;
  }

  .wrapper.grid-3_col {
    margin-left: 0;
    margin-right: -8px;
  }

  .wrapper.projects-grid {
    margin-left: 13px;
    margin-right: 13px;
  }

  .menu-button {
    margin-top: 21px;
  }

  .hero-section {
    display: block;
  }

  .hero-image-box {
    max-width: 100vw;
    background-position: 50%;
    background-size: 200%;
    margin-top: 33px;
  }

  .heading_76px {
    display: inline;
  }

  .hero-text-block {
    width: 100vw;
    margin-top: 28px;
    padding-top: 0;
    padding-bottom: 30px;
    display: block;
    position: relative;
    top: -36px;
  }

  .paragraph_18px {
    justify-content: flex-start;
  }

  .paragraph_18px.dark-grey {
    width: auto;
    max-width: 100vw;
    margin-right: 0;
  }

  .paragraph_18px.light-grey {
    width: auto;
    justify-content: flex-start;
    padding-right: 15px;
    line-height: 149%;
  }

  .paragraph_18px.light-grey._40px-bottom_m {
    width: 90vw;
    padding-right: 0;
  }

  .paragraph_18px.light-grey.p {
    max-width: 90vw;
    padding-right: 0;
  }

  .white_50 {
    width: 100vw;
    text-align: right;
    padding-right: 23px;
    font-size: 25px;
  }

  .experience-section {
    margin-top: 314px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .heading_55px {
    max-width: 100vw;
    font-size: 30px;
  }

  .heading_55px._24px-bottom {
    width: 95vw;
    max-width: 90vh;
    font-size: 25px;
  }

  .heading_24px {
    max-width: 95vw;
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  }

  .heading_24px._64px-bottom_m {
    text-align: justify;
    font-size: 20px;
    line-height: 150%;
  }

  .paragraph_16px {
    text-align: justify;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    display: block;
  }

  .paragraph_16px.light-grey {
    margin-left: 5px;
    margin-right: 10px;
  }

  .mid-section {
    margin-bottom: 557px;
  }

  .mid_left-block {
    min-width: 100vw;
    padding-left: 10px;
  }

  .normal-wrapper {
    max-width: 100vw;
  }

  .normal-wrapper._48px-right_p {
    max-width: 95vw;
    min-width: 95vw;
  }

  .normal-wrapper._48px-right_p._80px-bottom_m {
    padding-left: 10px;
  }

  .skills-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .projects-section {
    padding-left: 0;
  }

  .project-description {
    padding-left: 10px;
  }

  .button-wrapper {
    width: 80vw;
    justify-content: center;
  }

  .cta.t {
    width: 80%;
    flex-direction: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .wrapper-v2.forms-grid {
    width: 95vw;
    max-width: 95vw;
  }

  .testimonial-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonial-text {
    padding: 24px 11px;
  }

  .testimonial-sticky-block {
    width: 95vw;
  }

  .tab-text {
    font-family: Ubuntu, Helvetica, sans-serif;
  }

  .tab-grid {
    grid-template-columns: 1fr;
  }

  .forms-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .skills-wrapper._48px-right_p {
    max-width: 90vw;
  }

  .bold-text {
    width: 95vw;
    justify-content: center;
    align-items: center;
    margin-top: 22px;
    margin-left: 0;
    padding-top: 26px;
    padding-left: 10px;
    font-size: 25px;
    display: flex;
  }

  .form {
    max-width: 95vw;
    padding-right: 0;
    overflow: visible;
  }

  .grid-2 {
    grid-template-rows: auto auto;
    grid-template-areas: "."
                         ".";
    grid-auto-flow: row dense;
    display: none;
  }

  .heading {
    margin-top: -41px;
    margin-left: 0;
    font-size: 20px;
  }

  .heading-2 {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .bold-text-4 {
    text-align: justify;
    justify-content: center;
    align-items: center;
    font-family: PT Sans, sans-serif;
    font-size: 20px;
    font-weight: 700;
    display: flex;
  }

  .bold-text-5 {
    text-align: center;
    font-family: PT Sans, sans-serif;
    font-size: 20px;
  }

  .bold-text-6 {
    font-family: PT Sans, sans-serif;
  }

  .text_container.tablet {
    left: -147px;
  }

  .paragraph.tablet {
    width: 90%;
    min-width: 90vw;
    margin-top: 28px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 30px;
    top: 97px;
    left: 0;
  }

  .image.tablet {
    left: 10px;
  }

  .bold-text-8.tablet {
    padding-right: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
  }

  .div-block.tablet {
    width: 90vw;
    min-height: 70vh;
    min-width: 20vh;
    margin-left: 5px;
    margin-right: 5px;
  }

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

  .bold-text-9 {
    max-width: 90vw;
    text-align: justify;
    flex: 0 auto;
    font-size: 20px;
    line-height: 40px;
  }

  .section {
    display: none;
  }

  .heading-5 {
    font-size: 25px;
  }

  .card-item {
    height: 25rem;
  }

  .card-background {
    filter: saturate(125%);
    margin-top: 0;
  }

  .paragraph-3 {
    font-size: .875rem;
  }

  .card-heading-holder {
    flex: 0 auto;
    display: block;
  }

  .card-heading {
    height: 1.5rem;
    border-left-style: solid;
    padding-left: .5rem;
    font-size: 1.0625rem;
    line-height: 1.5rem;
  }

  .grid-item-overlay {
    padding-top: 0;
  }

  .spark-icon.spark-20px-icon {
    width: 20px;
    flex: none;
    padding: 0;
  }

  .spark-bold-heading {
    line-height: 1.3;
  }

  .spark-wrapped-team-card.spark-stacked {
    width: 100%;
  }

  .spark-centered-900 {
    margin-bottom: 64px;
  }

  .spark-section {
    padding: 64px 20px;
  }

  .spark-section h1 {
    font-size: 3rem;
  }

  .spark-section h2 {
    font-size: 2.5rem;
  }

  .spark-footer-text {
    text-align: center;
  }

  .spark-flex-row {
    align-items: flex-start;
  }

  .spark-flex-row.spark-24px-row-spacing {
    grid-row-gap: 24px;
    justify-content: space-between;
    align-items: center;
  }

  .spark-footer-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-flexed-row-of-links {
    flex-direction: column;
    align-items: flex-start;
  }

  .spark-bold-heading-2 {
    line-height: 1.3;
  }

  .spark-small-grid {
    flex-direction: column;
    display: flex;
  }

  .spark-section-2 {
    padding: 64px 20px;
  }

  .spark-section-2 h1 {
    font-size: 3rem;
  }

  .spark-section-2 h2 {
    font-size: 2.5rem;
  }
}

#w-node-_3cb0f931-ad23-8f11-e7c9-7467d5aa3ec3-53563f83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c07b73a0-4560-1829-def8-54c08f04f882-53563f83 {
  align-self: center;
  justify-self: center;
}

#w-node-_3cfa541a-218c-8579-15ed-ed9742abbd59-53563f83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_872eea33-b954-bb85-1b68-800326013dbc-53563f83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a8f1cb8-b5cc-dca3-1f15-df569cc0e59e-53563f83 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_5872ecd7-29b9-641b-be33-844744902121-34daad9c, #w-node-_5872ecd7-29b9-641b-be33-84474490212e-34daad9c, #w-node-_5872ecd7-29b9-641b-be33-84474490213b-34daad9c, #w-node-_5872ecd7-29b9-641b-be33-844744902148-34daad9c, #w-node-_5872ecd7-29b9-641b-be33-844744902155-34daad9c, #w-node-_5872ecd7-29b9-641b-be33-844744902162-34daad9c, #w-node-_5872ecd7-29b9-641b-be33-84474490216f-34daad9c, #w-node-_5872ecd7-29b9-641b-be33-84474490217c-34daad9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_4a8f1cb8-b5cc-dca3-1f15-df569cc0e59e-53563f83 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c07b73a0-4560-1829-def8-54c08f04f882-53563f83 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-_3cfa541a-218c-8579-15ed-ed9742abbd59-53563f83 {
    justify-self: center;
  }

  #w-node-_872eea33-b954-bb85-1b68-800326013dbc-53563f83 {
    justify-self: start;
  }

  #w-node-_4a8f1cb8-b5cc-dca3-1f15-df569cc0e59e-53563f83 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3cb0f931-ad23-8f11-e7c9-7467d5aa3ec3-53563f83 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_872eea33-b954-bb85-1b68-800326013dbc-53563f83 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-caa1d8f5-a062-6581-8366-6fbf3f66e73d-53563f83 {
    justify-self: auto;
  }
}


