:root {
  --size: 0px;
}
.divider{
  min-height: 15px;
  display: block;
}
.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

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

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper,
.w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

body {
  color: #333;
  font-family:
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.hero-heading-left {
  grid-column-gap: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 64px 24px;
  text-decoration: none;
  display: flex;
}

.container {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.column {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-2 {
  color: #212121;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.button {
  grid-column-gap: 8px;
  background-color: #000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.column-2 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-4 {
  color: #212121;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.column-3 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.hero-heading-left-2 {
  background-color: #e8faff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 72px;
  padding-left: 48px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 360px;
  text-decoration: none;
  display: flex;
}

.column-4 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 489px;
  text-decoration: none;
  display: flex;
}

.content {
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 580px;
  text-decoration: none;
  display: flex;
}

.title-copy-goes-here-be-awesome {
  color: #363636;
  letter-spacing: -0.96px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
  text-decoration: none;
}

.herro-text {
  color: #363636;
  letter-spacing: 0.18px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.column-5 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.hero-stack {
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 64px 48px;
  text-decoration: none;
  display: flex;
}

.small-container {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 960px;
  text-decoration: none;
  display: flex;
}

.title-section {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.h4 {
  color: #363636;
  text-align: center;
  letter-spacing: -0.72px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.h4.mb-20 {
  letter-spacing: -0.72px;
  margin-bottom: 0;
  font-weight: 600;
}

.our-concierge-approach-can-handle-newborn-medical-cover-us-citizen-annual-filings-and-assistance-with-documents-birth-certificates-passports-ssns-visas-after-having-your-child-we-can-help-with-tax-and-estate-planning-wills-trusts-and-other-legal-areas-as-your-journey-continues {
  color: #363636;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
  text-decoration: none;
}

.column-6 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-top: 66px;
  padding-bottom: 66px;
  padding-left: calc(50% - 624px);
  text-decoration: none;
  display: flex;
}

.column-7 {
  background-image: url("../images/Column_1.png");
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.image-wrapper-3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 360px;
  display: flex;
}

.vectors-wrapper-2 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.team-circles {
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 48px;
  padding-right: 48px;
  text-decoration: none;
  display: flex;
}

.container-3 {
  grid-row-gap: 48px;
  background-color: #f8f9f9;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 353px;
  padding: 48px 24px 80px;
  text-decoration: none;
  display: flex;
}

.title-section-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 748px;
  text-decoration: none;
  display: flex;
}

.text-7 {
  color: #363636;
  text-align: center;
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 36px;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  text-decoration: none;
}

.columns {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.card {
  grid-row-gap: 14px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.icon-custom-insurance {
  grid-column-gap: 10px;
  background-color: #fff;
  border: 10px solid #ccf4ff;
  border-radius: 40px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 17px 20px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 38px;
  text-decoration: none;
  display: flex;
}

.content-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.info {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.insurance {
  color: #363636;
  text-align: center;
  letter-spacing: 0.18px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.insurance.medical-billing {
  letter-spacing: 0.18px;
  margin-bottom: 0;
  font-weight: 600;
}

.icon-custom-law {
  grid-column-gap: 10px;
  background-color: #fff;
  border: 10px solid #ccf4ff;
  border-radius: 40px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 70px;
  padding: 15px 14px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 39px;
  text-decoration: none;
  display: flex;
}

.tax {
  color: #363636;
  text-align: center;
  letter-spacing: 0.01em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}

.tax.annual-compliance-filings {
  letter-spacing: 0.18px;
  margin-bottom: 0;
  font-weight: 600;
}

.icon-custom-finance1 {
  grid-column-gap: 10px;
  background-color: #fff;
  border: 10px solid #ccf4ff;
  border-radius: 40px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 70px;
  padding: 15px 18px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-5 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 34.7842px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.icon-custom-billing {
  grid-column-gap: 10px;
  background-color: #fff;
  border: 10px solid #ccf4ff;
  border-radius: 40px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 70px;
  padding: 15px 16px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-6 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  text-decoration: none;
  display: flex;
}

.container-4 {
  grid-row-gap: 48px;
  background-color: #f8f9f9;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 353px;
  padding: 48px 24px 80px;
  text-decoration: none;
  display: flex;
}

.title-section-3 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 748px;
  text-decoration: none;
  display: flex;
}

.text-8 {
  color: #363636;
  text-align: center;
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 36px;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  text-decoration: none;
}

.vectors-wrapper-7 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 38px;
  text-decoration: none;
  display: flex;
}

.content-3 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-8 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 39px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-9 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 34.7842px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.container-5 {
  grid-row-gap: 48px;
  background-color: #f8f9f9;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 350px;
  padding: 48px 24px 64px;
  text-decoration: none;
  display: flex;
}

.title-section-4 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 748px;
  text-decoration: none;
  display: flex;
}

.text-9 {
  color: #363636;
  text-align: center;
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 36px;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  text-decoration: none;
}

.icon-custom-insurance-2 {
  background-color: #fff;
  border: 10px solid #ccf4ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 90px;
  min-width: 90px;
  height: 90px;
  min-height: 90px;
  margin-top: -10px;
  padding: 17px 20px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-10 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 38px;
  text-decoration: none;
  display: flex;
}

.content-4 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.icon-custom-law-2 {
  box-sizing: border-box;
  object-fit: contain;
  background-color: #fff;
  border: 10px solid #ccf4ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 90px;
  min-width: 90px;
  height: 90px;
  min-height: 90px;
  margin-top: -10px;
  padding: 15px 20px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-11 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 39px;
  text-decoration: none;
  display: flex;
}

.icon-custom-finance1-2 {
  background-color: #fff;
  border: 10px solid #ccf4ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 90px;
  min-width: 90px;
  height: 90px;
  min-height: 90px;
  margin-top: -10px;
  padding: 15px 18px;
  display: flex;
}

.vectors-wrapper-12 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 34.7842px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.icon-custom-billing-2 {
  grid-column-gap: 10px;
  background-color: #fff;
  border: 10px solid #ccf4ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  padding: 15px 16px;
  text-decoration: none;
  display: flex;
}

.title-section-5 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
}

.text-10 {
  color: #363636;
  text-align: center;
  letter-spacing: -0.72px;
  margin-top: 0;
  margin-bottom: 36px;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  text-decoration: none;
}

.vectors-wrapper-13 {
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 32px;
  min-width: 32px;
  height: 38px;
  min-height: 38px;
}

.content-5 {
  flex-direction: column;
}

.vectors-wrapper-14 {
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 42px;
  min-width: 42px;
  height: 39px;
  min-height: 39px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-15 {
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 34px;
  min-width: 34px;
  height: 40px;
  min-height: 40px;
  text-decoration: none;
  display: flex;
}

.icon-custom-billing-3 {
  background-color: #fff;
  border: 10px solid #ccf4ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 90px;
  min-width: 90px;
  height: 90px;
  min-height: 90px;
  margin-top: -10px;
  padding: 15px 16px;
  text-decoration: none;
  display: flex;
}

.team-circles-2 {
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 100px 24px 64px;
  text-decoration: none;
  display: flex;
}

.container-6 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.title-section-6 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 530px;
  text-decoration: none;
  display: flex;
}

.text-11 {
  color: #363636;
  text-align: center;
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 36px;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  text-decoration: none;
}

.frame-9562 {
  grid-row-gap: 28px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.columns-2 {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.card-2 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-wrapper-4 {
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  text-decoration: none;
  display: flex;
}

.frame-9575 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-16 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-17 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 11px;
  left: -74.666px;
}

.content-6 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-12 {
  color: #363636;
  text-align: center;
  letter-spacing: 0.01em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}

.description {
  color: #363636;
  text-align: center;
  letter-spacing: 0.18px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.card-3 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-18 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 39px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 11px;
  left: 174.916px;
}

.frame-9576 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-19 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 41.668px;
  height: 41.668px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 9px;
  left: 9.16602px;
}

.columns-3 {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-9572 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-20 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 12px;
  left: -80px;
}

.vectors-wrapper-21 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 40.3846px;
  height: 40.3846px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 10px;
  left: 9.80859px;
}

.vectors-wrapper-22 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 41.5385px;
  height: 36.9231px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 12px;
  left: 9.23047px;
}

.team-circles-3 {
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 100px 24px 64px;
  text-decoration: none;
  display: flex;
}

.container-7 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.title-section-7 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 530px;
  text-decoration: none;
  display: flex;
}

.text-13 {
  color: #363636;
  text-align: center;
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 36px;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  text-decoration: none;
}

.frame-9577 {
  grid-row-gap: 28px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.columns-4 {
  grid-column-gap: 32px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.card-4 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-wrapper-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-23 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-24 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 11px;
  left: -13px;
}

.content-7 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-14 {
  color: #363636;
  text-align: center;
  letter-spacing: 0.01em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}

.card-5 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-25 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 39px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 11px;
  left: 174.916px;
}

.frame-9578 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-26 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 41.668px;
  height: 41.668px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 9px;
  left: 9.16602px;
}

