:root {
  --black: black;
  --white: white;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

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

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

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

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

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

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

.section {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.section.cc-home-wrap {
  padding-top: 0;
  padding-bottom: 0;
}

.section.cc-store-home-wrap {
  text-align: left;
  padding-top: 0;
}

.section.transparent {
  background-color: #f0f5f7;
  border-radius: 0;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  background-color: #0000;
  border-radius: 0;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

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

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

.primary-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

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

.primary-button.cc-contact-us {
  z-index: 5;
  background-color: #2a85b6;
  border: 1px solid #4aafc5;
  position: relative;
}

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

.primary-button.cc-white-button:hover {
  background-color: #fffc;
}

.primary-button.cc-white-button:active {
  background-color: #ffffffe6;
}

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

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

.label.cc-light {
  opacity: .6;
}

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

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

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

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

.rich-text figcaption {
  opacity: .6;
}

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

.paragraph-light {
  opacity: .6;
}

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

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

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

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

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

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

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

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

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: -12px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

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

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

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

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

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

.logo-image {
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

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

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

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

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

.cta-wrap {
  text-align: center;
  justify-content: center;
  display: flex;
}

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

.intro-header.cc-subpage {
  color: #fff;
  background-color: #0000;
  background-image: none;
  height: 480px;
  margin-bottom: -375px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
}

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

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

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

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

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

.text-field::placeholder {
  color: #32343a66;
}

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

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

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

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

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
}

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

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

.team-pic {
  background-color: #f4f4f4;
  background-image: url('../images/5.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

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

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

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

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

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

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

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

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

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  display: flex;
}

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

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

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
}

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

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

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

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

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

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

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

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

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

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

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

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

.section-heading {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

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

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

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

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

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

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

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

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

.secondary-button {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

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

.utility-margin-bottom-4rem {
  margin-bottom: 4rem;
}

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

.tab-menu-link.utility-width-100---mobile-landscape.utility-text-align-center.w--current {
  background-color: #146ef5;
}

.paragraph-s {
  margin-bottom: 1rem;
}

.grid-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-layout.desktop-3-column {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-layout.grid-gap-s {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.grid-layout.desktop-5-column {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid-layout.desktop-5-column.tablet-2-column.mobile-portrait-1-column.grid-gap-s {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.masonry-layout.desktop-3-column {
  column-count: 3;
}

.utility-padding-all-1rem {
  padding: 1rem;
}

.utility-height-100 {
  height: 100%;
}

.icon {
  width: 2rem;
  height: 2rem;
}

.utility-margin-bottom-1rem {
  margin-bottom: 1rem;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.eyebrow.utility-margin-bottom-0, .heading-5.utility-margin-bottom-0, .utility-margin-bottom-0, .paragraph-xxl.utility-margin-bottom-0 {
  margin-bottom: 0;
}

.dark-blue-background {
  background-color: #00008b;
}

.flex-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.flex-layout.flex-vertical {
  flex-direction: column;
}

.flex-layout.flex-vertical.x-center {
  align-items: center;
}

.flex-layout.flex-vertical.y-center {
  justify-content: center;
}

.flex-layout.flex-vertical.x-left {
  align-items: flex-start;
}

.flex-layout.x-center {
  justify-content: center;
}

.flex-layout.y-center {
  align-items: center;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.paragraph-l {
  margin-bottom: 1rem;
}

.x-center-parent.x-center {
  justify-items: center;
}

.y-center-parent.y-center {
  align-items: center;
}

.grid-gap-m {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: end;
}

.utility-margin-bottom-2rem {
  margin-bottom: 2rem;
}

.pricing-4-tabs-menu.utility-margin-bottom-2rem {
  justify-content: flex-start;
  position: relative;
}

.x-left {
  justify-content: flex-start;
  justify-items: start;
}

.flex-gap-xs {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.utility-margin-top-2rem {
  margin-top: 2rem;
}

.tag {
  background-color: #0000001a;
  border: 1px solid #0000;
  border-radius: .25rem;
  padding: .25rem .5rem;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s;
  display: inline-block;
}

.button {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  color: #fff;
  letter-spacing: 0;
  white-space: nowrap;
  background-color: #0061fb;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.33;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button.is-big {
  background-color: #4aafc5;
  transition: transform .3s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.button.is-big:hover {
  transform: translate(.75rem, -.8rem);
}

.button.is-small {
  border-radius: 3.75rem;
  padding: .5rem 1rem;
  font-size: 1rem;
  transition: transform .35s cubic-bezier(.25, .46, .45, .94), background-color .35s cubic-bezier(.25, .46, .45, .94);
}

.button.is-small:hover {
  transform: scale(.96);
}

.icon-1x1-large {
  width: 2rem;
  height: 2rem;
}

.footer_img {
  width: 100%;
  max-width: 22%;
  position: absolute;
  inset: auto 2.5rem 0% auto;
}

.footer_logo {
  width: 72%;
}

.footer_layout {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

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

.button-content {
  position: relative;
  overflow: clip;
}

.spacer-mobile {
  display: none;
}

.footer {
  background-color: #f1f3f6;
  flex-flow: column;
  display: flex;
  position: relative;
}

.spacer {
  opacity: 0;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global.is-footer {
  height: 100%;
}

.padding-section-medium {
  padding-top: 5rem;
}

.footer_wrap-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: min-content min-content min-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.footer_img-h {
  padding-top: 106%;
  position: relative;
}

.spacer-tablet {
  display: none;
}

.footer_links {
  opacity: .5;
  white-space: nowrap;
  font-weight: 600;
  transition: opacity .3s;
}

.footer_links:hover {
  opacity: 100;
}

.img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.spacer-small {
  width: 100%;
  padding-top: .75rem;
}

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

.text-3xl {
  letter-spacing: -.05em;
  text-transform: none;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.spacer-desktop {
  background-color: #fff;
}

.button-text.is-two {
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.container-full {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.body-base {
  color: #333;
  font-size: 16px;
}

.body-base.light {
  color: #061711a6;
  align-self: center;
}

.body-base.light.align-center {
  text-align: center;
  width: 42%;
  margin-top: 10px;
}

.body-base.light.align-center.feature-section {
  text-align: left;
  width: 100%;
}

.marquee-wrapper {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  display: flex;
}

.container-2 {
  max-width: 1280px;
}

.container-2.align-center {
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: hidden;
}

.container-2.footer-continer {
  padding-left: 20px;
  padding-right: 20px;
}

.container-2.align-center {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: hidden;
}

.page-title-section-template {
  background-image: url('../images/Untitled-design-83.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 590px;
  padding-top: 100px;
  padding-bottom: 20px;
}

.hero-buttons {
  z-index: 1;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: center;
  align-items: center;
  position: relative;
}

.marquee-anime-rev {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: none;
}

.template-buy-buttons {
  margin-top: 40px;
  padding-bottom: 60px;
}

.secondary-button-2 {
  color: #000;
  text-align: center;
  background-color: #3898ec00;
  background-image: linear-gradient(#fff, #f1f1f1);
  border: 1px solid #1d665d4f;
  border-radius: 8px;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  transition-property: box-shadow;
  transition-duration: .3s;
  transition-timing-function: ease;
  box-shadow: inset 0 -2px 4px #00000045, inset 0 2px 4px #fff, 0 0 0 2px #1d665d17, 0 17px 5px #0000, 0 11px 4px #0000000a, 0 6px 4px #00000021, 0 3px 3px #00000038, 0 1px 1px #00000040;
}

.secondary-button-2:hover {
  box-shadow: none;
}

.page-title-home {
  color: #000;
  text-align: center;
  width: 79%;
  font-size: 72px;
  font-weight: 300;
  line-height: 114%;
}

.marquee {
  pointer-events: none;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}

.template-slider-image {
  max-width: 352px;
}

.primary-button-2 {
  color: #061711;
  background-color: #8cd0d9;
  border: 1px solid #1d665d4f;
  border-radius: 8px;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 400;
  transition-property: box-shadow;
  transition-duration: .3s;
  transition-timing-function: ease;
  box-shadow: inset 0 -2px 4px #00000045, inset 0 2px 4px #fff, 0 0 0 2px #1d665d17, 0 17px 5px #0000, 0 11px 4px #0000000a, 0 6px 4px #00000021, 0 3px 3px #00000038, 0 1px 1px #00000040;
}

.primary-button-2:hover {
  box-shadow: none;
}

.marqucoee-anime {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.template-fe-card-title {
  color: #333;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
}

.template-fe-card {
  background-color: #fff;
  border: 1px solid #dbdbdb99;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  box-shadow: 0 0 0 8px #0000000a, 0 32px 9px #0000, 0 21px 8px #00000003, 0 12px 7px #00000005, 0 5px 5px #00000008, 0 1px 3px #00000008;
}

.section-heading-2 {
  color: var(--black);
  text-align: center;
  margin-top: 84px;
  font-size: 56px;
  line-height: 114%;
}

.template-cards-two {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  padding-bottom: 20px;
  display: grid;
}

.gtext {
  color: #061711a6;
  -webkit-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #1d665d, #b3d98c);
  -webkit-background-clip: text;
  background-clip: text;
}

.info-section {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 970px;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 40px;
}

.info-section-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 42%;
  display: flex;
}

.text-light {
  color: #061711a6;
  border-radius: 20px;
}

.primary-button-3 {
  color: #061711;
  background-color: #8cd0d9;
  border: 1px solid #1313134f;
  border-radius: 8px;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 400;
  transition-property: box-shadow;
  transition-duration: .3s;
  transition-timing-function: ease;
  box-shadow: inset 0 -2px 4px #00000045, inset 0 2px 4px #fff, 0 0 0 2px #1d665d17, 0 17px 5px #0000, 0 11px 4px #0000000a, 0 6px 4px #00000021, 0 3px 3px #00000038, 0 1px 1px #00000040;
}

.primary-button-3:hover {
  box-shadow: none;
}

.info-section-right-saas {
  width: 52%;
}

.info-section-rev {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #b6898900;
  flex-flow: row-reverse;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 970px;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 40px;
}

.sub-heading {
  color: #1d665d;
  background-color: #fff;
  border: 1px solid #b3d98c6b;
  border-radius: 999px;
  align-self: center;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 400;
}

.footer-top {
  border-bottom: 1px solid #dadada;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 22px;
}

.scroll-to-top-btn {
  display: none;
  position: fixed;
  inset: auto 2% 8% auto;
}

.footer-top-right {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-end;
  align-items: center;
}

.copyright {
  color: #061711a6;
}

.footer-mid-col-1 {
  width: 26%;
  margin-right: 100px;
}

.footer-wraper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #fff;
  border-radius: 32px;
  align-items: stretch;
  padding: 24px;
  box-shadow: 0 0 0 8px #0000000a, 0 32px 9px #0000, 0 21px 8px #00000003, 0 12px 7px #00000005, 0 5px 5px #00000008, 0 1px 3px #00000008;
}

.footer-mid {
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 33px;
}

.footer-mid-col-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 17.5%;
}

.footer-menu-link {
  color: #061711a6;
  cursor: pointer;
  font-size: 16px;
  text-decoration: none;
}

.footer-menu-title {
  color: #333;
  font-size: 16px;
  font-weight: 600;
}

.footer-slogen {
  color: #000;
  border-left: 1px solid #b3d98c;
  padding-left: 20px;
  font-size: 20px;
}

.footer-discription {
  color: #061711a6;
}

.footer-top-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

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

.section-heading-3 {
  color: #000;
  text-align: center;
  font-size: 56px;
  line-height: 114%;
}

.team-member-discription {
  color: #061711a6;
  font-size: 16px;
  font-weight: 400;
}

.team-member-details {
  background-color: #fff;
  border-radius: 12px;
  padding: 7px 17px;
}

.team-member-name-2 {
  color: #333;
  margin-top: 0;
  font-size: 24px;
  font-weight: 600;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  align-self: center;
  width: 100%;
  max-width: 1028px;
  padding: 60px 0 40px;
}

.team-member-card {
  border-radius: 16px;
  align-self: stretch;
  min-height: 400px;
  box-shadow: 0 32px 9px #0000, 0 21px 8px #00000003, 0 12px 7px #00000005, 0 5px 5px #00000008, 0 1px 3px #00000008, 0 0 0 8px #0000000a;
}

.team-member-card.member-6 {
  background-image: url('../images/Rectangle-41-4.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: stretch;
  padding: 18px;
}

.team-member-card.member-5 {
  background-image: url('../images/Rectangle-41-3.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: stretch;
  padding: 18px;
}

.team-member-card.member-3 {
  background-image: url('../images/Rectangle-41-1.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: stretch;
  padding: 18px;
}

.team-member-card.member-2 {
  background-image: url('../images/Rectangle-41_1.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: stretch;
  padding: 18px;
}

.team-member-card.member-4 {
  background-image: url('../images/5.png');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: stretch;
  padding: 18px;
}

.team-member-card.member-1 {
  background-image: url('../images/Rectangle-41.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: stretch;
  padding: 18px;
}

.section-heading-feature {
  color: #1d665d;
  text-align: left;
  font-size: 56px;
  line-height: 114%;
}

.sub-heading-feature {
  color: #1d665d;
  border: 1px solid #b3d98c6b;
  border-radius: 999px;
  align-self: flex-start;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 400;
}

.feature-discription {
  color: #061711a6;
  padding-top: 5px;
  font-size: 16px;
}

.feature-card-img {
  border: 1px solid #00000017;
  border-radius: 24px;
  box-shadow: 0 32px 9px #0000, 0 21px 8px #00000003, 0 12px 7px #00000005, 0 5px 5px #00000008, 0 1px 3px #00000008;
}

.features-section {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.feature-title {
  color: #1d665d;
  font-size: 32px;
  font-weight: 600;
  line-height: 114%;
}

.features-section-right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 60%;
  display: flex;
}

.features-section-left {
  width: 40%;
  position: sticky;
  top: 120px;
}

.feature-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #f6faf1;
  border: 0 solid #000;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: center;
  padding-right: 40px;
  box-shadow: 0 32px 9px #0000, 0 21px 8px #00000003, 0 12px 7px #00000005, 0 5px 5px #00000008, 0 1px 3px #00000008, 0 0 0 8px #0000000a;
}

.section-heading-4 {
  color: #1d665d;
  text-align: center;
  font-size: 56px;
  line-height: 114%;
}

.info-section-right {
  background-color: #f6faf1;
  background-image: url('../images/Mask-group.png'), url('../images/Screens.png');
  background-position: 50% 100%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, cover;
  border: 1px solid #b3d98c78;
  border-radius: 32px;
  width: 52%;
  height: 430px;
  box-shadow: 0 0 0 8px #0000000a;
}

.info-section-right.step-3, .info-section-right.step-2 {
  background-image: url('../images/Mask-group.svg'), url('../images/Screens.png');
}

.primary-button-4 {
  color: #061711;
  background-color: #8cd0d9;
  border: 1px solid #1d665d4f;
  border-radius: 8px;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 400;
  transition-property: box-shadow;
  transition-duration: .3s;
  transition-timing-function: ease;
  box-shadow: inset 0 -2px 4px #00000045, inset 0 2px 4px #fff, 0 0 0 2px #1d665d17, 0 17px 5px #0000, 0 11px 4px #0000000a, 0 6px 4px #00000021, 0 3px 3px #00000038, 0 1px 1px #00000040;
}

.primary-button-4:hover {
  box-shadow: none;
}

.image {
  border-radius: 20px;
}

.custom-bullet {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.cta-right {
  width: 50%;
}

.cta-wraper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #fff;
  background-image: url('../images/Untitled-design-83.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #73a77852;
  border-radius: 48px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 100px;
  box-shadow: 0 0 0 8px #d4d4d440;
}

.custom-bullet-wraper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 20px;
}

.cta-img-button {
  width: 160px;
}

.section-2 {
  padding: 100px 20px 20px;
}

.cta-left {
  width: 50%;
  min-width: 49%;
}

.cta-buttons-wraper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-top: 20px;
}

.text-aria {
  border: 1px solid #dddddddb;
  border-radius: 8px;
  min-height: 129px;
}

.text-aria::placeholder {
  color: #1d2433cc;
  font-size: 16px;
}

.f-field-group {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-detailes-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.form-title {
  color: #061711;
  font-size: 24px;
  font-weight: 600;
}

.form-block {
  align-self: stretch;
}

.form-discription {
  color: #061711a6;
  font-size: 16px;
}

.contact-right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 24px;
  flex-flow: column;
  align-self: stretch;
  width: 50%;
  max-width: 50%;
  padding: 32px 23px 24px;
  display: flex;
  box-shadow: 0 32px 9px #0000, 0 21px 8px #00000003, 0 12px 7px #00000005, 0 5px 5px #00000008, 0 1px 3px #00000008, 0 0 0 8px #0000000a;
}

.form {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  width: 100%;
  min-width: 100%;
  display: flex;
}

.text-field-2 {
  border: 1px solid #dddddddb;
  border-radius: 8px;
}

.text-field-2::placeholder {
  color: #1d2433cc;
  font-size: 16px;
}

.primary-button-5 {
  color: #061711;
  background-color: #8cd0d9;
  border: 1px solid #1d665d4f;
  border-radius: 8px;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 400;
  transition-property: box-shadow;
  transition-duration: .3s;
  transition-timing-function: ease;
  box-shadow: inset 0 -2px 4px #00000045, inset 0 2px 4px #fff, 0 0 0 2px #1d665d17, 0 17px 5px #0000, 0 11px 4px #0000000a, 0 6px 4px #00000021, 0 3px 3px #00000038, 0 1px 1px #00000040;
}

.primary-button-5:hover {
  box-shadow: none;
}

.image-2 {
  background-image: linear-gradient(#000, #666 40%, #787878 54%, #aaa 69%, #fff);
  border-radius: 20px;
}

.page-title-section-template-2 {
  background-image: url('../images/Untitled-design-83.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 590px;
  padding-top: 100px;
  padding-bottom: 20px;
}

.page-title-home-2 {
  color: #000;
  text-align: center;
  width: 79%;
  font-size: 72px;
  line-height: 114%;
}

.marquee-anime {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.page-title-section-template-3 {
  background-image: url('../images/Untitled-design-83.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 590px;
  padding-top: 100px;
  padding-bottom: 20px;
}

.secondary-button-3 {
  color: #1d665d;
  text-align: center;
  background-color: #8cd0d9;
  background-image: linear-gradient(#fff, #f1f1f1);
  border: 1px solid #3dd3c04f;
  border-radius: 8px;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  transition-property: box-shadow;
  transition-duration: .3s;
  transition-timing-function: ease;
  box-shadow: inset 0 -2px 4px #00000045, inset 0 2px 4px #fff, 0 0 0 2px #1d665d17, 0 17px 5px #0000, 0 11px 4px #0000000a, 0 6px 4px #00000021, 0 3px 3px #00000038, 0 1px 1px #00000040;
}

.secondary-button-3:hover {
  box-shadow: none;
}

.page-title-home-3 {
  color: #120f41;
  text-align: center;
  -webkit-text-stroke-color: #000;
  width: 79%;
  font-family: PT Serif, serif;
  font-size: 72px;
  line-height: 114%;
}

.primary-button-6 {
  color: #061711;
  background-color: #b3d98c;
  border: 1px solid #1d665d4f;
  border-radius: 8px;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 400;
  transition-property: box-shadow;
  transition-duration: .3s;
  transition-timing-function: ease;
  box-shadow: inset 0 -2px 4px #00000045, inset 0 2px 4px #fff, 0 0 0 2px #1d665d17, 0 17px 5px #0000, 0 11px 4px #0000000a, 0 6px 4px #00000021, 0 3px 3px #00000038, 0 1px 1px #00000040;
}

.primary-button-6:hover {
  box-shadow: none;
}

.image-3, .image-4, .image-5 {
  border-radius: 20px;
}

.image-6 {
  border-radius: 20px;
  min-width: 16px;
}

.pro-label {
  color: #333;
  -webkit-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(129deg, #2f80ed .04%, #bb6bd9 6%, #f2994a 17.85%, #eb5757 26%, #ed6767 51%, #df7070 80%, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 24px;
  font-weight: 600;
}

.pricin-card-inner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #c0dae7;
  border-radius: 16px;
  padding: 30px 20px;
  box-shadow: 10px 2px 5px #0003;
}

.small-pricing-card {
  border-radius: 22px;
  width: 316px;
  box-shadow: 0 0 0 8px #0000000a, 0 4.398px 5.828px #0000000f, 0 199.895px 55.768px #0000, 0 128.193px 51.422px #00000003, 0 71.701px 43.455px #00000005, 0 31.867px 31.867px #0000000a, 0 7.967px 17.382px #0000000a;
}

.large-pricing-card {
  background-image: url('../images/Card.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 22px;
  margin-left: 40px;
  transform: scale(1.15);
  box-shadow: 0 0 0 8px #0000000a, 0 4.398px 5.828px #0000000f, 0 199.895px 55.768px #0000, 0 128.193px 51.422px #00000003, 0 71.701px 43.455px #00000005, 0 31.867px 31.867px #0000000a, 0 7.967px 17.382px #0000000a;
}

.price-wraper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  align-items: center;
}

.pricing-table-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-top: 98px;
  padding-bottom: 144px;
}

.plus-label {
  font-size: 24px;
  font-weight: 600;
}

.secondary-button-4 {
  color: #16123a;
  text-align: center;
  background-color: #193146;
  background-image: linear-gradient(#fff, #f1f1f1);
  border: 1px solid #1d665d4f;
  border-radius: 8px;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  transition-property: box-shadow;
  transition-duration: .3s;
  transition-timing-function: ease;
  box-shadow: inset 0 -2px 4px #00000045, inset 0 2px 4px #fff, 0 0 0 2px #1d665d17, 0 17px 5px #0000, 0 11px 4px #0000000a, 0 6px 4px #00000021, 0 3px 3px #00000038, 0 1px 1px #00000040;
}

.secondary-button-4:hover {
  box-shadow: none;
}

.small-price {
  color: #333;
  font-size: 40px;
  font-weight: 600;
  line-height: 114%;
}

.primary-button-7 {
  color: #061711;
  background-color: #b3d98c;
  border: 1px solid #1d665d4f;
  border-radius: 8px;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 400;
  transition-property: box-shadow;
  transition-duration: .3s;
  transition-timing-function: ease;
  box-shadow: inset 0 -2px 4px #00000045, inset 0 2px 4px #fff, 0 0 0 2px #1d665d17, 0 17px 5px #0000, 0 11px 4px #0000000a, 0 6px 4px #00000021, 0 3px 3px #00000038, 0 1px 1px #00000040;
}

.primary-button-7:hover {
  box-shadow: none;
}

.primary-button-7.full-w {
  text-align: center;
  align-self: stretch;
}

.price-discription {
  color: #333;
  margin-top: 7px;
}

.pricing-comparison {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.heading-6 {
  text-align: center;
  padding-top: 58px;
}

.section-3 {
  margin-bottom: 98px;
}

.hero-heading-h1 {
  color: #1b1d1e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 500;
  line-height: 120%;
}

.italic-span {
  letter-spacing: -2px;
  font-style: italic;
  font-weight: 400;
}

.italic-span.typing-text {
  font-weight: 400;
}

.c2a-main {
  background-image: linear-gradient(#fff, #fff);
  border: 1px solid #1b1d1e1a;
  border-radius: 24px;
  padding: 120px 60px;
}

.c2a-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1032px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.c2a-title {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
}

.text-span-17 {
  letter-spacing: -1px;
  font-style: italic;
  font-weight: 400;
}

.subtext {
  color: #1b1d1e99;
  margin-bottom: 24px;
  font-size: 16px;
}

.back-to-home-btn {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-color: #0e2b5a;
  border: 1px solid #fff;
  border-radius: 45px;
  justify-content: center;
  align-items: center;
  padding: 9px 8px 9px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.view-portfolio-txt {
  border: 1px solid #0000;
}

.div-block-23 {
  background-color: #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.card-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-215 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.heading-7 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

.div-block-213 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 8rem;
}

.div-block-197 {
  background-color: #000000b3;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: none;
  position: absolute;
  inset: 0% auto auto;
}

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

.div-block-214 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-div {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.our-work-heading {
  color: #1b1d1e;
  text-align: center;
  max-width: 768px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
}

.span-italic-txt {
  letter-spacing: -1px;
  font-style: italic;
  font-weight: 400;
}

.card-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-212 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 20%;
}

.link-block-2 {
  color: #1b1d1e;
  border: 1px solid #1b1d1e1a;
  border-radius: 25px;
  height: 32px;
  padding: 6px 16px;
  font-size: 14px;
  text-decoration: none;
}

.card-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-flow: column;
  display: flex;
}

.chips {
  grid-column-gap: 12px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.image-30 {
  position: relative;
}

.card-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-flow: column;
  display: flex;
}

.small-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.avatar {
  border-radius: 16px;
}

.div-block-196 {
  width: 100%;
  height: 100%;
  position: relative;
}

.back-to-home-btn-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-color: #1b1d1e;
  border: 1px solid #fff;
  border-radius: 45px;
  justify-content: center;
  align-items: center;
  padding: 9px 8px 9px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.title-2 {
  color: #fff;
  letter-spacing: normal;
  margin-top: 2px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

.let-s-collaborate {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #1b1d1e;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 45px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding-left: 20px;
  padding-right: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  display: inline-flex;
}

.let-s-collaborate:hover {
  border: 1px solid #fff;
}

.title-1 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

.call-to-action {
  background-color: #74b7d8;
  border: 3px solid #cfe6ff;
  border-radius: 24px;
  margin-top: 48px;
  margin-left: 56px;
  margin-right: 48px;
  padding: 32px 105px 32px 48px;
  box-shadow: 0 2px 5px #0003;
}

.collabrator-btn-div {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collabrator-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-21 {
  -webkit-text-stroke-color: #1b1d1e00;
  background-color: #1d465a;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.div-block-216 {
  background-color: #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.text-block-13 {
  text-decoration: none;
}

.collabrator-txt {
  text-shadow: 2px 2px 1px #0003;
}

.image-31 {
  border: 1px solid #471f1f00;
}

.section-4 {
  border: 1px solid #0000;
}

.section-5 {
  margin-bottom: 44px;
  padding-top: 65px;
}

@media screen and (min-width: 1280px) {
  .section {
    margin-top: 77px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-jumbo {
    color: #000;
  }

  .navigation {
    border-radius: 0;
  }

  .intro-header.cc-subpage {
    background-image: url('../images/Untitled-design-83.png');
    background-position: 0 0;
    background-size: auto;
  }

  .container-2.align-center {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    transition: opacity .2s;
    display: flex;
  }

  .secondary-button-2 {
    color: #000;
  }

  .footer-slogen {
    color: #0e0b1f;
  }

  .footer-section {
    padding-right: 0;
  }

  .team-member-details {
    text-align: left;
  }

  .team-member-name-2 {
    text-align: left;
    margin-top: 0;
  }

  .team-member-card.member-2, .team-member-card.member-4, .team-member-card.member-1 {
    background-image: none;
  }

  .section-heading-feature {
    color: #0f3a34;
    -webkit-text-stroke-color: #2d6f66;
  }

  .feature-discription {
    border-radius: 0;
  }

  .features-section {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    display: flex;
  }

  .primary-button-4 {
    background-color: #8ccbd9;
  }

  .bold-text {
    color: #172e3ca6;
  }

  .image {
    border-radius: 20px;
  }

  .cta-wraper {
    background-image: linear-gradient(180deg, black, var(--white) 0%, white);
    border-color: #89a2bd52;
  }

  .text-block {
    border-radius: 0;
  }

  .page-title-home-3 {
    color: #5d90a8;
  }

  .bold-text-2 {
    font-size: 20px;
  }

  .image-3, .image-4 {
    border-radius: 20px;
  }

  .image-5 {
    border-radius: 20px;
    overflow: clip;
  }

  .pro-label {
    background-color: #946861;
    background-image: linear-gradient(#00000080, #00000080);
  }

  .pricin-card-inner {
    border-width: 7px;
    border-radius: 20px;
  }

  .secondary-button-4 {
    color: #212a52;
    border-color: #0f173b4f;
  }

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

  .section-3 {
    margin-bottom: 91px;
  }
}

@media screen and (min-width: 1440px) {
  .container-2.align-center {
    margin-bottom: 64px;
    padding-bottom: 0;
  }

  .primary-button-2 {
    color: #fff;
    -webkit-text-stroke-color: #fff;
    background-color: #2a85b6;
  }

  .primary-button-3 {
    background-color: #83d4ff;
  }

  .hero-heading-h1 {
    font-size: 130px;
  }
}

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

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

  .primary-button {
    justify-content: center;
  }

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

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

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

  .menu-icon {
    display: block;
  }

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

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

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

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

  .menu-button {
    padding: 0;
  }

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

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .grid-layout.tablet-1-column {
    grid-template-columns: 1fr;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .y-center-parent.y-center {
    align-items: center;
  }

  .tablet-2-column-parent.tablet-2-column {
    grid-template-columns: 1fr 1fr;
  }

  .button.is-small {
    padding: .75rem 1.5rem;
  }

  .footer_img {
    display: none;
    right: 0;
  }

  .footer_logo {
    width: auto;
  }

  .footer_layout {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .padding-global {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .spacer-tablet {
    display: block;
  }

  .spacer-desktop {
    display: none;
  }

  .container-full {
    position: relative;
  }

  .body-base.light.align-center {
    width: 80%;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .template-cards-two {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .info-section-left {
    width: 42%;
  }

  .copyright {
    font-size: 12px;
  }

  .footer-mid-col-1 {
    margin-right: 0;
  }

  .footer-mid {
    flex-flow: wrap;
    padding-right: 0;
  }

  .footer-mid-col-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .footer-menu-link {
    font-size: 14px;
  }

  .footer-slogen {
    font-size: 16px;
  }

  .footer-discription {
    font-size: 14px;
  }

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

  .feature-discription {
    text-align: left;
  }

  .feature-title {
    text-align: center;
  }

  .feature-card {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
  }

  .info-section-right {
    height: 340px;
  }

  .image {
    width: 100%;
  }

  .cta-right {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-wraper {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    padding: 20px;
  }

  .section-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-left {
    width: 100%;
  }

  .large-pricing-card {
    transform: none;
  }

  .pricing-table-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-3 {
    max-width: 728px;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

  .hero-heading-h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 55px;
    line-height: 110%;
  }

  .c2a-main {
    padding: 90px 40px;
  }

  .c2a-title {
    font-size: 36px;
  }

  .card-1 {
    width: 100%;
  }

  .div-block-215 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .div-block-213 {
    flex-flow: column;
    width: 100%;
  }

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

  .our-work-heading {
    max-width: 500px;
    font-size: 36px;
  }

  .card-2 {
    width: 100%;
  }

  .div-block-212 {
    flex-flow: column;
    width: 100%;
  }

  .card-4, .card-3 {
    width: 100%;
  }

  .avatar, .div-block-196 {
    width: 100%;
    height: 100%;
  }

  .collabrator-btn-div {
    flex-flow: wrap;
    justify-content: center;
  }

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

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

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

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .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 {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .utility-margin-bottom-4rem {
    margin-bottom: 2rem;
  }

  .grid-layout.grid-gap-s {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .grid-gap-m {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .utility-margin-bottom-2rem {
    margin-bottom: 1rem;
  }

  .utility-margin-top-2rem {
    margin-top: 1rem;
  }

  .mobile-landscape-1-column {
    column-count: 1;
    grid-template-columns: 1fr;
  }

  .footer_logo {
    width: 100%;
  }

  .footer_layout {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .spacer-mobile {
    display: block;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .spacer-tablet {
    display: none;
  }

  .body-base.light.align-center {
    width: 85%;
  }

  .page-title-home, .section-heading-2 {
    font-size: 36px;
  }

  .footer-top {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 20px;
  }

  .footer-top-right {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .footer-mid-col-1 {
    width: 100%;
  }

  .footer-mid {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: wrap;
  }

  .footer-bottom {
    padding-top: 0;
  }

  .footer-mid-col-2 {
    width: auto;
  }

  .footer-top-left {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .section-heading-3 {
    font-size: 36px;
  }

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

  .section-heading-feature {
    font-size: 36px;
  }

  .features-section {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    align-items: stretch;
  }

  .features-section-right {
    width: 100%;
  }

  .features-section-left {
    width: 100%;
    position: static;
  }

  .section-heading-4 {
    font-size: 36px;
  }

  .contact-right {
    width: 100%;
    max-width: 100%;
  }

  .page-title-home-2, .page-title-home-3 {
    font-size: 36px;
  }

  .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .grid-layout.desktop-5-column.tablet-2-column {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .mobile-portrait-1-column-parent.mobile-portrait-1-column, .mobile-landscape-1-column {
    grid-template-columns: 1fr;
  }

  .button.is-big, .button.is-small {
    width: 100%;
  }

  .footer_header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .footer_wrap-links {
    grid-template-columns: 1fr 1fr;
  }

  .container-full {
    max-width: 100%;
  }

  .body-base.light.align-center {
    text-align: center;
    width: 100%;
  }

  .body-base.light.align-center.feature-section {
    text-align: center;
  }

  .body-base.cta-bullet {
    font-size: 14px;
  }

  .marquee-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .page-title-section-template {
    min-height: 0;
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .hero-buttons {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    align-items: stretch;
  }

  .template-buy-buttons {
    padding-bottom: 20px;
  }

  .page-title-home {
    width: 100%;
    font-size: 32px;
  }

  .template-slider-image {
    max-width: 220px;
  }

  .template-fe-card-title, .section-heading-2 {
    font-size: 24px;
  }

  .template-cards-two {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(auto, 1fr);
  }

  .info-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column-reverse wrap;
    max-width: 100%;
  }

  .info-section-left {
    width: 100%;
  }

  .text-light.cta-discription {
    font-size: 14px;
  }

  .info-section-right-saas {
    width: 100%;
  }

  .info-section-rev {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column-reverse wrap;
    max-width: 100%;
  }

  .footer-wraper {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
  }

  .footer-mid {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-slogen {
    font-size: 14px;
  }

  .section-heading-3 {
    font-size: 24px;
  }

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

  .section-heading-feature {
    text-align: center;
    font-size: 24px;
  }

  .sub-heading-feature {
    align-self: center;
  }

  .feature-discription {
    text-align: center;
  }

  .features-section {
    padding-left: 0;
    padding-right: 0;
  }

  .feature-title {
    font-size: 24px;
  }

  .features-section-left {
    justify-content: flex-start;
    align-items: center;
  }

  .feature-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .section-heading-4 {
    font-size: 24px;
  }

  .info-section-right {
    width: 100%;
    height: 315px;
  }

  .cta-right {
    margin-top: -20px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta-wraper {
    border-radius: 24px;
    padding-bottom: 32px;
  }

  .cta-img-button {
    width: 132px;
  }

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

  .cta-buttons-wraper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
  }

  .page-title-section-template-2 {
    min-height: 0;
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .page-title-home-2 {
    width: 100%;
    font-size: 32px;
  }

  .page-title-section-template-3 {
    min-height: 0;
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .page-title-home-3 {
    width: 100%;
    font-size: 32px;
  }

  .small-pricing-card {
    width: 100%;
  }

  .large-pricing-card {
    width: 100%;
    margin-left: 0;
  }

  .pricing-table-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    padding-top: 40px;
  }

  .container-3 {
    max-width: none;
  }

  .hero-heading-h1 {
    font-size: 48px;
    line-height: 100%;
  }

  .c2a-main {
    padding: 40px 20px;
  }

  .card-1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .call-to-action {
    padding: 20px;
  }

  .collabrator-btn-div {
    justify-content: center;
    align-items: stretch;
  }
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118e6-1ef58829 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118ec-1ef58829 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f2-1ef58829 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f8-1ef58829 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118fe-1ef58829 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b11905-1ef58829 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be705858e-1ef5882b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-1ef5882b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-1ef5882c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-1ef5882c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-1ef5882e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-1ef5882e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-1ef58830 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-1ef58830 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-1ef58829 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f8-1ef58829 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-1ef58829 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-1ef58829 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-1ef5882b, #w-node-_421df62a-c217-12af-eee8-27f88a387928-1ef5882c, #w-node-_421df62a-c217-12af-eee8-27f88a387928-1ef5882e, #w-node-_421df62a-c217-12af-eee8-27f88a387928-1ef58830 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ca1212d8-4247-8b87-bc90-543393b118ec-1ef58829 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-1ef58829 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f8-1ef58829 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-1ef58829 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-1ef58829 {
    grid-area: 5 / 1 / 6 / 2;
  }
}


