* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  line-height: 1.6;
  background-image: initial !important;
  background-position-x: initial !important;
  background-position-y: initial !important;
  background-size: initial !important;
  background-repeat: initial !important;
  background-attachment: initial !important;
  background-origin: initial !important;
  background-clip: initial !important;
  background-color: rgb(255, 255, 255) !important;
  color: rgb(12, 12, 12) !important;
  font-family: Inter, sans-serif !important;
}

a {
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  color: inherit;
}

.nav-links a {
  font-size: 15px;
  color: rgb(160, 160, 176);
  transition-behavior: normal;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: color;
}

.nav-links a:hover {
  color: rgb(255, 255, 255);
}

.nav-cta:hover {
  transform: translateY(-1px);
  box-shadow: rgba(124, 92, 252, 0.4) 0px 4px 20px;
}

section {
  padding: 100px 60px;
  max-width: 1200px;
  margin: 0px auto;
}

@media (max-width: 768px) {
  section {
  padding: 60px 24px;
  }
}

.hero {
  min-height: 90vh;
  display: flex;
  align-items: center;
  padding-top: 120px;
}

.hero-title {
  margin-bottom: 20px;
  font-size: 64px !important;
  font-weight: 600 !important;
  line-height: 77px !important;
  font-family: Inter, sans-serif !important;
  font-style: normal !important;
  color: rgb(12, 12, 12) !important;
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
  flex-basis: auto !important;
}

@media (max-width: 768px) {
  .hero-title {
  font-size: clamp(28px, 10vw, 48px);
  }
}

.hero-title span {
  background-image: linear-gradient(135deg, rgb(124, 92, 252), rgb(167, 139, 250), rgb(124, 92, 252));
  background-position-x: initial;
  background-position-y: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-color: initial;
  background-size: 200%;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: shimmer;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@keyframes shimmer {
  0%, 100% {
    background-position-x: 0%;
    background-position-y: center;
  }
  50% {
    background-position-x: 200%;
    background-position-y: center;
  }
}

.hero-desc {
  max-width: 560px;
  margin-bottom: 36px;
  font-family: Inter, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 24px !important;
  line-height: 1.4 !important;
  color: rgb(12, 12, 12) !important;
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
  flex-basis: auto !important;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: rgba(124, 92, 252, 0.35) 0px 8px 30px;
}

.btn-outline:hover {
  border-top-color: rgb(124, 92, 252);
  border-right-color: rgb(124, 92, 252);
  border-bottom-color: rgb(124, 92, 252);
  border-left-color: rgb(124, 92, 252);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(124, 92, 252, 0.1);
}

.service-card {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.03);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.06);
  border-right-color: rgba(255, 255, 255, 0.06);
  border-bottom-color: rgba(255, 255, 255, 0.06);
  border-left-color: rgba(255, 255, 255, 0.06);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  padding: 32px 28px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

.service-card:hover {
  border-top-color: rgba(124, 92, 252, 0.3);
  border-right-color: rgba(124, 92, 252, 0.3);
  border-bottom-color: rgba(124, 92, 252, 0.3);
  border-left-color: rgba(124, 92, 252, 0.3);
  transform: translateY(-4px);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(124, 92, 252, 0.05);
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 28px;
  column-gap: 28px;
  margin-top: 48px;
}

@media (max-width: 768px) {
  .projects-grid {
  grid-template-columns: 1fr;
  }
}

.project-card {
  padding: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  border-top-width: 3px !important;
  border-right-width: 3px !important;
  border-bottom-width: 3px !important;
  border-left-width: 3px !important;
  border-top-style: solid !important;
  border-right-style: solid !important;
  border-bottom-style: solid !important;
  border-left-style: solid !important;
  border-top-color: rgb(0, 0, 0) !important;
  border-right-color: rgb(0, 0, 0) !important;
  border-bottom-color: rgb(0, 0, 0) !important;
  border-left-color: rgb(0, 0, 0) !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
  background-image: initial !important;
  background-position-x: initial !important;
  background-position-y: initial !important;
  background-size: initial !important;
  background-repeat: initial !important;
  background-attachment: initial !important;
  background-origin: initial !important;
  background-clip: initial !important;
  background-color: rgb(255, 255, 255) !important;
}