.vectors-wrapper-27 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 12px;
  left: -16px;
}

.vectors-wrapper-28 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 40.3846px;
  height: 40.3846px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 10px;
  left: 9.80859px;
}

.vectors-wrapper-29 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 41.5385px;
  height: 36.9231px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 12px;
  left: 9.23047px;
}

.team-circles-4 {
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 100px 24px 64px;
  text-decoration: none;
  display: flex;
}

.container-8 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.title-section-8 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 530px;
  text-decoration: none;
  display: flex;
}

.text-15 {
  color: #363636;
  text-align: center;
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 36px;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  text-decoration: none;
}

.frame-9574 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-30 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-31 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 40.3846px;
  height: 40.3846px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 10px;
  left: 9.80859px;
}

.content-8 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-16 {
  color: #363636;
  text-align: center;
  letter-spacing: 0.01em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}

.vectors-wrapper-32 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 41.668px;
  height: 41.668px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 9px;
  left: 9.16602px;
}

.card-6 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 172px;
  display: flex;
}

.vectors-wrapper-33 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 41.5385px;
  height: 36.9231px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 12px;
  left: 9.23047px;
}

.team-circles-5 {
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 64px 48px;
  text-decoration: none;
  display: flex;
}

.container-9 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.title-section-9 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
}

.text-17 {
  color: #363636;
  text-align: center;
  letter-spacing: -0.02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  text-decoration: none;
}

.frame-9579 {
  grid-row-gap: 20px;
  background-color: #ffecd4;
  border-radius: 50%;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-34 {
  object-fit: fill;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-35 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 32px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 10px;
  left: 9.80859px;
}

.content-9 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-18 {
  color: #363636;
  text-align: center;
  letter-spacing: 0.18px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.vectors-wrapper-36 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 41.668px;
  height: 41.668px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 9px;
  left: 9.16602px;
}

.card-7 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 172px;
  display: flex;
}

.vectors-wrapper-37 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 41.5385px;
  height: 36.9231px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 12px;
  left: 9.23047px;
}

.hero-heading-right {
  grid-column-gap: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 64px;
  padding-left: 48px;
  padding-right: 48px;
  text-decoration: none;
  display: flex;
}

.frame-9563 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.title-section-10 {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 530px;
  text-decoration: none;
  display: flex;
}

