:root {
  --colors--secondary: #1f2ff3;
  --fonts--main-font: Poppins, sans-serif;
  --colors--bg-color: #0b0b0b;
  --colors--main-color: #010302;
  --colors--bg2: #1c0a48;
  --fonts--secondary: "Playfair Display", sans-serif;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  margin-top: -95px;
  padding-top: 60px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 900px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.pre-nav {
  background-color: var(--colors--secondary);
  box-shadow: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
}

.pre-nav-content {
  color: #fff;
  font-size: 15px;
  line-height: 1;
}

.pre-nav-cta {
  background-color: #5271ff54;
  border-radius: 123123px;
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 5px 15px;
  text-decoration: none;
  display: flex;
}

.body {
  font-family: var(--fonts--main-font);
  background-color: #f7f7f7;
  font-size: 16px;
}

.pre-nav-icon {
  filter: none;
  margin-left: 5px;
}

.container {
  z-index: 3;
  flex: 1;
  width: 100%;
  max-width: 1490px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.container.nav-container {
  max-width: 1662px;
}

.container._2 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.nav-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #00000026;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.8fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding: 12px 32px;
  display: grid;
}

.navbar {
  background-color: #0000;
  position: sticky;
  top: 10px;
}

.nav-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
  inset: 0%;
}

