:root {
  --black: black;
  --white: white;
  --blue: blue;
  --neutral-400: #e1e1e7;
  --neutral-800: #222131;
  --neutral-700: #39394b;
  --primary-1: #6254ff;
  --secondary-1: #4a3fcc;
  --neutral-900: #111020;
}

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

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

.section {
  background-color: #000;
  margin-top: 100px;
  margin-left: 10px;
  margin-right: 10px;
}

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

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

.section.cc-store-home-wrap {
  margin: 300px 0;
}

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

.container {
  background-color: #0000;
  width: auto;
  max-width: 65%;
  margin: 60px auto 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

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

.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: #000;
  background-color: #fff;
}

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

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

.button.cc-contact-us {
  z-index: 5;
  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: #fffc;
}

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

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

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

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

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

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

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

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

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

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

.paragraph-light {
  opacity: .6;
  text-align: left;
}

.heading-jumbo {
  color: var(--black);
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  font-style: normal;
  font-weight: 100;
  line-height: 80px;
}

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

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

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

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

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

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

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

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  inset: 0%;
}

.navigation-wrap {
  color: #0000;
  background-color: #0000;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.navigation {
  background-color: #111020;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  color: #e1e1e7;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  transition: color .4s, background-color .4s, opacity .4s;
}

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

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

.navigation-item.w--current {
  opacity: 1;
  pointer-events: auto;
  color: #e1e1e7;
  background-color: #0000;
  font-weight: 600;
  transition: color .4s, background-color .4s, opacity .4s;
}

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

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

.logo-image {
  display: block;
}

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

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

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

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

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

.webflow-logo-tiny {
  margin-top: 0;
  margin-right: 10px;
}

.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 {
  color: #fff;
  background-color: #f4f4f4;
  background-image: none;
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 480px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  background-color: var(--white);
  color: #fff;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 480px;
}

.intro-header.cc-subpage-main {
  background-color: var(--white);
  outline-offset: 0px;
  color: #fff;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
  outline: 3px #fff;
  height: 0;
}

.intro-header.cc-subpage-usage {
  background-color: var(--white);
  color: #fff;
  background-image: none;
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  height: 0;
}

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

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

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

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

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

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  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;
  margin-top: 100px;
  margin-bottom: 100px;
}

.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;
  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 {
  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: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.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;
  margin-bottom: 60px;
}

.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: none;
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: none;
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: none;
  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 {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 280px;
  margin-bottom: 60px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #0009;
}

.container-2 {
  min-height: 500px;
  display: inline;
}

.container-3 {
  min-height: 500px;
}

.columns {
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
}

.code p {
  text-shadow: 0 1px 1px #0003;
  object-fit: fill;
}

.link-block {
  background-color: var(--black);
}

.link {
  background-color: var(--white);
  direction: ltr;
  color: var(--black);
  text-transform: none;
  margin-top: 60px;
  font-size: 20px;
}

.grid {
  border: 1px #000;
  grid-template: ". . Area"
                 ". . ."
                 ". . Area-2"
                 / 1fr 1fr 1fr;
}

.text-block, .text-block-2, .text-block-3 {
  text-decoration: underline;
}

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