.text-19 {
  color: #363636;
  text-align: center;
  letter-spacing: -0.72px;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
}

.container-10 {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 312px;
  text-decoration: none;
  display: flex;
}

.pic_1-1 {
  object-fit: cover;
}

.column-8 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.footer-links {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-9567 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.featured-icon {
  grid-column-gap: 10px;
  background-color: #fff;
  border: 10px solid #f0f9fc;
  border-radius: 100px;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 60px;
  height: 60px;
  padding-top: 17px;
  padding-bottom: 17px;
  display: flex;
}

.vectors-wrapper-38 {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
}

.link {
  color: #363636;
  letter-spacing: 0.18px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.pricing-items {
  grid-column-gap: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 64px 24px 100px;
  text-decoration: none;
  display: flex;
}

.pricing-item {
  background-color: #e8faff;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 269px;
  padding-left: 32px;
  text-decoration: none;
  display: flex;
}

.frame-9570 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 772px;
  height: 205px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.frame-9569 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.pricing-info {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px #e4ebf3;
}

.text-20 {
  color: #363636;
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 36px;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  text-decoration: none;
}

.text-21 {
  color: #141414;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
  text-decoration: none;
}

.frame-9403 {
  grid-column-gap: 28px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-9385 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.wireframes-are-gener {
  color: #141414;
  letter-spacing: 0.18px;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.frame-85 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-39 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 38.3196px;
  height: 38.3196px;
  text-decoration: none;
  display: flex;
}

.frame-9581 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 784px;
  text-decoration: none;
  display: flex;
}

.frame-9580 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-40 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  text-decoration: none;
  display: flex;
}

.wireframes-can-be-pe {
  color: #363636;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.vectors-wrapper-41 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.frame-7 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 161px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.text-22 {
  color: #363636;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.pic_2-1 {
  object-fit: contain;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  height: 100%;
}

.pic_2-1.mobile {
  display: none;
}

.frame-9582 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 772px;
  height: 205px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.text-23 {
  color: #363636;
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 36px;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  text-decoration: none;
}

.text-24 {
  color: #141414;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
  text-decoration: none;
}

.frame-9583 {
  grid-column-gap: 28px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-9584 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-9585 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-42 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 38.3196px;
  height: 38.3196px;
  text-decoration: none;
  display: flex;
}

.frame-9586 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 784px;
  text-decoration: none;
  display: flex;
}

.frame-9587 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-43 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-44 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.frame-9588 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 161px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.text-25 {
  color: #363636;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.get-in-touch {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 64px;
  padding-left: 48px;
  padding-right: 48px;
  text-decoration: none;
  display: flex;
}

.get-in-touch-2 {
  background-color: #e8faff;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 328px;
  padding-left: 0;
  display: flex;
  overflow: clip;
}

.frame-95891 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 32px;
}

