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

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.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 {
  text-align: left;
  object-fit: contain;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  margin: 20px auto auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
  left: auto;
  right: 100px;
}

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

.section.cc-home-wrap {
  max-width: 900px;
  max-height: none;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 10px;
}

.section.cc-store-home-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  object-fit: contain;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  max-width: 900px;
  margin: auto auto 15px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
}

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

.container {
  width: auto;
  max-width: none;
  margin: auto;
  padding-top: 0;
  display: block;
}

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

.paragraph-bigger {
  opacity: 1;
  cursor: default;
  background-image: url('../images/background_4.png');
  background-position: 50%;
  background-size: auto;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}

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

.paragraph-bigger.cc-bigger-white-light {
  box-sizing: border-box;
  aspect-ratio: auto;
  opacity: .84;
  text-align: center;
  object-fit: contain;
  background-image: none;
  justify-content: center;
  align-items: center;
  min-width: auto;
  max-width: none;
  min-height: auto;
  max-height: 0;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Exo, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 55px;
  display: flex;
  position: static;
}

.primary-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  margin: auto auto auto 9px;
  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;
  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 {
  z-index: auto;
  float: none;
  clear: none;
  aspect-ratio: auto;
  opacity: .6;
  color: #000;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 10px;
  font-size: 18px;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.heading-jumbo {
  filter: drop-shadow(0 2px 5px #000000b3);
  outline-offset: 0px;
  text-transform: none;
  mix-blend-mode: normal;
  object-fit: contain;
  outline: 3px #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 120px;
  font-weight: 500;
  line-height: 150px;
}

.heading-jumbo-small {
  text-transform: none;
  margin: auto;
  font-family: Exo, sans-serif;
  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;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  max-width: 150px;
  min-height: 50px;
  max-height: 150px;
  display: flex;
  position: static;
  overflow: hidden;
}

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

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

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  margin: auto;
  font-size: 16px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin: auto auto 75px;
  display: flex;
  position: static;
}

.navigation {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 20px 0 0;
  display: flex;
}

.navigation-item {
  opacity: .6;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}

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

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

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

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

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

.logo-image {
  min-width: 50px;
  max-width: 150px;
  min-height: 50px;
  max-height: 150px;
  margin: auto;
  display: block;
  position: static;
  overflow: hidden;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  margin: 40px auto 25px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
  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-2---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: #000;
  background-image: none;
  height: 480px;
  margin-bottom: 60px;
  display: flex;
}

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

.intro-content.cc-homepage {
  object-fit: contain;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: 900px;
  margin: auto;
  padding-top: 20px;
  display: flex;
  position: sticky;
}

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

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

.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;
  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;
  background-image: url('../images/background_4.png');
  background-position: 0 0;
  background-size: auto;
  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 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.home-section-wrap {
  margin-bottom: auto;
}

.section-heading {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
  margin: 10px auto auto;
  font-family: Exo, sans-serif;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  position: static;
}

.about-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  place-items: center;
  margin: auto auto 15px;
}

.about-grid.cc-about-2 {
  text-align: left;
  grid-template-areas: ". .";
  max-width: 900px;
  margin: auto auto 50px;
}

.intro-text {
  width: auto;
  margin: 0 auto auto;
  padding-top: 0;
}

.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: auto;
  margin-bottom: -1px;
  font-size: 30px;
  font-weight: 600;
}

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

.image, .div-block {
  margin: auto;
  padding-top: 0;
}

.div-block-2 {
  text-align: left;
  margin: auto;
}

.faq-item {
  float: none;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-clip: border-box;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  min-width: auto;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  position: static;
}