.project-card:hover {
  border-top-color: rgba(124, 92, 252, 0.3);
  border-right-color: rgba(124, 92, 252, 0.3);
  border-bottom-color: rgba(124, 92, 252, 0.3);
  border-left-color: rgba(124, 92, 252, 0.3);
  transform: translateY(-4px);
}

.project-info {
  padding: 24px 28px;
}

.project-tag {
  display: inline-block;
  padding: 4px 12px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(124, 92, 252, 0.12);
  color: rgb(124, 92, 252);
  margin-bottom: 12px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 2px;
  background-image: linear-gradient(rgba(124, 92, 252, 0.5), transparent);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.timeline-item:last-child {
  padding-bottom: 0px;
}

.contact-info h3 {
  font-size: 28px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  margin-bottom: 12px;
}

.contact-info p {
  color: rgb(128, 128, 144);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 24px;
}

.contact-form input, .contact-form textarea {
  padding: 14px 18px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.04);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.08);
  border-right-color: rgba(255, 255, 255, 0.08);
  border-bottom-color: rgba(255, 255, 255, 0.08);
  border-left-color: rgba(255, 255, 255, 0.08);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  color: rgb(224, 224, 224);
  font-size: 15px;
  font-family: inherit;
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
  transition-behavior: normal;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: border-color;
}

.contact-form input:focus, .contact-form textarea:focus {
  border-top-color: rgb(124, 92, 252);
  border-right-color: rgb(124, 92, 252);
  border-bottom-color: rgb(124, 92, 252);
  border-left-color: rgb(124, 92, 252);
}

.contact-form textarea {
  min-height: 120px;
  resize: vertical;
}

.contact-form button {
  padding: 14px 32px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-image: linear-gradient(135deg, rgb(124, 92, 252), rgb(109, 40, 217));
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  color: rgb(255, 255, 255);
  font-weight: 600;
  font-size: 16px;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  cursor: pointer;
  transition-behavior: normal, normal;
  transition-duration: 0.2s, 0.2s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0s;
  transition-property: transform, box-shadow;
}

.contact-form button:hover {
  transform: translateY(-2px);
  box-shadow: rgba(124, 92, 252, 0.35) 0px 8px 30px;
}

.footer {
  padding: 40px 60px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.06);
  max-width: 1200px;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 20px;
}

@media (max-width: 768px) {
  .footer {
  flex-direction: column;
  text-align: center;
  padding: 24px;
  }
}

.footer-links a {
  color: rgb(128, 128, 144);
  font-size: 14px;
  transition-behavior: normal;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: color;
}

.footer-links a:hover {
  color: rgb(124, 92, 252);
}

.footer-copy {
  width: 287px !important;
  height: 34px !important;
  font-family: Inter, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 24px !important;
  line-height: 1.4 !important;
  color: rgb(12, 12, 12) !important;
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
  flex-basis: auto !important;
}

@media (max-width: 768px) {
  .nav-links a:not(.nav-cta) {
  display: none;
  }
}

.nav-right a {
  font-family: Inter, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 24px !important;
  color: rgb(12, 12, 12) !important;
}

@media (max-width: 768px) {
  .nav-right a {
  font-size: 18px;
  }
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(12, 12, 12);
  color: rgb(255, 255, 255);
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  cursor: pointer;
  transition-behavior: normal;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: opacity;
  padding: 18px 58px !important;
  box-shadow: rgba(0, 0, 0, 0.12) 3px 3px 12px !important;
}

@media (max-width: 768px) {
  .hero-btn {
  font-size: 18px;
  padding: 14px 28px;
  }
}

.hero-btn:hover {
  opacity: 0.85;
}

.hero-underline {
  width: 204px;
  height: 22px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 201, 240);
  margin-top: -8px;
  margin-left: 8px;
}

.section-arrow svg {
  width: 24px;
  height: 24px;
}

