:root {
  --accessible-components--dark-grey: #9b9b9b;
  --black: black;
  --white: #fff;
  --brown-back: #fff;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

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

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

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

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

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

p {
  margin-bottom: 10px;
}

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

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

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

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.primary-button.cc-contact-us {
  z-index: 5;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.paragraph-light {
  opacity: .6;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.logo-image {
  display: block;
}

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

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

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

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

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

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

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

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

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.heading {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: 31px;
}

.section-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/lockedout.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  height: 100vh;
  display: block;
  position: static;
  overflow: auto;
}

.overlay {
  object-fit: cover;
  background-color: #00000080;
  width: 100dvw;
  height: 100dvh;
  position: absolute;
}

.div-block {
  clear: none;
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #ffffffe6;
  flex-flow: column;
  max-width: 600px;
  max-height: 600px;
  margin: auto;
  padding: 20px 40px 16px;
  display: flex;
  position: absolute;
  inset: 0% -38% 0% 200px;
  overflow: auto;
  box-shadow: 0 2px 5px #0003;
}

.fs_selectcustom-1_list.w--open {
  border: 1px solid #ddd;
  margin-top: 1rem;
}

.fs_selectcustom-1_field {
  margin-bottom: 0;
  display: none;
}

.fs_selectcustom-1_toggle {
  background-color: #f5f5f5;
  padding: .75rem 4rem .75rem 1rem;
}

.fs_selectcustom-1_toggle:focus-visible, .fs_selectcustom-1_toggle[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_selectcustom-1_link {
  background-color: #fff;
  border-bottom: 1px solid #e7e7e7;
  padding: .75rem 1rem;
}

.fs_selectcustom-1_link:hover {
  opacity: .7;
}

.fs_selectcustom-1_link:focus-visible, .fs_selectcustom-1_link[data-wf-focus-visible] {
  z-index: 1;
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_selectcustom-1_link.w--current {
  color: #696969;
  background-color: #f0f0f0;
}

.fs_selectcustom-1_dropdown {
  z-index: 99;
  margin-left: 0;
}

.fs_selectcustom-1_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs_selectcustom-1_embed {
  margin-bottom: 0;
  display: none;
}

.fs_selectcustom-1_message {
  color: var(--accessible-components--dark-grey);
}

.form {
  flex-flow: column;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.column1, .coliumn2 {
  width: 50%;
}

.fs_selectcustom-2_text {
  color: #575757;
}

.fs_selectcustom-2_toggle {
  background-color: #f5f5f5;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem 4rem .75rem 1rem;
  display: flex;
}

.fs_selectcustom-2_toggle:focus-visible, .fs_selectcustom-2_toggle[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_selectcustom-2_field {
  margin-bottom: 0;
  display: none;
}

.fs_selectcustom-2_link {
  background-color: #fff;
  border-bottom: 1px solid #e7e7e7;
  padding: .75rem 1rem;
}

.fs_selectcustom-2_link:hover {
  opacity: .7;
}

.fs_selectcustom-2_link:focus-visible, .fs_selectcustom-2_link[data-wf-focus-visible] {
  z-index: 1;
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_selectcustom-2_link.w--current {
  color: #696969;
  background-color: #f0f0f0;
}

.fs_selectcustom-2_dropdown {
  z-index: 99;
  margin-left: 0;
}

.fs_selectcustom-2_label {
  margin-right: .5rem;
  font-weight: 500;
}

.fs_selectcustom-2_list.w--open {
  border: 1px solid #ddd;
  margin-top: 1rem;
}

.fs_selectcustom-2_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs_selectcustom-2_embed {
  margin-bottom: 0;
}

.fs_selectcustom-2_message {
  color: var(--accessible-components--dark-grey);
}

.fs_selectcustom-2_text-2 {
  color: #575757;
}

.fs_selectcustom-2_toggle-2 {
  background-color: #f5f5f5;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem 4rem .75rem 1rem;
  display: flex;
}

.fs_selectcustom-2_toggle-2:focus-visible, .fs_selectcustom-2_toggle-2[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_selectcustom-2_dropdown-2 {
  z-index: 99;
  margin-left: 0;
}

.fs_selectcustom-2_label-2 {
  margin-right: .5rem;
  font-weight: 500;
}

.fs_selectcustom-2_embed-2 {
  margin-bottom: 0;
  display: none;
}

.fs_selectcustom-1_toggle-2 {
  background-color: #f5f5f5;
  padding: .75rem 4rem .75rem 1rem;
}

.fs_selectcustom-1_toggle-2:focus-visible, .fs_selectcustom-1_toggle-2[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_selectcustom-1_component-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs_selectcustom-1_embed-2 {
  margin-bottom: 0;
}

.fs_selectcustom-1_toggle-3 {
  background-color: #f5f5f5;
  padding: .75rem 4rem .75rem 1rem;
}

.fs_selectcustom-1_toggle-3:focus-visible, .fs_selectcustom-1_toggle-3[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_selectcustom-1_component-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.area-label {
  z-index: 1;
  color: #0000004d;
  background-color: #fff;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 600;
  transition: font-size .3s, color .3s, top .3s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
  position: absolute;
  top: 10px;
}

.form-next {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #7f58e2;
  border-radius: 10px;
  flex: 1;
  width: 48%;
  min-height: 60px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 700;
  transition: letter-spacing .3s, box-shadow .4s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  position: static;
}

.form-next:hover {
  letter-spacing: 3px;
  background-color: #9775ee;
  box-shadow: 0 20px 30px -11px #7f58e299;
}

.form-next:active {
  border: 1px #000;
}

.hero-block {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 140px;
  display: flex;
  position: relative;
}

.link {
  color: #7f58e2;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.note-heading {
  font-size: 40px;
  font-weight: 900;
}

.hero-content {
  width: 50%;
}

.radiobutton {
  border: 2px solid #0000000d;
  border-radius: 50%;
  flex: none;
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-bottom: 5px;
  margin-right: 15px;
  transition: border-width .3s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94), border-color .3s;
}

.radiobutton:hover {
  border-color: #00000026;
}

.radiobutton.w--redirected-checked {
  background-color: #7f58e24d;
  border-width: 9px;
  border-color: #7f58e280;
}

.radiobutton.w--redirected-focus {
  box-shadow: none;
  border-color: #7f58e280;
}

.hero-img-wrap {
  width: 40%;
  margin-top: -60px;
}

.form-heading {
  width: 100%;
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 900;
}

.text-field-done {
  opacity: 0;
  background-color: #7f58e233;
  background-image: url('../images/done-violet.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 11px;
  border: 2px solid #7f58e2;
  border-radius: 50%;
  width: 1px;
  height: 1px;
  margin-left: 20px;
  margin-right: 20px;
  transition: height .3s cubic-bezier(.25, .46, .45, .94), width .3s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.text-field-done.area-done {
  width: 10px;
  height: 10px;
  position: absolute;
  inset: 30px 0% auto auto;
}

.subtitle {
  color: #7c89a5;
  max-width: 900px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
}

.button {
  color: #7f58e2;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 2px solid #7f58e2;
  border-radius: 10px;
  flex: 1;
  min-height: 60px;
  padding: 15px 50px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: letter-spacing .3s, box-shadow .4s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
  position: static;
}

.button:hover {
  letter-spacing: 3px;
}

.button:active {
  border: 1px #000;
}

.button.w--current {
  display: inline-block;
}

.bg-blob {
  position: absolute;
  inset: auto 10% 5% auto;
}

.text-area {
  color: #7f58e2;
  background-color: #0000;
  border: 2px solid #0000000d;
  border-radius: 10px;
  min-height: 240px;
  padding-top: 12px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700;
  transition: border-color .3s;
}

.text-area:hover {
  border-color: #00000026;
  display: block;
}

.text-area:focus {
  border-color: #7f58e280;
}

.radio-button-label {
  display: none;
}

.form-slide {
  flex: none;
  width: 100%;
  margin-right: 40px;
}

.radiobutton-field {
  align-items: flex-start;
  margin-bottom: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  transition: color .3s;
  display: flex;
}

.radiobutton-field:hover {
  color: #7f58e2;
}

.form-back {
  color: #7f58e2;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #7f58e21a;
  border: 2px solid #7f58e2;
  border-radius: 10px;
  flex: 1;
  width: 48%;
  min-height: 60px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 13px 30px;
  font-size: 16px;
  font-weight: 700;
  transition: letter-spacing .3s, box-shadow .4s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  position: static;
}

.form-back:hover {
  letter-spacing: 3px;
  box-shadow: 0 20px 30px -11px #7f58e24d;
}

.form-back:active {
  box-shadow: 0 11px 20px -11px #7f58e299;
}

.form-step {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  margin-bottom: 20px;
  display: flex;
}

.form-step.last-step {
  margin-bottom: 0;
  padding-bottom: 70px;
}

.form-slider {
  background-color: #0000;
  flex-flow: wrap;
  justify-content: space-between;
  height: auto;
  display: flex;
}

.note-link {
  color: #c5387a;
  background-color: #c5387a33;
  border: 2px dashed #c5387a66;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 900;
  text-decoration: none;
  display: flex;
}

.note-link:hover {
  background-color: #c5387a4d;
}

.slide-nav {
  display: none;
}

.success-message {
  background-color: #0000;
  padding: 0;
}

.text-field-wrapper {
  text-align: left;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 2px;
  padding-right: 2px;
  display: flex;
  position: relative;
}

.text-field-wrapper.third {
  width: 31%;
}

.text-field-wrapper.half {
  width: 48%;
}

.field-label-5 {
  z-index: 1;
  color: #0000004d;
  align-self: flex-start;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  transition: background-color .3s, font-size .3s, color .3s, top .3s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
  position: absolute;
  top: 19px;
}

.note {
  color: #c5387a;
  text-align: center;
  background-color: #c5387a1a;
  border: 3px solid #c5387a66;
  border-radius: 20px;
  margin-top: 60px;
  padding: 60px;
  font-size: 24px;
}

.text-field-4 {
  color: #7f58e2;
  background-color: #0000;
  border: 2px solid #0000000d;
  border-radius: 10px;
  height: 60px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700;
  transition: border-color .3s;
  position: static;
  inset: 0%;
}

.text-field-4:hover {
  border-color: #00000026;
  display: block;
}

.text-field-4:focus {
  border-color: #7f58e280;
}

.radio-buttons {
  flex: none;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.text-area-wrapper {
  text-align: left;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 120px;
  margin-bottom: 20px;
  padding-left: 2px;
  padding-right: 2px;
  display: flex;
  position: relative;
}

.step-number {
  color: #7f58e280;
  width: 100%;
  font-size: 16px;
  font-weight: 900;
}

.container-2 {
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.radio-button-field {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 48%;
  height: 100px;
  display: flex;
  position: relative;
}

.form-mask {
  height: auto;
  margin-bottom: -40px;
  margin-left: -40px;
  margin-right: -40px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.radio-button {
  cursor: pointer;
  background-color: #fcfcfc;
  border: 2px solid #fcfcfc;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.radio-button:hover {
  background-color: #7f58e233;
}

.radio-button.w--redirected-checked {
  background-color: #7f58e24d;
  border: 2px solid #7f58e280;
  transition: border-color .3s, background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.radio-button.gender {
  background-image: url('../images/genders-02.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 50%;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.radio-button.gender:hover {
  border-color: #7f58e233;
}

.radio-button.gender.w--redirected-focus {
  box-shadow: none;
}

.radio-button.gender.male {
  background-image: url('../images/genders-01.svg');
}

.radio-button.gender.male.w--redirected-focus {
  box-shadow: none;
}

.form-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #7f58e2;
  border-radius: 10px;
  width: 100%;
  min-height: 70px;
  padding: 20px 30px;
  font-size: 18px;
  font-weight: 700;
  transition: letter-spacing .3s, box-shadow .4s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  inset: auto 0% 20px;
}

.form-button:hover {
  letter-spacing: 3px;
  background-color: #9775ee;
  box-shadow: 0 20px 30px -11px #7f58e299;
}

.form-button:active, .form-button:focus {
  border: 1px #000;
}

.bg-blob-top {
  position: absolute;
  inset: -10% auto auto 5%;
}

.section-4 {
  flex: 1;
  padding: 120px 60px;
}

.section-4.grey {
  background-color: #fcfcfc;
  background-image: url('../images/wave.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.checkbox {
  border-width: 2px;
  border-color: #0000000d;
  border-radius: 7px;
  flex: none;
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-right: 15px;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94), border-color .3s;
}

.checkbox:hover {
  border-color: #00000026;
}

.checkbox.w--redirected-checked {
  background-color: #7f58e24d;
  background-image: url('../images/done-violet.svg');
  background-size: 16px;
  border-color: #7f58e280;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
  border-color: #7f58e280;
}

.checkbox-field {
  align-items: flex-start;
  margin-bottom: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  transition: color .3s;
  display: flex;
}

.checkbox-field:hover {
  color: #7f58e2;
}

.fields-group {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.form-2 {
  text-align: left;
  flex-flow: wrap;
  justify-content: space-between;
}

.form-block-2 {
  background-color: #fff;
  border-radius: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 80px 70px;
  box-shadow: 0 20px 50px -50px #202d4933;
}

.success-subtitle {
  margin-top: -20px;
  margin-bottom: 30px;
}

.creator {
  text-align: center;
  font-size: 16px;
  position: absolute;
  inset: auto 0% 40px;
}

.form-label {
  width: 100%;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

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

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

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

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

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

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

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

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

.card-body {
  padding: 2rem;
}

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

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

.caption {
  display: block;
}

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

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

.button-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0000;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group.align-center {
  justify-content: center;
}

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

.flex-layout.x-space-between {
  justify-content: space-between;
}

.flex-layout.flex-gap-xxs {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.text-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.utility-margin-bottom-4rem-parent.utility-margin-bottom-4rem {
  position: relative;
}

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

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

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

.utility-padding-all-0 {
  padding: 0;
}

.slider-slide.utility-padding-all-0 {
  padding-left: 0;
  padding-right: 0;
}

.utility-background-secondary {
  background-color: #f0f0f0;
}

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

.pricing-highlighted-card {
  border: 2px solid #146ef5;
  border-radius: .25rem;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.pricing-card-badge {
  background-color: #146ef5;
  border-radius: .25rem;
  padding: .25rem .5rem;
  display: inline-block;
  position: absolute;
  top: -1rem;
}

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

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

.utility-max-width-40 {
  max-width: 40rem;
}

.section-5 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-wrapper {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card1.akl, .card3.cards {
  margin-right: 15px;
}

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

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

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

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

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

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

  .menu-icon {
    display: block;
  }

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

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

  .navigation {
    padding: 25px 30px;
  }

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

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

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

  .menu-button {
    padding: 0;
  }

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

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

  .cta-text {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

  .blog-item {
    width: 80%;
  }

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

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

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

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

  .intro-text {
    width: auto;
  }

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

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

  .hero-img-wrap {
    width: 50%;
    margin-top: 0;
  }

  .bg-blob {
    bottom: 0%;
    left: -10%;
  }

  .section-4 {
    padding: 100px 40px;
  }

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

  .card-body {
    padding: 2rem;
  }

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

  .utility-padding-all-0 {
    padding: 0;
  }

  .pricing-highlighted-card {
    align-items: stretch;
  }

  .pricing-card-badge {
    margin-left: 1.25rem;
  }

  .tablet-flex-vertical {
    flex-flow: column;
  }
}

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

  .form-next {
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .hero-block {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-bottom: 60px;
  }

  .note-heading {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .hero-content {
    width: 100%;
  }

  .hero-img-wrap {
    width: 80%;
    max-width: 400px;
    margin-bottom: 40px;
  }

  .form-heading {
    font-size: 24px;
  }

  .subtitle {
    font-size: 20px;
  }

  .button {
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .bg-blob {
    display: none;
  }

  .form-slide {
    flex: none;
    width: 100%;
  }

  .form-back {
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .form-step {
    height: 100%;
  }

  .note {
    padding: 40px;
    font-size: 20px;
  }

  .radio-buttons {
    flex-direction: column;
  }

  .radio-buttons.genders {
    flex-direction: row;
  }

  .bg-blob-top {
    width: 70%;
  }

  .section-4 {
    padding: 40px 20px;
  }

  .section-4.grey {
    background-position: 100% 100%;
    background-size: 1000px;
    padding-top: 60px;
  }

  .form-block-2 {
    padding: 40px 40px 50px;
  }

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

  .utility-margin-top-8rem {
    margin-top: 3rem;
  }

  .card-body {
    padding: 1.5rem;
  }

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

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

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

  .utility-padding-all-0 {
    padding: 0;
  }
}

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

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

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

  .menu {
    margin-left: 15px;
  }

  .navigation {
    background-color: #fff;
    max-width: 100dvw;
    max-height: 100dvh;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

  .heading {
    max-width: 100%;
    max-height: 20%;
    font-size: 5vw;
  }

  .section-2 {
    background-position: 0 0;
    background-size: cover;
    margin-right: 200px;
    padding-left: 0;
    padding-right: 0;
  }

  .overlay {
    width: 100%;
    padding-right: 0;
  }

  .div-block {
    max-width: 100dvw;
    max-height: 100dvh;
    margin: 10px;
    padding: 0;
    display: flex;
    position: absolute;
    inset: 14% 1% 20% 5%;
    overflow: visible;
  }

  .fs_selectcustom-1_list, .fs_selectcustom-1_field {
    font-size: 12px;
  }

  .fs_selectcustom-1_toggle {
    object-fit: scale-down;
    width: 40vw;
    font-size: 12px;
    display: flex;
  }

  .fs_selectcustom-1_arrow {
    z-index: auto;
    margin: 0;
    position: absolute;
    inset: 40% -8px 0 90%;
  }

  .fs_selectcustom-1_text {
    box-sizing: border-box;
    aspect-ratio: auto;
    overflow-wrap: break-word;
    object-fit: scale-down;
    width: 40vw;
    font-size: 12px;
    position: absolute;
    inset: 0%;
    overflow: clip;
  }

  .fs_selectcustom-1_component {
    font-size: 12px;
    display: block;
    position: relative;
  }

  .fs_selectcustom-1_embed {
    opacity: 0;
    background-color: #adadad00;
    height: 0;
    line-height: 0;
    display: none;
    overflow: visible;
  }

  .image {
    opacity: 1;
    max-width: 20%;
    max-height: 20%;
  }

  .section-3 {
    -webkit-text-fill-color: inherit;
    background-color: #a56444;
    background-clip: border-box;
    max-height: 75dvh;
  }

  .field-label, .field-label-2, .field-label-3, .field-label-4 {
    font-size: 12px;
  }

  .fs_selectcustom-2_text {
    width: 100%;
    font-size: 12px;
  }

  .fs_selectcustom-2_toggle {
    width: auto;
    padding-right: 3rem;
    font-size: 16px;
    display: flex;
  }

  .fs_selectcustom-2_arrow {
    position: absolute;
    left: 176px;
  }

  .fs_selectcustom-2_dropdown {
    width: 70%;
  }

  .fs_selectcustom-2_label {
    font-size: 12px;
  }

  .fs_selectcustom-2_embed {
    opacity: 0;
    width: 0;
    max-width: 0;
    height: 0;
    max-height: 0;
    margin-right: 0;
    font-size: 0;
  }

  .fs_selectcustom-2_text-2 {
    font-size: 2.5vw;
  }

  .fs_selectcustom-2_toggle-2 {
    width: 30vw;
    padding-right: 3rem;
    font-size: 16px;
    display: flex;
  }

  .fs_selectcustom-2_arrow-2 {
    margin-right: 2px;
  }

  .fs_selectcustom-2_label-2 {
    margin-left: -11px;
    font-size: 2.5vw;
  }

  .fs_selectcustom-2_embed-2 {
    display: none;
  }

  .text-field-2 {
    height: auto;
    font-size: 16px;
  }

  .text-field-3 {
    font-size: 16px;
  }

  .other {
    text-align: left;
    height: 15dvh;
    font-size: 16px;
  }

  .form-block {
    height: auto;
    overflow: visible;
  }

  .body {
    color: #000;
  }

  .area-label {
    font-size: 14px;
  }

  .form-next {
    flex: none;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .note-heading {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .subtitle {
    font-size: 18px;
  }

  .button {
    flex: none;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .button.w--current {
    vertical-align: baseline;
    display: inline-block;
  }

  .form-back {
    flex: none;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .text-field-wrapper.third, .text-field-wrapper.half {
    width: 100%;
  }

  .note {
    padding: 30px 20px 20px;
    font-size: 18px;
  }

  .text-field-4 {
    margin-top: 15px;
    margin-bottom: 0;
    padding: 5px 0;
  }

  .section-4 {
    padding: 60px 10px;
  }

  .section-4.grey {
    background-position: 50% 100%;
    background-size: 700px;
  }

  .fields-group {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    display: block;
  }

  .form-block-2 {
    border-radius: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-body {
    padding: 1.5rem;
  }

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

  .utility-padding-all-0 {
    padding: 0;
  }

  .section-5 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pricing-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    width: 100dvw;
    height: 22dvh;
    margin-bottom: 60px;
    display: flex;
  }

  .card1 {
    width: 100%;
  }

  .card1.akl {
    border-radius: 12px;
    width: 100%;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    display: block;
    box-shadow: 0 0 5px #0000001a;
  }

  .card1.akl.cards {
    background-color: #a56444b0;
    flex-flow: column;
    width: 28%;
    height: auto;
    margin-bottom: 0;
    margin-left: 15px;
    display: flex;
    position: static;
    inset: 0;
  }

  .card1.spare, .card1.lockedout {
    border-radius: 12px;
    margin-bottom: 15px;
    margin-right: 15px;
    box-shadow: 0 2px 5px #0000001a;
  }

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

  .text-block-2, .text-block-3 {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
  }

  .text-block-4, .text-block-5, .text-block-6 {
    text-align: center;
    font-size: 14px;
    font-weight: 300;
  }

  .lost-all-keys {
    margin-left: 0;
  }

  .text-block-7 {
    font-size: 12px;
    font-weight: 300;
  }

  .column {
    flex-flow: row;
    display: flex;
  }

  .column-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    height: 90%;
    display: flex;
  }

  .text-block-8 {
    margin-bottom: 30px;
  }

  .price, .timetocomplete {
    margin-bottom: 0;
  }

  .column-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    align-items: flex-start;
    height: 90%;
    display: flex;
  }

  .div-block-3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    display: flex;
  }

  .text-block-9 {
    text-align: left;
    border-bottom: 1px solid #000000b3;
    max-width: 100%;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 300;
  }

  .text-block-9.duration {
    font-size: 16px;
  }

  .card2.cards, .card3.cards {
    background-color: #fff;
    border-radius: 12px;
    flex-flow: column;
    width: 28%;
    height: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 15px;
    display: flex;
    box-shadow: 0 2px 5px #0000001a;
  }

  .lockout {
    display: none;
  }

  .bold-text, .bold-text-2, .bold-text-3 {
    font-weight: 600;
  }

  .column-4 {
    border-radius: 20px;
    flex-flow: column;
    align-items: flex-start;
    display: block;
  }

  .text-block-10 {
    border-bottom: 1px solid #000000b3;
    margin-bottom: 15px;
    font-weight: 600;
  }

  .akl {
    display: block;
  }

  .spare {
    display: none;
  }

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

  .columns {
    max-width: 100%;
    position: static;
    right: -32px;
  }

  .section-6 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    display: flex;
  }

  .button-2 {
    background-color: #a56444;
  }

  .div-block-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #a564448a;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
    display: flex;
  }

  .bold-text-4 {
    margin-left: 15px;
  }

  .text-block-11 {
    margin-bottom: 15px;
    margin-left: 15px;
    font-weight: 500;
  }

  .section-7 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    display: flex;
  }

  .contact-styles {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
    display: grid;
  }

  .call {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 2px solid #ceab9a;
    border-left-width: 6px;
    border-radius: 1px;
    flex-flow: column;
    max-width: 100%;
    display: flex;
  }

  .heading-6 {
    font-size: 30px;
  }

  .link-2 {
    color: #4368ff;
    margin-top: 5px;
    margin-bottom: 15px;
    margin-left: 15px;
    font-size: 25px;
    font-weight: 700;
  }

  .link-block {
    flex-flow: row;
    max-width: 15%;
    max-height: 20%;
    margin-left: 15px;
    display: flex;
  }

  .text-block-12 {
    margin-left: 15px;
    font-weight: 500;
  }

  .div-block-5 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    display: flex;
  }

  .image-2 {
    margin-left: 0;
  }

  .image-3 {
    margin-left: 15px;
  }

  .contactusbutton {
    background-color: #a56444;
  }

  .div-block-6 {
    background-color: #000;
    background-image: url('../images/Car-Brands-and-the-Companies-they-Belong-to_optimized.png');
    background-position: 50%;
    background-size: cover;
  }

  .section-8 {
    -webkit-text-fill-color: inherit;
    background-color: #961111;
    background-image: url('../images/CITYPNG.COMHD-Green-Square-Phone-Icon-PNG---2000x2000.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-clip: border-box;
    display: block;
  }

  .div-block-7 {
    max-height: 50%;
  }

  .imagebackground {
    opacity: 1;
    -webkit-text-fill-color: inherit;
    background-color: #616161;
    background-image: url('../images/Car-Brands-and-the-Companies-they-Belong-to_optimized.png');
    background-position: 0 0;
    background-size: auto;
    background-clip: padding-box;
    border: 0 solid #000;
    max-height: 50%;
  }

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

  .section-9 {
    opacity: 1;
    background-color: #f000;
    background-image: url('../images/Car-Brands-and-the-Companies-they-Belong-to_optimized.png');
    background-position: 0 0;
    background-size: contain;
    width: 100dvw;
    height: 100dvh;
    max-height: 100%;
  }

  .div-block-8 {
    background-color: #00000080;
    width: 100%;
    height: 100%;
  }

  .heading-7 {
    color: var(--black);
    text-align: center;
    font-size: 30px;
    font-weight: 700;
  }

  .top {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .text-block-13 {
    color: #000;
    font-weight: 600;
  }

  .shadow {
    background-color: #f0f0f0e8;
    flex-flow: column;
    width: 100dvw;
    height: 100dvh;
    display: flex;
  }

  .middle {
    margin-top: 15px;
  }

  .pros {
    flex-flow: row;
    justify-content: flex-start;
    display: flex;
  }

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

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

  .list {
    list-style-type: square;
  }

  .email {
    color: #7f58e2;
    border: 2px solid #0000000d;
    border-radius: 10px;
    height: 60px;
    margin-top: 30px;
    margin-bottom: 0;
    padding: 0 0 0 14px;
    font-size: 18px;
    font-weight: 700;
  }

  #w-node-f156e844-3d87-cd81-b549-b6140c72744f-084088e5, #w-node-_6bb65498-337e-5122-ce43-784cf2b9d72f-084088e5, #w-node-_34dffc1c-ec43-9ad7-183f-dfa49da72f79-084088e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}