.faq-question {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-wrapper {
  min-width: auto;
  margin-top: 2rem;
  display: block;
}

.faq-answer {
  font-size: 16px;
}

.text-block {
  white-space: normal;
  word-break: normal;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 75px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.text-block-2 {
  color: #070707;
  font-size: 20px;
  font-weight: 500;
}

.lottie-animation {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 30px;
  margin-right: 20px;
  padding-right: 0;
  display: flex;
}

.text-block-3 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
}

.container-2 {
  max-width: 900px;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.rich-text-block {
  margin-left: 70px;
  font-size: 16px;
}

.paragraph {
  font-size: 16px;
}

.rich-text-block-2 {
  text-shadow: 0 1px 1px #0003;
  overflow-wrap: normal;
  margin-left: 70px;
  font-size: 16px;
}

.paragraph-2 {
  text-align: left;
  min-width: auto;
  max-width: none;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 10px;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px 30px 0;
  font-size: 15px;
  display: block;
  position: static;
}

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

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

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

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.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.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

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

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

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

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

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.footer-subscribe-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px 40px;
  position: relative;
}

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

.footer-form-two-2 {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title-2 {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input-2 {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input-2::placeholder {
  color: #1a1b1fcc;
}

.button-primary-2 {
  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-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button-primary-2.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three-2 {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three-2 {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three-2:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three-2 {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three-2 {
  margin-left: 32px;
}

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

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

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

.footer-legal-block-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link-2 {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link-2:hover {
  color: #3a4554;
}

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

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

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: auto;
  padding-top: 0;
  display: flex;
}

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

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  cursor: pointer;
  margin-top: 20px;
  font-size: 15px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-link-two.w--current {
  font-size: 15px;
}

.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-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

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

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  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;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

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

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

.footer-bottom-3 {
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.footer-copyright-3 {
  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;
}

.rich-text-block-3 {
  padding-left: 70px;
}

.paragraph-3 {
  padding-left: 70px;
  font-size: 16px;
}

.rich-text-block-4, .rich-text-block-5, .rich-text-block-6, .rich-text-block-7 {
  font-size: 18px;
}

.link {
  font-weight: 500;
}

.rich-text-block-8 {
  text-align: left;
  min-width: auto;
  max-width: 900px;
  min-height: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
}

.heading {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.heading-2 {
  max-width: 1000px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}

.paragraph-4 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-5 {
  max-width: 1000px;
}

.paragraph-6 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.bold-text, .paragraph-7 {
  max-width: 1000px;
}

.paragraph-8 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-9 {
  max-width: 1000px;
}

.paragraph-10 {
  margin-left: 75px;
  font-size: 16px;
}

.rich-text-block-9 {
  padding-left: 0;
}

.rich-text-block-10 {
  margin-left: 75px;
  font-size: 16px;
}

.image-2 {
  min-width: auto;
  max-width: 500px;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.paragraph-11 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  display: flex;
}

.heading-3 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-block-11 {
  max-width: 1000px;
}

.rich-text-block-12 {
  max-width: 1000px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

.section-2 {
  margin-top: 214px;
}

.rich-text-block-13 {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.button {
  background-color: #4d4e50;
  margin: 18px auto 14px 80px;
  padding-top: 9px;
}

.paragraph-12 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.div-block-3 {
  max-width: 1200px;
  margin: auto;
}

.paragraph-13 {
  margin-left: 75px;
}

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

.rich-text-block-15 {
  margin-left: 75px;
  font-size: 16px;
}

.rich-text-block-16, .rich-text-block-17 {
  font-size: 16px;
}

.heading-4 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-block-18 {
  max-width: 1000px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.youtube {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-4 {
  margin-bottom: 30px;
}

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

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

.rich-text-block-19 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

.bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5 {
  font-size: 18px;
}

.body {
  outline-offset: 0px;
  cursor: auto;
  background-image: url('../images/background_4.png');
  background-position: 50%;
  background-size: auto;
  outline: 3px #960f12;
}

.body-2 {
  background-image: url('../images/background_4.png');
  background-position: 50%;
  background-size: auto;
  background-attachment: scroll;
}

.body-3 {
  background-image: url('../images/background_4.png');
  background-position: 50%;
  background-size: auto;
  margin: auto;
}

.body-4, .body-5, .body-6, .body-7 {
  background-image: url('../images/background_4.png');
  background-position: 50%;
  background-size: auto;
}

.paragraph-16, .paragraph-17 {
  margin-left: 75px;
}

.rich-text-block-20 {
  padding-left: 75px;
}

.block-quote {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  outline-offset: 0px;
  text-align: center;
  overflow-wrap: normal;
  mix-blend-mode: normal;
  border: 1px #000;
  border-radius: 10px;
  outline: 5px solid #c30307;
  min-width: auto;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  box-shadow: 0 2px 5px #0003;
}

.image-3 {
  max-width: 450px;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.paragraph-18 {
  margin-bottom: auto;
}

.heading-5 {
  margin: auto;
  font-weight: 500;
}

.heading-6 {
  align-self: center;
  margin: auto auto 15px;
  font-weight: 500;
}

.section-3 {
  margin: auto;
}

.image-4 {
  max-width: 100px;
  max-height: 100px;
  margin: auto;
  position: relative;
}

.bold-text-6 {
  border: 1px #000;
}

.code-embed {
  max-width: 800px;
  margin: auto;
}

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

.paragraph-19, .paragraph-20 {
  padding-left: 70px;
}

.link-2 {
  font-weight: 500;
}

.container-6 {
  min-width: auto;
  max-width: 900px;
  min-height: auto;
  margin: auto;
  display: block;
}

.code-embed-2 {
  max-width: 600px;
  max-height: 400px;
  margin: auto;
}

.link-3 {
  font-size: 18px;
  font-weight: 500;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  object-fit: contain;
  grid-template: "Area Area-2"
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch;
  justify-items: center;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.heading-7 {
  text-align: center;
  margin-bottom: -1px;
  font-weight: 600;
}

.heading-8, .heading-9 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
  font-weight: 600;
}

.gal-image {
  box-sizing: content-box;
  aspect-ratio: auto;
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: darken;
  object-fit: cover;
  background-clip: border-box;
  border: 3px #666262;
  border-radius: 0;
  outline: 5px #1a1b1f;
  width: auto;
  height: auto;
  margin: auto;
  padding-bottom: 0;
  position: static;
  overflow: clip;
}

.div-block-5 {
  width: 49%;
}

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

.modal-wrap.modal-reta, .modal-wrap.modal-triz {
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.modal-wrap.modal-tesa {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.modal-wrap.modal-cargi {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.modal-wrap.modal-bpc, .modal-wrap.modal-tb, .modal-wrap.modal-ghk, .modal-wrap.modal-glow, .modal-wrap.modal-cjc, .modal-wrap.modal-mots, .modal-wrap.modal-nad, .modal-wrap.modal-5a1mq {
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.peptide-card {
  cursor: pointer;
}

.modal-overlay {
  -webkit-text-fill-color: inherit;
  background-color: #000000b3;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  inset: 0;
}

.modal-panel {
  background-color: snow;
  background-image: url('../images/background_4.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  max-width: 600px;
  max-height: 80vh;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: auto;
}

.heading-10 {
  font-weight: 600;
}

.rich-text-block-22 {
  font-size: 16px;
}

.rich-text-block-23 {
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.rich-text-block-24 {
  flex-flow: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}

.rich-text-block-25, .rich-text-block-26 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rich-text-block-27 {
  font-size: 16px;
}

.paragraph-21 {
  margin-bottom: 0;
}

.rich-text-block-28 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: auto;
  display: flex;
}

.link-4 {
  text-align: left;
  border: 1px #000;
  font-size: 18px;
  font-weight: 600;
}

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

.logo-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.attention {
  outline-offset: 0px;
  text-align: center;
  border: 1px solid #00000008;
  border-radius: 20px;
  outline: 3px solid #f1090c;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.section-4, .section-5, .section-6 {
  width: 100%;
}

.rich-text-block-29 {
  margin-left: auto;
  margin-right: auto;
}

.list {
  margin-top: 0;
}

.block-quote-2 {
  outline-offset: 0px;
  border: 1px #000;
  border-radius: 20px;
  outline: 3px solid #e40f04;
  font-size: 16px;
}

.rich-text-block-30 {
  margin-left: 75px;
}

.image-5 {
  min-width: 50px;
  min-height: 50px;
}

.heading-11 {
  font-size: 38px;
}

.navbar {
  margin: auto auto 30px;
}

@media screen and (max-width: 991px) {
  .section {
    margin-top: auto;
  }

  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .section.cc-home-wrap {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .container {
    margin-top: 25px;
  }

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

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

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

  .heading-jumbo-small {
    margin-top: 10px;
    margin-bottom: 15px;
  }

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

  .menu-icon {
    margin: auto;
    padding-top: 0;
    display: block;
  }

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

  .navigation-wrap {
    background-color: #fff;
    flex-flow: column;
    margin-bottom: auto;
  }

  .navigation {
    margin-top: auto;
    margin-bottom: -30px;
    padding: 30px 30px 0;
  }

  .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;
    border-radius: 0;
    margin-top: auto;
    padding-top: 0;
    display: block;
  }

  .cta-text {
    width: auto;
  }

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

  .intro-content.cc-homepage {
    padding-top: 30px;
  }

  .motto-wrap {
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
  }

  .about-story-wrap {
    margin-top: auto;
  }

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

  .image {
    width: 512px;
    max-height: none;
    margin-top: 25px;
    margin-bottom: auto;
  }

  .faq-item {
    margin-left: 10px;
    margin-right: 10px;
  }

  .paragraph-2 {
    margin-left: auto;
    margin-right: auto;
  }

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

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

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

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

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

  .footer-form-two-2 {
    padding: 40px;
  }

  .footer-form-title-2 {
    margin-right: 15px;
  }

  .footer-form-input-2 {
    width: 400px;
    padding-right: 180px;
  }

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

  .footer-social-block-three-2 {
    margin-top: 40px;
  }

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

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

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

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

  .rich-text-block-8 {
    padding-left: 0;
  }

  .code-embed {
    width: 100%;
  }

  .container-6 {
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .logo-wrap {
    max-width: 150px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .attention {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .rich-text-block-29 {
    margin-left: auto;
    margin-right: auto;
  }

  .navbar {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .paragraph-22 {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .section-7 {
    margin: 10px auto auto;
  }

  .section-8 {
    width: 100%;
    height: auto;
  }
}

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

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

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

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

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

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

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

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

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

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

  .footer-form-title-2 {
    margin-right: 0;
  }

  .footer-form-block-two-2 {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input-2 {
    width: 100%;
  }

  .footer-block-three-2 {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .footer-social-block-three-2 {
    margin-top: 10px;
  }

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

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

  .footer-legal-block-2 {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link-2 {
    font-size: 14px;
    line-height: 20px;
  }

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

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

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

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

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

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

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

  .paragraph-light {
    display: block;
  }

  .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-form-two {
    padding: 20px;
  }

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

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

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

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

  .footer-form-two-2 {
    padding: 20px;
  }

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

  .footer-form-input-2 {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-2.footer-form-button {
    position: relative;
    right: 0;
  }

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

  .container-5 {
    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-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .image-3 {
    position: static;
  }
}