.service-card.pink {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 201, 240);
  border-top-width: 5px !important;
  border-right-width: 5px !important;
  border-bottom-width: 5px !important;
  border-left-width: 5px !important;
  border-top-style: solid !important;
  border-right-style: solid !important;
  border-bottom-style: solid !important;
  border-left-style: solid !important;
  border-top-color: rgb(243, 132, 212) !important;
  border-right-color: rgb(243, 132, 212) !important;
  border-bottom-color: rgb(243, 132, 212) !important;
  border-left-color: rgb(243, 132, 212) !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
  box-shadow: rgba(255, 201, 240, 0.13) 5px 5px 20px !important;
}

.service-card.yellow {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 230, 140);
  border-top-width: 5px !important;
  border-right-width: 5px !important;
  border-bottom-width: 5px !important;
  border-left-width: 5px !important;
  border-top-style: solid !important;
  border-right-style: solid !important;
  border-bottom-style: solid !important;
  border-left-style: solid !important;
  border-top-color: rgb(238, 205, 86) !important;
  border-right-color: rgb(238, 205, 86) !important;
  border-bottom-color: rgb(238, 205, 86) !important;
  border-left-color: rgb(238, 205, 86) !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
  box-shadow: rgba(255, 230, 140, 0.13) 5px 5px 20px !important;
}

.service-card.blue {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(157, 220, 255);
  border-top-width: 5px !important;
  border-right-width: 5px !important;
  border-bottom-width: 5px !important;
  border-left-width: 5px !important;
  border-top-style: solid !important;
  border-right-style: solid !important;
  border-bottom-style: solid !important;
  border-left-style: solid !important;
  border-top-color: rgb(90, 181, 232) !important;
  border-right-color: rgb(90, 181, 232) !important;
  border-bottom-color: rgb(90, 181, 232) !important;
  border-left-color: rgb(90, 181, 232) !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
  box-shadow: rgba(157, 220, 255, 0.15) 5px 5px 20px !important;
}

.service-title {
  margin-bottom: 16px;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
  font-family: Inter, sans-serif !important;
  font-style: normal !important;
  color: rgb(0, 0, 0) !important;
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
  flex-basis: auto !important;
}

.project-image.dark {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

.project-title {
  font-family: Handlee, cursive !important;
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  border-top-width: 0.5px !important;
  border-right-width: 0.5px !important;
  border-bottom-width: 0.5px !important;
  border-left-width: 0.5px !important;
  border-top-style: solid !important;
  border-right-style: solid !important;
  border-bottom-style: solid !important;
  border-left-style: solid !important;
  border-top-color: rgb(12, 12, 12) !important;
  border-right-color: rgb(12, 12, 12) !important;
  border-bottom-color: rgb(12, 12, 12) !important;
  border-left-color: rgb(12, 12, 12) !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
  color: rgb(12, 12, 12) !important;
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
  flex-basis: auto !important;
}

.project-tag-arrow svg {
  width: 20px;
  height: 20px;
}

.contact-label {
  font-family: Handlee, cursive;
  font-size: 32px;
  color: rgb(12, 12, 12);
  margin-bottom: 4px;
  display: block;
}

.contact-value:focus {
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
  border-top-color: rgb(255, 201, 240);
  border-right-color: rgb(255, 201, 240);
  border-bottom-color: rgb(255, 201, 240);
  border-left-color: rgb(255, 201, 240);
}

textarea.contact-value {
  min-height: 80px;
  resize: vertical;
}

.contact-submit:hover {
  opacity: 0.85;
}

.nav-icon svg {
  width: 49px;
  height: 49px;
}

.nav-right a:hover {
  opacity: 0.6;
}

.hero-left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  max-width: 580px;
}

.hero-illustration {
  position: relative;
  margin-bottom: 12px;
  margin-left: -50px;
}

@media (max-width: 900px) {
  .hero-illustration {
  margin-left: 0px;
  }
}

.hero-arrow svg {
  width: 87px;
  height: 66px;
}

.hero-greeting-tag span {
  font-family: Handlee, cursive;
  font-size: 32px;
  color: rgb(12, 12, 12);
}

.hero-right {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  max-width: 480px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 24px;
  column-gap: 24px;
  padding-top: 40px;
}

@media (max-width: 900px) {
  .hero-right {
  align-items: flex-start;
  text-align: left;
  max-width: 100%;
  }
}

