@font-face {
  font-family: Notosans Variablefont Wdth Wght;
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --gray-950: #121413;
  --paragraph--light: #7c655d;
  --paragraph--dark: #b99f97;
  --background--nav: #dedbd6;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--white: white;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray700: #344054;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--primary50: #f9f5ff;
  --untitled-ui--gray900: #101828;
  --untitled-ui--gray500: #667085;
  --black: black;
  --background--secondary: #f6f0ed;
  --interaction--hover: #484848;
  --untitled-ui--primary300: #d6bbfb;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #000;
  background-color: #f6f8f800;
  margin-top: 0;
  font-family: Notosans Variablefont Wdth Wght, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

h1 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Serif Text, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 80px;
}

h2 {
  color: #1b130a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Serif Text, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 68px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Serif Text, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 56px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Serif Text, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
}

h5 {
  color: var(--gray-950);
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Serif Text, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

p {
  color: var(--paragraph--light);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

a {
  background-color: #0000;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: inline-block;
}

.button-cta {
  color: var(--white);
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.p3 {
  font-size: 16px;
  line-height: 24px;
}

.project {
  grid-column-gap: 80px;
  background-color: var(--gray-950);
  cursor: pointer;
  border-bottom: 1px solid #fff3;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 0;
  display: flex;
}

.project:hover {
  background-color: #1a1a1a;
}

.p1 {
  color: var(--paragraph--light);
  font-size: 20px;
  line-height: 30px;
}

.p2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.text-dark {
  color: var(--paragraph--dark);
  margin-top: 0;
  font-size: 16px;
  line-height: 24px;
}

.service-content-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.service-cards {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #0000;
  border-radius: 32px;
  flex-direction: column;
  width: 420px;
  height: auto;
  display: flex;
  position: absolute;
}

.label {
  color: var(--paragraph--dark);
  border: 1px solid #0000;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}

.label-wrapper {
  border: 1px solid #fff3;
  border-radius: 20px;
  padding: 8px 16px;
}

.services-label {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.navbar {
  background-color: #41aaa9;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  height: 80px;
  display: flex;
  position: relative;
}

.brand {
  margin-top: -7px;
}

.nav-menu-wrapper {
  grid-column-gap: 32px;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.nav-menu {
  grid-column-gap: 40px;
  align-items: center;
  display: flex;
}

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

.navbar-container {
  z-index: 1;
  flex: 1;
  max-width: 1280px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.service-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--gray-950);
  border-radius: 32px;
  flex-direction: column;
  margin-left: 0;
  margin-right: 0;
  padding: 48px;
  display: flex;
}

.card-heading {
  color: var(--white);
  font-size: 48px;
  line-height: 52px;
}

.heading-1 {
  color: var(--gray-950);
  text-align: left;
  max-width: 520px;
}

.div-assets {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #cdcdcd;
  border-radius: 42px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 60px;
  display: flex;
}

.black {
  color: var(--gray-950);
}

.containtor-assets {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1000px;
  height: 800px;
  display: flex;
}

.color {
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  width: 200px;
  padding: 30px;
  display: flex;
}

.color.black {
  background-color: var(--gray-950);
}

.color.white {
  background-color: var(--white);
}

.color.text-light {
  background-color: var(--paragraph--light);
}

.color.text-dark {
  background-color: var(--paragraph--dark);
}

.color.yellow {
  background-color: var(--background--nav);
}

.body-2 {
  background-color: #ababab;
  justify-content: center;
  display: flex;
}

.paragraph-2 {
  color: #fff;
}

.paragraph-4 {
  color: #000;
}

.div-section-assets {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 900px;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.heading-2, .heading-3, .heading-4 {
  color: var(--gray-950);
}

.card-number {
  color: var(--paragraph--dark);
  font-family: DM Serif Text, sans-serif;
  font-size: 28px;
  line-height: 36px;
}

.classic-button {
  z-index: 20;
  color: #211e2e;
  letter-spacing: .15em;
  background-color: #d5f3e6;
  border: .0625rem solid #55a583;
  border-radius: .1875rem;
  justify-content: center;
  align-items: center;
  min-width: 16em;
  padding: 1.5em 1em;
  transition: border-color .2s, letter-spacing .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.classic-button:hover {
  color: #e5f5ee;
  letter-spacing: .25em;
  border-color: #307c5c;
}

.classic-button.is--dark {
  color: var(--white);
  background-color: #000;
  border-width: .03125rem;
  border-color: #000;
  border-radius: 50px;
  min-width: 10em;
  text-decoration: none;
}

.classic-button.is--dark:hover {
  color: #fff;
}

.classic-button.is--dark.hover {
  color: #fff;
  background-color: #000;
  border-style: none;
  border-radius: 50px;
  min-width: 10em;
}

.classic-button.is--dark.hover:hover {
  color: #000;
  background-color: #fff0;
  border-style: solid;
}

.heading-5 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: Notosans Variablefont Wdth Wght, sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}

.button-text {
  z-index: 5;
  text-transform: capitalize;
  font-size: .9em;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  position: relative;
}

.text-size-medium-2 {
  color: #36383f;
  margin-bottom: 0;
  font-size: 1rem;
}

.text-size-medium-2.text-weight-normal-400 {
  color: #ccc;
  letter-spacing: .1rem;
}

.text-size-medium-2.text-weight-normal-400.text-color-black {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-family: Notosans Variablefont Wdth Wght, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar_logo {
  width: 14.5rem;
}

.section-hero_home {
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  display: block;
  position: relative;
}

.padding-global {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
  position: relative;
}

.my-container {
  max-width: 1280px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.my-container.about-hero {
  background-image: none;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1280px;
  height: auto;
  display: block;
  position: relative;
}

.my-container.about-hero._2nd {
  object-fit: fill;
  height: auto;
  padding-top: 100px;
  display: flex;
  overflow: visible;
}

.section-padding {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.hero-section-grid {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: center;
  margin-left: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-text-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.hero-image-wrapper {
  display: block;
}

.hero-image {
  border-radius: 12px;
}

.about-hero {
  text-align: left;
  background-image: url('../images/Copy-of-Blue-Sarah-Brand-Presentation-for-Fiverr-1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: block;
  position: relative;
  overflow: visible;
}

.about-hero-image-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
}

.about-hero-txt {
  color: #fff;
  text-align: center;
  font-size: 32px;
  line-height: 1.2;
}

.about-goal-section {
  background-color: #5cb6b6;
  background-image: url('../images/2Rectangle.png');
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 561px;
  display: flex;
}

.new-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin-top: 0;
  display: flex;
}

.about-sub-txt {
  color: #fff;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 32px;
  line-height: 1.2;
}

.about-hero-img {
  vertical-align: baseline;
  max-width: 80%;
  height: auto;
  max-height: 80vh;
  margin: 20px;
  position: relative;
  overflow: clip;
}

.about-problem-section {
  background-color: #fff;
  background-image: url('../images/Rectanglebg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.grid {
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: center;
  align-self: auto;
  overflow: visible;
}

.problem-heading {
  color: #000;
  margin-bottom: 20px;
  font-family: Notosans Variablefont Wdth Wght, sans-serif;
  font-weight: 700;
  line-height: 1.5;
}

.grid-card-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 20px;
  display: flex;
}

.card-txt {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
}

.card-txt.solution {
  font-weight: 600;
}

.card-txt.benefit {
  height: 190px;
  font-weight: 400;
}

.card-headin {
  margin-top: 25px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}

.divider-line-green {
  background-color: #41aaa9;
  width: 60px;
  height: 3px;
  margin-top: 20px;
  font-size: 18px;
}

.div-block-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  right: auto;
}

.div-block-4 {
  overflow: hidden;
}

.max-width {
  width: 52.6rem;
  margin-left: auto;
  margin-right: auto;
}

.problem-max-width {
  width: 24.1rem;
}

.divider {
  background-color: #cccccc45;
  justify-content: center;
  align-items: center;
  width: 3px;
  height: 50%;
  margin: auto 0;
  padding-right: 0;
}

.divider.solution {
  height: 35%;
}

.solution-green {
  color: #41aaa9;
  margin-bottom: 20px;
  font-family: Notosans Variablefont Wdth Wght, sans-serif;
  font-weight: 700;
  line-height: 1.5;
}

.about-solution-section {
  background-color: #fff;
  background-image: url('../images/Rectanglebg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.solution-heading {
  color: #000;
  margin-bottom: 0;
  font-family: Notosans Variablefont Wdth Wght, sans-serif;
  font-weight: 700;
  line-height: 1.5;
}

.solution-img {
  width: 350px;
  height: 350px;
}

.solution-max-width {
  width: 24.1rem;
}

.about-feature-section {
  background-color: #fff;
  background-image: url('../images/Rectanglebg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

.feature-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-items: stretch;
  margin-top: 100px;
}

.grid-card {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.round-overlay {
  background-color: #41aaa97d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 165px;
  height: 165px;
  display: flex;
  position: relative;
}

.round-inner {
  background-color: #41aaa9;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  display: flex;
}

.absolute-round {
  background-color: #286c6a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 43px;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: auto 4% 6% auto;
}

.absolute-text {
  color: #fff;
}

.card-text-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span {
  color: #41aaa9;
}

.benefit-heading {
  color: #000;
  margin-bottom: 0;
  font-family: Notosans Variablefont Wdth Wght, sans-serif;
  font-weight: 700;
  line-height: 1.5;
}

.about-team-section {
  background-color: #fff;
  background-image: url('../images/Group.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.founder-heading {
  color: #000;
  margin-bottom: 0;
  font-family: Notosans Variablefont Wdth Wght, sans-serif;
  font-weight: 700;
  line-height: 1.5;
}

.team-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  overflow-wrap: normal;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) 200px 200px;
  grid-auto-columns: minmax(200px, 1fr);
  grid-auto-flow: row;
  align-self: auto;
  place-items: stretch stretch;
  display: grid;
  position: static;
}

.team-card {
  object-fit: fill;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.team-img-wrapper {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 159px;
  height: 159px;
  margin-bottom: 24px;
  display: flex;
  overflow: hidden;
}

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

.team-name, .team-line {
  text-align: center;
}

.logo-wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-self: center;
  align-items: center;
  display: none;
}

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

.grid-wrapper {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  place-items: start stretch;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.team-grid-small {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.grid-small-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 33px;
  font-family: Notosans Variablefont Wdth Wght, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
}

.small-team-img-wrapper {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 109px;
  height: 109px;
  display: flex;
}

.about-form {
  background-color: #fff;
  background-image: url('../images/Group.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.error-text {
  color: #e23939;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.success-text {
  font-weight: 600;
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: #41aaa9;
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-form-button-wrapper {
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

.uui-text-style-link {
  color: var(--untitled-ui--gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-form-checkbox-label {
  color: var(--untitled-ui--gray700);
  margin-bottom: 0;
  font-family: Notosans Variablefont Wdth Wght, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-form-checkbox-icon {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  cursor: pointer;
  border-radius: .375rem;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .75rem;
  transition: all .3s;
}

.uui-form-checkbox-icon:hover {
  border-color: var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary50);
}

.uui-form-checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary50);
  box-shadow: none;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .875rem .875rem;
  background-attachment: scroll;
  border-radius: .25rem;
}

.uui-form-checkbox-icon.w--redirected-focus {
  border-color: var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary50);
  box-shadow: 0 0 0 4px var(--untitled-ui--primary100);
  border-radius: .25rem;
}

.uui-form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.uui-form_input {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input:focus {
  color: var(--untitled-ui--gray900);
  border-color: #41aaa9;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #41aaa900;
}

.uui-form_input::placeholder {
  color: var(--untitled-ui--gray500);
}

.uui-form_input.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.uui-field-label {
  color: var(--black);
  margin-bottom: .5rem;
  font-family: Notosans Variablefont Wdth Wght, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-form-field-wrapper {
  position: relative;
}

.uui-contact01_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-contact01_component {
  flex-direction: column;
  align-items: stretch;
  width: 567px;
  margin: 3.9rem auto 0;
}

.uui-container-small {
  margin-left: auto;
  margin-right: auto;
}

.form-heading {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-family: Notosans Variablefont Wdth Wght, sans-serif;
  font-weight: 700;
  line-height: 1.5;
}

.div-block-6 {
  width: 50rem;
  position: relative;
}

.image {
  flex: 0 auto;
  align-self: auto;
}

.image-2, .image-3 {
  align-self: auto;
}

.body-3 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  overflow: visible;
}

.quick-stack {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  mix-blend-mode: normal;
  flex: 0 auto;
  order: 0;
  position: static;
}

.cell {
  flex-flow: column;
  display: flex;
}

.image-4 {
  display: block;
  position: static;
}

.image-5 {
  display: block;
}

.columns {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  flex: 0 auto;
  min-width: 500px;
  display: flex;
}

.div-block-7 {
  max-width: none;
}

.thumbs-wrapper {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template: ". Area"
  / .25fr .5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center;
  display: grid;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .5fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". Area"
  / .25fr .5fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.text-block {
  text-align: left;
}

.image-6, .image-7, .image-8 {
  margin-bottom: auto;
}

.div-block-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
  position: static;
}

.image-9 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex: 1;
  overflow: auto;
}

.body-4 {
  background-image: url('../images/Copy-of-Blue-Sarah-Brand-Presentation-for-Fiverr-1.jpg');
  background-position: 0 0;
  background-size: auto;
  margin-top: auto;
}

.text-field, .text-field-2 {
  width: 300px;
}

.form {
  text-align: center;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.field-label {
  text-align: center;
  width: 300px;
  font-size: 20px;
}

.form-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: fixed;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.submit-button {
  text-align: left;
}

.field-label-2 {
  text-align: center;
  font-size: 20px;
}

.div-block-11 {
  width: Infinity% ;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

@media screen and (max-width: 991px) {
  .project {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .p1 {
    min-width: 40%;
  }

  .navbar {
    background-color: #41aaa9;
    position: relative;
  }

  .menu-button {
    display: flex;
  }

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

  .nav-menu-wrapper {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #feffff;
    flex-direction: row;
    height: auto;
    padding-top: 4vh;
    padding-bottom: 4vh;
  }

  .nav-menu {
    grid-column-gap: 20px;
  }

  .navbar-container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .service-content {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: #121413f2;
  }

  .heading-1 {
    text-align: center;
  }

  .classic-button:hover {
    letter-spacing: .15em;
  }

  .heading-5 {
    text-align: center;
    font-size: 52px;
  }

  .text-size-medium-2.text-weight-normal-400.text-color-black {
    text-align: center;
  }

  .section-padding {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .hero-section-grid {
    grid-template-columns: 1fr;
  }

  .hero-text-wrapper {
    justify-content: center;
    align-items: center;
  }

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

  .about-goal-section {
    width: auto;
    height: 561px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .new-container {
    margin-top: 0;
  }

  .about-problem-section {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1.5fr;
    grid-template-areas: ". Area";
  }

  .max-width {
    width: 42.6rem;
  }

  .problem-max-width {
    width: auto;
  }

  .divider {
    display: none;
  }

  .about-solution-section {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .solution-max-width {
    width: auto;
  }

  .div-block-5 {
    display: inline-flex;
  }

  .about-feature-section {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .feature-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .about-team-section {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .team-grid {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .grid-wrapper {
    grid-column-gap: 47px;
    grid-row-gap: 47px;
    flex-flow: column;
  }

  .team-grid-small {
    align-content: center;
  }

  .about-form {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-6 {
    width: auto;
  }

  .div-block-7 {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .project {
    flex-direction: column-reverse;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .p1, .text-dark {
    font-size: 16px;
    line-height: 24px;
  }

  .services-label {
    display: none;
  }

  .navbar {
    background-color: #41aaa9;
    height: 88px;
  }

  .nav-menu-wrapper {
    -webkit-backdrop-filter: blur(80px);
    backdrop-filter: blur(80px);
    background-color: #41aaa96b;
    height: auto;
    padding-top: 4vh;
    padding-bottom: 4vh;
  }

  .navbar-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .service-content {
    color: #121413f2;
    margin-left: 16px;
    margin-right: 16px;
    padding: 40px;
  }

  .card-heading {
    font-size: 44px;
    line-height: 48px;
  }

  .heading-1 {
    font-size: 48px;
    line-height: 52px;
  }

  .heading-5 {
    font-size: 30px;
    line-height: 52px;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .text-size-medium-2.text-weight-normal-400.text-color-black {
    text-align: center;
  }

  .about-hero-image-wrapper {
    width: 80%;
  }

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

  .problem-heading {
    font-size: 45px;
  }

  .hero-text {
    text-align: center;
  }

  .max-width {
    width: auto;
  }

  .solution-green, .solution-heading, .benefit-heading, .founder-heading {
    font-size: 45px;
  }

  .team-grid, .team-grid-small {
    grid-template-columns: 1fr;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-contact01_component {
    width: auto;
    margin-top: 4rem;
  }

  .form-heading {
    font-size: 45px;
  }
}

@media screen and (max-width: 479px) {
  .service-cards {
    width: 100%;
  }

  .label-wrapper {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .services-label {
    flex-direction: column;
  }

  .brand {
    margin-top: -7px;
  }

  .nav-menu-wrapper {
    height: auto;
    padding-top: 3vh;
    padding-bottom: 3vh;
  }

  .heading-5 {
    font-weight: 400;
    line-height: 1.2;
  }

  .text-size-medium-2.text-weight-normal-400.text-color-black {
    text-align: center;
  }

  .navbar_logo.hide {
    display: none;
  }

  .section-hero_home {
    height: 100vh;
  }

  .my-container, .my-container.about-hero {
    height: auto;
  }

  .my-container.about-hero._2nd {
    padding-top: 0;
  }

  .section-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .hero-section-grid {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    position: static;
    transform: none;
  }

  .about-hero {
    flex-flow: wrap;
    height: 100vh;
    overflow: visible;
  }

  .about-hero-image-wrapper {
    box-sizing: border-box;
    object-fit: fill;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 100vh;
    min-height: 100vh;
    margin-bottom: 0;
    overflow: visible;
  }

  .about-goal-section {
    height: auto;
  }

  .about-hero-img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100vh;
    margin: 0;
    overflow: clip;
  }

  .about-problem-section {
    height: auto;
  }

  .grid {
    grid-template-columns: 1fr;
    grid-template-areas: ".";
    grid-auto-flow: row;
    place-items: center;
  }

  .problem-heading {
    text-align: center;
    font-size: 40px;
  }

  .grid-card-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .card-headin {
    text-align: center;
  }

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

  .solution-green {
    text-align: center;
    font-size: 40px;
  }

  .about-solution-section {
    height: auto;
  }

  .solution-heading {
    text-align: center;
    font-size: 40px;
  }

  .solution-img {
    width: auto;
    height: auto;
  }

  .bold-text {
    font-size: 27px;
  }

  .about-feature-section {
    height: auto;
  }

  .feature-grid {
    margin-top: 60px;
  }

  .grid-card {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-bottom: auto;
  }

  .benefit-heading {
    text-align: center;
    font-size: 40px;
  }

  .about-team-section {
    height: auto;
  }

  .founder-heading {
    text-align: center;
    font-size: 40px;
  }

  .team-card {
    transition: opacity .2s;
  }

  .grid-wrapper {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    grid-template-columns: 1fr;
    place-content: stretch center;
    margin-top: 60px;
  }

  .small-team-img-wrapper {
    margin-bottom: 20px;
  }

  .about-form {
    height: auto;
  }

  .uui-contact01_component {
    margin-top: 60px;
  }

  .uui-section_contact01 {
    align-self: auto;
  }

  .form-heading {
    text-align: center;
    flex-flow: column;
    flex: 0 auto;
    align-self: center;
    font-size: 40px;
    display: block;
  }

  .body-3 {
    height: 100vh;
    margin-top: auto;
  }

  .thumbs-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    object-fit: fill;
    justify-content: center;
    place-items: stretch stretch;
    margin-left: 0;
    position: static;
  }

  .div-block-8, .div-block-9 {
    justify-content: center;
  }

  .div-block-10 {
    mix-blend-mode: normal;
    max-width: 10%;
    max-height: 27.0585%;
    margin-bottom: 60px;
  }
}

#w-node-_53d4bdc2-1ee7-786c-23a3-242a128ed070-f3f8b6db {
  place-self: center;
}

#w-node-cc49964a-0305-3686-90c5-e8aaf6bb52ac-f3f8b6db {
  place-self: auto;
}

#w-node-_16c91db9-eeff-797b-9c68-3c694b9036b6-f3f8b6db {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_4181f53b-8512-ee35-c9ae-fe75a18c7591-f3f8b6db {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-c81ae0e9-011d-4fec-00d9-709c4be4a467-f3f8b6db {
  grid-area: Area;
  align-self: center;
}

#w-node-d3f65d5b-e1bc-859b-0001-bfd0277f846a-f3f8b6db {
  align-self: center;
}

#w-node-_82d6252a-8b99-48b3-d672-de9d73fcd830-f3f8b6db {
  grid-area: Area;
  align-self: center;
}

#w-node-_2fe4bdcc-0e4f-de1d-a850-898a3d14ac5e-f3f8b6db, #w-node-_2fe4bdcc-0e4f-de1d-a850-898a3d14ac72-f3f8b6db {
  align-self: auto;
}

#w-node-_2fe4bdcc-0e4f-de1d-a850-898a3d14ac89-f3f8b6db {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_2fe4bdcc-0e4f-de1d-a850-898a3d14ac85-f3f8b6db {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_8ded0bc4-eda5-682b-abd7-70c476a7d307-f3f8b6db {
  align-self: start;
}

#w-node-d24c39d8-9f06-cb00-1c1e-7520d5bb893d-f3f8b6db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d24c39d8-9f06-cb00-1c1e-7520d5bb893e-f3f8b6db {
  justify-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-_53d4bdc2-1ee7-786c-23a3-242a128ed070-f3f8b6db {
    place-self: center;
  }

  #w-node-cc49964a-0305-3686-90c5-e8aaf6bb52ac-f3f8b6db {
    order: 0;
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_5a6b7c8b-c915-d9a5-4e03-204691743992-f3f8b6db {
    place-self: auto;
  }
}


@font-face {
  font-family: 'Notosans Variablefont Wdth Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}