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

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

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@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 {
  height: 1px;
  background-color: #eee;
}

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

.section {
  width: 95%;
  max-width: 95%;
  justify-content: center;
  margin-bottom: 100px;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.section.cc-cta {
  background-color: #f4f4f4;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0 36px 34px;
  display: flex;
}

.section.cc-cta.container_outer {
  width: 95%;
  max-width: 95%;
  background-image: linear-gradient(#f9f9f9, #f9f9f9);
  border-radius: 20px;
  margin-bottom: 100px;
}

.section.cc-home-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section.cc-store-home-wrap.home {
  flex-direction: column;
  align-items: center;
}

.section.finops {
  margin-bottom: 100px;
}

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

.container {
  width: 95%;
  max-width: 100%;
  background-image: linear-gradient(#f9f9f9, #f9f9f9);
  border-radius: 15px;
  margin: 40px 0 100px;
  padding: 24px;
  font-family: Lato, sans-serif;
}

.container.inner_container {
  color: #fff;
  background-image: linear-gradient(#004071, #004071);
  border-radius: 15px;
  margin-bottom: 0;
  padding: 50px;
}

.container.container_white {
  background-image: linear-gradient(#fff, #fff);
  border-radius: 15px;
  margin-bottom: 20px;
}

.container.services {
  max-width: 95%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 40px;
  display: flex;
}

.container.finops {
  width: 95%;
  max-width: 95%;
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.container.legalops {
  margin-bottom: 100px;
}

.container.video-listing {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: 1;
  color: #555;
  margin-top: 30px;
  margin-bottom: 0;
  padding: 10px;
  font-family: Exo, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

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

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

.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 {
  color: #004071;
  background-color: #d3d3d3;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

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

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

.button.cc-jumbo-button.gaq {
  background-color: #004071;
  border-radius: 30px;
}

.button.cc-contact-us {
  z-index: 5;
  background-color: #004071;
  border-radius: 40px;
  padding: 20px 40px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition: background-color .4s, opacity .4s, color .4s;
  position: relative;
}

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

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.button.button_submit_small {
  color: #fff;
  background-color: #004071;
  border-radius: 3px;
  font-weight: 900;
}

.button.join-beta {
  z-index: 5;
  text-align: center;
  background-image: linear-gradient(60deg, #5032b0 41%, #7e57ff);
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.button.join-beta.with-arrow {
  width: 178px;
  height: 56px;
  background-color: #17064f;
  background-image: none;
  border-radius: 30px;
  margin-right: 0;
  padding-left: 24px;
  padding-right: 24px;
}

.label {
  color: #0074ce;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 900;
  line-height: 20px;
  display: flex;
}

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

.label.cc-light {
  opacity: .6;
  color: #282828;
  font-family: Exo, sans-serif;
  font-size: 14px;
}

.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;
  text-align: center;
  text-transform: none;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-light.para {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
}

.paragraph-light.about, .paragraph-light.about.services {
  text-align: center;
}

.paragraph-light.about.short_description {
  text-align: justify;
}

.paragraph-light.about.finops {
  width: 100%;
  margin-bottom: 0;
  font-size: 18px;
}

.paragraph-light.about.finops._2 {
  margin-bottom: 60px;
}

.paragraph-light.about.legalops {
  font-size: 18px;
}

.paragraph-light.phone_numbers {
  text-align: left;
}

.paragraph-light.office1 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-light.office2 {
  text-align: center;
  font-size: 16px;
}

.paragraph-light.para_contact-form {
  color: #1a1b1f;
  text-align: left;
}

.paragraph-light.paragraph_short {
  text-align: left;
}

.paragraph-light.inside-para-description {
  margin-bottom: 10px;
}

.heading-jumbo {
  color: #004071;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 20px;
  font-family: Lato, sans-serif;
  font-size: 82px;
  font-weight: 300;
  line-height: 92px;
}

.heading-jumbo.heading_white {
  color: #e9ecee;
}

.heading-jumbo-small {
  color: #0074ce;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 64px;
}

.heading-jumbo-small.finops {
  font-size: 56px;
  font-weight: 700;
}

.heading-jumbo-small.finops.small {
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 300;
}

.heading-jumbo-small.legalops {
  margin-bottom: 60px;
}

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

.styleguide-header-wrap {
  height: 460px;
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  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;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.navigation {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  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: inline-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;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  width: 95%;
  height: 620px;
  max-width: 95%;
  color: #fff;
  object-fit: fill;
  background-color: #fff;
  background-image: linear-gradient(#f9f9f9 100%, #fff);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
  overflow: visible;
}

.intro-header.cc-subpage {
  width: 95%;
  height: 480px;
  max-width: 95%;
  color: #fff;
  background-color: #f9f9f9;
  background-image: none;
}

.intro-header.cc-subpage.container_big_blue {
  background-color: #004071;
}

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

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

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

.motto-wrap.finops {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.motto-wrap.finops.team {
  align-items: center;
}

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

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template: ". . ."
                 ". . ."
                 ". . ."
                 / 1fr 1fr 1fr;
  grid-auto-flow: column;
  margin-bottom: 40px;
}

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

.service-icon {
  margin-bottom: 0;
  margin-right: 10px;
}

.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 {
  width: 100%;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #004071;
  background-color: #fff;
  border: 1px solid #004071;
  border-radius: 15px;
  padding: 48px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

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

.details-wrap.reg_office {
  width: 250px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
}

.details-wrap.cowork, .details-wrap.contact_number {
  width: 20%;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.details-wrap.e-mail {
  width: 20%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.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::-ms-input-placeholder {
  color: rgba(50, 52, 58, .4);
}

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

.text-field.cc-contact-field {
  background-color: #f8f8f8;
  border-radius: 5px;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
}

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

.text-field.cc-textarea.cc-contact-field {
  font-family: Exo, sans-serif;
}

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

.contact-form-heading-wrap {
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

.contact-heading.heading-jumbo-small {
  color: #004071;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  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;
  margin-bottom: 120px;
}

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

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

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

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

.team-member-title-wrap {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  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;
  margin-bottom: 60px;
}

.project-name-wrap {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  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 {
  height: 620px;
  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;
  margin-bottom: 100px;
  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;
  margin-top: 100px;
  margin-bottom: 100px;
}

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

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

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

.detail-header-image {
  width: 100%;
  height: 620px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  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 {
  width: 100%;
  height: 620px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

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

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

.blog-summary-wrap {
  width: 70%;
  text-align: left;
  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: 0;
}

.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 {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

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

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

.home-content-wrap {
  margin-top: 0;
  margin-bottom: 0;
}

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

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

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

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

.intro-text {
  width: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: 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;
}

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

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

._w-lightbox-caption {
  background-color: rgba(0, 0, 0, .6);
}

.body {
  transition: color .4s, opacity .4s, background-color .4s;
}

.div-block {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.text-block, .text-block-2, .text-block-3 {
  font-family: Exo, sans-serif;
}

.div-block-2 {
  width: 136px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #004071;
  background-color: #e0e0e0;
  border-radius: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 5px 5px 20px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  display: flex;
}

.div-block-2.inner_element_div {
  background-color: #fff;
}

.text-block-4 {
  display: flex;
}

.cell {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.cell-2 {
  justify-content: flex-end;
  align-items: flex-start;
}

.container-2 {
  max-width: 1150px;
  flex: 1;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

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

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  font-family: Exo, sans-serif;
  text-decoration: none;
}

.footer-link-two:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-block.subscribe-button {
  justify-content: flex-start;
}

.footer-form-field {
  height: 48px;
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  width: 50px;
  height: 48px;
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 90%;
  mix-blend-mode: normal;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 100%;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.nav-menu {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide {
  display: block;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  display: none;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

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

.image {
  border-radius: 10px;
}

.field-label {
  color: #1a1b1f;
  font-weight: 400;
}

.name_field {
  margin-bottom: 10px;
}

.name_field.form_field {
  margin-bottom: 20px;
}

.email {
  margin-bottom: 10px;
}

.email.e-mail_field, .message, .phone {
  margin-bottom: 20px;
}

.link, .link-2 {
  margin-bottom: 10px;
}

.field-label-2 {
  color: #fff;
}

.team_name.paragraph-bigger {
  text-align: center;
}

.team_member {
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.team {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding: 16px;
  display: flex;
}

.team_image {
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
}

.team_about {
  text-align: justify;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 12px;
}

.name-and-role {
  margin-bottom: 20px;
}

.image-2 {
  text-align: center;
  display: block;
}

.profile {
  justify-content: center;
  display: flex;
}

.div-block-3 {
  width: 100%;
  max-width: 100%;
  border: 0 solid #000;
  justify-content: space-around;
  align-items: flex-start;
  margin-right: 0;
  padding: 25px;
  display: flex;
}

.image-3 {
  margin-top: 0;
  margin-bottom: 0;
}

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

.list-item, .list-item-2 {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.div-block-5, .link-block {
  align-items: center;
  display: flex;
}

.div-block-6 {
  flex-direction: row;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  display: flex;
}

.why-icon-and-description {
  flex-direction: row;
  align-items: center;
}

.why_short_para {
  text-align: left;
  margin-left: 10px;
  font-family: Exo, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.icon-background {
  -webkit-text-stroke-width: 0px;
  background-color: #004071;
  border-radius: 10px;
  margin-right: 10px;
}

.why, .cell-5 {
  flex-direction: row;
}

.div-block-9 {
  margin-right: 10px;
}

.text-block-5 {
  margin-left: 10px;
}

.div-block-10 {
  margin-right: 10px;
}

.text-block-6 {
  margin-left: 10px;
}

.div-block-11 {
  margin-right: 10px;
}

.text-block-7 {
  margin-left: 10px;
}

.div-block-12 {
  margin-right: 10px;
}

.text-block-8 {
  margin-left: 10px;
}

.icon {
  border-radius: 15px;
  padding: 10px;
}

.quick-stack {
  grid-column-gap: 48px;
  grid-row-gap: 24px;
}

.inside-para {
  text-align: left;
  margin-bottom: 10px;
}

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

.inside-para-description {
  text-align: left;
  font-family: Exo, sans-serif;
}

.list {
  text-align: left;
}

.pop-up {
  z-index: 100;
  width: 100%;
  min-height: 100px;
  background-color: rgba(0, 113, 188, .3);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pop-up.get-a-quote {
  background-color: rgba(0, 113, 188, .3);
  display: none;
}

.pop-up.get-a-quote.contact-us {
  display: none;
}

.pop-up.get-a-quote.contact {
  width: 100%;
  display: none;
}

.pop-up.let-s-talk, .pop-up.subscibe {
  display: none;
}

.pop-up-item {
  width: 620px;
  height: 592px;
  -webkit-text-fill-color: inherit;
  background-color: #f5f5f5;
  background-clip: padding-box;
  border-radius: 4px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0;
  display: flex;
}

.close {
  float: right;
  justify-content: space-between;
  margin: 20px 20px 20px 16px;
  display: flex;
  position: static;
  top: 20px;
  right: 20px;
}

.code {
  border-radius: 0;
}

.html-embed {
  border-radius: 0;
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-13 {
  color: #0065a9;
  align-items: center;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 700;
  display: flex;
}

.image-4 {
  width: 36px;
  height: 36px;
}

.div-block-14 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pop-get-a-quote {
  width: 980px;
  background-color: #f1f3f6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pop-up-heading {
  width: 99%;
  grid-column-gap: 12px;
  justify-content: flex-end;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.get-a-quote {
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.html-embed-2 {
  width: 980px;
}

.button-close {
  margin-right: 10px;
}

.div-block-15 {
  display: flex;
}

.let-s-talk-pop-up {
  background-color: #fff;
}

.head-lets-talk {
  justify-content: flex-end;
  margin: 20px;
  display: flex;
}

.let-s-talk-code {
  padding: 12px;
}

.html-embed-3 {
  width: 940px;
  border-radius: 20px;
}

.section-2 {
  margin-top: 10px;
  margin-bottom: 100px;
}

.section-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.finops-header-container {
  max-width: 58%;
}

.header-container {
  width: 90%;
  max-width: 90%;
}

.div-block-16 {
  width: 100%;
  max-width: 100%;
}

.header-div {
  color: #004071;
  text-align: center;
  padding: 24px;
  font-family: Lato, sans-serif;
  font-size: 82px;
  font-weight: 300;
  line-height: 100px;
}

.text-block-inside {
  background-color: #004071;
  border-radius: 15px;
  justify-content: flex-start;
  align-items: stretch;
  padding: 12px;
}

.text-block-inside.team-tile {
  background-color: #0074ce;
}

.text-heading {
  color: #fff;
  letter-spacing: 1px;
  margin: 20px 20px 40px;
  font-size: 24px;
  font-weight: 700;
}

.text-inside {
  color: #fff;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Exo, sans-serif;
  font-size: 18px;
}

.quick-stack-2 {
  margin-bottom: 40px;
}

.button-legalops {
  margin-top: 60px;
}

.get-in-touch {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

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

.cin-no {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  font-weight: 400;
}

.gst-in {
  font-family: Exo, sans-serif;
  font-weight: 400;
}

.button-lets-talk {
  margin-top: 40px;
}

.explore-div-large {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.explore {
  width: 95%;
  max-width: 95%;
  justify-content: center;
  margin-bottom: 100px;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.explore.explore-nov {
  background-color: #f4f4f4;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0 36px 34px;
  display: flex;
}

.explore.explore-nov.dark-blue {
  width: 95%;
  max-width: 95%;
  background-color: rgba(244, 244, 244, 0);
  border-radius: 20px;
  margin-bottom: 100px;
}

.container-in-blue {
  grid-column-gap: 64px;
  justify-content: center;
  display: flex;
}

.div-image-big {
  padding: 12px;
}

.para-small {
  width: auto;
  color: #555;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 30px;
  display: flex;
}

.para-small.div_inside-text {
  width: auto;
  text-align: left;
  margin-bottom: 10px;
  padding: 5px 5px 5px 0;
}

.para-small.div_inside-text.white {
  color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 0;
}

.content-bold {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.explore-container {
  width: 95%;
  max-width: 100%;
  background-image: linear-gradient(#f9f9f9, #f9f9f9);
  border-radius: 15px;
  margin: 40px 0 100px;
  padding: 24px;
  font-family: Lato, sans-serif;
}

.explore-container.container_white {
  width: 90%;
  height: 512px;
  max-width: 95%;
  background-image: linear-gradient(to right, #472ba1 25%, #382087 90%);
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
}

.button-div {
  margin-top: 20px;
  padding: 0;
  display: inline-block;
}

.contaoner-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 36px;
  padding-bottom: 36px;
  display: flex;
}

.text-block-17 {
  margin-right: 0;
}

.side-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 600;
}

.side-heading.div {
  margin-bottom: 10px;
}

.side-heading.white {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  line-height: 40px;
}

.image-5 {
  margin-left: 5px;
  padding: 0;
}

.video {
  width: 100%;
  height: 100%;
}

.div-block-17 {
  width: 82%;
}

.services-cell {
  flex-direction: row;
  align-items: center;
}

.lets-talk-pop-up-2 {
  z-index: 100;
  background-color: rgba(0, 64, 113, .4);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lets-talk-2 {
  width: 75%;
  background-color: #fff;
  border-radius: 20px;
}

.lets-talk-2-code, .quick-stack-3, .html-embed-4 {
  width: 100%;
}

.cell-6 {
  justify-content: center;
  align-items: flex-end;
}

.pop-up-lets-talk-3 {
  z-index: 100;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lets-talk-3-div {
  width: 75%;
  background-color: #fff;
  border-radius: 20px;
}

.lets-talk-3-code, .quick-stack-4 {
  width: 100%;
}

.cell-7 {
  align-items: flex-end;
}

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

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

  .button {
    justify-content: center;
  }

  .button.cc-contact-us, .button.join-beta {
    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: rgba(0, 0, 0, 0);
  }

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

  .cta-text {
    width: auto;
  }

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

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

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

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

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

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

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

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

  .project-details-grid {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    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 {
    width: 80%;
    text-align: center;
    padding-right: 15px;
  }

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

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .explore.explore-nov {
    padding-left: 0;
    padding-right: 0;
  }

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

@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 {
    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: 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 {
    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;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .explore {
    margin-left: 15px;
    margin-right: 15px;
  }

  .explore.explore-nov {
    padding: 15px;
  }

  .explore-container {
    text-align: center;
  }

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

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

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

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

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

#w-node-_22502541-089b-2a34-4e8a-e0eebc44a5a9-5872a55b {
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
}

#w-node-_64a677fc-1438-494c-ccfb-2128e023a745-5872a55b, #w-node-_5256a9c9-8739-643c-b22f-556ad7f10694-5872a55b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_490e12eb-21c0-9c12-e331-480a9db56ee1-5872a55b {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: stretch;
}

#w-node-_490e12eb-21c0-9c12-e331-480a9db56eee-5872a55b {
  grid-area: 3 / 1 / 4 / 2;
  align-self: center;
  justify-self: stretch;
}

#w-node-_490e12eb-21c0-9c12-e331-480a9db56ef2-5872a55b {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: stretch;
}

#w-node-_490e12eb-21c0-9c12-e331-480a9db56ef6-5872a55b {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: stretch;
}

#w-node-_6cf29ccd-10d6-7ffe-f3c3-7669287040cb-5872a55b {
  grid-area: 3 / 2 / 4 / 3;
  align-self: center;
  justify-self: stretch;
}

#w-node-fafb995d-ad8c-e5b1-1aa3-8519642c6b78-5872a55b {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
  justify-self: stretch;
}

#w-node-f7d4b2f6-6a5a-9e7d-b749-f0d60e5777b1-5872a55b {
  grid-area: 2 / 3 / 3 / 4;
  align-self: center;
  justify-self: stretch;
}

#w-node-db6aefb6-f36e-34ea-07b4-29bd89c8ef54-5872a55b {
  grid-area: 3 / 3 / 4 / 4;
  align-self: center;
  justify-self: stretch;
}

#w-node-_009e21ee-fc3b-1f60-64ab-1991c171a407-5872a55b {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
  justify-self: stretch;
}

#w-node-_1ba3426e-1cec-6300-6856-d30a4d5ff8f6-5872a55e {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3e2c81ae-307e-49d4-6201-898649cb6243-5872a55e {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

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

#w-node-_4f1df10f-0fb0-5ef5-7c0d-537e68fe24ee-a0af7be0 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-a0f691b2-486b-5212-fd55-f00cedc57098-a0af7be0 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_366ea4dd-3d3b-946b-ad4c-59e81a72624f-322737a8 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-d53f3d3e-b6ba-a3fc-f218-979e276edcb8-322737a8 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-5872a560 {
    grid-area: 2 / 1 / 3 / 2;
  }
}