.service-tag {
  position: absolute;
  top: 24px;
  right: 28px;
  padding: 6px 18px;
  font-family: Handlee, cursive;
  font-size: 32px;
  color: rgb(12, 12, 12);
  box-shadow: rgba(0, 0, 0, 0.08) 1px 1px 11.2px !important;
}

.service-tag.tag-blue {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(157, 220, 255);
}

.service-tag.tag-pink {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 201, 240);
}

.service-tag.tag-yellow {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 230, 140);
}

.service-illustration {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  justify-content: center;
  font-size: 72px;
  display: flex !important;
  align-items: flex-start !important;
  flex-direction: column !important;
  row-gap: 36px !important;
  column-gap: 36px !important;
  padding: 0px !important;
  margin: 80px 0px 0px 55px !important;
  height: auto !important;
}

.project-img {
  width: 100%;
  height: 318px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(248, 248, 248);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 8px;
}

.project-img.dark {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  font-size: 48px;
}

.project-tag-chip.tag-magenta {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(240, 113, 205);
  box-shadow: rgba(240, 113, 205, 0.3) 0px 2px 4px;
}

.project-tag-chip.tag-yellow {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(229, 193, 64);
  box-shadow: rgba(229, 193, 64, 0.3) 0px 2px 4px;
}

.project-tag-chip.tag-blue {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(90, 181, 232);
  box-shadow: rgba(90, 181, 232, 0.3) 0px 2px 4px;
}

.project-tag-chip.tag-green {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(124, 240, 114);
  box-shadow: rgba(124, 240, 114, 0.3) 0px 2px 4px;
}

.project-tag-chip span {
  font-family: Inter, sans-serif;
  font-size: 17.9px;
  font-weight: 500;
  color: rgb(255, 255, 255);
}

.exp-container {
  margin: 0px 55px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.04) 0px 2px 12px;
  padding: 40px;
}

.exp-num-box {
  width: 95px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

.exp-num-box.num-yellow {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 230, 140);
  border-top-width: 2px !important;
  border-right-width: 2px !important;
  border-bottom-width: 2px !important;
  border-left-width: 2px !important;
  border-top-style: solid !important;
  border-right-style: solid !important;
  border-bottom-style: solid !important;
  border-left-style: solid !important;
  border-top-color: rgb(238, 205, 86) !important;
  border-right-color: rgb(238, 205, 86) !important;
  border-bottom-color: rgb(238, 205, 86) !important;
  border-left-color: rgb(238, 205, 86) !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
}

.exp-num-box.num-blue {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(157, 220, 255);
  border-top-width: 2px !important;
  border-right-width: 2px !important;
  border-bottom-width: 2px !important;
  border-left-width: 2px !important;
  border-top-style: solid !important;
  border-right-style: solid !important;
  border-bottom-style: solid !important;
  border-left-style: solid !important;
  border-top-color: rgb(90, 181, 232) !important;
  border-right-color: rgb(90, 181, 232) !important;
  border-bottom-color: rgb(90, 181, 232) !important;
  border-left-color: rgb(90, 181, 232) !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
}

.exp-num-box.num-pink {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 201, 240);
  border-top-width: 2px !important;
  border-right-width: 2px !important;
  border-bottom-width: 2px !important;
  border-left-width: 2px !important;
  border-top-style: solid !important;
  border-right-style: solid !important;
  border-bottom-style: solid !important;
  border-left-style: solid !important;
  border-top-color: rgb(243, 132, 212) !important;
  border-right-color: rgb(243, 132, 212) !important;
  border-bottom-color: rgb(243, 132, 212) !important;
  border-left-color: rgb(243, 132, 212) !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
}

.exp-num {
  color: rgb(0, 0, 0);
  font-family: Handlee, cursive !important;
  font-style: normal !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  border-top-width: 1px !important;
  border-right-width: 1px !important;
  border-bottom-width: 1px !important;
  border-left-width: 1px !important;
  border-top-style: solid !important;
  border-right-style: solid !important;
  border-bottom-style: solid !important;
  border-left-style: solid !important;
  border-top-color: rgb(0, 0, 0) !important;
  border-right-color: rgb(0, 0, 0) !important;
  border-bottom-color: rgb(0, 0, 0) !important;
  border-left-color: rgb(0, 0, 0) !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
}