.grid-3 {
  grid-row-gap: 16px;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-block-4, .text-block-5, .text-block-6, .text-block-7, .text-block-8 {
  text-decoration: underline;
}

.container-4 {
  text-align: center;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.container-5 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.button-2 {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
}

.button-2.button-13 {
  border-radius: 20px;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1rem;
}

.button-2.button-13.buttondown {
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

.list {
  margin-top: 80px;
  margin-bottom: 80px;
  list-style-type: square;
  display: block;
}

.container-6 {
  margin-bottom: 60px;
}

.list-item, .list-item-2, .list-item-3 {
  margin-bottom: 20px;
}

.container-7 {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 20px;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 700;
}

.link-2 {
  color: #fff;
  margin-left: 5px;
  font-size: 20px;
  line-height: 20px;
}

.button-3 {
  background-color: var(--black);
  margin-left: 15px;
  margin-right: 15px;
}

.button-3.button-13 {
  margin-left: 0;
}

.button-4 {
  background-color: var(--black);
  margin-left: 15px;
}

.book-a-call-button {
  background-color: var(--black);
  margin-right: 15px;
}

.book-a-call-button.button-13 {
  text-align: center;
  margin-top: 0;
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px 20px;
  display: flex;
}

.column {
  height: 780px;
}

.rich-text-block, .rich-text-block-2 {
  line-height: 16px;
}

.container-8 {
  max-width: 55%;
  margin: 100px auto;
  overflow: visible;
}

.link-block-2 {
  flex: 0 auto;
}

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

.link-block-3 {
  -webkit-text-fill-color: inherit;
  background-color: #2913cb;
  background-clip: border-box;
}

.button-6 {
  border: 1px dashed var(--black);
  background-color: var(--white);
  color: var(--black);
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 20px;
  font-weight: 500;
}

.quick-stack {
  margin: 60px 220px;
}

.cell, .cell-2 {
  border: 1px #000;
}

.column-2 {
  display: block;
}

.button-7 {
  float: none;
  clear: none;
  color: #000;
  object-fit: fill;
  background-color: #ccefd5;
  border: 1px solid #000;
  border-radius: 20px;
  display: block;
  position: static;
  overflow: visible;
}

.button-8 {
  color: #000;
  background-color: #ccdfef;
  border: 1px solid #000;
  border-radius: 20px;
  display: block;
}

.button-9 {
  color: #000;
  background-color: #ccefd5;
  border: 1px solid #000;
  border-radius: 20px;
  margin: 10px 20px;
}

.tab-pane-tab-1 {
  opacity: 1;
  outline-offset: 0px;
  background-color: #edf1ee;
  border: 1px #000;
  border-radius: 20px;
  outline: 3px #1a1b1f;
}

.container-9 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.tabs-menu {
  display: none;
  overflow: visible;
}

.button-10 {
  outline-offset: 0px;
  color: #000;
  background-color: #ccdfef;
  border: 1px solid #000;
  border-radius: 20px;
  outline: 3px #000;
  margin: 10px 20px;
}

.grid-4 {
  border: 1px solid #e1e1e7;
  grid-template: ". . . . Area"
  / 1fr 1fr 1fr 1fr 1fr;
}

.text-block-10 {
  margin-bottom: 0;
}

.container-10, .container-11 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.grid-5 {
  border: 1px solid #000;
  border-bottom-style: none;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-6 {
  border: 1px solid #e1e1e7;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.container-12 {
  color: #e1e1e7;
  border: 1px #e1e1e7;
  border-radius: 20px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.container-13 {
  color: #e1e1e7;
  margin-top: 60px;
  margin-bottom: 60px;
}

.container-14 {
  flex-direction: row;
  justify-content: center;
  margin-top: 60px;
  display: flex;
}

.button-11 {
  background-color: #4a3fcc;
  border-radius: 8px;
  margin-left: 20px;
  margin-right: 20px;
  transition: opacity .2s;
}

.button-11.githubbutton {
  display: block;
}

.tab-pane-tab-2 {
  background-color: #f5f7f9;
  border: 1px #000;
  border-radius: 20px;
}

.text-block-11 {
  text-align: left;
  margin-top: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-left: 10px;
}

.downloadfreebutton {
  background-color: #0a0a0a;
  border-radius: 9px;
  margin: 10px 20px;
  padding-left: 15px;
}

.div-block {
  border: 1px #000;
  border-bottom-width: 2px;
  margin-bottom: 20px;
}

.div-block-2 {
  margin-bottom: 20px;
}

.pop-up-free-version {
  z-index: 10;
  opacity: 1;
  object-fit: fill;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.pop-up {
  -webkit-text-stroke-color: black;
  object-fit: contain;
  background-color: #e1e1e7;
  border-radius: 20px;
  min-width: 980px;
  max-width: 1060px;
  padding: 20px 40px;
  display: block;
  position: relative;
}

.text-block-12 {
  color: #000;
  border: 1.25px solid #000;
  border-radius: 0;
  width: auto;
  min-width: 980px;
  max-width: 980px;
  height: auto;
  max-height: 400px;
  margin-bottom: 10px;
  padding-right: 20px;
  font-family: Inconsolata, monospace;
  display: none;
  overflow: auto;
}

.i-agree-button-free-version {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-clip: border-box;
  border: 1px solid #000;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: none;
  box-shadow: 0 2px 5px #0003;
}

.image {
  max-width: 30px;
  max-height: 30px;
  margin-top: 10px;
  margin-right: 10px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.pop-up-paid-version {
  z-index: 10;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.i-agree-button-paid-version {
  background-color: #000;
  border: 1px solid #000;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 2px 5px #0003;
}

.downloadpaidbutton {
  background-color: #0a0a0a;
  border-radius: 9px;
  margin: 10px 20px;
  padding-left: 15px;
}

.div-block-3 {
  float: none;
  clear: both;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  text-align: center;
  object-fit: fill;
  background-color: #e1e1e7;
  border: 1px solid #e1e1e7;
  border-radius: 20px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 75%;
  height: .5px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
  inset: 0% auto;
}

.div-block-4 {
  width: 50%;
}

.text-block-13 {
  clear: none;
  text-align: left;
  align-self: stretch;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2rem;
}

.quick-stack-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  outline-offset: 0px;
  object-position: 50% 50%;
  outline: 3px #1a1b1f;
  overflow: visible;
}

.slider {
  opacity: 1;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #0000;
  border-radius: 20px;
  flex-flow: row;
  min-height: 550px;
  display: block;
  overflow: visible;
}

.icon, .icon-2 {
  background-color: #0000001f;
}

.div-block-5 {
  min-height: 120px;
}

.columns-2, .columns-3 {
  background-color: #ccdfef80;
  border: 1px dotted #000;
  border-radius: 20px;
}

.text-block-14, .text-block-15 {
  text-align: center;
}

.quick-stack-3 {
  object-fit: fill;
  overflow: visible;
}

.text-block-16 {
  align-self: center;
  margin-bottom: 0;
}

.image-2 {
  flex: 0 auto;
  align-self: auto;
  overflow: visible;
}

.text-block-17 {
  text-align: left;
  border: 1px #000;
  border-radius: 0;
  flex: 0 auto;
  order: 0;
  text-decoration: none;
  display: block;
}

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

.cell-4, .cell-5 {
  justify-content: flex-start;
  align-items: flex-end;
}

.body {
  color: #e1e1e7;
  background-color: #222131;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
}

.quick-stack-4 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
}

.container-16 {
  max-width: 60%;
}

.div-block-6 {
  clear: both;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 10px;
  display: block;
}

.text-block-18 {
  font-size: 18px;
}

.text-block-19 {
  justify-content: center;
  align-items: center;
  margin: 40px auto;
  font-size: 20px;
  font-weight: 300;
  display: block;
}

.container-17 {
  max-width: 66%;
}

.button-12 {
  background-color: #39394b;
  border-radius: 20px;
}

.div-block-7 {
  aspect-ratio: 1;
  object-fit: scale-down;
  background-color: #39394b;
  border-radius: 20px;
  flex: 0 auto;
  max-width: 380px;
  max-height: 380px;
}

.text-block-20 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  font-size: 18px;
  display: flex;
}

.heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}

.image-3 {
  clear: both;
  text-align: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.image-3.imageee {
  margin-top: 30px;
  margin-bottom: 20px;
}

.columns-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  justify-content: center;
  align-items: center;
  min-width: 55%;
  max-width: 55%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-4 {
  max-width: 15rem;
  max-height: 17rem;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
}

.image-5, .image-6 {
  max-width: 15rem;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
}

.image-7 {
  max-width: 15rem;
  max-height: 16rem;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
}

.heading-2 {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 2rem;
}

.div-block-8 {
  background-color: #39394b;
  border-radius: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-8 {
  border-radius: 20px;
  max-width: 75%;
  margin: auto;
  padding-top: 10px;
}

.heading-3 {
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.quick-stack-5 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

.nav-link {
  color: #e1e1e7;
  text-align: left;
  background-color: #4a3fcc;
  border: 1px solid #4a3fcc;
  border-radius: 8px;
  margin-top: 0;
  padding: 10px;
}

.section-2 {
  aspect-ratio: auto;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin: 140px auto 180px;
  display: block;
}

.section-3 {
  margin-top: 180px;
  margin-bottom: 180px;
}

.section-4 {
  margin-top: 300px;
  margin-bottom: 300px;
}

.section-5, .section-6, .section-7, .section-8 {
  margin-top: 180px;
  margin-bottom: 180px;
}

.text-block-21 {
  font-size: 18px;
}

.text-block-22, .text-block-23 {
  font-size: 24px;
}

.text-block-24 {
  font-size: 24px;
  font-weight: 400;
}

.text-block-25, .text-block-26, .text-block-27, .text-block-28, .text-block-29 {
  font-size: 24px;
}

.text-block-30 {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.65rem;
}

.text-block-31, .text-block-32, .text-block-33 {
  font-size: 24px;
}

.text-blocks {
  text-align: center;
  max-width: 75%;
  margin: 15px auto 20px;
  font-family: Open Sans, sans-serif;
  font-size: 1.15rem;
  font-weight: 300;
  line-height: 1.65rem;
}

.text-block-35, .text-block-36 {
  font-size: 24px;
}

.button-13 {
  color: #fff;
  mix-blend-mode: normal;
  background-color: #4a3fcc;
  border-radius: 8px;
  padding: 8px 16px;
  font-weight: 700;
  transition: transform .35s, background-color .35s;
  display: inline-flex;
}

.button-13.navbarbutton {
  display: inline-flex;
}

.button-14 {
  color: #fff;
  text-align: center;
  object-fit: fill;
  background-color: #4a3fcc;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-9 {
  max-width: 28rem;
  height: auto;
  overflow: auto;
}

.section-9 {
  background-color: #39394b;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-10 {
  margin-bottom: 100px;
  display: block;
}

.text-block-37 {
  font-size: 24px;
}

.cell-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.container-18 {
  max-width: 50%;
  padding-left: 0;
}

.quick-stack-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: 330px;
  padding: 0;
}

.body-2 {
  background-color: #222131;
}

.container-19 {
  color: #e1e1e7;
}

.div-block-9 {
  border: 1px solid #e1e1e7;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 75%;
  height: .5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.body-3 {
  background-color: #000;
}

.section-11 {
  background-color: #000;
  border: 1px solid #000;
  border-radius: 20px;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.cell-7 {
  justify-content: center;
  align-items: center;
}

.column-3 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: flex;
}

.bold-text {
  color: #000;
  display: block;
}

.button-15 {
  background-color: #000;
  border-radius: 20px;
}

.heading-4 {
  color: #000;
}

.text-block-38 {
  color: #000;
  font-family: Inconsolata, monospace;
}

.i-understood-button {
  background-color: #000;
  border-radius: 20px;
  margin-top: 10px;
}

.heading-5 {
  display: none;
}

.heading-6 {
  text-align: left;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 3.25rem;
}

.column-4 {
  vertical-align: middle;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 0;
}

.columns-5 {
  clear: none;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.heading-7 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 3.25rem;
  display: flex;
}

.column-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 60px;
  display: block;
}

.bold-text-2 {
  margin-left: 0;
  margin-right: 0;
  font-weight: 300;
  display: block;
}

.image-10 {
  text-align: center;
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  min-width: 20rem;
  max-width: 28rem;
  margin: auto;
  display: block;
  overflow: auto;
}

.heading-8 {
  font-size: 34px;
}

.container-20 {
  max-width: 45%;
}

.div-block-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #39394b;
  border-radius: 20px;
  flex-flow: column;
  flex: 1;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 10rem;
  max-width: 24rem;
  min-height: 10rem;
  max-height: 24rem;
  display: flex;
}

.quick-stack-7 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  object-fit: fill;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.image-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 1rem;
  max-width: 8rem;
  min-height: 1rem;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  overflow: auto;
}

.text-blocks-small {
  text-align: center;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.65rem;
}

.headings-small {
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.75rem;
}

.container-21 {
  max-width: 55%;
}

.columns-6 {
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column-6 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 30px;
  display: flex;
}

.column-7 {
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 30px;
  display: flex;
}

.column-8 {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 60px;
  display: flex;
}

.column-9 {
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 30px;
  display: flex;
}

.column-10 {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 60px;
  display: flex;
}

.bold-text-3 {
  font-weight: 400;
}

.navbar-2 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.navbar-2.navigation {
  opacity: .9;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 0;
}

.nav-menu-3 {
  float: right;
  clear: none;
}

.container-23 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  place-items: center stretch;
  margin-left: 20px;
  margin-right: 0;
  display: inline-flex;
}

.brand-2 {
  float: left;
  clear: left;
  text-align: center;
  background-image: url('../images/full_logo_transparent.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  min-height: 60px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 40px;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.brand-2.w--current {
  margin-right: 20px;
}

.nav-menu-4 {
  float: none;
  clear: none;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  display: flex;
}

.nav-b {
  opacity: .5;
  color: #e1e1e1;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.25rem;
}

.nav-b:hover {
  opacity: 1;
  -webkit-text-stroke-color: #e1e1e1;
  background-color: #0000;
  font-weight: 300;
}

.link-block-4 {
  text-align: left;
  margin-left: auto;
  margin-right: 40px;
  display: block;
}

.nav-menu-5 {
  background-color: #0000;
  margin-left: auto;
  margin-right: 40px;
}

.headings {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.4rem;
}

.heading-11 {
  font-size: 4vh;
}

.footer-link-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-text {
  text-align: left;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4rem;
}

.text-block-40 {
  text-align: left;
  margin-bottom: 10px;
  font-weight: 700;
}

.link-3 {
  color: #e1e1e1;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3rem;
  text-decoration: none;
}

.section-13 {
  background-color: #000;
  padding-top: 40px;
  padding-bottom: 40px;
}

.column-11, .column-12, .column-13 {
  margin-bottom: 20px;
}

.allrightsreservedtext {
  float: left;
  object-fit: fill;
  font-family: Oswald, sans-serif;
  font-size: .8rem;
  line-height: 1rem;
  display: block;
}

.link-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: .7;
  color: #e1e1e1;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Oswald, sans-serif;
  font-size: .8rem;
  line-height: 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.container-24 {
  max-width: 940px;
}

.div-block-11 {
  float: right;
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

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

.bold-text-5 {
  font-family: Poppins, sans-serif;
  font-weight: 500;
  line-height: 2rem;
}

.bold-text-6 {
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.column-15 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.columns-7 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container-25 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  object-fit: scale-down;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: center;
  place-items: center stretch;
  max-width: 55%;
  display: block;
  overflow: visible;
}

.quick-stack-8 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-left: 0;
  padding-right: 0;
}

.cell-11 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cell-12, .cell-13 {
  justify-content: center;
  align-items: center;
}

.column-16 {
  padding-left: 30px;
  padding-right: 60px;
}

.cell-14, .cell-15 {
  justify-content: center;
  align-items: center;
}

.column-17 {
  padding-left: 0;
}

.bold-text-7, .bold-text-8 {
  font-weight: 300;
}

.column-18 {
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 30px;
  display: block;
}

.column-19 {
  padding-left: 60px;
  padding-right: 30px;
}

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

.bold-text-9, .bold-text-10 {
  font-weight: 300;
}

@media screen and (min-width: 1920px) {
  .navigation {
    color: #0000;
    -webkit-text-stroke-color: transparent;
    border-radius: 0;
  }

  .navigation-item, .navigation-item.w--current {
    font-size: 14px;
  }

  .heading-2, .quick-stack-5 {
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-30 {
    max-width: 90%;
  }

  .text-block-35 {
    font-size: 2.25vh;
    line-height: 3vh;
  }

  .image-9 {
    max-width: 400px;
    max-height: 400px;
  }

  .column-3 {
    justify-content: center;
    align-items: center;
  }

  .columns-5 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .image-10 {
    max-width: 30rem;
  }

  .section-12 {
    display: none;
  }

  .brand {
    float: left;
    text-align: center;
    object-fit: contain;
    background-image: url('../images/logo256x256.png');
    background-position: 0 0;
    background-size: contain;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: block;
  }

  .navbar {
    background-color: #111020;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container-22 {
    max-width: 97%;
  }

  .nav-menu {
    float: left;
    margin-left: 20px;
  }

  .nav-menu.nav-menu-2 {
    float: right;
  }

  .actual-nav-link, .nav-link-2 {
    color: #e1e1e1;
  }

  .nav-button {
    color: #e1e1e1;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
  }

  .nav-button:hover {
    background-color: #e1e1e1;
  }

  .container-23 {
    background-color: #0000;
  }

  .column-14 {
    margin-bottom: 20px;
  }
}

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

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

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

  .menu-icon {
    display: block;
  }

  .menu {
    position: static;
  }

  .navigation-wrap {
    flex: 1;
  }

  .navigation {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .navigation-item {
    opacity: .6;
    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;
  }

  .cta-text {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

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

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

  .intro-text {
    width: auto;
  }

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

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

  .container-8 {
    min-width: 100%;
  }

  .columns-4 {
    max-width: 100%;
  }

  .image-9 {
    display: block;
  }

  .column-3 {
    display: none;
  }

  .columns-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .column-5 {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .image-10 {
    display: block;
  }

  .quick-stack-7 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin-left: auto;
    margin-right: auto;
  }

  .columns-6 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
  }

  .column-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .cell-8, .cell-9, .cell-10 {
    justify-content: center;
    align-items: center;
  }

  .column-7, .column-8, .column-9, .column-10, .nav-b.nav-download-button {
    display: none;
  }

  .nav-menu-5 {
    display: flex;
  }

  .column-15 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .columns-7 {
    flex-flow: column;
    display: flex;
  }

  .cell-11, .cell-12, .cell-13 {
    justify-content: center;
    align-items: center;
  }

  .column-16, .column-18, .column-19, .column-20 {
    padding-left: 0;
    padding-right: 0;
  }
}

@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-top: 20px;
    padding-bottom: 20px;
  }

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

  .button-2.button-13 {
    display: inline-flex;
  }

  .container-8 {
    min-width: 90%;
  }

  .columns-4 {
    flex-flow: column;
  }

  .heading-2 {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }

  .heading-3 {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }

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

  .section-3, .section-5 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-6 {
    margin-top: 100px;
    margin-bottom: 0;
  }

  .section-7 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-8 {
    margin-top: 0;
    margin-bottom: 100px;
  }

  .text-block-30, .text-blocks {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .heading-7 {
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    line-height: 1.4rem;
  }

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

  .text-blocks-small {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .headings-small {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }

  .column-7, .column-8, .column-9, .column-10, .brand-2 {
    display: none;
  }

  .headings {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }

  .columns-7 {
    flex-flow: column;
  }
}

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

  .container {
    max-width: 90%;
  }

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

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

  .menu {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
  }

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

  .button-2.button-13 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    min-width: 120px;
  }

  .container-8 {
    max-width: 75%;
  }

  .text-block-13 {
    word-break: normal;
    flex-flow: column;
  }

  .div-block-6 {
    padding-left: 0;
  }

  .columns-4 {
    max-width: 90%;
  }

  .div-block-8, .container-18 {
    min-width: 16rem;
  }

  .heading-6 {
    word-break: normal;
  }

  .column-4 {
    word-break: break-all;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .image-10, .div-block-10 {
    min-width: 16rem;
  }

  .bold-text-3 {
    text-align: left;
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .nav-menu-4, .nav-menu-5 {
    display: block;
  }

  .column-15 {
    padding-bottom: 40px;
  }

  .column-17 {
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-c0056885-a9bb-9797-45d5-f09bc90e8995-36d3d9c7, #w-node-_934c6f15-29ee-b84c-6bab-ac121da9bd05-36d3d9c7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-ced59be9-405c-78ad-e6e5-44dde7ebddd6-36d3d9c7 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4eb70781-932c-2055-30ac-f98839702b98-36d3d9c7 {
  order: 0;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fb8791-63cc-1b63-c115-a1e405649b58-36d3d9c7 {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e0e51a3-b9ed-9c95-652d-3d6d5d7e0a14-36d3d9c7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_934c6f15-29ee-b84c-6bab-ac121da9bd05-36d3d9c7, #w-node-_4e0e51a3-b9ed-9c95-652d-3d6d5d7e0a14-36d3d9c7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4e0e51a3-b9ed-9c95-652d-3d6d5d7e0a14-36d3d9c7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4e0e51a3-b9ed-9c95-652d-3d6d5d7e0a14-36d3d9c7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


