/*.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}*/

body {
  font-family: Montserrat, sans-serif;
  color: #1a1b1f;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  overflow-x: hidden;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 62px;
  font-weight: 400;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
  margin-right: 60px;
  margin-left: 60px;
}

a {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1a1b1f;
  text-decoration: underline;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
  position: absolute;
  width: 400px;
  margin-top: -533px;
}

label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  border-left: 5px solid #e2e2e2;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  margin-top: 5px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.divider {
  height: 1px;
  background-color: #eee;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-right: 30px;
  margin-left: 30px;
  background-color: transparent;
}

.section.cc-cta {
  padding-right: 0px;
  padding-left: 0px;
  background-color: #f4f4f4;
}

.section.cc-store-home-wrap {
  display: block;
}

.styleguide-block {
  display: block;
  margin-top: 80px;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.container {
  display: block;
  width: 100%;
  max-width: none;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: transparent;
  background-image: url("../images/New01-01.webp");
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
  opacity: 1;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: fill;
  object-fit: fill;
}

.container._01 {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-attachment: scroll;
}

.paragraph-tiny {
  margin-top: -30px;
  margin-bottom: auto;
  margin-left: 934px;
  font-size: 12px;
  line-height: 20px;
  text-align: right;
}

.paragraph-bigger {
  margin-bottom: 10px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 0.6;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: 0.6;
}

.button {
  margin-bottom: 0%;
  margin-left: 46%;
  padding: 12px 25px;
  border-radius: 8px;
  background-color: #ff6e5c;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease,
    color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #32343a;
  color: #fff;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  background-color: #fff;
  color: #000;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  position: relative;
  z-index: 5;
  margin-left: 1%;
  border-radius: 12px;
  background-color: #ff6e5c;
  cursor: pointer;
}

.button.cc-white-button {
  padding: 16px 35px;
  background-color: #fff;
  color: #202020;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.button.btnprimary {
  margin-left: 29px;
}

.button.btnprimary2 {
  margin-left: 45%;
}

.button.sandbox {
  margin-right: 2%;
  margin-left: 10%;
  padding: 10px 23px;
  border-style: solid;
  border-width: 2px;
  border-color: #2b2a45;
  border-radius: 12px;
  background-color: transparent;
  color: #2b2a45;
  font-weight: 600;
  cursor: pointer;
}

.button.register {
  margin-right: 2%;
  margin-left: 0%;
  padding: 10px 23px;
  border-style: solid;
  border-width: 2px;
  border-color: #2b2a45;
  border-radius: 12px;
  background-color: transparent;
  color: #2b2a45;
  font-weight: 600;
  cursor: pointer;
}

.button.start-now {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 12px;
}

.label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  margin-top: 9px;
  margin-bottom: 1px;
  margin-left: 30px;
  opacity: 1;
  color: #767679;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.label.cc-blog-date {
  margin-top: 20px;
  opacity: 0.6;
}

.heading-jumbo-tiny {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  text-transform: uppercase;
}

.rich-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.rich-text p {
  margin-top: 15px;
  margin-bottom: 25px;
  opacity: 0.6;
}

.paragraph-light {
  margin-right: auto;
  margin-left: 30px;
  opacity: 0.6;
}

.heading-jumbo {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
  text-transform: none;
}

.heading-jumbo.cc-white-heading-jumbo {
  color: #fff;
}

.heading-jumbo-small {
  margin-top: 10px;
  margin-bottom: 15px;
  color: #2a2a44;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
  color: #fff;
  text-align: center;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: 0.8;
}

.logo-link:active {
  opacity: 0.7;
}

.menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navigation-item {
  margin-right: -30px;
  margin-left: 0px;
  padding-top: 9px;
  padding-right: 40px;
  padding-bottom: 9px;
  opacity: 0.6;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navigation-item:hover {
  opacity: 0.9;
}

.navigation-item:active {
  opacity: 0.8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.navigation-item.navlogin {
  display: none;
}

.navigation-item.navreg {
  display: none;
}

.logo-image {
  position: static;
  z-index: 1;
  display: block;
  width: 200px;
  height: 65px;
  margin-top: 0px;
  margin-left: 11px;
}

.navigation-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 366px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 75px;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webflow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: 0.8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

.cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 110px;
  padding-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.intro-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  background-image: url("../images/portfolio-2---wide.svg");
  background-position: 0px 0px;
  background-size: cover;
  color: #fff;
}

.intro-header.cc-subpage {
  height: 480px;
  background-color: #000;
  background-image: none;
  color: #fff;
}

.intro-content {
  width: 70%;
  max-width: 1140px;
  text-align: center;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.motto-wrap {
  width: 80%;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  padding-top: 9px;
  text-align: center;
}

.about-story-wrap {
  width: 80%;
  margin: 80px auto;
  text-align: center;
}

.our-services-grid {
  margin-bottom: 120px;
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  -ms-grid-rows: auto 60px auto;
  grid-template-areas:
    ". . ."
    ". . .";
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-heading-wrap {
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  display: block;
  width: 70%;
  margin: 100px auto;
}

.contact-form-wrap {
  padding: 45px 50px 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #eee;
}

.contact-form-grid {
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 2.5fr 80px 1fr;
  grid-template-columns: 2.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-field {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active {
  border-color: #43464d;
}

.text-field:focus {
  border-color: #43464d;
}

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0px;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  margin-bottom: 120px;
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-areas: ". . .";
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  height: 150px;
  margin-bottom: 30px;
  background-color: #f4f4f4;
}

.team-pic {
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
  background-color: #f4f4f4;
}

.team-members {
  margin-bottom: 60px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-rows: auto 30px auto;
  grid-template-areas:
    ". . ."
    ". . .";
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.team-member-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-member-name {
  margin-bottom: 5px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.projects-grid {
  margin-bottom: 60px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas:
    "."
    "."
    ".";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 30px auto 30px auto;
  grid-template-rows: auto auto auto;
}

.project-name-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: 0.8;
}

.project-name-link:active {
  opacity: 0.7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: 0.8;
}

.project-cover-link:active {
  opacity: 0.7;
}

.project-overview-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  background-image: url("../images/portfolio-1---wide.svg");
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.project-overview-header.cc-project-2-header {
  background-image: url("../images/portfolio-2---wide.svg");
  background-position: 50% 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url("../images/portfolio-3---wide.svg");
  background-size: cover;
}

.project-details-grid {
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 0px 0px;
  background-size: cover;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  display: block;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.blog-preview-image {
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
}

.blog-preview-image:hover {
  opacity: 0.8;
}

.blog-preview-image:active {
  opacity: 0.7;
}

.blog-summary-wrap {
  width: 70%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  text-align: left;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: 0.8;
}

.blog-heading-link:active {
  opacity: 0.7;
}

.contact-email-link {
  margin-bottom: 5px;
  opacity: 0.6;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: 0.8;
}

.protected-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home-section-wrap {
  margin-bottom: 30px;
  margin-left: 0px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 30px;
  color: #83cb43;
  font-weight: 400;
}

.about-grid {
  position: relative;
  left: auto;
  margin-top: -149px;
  margin-bottom: 80px;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-grid.cc-about-2 {
  left: auto;
  margin-top: -50px;
  grid-template-areas: ". .";
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
}

.intro-text {
  width: 80%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

.collection-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  margin-bottom: 60px;
  text-align: center;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-right: 45px;
  padding-bottom: 30px;
  padding-left: 15px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 500;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: 0.8;
}

.business-article-heading:active {
  opacity: 0.7;
}

.body {
  height: 100px;
  font-family: Poppins, sans-serif;
  cursor: auto;
}

.heading {
  position: relative;
  left: 32px;
  top: -48px;
  display: inline-block;
  overflow: visible;
  width: auto;
  height: auto;
  margin-top: 199px;
  color: #2a2a46;
  font-size: 55px;
  line-height: 65px;
  font-weight: 700;
}

.text-span {
  color: #ff6e5c;
}

.image {
  width: auto;
  margin-top: -169px;
  padding-top: 0px;
}

.button-2 {
  position: relative;
  left: 35px;
  top: -305px;
  margin-top: auto;
  margin-left: auto;
  float: none;
  clear: none;
  border-radius: 8px;
  background-color: #2a2a46;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  cursor: pointer;
}

.button-2:hover {
  box-shadow: 3px 3px 9px -4px #000;
  color: #fff;
}

.text-span-2 {
  font-weight: 700;
}

.text-span-3 {
  font-weight: 700;
}

.image-2 {
  margin-top: 146px;
  margin-left: auto;
}

.container-2 {
  max-width: 100%;
  margin-top: 100px;
  margin-bottom: 115px;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 20px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 19px -9px #000;
  opacity: 1;
}

.grid {
  margin-top: 20px;
  margin-bottom: 20px;
  grid-column-gap: 18px;
  grid-row-gap: 26px;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 18px 1fr 18px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 0.25fr;
  grid-template-rows: 0.25fr;
  border-radius: 18px;
  background-color: rgba(52, 46, 94, 0);
}

.paragraph {
  display: none;
}

.text-block {
  color: #000;
  font-size: 14px;
  text-align: center;
}

.text-block-2 {
  font-size: 14px;
  text-align: center;
}

.text-block-3 {
  font-size: 14px;
  text-align: center;
}

.image-3 {
  position: relative;
  left: 80px;
  width: 75px;
  margin-top: 39px;
  margin-left: 32px;
  color: transparent;
  text-align: left;
}

.image-4 {
  position: relative;
  left: 80px;
}

.image-5 {
  position: relative;
  left: 80px;
}

.image-6 {
  width: 800px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
}

.image-7 {
  position: absolute;
}

.grid-2 {
  margin-top: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-row-gap: 39px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  text-align: center;
}

.heading-2 {
  margin-top: 25px;
  text-align: center;
}

.image-8 {
  width: 100%;
  height: auto;
  margin-top: 16px;
  margin-left: 0px;
  padding-right: 60px;
  padding-left: 40px;
  text-align: center;
}

.image-9 {
  position: relative;
  overflow: visible;
  width: 100%;
  height: auto;
  margin-top: 21px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.image-10 {
  position: relative;
  width: 100%;
  margin-top: 13px;
  margin-left: 21px;
}

.image-11 {
  width: 100%;
  margin-top: 63px;
  padding-right: 20px;
  padding-left: 25px;
}

.image-12 {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
  margin-left: 9px;
  padding-right: 40px;
  padding-bottom: 0px;
  padding-left: 20px;
}

.image-13 {
  width: 100px;
  margin-top: 119px;
  margin-left: 636px;
  padding-right: 10px;
  padding-left: 10px;
}

.image-14 {
  width: 100px;
  margin-top: 116px;
  padding-right: 20px;
  padding-left: 20px;
}

.image-15 {
  width: 100px;
  margin-top: 89px;
  margin-left: 344px;
  padding-right: 20px;
  padding-left: 20px;
}

.image-16 {
  width: 100px;
  margin-top: 74px;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 20px;
}

.container-3 {
  display: block;
  margin-top: 35px;
}

.hero-grid {
  position: static;
  margin-top: -107px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 12px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
}

.heading-3 {
  margin-top: 100px;
  color: #2a2a46;
  font-size: 65px;
  line-height: 75px;
  font-weight: 800;
}

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

.button-3 {
  padding: 12px 25px;
  border-radius: 8px;
  background-color: #2a2a46;
  color: #fff;
}

.button-3:hover {
  background-color: #2a2a46;
  box-shadow: 2px 2px 11px -3px #000;
  color: #fff;
}

.image-17 {
  width: 100%;
  height: 100%;
  margin-top: -350px;
  margin-left: 60px;
  padding-top: 0px;
  padding-bottom: 50px;
}

.div-block {
  width: 100%;
  height: 100%;
  margin-top: 318px;
  margin-left: 94px;
  padding-bottom: 153px;
}

.div-block-3 {
  display: block;
  margin-top: 60px;
  margin-bottom: 0px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-4 {
  position: absolute;
  margin-top: 63px;
  margin-left: 75%;
  padding-right: 0px;
  padding-left: 0px;
  font-weight: 300;
  text-align: right;
}

.footer {
  max-height: 100px;
  max-width: 100%;
  margin-top: 66px;
}

.image-18 {
  display: block;
  width: 100%;
  height: 150px;
  margin-top: -43px;
  margin-left: 0px;
  padding-bottom: 0px;
}

.image-18.whytoolboxfooter {
  margin-top: 45px;
}

.bold-text {
  margin-right: 0px;
}

.div-block-4 {
  margin-left: -96px;
  padding-left: 0px;
}

.div-block-5 {
  margin-top: -212px;
  margin-left: -80px;
  padding-top: 0px;
}

.div-block-6 {
  margin-top: -65px;
}

.div-block-7 {
  margin-top: -119px;
}

.div-block-8 {
  display: inline-block;
  width: 33%;
  height: auto;
  max-width: 33%;
  min-width: 464px;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
}

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

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

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

.paragraph-2 {
  overflow: visible;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.loginblock {
  position: fixed;
  width: 100vw;
}

.loginblock.loginmodal {
  z-index: 4;
  display: none;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.31);
}

.loginblock.requestdemomodal {
  z-index: 4;
  display: none;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.31);
  opacity: 1;
}

.div-block-10 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 600px;
  height: 400px;
  margin: 100px auto auto;
  border-radius: 16px;
  background-color: #fff;
}

.div-block-10.demo {
  width: 700px;
  height: 650px;
  border-style: solid;
  border-width: 1px;
  border-color: #696969;
  background-color: #fff;
}

.text-block-5 {
  display: inline-block;
  margin-top: 50px;
  margin-left: 30px;
  font-weight: 500;
}

.form {
  margin-top: -20px;
  margin-right: 20px;
  margin-left: 20px;
}

.form-block {
  margin-top: 23px;
  margin-right: 10px;
  margin-left: 10px;
}

.submit-button {
  margin-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 10px;
  background-color: #2a2a46;
  font-size: 14px;
}

.submit-button:hover {
  box-shadow: 1px 0 10px -3px rgba(0, 0, 0, 0.79);
  color: #fff;
}

.link {
  margin-top: 0px;
  color: #0af;
  font-size: 12px;
  font-weight: 300;
}

.div-block-11 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  cursor: pointer;
}

.image-20 {
  height: auto;
  margin-top: 10px;
  margin-right: 20px;
}

.link-2 {
  position: absolute;
  margin-top: 60px;
  margin-left: 60px;
  padding-top: 0px;
  color: #9a9ca1;
  font-size: 14px;
}

.link-3-home {
  position: absolute;
  margin-top: 60px;
  margin-left: 180px;
  color: #9a9ca1;
  font-size: 14px;
}

.link-4-home {
  position: absolute;
  display: inline-block;
  margin-top: 60px;
  margin-left: 300px;
  color: #9a9ca1;
  font-size: 14px;
}

.text-block-6 {
  margin-left: 40px;
  color: #ff6e5c;
  font-size: 12px;
  font-weight: 500;
}

.text-block-7 {
  margin-top: -10px;
  color: #ff6e5c;
  font-size: 12px;
}

.div-block-12 {
  display: block;
}

.heading-7 {
  margin: 60px auto 0px 5%;
  font-family: Poppins, sans-serif;
  color: #2a2a46;
  font-weight: 700;
  text-align: left;
}

.paragraph-3 {
  margin-top: 40px;
  margin-left: 5%;
  font-family: Poppins, sans-serif;
  color: #3d3d44;
  font-size: 22px;
  line-height: 35px;
  font-weight: 400;
  text-align: left;
}

.section-2 {
  display: none;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 140px;
  background-color: #fff;
  background-image: url('../images/2165831.png');
  background-position: 90% 100%;
  background-size: 50%;
  background-repeat: no-repeat;
}

.paragraph-4 {
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  color: #2a2a46;
  font-weight: 400;
  text-align: center;
}

.paragraph-5 {
  font-family: Poppins, sans-serif;
  color: #2a2a46;
  font-weight: 400;
  text-align: center;
}

.body-2 {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.heading-8 {
  display: inline-block;
  margin-left: 20px;
  color: #2a2a46;
  font-size: 25px;
  font-weight: 600;
}

.text-block-8 {
  display: inline-block;
  margin-right: 60px;
  margin-left: 60px;
  color: #ff6e5c;
  font-size: 30px;
  font-weight: 700;
}

.text-block-9 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 30px;
  padding-top: 0px;
  font-weight: 400;
}

.div-block-13 {
  display: inline-block;
  margin-top: 60px;
  margin-bottom: 20px;
  margin-left: 140px;
  padding-bottom: 40px;
  border-radius: 20px;
  background-color: #fff;
  background-image: url("../images/Intersection-2.png");
  background-position: 0px 0px;
  background-size: 400px 400px;
  box-shadow: 0 3px 20px -10px #000;
}

.div-block-13.yearly {
  position: relative;
  left: -27px;
  top: 0px;
  display: inline-block;
  height: 500px;
  margin-right: auto;
  margin-left: 100px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.div-block-13.monthly {
  height: 500px;
  margin-left: 80px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-9 {
  font-family: Poppins, sans-serif;
  color: #2a2a46;
  font-weight: 700;
  text-align: center;
}

.paragraph-6 {
  font-family: Poppins, sans-serif;
  color: #2a2a46;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.image-21 {
  position: relative;
  left: 521px;
  top: 122px;
  width: 400px;
}

.image-22 {
  position: absolute;
  left: 61px;
  top: 389.062px;
  width: 400px;
}

.image-23 {
  position: absolute;
  left: 950px;
  top: 600px;
}

.image-24 {
  position: absolute;
  left: 1143px;
  top: 259.062px;
}

.section-3 {
  background-color: #fff;
}

.div-block-14 {
  margin-top: 0px;
  background-color: #fff9f6;
}

.section-4 {
  height: 200px;
  margin-left: 0px;
}

.heading-10 {
  position: relative;
  top: 86px;
  display: inline-block;
  margin-top: 20px;
  margin-left: 60px;
  font-family: Poppins, sans-serif;
  color: #83cb43;
  font-weight: 500;
  text-transform: uppercase;
}

.paragraph-7 {
  position: relative;
  left: -580px;
  top: 285px;
  display: inline-block;
  margin-top: 0px;
  margin-left: 68px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Poppins, sans-serif;
  color: #2a2a46;
  font-weight: 400;
}

.image-25 {
  position: relative;
  left: 769px;
  top: -198px;
  width: 300px;
}

.image-26 {
  position: relative;
  left: 846px;
  top: -183px;
  width: 150px;
}

.image-27 {
  position: relative;
  left: 1081px;
  top: -393px;
}

.image-28 {
  position: relative;
  left: 1012px;
  top: -379px;
  width: 300px;
}

.image-29 {
  position: relative;
  left: 741px;
  top: -454px;
  width: 220px;
}

.image-30 {
  position: relative;
  left: 1186px;
  top: -941px;
  width: 200px;
}

.image-31 {
  position: relative;
  left: 951px;
  top: -624px;
  width: 250px;
}

.image-32 {
  position: relative;
  left: 1215px;
  top: -804px;
}

.image-33 {
  position: relative;
  left: 1086px;
  top: -718px;
  width: 300px;
}

.div-block-15 {
  height: 800px;
  margin-right: 50px;
  margin-left: 50px;
  background-color: #fff4f4;
}

.content-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column01 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column02 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 100vh;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.photo {
  height: 800px;
}

.photo._1 {
  margin-left: 0px;
  padding-left: 0px;
  background-image: url("../images/BSTB_V1-01.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.photo._2 {
  background-image: url("../images/SalesBoost-and-Track.svg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.photo._3 {
  background-image: url("../images/About_dashboard.svg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-holder {
  position: relative;
  height: 100%;
}

.content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content._1 {
  display: block;
  background-color: #fff;
  color: #070707;
}

.content._2 {
  display: block;
  background-color: #fff;
}

.content._3 {
  display: block;
  background-color: #444;
}

.heading-11 {
  color: #fff;
}

.heading-12 {
  margin-top: 140px;
  margin-left: 60px;
  color: #83cb43;
}

.heading-13 {
  margin-top: 140px;
  margin-left: 60px;
  color: #83cb43;
}

.paragraph-8 {
  color: #fff;
}

.test-scrolling {
  position: static;
  height: 3000px;
  background-image: url("../images/test02_opacity20-01.png");
  background-position: 50% 50%;
  background-size: 1200px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.div-block-16 {
  display: inline-block;
  margin-top: 600px;
  margin-left: 129px;
}

.heading-14 {
  display: block;
  margin-top: 140px;
  margin-left: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #83cb43;
  font-size: 25px;
  line-height: 40px;
  font-weight: 600;
}

.paragraph-9 {
  margin-left: 500px;
}

.image-34 {
  position: fixed;
  left: 69px;
  top: -488px;
  z-index: 0;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -414px;
  padding-top: 0px;
  padding-bottom: 373px;
  opacity: 0;
}

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

.herosection {
  display: none;
  height: 100%;
  background-color: #f3f3f3;
}

.topnav {
  padding-left: 0px;
}

.featureshero {
  display: block;
  width: 40%;
  height: 700px;
  margin-left: 0px;
  background-color: transparent;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.heading-15 {
  display: inline-block;
  margin-top: 180px;
  margin-right: auto;
  margin-left: 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Poppins, sans-serif;
  color: #2a2a46;
  font-weight: 700;
  text-align: left;
}

.paragraph-10 {
  display: block;
  margin-left: 15%;
  font-family: Poppins, sans-serif;
  color: #2a2a46;
  font-size: 18px;
  line-height: 35px;
  font-weight: 400;
  text-align: left;
}

.text-field-2 {
  display: inline-block;
  width: 300px;
  font-size: 8px;
}

.text-field-2.firstnamefield {
  display: block;
  width: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.text-field-2.lastnamefield {
  margin-left: 320px;
}

.field-label {
  display: inline;
}

.field-label.lastname {
  margin-left: 229px;
}

.field-label.name {
  display: block;
}

.field-label-2 {
  margin-top: 30px;
  padding-top: 0px;
}

.div-block-18 {
  background-color: rgba(255, 0, 0, 0.31);
}

.demoblock {
  position: fixed;
  z-index: 4;
  display: none;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.31);
}

.feature01 {
  height: 500px;
}

.div-block-19 {
  padding-right: 3%;
  padding-left: 3%;
}

.contentcontainer01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  margin: 40px auto;
  padding-right: 0px;
  padding-left: 0px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-20 {
  display: block;
  margin-right: 40px;
  margin-left: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.heading-16 {
  display: inline-block;
  margin-top: 140px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}

.image-35 {
  width: 500px;
  margin-top: 40px;
}

.paragraph-11 {
  margin-right: 350px;
  margin-left: 0px;
}

.div-block-21 {
  display: -ms-grid;
  display: grid;
  margin-left: auto;
  padding-left: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 41px;
  grid-row-gap: 22px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.heading-17 {
  display: inline-block;
  margin-left: -50px;
  font-family: Poppins, sans-serif;
  color: #83cb43;
  font-size: 40px;
  font-weight: 700;
}

.paragraph-12 {
  display: inline-block;
  margin-left: -50px;
  font-family: Poppins, sans-serif;
  color: #2a2a46;
  font-weight: 300;
}

.container-4 {
  margin-top: 60px;
}

.container-4._01 {
  display: block;
}

.image-36 {
  margin-top: 40px;
  margin-left: 100px;
  padding-left: 0px;
}

.section-5 {
  display: none;
  margin-left: 0px;
}

.div-block-22 {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-13 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 100px;
  padding-top: 0px;
}

.div-block-23 {
  display: block;
  width: 500px;
  margin: 0px auto 9px;
}

.image-37 {
  display: inline-block;
  width: 30%;
  margin: -250px auto 0px 658px;
  padding-left: 0px;
}

.heading-18 {
  display: inline-block;
  margin-top: 140px;
  margin-left: 100px;
}

.section-6 {
  display: block;
}

.feature-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  margin-top: 10vh;
  margin-bottom: 10vh;
  margin-left: 60px;
  padding-right: 10vw;
  padding-left: 10vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
}

.feature-wrap._01 {
  height: 60vh;
  margin-right: 5%;
  margin-bottom: 0vh;
  margin-left: 5%;
  padding-bottom: 10px;
  border-radius: 20px;
  background-color: #f4f6fa;
}

.feature-wrap._03 {
  height: 60vh;
  margin: 3vh 5% 0vh;
  border-radius: 20px;
  background-color: #f4f6fa;
}

.feature-wrap._04 {
  height: 80%;
  margin-top: 5vh;
  margin-right: 80px;
  margin-left: 5%;
  padding-bottom: 60px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url("../images/Feature_backN3-01.webp");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 0 0 18px -8px #000;
}

.feature-content {
  width: 50vw;
  max-width: 450px;
  margin-left: 0px;
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px none #000;
}

.feature-content._03 {
  margin-left: auto;
}

.title {
  display: inline-block;
  margin-left: 0px;
  padding-bottom: 5px;
  border-bottom: 1px none #2e2e2e;
  color: #a8a8a8;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.green-heading {
  display: block;
  margin-top: 60px;
  margin-left: -20%;
  font-family: Poppins, sans-serif;
  color: #83cb43;
  font-size: 36px;
  font-weight: 500;
}

.feature-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
}

.image-38 {
  width: 500px;
  margin-top: 34px;
  margin-left: 18px;
  padding-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-38._01 {
  width: 600px;
  margin-top: -23px;
  margin-left: 130px;
  padding-top: 52px;
  padding-right: 0px;
  padding-left: 0px;
}

.image-38._01 {
  margin-top: 13px;
  margin-bottom: 0px;
  margin-left: -75px;
  padding-top: 40px;
}

.image-38._02 {
  width: 600px;
  margin-left: 130px;
  padding-top: 52px;
  padding-right: 0px;
  padding-left: 0px;
}

.image-38._03 {
  width: 600px;
  margin-left: 130px;
  padding-top: 52px;
  padding-right: 0px;
  padding-left: 0px;
}

.image-38.new {
  width: 600px;
  margin-left: 130px;
  padding-top: 52px;
  padding-right: 0px;
  padding-left: 0px;
}

.paragraph-14 {
  margin-right: 40px;
  margin-bottom: 10px;
  margin-left: -20%;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.feature-wrap-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding-right: 10vw;
  padding-left: 10vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
}

.feature-wrap-02.reverse02 {
  height: 70vh;
  margin: 3% 5% 5%;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  border-radius: 20px;
  background-color: #fff;
  background-image: url("../images/Feature_backN3-01.webp");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 17px -10px #000;
}

.black-text {
  margin-top: 0px;
  font-family: Poppins, sans-serif;
  color: #83cb43;
  font-weight: 500;
}

.black-text._01 {
  margin-top: 40px;
}

.paragraph-15 {
  margin-right: 20%;
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.div-block-24 {
  height: 350px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.heading-19 {
  margin-top: 20px;
  padding-top: 60px;
  text-align: center;
}

.heading-20 {
  position: static;
  top: 10px;
  margin-top: 5%;
  clear: none;
  color: #83cb43;
  font-weight: 700;
  text-align: center;
}

.paragraph-16 {
  margin-top: 0%;
  padding-top: 0px;
  color: #2a2a46;
  font-weight: 400;
  text-align: center;
}

.container-5 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  margin-top: 0px;
  padding: 60px 40px;
}

.section-7 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  background-image: url("../images/Mask-Group-10.webp");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-8 {
  height: 100vw;
}

.section-8.dashboard01 {
  display: block;
  height: auto;
  background-color: transparent;
}

.heading-21 {
  margin-top: 100px;
  font-family: Poppins, sans-serif;
  color: #2a2a46;
  font-weight: 600;
  text-align: center;
}

.paragraph-17 {
  color: #2a2a46;
  font-size: 20px;
  line-height: 35px;
  font-weight: 500;
  text-align: center;
}

.div-block-25 {
  position: relative;
  top: 0px;
  width: auto;
  height: auto;
}

.verticle-section {
  height: 400vw;
}

.camera {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.intro-dashboard {
  display: block;
  width: 100vw;
  height: 100vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fafafa;
  background-image: url("../images/Feature_dashboard_back.webp");
  background-position: 85% 50%;
  background-size: 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.intro-dashboard._01 {
  background-color: #d38f8f;
}

.intro-dashboard._02 {
  background-color: #ec9c9c;
}

.intro-dashboard._03 {
  background-color: #e79797;
}

.heading-22 {
  margin-top: 180px;
  margin-right: 60px;
  margin-left: 5%;
  font-family: Poppins, sans-serif;
  color: #7bd811;
  font-size: 70px;
  font-weight: 700;
  text-align: left;
}

.paragraph-18 {
  margin-left: 5%;
  padding-top: 20px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 40px;
  font-weight: 300;
  text-align: left;
  max-width: 650px;
}

@media only screen and (min-width: 990px ) and (max-width: 1300px) {
  .paragraph-18 {
    max-width: 485px !important;
  }
}

.dashboard01 {
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: transparent;
  color: #000;
}

.dashboard02 {
  display: block;
  width: 100vw;
  height: 100vh;
}

.dashboard02._02 {
  display: block;
}

.dashboard02._04 {
  display: block;
}

.dashboard03 {
  display: block;
  width: 100vw;
  height: 100vh;
}

.dashboard03._03 {
  display: block;
}

.reports {
  height: 100%;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  text-align: center;
}

.heading-23 {
  margin-top: 40px;
  margin-bottom: 60px;
  color: #2a2a46;
  font-weight: 600;
}

.frame02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-right: 2%;
  margin-left: 2%;
  padding-right: 0%;
}

.div-block-26 {
  width: 40%;
  height: 100%;
  margin-right: 0%;
  margin-left: 0px;
  font-size: 14px;
}

.div-block-27 {
  width: 60%;
  height: 800px;
  margin-top: 40px;
  margin-left: 2%;
}

.div-block-28 {
  width: 33%;
  height: 50vw;
}

.heading-24 {
  margin-top: 100px;
  margin-left: 20px;
  color: #83cb43;
  font-size: 30px;
  line-height: 45px;
  text-align: left;
}

.heading-24._01 {
  margin-top: 100px;
  margin-left: -40px;
}

.heading-24._02 {
  margin-top: 100px;
  margin-right: 20px;
  margin-left: -40px;
  text-align: left;
}

.paragraph-19 {
  margin-left: -40px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.paragraph-20 {
  margin-right: 20px;
  margin-left: -40px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.schedulling {
  height: 100vh;
  line-height: 35;
}

.div-block-29 {
  height: 30%;
  background-image: url('../images/14092.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.div-block-30 {
  height: 70%;
}

.schedulling-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-31 {
  display: block;
  width: 50%;
  height: 100%;
}

.div-block-32 {
  width: 50%;
  height: 100%;
}

.image-39 {
  width: 60%;
  height: 50%;
  margin-top: 20px;
  margin-right: 140px;
  margin-left: 140px;
  padding-top: 0px;
}

.image-39._01 {
  margin-left: 220px;
}

.heading-25 {
  margin-top: 40px;
  margin-left: 100px;
  font-family: Poppins, sans-serif;
  color: #83cb43;
  font-size: 35px;
  line-height: 50px;
  text-align: left;
}

.heading-25._01 {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 200px;
}

.heading-25._02 {
  margin-top: 10px;
  margin-left: 100px;
  text-align: left;
}

.paragraph-21 {
  margin-top: 40px;
  margin-left: 100px;
  padding-right: 5%;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.paragraph-21._02 {
  margin-top: 20px;
  text-align: left;
}

.paragraph-21._01 {
  margin-top: 60px;
  margin-left: 200px;
  text-align: left;
}

.section-9 {
  display: block;
  margin-top: 60px;
}

.image-40 {
  width: 60vw;
  height: 100%;
  margin-top: 0px;
  margin-left: 0%;
}

.pricing {
  height: 60vw;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60%;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-41 {
  position: relative;
  width: 50vw;
  height: 80vh;
  margin-top: -2%;
}

.heading-26 {
  margin-top: 0%;
  margin-left: 15px;
  font-family: Poppins, sans-serif;
  color: #83cb43;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
}

.paragraph-22 {
  font-family: Poppins, sans-serif;
  font-weight: 300;
  text-align: center;
}

.button-4 {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #fd5350;
  font-family: Poppins, sans-serif;
  text-align: center;
}

.button-4:hover {
  color: #fff;
}

.button-4.register {
  margin-left: 10px;
}

.user-friendly-setup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vw;
  padding-bottom: 0px;
  background-image: url("../images/New01-01.webp");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.slide {
  line-height: 40px;
}

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 50vw;
  margin-left: 10%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: center;
}

.image-42 {
  width: 800px;
  height: 800px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.div-block-35 {
  width: 30%;
  height: 50vw;
  margin-left: 3%;
}

.heading-27 {
  margin-top: 250px;
  margin-left: 10px;
  font-family: Poppins, sans-serif;
  color: #83cb43;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
}

.paragraph-23 {
  margin-left: 10px;
  font-family: Poppins, sans-serif;
}

.feature-wrap-04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding-right: 10vw;
  padding-left: 10vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
}

.feature-wrap-04.reverse02 {
  height: 100%;
  margin: 10vh 5% 10vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  border-radius: 20px;
  background-color: #fff;
  background-image: url("../images/Feature_backN3-01.webp");
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 17px -10px #000;
}

.footer01 {
  display: block;
  margin-top: 60px;
  margin-bottom: 0px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-block {
  width: 60%;
  height: 700px;
}

.image-43 {
  width: 700px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 5%;
  padding-bottom: 0px;
  padding-left: 0px;
}

.text-block-10 {
  display: inline-block;
  margin-left: 15%;
  color: #fd763c;
  font-weight: 500;
}

.about_hero_section {
  display: none;
  height: 100vh;
  margin-top: -60px;
  background-image: url("../images/back02.png");
  background-position: 100% 0%;
  background-size: 65%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.div-block-36 {
  margin-right: 5%;
  margin-left: 5%;
}

.heading-28 {
  margin-top: 60px;
  margin-bottom: 15px;
  padding-top: 60px;
  padding-left: 5px;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 600;
  text-align: left;
}

.heading-29 {
  margin-top: 0px;
  margin-right: 0%;
  margin-bottom: 20px;
  padding-left: 5px;
  background-color: transparent;
  font-family: Poppins, sans-serif;
  color: #010205;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

.div-block-37 {
  margin-top: -10px;
  margin-right: 70%;
  margin-left: 0%;
  padding-left: 0px;
  background-color: #ffc400;
}

.paragraph-24 {
  display: block;
  margin-top: 2%;
  margin-right: auto;
  margin-left: 0px;
  padding-left: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
  text-align: left;
}

.paragraph-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: Poppins, sans-serif;
}

.description_section {
  display: none;
  margin-top: -100px;
}

.div-block-38 {
  height: 60vh;
  background-image: url("../images/New01-01.webp");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.div-block-39 {
  margin-top: 0px;
  margin-right: 5%;
  margin-left: 5%;
  padding-top: 60px;
}

.paragraph-26 {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
}

.paragraph-27 {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
}

.button-5 {
  position: relative;
  left: auto;
  display: inline-block;
  margin-top: 2%;
  margin-right: 45%;
  margin-left: 45%;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 7px;
  background-color: #ff6e5c;
  text-align: left;
}

.david_section {
  display: block;
}

.div-block-40 {
  display: -ms-grid;
  display: grid;
  height: 100vh;
  margin-right: 5%;
  margin-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.heading-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-left: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Poppins, sans-serif;
  font-size: 30px;
}

.paragraph-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: 2%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.paragraph-29 {
  display: block;
  margin-right: auto;
  margin-left: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.image-44 {
  display: block;
  width: 25%;
  margin-left: 0px;
  padding-left: 6px;
}

.heading-31 {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}

.div-block-42 {
  display: -ms-grid;
  display: grid;
  height: 100vh;
  margin-top: 60px;
  margin-right: 5%;
  margin-left: 5%;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 56px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.paragraph-30 {
  margin-right: 0px;
  margin-left: 0px;
}

.paragraph-31 {
  margin-right: 0px;
  margin-left: 0px;
}

.paragraph-32 {
  margin-right: 0px;
  margin-left: 0px;
}

.pricing_card {
  display: block;
}

.pricing_section {
  display: none;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.monthly {
  margin: 30px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  mix-blend-mode: normal;
}

.card01 {
  position: relative;
  width: 500px;
  height: 700px;
}

.card01-front {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #3f3f3f;
  background-image: url('../images/Pricing_Card_back-01.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.heading-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -380px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
}

.heading-33 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #eeba1e;
  font-weight: 500;
}

.card01-back {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #1f1e1e;
  background-image: url('../images/Intersection-2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  color: #fff;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.heading-34 {
  position: absolute;
  margin-top: -325px;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-align: left;
}

.anual {
  margin: 30px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  mix-blend-mode: normal;
}

.image-45 {
  position: absolute;
  display: none;
  width: 500px;
  margin-top: 421px;
  margin-left: -13px;
  padding-top: 0px;
  padding-left: 0px;
}

.text-block-11 {
  position: relative;
  top: 83px;
  margin-top: -100px;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
}

.heading-35 {
  position: relative;
  top: 70px;
  margin-top: 40px;
  color: #ffbf00;
  font-weight: 700;
}

.image-46 {
  margin-left: -20px;
}

.goal {
  position: relative;
  width: 600px;
  margin-top: 5px;
  margin-left: 5%;
  padding-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.goal._01 {
  width: 600px;
  margin-top: -23px;
  margin-left: 130px;
  padding-top: 52px;
  padding-right: 0px;
  padding-left: 0px;
}

.goal._01 {
  margin-top: 13px;
  margin-bottom: 0px;
  margin-left: -75px;
  padding-top: 40px;
}

.goal._02 {
  width: 600px;
  margin-left: 130px;
  padding-top: 52px;
  padding-right: 0px;
  padding-left: 0px;
}

.goal._03 {
  width: 600px;
  margin-left: 130px;
  padding-top: 52px;
  padding-right: 0px;
  padding-left: 0px;
}

.goal.new {
  width: 600px;
  margin-left: 130px;
  padding-top: 52px;
  padding-right: 0px;
  padding-left: 0px;
}

.customizable {
  position: relative;
  width: 600px;
  margin-top: 0px;
  margin-left: -77px;
  padding-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.customizable._01 {
  width: 600px;
  margin-top: -23px;
  margin-left: 130px;
  padding-top: 52px;
  padding-right: 0px;
  padding-left: 0px;
}

.customizable._01 {
  margin-top: 13px;
  margin-bottom: 0px;
  margin-left: -75px;
  padding-top: 40px;
}

.customizable._02 {
  width: 600px;
  margin-left: 130px;
  padding-top: 52px;
  padding-right: 0px;
  padding-left: 0px;
}

.customizable._03 {
  width: 600px;
  margin-left: 130px;
  padding-top: 52px;
  padding-right: 0px;
  padding-left: 0px;
}

.customizable.new {
  width: 600px;
  margin-left: 130px;
  padding-top: 52px;
  padding-right: 0px;
  padding-left: 0px;
}

.detailblock {
  height: 40vh;
  margin-top: 0px;
  margin-right: 5%;
  margin-left: 5%;
  padding-top: 60px;
}

.text-block-12 {
  margin-top: 20px;
  margin-right: 5%;
  margin-left: 5%;
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
}

.image-47 {
  margin-top: 140px;
  margin-left: 100px;
}

.david {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 10%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f7f7f7;
}

.profile-card_01_david {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 500px;
  margin-top: 100px;
  margin-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 11px;
  background-color: #fff;
  box-shadow: 0 3px 20px -9px #000;
}

.image-48 {
  position: relative;
  margin-top: auto;
}

.david_image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 200px;
  margin-top: 0px;
  background-image: url("../images/IMGP7792-SM.webp");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-block-13 {
  position: relative;
}

.heading-36 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #525252;
  font-weight: 500;
}

.tags {
  position: static;
  display: none;
  margin-right: auto;
  margin-left: -20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.leader-tag {
  width: 75px;
  margin-top: 15px;
  margin-left: -135px;
}

.coach {
  width: 200px;
  margin-top: 80px;
  margin-left: 160px;
}

.owner {
  width: 200px;
  margin-top: 20px;
  margin-left: 160px;
}

.speaker {
  width: 75px;
  margin-top: 15px;
  margin-left: 131px;
  padding-left: 4px;
}

.speaker {
  width: 200px;
  margin-top: 80px;
  margin-left: -75px;
  padding-left: 0px;
}

.leader {
  position: absolute;
  width: 200px;
  margin-top: 20px;
  margin-left: -75px;
}

.social_media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gmail {
  width: 25px;
  margin-top: 0px;
}

.linkedin {
  width: 25px;
  margin-top: 0px;
  margin-left: -50px;
}

.twitter {
  width: 25px;
  margin-top: 0px;
  margin-left: 50px;
}

.detail_dave {
  display: block;
  margin-top: 100px;
  margin-left: 6%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.paragraph-33 {
  margin-top: 0px;
  margin-right: auto;
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  text-align: justify;
}

.paragraph-34 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
}

.detail_dave-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.paragraph-33-copy {
  margin-top: 60px;
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  text-align: left;
}

.paragraph-34-copy {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
}

.paragraph-35 {
  margin-right: auto;
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  text-align: justify;
}

.paragraph-36 {
  margin-right: 10%;
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  text-align: justify;
}

.paragraph-37 {
  margin-right: auto;
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.ron {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: -166px;
  margin-left: 0px;
  padding-left: 10%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f7f7f7;
}

.profile-card_02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 500px;
  margin-top: 100px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 11px;
  background-color: #fff;
  box-shadow: 0 12px 20px -13px #000;
}

.div-block-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.text-block-14 {
  padding-left: 5px;
  font-family: Poppins, sans-serif;
  color: #ff6b08;
  font-weight: 500;
}

.section-13 {
  display: none;
  background-image: url('../images/Intersection-2.png');
  background-position: 100% 0%;
  background-size: cover;
  background-attachment: fixed;
}

.html-embed {
  display: none;
}

.button-6 {
  margin-top: 10px;
  margin-left: 5%;
  border-radius: 6px;
  background-color: #ff6e5c;
}

.button-6:hover {
  color: #fff;
}

.link-2-home {
  position: absolute;
  margin-top: 60px;
  margin-left: 60px;
  padding-top: 0px;
  color: #9a9ca1;
  font-size: 14px;
}

.paragraph-33_2 {
  margin-top: 60px;
  margin-right: auto;
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  text-align: justify;
}

.feature-wrap-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  margin-top: 10vh;
  margin-bottom: 10vh;
  margin-left: 60px;
  padding-right: 10vw;
  padding-left: 10vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
}

.feature-wrap-01._01 {
  height: 70vh;
  margin: 10% 5% 5%;
  padding-right: 10%;
  padding-bottom: 10px;
  padding-left: 10%;
  border-radius: 20px;
  background-color: #fff;
  background-image: url("../images/Feature_backN3-01.webp");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  box-shadow: 0 0 17px -10px #000;
}

.feature-wrap-01._03 {
  height: 60vh;
  margin: 3vh 5% 0vh;
  border-radius: 20px;
  background-color: #f4f6fa;
}

.feature-wrap-01._04 {
  height: 80%;
  margin-top: 5vh;
  margin-right: 80px;
  margin-left: 5%;
  padding-bottom: 60px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url("../images/card-back02-01.webp");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 0 0 18px -8px #000;
}

.feature-wrap-03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  margin-top: 10vh;
  margin-bottom: 10vh;
  margin-left: 60px;
  padding-right: 10vw;
  padding-left: 10vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
}

.feature-wrap-03._01 {
  height: 60vh;
  margin-right: 5%;
  margin-bottom: 0vh;
  margin-left: 5%;
  padding-bottom: 10px;
  border-radius: 20px;
  background-color: #f4f6fa;
}

.feature-wrap-03._03 {
  height: 80vh;
  margin: 3vh 5% 5vh;
  border-radius: 20px;
  background-color: #fff;
  background-image: url("../images/Feature_backN3-01.webp");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 17px -10px #000;
}

.feature-wrap-03._04 {
  height: 80%;
  margin-top: 5vh;
  margin-right: 80px;
  margin-left: 5%;
  padding-bottom: 60px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url("../images/card-back02-01.webp");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 0 0 18px -8px #000;
}

.management-system {
  position: relative;
  width: 600px;
  margin-top: 53px;
  margin-left: 0%;
  padding-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.management-system._01 {
  width: 600px;
  margin-top: -23px;
  margin-left: 130px;
  padding-top: 52px;
  padding-right: 0px;
  padding-left: 0px;
}

.management-system._01 {
  margin-top: 13px;
  margin-bottom: 0px;
  margin-left: -75px;
  padding-top: 40px;
}

.management-system._02 {
  width: 600px;
  margin-left: 130px;
  padding-top: 52px;
  padding-right: 0px;
  padding-left: 0px;
}

.management-system._03 {
  width: 600px;
  margin-left: 130px;
  padding-top: 52px;
  padding-right: 0px;
  padding-left: 0px;
}

.management-system.new {
  width: 600px;
  margin-left: 130px;
  padding-top: 52px;
  padding-right: 0px;
  padding-left: 0px;
}

.independent-bs {
  width: 500px;
  margin-top: 34px;
  margin-left: 18px;
  padding-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.independent-bs._01 {
  width: 600px;
  margin-top: -23px;
  margin-left: 130px;
  padding-top: 52px;
  padding-right: 0px;
  padding-left: 0px;
}

.independent-bs._01 {
  position: relative;
  width: 700px;
  margin-top: 13px;
  margin-bottom: 0px;
  margin-left: -25%;
  padding-top: 40px;
}

.independent-bs._02 {
  width: 600px;
  margin-left: 130px;
  padding-top: 52px;
  padding-right: 0px;
  padding-left: 0px;
}

.independent-bs._03 {
  width: 600px;
  margin-left: 130px;
  padding-top: 52px;
  padding-right: 0px;
  padding-left: 0px;
}

.independent-bs.new {
  width: 600px;
  margin-left: 130px;
  padding-top: 52px;
  padding-right: 0px;
  padding-left: 0px;
}

.green-heading-goals {
  display: block;
  margin-top: 60px;
  margin-left: -20px;
  font-family: Poppins, sans-serif;
  color: #83cb43;
  font-size: 36px;
  font-weight: 500;
}

.green-heading-goals.v1 {
  margin-top: 31px;
  margin-left: -20%;
}

.user_friendly {
  width: 800px;
  height: 800px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: -80px;
  padding-top: 0px;
}

@media only screen and (min-width: 990px) {
  img.user_friendly{
  width: 600px;
  height: 600px;
  margin-top: -100px;
  }
  .heading-27 {
    margin-top: 0px;
  }
}

.section-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scroll-button {
  display: inline-block;
  margin-top: 30px;
  margin-left: 60px;
}

.scroll-button.features {
  margin-left: 5%;
}

.mouse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 70px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 3px solid #ffc400;
  border-radius: 50px;
}

.dot {
  width: 8px;
  height: 8px;
  margin-top: 10px;
  border: 5px solid #ffc400;
  border-radius: 50%;
}

.text-block-15 {
  margin-top: 3px;
  margin-right: -8px;
  font-family: Poppins, sans-serif;
  color: #ffc400;
  font-size: 10px;
  letter-spacing: 3px;
}

.div-block-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.detail_section {
  display: block;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.profile-card_02-_ron {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 500px;
  margin-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 11px;
  background-color: #fff;
  box-shadow: 0 3px 20px -9px #000;
}

.profile-card_03-_neil {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 500px;
  margin-top: 50px;
  margin-right: 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 11px;
  background-color: #fff;
  box-shadow: 0 3px 20px -9px #000;
}

.ron_image {
  position: relative;
  width: 150px;
  margin-top: 0px;
  margin-bottom: 20px;
}

.profile-card_01_david-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 500px;
  margin-top: 50px;
  margin-right: 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 11px;
  background-color: #fff;
  box-shadow: 0 3px 20px -9px #000;
}

.author {
  width: 120px;
  margin-top: 20px;
  margin-left: -75px;
}

.consultant {
  width: 120px;
  margin-top: 20px;
  margin-left: 75px;
}

.speaker_v2 {
  width: 120px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
}

.scroll-button-pricing {
  display: inline-block;
  margin-top: 20px;
  margin-left: 60px;
}

.div-block_scroll-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mouse_pricing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 3px;
  border-color: #ff8c00;
  border-radius: 50px;
}

.dot-pricing {
  width: 8px;
  height: 8px;
  margin-top: 10px;
  border: 5px solid #ff8c00;
  border-radius: 50%;
}

.bold-text-2 {
  font-weight: 500;
}

.navigation-usecases {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.section-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200%;
  min-height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-37 {
  margin-top: 5%;
  margin-bottom: 25px;
  font-family: Poppins, sans-serif;
  color: #39393d;
  font-weight: 600;
  text-align: center;
}

.main-card-block01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0%;
  margin-right: 5%;
  margin-left: 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.onesite {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 460px;
  margin-right: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px -7px #000;
}

.mso {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 460px;
  margin-right: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px -7px #000;
}

.technician {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 460px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px -7px #000;
  text-align: center;
}

.onesite_image {
  width: 180px;
  height: 150px;
  min-height: 100px;
  margin-top: 20px;
}

.heading-38 {
  margin-top: 173px;
  color: #00db07;
  text-transform: none;
}

.bold-text-3 {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.text-block-16 {
  margin-top: -10px;
  padding-right: 14px;
  padding-left: 14px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  text-align: center;
}

.bold-text-4 {
  display: block;
  width: 250px;
  margin-right: auto;
  margin-left: auto;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}

.bold-text-5 {
  position: relative;
  display: block;
  min-height: 10px;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
}

.bold-text-5._01 {
  margin-right: auto;
  margin-left: auto;
}

.bold-text-5._03 {
  margin-top: 17px;
}

.bold-text-5._04 {
  margin-top: 19px;
}

.bold-text-5._05 {
  margin-top: 19px;
}

.mso_image {
  width: 180px;
  margin-top: 20px;
}

.mso_image._02 {
  margin-top: 29px;
}

.tchnician_image {
  width: 180px;
  margin-top: 42px;
}

.technitian-text {
  margin-top: 166px;
  color: #00db07;
  text-transform: none;
}

.main-card-block02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: 5%;
  margin-left: 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-hero_section {
  min-height: 100vh;
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90vh;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0px;
  background-image: url("../images/Pricing-Hero-Back-01.webp");
  background-position: 50% 50%;
  background-size: 120%;
  background-repeat: no-repeat;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.hero-wrapper:hover {
  background-size: 150%;
  box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.45);
}

.heading-39 {
  margin-top: 60px;
  margin-left: 60px;
  color: #fff;
  font-size: 70px;
  line-height: 80px;
  font-weight: 600;
}

.hero-pricing-text-1 {
  margin-top: 10px;
  margin-left: 60px;
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  font-weight: 200;
}

.hero-pricing-text-2 {
  margin-top: 10px;
  margin-left: 60px;
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  font-weight: 200;
}

.text-span-5 {
  color: #ffa411;
}

.hero-section_about {
  min-height: 100vh;
  margin-top: -30px;
}

.about_us-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90vh;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0px;
  background-image: url("../images/About-Us-Hero-Back-01.webp");
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 700;
}

.about_us-wrapper:hover {
  background-position: 50% 50%;
  background-size: 120% 120%;
  box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.45);
}

.heading-40 {
  margin-top: 110px;
  margin-bottom: 0px;
  margin-left: 60px;
  font-size: 80px;
  font-weight: 700;
}

.heading-41 {
  margin-top: 25px;
  margin-left: 60px;
  color: #ffb700;
  font-size: 45px;
  font-weight: 500;
}

.text-block-17 {
  margin-top: 20px;
  margin-left: 60px;
  font-size: 22px;
  line-height: 33px;
  font-weight: 300;
}

.text-block-18 {
  display: none;
  margin-top: 10px;
  margin-left: 60px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

.section-17 {
  display: block;
}

.about_card_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  margin-top: -80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.wrapper_detail {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 700px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pannel_wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
}

.pannel_wrapper:hover {
  -webkit-box-flex: 10;
  -webkit-flex: 10 auto;
  -ms-flex: 10 auto;
  flex: 10 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: 80vh;
}

.dave_image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url("../images/IMGP7792-SM.webp");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._01_image_overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(73, 62, 0, 0.16);
}

.dave_text_name {
  position: absolute;
  display: block;
  min-width: 400px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 10px;
}

.dave_detail_wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.detail_item_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-19 {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 40px;
  padding-left: 40px;
  color: #fff;
  font-size: 14px;
}

.ron_image2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url("../images/ron_new_image.webp");
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ron_image2:hover {
  background-position: 100% 0%;
}

._01_image_overlay-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(132, 1, 255, 0.51);
}

._02_image_overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(73, 62, 0, 0.16);
}

.detail_name_01 {
  margin-top: -300px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 600;
}

.dave_detail_image {
  width: 700px;
  margin-top: -215px;
}

.ron-detail-image {
  width: 700px;
  margin-top: -215px;
}

.detail_name_01-copy {
  margin-top: -300px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 600;
}

.detail_name_01-copy._02 {
  margin-top: -300px;
  text-align: center;
}

.neil_text_name-copy {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 10px;
}

.neil_detail_wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.neil_image-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url("../images/IMG_1255.webp");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mobile_detail_section {
  display: none;
}

.hero-section_features {
  min-height: 100vh;
  margin-top: 0%;
}

.feature-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90vh;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0px;
  background-image: url('../images/Feature_HEROBACK-_card_v2-01.webp');
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 700;
}

.feature-wrapper:hover {
  background-position: 50% 50%;
  background-size: 110% 110%;
  box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.45);
}

.feature_heading_card {
  margin-top: 160px;
  margin-bottom: 0px;
  margin-left: 5%;
  color: #ffd903;
  font-size: 80px;
  font-weight: 700;
}

.feature_text_block_card {
  margin-top: 30px;
  margin-left: 5%;
  font-size: 20px;
  line-height: 35px;
  font-weight: 300;
}

.footer_pricing {
  margin-top: -210px;
}

.footer_usecases {
  margin-top: 0px;
}

.operations-image {
  width: 180px;
  margin-top: 20px;
}

.bold-text-5-copy {
  display: block;
  margin-top: 25px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}

.new_price_grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 200px;
  min-height: 100vh;
  margin-top: 65px;
}

._03_image_overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(73, 62, 0, 0.16);
}

._03_image_overlay:hover {
  background-color: rgba(22, 22, 22, 0.76);
}

.neil_detail_image {
  width: 700px;
  margin-top: -215px;
}

.request-demo-close-button {
  position: relative;
  display: block;
  width: 25px;
  height: auto;
  margin-top: 10px;
  margin-right: 20px;
}

.login_close-button {
  position: relative;
  width: 25px;
  height: auto;
  margin-top: 10px;
  margin-right: 20px;
}

.large-pricing-title {
  margin-top: 9px;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.large-pricing-title.price {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
}

.pricing-list-icon {
  position: absolute;
  left: 0px;
  top: 3px;
  width: 15px;
  margin-top: 8px;
}

.pricing-feature-list-item {
  position: relative;
  margin-bottom: 6px;
  padding-left: 26px;
}

._2-column-pricing {
  margin-top: 94px;
  margin-left: 0px;
}

.pricing-column-left {
  padding-left: 35px;
}

.button-7 {
  margin-top: 20px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 3px;
  background-color: #1f6fff;
  -webkit-transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-7:hover {
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.button-7.green {
  margin-left: 100px;
  background-color: #5ec045;
}

.button-7.green:hover {
  background-color: #6fdd53;
}

.container-6 {
  position: relative;
  display: block;
  height: 70vh;
  margin-top: 75px;
  padding: 0px 40px;
  border-radius: 20px;
  box-shadow: 0 0 11px -5px #000;
}

.pricing-list-title {
  margin-top: 8px;
  font-size: 16px;
  line-height: 21px;
}

.large-pricing-icon {
  width: 50px;
  height: 50px;
  margin-top: -60px;
  margin-bottom: 20px;
}

.large-pricing-block {
  margin-top: 15px;
  margin-right: -5px;
  padding-right: 0px;
  border-right: 2px solid #e4e4e4;
}

.large-pricing-block._2 {
  padding-right: 0px;
  padding-left: 0px;
  border-right-width: 0px;
}

.pricing-features-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 300;
  list-style-type: none;
}

.pricing-column-right {
  padding-left: 20px;
}

.paragraph-38 {
  font-weight: 300;
}

.monthly-picing-button {
  margin-top: 33px;
  margin-left: 0px;
  padding-right: 25px;
  padding-left: 25px;
  border: 2px solid #000;
  border-radius: 10px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  color: #2e2e2e;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.monthly-picing-button:hover {
  border-style: none;
  background-color: #f60;
  box-shadow: none;
  color: #fff;
}

.monthly-picing-button.green {
  background-color: #5ec045;
}

.monthly-picing-button.green:hover {
  background-color: #6fdd53;
}

.bottom-paragraph {
  margin-top: 30px;
  margin-bottom: 0px;
}

.why-toolbox-content01 {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}

.why-toolbox-content01.tint {
  background-color: #f5f5f5;
}

.why-toolbox-content01.overflow-none {
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin-top: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.color-block-paragraph {
  position: relative;
  z-index: 10;
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 19px;
}

.color-block-title {
  position: relative;
  z-index: 10;
  margin-bottom: 17px;
  color: #000;
  font-size: 19px;
  font-weight: 600;
  text-align: left;
}

.blocks-row {
  margin-bottom: 20px;
}

.container-7 {
  position: relative;
}

.container-7.centered {
  text-align: center;
}

.color-block-icon {
  position: absolute;
  top: 18px;
  right: 30px;
  z-index: 1;
  width: auto;
  height: 40px;
  margin-top: 25px;
  opacity: 1;
}

.color-block {
  position: relative;
  display: block;
  padding: 32px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #8f8f8f;
  text-align: left;
  text-decoration: none;
}

.whytoolbox_hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading-42 {
  margin-top: 125px;
  margin-left: 100px;
  font-family: Poppins, sans-serif;
  color: #ffbb0f;
  font-size: 80px;
  font-weight: 700;
  text-align: left;
}

.div-block-45 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.whytoolboxherotext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 85vh;
  margin-top: -11px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url("../images/Whytoolbox_Hero-Back-01.webp");
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms cubic-bezier(.42, 0, .509, .989);
  transition: all 300ms cubic-bezier(.42, 0, .509, .989);
}

.whytoolboxherotext:hover {
  background-size: 110%;
  box-shadow: 2px 2px 20px -2px rgba(0, 0, 0, 0.92);
}

.text-block-21 {
  margin-top: 20px;
  margin-left: 100px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
}

.whytoolbox_content {
  height: 100vh;
  line-height: 100;
  text-align: justify;
}

.section-title-wrapper {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  text-align: center;
}

.section-title-wrapper.full {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: left;
}

.section-title-wrapper.small-title {
  margin-bottom: 30px;
}

.info-column-right {
  padding-top: 60px;
  padding-bottom: 20px;
  padding-left: 70px;
}

.info-column-right.responsive {
  margin-top: 44px;
  padding: 50px 0px 40px 99px;
}

.section-title {
  margin-top: 0px;
  font-family: Poppins, sans-serif;
  color: #46c905;
  font-size: 40px;
  line-height: 45px;
  font-weight: 300;
}

.left-feature-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: auto;
  height: 34px;
  margin-top: 0px;
}

.long-feature-block {
  position: relative;
  margin-top: 25px;
  padding-right: 0px;
  padding-left: 0px;
}

.long-feature-title {
  margin-bottom: 14px;
  font-size: 19px;
}

.home-mockup {
  position: absolute;
  left: -290px;
  top: 3px;
  z-index: 3;
  width: 615px;
  margin-top: -25px;
  margin-left: 100px;
  border-radius: 20px;
  box-shadow: 0 0 15px -4px #000;
}

.home-mockup.ipad {
  left: 85px;
  top: 59px;
  z-index: 4;
  width: 251px;
  margin-top: 0px;
}

.home-mockup.iphone {
  left: 270px;
  top: 180px;
  z-index: 5;
  width: 130px;
  margin-top: 0px;
}

.description-paragraph {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  color: #444;
  font-size: 14px;
  line-height: 22px;
}

.description-paragraph._01 {
  margin-top: -33px;
  color: #444;
}

.image_whytoobox_01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 5%;
  margin-left: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.whytoobox_01_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 10%;
  margin-right: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-49 {
  width: 40%;
  margin-top: 0px;
  border-radius: 18px;
  box-shadow: 1px 1px 16px -6px #000;
}

.heading-43 {
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 5%;
  font-family: Poppins, sans-serif;
  color: #82cb42;
  font-size: 35px;
  line-height: 45px;
  font-weight: 300;
}

.text-block-22 {
  margin-left: 5%;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.text-block-22._01 {
  margin-bottom: 10px;
  margin-left: 5%;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.whytoolbox-content-02 {
  position: relative;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 25%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_whytoolbox {
  margin-top: 0px;
}

.whytoolbox_content01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28%;
  height: 75vh;
  margin-top: 0px;
  margin-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 13px;
  box-shadow: 0 0 11px -4px rgba(0, 0, 0, 0.59);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  text-align: center;
}

.whytoolbox_content01:hover {
  width: 28%;
  height: 75vh;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border: 1px none #000;
  border-radius: 20px;
  background-color: transparent;
  box-shadow: 0 0 16px -5px rgba(0, 0, 0, 0.59);
  font-size: 12px;
  mix-blend-mode: normal;
}

.heading-44 {
  min-height: 70px;
  margin-top: 10%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5%;
  padding-left: 5%;
  color: #82cb42;
  font-size: 24px;
  line-height: 32px;
}

.whytoolbox_textblock01 {
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.whytoolbox_textblock01:hover {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.whytoolbox_textblock02 {
  margin-top: 10px;
  margin-right: 20px;
  margin-left: 20px;
}

.image-50 {
  position: relative;
  width: 200px;
  margin-top: 10%;
  margin-right: auto;
  margin-left: auto;
}

.image-50:hover {
  width: 200px;
}

.scroll-button-copy {
  display: inline-block;
  margin-top: 30px;
  margin-left: 100px;
}

.pricing-card_01 {
  width: 50%;
  height: 600px;
  margin-right: 40px;
  margin-left: 50px;
  padding-left: 20px;
  border-radius: 20px;
  box-shadow: 0 0 13px -5px #000;
}

.div-block-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 600px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.text-block-23 {
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 60px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
}

.heading-45 {
  margin-left: 60px;
  color: #ff7b00;
  font-weight: 600;
}

.footer_feature {
  display: block;
  margin-top: 30px;
  margin-bottom: 0px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.home_page_hero_section {
  display: none;
  height: 100vh;
  margin-top: -40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/HeroBack.png');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-46 {
  margin-top: 200px;
  margin-left: 5%;
  color: #2a2a44;
  font-size: 65px;
  line-height: 75px;
  font-weight: 800;
}

.text-span-6 {
  color: #ff6e5c;
}

.hero_register-button {
  margin-top: 15px;
  margin-left: 5%;
  padding: 10px 30px;
  border-radius: 9px;
  background-color: #2a2a44;
  opacity: 1;
}

.hero_register-button:hover {
  box-shadow: 1px 0 10px -3px rgba(0, 0, 0, 0.79);
  color: #fff;
}

.what-we-give-you-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/New01-01.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.what-we-give_01 {
  margin-top: -19px;
  color: #8a8a8a;
  font-size: 20px;
  font-weight: 500;
}

.what-we-give_02 {
  margin-top: 15px;
  color: #2a2a44;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}

.content_homepage_dashboard {
  height: 90vh;
  margin-top: 60px;
}

.homepage_dashboards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  margin-right: 20px;
  margin-left: 5%;
}

.content_dashboard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dashboard-image {
  width: 70%;
}

.subheading_home_content {
  margin-top: 114px;
  color: #767679;
}

.detail_home_content {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  color: #686868;
  font-weight: 300;
}

.heading_home_content {
  margin-top: 5px;
  color: #83cb43;
}

.sales-image-01 {
  width: 60%;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: -70px;
  padding-right: 0%;
}

.learn-more-button {
  margin-top: 18px;
  padding: 5px 20px;
  border-radius: 8px;
  background-color: #ff6e5c;
  font-size: 12px;
}

.learn-more-button:hover {
  background-color: #2a2a44;
  color: #fff;
}

.dashboard_highlight {
  height: 50vh;
  margin-top: 140px;
}

.highlight_card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40vh;
  margin-right: 10%;
  margin-left: 10%;
  border-radius: 16px;
  box-shadow: 0 0 19px -9px #000;
  justify-content: space-around;
}

.card-detail-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
    justify-content: center;
}

.hightlight_detail {
  text-align: center;
}

.div-block-47 {
  margin-bottom: 0px;
}

.content_homepage_sales {
  height: 90vh;
  margin-top: 60px;
}

.homepage_sales {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  margin-right: 5%;
  margin-left: 5%;
}

.content_sales {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-right: 2%;
  margin-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sales-image {
  width: 70%;
}

.dashboard_image-01 {
  width: 60%;
  margin-top: 0px;
  padding-left: 2%;
}

.sales_highlight {
  height: 50vh;
  margin-top: 140px;
}

.content_homepage_finance {
  height: 90vh;
  margin-top: 60px;
}

.finance_image-01 {
  width: 60%;
  margin-top: -28px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
}

.finance_highlight {
  height: 50vh;
  margin-top: 10%;
}

.homepage_finance {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  margin-right: 5%;
  margin-left: 5%;
}

.content_finance {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.financeimage {
  width: 70%;
}

.content_homepage_operations {
  height: 90vh;
  margin-top: 60px;
}

.homepage_operations {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  margin-right: 5%;
  margin-left: 20px;
}

.operations-image-1 {
  width: 70%;
}

.operations-image-01 {
  width: 60%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0%;
}

.content_operations {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.operations_highlight {
  height: 50vh;
  margin-top: 140px;
}

.management-system-section {
  height: 50vh;
}

.section-18 {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}

.section-18.tint {
  background-color: #f5f5f5;
}

.logos-row {
  display: none;
  height: 60px;
}

.client-logo {
  width: auto;
  height: 50px;
  margin-top: 0px;
  opacity: 0.3;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.client-logo:hover {
  opacity: 1;
}

.small-section-title {
  margin-bottom: 8px;
  opacity: 0.6;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.logo-column {
  text-align: center;
}

.logo {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}

.logo.tint {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  margin-top: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
  -webkit-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
}

.logos-row-2 {
  margin-top: 73px;
}

.logos-row-3 {
  margin-top: 73px;
}

.msh {
  margin: 10px auto 20px;
  font-size: 18px;
  text-align: center;
}

.logo-raw-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 20vh;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo01 {
  width: 20%;
  height: 10vh;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/CCC_V2.png');
  background-position: 50% 50%;
  background-size: 60%;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.logo01:hover {
  opacity: 1;
}

.image-51 {
  width: 100px;
  margin-top: 0px;
}

.image-52 {
  width: 100px;
  margin-top: -13px;
}

.logo02 {
  width: 20%;
  height: 10vh;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/Mitchell_V2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.logo02:hover {
  opacity: 1;
}

.image-53 {
  width: 100px;
  margin-top: 0px;
}

.logo03 {
  width: 20%;
  height: 10vh;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/Logo_V2_summit.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.logo03:hover {
  opacity: 1;
}

.logo04 {
  width: 20%;
  height: 10vh;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/Audatex_V2.png');
  background-position: 50% 50%;
  background-size: 80%;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.logo04:hover {
  opacity: 1;
}

.logo05 {
  width: 20%;
  height: 10vh;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/Nexsys_V2.png');
  background-position: 50% 0%;
  background-size: 75%;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.logo05:hover {
  opacity: 1;
}

.logo06 {
  width: 20%;
  height: 10vh;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/Bodyshopconnect_V2.png');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.logo06:hover {
  opacity: 1;
}

.logo07 {
  width: 20%;
  height: 10vh;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/ImEX_V2.png');
  background-position: 50% 50%;
  background-size: 75%;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.logo07:hover {
  opacity: 1;
}

.logo08 {
  width: 20%;
  height: 10vh;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/Rome_V2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.logo08:hover {
  opacity: 1;
}

.logo09 {
  width: 20%;
  height: 10vh;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/ABWTracker_V2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.logo09:hover {
  opacity: 1;
}

.footer_homepage {
  display: block;
  margin-top: 60px;
  margin-bottom: 0px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.homepag_footer-image {
  display: block;
  width: 100%;
  height: 150px;
  margin-top: 39px;
  margin-left: 0px;
  padding-bottom: 0px;
}

.pricing_footer {
  display: block;
  width: 100%;
  height: 150px;
  margin-top: 48px;
  margin-left: 0px;
  padding-bottom: 0px;
}

.pricing_footer.whytoolboxfooter {
  margin-top: 45px;
}

.aboutus_footer_image {
  display: block;
  width: 100%;
  height: 150px;
  margin-top: 50px;
  margin-left: 0px;
  padding-bottom: 0px;
}

.aboutus_footer_image.whytoolboxfooter {
  margin-top: 45px;
}

.usecases_footer_image {
  display: block;
  width: 100%;
  height: 150px;
  margin-top: 47px;
  margin-left: 0px;
  padding-bottom: 0px;
}

.usecases_footer_image.whytoolboxfooter {
  margin-top: 45px;
}

.featurefooter-image {
  position: static;
  z-index: auto;
  display: block;
  width: 100%;
  height: 150px;
  margin-top: 61px;
  margin-left: 0px;
  padding-bottom: 0px;
}

.featurefooter-image.whytoolboxfooter {
  margin-top: 45px;
}

.feature_textblock {
  position: absolute;
  margin-top: -123px;
  margin-left: 75%;
  padding-right: 0px;
  padding-left: 0px;
  font-weight: 300;
  text-align: right;
}

.coming-soon-pill {
  display: none;
  margin-left: -40px;
}

.coming-soon {
  width: 25%;
  height: 30px;
  margin-top: -10px;
  margin-bottom: 15px;
  border-style: solid;
  border-width: 1px 1px 1px 5px;
  border-color: #ff9500 #ff9500 #ff9500;
  background-color: rgba(255, 149, 0, 0.13);
  color: #ff9500;
  text-align: center;
}

.mainheroback {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: -31px;
}

.div-block-48 {
  height: 90vh;
}

.herotextbutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hero-image {
  width: 60%;
  height: 80%;
}

.herotext {
  position: relative;
  z-index: 2;
  margin-top: 20%;
  margin-left: 15%;
  font-family: Poppins, sans-serif;
  color: #ff6e5c;
  font-size: 65px;
  line-height: 75px;
  font-weight: 800;
}

.text-span-7 {
  color: #2a2a44;
}

.hero-registerbutton {
  position: relative;
  z-index: 2;
  display: block;
  width: 20%;
  margin-left: 15%;
  border-radius: 12px;
  background-color: #2a2a44;
  text-align: center;
}

.hero-registerbutton:hover {
  color: #fff;
}

a.hero-registerbutton.w-button {
  font-size: 11px;
}

.herobackimage {
  width: 100%;
  margin-top: -3%;
  margin-left: -40%;
}

.link-2-pricing {
  position: absolute;
  margin-top: 60px;
  margin-left: 60px;
  padding-top: 0px;
  color: #9a9ca1;
  font-size: 14px;
}

.link-3-pricing {
  position: absolute;
  margin-top: 60px;
  margin-left: 180px;
  color: #9a9ca1;
  font-size: 14px;
}

.link-4-pricing {
  position: absolute;
  display: inline-block;
  margin-top: 60px;
  margin-left: 300px;
  color: #9a9ca1;
  font-size: 14px;
}

.section-19 {
  margin-top: 10%;
}

.div-block-49 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main_hero_mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    margin-top: -110px;
    padding-top: 357px;
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .container {
    display: block;
    margin-top: -229px;
  }

  .container.startnowsec {
    margin-top: -58px;
  }

  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .button.btnprimary {
    margin-left: auto;
  }

  .button.btnprimary2 {
    margin-left: 324px;
  }

  .button.sandbox {
    display: none;
  }

  .button.register {
    display: none;
  }

  .label.cc-light {
    margin-left: auto;
  }

  .paragraph-light {
    margin-left: auto;
    font-size: 16px;
    line-height: 28px;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .menu-icon {
    position: relative;
    display: block;
    width: auto;
    margin-top: 0px;
  }

  .menu {
    position: static;
    margin-left: 30px;
  }

  .navigation-wrap {
    background-color: hsla(0, 0%, 100%, 0.02);
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-item.navlogin {
    display: block;
  }

  .navigation-item.navreg {
    display: block;
  }

  .menu-button {
    position: relative;
    z-index: 0;
    padding: 0px;
  }

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

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-template-areas: ". ."
      ". ."
      ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    text-align: center;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-template-areas: "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .team-members {
    grid-template-areas: ". ."
      ". ."
      ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .home-section-wrap {
    margin-top: 80px;
  }

  .section-heading {
    margin-left: auto;
  }

  .about-grid {
    left: auto;
    margin-left: 0px;
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .about-grid.cc-about-2 {
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blog-preview-wrap {
    width: 80%;
    padding-right: 15px;
    text-align: center;
  }

  .heading {
    top: -85px;
    font-size: 35px;
    line-height: 45px;
  }

  .image {
    margin-top: -319px;
  }

  .button-2 {
    top: -116px;
  }

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

  .image-3 {
    margin-left: -15px;
  }

  .image-10 {
    margin-left: auto;
  }

  .heading-3 {
    margin-top: -22px;
    margin-left: -31px;
    padding-left: 0px;
    font-size: 45px;
    line-height: 55px;
  }

  .button-3 {
    margin-top: -14px;
    margin-left: -32px;
    padding-top: 9px;
  }

  .image-17 {
    margin-top: -204px;
    margin-left: -3px;
    padding-left: 147px;
  }

  .text-block-4 {
    margin-top: 20px;
    margin-left: 495px;
    font-size: 14px;
  }

  .image-18 {
    margin-top: 0px;
    margin-left: auto;
  }

  .image-18.whytoolboxfooter {
    margin-top: 0px;
  }

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

  .div-block-4 {
    margin-left: 0px;
  }

  .div-block-5 {
    margin-top: -87px;
    margin-left: auto;
  }

  .div-block-8 {
    display: inline;
    text-align: center;
  }

  .loginblock.loginmodal {
    display: none;
  }

  .link-2 {
    margin-top: 20px;
  }

  .link-3-home {
    margin-top: 20px;
  }

  .link-4-home {
    position: absolute;
    margin-top: 20px;
  }

  .heading-7 {
    margin-top: -5px;
    text-align: center;
  }

  .paragraph-3 {
    margin-top: 11px;
    text-align: center;
  }

  .section-2 {
    background-position: 50% 100%;
  }

  .herosection {
    margin-top: 0px;
  }

  .heading-15 {
    margin-top: 60px;
    font-size: 30px;
    line-height: 40px;
  }

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

  .feature-wrap {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .feature-wrap._04 {
    height: 60%;
    margin-bottom: 0vh;
    margin-left: 40px;
    padding-bottom: 0px;
  }

  .feature-content {
    margin-top: -10%;
  }

  .feature-content._03 {
    margin-top: 5%;
    margin-right: auto;
  }

  .green-heading {
    margin-top: 15%;
    margin-right: auto;
    margin-left: auto;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
  }

  .green-heading.card {
    margin-top: 45px;
    margin-left: 20px;
  }

  .feature-image {
    position: relative;
    margin-top: 5%;
  }

  .image-38._01 {
    margin-left: 0px;
  }

  .image-38._01 {
    margin-left: -50px;
  }

  .image-38._02 {
    position: relative;
    width: 300px;
    margin-top: 0%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }

  .image-38._03 {
    position: relative;
    width: 300px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }

  .image-38.new {
    position: relative;
    width: 300px;
    margin-top: 0%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }

  .paragraph-14 {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .paragraph-14.dashboad01 {
    margin-left: 20px;
  }

  .feature-wrap-02 {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .feature-wrap-02.reverse02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-position: 50% 0%;
    background-size: auto;
  }

  .black-text {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
  }

  .black-text._01 {
    margin-top: 10%;
  }

  .paragraph-15 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .div-block-24 {
    margin-top: -252px;
  }

  .heading-20 {
    margin-top: 0%;
  }

  .section-7 {
    margin-top: 15%;
  }

  .verticle-section {
    height: auto;
  }

  .camera {
    overflow: visible;
    width: auto;
    height: auto;
  }

  .frame {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .intro-dashboard {
    background-position: 50% 65%;
  }

  .heading-22 {
    margin-top: 5%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    text-align: center;
  }

  .paragraph-18 {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }

  .dashboard01 {
    height: 115vh;
  }

  .dashboard03 {
    height: 100vh;
  }

  .frame02 {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-26 {
    position: static;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-27 {
    position: relative;
    width: 100%;
    height: 65%;
    margin-top: 5%;
    margin-right: auto;
    margin-left: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .heading-24._01 {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .heading-24._02 {
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .paragraph-19 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .paragraph-20 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .image-40 {
    position: relative;
    width: 60%;
    height: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-33 {
    position: relative;
    height: 70%;
  }

  .image-41 {
    width: 60%;
    margin-top: 0px;
  }

  .heading-26 {
    margin-top: -38px;
  }

  .button-4 {
    display: inline-block;
    margin-top: 11px;
    margin-right: auto;
    margin-left: auto;
  }

  .button-4.register {
    position: relative;
    left: 40%;
    top: 10%;
    display: inline;
    width: 10%;
    margin-top: 5%;
    margin-right: auto;
    margin-left: auto;
  }

  .user-friendly-setup {
    height: 100vw;
    margin-top: 292px;
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-block-34 {
    margin-right: auto;
    margin-left: auto;
  }

  .image-42 {
    width: 500px;
    height: 500px;
    margin-top: -84px;
    margin-left: 129px;
  }

  .div-block-35 {
    position: relative;
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .heading-27 {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .paragraph-23 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .feature-wrap-04 {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .feature-wrap-04.reverse02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-position: 50% 0%;
    background-size: auto;
  }

  .footer01 {
    margin-top: 52px;
  }

  .image-43 {
    margin-left: 0%;
  }

  .section-10 {
    margin-top: -271px;
  }

  .about_hero_section {
    margin-top: -82px;
    background-position: 50% 50%;
    background-size: 75%;
  }

  .heading-28 {
    margin-top: 100px;
    text-align: center;
  }

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

  .div-block-37 {
    margin-right: auto;
  }

  .paragraph-24 {
    margin-top: 57%;
    margin-left: auto;
    padding-left: 0px;
    text-align: center;
  }

  .description_section {
    margin-top: -150px;
  }

  .button-5 {
    margin-right: auto;
    margin-left: 292px;
  }

  .pricing_section {
    margin-top: 50px;
  }

  .monthly {
    margin-top: 30px;
  }

  .card01 {
    width: 350px;
    height: 700px;
  }

  .card01-front {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .heading-32 {
    font-size: 30px;
  }

  .anual {
    margin-left: 0px;
  }

  .text-block-11 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .image-46 {
    margin-top: -520px;
  }

  .goal {
    width: 100%;
    margin-top: 5%;
    margin-right: auto;
    margin-left: auto;
  }

  .goal._01 {
    margin-left: 0px;
  }

  .goal._01 {
    margin-left: -50px;
  }

  .goal._02 {
    margin-left: 0px;
  }

  .goal._03 {
    margin-left: 0px;
  }

  .goal.new {
    margin-left: 0px;
  }

  .customizable {
    width: 100%;
    margin-top: 5%;
    margin-right: auto;
    margin-left: auto;
  }

  .customizable._01 {
    margin-left: 0px;
  }

  .customizable._01 {
    margin-left: -50px;
  }

  .customizable._02 {
    margin-left: 0px;
  }

  .customizable._03 {
    margin-left: 0px;
  }

  .customizable.new {
    margin-left: 0px;
  }

  .text-block-12 {
    margin-top: -40px;
    margin-bottom: 0px;
    font-size: 15px;
  }

  .david {
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .profile-card_01_david {
    height: 500px;
    margin-top: 100px;
  }

  .heading-36 {
    margin-top: 20px;
  }

  .social_media {
    margin-top: 140px;
    padding-top: 0px;
  }

  .gmail {
    margin-top: -20px;
  }

  .linkedin {
    margin-top: -20px;
    padding-top: 0px;
  }

  .twitter {
    margin-top: -20px;
  }

  .detail_dave {
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph-33 {
    margin-left: auto;
    text-align: center;
  }

  .paragraph-35 {
    text-align: center;
  }

  .paragraph-36 {
    margin-right: auto;
    text-align: center;
  }

  .paragraph-37 {
    text-align: center;
  }

  .ron {
    margin-top: 374px;
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .profile-card_02 {
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-43 {
    margin-top: 9px;
    margin-right: auto;
    margin-left: auto;
  }

  .text-block-14 {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }

  .button-6 {
    display: none;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .link-2-home {
    margin-top: 20px;
  }

  .paragraph-33_2 {
    margin-top: -44px;
    text-align: center;
  }

  .feature-wrap-01 {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .feature-wrap-01._01 {
    margin-top: 30%;
    padding-top: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-size: auto;
  }

  .feature-wrap-01._04 {
    height: 60%;
    margin-bottom: 0vh;
    margin-left: 40px;
    padding-bottom: 0px;
  }

  .feature-wrap-03 {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .feature-wrap-03._03 {
    height: 90vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-position: 50% 0%;
    background-size: auto;
  }

  .feature-wrap-03._04 {
    height: 60%;
    margin-bottom: 0vh;
    margin-left: 40px;
    padding-bottom: 0px;
  }

  .management-system {
    width: 80%;
    margin-top: 0%;
    margin-right: auto;
    margin-left: auto;
  }

  .management-system._01 {
    margin-left: 0px;
  }

  .management-system._01 {
    margin-left: -50px;
  }

  .management-system._02 {
    margin-left: 0px;
  }

  .management-system._03 {
    margin-left: 0px;
  }

  .management-system.new {
    margin-left: 0px;
  }

  .independent-bs._01 {
    margin-left: 0px;
  }

  .independent-bs._01 {
    width: 400px;
    margin-top: 5%;
    margin-left: auto;
    padding-top: 0px;
  }

  .independent-bs._02 {
    margin-left: 0px;
  }

  .independent-bs._03 {
    margin-left: 0px;
  }

  .independent-bs.new {
    margin-left: 0px;
  }

  .green-heading-goals {
    font-size: 30px;
  }

  .green-heading-goals.card {
    margin-top: 0px;
    margin-left: 20px;
  }

  .green-heading-goals.v1 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .user_friendly {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-left: 0px;
  }

  .scroll-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .scroll-button.features {
    margin-top: 27px;
  }

  .mouse {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .profile-card_02-_ron {
    height: 500px;
    margin-top: 100px;
  }

  .profile-card_03-_neil {
    height: 500px;
    margin-top: 100px;
  }

  .profile-card_01_david-copy {
    height: 500px;
    margin-top: 100px;
  }

  .scroll-button-pricing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mouse_pricing {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .navigation-usecases {
    padding: 25px 30px;
  }

  .main-card-block01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .onesite {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .mso {
    margin-right: 0%;
    margin-bottom: 15px;
  }

  .main-card-block02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-wrapper {
    background-size: 150% 100%;
  }

  .hero-wrapper:hover {
    background-size: 150% 100%;
  }

  .heading-39 {
    margin-top: 20%;
    margin-right: auto;
    margin-left: auto;
    font-size: 50px;
    text-align: center;
  }

  .hero-pricing-text-1 {
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
    text-align: center;
  }

  .hero-pricing-text-2 {
    margin-top: 2%;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
    text-align: center;
  }

  .about_us-wrapper {
    width: 100%;
    background-position: 50% 50%;
    background-size: 140% 100%;
  }

  .about_us-wrapper:hover {
    background-size: 140% 100%;
  }

  .heading-40 {
    margin-right: auto;
    margin-left: auto;
  }

  .heading-41 {
    margin-right: 5%;
    margin-left: 5%;
    text-align: center;
  }

  .text-block-17 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .about_card_section {
    display: none;
  }

  .ron_image2 {
    background-position: 15% 50%;
  }

  .neil_image-copy {
    background-position: 65% 50%;
  }

  .mobile_detail_section {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .mobile_dave {
    margin-top: 5%;
    margin-right: 5%;
    margin-left: 5%;
    text-align: center;
  }

  .dave-image_mobile {
    position: relative;
    width: 20%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .dave_name_mobile {
    text-align: center;
  }

  .feature-wrapper {
    width: 100%;
    background-position: 0% 50%;
    background-size: cover;
  }

  .feature-wrapper:hover {
    background-position: 0% 50%;
    background-size: cover;
  }

  .feature_heading_card {
    margin-top: 118px;
  }

  .footer_pricing {
    margin-top: -23px;
  }

  .mobile_ron {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 5%;
    margin-left: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .footer_usecases {
    margin-top: 0px;
  }

  .new_price_grid {
    height: auto;
    margin-top: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pricing-column-left {
    margin-top: -20px;
    padding-left: 10px;
  }

  .pricing-list-title {
    font-size: 11px;
    line-height: 18px;
  }

  .large-pricing-block {
    padding-right: 30px;
  }

  .large-pricing-block._2 {
    padding-left: 10px;
  }

  .pricing-features-list {
    padding-left: 0px;
  }

  .pricing-column-right {
    margin-top: -20px;
    padding-right: 0px;
  }

  .why-toolbox-content01 {
    padding: 45px;
  }

  .why-toolbox-content01.overflow-none {
    height: auto;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .color-block-title {
    margin-bottom: 11px;
    font-size: 15px;
  }

  .color-block-icon {
    top: 20px;
    right: 20px;
    height: 30px;
  }

  .color-block {
    padding: 25px;
  }

  .heading-42 {
    margin-right: auto;
    margin-left: auto;
  }

  .whytoolboxherotext {
    background-size: auto 100%;
  }

  .whytoolboxherotext:hover {
    background-size: auto 110%;
  }

  .text-block-21 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .section-title-wrapper {
    width: 85%;
    margin-bottom: 40px;
  }

  .section-title-wrapper.full {
    margin-bottom: 20px;
    padding-right: 40px;
  }

  .info-column-right {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 40px;
  }

  .info-column-right.responsive {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 50px;
  }

  .section-title {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }

  .home-mockup {
    left: -350px;
    top: -27px;
  }

  .home-mockup.ipad {
    left: 25px;
    top: 19px;
  }

  .home-mockup.iphone {
    left: 170px;
    top: 140px;
  }

  .image_whytoobox_01 {
    margin-right: auto;
    margin-left: auto;
  }

  .whytoobox_01_content {
    margin-right: auto;
    margin-left: auto;
  }

  .image-49 {
    position: absolute;
    width: 300px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .heading-43 {
    margin-top: 319px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .text-block-22 {
    margin-top: -5px;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
    text-align: center;
  }

  .text-block-22._01 {
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
    text-align: center;
  }

  .whytoolbox-content-02 {
    margin-top: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer_whytoolbox {
    margin-top: 0px;
  }

  .whytoolbox_content01 {
    width: 80%;
    height: 90%;
    min-height: 70vh;
    margin: 0px auto 5%;
  }

  .whytoolbox_content01:hover {
    width: 80%;
    height: 90%;
  }

  .image-50 {
    width: 40%;
  }

  .image-50:hover {
    width: 40%;
  }

  .scroll-button-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pricing-card_01 {
    width: 80%;
    height: 500px;
    margin-top: -5%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
  }

  .div-block-46 {
    width: 80%;
    margin-top: 0px;
  }

  .text-block-23 {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .heading-45 {
    margin: 0px auto 5%;
    text-align: center;
  }

  .footer_feature {
    margin-top: 25%;
  }

  .mobile_neil {
    margin-top: 10%;
    margin-right: 5%;
    margin-left: 5%;
    text-align: center;
  }

  .home_page_hero_section {
    background-position: 60% 0%;
    background-size: contain;
  }

  .heading-46 {
    margin-top: 99px;
    font-size: 40px;
    line-height: 50px;
  }

  .what-we-give-you-section {
    margin-top: 10%;
  }

  .what-we-give_01 {
    margin-top: 5%;
  }

  .what-we-give_02 {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 25px;
  }

  .content_homepage_dashboard {
    margin-top: -118px;
  }

  .subheading_home_content {
    margin-top: 167px;
  }

  .detail_home_content {
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
  }

  .heading_home_content {
    font-size: 30px;
  }

  .sales-image-01 {
    width: 60%;
    margin-top: 30%;
    margin-right: auto;
    margin-left: auto;
  }

  .dashboard_highlight {
    margin-top: -17px;
  }

  .highlight_card {
    height: 35vh;
    margin-top: -10%;
    margin-right: 5%;
    margin-left: 5%;
  }

  .content_homepage_sales {
    margin-top: -193px;
  }

  .dashboard_image-01 {
    width: 60%;
    margin-top: 239px;
    margin-left: 20px;
  }

  .sales_highlight {
    margin-top: 99px;
  }

  .content_homepage_finance {
    margin-top: -89px;
  }

  .finance_image-01 {
    width: 60%;
    margin-top: 245px;
    margin-left: 20px;
  }

  .finance_highlight {
    margin-top: 0px;
  }

  .content_homepage_operations {
    margin-top: -74px;
  }

  .operations-image-01 {
    width: 60%;
    margin-top: 168px;
    margin-left: 0px;
  }

  .content_operations {
    width: 40%;
  }

  .operations_highlight {
    margin-top: 56px;
  }

  .section-18 {
    padding: 45px;
  }

  .client-logo {
    height: 40px;
  }

  .logo {
    padding: 45px;
  }

  .logo01 {
    width: 30%;
  }

  .logo02 {
    width: 30%;
  }

  .logo03 {
    width: 30%;
  }

  .logo04 {
    width: 30%;
  }

  .logo05 {
    width: 30%;
  }

  .logo06 {
    width: 30%;
  }

  .logo07 {
    width: 30%;
  }

  .logo08 {
    width: 30%;
  }

  .logo09 {
    width: 30%;
  }

  .homepag_footer-image {
    margin-top: 0px;
    margin-left: auto;
  }

  .pricing_footer {
    margin-top: 0px;
    margin-left: auto;
  }

  .aboutus_footer_image {
    margin-top: 0px;
    margin-left: auto;
  }

  .usecases_footer_image {
    margin-top: 0px;
    margin-left: auto;
  }

  .featurefooter-image {
    margin-top: 0px;
    margin-left: auto;
  }

  .feature_textblock {
    /*margin-top: -124px;*/
    margin-left: 550px;
    font-size: 14px;
  }

  .mainheroback {
    height: 40%;
    margin-top: 0%;
  }

  .herotextbutton {
    height: 40%;
  }

  .hero-image {
    height: 40%;
  }

  .herotext {
    margin-top: 20%;
    font-size: 40px;
    line-height: 50px;
  }

  .hero-registerbutton {
    width: 32%;
    font-size: 12px;
  }

  .link-2-pricing {
    margin-top: 20px;
  }

  .link-3-pricing {
    margin-top: 20px;
  }

  .link-4-pricing {
    position: absolute;
    margin-top: 20px;
  }

  .div-block-49 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-right: 15px;
    margin-left: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }

  .section.cc-store-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .label.cc-light {
    margin-top: 0px;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

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

  .logo-link {
    padding-left: 0px;
  }

  .navigation {
    padding: 20px 30px;
  }

  .navigation-items {
    margin-left: 303px;
  }

  .cta-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template-areas: "."
      "."
      "."
      "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 60px auto 60px auto 60px auto 60px auto 60px auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field {
    text-align: left;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .home-section-wrap {
    margin-top: 52px;
  }

  .heading {
    left: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .image {
    margin-top: -289px;
  }

  .button-2 {
    left: 20px;
    top: -69px;
  }

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

  .div-block-3 {
    margin-top: 0px;
  }

  .text-block-4 {
    position: relative;
    margin-top: -10%;
    margin-right: 5%;
    margin-left: auto;
    padding-left: 55%;
  }

  .link-2 {
    position: relative;
    z-index: 2;
    min-width: auto;
    margin-top: 0px;
    margin-left: 5%;
  }

  .link-3-home {
    position: absolute;
    z-index: 2;
    margin-top: 3%;
    margin-left: 5%;
  }

  .link-4-home {
    position: relative;
    top: 49px;
    z-index: 2;
    margin-top: 3%;
    margin-left: 5%;
  }

  .herosection {
    height: 60vh;
  }

  .feature-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .feature-wrap-02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .paragraph-16 {
    margin-right: auto;
    margin-left: auto;
  }

  .button-4.register {
    left: 35%;
    top: 10%;
    display: inline;
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .feature-wrap-04 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .section-10 {
    margin-top: 0px;
  }

  .link-2-home {
    position: relative;
    top: auto;
    z-index: 2;
    margin-top: 6%;
    margin-left: 5%;
  }

  .feature-wrap-01 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .feature-wrap-01._01 {
    margin-top: 10%;
  }

  .feature-wrap-03 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .scroll-button.features {
    margin-left: auto;
  }

  .navigation-usecases {
    padding: 20px 30px;
  }

  .hero-wrapper {
    background-size: 220% 100%;
  }

  .hero-wrapper:hover {
    background-size: 220% 100%;
  }

  .hero-section_features {
    min-height: 80vh;
  }

  .feature_heading_card {
    margin-right: auto;
    margin-left: auto;
  }

  .feature_text_block_card {
    margin-right: 5%;
    text-align: center;
  }

  .footer_pricing {
    margin-top: 25%;
  }

  .footer_usecases {
    margin-top: 5%;
  }

  .large-pricing-title.price {
    font-size: 34px;
    line-height: 40px;
  }

  .pricing-list-title {
    font-size: 13px;
    line-height: 20px;
  }

  .large-pricing-icon {
    margin-top: -51px;
    margin-right: 20px;
    margin-bottom: 0px;
    float: left;
  }

  .large-pricing-block {
    padding-right: 0px;
    border-right-style: none;
    border-right-width: 0px;
  }

  .large-pricing-block._2 {
    padding-left: 0px;
  }

  .pricing-features-list {
    margin-top: 10px;
  }

  .pricing-column-right {
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .bottom-paragraph {
    margin-top: 20px;
    font-size: 13px;
  }

  .why-toolbox-content01 {
    padding: 25px;
  }

  .why-toolbox-content01.overflow-none {
    margin-right: auto;
    margin-left: auto;
  }

  .block-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .blocks-row {
    margin-bottom: 0px;
  }

  .whytoolboxherotext:hover {
    background-size: auto 100%;
  }

  .section-title-wrapper {
    width: 95%;
    margin-bottom: 40px;
  }

  .section-title-wrapper.full {
    margin-bottom: 30px;
  }

  .section-title-wrapper.small-title {
    margin-bottom: 19px;
  }

  .info-column-right {
    padding-left: 0px;
  }

  .info-column-right.responsive {
    padding-left: 0px;
  }

  .home-mockup-column {
    height: 290px;
  }

  .section-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .home-mockup {
    left: -350px;
    top: 0px;
    right: -350px;
    display: block;
    width: auto;
    height: 290px;
    margin-right: auto;
    margin-left: auto;
  }

  .home-mockup.ipad {
    top: 59px;
    right: -200px;
    width: auto;
    height: 210px;
  }

  .home-mockup.iphone {
    top: 102px;
    right: -220px;
    width: auto;
    height: 170px;
  }

  .pricing-card_01 {
    height: 60%;
    min-height: auto;
  }

  .what-we-give-you-section {
    margin-top: 5%;
  }

  .sales-image-01 {
    margin-top: 55%;
  }

    .hightlight_detail{
      font-size: small;
    }

        .div-block-47 {
          margin-bottom: 20px;
        }

  .highlight_card {
    margin-top: 10%;
  }

  .dashboard_image-01 {
    margin-top: 50%;
  }

  .finance_image-01 {
    margin-top: 50%;
    margin-left: auto;
  }

  .operations-image-01 {
    width: 50%;
    margin-top: 50%;
    margin-left: auto;
  }

  .operations_highlight {
    margin-top: 25%;
  }

  .section-18 {
    padding: 25px;
  }

  .logo-column {
    padding-right: 0px;
    padding-bottom: 3px;
    padding-left: 0px;
  }

  .logo {
    padding: 25px;
  }

  .featurefooter-image {
    position: relative;
    margin-top: -89px;
  }

  .feature_textblock {
    margin-top: -132px;
    margin-right: auto;
    margin-left: 50%;
  }

  .mainheroback {
    margin-top: 0%;
  }

  .herotextbutton {
    height: 30%;
  }

  .hero-image {
    height: 30%;
  }

  .herotext {
    margin-top: 11%;
    font-size: 30px;
    line-height: 35px;
  }

  .hero-registerbutton {
    width: 35%;
  }

  .link-2-pricing {
    position: relative;
    z-index: 2;
    min-width: auto;
    margin-left: 5%;
  }

  .link-3-pricing {
    position: absolute;
    z-index: 2;
    margin-top: 3%;
    margin-left: 5%;
  }

  .link-4-pricing {
    position: relative;
    top: 49px;
    z-index: 2;
    margin-top: 3%;
    margin-left: 5%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .section {
    margin-right: auto;
    margin-left: auto;
  }

  .section.cc-cta {
    margin-top: 128px;
    padding-top: 18px;
  }

  .section.cc-store-home-wrap {
    margin-right: 0px;
    margin-left: 0px;
  }

  .container {
    position: static;
    left: 0px;
    margin-top: -182px;
  }

  .container.startnowsec {
    margin-top: 540px;
    padding-top: 0px;
  }

  .paragraph-bigger.cc-bigger-light {
    margin-left: 52px;
  }

  .button {
    position: relative;
    left: -21px;
    margin-left: 66px;
  }

  .button.cc-jumbo-button {
    left: -31px;
    margin-left: 106px;
    padding: 10px 20px;
    font-size: 10px;
  }

  .button.cc-contact-us {
    margin-left: 11%;
  }

  .button.btnprimary {
    left: 0px;
  }

  .button.btnprimary2 {
    left: 0px;
    margin-top: 32px;
    margin-left: 0px;
  }

  .button.sandbox {
    display: none;
  }

  .button.register {
    display: none;
  }

  .label.cc-light {
    position: relative;
    left: auto;
    display: block;
    margin-top: 7px;
    margin-bottom: -4px;
    margin-left: auto;
    padding-top: 0px;
    font-size: 15px;
    text-align: center;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light {
    position: relative;
    left: 0px;
    margin-left: auto;
    font-size: 12px;
    text-align: center;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .heading-jumbo-small {
    position: relative;
    left: 0px;
    margin-left: 0px;
    font-size: 20px;
    line-height: 35px;
  }

  .menu-icon {
    width: 30px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .navigation-items {
    right: auto;
    margin-left: 155px;
  }

  .cta-wrap {
    margin-top: 206px;
    margin-left: -34px;
    padding-right: 15px;
    padding-left: 0px;
  }

  .motto-wrap {
    position: relative;
    top: 0px;
    width: 80%;
    padding-top: 0px;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template-areas: "."
      "."
      "."
      "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .blog-item {
    width: 100%;
    max-width: none;
  }

  .home-content-wrap {
    margin-top: 152px;
  }

  .section-heading {
    position: relative;
    left: 0px;
    margin-left: auto;
    font-size: 28px;
    text-align: center;
  }

  .heading {
    left: 67px;
    top: 0px;
    text-align: center;
  }

  .image {
    margin-top: -268px;
  }

  .button-2 {
    left: 79px;
    top: 114px;
    text-align: center;
  }

  .image-2 {
    margin-top: 43px;
    margin-left: 0px;
  }

  .container-2 {
    max-width: 90%;
    margin-top: 75px;
    margin-bottom: 179px;
    padding-right: 0px;
  }

  .grid {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-auto-flow: row dense;
    grid-column-gap: 5px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 0.25fr auto;
    grid-template-rows: 0.25fr auto;
  }

  .text-block-2 {
    margin-top: 0px;
  }

  .image-6 {
    margin-top: -55px;
  }

  .image-8 {
    width: 210%;
    height: 50%;
    margin-top: 21px;
  }

  .image-11 {
    margin-top: 25px;
  }

  .image-12 {
    margin-left: 0px;
    padding-right: 20px;
  }

  .image-13 {
    margin-top: 34px;
  }

  .image-14 {
    margin-top: 34px;
  }

  .image-15 {
    margin-top: 47px;
  }

  .image-16 {
    margin-top: 51px;
  }

  .container-3 {
    display: none;
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-3 {
    margin-top: 156px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 83px;
    padding-left: 0px;
    font-size: 32px;
    line-height: 35px;
    text-align: center;
  }

  .button-3 {
    position: static;
    margin-left: 124px;
    padding: 3px 15px;
    font-size: 10px;
    text-align: center;
  }

  .button-3.btnreg {
    position: relative;
    left: 42%;
    margin-top: auto;
    margin-left: auto;
  }

  .image-17 {
    margin-top: -181px;
    margin-bottom: 109px;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .div-block {
    margin-top: 220px;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 114px;
    padding-left: 0px;
  }

  .div-block-2 {
    margin-top: -66px;
    margin-left: 0px;
  }

  .div-block-3 {
    display: block;
    height: 150px;
    margin-top: 0px;
  }

  .text-block-4 {
    position: relative;
    left: auto;
    top: -104px;
    right: auto;
    bottom: auto;
    display: block;
    width: auto;
    margin-top: 17%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 0px;
    font-size: 8px;
    line-height: 15px;
    text-align: right;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-18 {
    position: relative;
    width: 100%;
    margin-top: -143px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }

  .image-18.whytoolboxfooter {
    margin-top: 0px;
  }

  .bold-text {
    position: absolute;
    top: auto;
    z-index: auto;
    display: block;
    margin-top: -29px;
    margin-right: auto;
    margin-left: 40%;
    padding-right: 20px;
    font-size: 10px;
  }

  .div-block-5 {
    margin-top: -41px;
  }

  .div-block-6 {
    margin-top: -58px;
  }

  .div-block-7 {
    margin-top: -70px;
  }

  .div-block-8 {
    min-width: 300px;
  }

  .image-19 {
    text-align: center;
  }

  .loginblock.loginmodal {
    display: none;
  }

  .div-block-10 {
    width: 300px;
    height: 430px;
  }

  .div-block-10.demo {
    width: 90vw;
    height: 650px;
  }

  .text-block-5 {
    margin-left: 20px;
    font-size: 14px;
  }

  .form {
    margin-left: 20px;
  }

  .form-block {
    padding-left: 0px;
  }

  .submit-button {
    margin-top: 10px;
  }

  .link-2 {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 23;
    margin-top: -133px;
    margin-left: 10%;
    font-size: 8px;
  }

  .link-3-home {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 23;
    max-width: 100px;
    margin-top: 0px;
    margin-left: 10%;
    font-size: 8px;
  }

  .link-4-home {
    position: relative;
    left: auto;
    top: 0px;
    z-index: 23;
    min-width: 100px;
    margin-top: 0px;
    margin-left: 10%;
    font-size: 8px;
  }

  .text-block-6 {
    margin-left: 20px;
  }

  .heading-7 {
    margin-left: auto;
    font-size: 30px;
  }

  .paragraph-3 {
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 15px;
    line-height: 25px;
  }

  .section-2 {
    display: none;
    background-position: 50% 100%;
    background-size: 80%;
  }

  .herosection {
    display: none;
  }

  .featureshero {
    width: 100%;
  }

  .heading-15 {
    margin-top: 312px;
    margin-left: auto;
    text-align: center;
  }

  .paragraph-10 {
    width: 100%;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

  .demoblock {
    display: none;
  }

  .heading-17 {
    margin-top: -14px;
    margin-left: 19px;
    text-align: center;
  }

  .image-36 {
    width: 50px;
    margin-left: 140px;
  }

  .feature-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-wrap._01 {
    width: 100vw;
    margin-left: auto;
  }

  .feature-wrap._03 {
    width: 100vw;
    margin-left: auto;
  }

  .feature-wrap._04 {
    width: 90vw;
    height: 80%;
    margin-top: 0%;
    margin-right: auto;
    margin-left: auto;
  }

  .feature-content {
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .feature-content._03 {
    margin-top: 0px;
    padding-right: 2vw;
    padding-left: 2vw;
  }

  .title {
    display: none;
    text-align: center;
  }

  .green-heading {
    width: 100%;
    margin-top: 5%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    text-align: center;
  }

  .green-heading.card {
    margin-top: 388px;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .green-heading.card._02 {
    margin-top: 10%;
  }

  .green-heading.card._01 {
    margin-top: 25%;
  }

  .green-heading.card._03 {
    margin-top: 25%;
  }

  .green-heading.v1 {
    margin-top: -72px;
  }

  .feature-image {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
  }

  .image-38 {
    width: 100%;
    margin-left: auto;
    padding-left: 0px;
  }

  .image-38._01 {
    margin-top: -104px;
  }

  .image-38._01 {
    margin-top: -127px;
    margin-left: 5px;
  }

  .image-38._02 {
    width: 75%;
    margin-top: 0%;
  }

  .image-38._03 {
    width: 75%;
    margin-top: 0%;
  }

  .image-38.new {
    width: 80%;
    margin-top: -10%;
  }

  .paragraph-14 {
    width: 100%;
    margin-top: 5%;
    margin-left: auto;
    font-size: 12px;
    text-align: center;
  }

  .paragraph-14.dashboad01 {
    margin-bottom: 0px;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .feature-wrap-02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-wrap-02.reverse02 {
    width: 90vw;
    height: 100%;
    margin-top: 5%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .black-text {
    position: relative;
    margin-top: 5%;
    text-align: center;
  }

  .black-text._01 {
    position: static;
    overflow: visible;
    margin-top: 10%;
  }

  .paragraph-15 {
    margin-top: 5%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 5%;
    padding-left: 5%;
    font-size: 12px;
    text-align: center;
  }

  .heading-20 {
    margin-top: 0px;
    font-size: 28px;
    line-height: 40px;
  }

  .paragraph-16 {
    width: 100vw;
    margin-right: auto;
    margin-left: -40px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
  }

  .section-7 {
    display: none;
    margin-top: -298px;
  }

  .intro-dashboard {
    height: 80vh;
    margin-top: -55px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .heading-22 {
    width: 100%;
    margin-top: 30px;
    margin-left: auto;
    font-size: 30px;
    text-align: center;
  }

  .paragraph-18 {
    width: 100%;
    margin-left: 0px;
    padding-right: 0px;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
  }

  .dashboard02._04 {
    margin-top: -83px;
  }

  .dashboard03 {
    margin-top: -103px;
  }

  .heading-23 {
    margin-top: -114px;
  }

  .frame02 {
    display: block;
    height: 40%;
  }

  .div-block-26 {
    position: relative;
    width: 100%;
    margin-top: 33%;
  }

  .div-block-27 {
    overflow: visible;
    width: 100vw;
    height: 300px;
    margin-top: 10px;
    padding-top: 0px;
  }

  .heading-24._01 {
    position: relative;
    width: 100vw;
    margin-top: 10%;
    margin-left: auto;
    font-size: 20px;
    text-align: center;
  }

  .heading-24._02 {
    width: 100vw;
    margin-top: 33px;
    margin-left: auto;
    font-size: 20px;
    text-align: center;
  }

  .paragraph-19 {
    width: 100vw;
    margin-right: auto;
    margin-left: auto;
    padding-right: 5%;
    padding-left: 5%;
    text-align: center;
  }

  .paragraph-20 {
    width: 100vw;
    margin-left: 0px;
    padding-right: 5%;
    padding-left: 5%;
    text-align: center;
  }

  .image-40 {
    width: 100vw;
    height: auto;
    margin-top: -80%;
    margin-left: auto;
  }

  .image-41 {
    width: 100%;
    height: auto;
    margin-top: 0px;
  }

  .heading-26 {
    margin-top: -27px;
    font-size: 20px;
  }

  .paragraph-22 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 5%;
    padding-left: 5%;
  }

  .button-4 {
    margin-top: 0px;
    margin-left: 33%;
  }

  .button-4.register {
    left: 0%;
    top: 10%;
    width: auto;
  }

  .user-friendly-setup {
    display: block;
    height: 100%;
    margin-top: 0px;
  }

  .div-block-34 {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: auto;
  }

  .image-42 {
    width: 100%;
    height: auto;
    margin-top: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-left: 0px;
  }

  .div-block-35 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0%;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-27 {
    width: 100%;
    margin-top: 0px;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 30px;
  }

  .paragraph-23 {
    width: 100%;
    margin-bottom: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .feature-wrap-04 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-wrap-04.reverse02 {
    width: 90vw;
    height: 100vh;
    margin-top: 1vh;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .footer01 {
    margin-top: 387px;
  }

  .image-block {
    width: 100%;
    height: 100vw;
    margin-top: -740px;
    margin-left: auto;
  }

  .image-43 {
    width: 100%;
    margin-left: auto;
  }

  .text-block-10 {
    width: 100%;
    margin-left: 118px;
  }

  .section-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0%;
    margin-left: 0%;
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 220px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about_hero_section {
    margin-top: -55px;
    background-image: url('../images/back02.png');
    background-position: 50% 25%;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .heading-28 {
    margin-top: 20px;
    padding-top: 20px;
    font-size: 25px;
  }

  .heading-29 {
    font-size: 15px;
  }

  .paragraph-24 {
    margin-top: 69%;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 15px;
    text-align: center;
  }

  .description_section {
    height: auto;
  }

  .div-block-38 {
    height: 70vh;
  }

  .paragraph-26 {
    margin-top: -40px;
    font-size: 14px;
  }

  .paragraph-27 {
    margin-top: -14px;
    font-size: 14px;
  }

  .button-5 {
    position: relative;
    display: inline-block;
    margin-top: 1%;
    margin-left: 99px;
    font-size: 12px;
  }

  .pricing_section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .monthly {
    margin-top: 1330px;
  }

  .card01 {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
  }

  .card01-front {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .anual {
    margin-right: auto;
    margin-left: auto;
  }

  .goal {
    width: 90%;
    margin-top: 5%;
    margin-left: auto;
    padding-left: 0px;
  }

  .goal._01 {
    margin-top: -104px;
  }

  .goal._01 {
    margin-top: -127px;
    margin-left: 5px;
  }

  .goal._02 {
    margin-top: -174px;
  }

  .goal._03 {
    margin-top: -237px;
  }

  .goal.new {
    margin-top: -104px;
  }

  .customizable {
    width: 87%;
    margin-top: 5%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }

  .customizable._01 {
    margin-top: -104px;
  }

  .customizable._01 {
    margin-top: -127px;
    margin-left: 5px;
  }

  .customizable._02 {
    margin-top: -174px;
  }

  .customizable._03 {
    margin-top: -237px;
  }

  .customizable.new {
    margin-top: -104px;
  }

  .text-block-12 {
    overflow: hidden;
  }

  .profile-card_01_david {
    width: 300px;
    height: 500px;
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph-33 {
    margin-top: -62px;
    font-size: 10px;
    text-align: center;
  }

  .paragraph-35 {
    font-size: 10px;
    text-align: center;
  }

  .paragraph-36 {
    font-size: 10px;
    text-align: center;
  }

  .paragraph-37 {
    font-size: 10px;
    text-align: center;
  }

  .profile-card_02 {
    width: 300px;
    margin-top: 280px;
  }

  .div-block-43 {
    margin-right: auto;
    margin-left: auto;
  }

  .text-block-14 {
    margin-left: auto;
    text-align: left;
  }

  .section-13 {
    overflow: visible;
  }

  .section-14 {
    position: relative;
    height: auto;
    margin-top: 0px;
  }

  .link-2-home {
    position: relative;
    left: auto;
    top: 0px;
    z-index: 23;
    max-width: 100px;
    margin-top: -37%;
    margin-left: 10%;
    font-size: 8px;
  }

  .paragraph-33_2 {
    margin-top: -62px;
    font-size: 10px;
    text-align: center;
  }

  .feature-wrap-01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-wrap-01._01 {
    width: 90vw;
    height: 100%;
    margin-top: 10%;
    margin-right: auto;
    margin-left: auto;
  }

  .feature-wrap-01._03 {
    width: 100vw;
    margin-left: auto;
  }

  .feature-wrap-01._04 {
    width: 100vw;
    height: 100%;
    margin-top: 5vh;
    margin-left: auto;
  }

  .feature-wrap-03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-wrap-03._01 {
    width: 100vw;
    margin-left: auto;
  }

  .feature-wrap-03._03 {
    width: 90vw;
    height: 100vh;
    margin-top: 3vh;
    margin-left: auto;
  }

  .feature-wrap-03._04 {
    width: 100vw;
    height: 100%;
    margin-top: 5vh;
    margin-left: auto;
  }

  .management-system {
    width: 100%;
    margin-top: 0%;
    margin-left: auto;
    padding-left: 0px;
  }

  .management-system._01 {
    margin-top: -104px;
  }

  .management-system._01 {
    margin-top: -127px;
    margin-left: 5px;
  }

  .management-system._02 {
    margin-top: -174px;
  }

  .management-system._03 {
    margin-top: -237px;
  }

  .management-system.new {
    margin-top: -104px;
  }

  .independent-bs {
    width: 100%;
    margin-left: auto;
    padding-left: 0px;
  }

  .independent-bs._01 {
    margin-top: -104px;
  }

  .independent-bs._01 {
    width: 350px;
    margin-top: 0%;
    margin-bottom: -40px;
    margin-left: 5px;
  }

  .independent-bs._02 {
    margin-top: -174px;
  }

  .independent-bs._03 {
    margin-top: -237px;
  }

  .independent-bs.new {
    margin-top: -104px;
  }

  .green-heading-goals {
    width: 100%;
    margin-top: 174px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    text-align: center;
  }

  .green-heading-goals.card {
    margin-top: 388px;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .green-heading-goals.card._02 {
    margin-top: -38px;
  }

  .green-heading-goals.card._01 {
    margin-top: 99px;
  }

  .green-heading-goals.card._03 {
    margin-top: -12px;
  }

  .green-heading-goals.v1 {
    margin-top: 5%;
  }

  .user_friendly {
    width: 100%;
    height: auto;
    margin-top: 341px;
    margin-left: auto;
    padding-top: 0px;
    padding-left: 0px;
  }

  .scroll-button {
    margin-top: -6px;
  }

  .scroll-button.features {
    margin-left: auto;
  }

  .mouse {
    margin-top: 21px;
  }

  .profile-card_02-_ron {
    width: 300px;
    height: 500px;
    margin-right: auto;
    margin-left: auto;
  }

  .profile-card_03-_neil {
    width: 300px;
    height: 500px;
    margin-right: auto;
    margin-left: auto;
  }

  .profile-card_01_david-copy {
    width: 300px;
    height: 500px;
    margin-right: auto;
    margin-left: auto;
  }

  .scroll-button-pricing {
    margin-top: 20px;
  }

  .navigation-usecases {
    margin-left: auto;
    padding-right: 10px;
    padding-left: 0px;
  }

  .heading-37 {
    font-size: 30px;
    line-height: 40px;
  }

  .main-card-block01 {
    width: 300px;
  }

  .onesite {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
  }

  .mso {
    width: 300px;
  }

  .technician {
    width: 300px;
  }

  .bold-text-5._03 {
    text-align: center;
  }

  .bold-text-5._05 {
    margin-top: -1px;
    text-align: center;
  }

  .hero-wrapper {
    height: 80vh;
    background-size: 300% 100%;
  }

  .hero-wrapper:hover {
    background-size: 300% 100%;
  }

  .heading-39 {
    margin-top: 23px;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  .hero-pricing-text-1 {
    margin-top: 5px;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 12px;
    line-height: 20px;
  }

  .hero-pricing-text-2 {
    margin-top: -6px;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 12px;
    line-height: 25px;
  }

  .hero-section_about {
    min-height: 80vh;
  }

  .about_us-wrapper {
    height: 70vh;
    background-position: 100% 50%;
    background-size: 400% 100%;
  }

  .about_us-wrapper:hover {
    background-position: 100% 50%;
    background-size: 400% 100%;
  }

  .heading-40 {
    margin-top: 68px;
    margin-right: auto;
    margin-left: auto;
    font-size: 60px;
    text-align: center;
  }

  .heading-41 {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }

  .text-block-17 {
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
  }

  .text-block-18 {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
  }

  .about_card_section {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .pannel_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mobile_detail_section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobile_dave {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 150vh;
    margin-top: 15%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dave-image_mobile {
    width: 200px;
    height: 200px;
    margin-top: 10%;
  }

  .dave_name_mobile {
    margin-top: 10%;
    margin-right: auto;
    margin-left: auto;
    font-family: Poppins, sans-serif;
    font-size: 30px;
    font-weight: 600;
  }

  .text-block-20 {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 12px;
    text-align: center;
  }

  .dave_mobile_01 {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 12px;
    text-align: center;
  }

  .dave_mobile_01._03 {
    margin-top: 10px;
  }

  .feature-wrapper {
    width: 100%;
    height: 70vh;
    background-size: cover;
    box-shadow: none;
  }

  .feature-wrapper:hover {
    box-shadow: none;
  }

  .feature_heading_card {
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    font-size: 50px;
  }

  .feature_text_block_card {
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
  }

  .footer_pricing {
    position: relative;
    height: auto;
    margin-top: 392px;
  }

  .footer_aboutus {
    position: relative;
    height: auto;
    margin-top: 2679px;
  }

  .mobile_ron {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 120vh;
    margin-top: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer_usecases {
    position: relative;
    height: auto;
    margin-top: 0%;
  }

  .new_price_grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .large-pricing-title {
    font-size: 12px;
    text-align: center;
  }

  .large-pricing-title.price {
    line-height: 30px;
    text-align: center;
  }

  .pricing-list-icon {
    top: 2px;
    width: 13px;
  }

  ._2-column-pricing {
    margin-top: 90px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .pricing-column-left {
    padding-left: 10px;
  }

  .button-7 {
    margin-top: 10px;
    padding-right: 19px;
    padding-left: 19px;
    font-size: 11px;
    line-height: 21px;
  }

  .container-6 {
    height: auto;
    margin-top: 345px;
  }

  .pricing-list-title {
    line-height: 17px;
  }

  .large-pricing-icon {
    margin-top: -53px;
    margin-right: auto;
    margin-left: auto;
  }

  .large-pricing-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pricing-features-list {
    width: 100%;
    margin-top: 1px;
  }

  .pricing-column-right {
    margin-top: 50px;
    margin-bottom: 30px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
  }

  .monthly-picing-button {
    margin: 20px auto 30px;
    padding-right: 19px;
    padding-left: 19px;
    font-size: 11px;
    line-height: 21px;
  }

  .bottom-paragraph {
    margin-top: 10px;
  }

  .why-toolbox-content01 {
    padding: 25px;
  }

  .why-toolbox-content01.overflow-none {
    margin-top: 10%;
    margin-right: 5%;
    margin-left: 0%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .color-block {
    padding: 20px;
  }

  .heading-42 {
    margin-top: 15%;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 50px;
    text-align: center;
  }

  .whytoolboxherotext {
    background-position: 50% 50%;
    background-size: auto 100%;
  }

  .whytoolboxherotext:hover {
    background-position: 50% 50%;
    background-size: auto 100%;
  }

  .text-block-21 {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 18px;
  }

  .section-title-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .section-title-wrapper.full {
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .home-mockup-column {
    height: 180px;
  }

  .section-title {
    font-size: 25px;
    line-height: 26px;
  }

  .long-feature-block {
    padding-right: 10px;
    padding-left: 55px;
  }

  .long-feature-title {
    margin-bottom: 7px;
  }

  .home-mockup {
    height: 160px;
  }

  .home-mockup.ipad {
    top: 30px;
    right: -115px;
    height: 120px;
  }

  .home-mockup.iphone {
    top: 52px;
    right: -61px;
    height: 100px;
  }

  .description-paragraph {
    font-size: 12px;
    line-height: 19px;
  }

  .image_whytoobox_01 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .whytoobox_01_content {
    width: 100%;
    margin-right: auto;
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-49 {
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 5%;
    padding-left: 5%;
  }

  .heading-43 {
    width: 300px;
    margin-top: 5%;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 30px;
    text-align: center;
  }

  .text-block-22 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .text-block-22._01 {
    width: 300px;
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
  }

  .whytoolbox-content-02 {
    margin-top: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer_whytoolbox {
    position: relative;
    height: auto;
    margin-top: 0px;
  }

  .whytoolbox_content01 {
    width: 90%;
    height: 80%;
    min-height: 80vh;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0%;
    padding-left: 0%;
  }

  .whytoolbox_content01:hover {
    width: 90%;
    height: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .whytoolbox_textblock01 {
    font-size: 10px;
  }

  .whytoolbox_textblock02 {
    font-size: 10px;
  }

  .image-50 {
    width: 60%;
    margin-top: 10%;
  }

  .image-50:hover {
    width: 60%;
  }

  .scroll-button-copy {
    margin-top: -6px;
  }

  .pricing-card_01 {
    width: 90%;
    height: 125vh;
    margin-top: 14px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }

  .div-block-46 {
    width: 90%;
    height: auto;
    margin-top: -82px;
    margin-left: 16px;
  }

  .text-block-23 {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    font-size: 12px;
    text-align: center;
  }

  .heading-45 {
    margin-top: 15%;
    margin-right: auto;
    margin-left: auto;
  }

  .footer_feature {
    height: 50px;
    margin-top: 628px;
  }

  .mobile_neil {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    margin-top: 15%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .home_page_hero_section {
    margin-top: -24px;
  }

  .heading-46 {
    margin-top: 185px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .hero_register-button {
    margin-right: auto;
    margin-left: auto;
  }

  .what-we-give-you-section {
    margin-top: -60%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .what-we-give_01 {
    margin-top: -5px;
  }

  .what-we-give_02 {
    font-size: 14px;
    line-height: 24px;
  }

  .content_homepage_dashboard {
    margin-top: 30px;
  }

  .homepage_dashboards {
    margin-top: 0%;
    margin-right: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content_dashboard {
    width: 90%;
    margin-top: 5%;
  }

  .dashboard-image {
    width: 90%;
    height: 30%;
    margin-right: auto;
    margin-left: auto;
  }

  .subheading_home_content {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .detail_home_content {
    font-size: 12px;
    text-align: center;
  }

  .heading_home_content {
    margin-right: auto;
    margin-left: auto;
    font-size: 25px;
    text-align: center;
  }

  .sales-image-01 {
    position: relative;
    width: 250px;
    margin-top: 0%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0%;
  }

  .learn-more-button {
    margin-right: auto;
    margin-left: auto;
  }

  .dashboard_highlight {
    margin-top: 0%;
  }
            .hightlight_detail {
              font-size: medium;
            }

  .highlight_card {
    height: 100vh;
    margin-top: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card-detail-01 {
    width: 90%;
  }

  .content_homepage_sales {
    margin-top: 150%;
  }

  .homepage_sales {
    margin-top: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content_sales {
    width: 90%;
    margin-top: 10%;
    margin-right: 0%;
  }

  .sales-image {
    width: 90%;
    margin-top: 0%;
  }

  .dashboard_image-01 {
    position: relative;
    width: 250px;
    margin-top: 10%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0%;
  }

  .sales_highlight {
    margin-top: 5px;
  }

  .content_homepage_finance {
    margin-top: 130%;
  }

  .finance_image-01 {
    position: relative;
    width: 250px;
    margin-top: 15%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0%;
  }

  .finance_highlight {
    margin-top: 200px;
  }

  .homepage_finance {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content_finance {
    width: 90%;
    margin-top: 25%;
  }

  .financeimage {
    width: 90%;
  }

  .content_homepage_operations {
    margin-top: 438px;
  }

  .homepage_operations {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .operations-image-1 {
    width: 90%;
  }

  .operations-image-01 {
    position: relative;
    width: 250px;
    margin-top: 25%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0%;
  }

  .content_operations {
    width: 90%;
    margin-top: 10%;
    margin-right: auto;
    margin-left: auto;
  }

  .operations_highlight {
    margin-top: 30%;
  }

  .section-18 {
    padding: 25px;
  }

  .client-logo {
    height: 28px;
  }

  .small-section-title {
    font-size: 11px;
    line-height: 21px;
  }

  .logo-column {
    padding-right: 5px;
    padding-left: 5px;
  }

  .logo {
    padding: 25px;
  }

  .logo.tint {
    padding-right: 10px;
    padding-left: 0px;
  }

  .manage_system_heading {
    margin-right: auto;
    margin-left: auto;
  }

  .msh {
    line-height: 30px;
  }

  .logo-raw-01 {
    width: 90%;
  }

  .logo01 {
    width: 33%;
  }

  .logo02 {
    width: 33%;
  }

  .logo03 {
    width: 33%;
    margin-left: 9px;
  }

  .logo04 {
    width: 33%;
  }

  .logo05 {
    width: 33%;
    background-position: 50% 30%;
  }

  .logo06 {
    width: 33%;
  }

  .logo07 {
    width: 33%;
  }

  .logo08 {
    width: 33%;
  }

  .logo09 {
    width: 33%;
    margin-left: 4px;
    padding-left: 0px;
  }

  .footer_homepage {
    position: relative;
    display: block;
    height: 150px;
    margin-top: 10%;
  }

  .homepag_footer-image {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }

  .homepag_footer-image.whytoolboxfooter {
    margin-top: 0px;
  }

  .pricing_footer {
    position: relative;
    width: 100%;
    margin-top: -143px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }

  .pricing_footer.whytoolboxfooter {
    margin-top: 0px;
  }

  .aboutus_footer_image {
    position: relative;
    width: 100%;
    margin-top: -143px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }

  .aboutus_footer_image.whytoolboxfooter {
    margin-top: 0px;
  }

  .usecases_footer_image {
    position: relative;
    width: 100%;
    margin-top: 32px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }

  .usecases_footer_image.whytoolboxfooter {
    margin-top: 0px;
  }

  .featurefooter-image {
    position: relative;
    width: 100%;
    margin-top: -143px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }

  .featurefooter-image.whytoolboxfooter {
    margin-top: 0px;
  }

  .feature_textblock {
    position: static;
    left: auto;
    top: -104px;
    right: auto;
    bottom: auto;
    display: block;
    width: auto;
    margin-top: -59px;
    margin-right: 10px;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 8px;
    line-height: 15px;
    text-align: right;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .mainheroback {
    display: none;
    height: 60%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .herotextbutton {
    width: 100%;
    margin-top: 0%;
  }

  .hero-image {
    width: 100%;
    margin-top: -60%;
  }

  .herotext {
    margin-top: 10%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .hero-registerbutton {
    margin-right: auto;
    margin-left: auto;
  }

  .herobackimage {
    margin-top: 15%;
    margin-left: 0%;
  }

  .link-2-pricing {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 2;
    margin-top: -108px;
    font-size: 8px;
  }

  .link-3-pricing {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 23;
    max-width: 100px;
    margin-top: 0px;
    margin-left: 5%;
    font-size: 8px;
  }

  .link-4-pricing {
    position: relative;
    left: auto;
    top: 0px;
    z-index: 23;
    min-width: 100px;
    margin-top: 0px;
    margin-left: 5%;
    font-size: 8px;
  }

  .main_hero_mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mobile_hero_image {
    width: 100%;
    height: 30%;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url('../images/HeroBackMobile.png');
    background-position: 50% 0%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .heromobile_image {
    position: relative;
    width: 100%;
    background-image: url('../images/HeroBackMobile.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .mobile_hero_content {
    width: 100%;
    height: 40%;
  }
}

#w-node-e61f97ec-71e1-4e7c-2bae-17d11f02082a-dc274ad7 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_807ed2cc-aee4-a176-1a6b-8825707b70ea-dc274ad7 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_53496ff0-bb43-8b5a-7d90-db4ea68df854-1b83d865 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_53496ff0-bb43-8b5a-7d90-db4ea68df85b-1b83d865 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_8eb9afeb-1a47-db6d-6928-87fd52dc6c83-f5a2dd86 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_8eb9afeb-1a47-db6d-6928-87fd52dc6c8a-f5a2dd86 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-c87d9dad-f4a8-a14b-1bb8-2922a56724d3-64478830 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-c87d9dad-f4a8-a14b-1bb8-2922a56724da-64478830 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_18068941-6da8-63b2-0997-e59a1560adfa-ee49e991 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_18068941-6da8-63b2-0997-e59a1560ae01-ee49e991 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-eb845419-f105-71eb-6377-5188361fb9a3-0a7d8b7a {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-eb845419-f105-71eb-6377-5188361fb9aa-0a7d8b7a {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.text-input-error {
  border-color: #FF6E5C;
  outline: 0;
}

input::-webkit-input-placeholder {
  opacity: 0.5;
  /*Change the opacity between 0 and 1*/
}

.cursor-pointer{
  cursor: pointer;
}

/*new code lines - fixed mobile horizontal view responsive issues*/

@media (orientation: landscape) and (max-width: 991px) {
  .feature-wrapper {
    height: auto;
}
.feature-wrap-02.reverse02 {
  height: auto;
}
.feature-wrap-03._03 {
  height: auto;
}
}

@media (orientation: landscape) and (max-width: 900px) {
  .whytoolboxherotext {
    height: auto;
  }
}

@media (orientation: landscape) and (max-width: 991px) {
  .hero-wrapper {
    height: auto;
  }
  .about_us-wrapper {
    height: auto;
}
}

@media (orientation: landscape) and (max-width: 900px)  {
  .dashboard01 {
    height: 144vh;
  }
  .dashboard02._04 {
    height: 155vh;
  }
  .dashboard03 {
    height: 143vh;
  }
}

@media only screen and (max-width: 991px) {
  .intro-dashboard {
    background-image: none;
}
.intro-dashboard {
  height: auto;
}
}

@media only screen and (min-width: 991px) and (max-width: 1170px) {
  .image-38._03 {
    width: 490px;
}
.image-38._02 {
  width: 490px;
}
.image-38.new {
  width: 490px;
}
}

@media only screen and (max-width: 666px) {
  p.paragraph-18 {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media only screen and (max-width: 990px) {
  p.paragraph-18 {
    margin-bottom: 60px;
}
div.feature-wrap-01._01 {
  height: auto;
}
}

@media only screen and (min-width: 767px) and (max-width: 990px) {
  .section-10.wf-section {
    padding-top: 87px;
}
}
.feature-wrap-02.reverse02 {
  height: auto;
}

@media only screen and (min-width: 990px) and (max-width: 1335px) {
  .technician {
    width: 300px;
    height: 490px;
  }
  .onesite {
    width: 300px;
    height: 490px;
  }
  .mso {
    width: 300px;
    height: 490px;
  }
  .main-card-block01 {
    margin-left: 2%;
}
.main-card-block02 {
  margin-left: 2%;
}
h4.technitian-text {
  padding-left: 10px;
  padding-right: 10px;
}
h4.heading-38 {
  padding-left: 10px;
  padding-right: 10px;
}
}

@media only screen and (width: 820px) {
.feature-wrap-03._03 {
  height: 80vh;
  margin: 3vh 5% 3vh;
}
.feature-wrap-04.reverse02 {
  height: 100%;
  margin: 4vh 5% 10vh;
}
}

@media only screen and (width: 768px) {
  .feature-wrap-03._03 {
    height: 80vh;
    margin: 3vh 5% 3vh;
  }
  .feature-wrap-04.reverse02 {
    height: 100%;
    margin: 4vh 5% 10vh;
  }
}

@media only screen and (width: 1024px) {
.feature-wrap-04.reverse02 {
  height: 100%;
  margin: 7vh 5% 10vh !important;
}
}

@media only screen and (min-width: 990px) and (max-width: 1200px) {
  .feature_textblock {
  margin-left: 70% !important;
}
}

@media (width:820px) {
  .dashboard01 {
    height: 60vh;
  }
  .dashboard02._04 {
    height: 65vh;
  }
  .dashboard03 {
    height: 65vh;
  }
}

@media screen and (max-width: 672px){
.dashboard02._04 {
    margin-top: -83px;
}
}

@media (width:768px)  {
  .feature_textblock {
    margin-left: 480px;
  }
  .dashboard01 {
    height: 60vh;
  }
  .dashboard02._04 {
    height: 65vh;
  }
  .dashboard03 {
    height: 65vh;
  }
}

@media only screen and (min-width: 990px){
.user-friendly-setup.wf-section {
  height: 60vw;
}
}

@media only screen and (min-width: 990px){
.heading-27 {
    margin-top: 40px;
}
}

@media screen and (max-width: 479px){
.dashboard03 {
    margin-top: -63px;
}
}

@media screen and (width: 1180px){
.feature-wrap-04.reverse02{
  margin: 7vh 5% 10vh;
}
}

@media (width: 740px){
.dashboard03 {
    margin-top: -211px !important;
}
}

@media (min-width: 490px) and (max-width: 916px){
  .dashboard01 {
    display: contents;
}
.dashboard02._04 {
  display: contents;
}
.dashboard03 {
  display: contents;
}
}

@media screen and (max-width: 991px){
.section-7 {
    margin-top: 40% !important;
}
}

@media screen and (min-width: 821px) and (max-width: 991px){
.feature_textblock {
    margin-left: 580px;
}
}

@media screen and (width: 740px){
  #w-node-_8eb9afeb-1a47-db6d-6928-87fd52dc6c8a-f5a2dd86.feature_textblock {
      margin-left: 464px;
  }
}

@media (min-width: 991px){
  .hero-section_features.wf-section {
    width: 102vw;
}
.section-7.wf-section {
  width: 102vw;
}
.user-friendly-setup.wf-section {
  width: 102vw;
}
.footer_feature.features {
  width: 102vw;
}
.verticle-section.wf-section {
  width: 102vw;
}
}

@media (max-width: 376px){
.pricing-card_01 {
  height: auto;
}
.heading-45 {
  margin-top: 35%;
}
}

@media (max-width: 479px){
  .mso {
    height: auto;
  }
}
body {
  overflow-x: hidden;
}
@media (min-width: 1200px){
a.monthly-picing-button.w-button.regBtn.regBtn-2 {
  margin-top: 53px;
}
}
@media (min-width: 374px) and (max-width: 400px){
strong.bold-text {
  padding-right: 0px !important;
  margin-left: 50%;
}
}

@media (max-width: 374px){
  strong.bold-text {
    padding-right: 0px !important;
    margin-left: 46%;
  }
}

@media (min-width: 410px) and (max-width: 490px){
  strong.bold-text {
    padding-right: 0px !important;
    margin-left: 53%;
  }
}

@media (min-width: 374px) and (max-width: 400px){
.bold-text.about-us {
    padding-right: 0px !important;
    margin-left: 48%;
}
}

@media (min-width: 410px) and (max-width: 490px){
  .bold-text.about-us {
    padding-right: 0px !important;
    margin-left: 51%;
  }
}

@media (max-width: 374px){
  .bold-text.about-us {
    padding-right: 0px !important;
    margin-left: 44%;
  }
}

@media (min-width: 410px) and (max-width: 490px){
  .bold-text.pricing-footer {
    padding-right: 0px !important;
    margin-left: 55%;
}
}

@media (max-width: 374px){
  .bold-text.pricing-footer {
    padding-right: 0px !important;
    margin-left: 48%;
}
}

@media (min-width: 374px) and (max-width: 400px){
  .bold-text.pricing-footer {
    padding-right: 0px !important;
    margin-left: 52%;
}
}

@media (max-width: 600px){
div#w-node-c87d9dad-f4a8-a14b-1bb8-2922a56724da-64478830 {
  margin-top: 13.5%;
}
}
@media screen and (min-width: 600px) and (max-width: 767px){
  .footer_aboutus.wf-section div#w-node-c87d9dad-f4a8-a14b-1bb8-2922a56724da-64478830 {
    margin-top: -11%;
}
  }

  @media (min-width: 665px) and (orientation: landscape) and (max-width: 990px){
    .mainheroback.wf-section {
      height: auto;
    }
    .what-we-give-you-section {
      margin-top: 23%;
    }
    .dashboard_highlight {
      margin-top: 54%;
  }
    .highlight_card {
      height: 62vh;
  }
  .sales_highlight {
    margin-top: 56%;
  }
    .finance_highlight {
      margin-top: 60%;
    }
    .operations_highlight {
      margin-top: 55%;
    }
    .container.startnowsec {
      margin-top: 50px;
    }
    .heading_home_content {
      font-size: 26px;
      line-height: 44px;
    }
    .heading_home_content {
      margin-top: -15px;
    }
    .subheading_home_content {
      margin-top: 264px;
    }
    .subheading_home_content.subheading-operations {
      margin-top: 192px;
    }
    .text-block-4 {
      padding-left: 0%;
    }
    .operations-image-01 {
      margin-top: 36%;
    }
    .sales-image-01 {
      margin-top: 39%;
  }
  .finance_image-01 {
    margin-top: 42%;
  }
  .container.startnowsec {
    margin-top: 97px;
  }
  }
  @media (max-width: 600px){
  .text-block-4-index {
    margin-top: 14%;
  }
  }
  a.hero-registerbutton.w-button.regBtn {
    font-size: 11px;
    border-radius: 12px;
    padding: 7px 13px;
}
@media (min-width: 990px) and (max-width: 1228px){
a.hero-registerbutton.w-button.regBtn {
  width: 25%;
}
}

/* fixing the overlapping issue in the naviagtion menu
@media (min-width: 1190px){
nav.navigation-items.w-nav-menu {
  margin-left: 310px;
}
a.button.cc-contact-us.w-inline-block.logBtn.dynamicWidthLogin {
  margin-right: 0%;
}
a.button.cc-contact-us.btnreg.register.w-inline-block.regBtn.regBtnNav.dynamicWidthRegister {
  margin-right: 1%;
}
a.button.sandbox.w-inline-block.reqDemoBtn.dynamicWidthSandbox {
  margin-right: 1%;
}
}*/

 /*fixing the overlapping issue in the naviagtion menu
@media (min-width: 1020px) and (max-width: 1190px){
a.button.cc-contact-us.w-inline-block.logBtn.dynamicWidthLogin {
  margin-right: -1%;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
a.button.cc-contact-us.btnreg.register.w-inline-block.regBtn.regBtnNav.dynamicWidthRegister {
  margin-right: 1%;
  width: 10%;
}
a.button.sandbox.w-inline-block.reqDemoBtn.dynamicWidthSandbox {
  margin-right: 1%;
  width: 13%;
}
a.button.sandbox.liveDemo.w-inline-block.reqDemoBtn.dynamicWidthSandbox {
  width: 14%;
}
img.logo-image {
  width: 67%;
}
nav.navigation-items.w-nav-menu {
  margin-left: 225px;
}
}*/
.c-pointer{
  cursor: pointer;
}

@media screen and (min-width: 478px) and (max-width: 702px){
a.hero-registerbutton.w-button.regBtn {
  font-size: 10px;
  padding: 7px 10px;
}
.hero-registerbutton {
  width: 45%;
}
}

@media screen and (min-width: 990px) and (max-width: 1180px){
.button.cc-contact-us {
  margin-right: -1%;
}
.button.sandbox {
  margin-right: 1%;
}
.button {
  font-size: 9px;
}
.menu {
  right: 8%;
}
}

div#w-nav-overlay-0 {
  height: 450px !important;
}
@media screen and (max-width: 479px){
.footer_feature {
    margin-top: 235px;
}
}
@media screen and (min-width: 479px) and (max-width: 991px){
.footer_feature {
    margin-top: 5% !important;
}
}
.sign-up-now{
  display: none;
}

@media screen and (max-width: 690px) {
  .div-block-35 {
    height: auto;
}
}




















