.exp-role {
  font-family: Inter, sans-serif;
  margin-bottom: 4px;
  font-weight: 400 !important;
  font-size: 24px !important;
  line-height: 1.4 !important;
  color: rgb(12, 12, 12) !important;
}

.exp-desc {
  font-family: Inter, sans-serif;
  margin-bottom: 6px;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  color: rgb(12, 12, 12) !important;
}

.exp-date {
  font-family: Inter, sans-serif;
  color: rgb(112, 111, 111) !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
}

.contact-field-label {
  padding: 6px 18px;
  font-family: Handlee, cursive;
  font-size: 32px;
  color: rgb(12, 12, 12);
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 8px;
}

.contact-field-label.label-pink {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 201, 240);
  border-left-width: 2px !important;
  border-left-style: solid !important;
  border-left-color: rgb(0, 0, 0) !important;
}

.contact-field-label.label-yellow {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 230, 140);
  border-left-width: 2px !important;
  border-left-style: solid !important;
  border-left-color: rgb(0, 0, 0) !important;
}

.contact-field-label.label-blue {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(157, 220, 255);
  border-left-width: 2px !important;
  border-left-style: solid !important;
  border-left-color: rgb(0, 0, 0) !important;
}

.contact-field-value {
  color: rgb(12, 12, 12);
  border-top-width: medium;
  border-right-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: rgb(221, 221, 221);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  padding: 6px 12px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
  font-family: Handlee, cursive !important;
  font-style: normal !important;
  font-size: 28px !important;
  font-weight: 400 !important;
}

.contact-field-value:focus {
  border-top-color: rgb(255, 201, 240);
  border-right-color: rgb(255, 201, 240);
  border-bottom-color: rgb(255, 201, 240);
  border-left-color: rgb(255, 201, 240);
}

textarea.contact-field-value {
  resize: vertical;
  min-height: 60px;
}

.contact-btn {
  align-self: flex-end;
  display: inline-flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
  padding: 16px 48px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  cursor: pointer;
  transition-behavior: normal;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: opacity;
  background-color: rgb(12, 12, 12);
  color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.12) 3px 3px 12px !important;
}

.contact-btn:hover {
  opacity: 0.85;
}

.footer-logo-icon svg {
  width: 49px;
  height: 49px;
  display: block;
}

.footer-logo-text {
  color: rgb(12, 12, 12);
  font-family: Handlee, cursive !important;
  font-style: normal !important;
  font-size: 36px !important;
  line-height: 48px !important;
}

.footer-social {
  display: flex;
  row-gap: 77px !important;
  column-gap: 77px !important;
}

.footer-social-link {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(12, 12, 12);
  padding: 0px !important;
  height: 43px !important;
  box-shadow: rgba(0, 0, 0, 0.08) 1px 1px 11.2px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.footer-social-link span {
  color: rgb(255, 255, 255);
  padding: 6px 18px;
  display: block;
  font-family: Handlee, cursive !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 32px !important;
  line-height: 43px !important;
  text-align: center !important;
  border-top-width: 0.5px !important;
  border-right-width: 0.5px !important;
  border-bottom-width: 0.5px !important;
  border-left-width: 0.5px !important;
  border-top-style: solid !important;
  border-right-style: solid !important;
  border-bottom-style: solid !important;
  border-left-style: solid !important;
  border-top-color: rgb(255, 255, 255) !important;
  border-right-color: rgb(255, 255, 255) !important;
  border-bottom-color: rgb(255, 255, 255) !important;
  border-left-color: rgb(255, 255, 255) !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
  flex-shrink: 0 !important;
  flex-basis: auto !important;
  order: 0 !important;
  flex-grow: 0 !important;
}

@media (max-width: 900px) {
  .section-label-row, .section-subtitle {
  margin-left: 24px;
  }
}

@media (max-width: 900px) {
  .services-grid, .projects-grid, .exp-container {
  margin: 0px 12px;
  }
}

.page-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 145px;
  column-gap: 145px;
  padding-top: 174px;
  padding-bottom: 60px;
}