.frame-95891.get-in-touch-text {
  flex-grow: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.text-26 {
  color: #363636;
  letter-spacing: -0.72px;
  margin-bottom: 24px;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.text-27 {
  margin-bottom: 12px;
  font-weight: 300;
  line-height: 170%;
}

.frame-9590 {
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-9591 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-9592 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-45 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 34.35px;
  height: 34.35px;
  text-decoration: none;
  display: flex;
}

.frame-9593 {
  grid-column-gap: 24px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-9594 {
  cursor: pointer;
  flex: none;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-46 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-47 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  text-decoration: none;
  display: flex;
}

.frame-9595 {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.text-28 {
  color: #363636;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.footer {
  background-color: #f8f9f9;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 24px 48px 36px;
  display: flex;
}

.columns-5 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.frame-9571 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.wireframes-can-be-pe-2 {
  color: #96a0aa;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.frame-9389 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: none;
}

.wireframes-can-be-pe-3 {
  color: #9099a9;
  text-align: center;
  letter-spacing: 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
  line-height: 170%;
  text-decoration: none;
}

.vectors-wrapper-48 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.navbar-logo-left {
  background-color: #fff;
  border-top: 1px solid #eaecf0;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 72px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.navbarcontainer {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 72px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.navbar-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.navbar-brand {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-49 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 198px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.navbar-menu {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.navbar-link {
  cursor: pointer;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  text-decoration: none;
  display: flex;
}

.frame-9548 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-50 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-51 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 138px;
  height: 24px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-51.contact-info {
  margin-left: 10px;
  line-height: 24px;
}

.frame-9549 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  width: 181px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-52 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  text-decoration: none;
  display: flex;
}

.wireframes-can-be-pe-4 {
  color: #363636;
  text-align: center;
  margin-top: 0;
  margin-right: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.wireframes-can-be-pe-4.contact-info {
  font-weight: 300;
}

.navbar-link-2 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 0 24px 12px;
  text-decoration: none;
  display: flex;
}

.frame-9596 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-9597 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-53 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 26.3794px;
  height: 26.3794px;
  margin-left: -5px;
  text-decoration: none;
  display: block;
}

.body {
  color: #363636;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.navbar {
  box-shadow: none;
  background-color: #fff;
  border-bottom: 1px solid #eaecf0;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
  position: fixed;
  top: 0;
}

.text-block {
  letter-spacing: 0.18px;
  max-width: 480px;
}

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

.text-block.align-center.main-text {
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
}

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

.div-block {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  width: 100px;
  height: 100%;
}

.link-block {
  margin-right: 24px;
}

.image-3 {
  display: none;
}

.image-4 {
  object-fit: scale-down;
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding-bottom: 0;
  display: block;
}

.icon-3 {
  margin-right: 12px;
}

.text-block-4 {
  font-weight: 300;
}

.nav-bar-contact-us-button-text {
  margin-left: 8px;
  margin-right: 22px;
  position: static;
}

.help-contact-dropdown {
  background-color: #00a2d1;
  border-radius: 8px;
  margin-right: 0;
  padding: 0;
  font-weight: 500;
  display: none;
  box-shadow: 0 12px 16px -4px #10182814;
}

.help-contact-dropdown:hover {
  background-color: #019bc8;
}

.help-phone-block {
  color: #0083ae;
  align-items: center;
  margin-top: 0;
  text-decoration: underline;
}

.help-contact-dropdown-toggle {
  color: #fff;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding: 8px 12px;
  display: flex;
}

.help-contact-dropdown-toggle:active {
  background-color: #00a2d1;
  border-radius: 8px;
  box-shadow: 0 0 0 4px #ccf4ff;
}

.phone-icon-flag {
  width: 28px;
  height: 28px;
  margin-right: 16px;
}

.help-phone-wrapper {
  color: #0083ae;
  align-items: center;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: underline;
  display: flex;
}

.help-phone-wrapper:hover {
  color: #3d8196;
  text-decoration: none;
}

.help-phone-wrapper:focus {
  color: #0083ae;
}

.help-phone-wrapper.mb-0 {
  margin-bottom: 0;
}

.dropdown-list-2 {
  background-color: #fff;
}

.dropdown-list-2.w--open {
  z-index: -1;
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-radius: 8px;
  padding: 24px;
  top: 69px;
  left: -103px;
}

.hero_section {
  background-color: #e8faff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1144px;
  padding-bottom: 0;
  display: grid;
}

.image-15 {
  fill: red;
}

.text-block-8,
.text-block-9 {
  color: #96a0aa;
  font-size: 14px;
  line-height: 20px;
}

.navbar-langlist {
  display: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.image-20 {
  object-fit: cover;
  object-position: left;
  height: 100%;
  position: relative;
  overflow: visible;
}

.div-block-5 {
  background-color: #0fb4e4;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  position: absolute;
  bottom: 26px;
  left: -14px;
}

.div-block-6 {
  background-color: #ffdeb5;
  border-radius: 50%;
  width: 432px;
  height: 448px;
  position: absolute;
  top: 39px;
  left: 165px;
}

.div-block-7 {
  background-color: #85e4ff;
  border-radius: 50%;
  width: 501px;
  height: 519px;
  position: absolute;
  bottom: 135px;
  left: 236px;
}

.image-21 {
  display: none;
}

.text-block-17 {
  line-height: 24px;
}

.text-block-18 {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.div-block-8 {
  border-radius: 16px;
  height: 100%;
}

.image-22 {
  width: 100%;
  display: inline-block;
  position: relative;
}

.div-block-9 {
  background-color: #ffecd4;
  border-radius: 50%;
  width: 426px;
  height: 426px;
  position: absolute;
  bottom: -240px;
  left: -270px;
}

.div-block-10 {
  background-color: #85e4ff;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  position: absolute;
  bottom: 62px;
  left: 92px;
}

.image-23 {
  border-radius: 50% 16px 16px 50%;
  height: 100%;
  position: relative;
}

.div-block-11 {
  height: 100%;
}

.div-block-12 {
  background-color: #ffecd4;
  border-radius: 50%;
  width: 426px;
  height: 426px;
  position: absolute;
  top: 96px;
  right: -83px;
}

.div-block-13 {
  background-color: #85e4ff;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  position: absolute;
  bottom: 55px;
  left: -12px;
}

.div-block-14 {
  float: right;
  height: 100%;
}

.div-block-15 {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 38.32px;
  height: 38.32px;
  margin-left: -8px;
  display: flex;
}

.image-24 {
  display: none;
}

.image-25 {
  display: inline-block;
}

.div-block-17,
.image-26 {
  display: none;
}

.div-block-18 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.image-27 {
  object-fit: cover;
  object-position: left;
  max-width: none;
  height: 100%;
}

.image-28 {
  object-fit: cover;
  object-position: left;
  height: 100%;
  display: none;
}

.image-29 {
  object-fit: cover;
  object-position: left;
  width: 100%;
  display: none;
}

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

.image-31,
.image-32,
.image-33 {
  display: none;
}

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

.image-35,
.image-36,
.image-37 {
  display: none;
}

.frame-9389-copy {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-19 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .container-2 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .hero-stack {
    padding-top: 112px;
    padding-bottom: 100px;
  }

  .container-5 {
    padding-bottom: 60px;
  }

  .icon-custom-law-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .vectors-wrapper-14 {
    width: 42px;
    min-width: 42px;
    height: 39px;
    min-height: 39px;
  }

  .columns-4 {
    grid-column-gap: 16px;
  }

  .team-circles-5 {
    padding-top: 100px;
    padding-bottom: 64px;
  }

  .hero-heading-right {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .container-10 {
    grid-column-gap: 36px;
  }

  .get-in-touch {
    padding-bottom: 65px;
    padding-top: 100px;
  }

  .get-in-touch-2 {
    height: 268px;
  }

  .frame-95891 {
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-27 {
    margin-bottom: 24px;
  }

  .frame-9593 {
    flex-flow: wrap;
  }

  .frame-9571 {
    width: 780px;
  }

  .frame-9389 {
    display: flex;
  }

  .navbar {
    top: 0;
  }

  .div-block,
  .image-20 {
    height: 100%;
    position: relative;
  }

  .div-block-5 {
    background-color: #0fb4e4;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    position: absolute;
    bottom: 22px;
    left: -14px;
  }

  .div-block-6 {
    background-color: #ffdeb5;
    border-radius: 50%;
    width: 432px;
    height: 448px;
    position: absolute;
    top: 43px;
    left: 165px;
  }

  .div-block-7 {
    background-color: #85e4ff;
    border-radius: 50%;
    width: 501px;
    height: 519px;
    position: absolute;
    bottom: 131px;
    left: 236px;
  }

  .image-22,
  .image-23 {
    display: none;
  }

  .div-block-12 {
    top: 50px;
    right: -30px;
  }

  .div-block-13 {
    left: auto;
    right: 292px;
  }

  .image-24 {
    display: inline-block;
  }

  .div-block-17 {
    border-radius: 100%;
    align-items: center;
    width: 660px;
    height: 536px;
    display: flex;
    position: absolute;
    top: -134px;
    left: -330px;
    overflow: hidden;
  }

  .image-26 {
    display: inline-block;
  }

  .image-30 {
    display: none;
  }

  .image-31 {
    height: 100%;
    display: inline-block;
  }

  .image-34 {
    display: none;
  }

  .image-35 {
    height: 100%;
    display: inline-block;
  }

  .frame-9389-copy {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .column-6 {
    width: calc(50% - 64px);
  }

  .column-7 {
    background-image: url("../images/Column_1.png");
    background-position: 0 0;
    background-size: cover;
  }

  .vectors-wrapper-2 {
    object-fit: contain;
    display: none;
  }

  .vectors-wrapper-6 {
    object-fit: contain;
    width: 28px;
    height: 28px;
  }

  .icon-custom-finance1-2 {
    padding: 0;
  }

  .vectors-wrapper-14 {
    object-fit: contain;
    height: 28px;
  }

  .vectors-wrapper-15 {
    object-fit: contain;
    width: 28px;
    height: 28px;
  }

  .icon-custom-billing-3 {
    padding: 0;
  }

  .hero-heading-right {
    padding-left: 0;
    padding-right: 0;
  }

  .frame-9563 {
    width: 100%;
  }

  .text-19 {
    margin-bottom: 0;
  }

  .vectors-wrapper-38 {
    object-fit: none;
    overflow: visible;
  }

  .wireframes-are-gener,
  .wireframes-can-be-pe {
    margin-bottom: 0;
  }

  .get-in-touch-2 {
    height: 269px;
    display: flex;
  }

  .frame-9593 {
    flex-flow: row;
    max-width: none;
  }

  .frame-9594 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 24px;
  }

  .frame-9595 {
    margin-right: 24px;
  }

  .text-28 {
    margin-bottom: 0;
  }

  .footer {
    justify-content: center;
  }

  .frame-9571 {
    flex-flow: column;
  }

  .navbar {
    top: 0;
  }

  .help-phone-wrapper {
    margin-bottom: 16px;
  }

  .text-block-8,
  .text-block-9 {
    color: #96a0aa;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
  }

  .navbar-langlist {
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  .container-2 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: row;
    display: flex;
  }

  .content {
    max-width: 100%;
  }

  .column-6 {
    justify-content: flex-start;
    align-items: center;
    padding-top: 42px;
    padding-bottom: 74px;
    display: flex;
  }

  .column-7 {
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    display: none;
  }

  .container-5 {
    background-color: #f8f9f9;
  }

  .frame-9593 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    max-width: 100%;
    display: flex;
  }

  .frame-9594 {
    flex: none;
    margin-right: 0;
    display: flex;
  }

  .frame-9595 {
    margin-right: 0;
  }

  .navbar {
    top: 0;
  }

  .image-2 {
    object-fit: fill;
    width: 50%;
    height: auto;
  }

  .div-block {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .image-4 {
    display: block;
  }

  .text-block-8,
  .text-block-9 {
    font-weight: 300;
  }

  .navbar-langlist {
    display: none;
  }
}

@media screen and (max-width: 769px) {
  .navbar-content {
    padding-right: 30px !important;
  }
  .sp-brochure-content {
    flex-direction: column;
    padding: 0px 16px;
  }
  .sp-brochure {
    padding-top: 0px !important;
  }
  .left-container {
    padding: 40px 0px 28px 0;
    top: 0px !important;
    max-width: unset !important;
    background-color: #fff;
 
  position: relative !important;

  }

  .accordion-content p,
  .accordion-content ul li {
    color: #363636;
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    flex-direction: column;
    align-items: center;
  }

  .right-container {
    max-width: 679px;
}
.sp-brochure-content{
    padding: 0px 16px;
}
  .hero-heading-left-2 {
    padding-left: 33px;
  }

  .container-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    align-items: stretch;
    height: 300px;
  }

  .content {
    grid-row-gap: 16px;
    min-width: 336px;
    display: flex;
  }

  .title-copy-goes-here-be-awesome {
    letter-spacing: -0.72px;
    margin-bottom: 0;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
  }

  .hero-stack {
    padding: 64px 32px;
  }

  .title-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
  }

  .h4 {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 38px;
  }

  .h4.mb-20 {
    letter-spacing: 0;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 38px;
  }

  .column-6 {
    padding-top: 44px;
    padding-bottom: 44px;
    padding-left: var(--size);
    width: 336px;
  }

  .team-circles {
    padding-left: 32px;
    padding-right: 32px;
  }

  .columns {
    grid-column-gap: 32px;
    grid-row-gap: 48px;
    flex-flow: wrap;
    justify-content: space-around;
    align-items: stretch;
  }

  .card {
    align-items: center;
    width: 300px;
  }

  .insurance {
    margin-bottom: 0;
  }

  .insurance.medical-billing {
    font-weight: 700;
  }

  .container-5 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    height: auto;
    padding-top: 64px;
    padding-bottom: 72px;
  }

  .columns-2,
  .columns-3 {
    flex-direction: column;
    align-items: center;
  }

  .frame-9577 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .columns-4 {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .card-4 {
    height: 200px;
  }

  .team-circles-5 {
    padding: 100px 44px 64px;
  }

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

  .card-7 {
    height: 200px;
  }

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

  .frame-9563 {
    grid-row-gap: 24px;
    width: 100%;
  }

  .text-19 {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 38px;
  }

  .container-10 {
    grid-column-gap: 0px;
    grid-row-gap: 36px;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .pic_1-1 {
    border-radius: 16px;
    width: 100%;
  }

  .column-8 {
    width: 100%;
  }

  .footer-links {
    grid-column-gap: 49px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .frame-9567 {
    width: 324px;
  }

  .link {
    font-weight: 500;
  }

  .wireframes-are-gener {
    color: #363636;
  }

  .wireframes-can-be-pe {
    font-weight: 400;
  }

  .pic_2-1.mobile {
    border-radius: 16px 16px 0 0;
    width: 100%;
    display: block;
  }

  .pic_2-1.desctop {
    order: -1;
    display: none;
  }

  .get-in-touch {
    margin: 0;
    padding: 48px 32px 40px;
  }

  .get-in-touch-2 {
    grid-row-gap: 40px;
    flex-flow: column-reverse;
    height: auto;
    padding-left: 0;
  }

  .frame-95891 {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
    padding: 0 16px 40px;
    display: flex;
  }

  .frame-95891.get-in-touch-text {
    padding-right: 0;
  }

  .text-26 {
    letter-spacing: 0;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
  }

  .text-27 {
    margin-bottom: 0;
    font-weight: 400;
    line-height: 170%;
  }

  .vectors-wrapper-45 {
    width: 27.47px;
    height: 27.47px;
  }

  .frame-9593 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    justify-content: center;
    width: 70%;
    max-width: none;
  }

  .text-28 {
    font-weight: 400;
  }

  .footer {
    grid-row-gap: 16px;
    padding: 12px 32px;
  }

  .columns-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column-reverse;
    align-items: center;
  }

  .frame-9571 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    max-width: none;
  }

  .wireframes-can-be-pe-2 {
    justify-content: center;
    line-height: 18px;
  }

  .frame-9389 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex: 0 auto;
    justify-content: center;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .wireframes-can-be-pe-3 {
    color: #6c737e;
    margin-right: 0;
    font-weight: 400;
    line-height: 20px;
  }

  .navbar-logo-left {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .navbarcontainer {
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    max-width: 1144px;
    padding: 12px 0;
    display: flex;
  }

  .navbar-content {
    width: auto;
    padding-right: 51px;
  }

  .navbar-link {
    justify-content: center;
  }

  .wireframes-can-be-pe-4 {
    display: block;
  }

  .navbar-link-2 {
    justify-content: center;
  }

  .frame-9596 {
    flex: 0 auto;
    align-self: auto;
  }

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

  .text-block {
    letter-spacing: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .text-block.align-center.main-text {
    letter-spacing: 0.18px;
    white-space: normal;
    font-size: 18px;
    line-height: 28px;
    display: block;
  }

  .div-block {
    width: auto;
    display: flex;
  }

  .link-block {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .image-4 {
    aspect-ratio: auto;
    -webkit-text-fill-color: inherit;
    object-position: left;
    object-fit: cover;
    background-clip: border-box;
    height: 100%;
    position: relative;
  }

  .menu-button {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: #00a2d1;
    border: 1px solid #00a2d1;
    border-radius: 8px;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    width: auto;
    padding: 8px 12px;
    display: flex;
  }

  .nav-bar-contact-us-button-text {
    margin-right: 8px;
  }

  .help-contact-dropdown {
    display: block;
    position: static;
    box-shadow: none;
  }

  .help-contact-dropdown-toggle {
    align-items: center;
  }

  .dropdown-list-2.w--open {
    border-radius: 0;
    width: 100vw;
    position: fixed;
    top: 70px;
    left: 0;
    box-shadow: 0 12px 16px -4px #10182814;
  }

  .image-14 {
    vertical-align: sub;
    margin-right: 0;
  }

  .image-15 {
    vertical-align: sub;
  }

  .link-block-2 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-8 {
    text-align: center;
  }

  .text-block-9 {
    text-align: center;
    align-self: center;
  }

  .div-block-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border-left: 1px solid #eaecf0;
    padding-left: 24px;
    display: flex;
  }

  .navbar-langlist {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-shrink: 1;
    flex-basis: auto;
    justify-content: center;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
  }

  .text-block-10 {
    font-size: 16px;
    line-height: 24px;
  }

  .image-16 {
    width: 23.63px;
  }

  .vectors-wrapper-54 {
    width: 26.4px;
    height: 26.4px;
    margin-left: -5px;
  }

  .text-block-11 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }

  .text-block-12 {
    font-weight: 500;
  }

  .text-block-13 {
    font-size: 14px;
  }

  .text-block-14 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }

  .text-block-15 {
    color: #fff;
    background-color: #0000;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    position: static;
  }

  .image-17,
  .image-18 {
    width: 20px;
    max-width: none;
    height: 20px;
    display: block;
    position: static;
  }

  .div-block-3 {
    display: none;
  }

  .dropdown-list {
    background-color: #fff;
  }

  .dropdown-list.w--open {
    background-color: #fff;
    border: 1px solid #eaecf0;
    padding: 24px;
    top: 70px;
    left: 0;
    box-shadow:
      0 4px 6px -2px #10182808,
      0 12px 16px -4px #0003;
  }

  .image-20 {
    display: none;
  }

  .div-block-5 {
    width: 44px;
    height: 44px;
    bottom: 23px;
    left: -1.7px;
  }

  .div-block-6 {
    width: 368px;
    height: 368px;
    top: 54px;
    left: 54px;
  }

  .div-block-7 {
    width: 402px;
    height: 417px;
    bottom: 117px;
    left: 81px;
  }

  .image-21 {
    display: inline-flex;
    position: relative;
  }

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

  .image-22 {
    display: none;
  }

  .div-block-9 {
    top: auto;
    bottom: -236px;
    left: -233px;
  }

  .div-block-10 {
    width: 72px;
    height: 72px;
    bottom: 56px;
    left: 124px;
  }

  .image-23 {
    display: none;
  }

  .div-block-11 {
    width: 100%;
    height: 450px;
  }

  .div-block-12 {
    width: 560px;
    height: 560px;
    inset: 160px 120px auto auto;
  }

  .div-block-13 {
    width: 96px;
    height: 96px;
    bottom: 72px;
    left: auto;
    right: 488px;
  }

  .div-block-14 {
    width: 100%;
    overflow: hidden;
  }

  .div-block-15 {
    width: 30.7px;
    height: 30.7px;
  }

  .image-25 {
    float: right;
    height: 450px;
    display: inline-block;
    position: relative;
  }

  .div-block-16 {
    background-color: #0000;
    border-radius: 50%;
    align-items: center;
    width: 660px;
    height: 536px;
    display: flex;
    position: absolute;
    top: -134px;
    left: -330px;
    overflow: hidden;
  }

  .div-block-17 {
    border-radius: 50%;
    align-items: center;
    width: 1320px;
    height: 900px;
    display: flex;
    position: absolute;
    top: -225px;
    right: -768px;
    overflow: hidden;
  }

  .image-26 {
    width: 100%;
    display: inline-block;
  }

  .image-27 {
    display: none;
  }

  .image-28 {
    display: inline-flex;
  }

  .image-30 {
    display: none;
  }

  .image-32 {
    display: inline-block;
  }

  .image-34 {
    display: none;
  }

  .image-36 {
    display: inline-block;
  }

  .image-38 {
    width: 20px;
    min-width: 20px;
    height: 20px;
    display: none;
  }

  .image-39 {
    width: 20px;
    min-width: 20px;
    height: 20px;
  }

  .frame-9389-copy {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex: 0 auto;
    justify-content: center;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-19 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column-reverse;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading-left-2 {
    height: auto;
    max-height: none;
    margin-top: 61px;
    padding-left: 0;
  }

  .container-2 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: column;
    align-items: center;
    height: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .content {
    min-width: auto;
    max-width: none;
  }

  .title-copy-goes-here-be-awesome {
    text-align: center;
  }

  .hero-stack {
    padding-left: 24px;
    padding-right: 24px;
  }

  .column-6 {
    width: 100%;
    padding-top: 43px;
    padding-bottom: 0;
  }

  .team-circles {
    padding-left: 24px;
    padding-right: 24px;
  }

  .columns {
    grid-column-gap: 0px;
    grid-row-gap: 32px;
    align-items: flex-start;
  }

  .container-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .card-4 {
    height: 220px;
  }

  .team-circles-5 {
    padding-top: 64px;
    padding-bottom: 32px;
  }

  .frame-9567 {
    width: 100%;
  }

  .pricing-item,
  .pricing-info {
    flex-direction: column;
    align-items: center;
  }

  .get-in-touch-2 {
    flex-flow: column-reverse;
    align-items: center;
  }

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

  .navbar-logo-left {
    padding-left: 0;
    padding-right: 0;
  }

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

  .text-block {
    text-align: center;
    margin: 0 auto;
  }

  .div-block {
    width: 100%;
    overflow-y: hidden;
  }

  .nav-bar-contact-us-button-text {
    display: none;
  }

  .help-contact-dropdown {
    position: static;
  }

  .help-phone-block {
    grid-row-gap: 24px;
    background-color: #fff;
    flex-flow: column;
    align-items: flex-start;
    text-decoration: none;
    display: flex;
  }

  .help-contact-dropdown-toggle {
    width: 70px;
  }

  .help-phone-wrapper {
    margin-bottom: 0;
  }

  .dropdown-list-2.w--open {
    grid-row-gap: 24px;
    border-radius: 0;
    flex-flow: column;
    display: flex;
    box-shadow: 0 12px 16px -4px #10182814;
  }

  .text-block-8,
  .text-block-9 {
    color: #a4afb9;
    font-size: 12px;
    line-height: 18px;
  }

  .navbar-langlist {
    display: none;
  }

  .text-block-10 {
    color: #363636;
    justify-content: flex-start;
    align-items: center;
    height: 12px;
    font-weight: 400;
    text-decoration: none;
    display: flex;
  }

  .div-block-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
  }

  .text-block-16 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
  }

  .dropdown-list.w--open {
    background-color: #fff;
    top: 70px;
    left: 0;
  }

  .image-19 {
    width: 40px;
    height: 40px;
  }

  .div-block-4 {
    align-items: center;
    height: 12px;
    display: flex;
  }

  .div-block-5 {
    width: 31px;
    height: 31px;
    bottom: 15px;
    left: 23px;
  }

  .div-block-6 {
    width: 258px;
    height: 258px;
    top: 16px;
    left: 62px;
  }

  .div-block-7 {
    width: 281px;
    height: 291px;
    bottom: 80px;
    left: 80px;
  }

  .div-block-11 {
    height: 204px;
  }

  .div-block-12 {
    width: 400px;
    height: 400px;
    top: auto;
    bottom: -250px;
    right: -40px;
  }

  .div-block-13 {
    width: 56px;
    height: 56px;
    bottom: 40px;
    right: 210px;
  }

  .image-25 {
    height: 204px;
  }

  .div-block-17 {
    width: 540px;
    height: 410px;
    top: -102px;
    right: -290px;
  }

  .div-block-18 {
    flex-flow: column;
    align-items: center;
  }

  .image-28 {
    display: none;
  }

  .image-29 {
    display: inline-flex;
  }

  .image-32 {
    display: none;
  }

  .image-33 {
    display: inline-block;
  }

  .image-36 {
    display: none;
  }

  .image-37 {
    display: inline-block;
  }
}

@media screen and (max-width: 479px) {
  .hero-heading-left-2 {
    height: 100%;
    max-height: 100%;
  }

  .container-2 {
    flex-flow: column;
    align-items: flex-start;
    height: 100%;
    overflow: visible;
  }

  .title-copy-goes-here-be-awesome {
    text-align: center;
    font-size: 36px;
    line-height: 44px;
  }

  .h4 {
    font-size: 30px;
    line-height: 38px;
  }

  .h4.mb-20 {
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
  }

  .column-6 {
    width: 100%;
  }

  .team-circles {
    flex-flow: column;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .columns {
    grid-row-gap: 32px;
  }

  .container-5 {
    border-radius: 0;
    max-width: 100%;
    height: 100%;
    padding: 64px 24px 72px;
  }

  .frame-9577 {
    flex-flow: column;
  }

  .columns-4 {
    grid-row-gap: 24px;
  }

  .card-4 {
    height: auto;
  }

  .team-circles-5 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-heading-right {
    padding: 32px 24px 64px;
  }

  .text-19 {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 38px;
  }

  .pic_1-1 {
    border-radius: 16px;
    height: 183px;
    margin-bottom: 0;
  }

  .footer-links {
    grid-column-gap: 49px;
  }

  .wireframes-are-gener {
    font-size: 16px;
    line-height: 24px;
  }

  .pic_2-1 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .pic_2-1.mobile {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: inline-flex;
  }

  .pic_2-1.desctop {
    display: none;
  }

  .get-in-touch {
    padding: 0;
  }

  .get-in-touch-2 {
    grid-row-gap: 0px;
    border-radius: 0;
    flex-flow: column-reverse;
    padding-left: 0;
  }

  .frame-95891 {
    padding: 40px 16px 44px;
  }

  .frame-95891.get-in-touch-text {
    padding: 0;
  }

  .text-26 {
    text-align: center;
    font-size: 30px;
    line-height: 38px;
  }

  .text-27 {
    text-align: center;
    margin-bottom: 12px;
    line-height: 30.6px;
  }

  .frame-9590 {
    width: 100%;
  }

  .frame-9591 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 8px;
  }

  .vectors-wrapper-45 {
    width: 27.47px;
    height: 27.47px;
  }

  .frame-9593 {
    flex-flow: column;
    max-width: 100%;
    margin-top: 8px;
  }

  .footer {
    border-top: 1px solid #eaecf0;
    padding: 12px 16px;
  }

  .columns-5 {
    flex-flow: column-reverse;
  }

  .frame-9571 {
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .wireframes-can-be-pe-2 {
    text-align: center;
    margin-bottom: 0;
  }

  .frame-9389 {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .navbar-logo-left {
    height: 60px;
    padding-left: 0;
    padding-right: 0;
    border: none;
  }

  .navbarcontainer {
    padding: 12px 0;
    height: 60px;
  }

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

  .navbar-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fff;
    flex-flow: row;
    padding: 24px 24px 8px;
    box-shadow: 0 12px 16px -4px #10182814;
  }

  .navbar-link {
    justify-content: flex-start;
    align-items: center;
    height: 32px;
    margin-bottom: 16px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-link-2 {
    display: none;
  }

  .navbar {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-block {
    text-align: center;
    font-weight: 400;
  }

  .div-block {
    width: 100%;
    margin-left: 0%;
    padding-left: 0;
    padding-right: 0;
  }

  .image-3 {
    object-fit: cover;
    display: block;
  }

  .image-4 {
    object-fit: contain;
    width: 100%;
    height: 100%;
    display: block;
  }

  .menu-button,
  .icon,
  .nav-bar-contact-us-button-text {
    display: none;
  }

  .help-contact-dropdown {
    position: static;
  }

  .help-phone-block {
    grid-row-gap: 0px;
    background-color: #fff;
    width: 100%;
    padding: 0;
  }

  .help-phone-wrapper {
    margin-bottom: 24px;
    font-size: 18px;
  }

  .dropdown-list-2 {
    left: 0;
  }

  .dropdown-list-2.w--open {
    border-style: none;
    border-radius: 0;
    width: 100%;
    max-width: 100%;
    padding: 0;
    inset: 0%;
    box-shadow: 0 12px 16px -4px #10182814;
  }

  .text-block-5 {
    color: #019bc8;
    font-weight: 300;
    line-height: 28px;
  }

  .text-block-6,
  .text-block-7 {
    color: #019bc8;
    font-weight: 400;
  }

  .navbar-langlist {
    display: none;
  }

  .div-block-3 {
    height: 60px;
  }

  .dropdown-list {
    left: 0;
  }

  .dropdown-list.w--open {
    top: 60px;
  }

  .image-20 {
    display: none;
  }

  .div-block-6 {
    width: 258px;
    height: 258px;
    top: 30px;
    left: 38px;
  }

  .div-block-7 {
    width: 256px;
    height: 256px;
    left: 64px;
  }

  .image-21 {
    height: 100%;
    display: inline-flex;
  }

  .div-block-9 {
    width: 256px;
    height: 256px;
    bottom: -164px;
    left: -164px;
  }

  .div-block-10 {
    width: 32px;
    height: 32px;
    bottom: 36px;
    left: 36px;
  }

  .div-block-15 {
    width: 30.7px;
    height: 30.7px;
  }

  .frame-9389-copy {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }
}