.nav-link {
  opacity: .77;
  color: var(--colors--bg-color);
  padding: 10px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.nav-link:hover {
  opacity: .85;
  background-color: #0000000d;
  border-radius: 6px;
}

.nav-link.w--current {
  opacity: 1;
  background-image: linear-gradient(#d9d9d966, #73737300);
  border-radius: 6px;
  box-shadow: inset 0 -2px 3px -4px #000;
}

.nav-link-icon {
  margin-right: 5px;
  padding-right: 0;
}

.cta-button {
  background-color: var(--colors--main-color);
  box-shadow: none;
  color: #fff;
  border: 1px solid #ff6b3b38;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 10px 22px;
  text-decoration: none;
  display: flex;
}

.cta-button.inline-flex {
  background-color: var(--colors--secondary);
  border-color: #3b8dff38;
  transition: all .2s;
  display: inline-flex;
}

.cta-button.inline-flex:hover {
  transform: scale(1.05)rotate(2deg);
}

.cta-button.inline-flex._2 {
  width: 100%;
  margin-top: 40px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.cta-button.inline-flex._2._3 {
  margin-top: 0;
}

.cta-button.inline-flex._2._3._4 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: auto;
}

.cta-button.inline-flex.contrast {
  background-color: #fff;
  border-color: #00000038;
  box-shadow: inset 2px 2px 7.1px 1px #69696980;
}

.cta-button.inline-flex.contrast.price-table, .cta-button.inline-flex.pricing-cta {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.cta-button.inline-flex.mobile {
  display: none;
}

.cta-button.inline-flex.desktop {
  border-radius: 4px;
}

.cta-button.inline-flex.width {
  width: 100%;
}

.cta-button.inline-flex.width.grow {
  background-color: var(--colors--main-color);
}

.cta-button.inline-flex.width._23 {
  margin-bottom: 1rem;
}

.cta-text._1 {
  letter-spacing: -.3px;
  margin-top: 0;
}

.cta-text._1.contrast, .cta-text._2.contrast {
  color: var(--colors--bg-color);
}

.cta-text._2._3 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.cta-icon {
  width: 15px;
  margin-left: 0;
}

.cta-icon._2 {
  margin-left: 5px;
}

.cta-icon._2.contrast, .cta-icon._1.contrast {
  filter: invert();
}

.cta-line-divider {
  background-color: #ffffff40;
  width: 1px;
  height: 26px;
  margin-left: 10px;
}

.cta-line-divider.contrast {
  color: var(--colors--bg-color);
  background-color: #0b0b0b40;
}

.hero-section {
  background-color: var(--colors--main-color);
  background-image: url('../images/personalbgg-1.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: -94px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  place-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.hero-grid-block {
  position: relative;
}

.hero-grid-block._2 {
  justify-content: center;
  align-items: center;
  display: none;
}

.h1 {
  color: var(--colors--bg-color);
  font-size: 62px;
  line-height: 121%;
}

.h1.homeh1 {
  font-family: var(--fonts--main-font);
  color: #fff;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 61px;
  font-weight: 500;
}

.h1.homeh1.orangeh1 {
  color: var(--colors--main-color);
}

.h1-wrap {
  flex-flow: column;
  margin-top: 20px;
}

.contractors-box {
  display: inline-flex;
  position: relative;
}

.image {
  position: absolute;
  inset: auto 0% -8px;
}

.image-2 {
  margin-left: 5px;
}

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

.subheading {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 7px 14px;
  display: inline-flex;
  box-shadow: 0 4px 7px -2px #0000001a;
}

.subheading.contrast {
  background-color: #ffffff0d;
  border-color: #dddddd26;
  border-radius: 2px;
}

.orange-square {
  background-color: var(--colors--main-color);
  width: 9px;
  height: 9px;
}

.orange-square.contrast {
  background-color: #e2e2e2;
}

.subheading-text {
  color: #0b0b0ba8;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 500;
}

.subheading-text.contrast {
  color: #ffffffd9;
  font-weight: 400;
}

.image-3 {
  filter: invert();
  position: absolute;
  inset: 0% 0% 0% auto;
}

.vertical-line-decor {
  width: 0;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 130px;
}

.vertical-line-decor.right {
  z-index: 1;
  border-right: 1px solid #00000026;
  left: auto;
  right: 130px;
}

.vertical-line-decor.right._2 {
  right: 0;
}

.vertical-line-decor.right.contrast {
  border-right-color: #ffffff26;
}

.vertical-line-decor.left-side-decor {
  z-index: 1;
  border-left: 1px solid #00000026;
}

.vertical-line-decor.left-side-decor._2 {
  left: 0;
}

.vertical-line-decor.left-side-decor.contrasat {
  border-left-color: #ffffff26;
}

.hero-desc._2 {
  color: #0b0b0bc4;
  letter-spacing: -.5px;
  max-width: 600px;
  margin-top: 20px;
  margin-bottom: 30px;
  line-height: 133%;
}

.hero-desc._2._3 {
  color: #ffffffd9;
  letter-spacing: -.3px;
  max-width: 650px;
  font-size: 18px;
  line-height: 1.5;
}

.hero-desc._2._3._4 {
  color: #000000d9;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
}

.hero-desc._2._3._4.contrast {
  color: #ffffffd9;
}

.hero-desc._2._3._4.contrast._6 {
  margin-bottom: 2rem;
}

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

.cta-text-info {
  color: #d3d3d3;
  max-width: 150px;
  margin-top: -10px;
  margin-left: 5px;
  transform: rotate(-7deg);
}

.image-4 {
  margin-bottom: -20px;
  margin-left: 40px;
}

.person-wrapper {
  position: relative;
}

.person-bg-wrapper {
  background-color: var(--colors--main-color);
  padding-top: 52px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 11px 11px 50px -11px #ffffff4d;
}

.person-bg-circle {
  opacity: .12;
  background-image: radial-gradient(circle, #f0f2f6, #ffffff8f);
  border-radius: 123123px;
  width: 625px;
  height: 625px;
  position: absolute;
  inset: auto 0% -23% -14%;
}

.person-bg-circle._2 {
  width: 570px;
  height: 570px;
  bottom: -23%;
  left: -41px;
}

.person-bg-circle._3 {
  width: 509px;
  height: 509px;
  bottom: -24%;
  left: -10px;
}

.person-bg-circle._4 {
  opacity: .16;
  width: 445px;
  height: 445px;
  margin-left: auto;
  margin-right: auto;
  bottom: -22%;
  left: 23px;
  right: auto;
}

.image-5 {
  z-index: 4;
  position: relative;
}

.bg-effect {
  background-color: var(--colors--main-color);
  position: absolute;
  inset: 0%;
  transform: rotate(3.5deg);
}

.person-info-box {
  z-index: 7;
  background-color: #fff;
  border-radius: 11px;
  padding: 20px;
  position: absolute;
  inset: auto auto 5% -125px;
  transform: rotate(-3deg);
  box-shadow: -4px 4px 84px -18px #0000004d;
}

.person-info-box._2 {
  z-index: 6;
  opacity: .55;
  transform: scale(1.02)rotate(0);
}

.person-info-box._3 {
  z-index: 13;
  opacity: 1;
  inset: 0% -50px auto auto;
  transform: rotate(7deg);
}

.person-info-box._3._4 {
  z-index: 9;
  opacity: .55;
  top: 0%;
  transform: rotate(5deg);
}

.services-section {
  background-color: var(--colors--bg-color);
  background-image: url('../images/wGAHOWhVswEtWkOKTJN6s2CW02.svg');
  background-position: 0 0;
  background-size: 32px;
  border-radius: 24px;
  margin-left: 24px;
  margin-right: 24px;
  padding-top: 120px;
  padding-bottom: 60px;
  display: none;
  position: relative;
  overflow: hidden;
}

.cta-text-wrapper {
  height: 20px;
  overflow: hidden;
}

.cta-icon-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 15px;
  margin-left: 10px;
  display: flex;
  overflow: hidden;
}

.hero-section-div {
  width: 100%;
  padding-top: 150px;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
}

.work-section {
  background-color: var(--colors--bg2);
  background-image: linear-gradient(120deg, #1c0a48fa, var(--colors--bg2) 35%, var(--colors--bg2) 49%, var(--colors--bg2) 65%, #1c0a48fa), url('../images/svgpettern.svg'), url('../images/portfolbg.jpg');
  background-position: 0 0, 50% 0, 50% 100%;
  background-size: auto, 55px, cover;
  width: 100%;
  padding-top: 140px;
  padding-bottom: 40px;
  display: none;
  position: relative;
}

.headings-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.headings-wrapper._2 {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
}

.headings-wrapper._3 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.headings-wrapper._3._4 {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
}

.section-subheading-wrapper {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 10px;
  display: inline-flex;
  box-shadow: 0 4px 7px -2px #8f8f8f33;
}

.section-subheading-wrapper.contrast {
  background-color: #ffffff1f;
  border-color: #1b1b1b;
  box-shadow: inset 0 4px 4px -4px #72727233, 0 4px 7px -2px #00000030;
}

.section-subheading-wrapper.contrast._3 {
  background-color: #ffffff0d;
  box-shadow: inset 0 4px 4px -4px #72727233, 0 4px 7px -2px #00000014;
}

.section-subheading-text {
  color: #a1a1a1;
  font-size: 14px;
}

.section-subheading-text.contrast {
  color: #222;
}

.section-subheading-square {
  background-color: #ff6b3b;
  background-image: linear-gradient(135deg, var(--colors--main-color), var(--colors--secondary));
  width: 9px;
  min-width: 9px;
  height: 9px;
  min-height: 9px;
  margin-right: 10px;
}

.left-side {
  max-width: 650px;
}

.left-side._2 {
  position: sticky;
  top: 100px;
}

.main-h2 {
  color: #0b0b0b;
  letter-spacing: -2px;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.1;
}

.main-h2.contrast {
  color: #fff;
  letter-spacing: -1px;
  font-size: 44px;
}

.main-h2.contrast._2 {
  font-size: 44px;
}

.main-h2.contrast._4 {
  line-height: 1.3;
}

.main-h2.contrast._6 {
  font-size: 4rem;
}

.main-h2._3 {
  margin-bottom: 0;
  line-height: 1.25;
}

.right-side {
  color: #0b0b0cc4;
  max-width: 480px;
  line-height: 1.33;
}

.right-side._2 {
  max-width: 450px;
}

.section-description {
  margin-bottom: 0;
}

.section-description.contrast {
  color: #ddddddc4;
}

.section-description.cta-desc {
  color: #ebebeb;
  max-width: 750px;
  margin: 20px auto 30px;
  font-size: 17px;
  line-height: 1.6;
}

.section-description.cta-desc._2 {
  color: #ffffff8c;
  font-size: 14px;
}

.cta-button-wrapper {
  text-align: right;
  margin-top: 22px;
}

.horizontal-line-decor {
  z-index: 1;
  border-bottom: 1px solid #00000026;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.horizontal-line-decor._2 {
  border-bottom-width: 1.5px;
  position: relative;
}

.horizontal-line-decor._3 {
  border-bottom-color: #ffffff26;
  inset: 0% 0% auto;
}

.horizontal-line-decor.contrast {
  border-bottom-color: #ffffff26;
}

.work-grid {
  grid-column-gap: 48px;
  grid-row-gap: 49px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.work-grid-box {
  width: 100%;
  margin-bottom: 80px;
}

.work-grid-box._2 {
  margin-bottom: 0;
}

.work-image-preview {
  object-fit: cover;
  border-radius: 7px;
  width: 100%;
  height: 430px;
  box-shadow: 0 6px 9px -7px #0003;
}

.work-link-preview-image {
  width: 100%;
}

.work-link-preview-image._2 {
  background-color: #ffffff0d;
  border: 2px dashed #ffffff61;
  border-radius: 7px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 430px;
  text-decoration: none;
  display: flex;
}

.work-h3 {
  color: #fff;
  letter-spacing: -1.5px;
  max-width: 100%;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.33;
}

.work-button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #0b0b0b;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.work-button-text {
  color: #fff;
  font-weight: 500;
}

.work-button-text._2 {
  margin-bottom: 1.5rem;
  font-weight: 300;
}

.work-button-image {
  filter: none;
}

.footer {
  padding-top: 80px;
  position: relative;
}

.footer-logo-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-left: 130px;
  margin-right: 130px;
  transition: all .25s;
  display: flex;
  position: relative;
}

.footer-logo-container:hover {
  opacity: .7;
}

.footer-overlay {
  background-image: linear-gradient(#fff0, #ffffffa6 61%, #fff);
  position: absolute;
  inset: 0%;
}

.footer-text {
  color: #000;
  max-width: 410px;
  font-size: 64px;
  font-weight: 500;
  line-height: 1;
}

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

.pricing-section {
  padding-top: 120px;
  padding-bottom: 120px;
  display: none;
  position: relative;
}

.h2-span {
  color: #686868;
}

.h2-span.contrast {
  color: #dbdbdb;
}

.h2-span.contrast._3 {
  color: #e9e9e9;
}

.pricing-grid {
  grid-column-gap: 180px;
  grid-row-gap: 180px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 30px;
}

.pricing-grid-box {
  box-shadow: none;
  background-color: #fff0;
  border: 1px #ebebeb;
  border-radius: 20px;
  padding: 0;
}

.pricing-h3 {
  letter-spacing: -.5px;
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

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

.faq-section {
  background-image: none;
  background-size: auto;
  border-top: 1px solid #0003;
  position: relative;
}

.faq-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-flow: row dense;
}

.questions-list {
  margin-top: 60px;
}

.question-wrapper {
  box-shadow: none;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #b7b7b787;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 16px;
  overflow: hidden;
}

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

.faq-answer {
  overflow: hidden;
}

.faq-question-text {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

.faq-icon {
  filter: invert();
}

.faq-answer-content {
  letter-spacing: -.35px;
  margin-top: 20px;
  line-height: 1.33;
}

.faq-icon-wrapper {
  border: 1px solid #b7b7b7;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  display: flex;
  box-shadow: 0 6px 9px -4px #0003;
}

.dots-bg {
  z-index: 0;
  filter: none;
  mix-blend-mode: color-dodge;
  position: absolute;
  inset: -10% auto auto -20%;
}

.orange-blur {
  filter: blur(1000px);
  background-color: #d29f8f;
  width: 634px;
  height: 634px;
  position: absolute;
  inset: -20% auto auto -20%;
}

.footer-grid-inner-box {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-header-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: inline-flex;
}

.footer-link-header {
  color: #0b0b0ba8;
}

.footer-links-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  color: #000;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.footer-link:hover {
  color: #555;
  transform: translate(2px);
}

.footer-inner-links-wrapper {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: column;
  display: flex;
}

.contact-email {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.hero-tag {
  font-size: 17px;
  font-weight: 600;
}

.hero-tag-desc {
  color: #000000a8;
  letter-spacing: -.2px;
  font-size: 12px;
}

.hero-tag-span {
  color: var(--colors--main-color);
  font-weight: 700;
}

.contact-hero-section {
  background-image: url('../images/wGAHOWhVswEtWkOKTJN6s2CW0.svg');
  background-position: 0 0;
  background-size: 28px 28px;
  justify-content: center;
  align-items: center;
  margin-top: -95px;
  padding-top: 30px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.contact-hero-overlay {
  background-color: #f7f7f700;
  background-image: linear-gradient(#f7f7f700, #cdcdcd00 85%, #f7f7f7ed), radial-gradient(circle farthest-side at 50% 22%, #f7f7f7, #f7f7f7e6 81%, #f7f7f7);
  position: absolute;
  inset: 0%;
}

.contact-hero-overlay._2 {
  background-color: #f7f7f7f2;
  background-image: none;
}

.services-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.services-grid-box {
  height: 100%;
  box-shadow: none;
  text-align: center;
  background-color: #0d0d0d00;
  border: 1px #1b1b1b;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 80px 60px 40px;
  display: flex;
  position: relative;
}

.services-grid-box._5 {
  border-top-style: none;
  border-top-color: #ffffff24;
  border-radius: 0;
}

.services-grid-box._2 {
  border-bottom-style: solid;
  border-bottom-color: #ffffff24;
  border-radius: 0;
}

.services-overlay {
  background-color: #0b0b0b00;
  background-image: linear-gradient(#0b0b0bf7, #0b0b0bf7 84%, #0b0b0bfc 97%, #0b0b0b);
  position: absolute;
  inset: 0%;
}

.services-h3 {
  color: #fff;
  letter-spacing: -1px;
  font-weight: 400;
  line-height: 1.3;
}

.services-h3.contrast {
  color: var(--colors--bg2);
  letter-spacing: -1px;
  font-size: 24px;
  font-weight: 400;
}

.services-h3.contrast._2 {
  margin-top: 10px;
}

.services-h3.contrast._2._3 {
  color: #fff;
  letter-spacing: -1px;
  font-weight: 400;
}

.services-description {
  color: #868686;
  max-width: 500px;
  margin-bottom: 40px;
}

.services-description.contrast {
  color: #272727;
  letter-spacing: -.2px;
  margin-bottom: 0;
}

.services-description.contrast._2 {
  margin-bottom: 20px;
}

.services-description.contrast._2._3 {
  color: #d6d6d6;
}

.services-description._3 {
  color: #ebebeb;
  margin-bottom: 0;
}

.contact-container {
  z-index: 3;
  text-align: center;
  flex: 1;
  max-width: 700px;
  margin-top: 100px;
  position: relative;
}

.form-wrapper {
  text-align: left;
  background-color: #fff;
  border: 1px solid #b7b7b761;
  border-radius: 32px;
  max-width: 450px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  position: relative;
  box-shadow: 0 5px 10px -6px #0003;
}

.contact-h1 {
  color: var(--colors--bg-color);
  text-align: center;
  font-size: 32px;
  line-height: 1.1;
}

.contact-desc {
  color: #747474;
  text-align: center;
}

.contact-desc._2 {
  text-align: left;
  margin-bottom: 25px;
  font-size: 15px;
}

.contact-link {
  color: #2b2b2b;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.contact-heading2 {
  color: var(--colors--bg-color);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

.field-label {
  color: #2c2c2c;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
}

.field-label.textarea {
  border: 1px solid #b7b7b782;
  border-radius: 13px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 100px;
  padding-top: 12px;
  box-shadow: 0 4px 8px -6px #0003;
}

.text-field {
  border: 1px solid #b7b7b782;
  border-radius: 10px;
  box-shadow: 0 4px 8px -6px #0003;
}

.form-inner-wrapper {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  margin-top: 25px;
  display: flex;
}

.more-questions {
  background-color: #a24020;
  background-image: linear-gradient(180deg, var(--colors--main-color), var(--colors--secondary));
  max-width: 500px;
  box-shadow: none;
  border: 1px solid #000;
  border-radius: 6px;
  margin-top: 40px;
  padding: 32px;
}

.more-questions-h3 {
  color: #fff;
  font-weight: 400;
}

.faq-desc {
  color: #dfdfdf;
  letter-spacing: -.25px;
  margin: 20px 0;
}

.link {
  color: #fff;
}

.cta-section {
  position: relative;
}

.cta-section-wrapper {
  background-color: var(--colors--main-color);
  border-radius: 32px;
  height: 400px;
}

.cta-section-wrapper.more-questions._2 {
  background-image: url('../images/ctabgggggg.svg'), linear-gradient(180deg, var(--colors--main-color), #977d4c59 78%, var(--colors--main-color)), linear-gradient(180deg, #1a2b3c, #1a2b3ce8), url('../images/wGAHOWhVswEtWkOKTJN6s2CW02.svg');
  background-position: 50%, 0 0, 0 0, 0 0;
  background-size: cover, auto, auto, 48px 42px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: auto;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.inner-section-cta-wrapper {
  border: 1px #00000026;
  border-style: none dashed;
  padding-top: 140px;
  padding-bottom: 140px;
}

.headers-wrapper {
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.headers-wrapper._2 {
  width: 100%;
  max-width: 900px;
}

.faq-inner-wrapper.footer-logo-container {
  background-image: url('../images/zkZcqLYKrbf3IcoLGmkQF4odXvY.svg');
  background-position: 0 0;
  background-size: 55px 55px;
}

.faq-inner-wrapper.footer-logo-container._3 {
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 120px;
}

.faq-inner-wrapper.footer-logo-container._3:hover {
  opacity: 100;
}

.question-mark {
  background-color: #0000000d;
  border: 1px solid #00000014;
  border-radius: 123px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  font-size: 14px;
  line-height: 1;
  display: flex;
}

.faq-question-left-side {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.service-icon {
  filter: none;
  width: 24px;
  height: 24px;
}

.service-icon-wrapper {
  background-color: var(--colors--main-color);
  border: 1px solid #ffffff36;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
  box-shadow: inset 0 -5px 6px -2px #000000a6, inset 0 8px 10px -3px #ffffff8f;
}

.glow-line-service {
  background-image: linear-gradient(#0000, #ffffff24);
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.glow-line-service._2 {
  background-image: linear-gradient(#ffffff24, #0000);
}

.glow-line-service._1 {
  background-image: linear-gradient(270deg, #ffffff24, #0000);
  width: 100%;
  height: 1px;
  inset: auto 0% 0%;
}

.glow-line-service._1._3 {
  background-image: linear-gradient(270deg, #0000, #ffffff24);
}

.table-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 10px;
  overflow: hidden;
  box-shadow: 0 6px 9px -10px #0003;
}

.table-grid-box {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.table-grid-box.focus {
  background-color: var(--colors--bg-color);
  border-radius: 15px;
}

.table-grid-box._2 {
  border-right: 1px solid #0000000d;
}

.table-wrapper {
  background-color: #f2f2f2;
  border: 1px solid #0000001a;
  border-radius: 20px;
  margin-top: 60px;
  padding: 10px 10px 16px;
}

.table-info-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.table-info-icon-wrapper {
  background-color: #ff6b3b1a;
  border-radius: 123px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  display: inline-flex;
}

.table-info-icon {
  width: 24px;
  height: 24px;
}

.table-info-text-header {
  font-weight: 600;
}

.table-info-desc {
  color: #616161;
  font-size: 14px;
}

.text-span {
  color: var(--colors--main-color);
  font-weight: 400;
  text-decoration: none;
}

.link-2 {
  text-decoration: none;
}

.pricing-table-icon {
  width: 22px;
  height: 22px;
  margin-bottom: 5px;
}

.pricing-table-name {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.pricing-table-name.contrast {
  color: #fff;
}

.pricing-table-package-description {
  color: #555;
  font-size: 15px;
}

.pricing-table-package-description.contrast {
  color: #bdbdbd;
}

.pricing-table-price {
  color: #5e5e5e;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3;
}

.pricing-table-price.contrast {
  color: #fff;
}

.pricing-table-price-span {
  font-size: 13px;
}

.price-divider-row {
  background-color: #0000000d;
  width: 100%;
  height: 1px;
  margin-bottom: 16px;
}

.price-divider-row.contrast {
  background-color: #ffffff17;
}

.package-information {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.checkmark-icon {
  width: 32px;
  height: 32px;
  margin-top: -6px;
}

.checkmark-icon._2 {
  width: 25px;
  height: 25px;
}

.package-info-text {
  color: #5c5c5c;
  font-size: 14px;
  font-weight: 500;
}

.package-info-text.contrast {
  color: #b1b1b1;
}

.package-row-wrapper {
  width: 100%;
}

.packages-rows-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.text-block {
  margin-bottom: 20px;
}

.heading {
  color: var(--colors--bg-color);
  font-size: 35px;
}

.image-6 {
  margin-bottom: 40px;
}

.pricing-icon-decoration {
  width: 22px;
  height: 22px;
  margin-bottom: 15px;
}

.templates-hero {
  background-image: url('../images/wGAHOWhVswEtWkOKTJN6s2CW0.svg');
  background-position: 0 0;
  background-size: 25px 25px;
  margin-top: -95px;
  padding-top: 150px;
  padding-bottom: 75px;
  position: relative;
}

.templates-hero-wrapper {
  max-width: 800px;
}

.templates-hero-description {
  letter-spacing: -.3px;
  max-width: 600px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.5;
}

.templates-categories {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.category-text {
  color: #535353;
  letter-spacing: .5px;
  margin-bottom: 5px;
  font-size: 12px;
}

.category-capsule {
  border: 1px solid #00000026;
  border-radius: 123px;
  padding: 5px 12px;
  display: inline-flex;
  box-shadow: 0 5px 7px -5px #0003;
}

.category-capsule-text {
  font-size: 15px;
}

.templates-list {
  height: 100%;
  padding-top: 25px;
  padding-bottom: 80px;
  position: relative;
}

.templates-grid-list {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: none;
}

.templates-thumbnail-link {
  background-color: #f1f1f1;
  border: 1px solid #0000001a;
  border-radius: 13px;
  width: 100%;
  padding: 40px;
}

.templates-thumbnail {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 500px;
}

.templates-grid-box {
  width: 100%;
  height: 100%;
}

.template-name {
  color: var(--colors--bg-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.template-header-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 5px;
  display: flex;
}

.template-price {
  color: #505050;
}

.template-description {
  color: #6b6b6b;
}

.templates-hero-overlay {
  background-color: #f7f7f700;
  background-image: radial-gradient(circle, #f7f7f7e6, #f7f7f7);
  position: absolute;
  inset: 0%;
}

.fixed-cta {
  z-index: 11;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #000;
  background-color: #fff;
  border-radius: 123123px;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 20px 15px 15px;
  text-decoration: none;
  display: none;
  position: fixed;
  inset: auto 1.5% 7% auto;
}

.fixed-cta-first-content {
  color: #444;
  letter-spacing: -.3px;
  font-size: 15px;
}

.fixed-cta-second-content {
  font-size: 18px;
  font-weight: 600;
}

.fixed-cta-icon-wrapper {
  background-color: #f0f0f0;
  border: 1px solid #0000001a;
  border-radius: 123px;
  padding: 7px;
}

.fixed-cta-icon {
  width: 26px;
  min-width: 26px;
  height: 26px;
  min-height: 26px;
}

.why-me-section {
  padding-top: 120px;
  padding-bottom: 120px;
  display: none;
  position: relative;
}

.table-content-wrapper {
  box-sizing: content-box;
  margin-top: 60px;
}

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

.table-grid-row._2 {
  border-bottom: 1px solid #0003;
}

.table-h3 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.second-option-h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.2;
}

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

.case-study-wrapper {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff0;
  border: 10px solid #f5f6f81c;
  border-radius: 24px;
  width: 100%;
  margin: 2rem auto;
  box-shadow: 0 0 0 1px #fff3, 0 2px 40px #1833fe26;
}

.image-7 {
  border-radius: 20px;
  width: 100%;
}

.case-study-details-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 2fr 1fr;
  grid-auto-columns: 1fr;
  padding: 1.5rem;
  display: grid;
}

.services-section-2 {
  width: 100%;
  padding-top: 140px;
  padding-bottom: 70px;
  position: relative;
}

.services-section-2._2 {
  border-top: 1px solid #0003;
  padding-top: 70px;
  padding-bottom: 140px;
}

.services-grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 4rem;
}

.services-grid-box-2 {
  background-color: #fff;
  border-radius: 4px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: .75rem;
  display: flex;
}

.services-grid-box-2._2 {
  background-color: var(--colors--main-color);
  background-image: linear-gradient(180deg, var(--colors--main-color), var(--colors--secondary));
  padding: 1.2rem 0 0 1.2rem;
}

.services-grid-box-2._3 {
  background-color: var(--colors--main-color);
  padding: .75rem;
}

.services-grid-box-2._4 {
  background-color: #002dff;
  padding-bottom: 1.5rem;
}

.inner-services-wrapper {
  padding-left: .5rem;
  padding-right: .5rem;
}

.inner-services-wrapper._2 {
  padding-bottom: 1rem;
  padding-left: .75rem;
  padding-right: .75rem;
}

.image-8 {
  object-fit: cover;
  object-position: 50% 100%;
  border-top-left-radius: 4px;
  width: 100%;
  height: 15.8rem;
}

.image-8._2 {
  height: 10.4rem;
}

.image-8._3 {
  filter: saturate(200%);
  object-position: 50% 50%;
  border-radius: 4px;
  height: 15.7rem;
}

.case-study-desc {
  color: #ffffffd4;
  letter-spacing: -.25px;
  font-weight: 300;
  line-height: 1.25;
}

.case-study-desc._2 {
  color: #ffffffd4;
  font-size: 18px;
  font-weight: 400;
}

.testimonials-section {
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
  position: relative;
}

.testimonials-wrapper {
  background-image: linear-gradient(#1833fe1a, #f859361a);
  border-radius: 16px;
  width: 100%;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.testimonials-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  display: grid;
}

.testimonials-grid-box {
  border-left: 1px solid var(--colors--secondary);
  height: 100%;
  box-shadow: none;
  background-color: #fff0;
  background-image: linear-gradient(90deg, #1f2ff317, #0000 29%);
  border-radius: 2px;
  padding: 3rem;
}

.testimonial-paragraph {
  color: #fff;
  letter-spacing: -.5px;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.33;
}

.testimonial-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.testimonial-img {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 5px;
  width: 3rem;
  box-shadow: 0 4px 11px #0003;
}

.testimonial-name {
  color: #c3deff;
  letter-spacing: -.3px;
  font-size: 18px;
  font-weight: 400;
}

.testimonial-poisition {
  color: #fff;
  font-weight: 300;
}

.inner-container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.video {
  border-radius: 16px;
  overflow: hidden;
}

.case-study-h3 {
  color: #fff;
  letter-spacing: -.5px;
  margin-top: 0;
  font-weight: 400;
  line-height: 1.22;
}

.case-study-details-box._2 {
  max-width: 30rem;
}

.case-study-details-box._3 {
  max-width: 35rem;
  margin-left: auto;
}

.case-study-details-box._3._4 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 30rem;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.case-study-label {
  color: #ffffff8c;
}

.case-study-label._2 {
  margin-top: 1rem;
}

.case-study-labels-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.background-video {
  position: absolute;
}

.problem-section {
  padding-top: 100px;
  padding-bottom: 140px;
  position: relative;
}

.problem-section._3 {
  border-bottom: 1px solid #00000026;
}

.problem-section-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  display: grid;
}

.problem-section-grid-box {
  background-color: #fff;
  background-image: linear-gradient(#fff, #fff 50%, #ffb9b969);
  border-radius: 4px;
  padding: 2rem;
}

.problem-section-grid-box._2 {
  transform: translate(0, 3rem);
}

.problem-paragraph {
  margin-top: 2rem;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.45;
}

.problem-paragraph.contrast {
  color: #ffffffd9;
}

.problem-paragraph.contrast._2 {
  margin-top: .8rem;
}

.problem-paragraph.contrast._2._3 {
  margin-bottom: 2rem;
}

.problem-paragraph.contrast._2._5 {
  color: #ffffffba;
}

.problem-paragraph.contrast._6 {
  margin-top: .5rem;
}

.problem-paragraph.contrast._6._7 {
  margin-bottom: 2rem;
}

.problem-paragraph.contrast._6._7._88 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
}

.problem-paragraph._2 {
  color: #000000ba;
  margin-top: 1rem;
  font-size: 16px;
  font-weight: 300;
}

.problem-h3 {
  color: #680606;
  letter-spacing: -.35px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.main-span {
  background-color: var(--colors--secondary);
  color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 45px;
}

.main-span._2 {
  background-color: #f06060;
}

.main-span._3 {
  font-size: 20px;
  transform: rotate(0);
}

.main-span._4 {
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: 42px;
}

.case-study-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  background-image: url('../images/ctabgggggg.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.35fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding: 2rem;
  display: grid;
}

.case-study-grid-box {
  height: 100%;
}

.star-icon {
  filter: brightness(200%);
  width: 1.8rem;
}

.star-icons-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  margin-bottom: 2rem;
  display: flex;
}

.div-block-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.image-9 {
  object-fit: cover;
  border-radius: 4px;
  height: 100%;
}

.text-span-2 {
  background-color: var(--colors--secondary);
  color: #fff;
}

.problem-icon {
  width: 3rem;
  height: 3rem;
}

.problem-icon-wrapper {
  background-color: #f0606000;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  min-width: 3rem;
  height: 2.5rem;
  min-height: 3rem;
  display: inline-flex;
}

.problem-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-me-section {
  background-color: var(--colors--main-color);
  background-image: url('../images/portfoliobglazarovskis.svg'), linear-gradient(302deg, #1f2ff359, var(--colors--main-color) 58%, #1f2ff359), linear-gradient(180deg, #010103fa, #010302fc), url('../images/7122338_lightning_bolt_icon.svg');
  background-position: 50%, 0 0, 0 0, 0 0;
  background-size: cover, auto, auto, 26px;
  border-bottom: 1px solid #ffffff26;
  padding-top: 140px;
  position: relative;
}

.about-grid {
  z-index: 15;
  grid-column-gap: 4.8rem;
  grid-row-gap: 4.8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-bottom: 70px;
  display: grid;
  position: relative;
}

.text-block-2 {
  text-align: center;
  margin-top: 7rem;
  line-height: 1.5;
}

.text-block-2._2 {
  margin-top: .2rem;
  transform: rotate(3deg);
}

.text-block-2._3 {
  transform: rotate(-2deg);
}

.center-line {
  background-color: #ce69693b;
  width: 1px;
  height: 10rem;
  margin: 2rem auto;
}

.web-problem-grid {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.recent-projects-section {
  background-color: #01030200;
  background-image: none;
  border-top: 1px solid #fff3;
  padding-top: 70px;
  padding-bottom: 140px;
  position: relative;
}

.image-10 {
  border: 10px solid #ffffff26;
  border-radius: 6px;
}

.image-10.contrast {
  border-color: #00000026;
}

.image-10._3 {
  object-fit: cover;
  height: 30.4rem;
}

.image-11 {
  border-radius: 4px;
}

.calculator-section {
  background-image: url('../images/bgblvck.svg');
  background-position: 50%;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
}

.calc-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.spots-left {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #ffffff0d;
  border: 1px solid #ffffff1a;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem 2rem;
  display: flex;
}

.spots-left-line-wrapper {
  background-color: #ffffff1a;
  border-radius: 20px;
  width: 150px;
  max-width: 150px;
  height: 6px;
}

.spots-left-line {
  background-color: var(--colors--secondary);
  border-radius: 20px;
  width: 100px;
  max-width: 100px;
  height: 100%;
  box-shadow: 0 0 20px #1a27c9;
}

.spotslabel {
  color: #ffffff8c;
  font-size: 15px;
  font-weight: 300;
}

.text-span-3 {
  color: #fff;
  text-shadow: 0 1px 11px #fff3;
  font-weight: 600;
}

.form {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.text-field-2 {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: #ccc;
  background-color: #ffffff0d;
  border: 1px solid #1a27c940;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 300px;
  height: 50px;
  min-height: 100%;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 1.25rem;
}

.social-proof-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border-top: 1px solid #fff3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  padding-top: 2rem;
  display: grid;
}

.proof-label-1 {
  color: #fff;
  font-size: 32px;
  line-height: 1.2;
}

.proof-label-2 {
  color: #b9b9b9;
  font-weight: 300;
}

.image-12 {
  max-width: 35rem;
}

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

.desktop {
  display: block;
}

.mobile {
  display: none;
}

.process-lines-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  margin-top: 4rem;
  display: grid;
  position: relative;
}

.process-number-box {
  border: 1px solid var(--colors--secondary);
  background-color: #fff;
  border-radius: 1233px;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  box-shadow: 0 0 0 6px #1f2ff30d;
}

.process-number {
  color: var(--colors--secondary);
  font-size: 24px;
}

.process-line {
  background-color: var(--colors--secondary);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 32px 0% auto;
}

.process-wrapper-box {
  text-align: center;
}

.process-h3 {
  letter-spacing: -.6px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

.label-wrapper {
  color: var(--colors--secondary);
  background-color: #1f2ff30d;
  border: 1px solid #1f2ff31a;
  border-radius: 123px;
  margin-top: 1rem;
  padding: .3rem .6rem;
  display: inline-flex;
}

.about-row {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #ffffff0d;
  border: 1px solid #1f2ff31a;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
  padding: .75rem 1rem;
  display: flex;
}

.case-study-hero {
  background-color: var(--colors--main-color);
  background-image: url('../images/ctabgggggg.svg');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  margin-top: -94px;
  padding-top: 94px;
  display: flex;
  position: relative;
}

.case-study-hero-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.case-study-h1 {
  color: #fff;
  letter-spacing: -2px;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.3;
}

.text-block-3 {
  color: #bbb;
  margin-bottom: 1.5rem;
  font-size: 20px;
  line-height: 1.35;
}

.text-block-3.contrast {
  color: #000000bf;
  letter-spacing: -.3px;
  margin-bottom: .5rem;
  font-size: 18px;
  font-weight: 300;
}

.text-block-3.contrast.review {
  border-left: 2px solid var(--colors--secondary);
  color: #000;
  padding-left: .7rem;
  font-size: 20px;
}

.link-3 {
  color: #ffffff8a;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  transition: all .3s;
}

.link-3:hover {
  color: var(--colors--secondary);
}

.case-study-details {
  border-bottom: 1px solid #0003;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.case-study-details-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.5fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.case-study-details-grid-box._1 {
  background-color: var(--colors--main-color);
  background-image: url('../images/portfoliobglazarovskis.svg');
  background-position: 100% 0;
  background-size: auto;
  height: auto;
  padding: 1.5rem;
  position: sticky;
  top: 7rem;
}

.case-study-details-grid-box._2 {
  padding-left: 4rem;
}

.about-h3 {
  color: #fff;
  letter-spacing: -.3px;
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

.about-paragraph {
  color: #a3a3a3;
  letter-spacing: -.25px;
}

.about-paragraph._2 {
  color: #d1d1d1;
  background-color: #ffffff1c;
  border: 1px solid #464646;
  border-radius: 20px;
  margin-bottom: 0;
  padding: .5rem 1rem;
  line-height: 1;
  display: inline-flex;
}

.line-divider {
  background-color: #ffffff1a;
  width: 100%;
  height: 1px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.line-divider.contrast {
  background-color: #0003;
}

.div-block-5 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  display: flex;
}

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

.project-desc-h3 {
  color: var(--colors--main-color);
  letter-spacing: -.7px;
  margin-bottom: 1rem;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
}

.project-h2 {
  color: var(--colors--main-color);
  letter-spacing: -1.5px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.3;
}

@media screen and (max-width: 991px) {
  .nav-wrapper {
    justify-content: space-between;
    place-items: center stretch;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

  .nav-menu {
    background-color: #fff;
    border: 1px solid #00000026;
    border-radius: 20px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px;
    inset: 0% 0% auto;
  }

  .nav-link {
    padding: 14px;
  }

  .cta-button.inline-flex.mobile {
    display: flex;
  }

  .cta-button.inline-flex.desktop {
    display: none;
  }

  .hero-section {
    margin-top: -86px;
  }

  .hero-grid {
    flex-flow: column;
    grid-template-columns: 1.25fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-grid-block._2 {
    margin-top: 60px;
  }

  .h1.homeh1 {
    letter-spacing: -3px;
    font-size: 55px;
  }

  .vertical-line-decor.right, .vertical-line-decor.left-side-decor {
    display: none;
  }

  .services-section {
    padding-top: 60px;
  }

  .hero-section-div {
    padding-bottom: 60px;
  }

  .work-section {
    padding-top: 60px;
  }

  .main-h2 {
    font-size: 32px;
  }

  .main-h2.contrast._6 {
    font-size: 3rem;
  }

  .main-h2._3 {
    letter-spacing: -1px;
  }

  .right-side._3 {
    max-width: 420px;
  }

  .horizontal-line-decor {
    display: none;
  }

  .work-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    display: flex;
  }

  .work-image-preview {
    height: 100%;
  }

  .work-image-preview._4 {
    max-height: 500px;
  }

  .work-h3 {
    font-size: 22px;
  }

  .footer-logo-container {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-text {
    font-size: 56px;
  }

  .pricing-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pricing-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .services-grid-box {
    padding: 40px 30px 20px;
  }

  .services-h3 {
    font-size: 22px;
  }

  .inner-section-cta-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .faq-inner-wrapper.footer-logo-container._3 {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .menu-button {
    background-color: #c8c8c800;
    padding: 15px;
  }

  .menu-button.w--open {
    background-color: var(--colors--main-color);
  }

  .services-section-2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .services-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .problem-section._2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .problem-section._3 {
    padding-bottom: 70px;
  }

  .problem-section-grid {
    flex-flow: column;
    display: flex;
  }

  .problem-section-grid-box._2 {
    transform: none;
  }

  .main-span._2 {
    letter-spacing: -1px;
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 28px;
  }

  .case-study-grid {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .about-me-section {
    padding-top: 70px;
  }

  .about-grid {
    flex-flow: column;
    display: flex;
  }

  .web-problem-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column-reverse;
    display: flex;
  }

  .recent-projects-section {
    padding-bottom: 20px;
  }

  .calc-grid {
    flex-flow: column;
    display: flex;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .process-lines-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .case-study-hero {
    height: 100%;
    padding-top: 194px;
    padding-bottom: 90px;
  }

  .case-study-hero-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    display: flex;
  }

  .case-study-details {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .case-study-details-grid {
    flex-flow: column;
    display: flex;
  }

  .case-study-details-grid-box._2 {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .pre-nav {
    flex-flow: column;
  }

  .pre-nav-content {
    text-align: center;
    margin-bottom: 3px;
  }

  .nav-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-section {
    height: 100%;
  }

  .h1.homeh1 {
    letter-spacing: -1.5px;
    font-size: 37px;
  }

  .image-2 {
    width: 31px;
  }

  .person-info-box {
    left: 0;
  }

  .person-info-box._3 {
    right: 0;
  }

  .services-section {
    margin-left: 10px;
    margin-right: 10px;
  }

  .headings-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .main-h2.contrast._2 {
    font-size: 32px;
  }

  .main-h2.contrast._4 {
    font-size: 30px;
  }

  .main-h2.contrast._6 {
    font-size: 2rem;
  }

  .right-side._3 {
    text-align: left;
    max-width: 100%;
  }

  .section-description.cta-desc {
    font-size: 16px;
  }

  .cta-button-wrapper {
    text-align: left;
  }

  .work-grid {
    display: flex;
  }

  .work-image-preview {
    height: 350px;
  }

  .work-image-preview._2 {
    height: 100%;
  }

  .footer-text {
    font-size: 51px;
  }

  .footer-grid, .pricing-grid, .faq-grid, .services-grid {
    grid-template-columns: 1fr;
  }

  .services-grid-box {
    border-width: 0;
  }

  .services-grid-box._2 {
    border: 0 solid #000;
  }

  .glow-line-service {
    display: none;
  }

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

  .table-grid-box {
    padding: 20px;
  }

  .table-info-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .services-grid-2 {
    grid-template-columns: 1fr;
  }

  .image-8 {
    height: 25rem;
  }

  .main-span._4 {
    font-size: 28px;
  }

  .image-9, .image-10._3 {
    height: 100%;
  }

  .spots-left {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .form {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .text-field-2 {
    text-align: center;
  }

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

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

  .process-lines-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .process-number-box {
    margin-left: 0;
  }

  .process-line {
    width: 1px;
    height: 100%;
    inset: 0% auto 0% 0%;
  }

  .process-wrapper-box {
    text-align: left;
    align-self: flex-start;
    padding-left: 2rem;
  }

  .case-study-h1 {
    font-size: 40px;
  }

  .text-block-3, .text-block-3.contrast {
    font-size: 16px;
  }

  .project-desc-h3 {
    font-size: 24px;
  }

  .project-h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 479px) {
  .h1.homeh1 {
    letter-spacing: -1px;
    font-size: 26px;
  }

  .image-2 {
    width: 29px;
  }

  .subheading-text {
    font-size: 13px;
  }

  .hero-desc._2 {
    font-size: 14px;
  }

  .cta-hero {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .cta-text-info, .image-4 {
    display: none;
  }

  .person-info-box {
    display: none;
    bottom: -25%;
  }

  .person-info-box._3 {
    padding: 10px;
    display: block;
  }

  .main-h2 {
    font-size: 30px;
  }

  .work-image-preview, .work-image-preview._2 {
    height: 100%;
  }

  .work-image-preview._4 {
    max-height: 250px;
  }

  .work-button-text._2.ww {
    text-align: center;
  }

  .footer-text {
    font-size: 46px;
  }

  .faq-question {
    justify-content: space-between;
    align-items: center;
  }

  .faq-question-text {
    font-size: 17px;
  }

  .faq-icon-wrapper {
    width: 27px;
    min-width: 27px;
    height: 27px;
    min-height: 27px;
  }

  .footer-links-wrapper {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero-tag {
    font-size: 13px;
    line-height: 1.1;
  }

  .hero-tag-desc {
    font-size: 11px;
  }

  .more-questions {
    padding: 22px;
  }

  .faq-inner-wrapper.footer-logo-container._3 {
    margin-left: 0;
    margin-right: 0;
  }

  .faq-question-left-side {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .table-grid-box {
    padding: 10px 10px 40px;
  }

  .table-grid-box._2 {
    padding-top: 40px;
  }

  .table-grid-box._5 {
    padding-bottom: 10px;
  }

  .pricing-table-price.contrast {
    font-size: 22px;
  }

  .image-8 {
    height: 20rem;
  }

  .testimonials-grid-box {
    padding: 1.25rem;
  }

  .testimonial-paragraph {
    font-size: 20px;
  }

  .testimonial-row {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .problem-paragraph.contrast {
    font-size: 16px;
  }

  .case-study-grid {
    padding: 1rem;
  }

  .image-9 {
    height: 100%;
  }

  .image-10.contrast, .image-10._3 {
    border-width: 5px;
  }

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

  .process-number-box {
    width: 3rem;
    height: 3rem;
  }

  .process-number {
    font-size: 18px;
  }

  .case-study-h1 {
    font-size: 32px;
  }
}

#w-node-fbafd450-ae9b-ce8c-e9e7-1d4dcbc2c6f1-49b910a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_195dbb55-6017-ed5a-cb2f-5c21ce09e0f1-49b910a6 {
  place-self: center;
}

#w-node-_9311560c-197b-da79-403a-25c2df4c7b62-49b910a6, #w-node-a5949b24-85ca-4708-054d-45e3d9f92fad-49b910a6, #w-node-_12e1d356-0e53-e933-598f-7f137aa15cf3-49b910a6, #w-node-e042552d-d591-a276-ffa5-16b50a24cda3-49b910a6 {
  place-self: stretch center;
}

#w-node-a37657f5-0641-8d0f-2b6c-996fb5ac858d-49b910a6 {
  place-self: center;
}

#w-node-_0348a505-7307-01e9-6b14-9093ca7684c0-49b910a6 {
  place-self: start stretch;
}

#w-node-_6c002de3-49fe-7fe3-dcfe-9e6c03af3e7f-03af3e7c {
  justify-self: start;
}

#w-node-_6c002de3-49fe-7fe3-dcfe-9e6c03af3e92-03af3e7c {
  justify-self: end;
}