@media (max-width: 900px) {
  .page-content {
  row-gap: 80px;
  column-gap: 80px;
  padding-top: 120px;
  padding-left: 16px;
  padding-right: 16px;
  }
}

.sec1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 110px;
  column-gap: 110px;
}

.hero-hand {
  font-size: 45px;
  padding: 12px 16px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(217, 217, 217);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  transform: rotate(-5.18deg);
}

.hero-arrow-svg {
  width: 78px;
  height: 46px;
  margin-left: -10px;
  transform: rotate(-16.79deg);
}

.hero-znisa-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  width: 65px;
  height: 43px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 201, 240);
  color: rgb(12, 12, 12);
  box-shadow: rgba(0, 0, 0, 0.08) 1px 1px 11.2px;
  transform: rotate(-5.18deg);
  margin-left: 0px;
  font-family: Handlee, cursive !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 32px !important;
  line-height: 43px !important;
  text-align: center !important;
  flex-shrink: 0 !important;
  flex-basis: auto !important;
  border-top-width: 0.5px !important;
  border-right-width: 0.5px !important;
  border-bottom-width: 0.5px !important;
  border-left-width: 0.5px !important;
  border-top-style: solid !important;
  border-right-style: solid !important;
  border-bottom-style: solid !important;
  border-left-style: solid !important;
  border-top-color: rgb(12, 12, 12) !important;
  border-right-color: rgb(12, 12, 12) !important;
  border-bottom-color: rgb(12, 12, 12) !important;
  border-left-color: rgb(12, 12, 12) !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
  order: 0 !important;
  flex-grow: 0 !important;
}

.hero-heading-wrap {
  position: relative;
  margin-top: 6px;
}

.hero-btn span {
  color: rgb(255, 255, 255);
  font-size: 24px !important;
  font-weight: 600 !important;
  order: 0 !important;
  flex-grow: 0 !important;
  font-family: Inter, sans-serif !important;
  font-style: normal !important;
}

.sec-label-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 10px;
  column-gap: 10px;
  position: relative;
}

.sec-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 201, 240);
  box-shadow: rgba(0, 0, 0, 0.08) 1px 1px 11.2px !important;
}

.sec-tag span {
  color: rgb(12, 12, 12);
  padding: 6px 22px;
  font-family: Handlee, cursive !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 32px !important;
  line-height: 43px !important;
  text-align: center !important;
  flex-shrink: 0 !important;
  flex-basis: auto !important;
  border-top-width: 0.5px !important;
  border-right-width: 0.5px !important;
  border-bottom-width: 0.5px !important;
  border-left-width: 0.5px !important;
  border-top-style: solid !important;
  border-right-style: solid !important;
  border-bottom-style: solid !important;
  border-left-style: solid !important;
  border-top-color: rgb(12, 12, 12) !important;
  border-right-color: rgb(12, 12, 12) !important;
  border-bottom-color: rgb(12, 12, 12) !important;
  border-left-color: rgb(12, 12, 12) !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
  order: 0 !important;
  flex-grow: 0 !important;
}

.sec-tag-arrow {
  position: absolute;
  left: 0px;
  top: 57px;
  width: 78px;
  height: 46px;
}

.services-row {
  display: flex;
  flex-direction: row;
  row-gap: 0px;
  column-gap: 0px;
  position: relative;
  width: 1244px;
  margin-top: 30px;
}

@media (max-width: 900px) {
  .services-row {
  flex-direction: column;
  width: 100%;
  }
}

.service-illustration .emoji {
  font-size: 60px !important;
}

.service-tag span {
  color: rgb(12, 12, 12);
  padding: 6px 18px;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  font-family: Handlee, cursive !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 32px !important;
  line-height: 43px !important;
  text-align: center !important;
  flex-shrink: 0 !important;
  flex-basis: auto !important;
  border-top-width: 0.5px !important;
  border-right-width: 0.5px !important;
  border-bottom-width: 0.5px !important;
  border-left-width: 0.5px !important;
  border-top-style: solid !important;
  border-right-style: solid !important;
  border-bottom-style: solid !important;
  border-left-style: solid !important;
  border-top-color: rgb(12, 12, 12) !important;
  border-right-color: rgb(12, 12, 12) !important;
  border-bottom-color: rgb(12, 12, 12) !important;
  border-left-color: rgb(12, 12, 12) !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
  order: 0 !important;
  flex-grow: 0 !important;
}

.projects-section {
  display: flex;
  flex-direction: column;
  row-gap: 0px;
  column-gap: 0px;
  position: relative;
  width: 1139px;
}

.projects-label {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 10px;
  column-gap: 10px;
  margin-bottom: 20px;
}

.projects-label .sec-tag {
  width: 234px;
}

.projects-label .sec-tag-arrow {
  position: absolute;
  left: 165px;
  top: 28px;
  width: 78px;
  height: 46px;
}

.projects-subtitle {
  margin: 0px;
  font-family: Inter, sans-serif;
  color: rgb(12, 12, 12);
  padding: 0px;
  font-size: 24px !important;
  font-weight: 400 !important;
}

.project-tag .cursor-dot {
  width: 22px;
  height: 22px;
  border-top-width: 1.12px;
  border-right-width: 1.12px;
  border-bottom-width: 1.12px;
  border-left-width: 1.12px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(15, 15, 15);
  border-right-color: rgb(15, 15, 15);
  border-bottom-color: rgb(15, 15, 15);
  border-left-color: rgb(15, 15, 15);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 1.12px 2.24px;
  transform: rotate(-35deg);
  margin-bottom: -4px;
  margin-left: 8px;
}

.project-tag .tag-bubble {
  padding: 9px 22px 9px 18px;
  font-family: Inter, sans-serif;
  font-size: 17.9px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.tag-bubble.magenta {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(240, 114, 205);
  border-top-width: 2.24px;
  border-right-width: 2.24px;
  border-bottom-width: 2.24px;
  border-left-width: 2.24px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(219, 74, 144);
  border-right-color: rgb(219, 74, 144);
  border-bottom-color: rgb(219, 74, 144);
  border-left-color: rgb(219, 74, 144);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  box-shadow: rgba(247, 144, 9, 0.16) 4.48px 4.48px 11.19px;
}

.tag-bubble.yellow {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(229, 193, 65);
  border-top-width: 2.24px;
  border-right-width: 2.24px;
  border-bottom-width: 2.24px;
  border-left-width: 2.24px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(187, 156, 42);
  border-right-color: rgb(187, 156, 42);
  border-bottom-color: rgb(187, 156, 42);
  border-left-color: rgb(187, 156, 42);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  box-shadow: rgba(229, 193, 65, 0.16) 4.48px 4.48px 11.19px;
}

.tag-bubble.blue {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(90, 181, 232);
  border-top-width: 2.24px;
  border-right-width: 2.24px;
  border-bottom-width: 2.24px;
  border-left-width: 2.24px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(28, 106, 177);
  border-right-color: rgb(28, 106, 177);
  border-bottom-color: rgb(28, 106, 177);
  border-left-color: rgb(28, 106, 177);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  box-shadow: rgba(9, 33, 247, 0.16) 4.48px 4.48px 11.19px;
}

.tag-bubble.green {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(124, 240, 114);
  border-top-width: 2.24px;
  border-right-width: 2.24px;
  border-bottom-width: 2.24px;
  border-left-width: 2.24px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(78, 213, 67);
  border-right-color: rgb(78, 213, 67);
  border-bottom-color: rgb(78, 213, 67);
  border-left-color: rgb(78, 213, 67);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  box-shadow: rgba(9, 33, 247, 0.16) 4.48px 4.48px 11.19px;
}

.cursor-dot.dot-magenta {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(240, 114, 205);
}

.cursor-dot.dot-yellow {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(229, 193, 65);
}

.cursor-dot.dot-blue {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(90, 181, 232);
}

.cursor-dot.dot-green {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(124, 240, 114);
}

.exp-section {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 1179px;
}

.exp-label {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 10px;
  column-gap: 10px;
  margin-bottom: 20px;
}

.exp-label .sec-tag {
  width: 226px;
}

.exp-label .sec-tag-arrow {
  position: absolute;
  left: 164px;
  top: 28px;
  width: 78px;
  height: 46px;
}

.exp-subtitle {
  font-family: Inter, sans-serif;
  color: rgb(12, 12, 12);
  margin: 0px;
  font-size: 24px !important;
  font-weight: 400 !important;
}

.exp-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  row-gap: 37px;
  column-gap: 37px;
  padding: 0px;
  margin-bottom: 64px;
}

.exp-row:last-child {
  margin-bottom: 0px;
}

.exp-info {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
  column-gap: 6px;
}

.contact-section {
  width: 1440px;
  position: relative;
  padding-top: 50px;
  border-top-width: 3px !important;
  border-top-style: solid !important;
  border-top-color: rgb(0, 0, 0) !important;
}

@media (max-width: 900px) {
  .contact-section {
  width: 100%;
  }
}

.contact-label .sec-tag {
  width: 172px;
}

.contact-label .sec-tag-arrow {
  position: absolute;
  left: 164px;
  top: 28px;
  width: 78px;
  height: 46px;
}

.contact-subtitle {
  margin-left: 191px;
  font-family: Inter, sans-serif;
  color: rgb(12, 12, 12);
  font-size: 24px !important;
  font-weight: 400 !important;
}

.contact-form-area {
  display: flex;
  justify-content: flex-end;
  margin-top: 60px;
  margin-right: 177px;
}

@media (max-width: 900px) {
  .contact-form-area {
  margin-right: 16px;
  }
}

.contact-form-group {
  display: flex;
  flex-direction: column;
  row-gap: 56px;
  column-gap: 56px;
  width: 610px;
}

.contact-field-last {
  height: auto;
}

.contact-field-label span {
  color: rgb(12, 12, 12);
  border-top-width: 0.5px;
  border-right-width: 0.5px;
  border-bottom-width: 0.5px;
  border-left-width: 0.5px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(12, 12, 12);
  border-right-color: rgb(12, 12, 12);
  border-bottom-color: rgb(12, 12, 12);
  border-left-color: rgb(12, 12, 12);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  padding: 6px 18px;
  font-family: Handlee, cursive !important;
  font-style: normal !important;
  font-size: 32px !important;
  line-height: 43px !important;
  text-align: center !important;
  flex-shrink: 0 !important;
  flex-basis: auto !important;
  order: 0 !important;
  flex-grow: 0 !important;
}

.contact-field-line {
  position: absolute;
  left: 71px;
  bottom: 0px;
  width: 539px;
  height: 0px;
  transform: rotate(0.22deg);
  border-bottom-width: 2px !important;
  border-bottom-style: solid !important;
  border-bottom-color: rgb(0, 0, 0) !important;
}

.contact-btn span {
  font-size: 24px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  transform: rotate(1.29deg);
  order: 0 !important;
  flex-grow: 0 !important;
  font-family: Inter, sans-serif !important;
  font-style: normal !important;
}

.footer-left {
  display: flex;
  align-items: center;
  row-gap: 15px;
  column-gap: 15px;
}

.footer-logo-icon span {
  color: rgb(255, 255, 255);
  font-family: Handlee, cursive;
  font-size: 28px;
}

.footer-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 39px;
  column-gap: 39px;
}

.tag-bubble {
  font-size: 17.9px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
  order: 0 !important;
  font-family: Inter, sans-serif !important;
  font-style: normal !important;
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
  flex-basis: auto !important;
}

.exp-role, .exp-desc, .exp-date, .projects-subtitle, .exp-subtitle, .contact-subtitle {
  color: rgb(12, 12, 12) !important;
}

.footer-social-link:nth-child(1) {
  width: 123px;
}

.footer-social-link:nth-child(2) {
  width: 92px;
}

.footer-social-link:nth-child(3) {
  width: 126px;
}

.exp-role, .exp-desc, .exp-date {
  font-family: Inter, sans-serif !important;
  font-style: normal !important;
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
  flex-basis: auto !important;
}

.projects-subtitle, .exp-subtitle, .contact-subtitle {
  font-family: Inter, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 24px !important;
  line-height: 1.4 !important;
  color: rgb(12, 12, 12) !important;
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
  flex-basis: auto !important;
}