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

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

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

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

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

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

@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;
  margin-right: 0;
}

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;
  margin-top: 27px;
  margin-bottom: -33px;
}

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

.ccoconco {
  margin-top: -123px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.ccoconco.cc-home-wrap, .ccoconco.cc-store-home-wrap {
  padding-top: 0;
  padding-bottom: 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;
}

.container.small-container {
  width: 75%;
  max-width: 1000px;
}

.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 {
  opacity: .6;
  margin-bottom: 0;
}

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

.primary-button {
  clear: left;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 0;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  display: block;
}

.primary-button:hover {
  color: #fff;
  background-color: #5a3c3c;
  border-radius: 5px;
}

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

.primary-button.cc-jumbo-button {
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-left: 313px;
  padding: 16px 37px 16px 35px;
  font-size: 14px;
  line-height: 26px;
  display: block;
}

.primary-button.cc-contact-us {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 150px;
  margin-right: 0;
  display: block;
  position: relative;
}

.primary-button.cc-contact-us:hover {
  border-radius: 5px;
}

.primary-button.cc-contact-us.w--current {
  width: 150px;
}

.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;
  text-align: center;
  margin: 29px 0 0;
  padding-left: 0;
  padding-right: 0;
}

.heading-jumbo {
  color: #520f01;
  text-align: center;
  text-transform: none;
  margin: -90px auto 10px;
  font-size: 50px;
  line-height: 80px;
}

.heading-jumbo-small {
  text-align: center;
  text-transform: none;
  justify-content: center;
  align-items: flex-start;
  margin-top: 108px;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  display: flex;
}

.heading-jumbo-small.utility-margin-bottom-0 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 58px;
  margin-left: auto;
  margin-right: auto;
}

.heading-jumbo-small.eyebrow.utility-margin-bottom-1rem {
  text-align: center;
}

.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 {
  text-align: center;
  margin-top: 4px;
  margin-bottom: 3px;
  margin-left: -15px;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  line-height: 26px;
}

.paragraph-small.paragraph-s.utility-margin-bottom-0 {
  text-align: left;
}

.paragraph-small.paragraph-l.utility-margin-bottom-3rem, .paragraph-small.utility-margin-bottom-2rem {
  text-align: center;
}

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

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

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

.menu {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-top: 1px;
  padding-top: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  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 {
  margin-top: -5px;
  margin-right: -16px;
  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;
}

.footer-wrap.footer {
  background-color: #e7e7e7;
}

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

.hhoho-mhomehome {
  color: #fff;
  background-color: #fff;
  background-image: url('../images/safhklsajklajdjskdjk-1920-x-900-像素-3.png');
  background-position: 50% 0;
  background-size: contain;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-top: 2px;
  margin-bottom: 100px;
  display: flex;
}

.hhoho-mhomehome.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: url('../images/safhklsajklajdjskdjk-1920-x-900-像素-3.png');
  background-position: 50% 100%;
  background-size: cover;
  height: 480px;
  margin-top: 120px;
}

.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-top: 7px;
  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;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: -107px;
  margin-bottom: 80px;
  display: flex;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
  justify-content: flex-end;
  align-items: center;
  margin-top: 117px;
}

.intro-text {
  width: 80%;
  margin: -38px auto 35px;
}

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

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

.work-heading.heading-4.utility-margin-bottom-0-5rem {
  margin-left: -31px;
  padding-left: 0;
}

.work-heading.paragraph-s.utility-margin-bottom-0 {
  margin-left: -40px;
  margin-right: -40px;
  font-size: 20px;
}

.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:hover {
  background-color: #5a3c3c;
}

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

.image {
  border-radius: 11px;
  margin-top: -143px;
  margin-bottom: 0;
  padding-left: 0;
}

.text-block-2 {
  padding-right: 0;
}

.footer {
  background-color: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.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-4-column {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 47px;
}

.grid-layout.desktop-4-column.tablet-2-column.mobile-landscape-1-column.grid-gap-s.utility-margin-top-8rem {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-around;
  align-items: flex-end;
  display: block;
}

.grid-layout.desktop-4-column.tablet-2-column.mobile-portrait-1-column.grid-gap-s {
  justify-content: center;
  align-items: flex-start;
}

.grid-layout.desktop-4-column.tablet-2-column.mobile-portrait-1-column.grid-gap-s.utility-margin-bottom-0 {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-layout.desktop-4-column.mobile-landscape-1-column.grid-gap-s {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 96px;
  margin-bottom: 25px;
}

.grid-layout.desktop-3-column.grid-gap-m {
  justify-content: end;
}

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

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

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

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

.grid-layout.mobile-portrait-1-column.grid-gap-s {
  grid-column-gap: 1.9rem;
  grid-row-gap: 1.9rem;
  text-align: center;
  grid-template-columns: minmax(0, 1.75fr) minmax(0, 1.75fr) 1.25fr 1fr 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.grid-layout.desktop-6-column.utility-margin-bottom-4rem {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

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

.grid-layout.desktop-1-column.utility-link-content-block.utility-aspect-2x3 {
  grid-template-columns: 1.25fr;
}

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

.text-link {
  margin-bottom: 2px;
  text-decoration: none;
  display: block;
}

.utility-text-decoration-none {
  text-decoration: none;
}

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

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

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

.flex-layout.y-center.flex-gap-xxs.wrap.utility-margin-bottom-0.utility-padding-all-0 {
  margin-left: -31px;
}

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

.flex-layout.wrap {
  flex-wrap: wrap;
}

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

.flex-layout.x-center.y-center.utility-height-100.utility-padding-all-2rem.utility-text-align-center {
  margin-bottom: -8px;
}

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

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

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

.text-block-4 {
  margin-right: -33px;
}

.div-block {
  margin-bottom: 27px;
  display: flex;
}

.utility-text-align-center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: -173px;
  display: grid;
}

.utility-padding-all-1rem {
  background-color: #f5f5f5;
  padding: 1rem;
}

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

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

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

.utility-margin-bottom-2rem {
  margin-bottom: 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;
}

.utility-aspect-3x2 {
  aspect-ratio: 3 / 2;
}

.paragraph {
  width: 500px;
  padding-left: 44px;
}

.flex-block {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  text-align: left;
  background-color: #f1f1f1;
  justify-content: center;
  align-items: center;
  width: 700px;
  display: flex;
}

.container-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 54px;
  display: flex;
}

.utility-screen-reader-visible-only {
  white-space: nowrap;
  border: 0 solid #0000;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

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

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

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

.section-image-23 {
  margin-bottom: -4rem;
  margin-right: -4rem;
}

.utility-aspect-4x3 {
  aspect-ratio: 4 / 3;
  position: relative;
}

.utility-image-cover {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.utility-image-cover.utility-aspect-3x2 {
  aspect-ratio: 3 / 6;
  width: 40%;
  margin-left: 307px;
  left: 5%;
}

.utility-image-cover.utility-aspect-3x2.utility-margin-bottom-2rem {
  aspect-ratio: auto;
  text-align: center;
  margin-bottom: 2.1rem;
  margin-left: 0;
}

.grid-gap-xxl-parent.grid-gap-xxl {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
}

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

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

.utility-padding-all-2rem {
  text-align: center;
  background-color: #f8f8f8;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-bottom: -104px;
  margin-right: -174px;
  padding: 2rem;
  display: flex;
}

.icon-large {
  width: 3rem;
  height: 3rem;
}

.div-block-3 {
  display: block;
}

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

.tab-menu-link {
  background-color: #0000;
  border-radius: .25rem;
  padding: 1rem 1.5rem;
}

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

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

.utility-link-content-block {
  margin-bottom: 17px;
  text-decoration: none;
}

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

.tabs {
  margin-top: -79px;
}

.aero {
  text-align: right;
  margin-top: -79px;
  margin-left: 107px;
  margin-right: 107px;
  padding-left: 0;
  overflow: clip;
}

.button {
  background-color: #000;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  margin-left: 470px;
  margin-right: 470px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

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

.testimonial-slide {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.heading-6 {
  text-align: center;
  margin: 189px -139px -305px -400px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.bold-text {
  color: #9c2f00;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-quote-icon {
  color: #f5f251;
  margin-bottom: 24px;
}

.image-6 {
  margin-top: 27px;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 39px;
}

.heading-8 {
  color: #aaa;
  text-align: center;
  font-size: 50px;
}

.youtube-2 {
  width: 80%;
  margin-top: 2px;
  margin-left: 40px;
  margin-right: 40px;
}

.image-13 {
  padding-left: 20px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-slider-large {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.team-member-position {
  margin-bottom: 24px;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.centered-heading-3 {
  color: #000;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 16px;
}

.heading-7 {
  color: #9c3900;
  text-align: center;
  margin: -5px 0 40px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 100px;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
}

.image-15 {
  padding-left: 20px;
}

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

.image-16 {
  padding-left: 20px;
}

.testimonial-quote {
  color: #adadad;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.heading-9 {
  color: #000;
  text-align: center;
  margin: 40px auto 41px;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.testimonial-author-name {
  font-weight: 700;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.image-7 {
  margin-left: 40px;
  margin-right: 40px;
  padding-bottom: 50px;
}

.testimonial-slider-arrow {
  display: none;
}

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

.image-9 {
  margin-right: 20px;
}

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.team-member-name-2 {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.paragraph-4 {
  color: #6b6b6b;
  text-align: center;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.flex-block-3 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 35px;
  margin-left: 29px;
}

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

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

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

.utility-aspect-2x3 {
  aspect-ratio: 2 / 3;
  position: relative;
}

.utility-aspect-1x1 {
  aspect-ratio: 1;
  position: relative;
}

.div-block-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-17 {
  margin-bottom: 0;
}

.image-18 {
  width: 300px;
  margin-top: 144px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.utility-position-relative {
  position: relative;
}

.utility-position-relative.utility-padding-all-2rem.utility-text-inverse {
  bottom: auto;
}

.utility-position-absolute {
  position: absolute;
}

.background-overlay {
  opacity: .2;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.heading-10 {
  text-align: center;
  font-size: 30px;
}

.heading-11 {
  text-align: center;
  margin-bottom: 27px;
}

.team-member-name-3 {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.heading-12 {
  text-align: center;
  margin-top: 73px;
}

.div-block-5 {
  justify-content: space-between;
  margin-top: 37px;
  margin-bottom: 38px;
  display: flex;
}

.italic-text {
  margin-left: -265px;
}

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

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

.section {
  background-color: #fff;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section.utility-overflow-hidden {
  margin-bottom: -112px;
}

.utility-overflow-hidden, .slider-mask.utility-overflow-hidden {
  overflow: hidden;
}

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

.utility-padding-all-3rem {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 3rem;
  display: grid;
}

.column {
  background-color: #f3f3f3;
  border-radius: 11px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-2 {
  background-color: #f3f3f3;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  display: flex;
}

.image-20, .image-21 {
  margin-top: -44px;
}

.heading-13, .heading-14 {
  font-size: 30px;
}

.image-22 {
  margin-top: -31px;
}

.text-block-5 {
  font-size: 12px;
}

.text-block-6 {
  letter-spacing: 1px;
  text-indent: 1px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.text-block-6:hover {
  color: #6e3502;
}

.dropdown-link {
  color: #000;
  text-align: center;
  margin-right: 0;
  font-size: 12px;
  line-height: 20px;
}

.dropdown-link:hover {
  color: #9b3900;
}

.dropdown-link.w--current:hover {
  color: #272727;
  background-color: #cea28d;
}

.dropdown-link-2 {
  color: #2e2e2e;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.dropdown-link-2.w--current:hover {
  background-color: #c4947c;
}

.dropdown-link-3 {
  font-size: 12px;
}

.dropdown-link-4 {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.dropdown-link-5 {
  font-size: 12px;
  line-height: 20px;
}

.dropdown-link-6 {
  text-align: center;
  letter-spacing: 1px;
  text-indent: 1px;
  column-count: 1;
  font-size: 12px;
}

.dropdown-list {
  background-color: #ddd;
}

.dropdown-list.w--open {
  background-color: #f0e8e2;
}

.text-block-7 {
  font-size: 10px;
  line-height: 20px;
}

.text-block-8 {
  color: #ac5600;
  margin-top: 4px;
  margin-left: 12px;
  font-size: 10px;
  font-weight: 500;
}

.icon-2 {
  color: #6e3400;
  cursor: pointer;
  object-fit: fill;
  border: 1px #000;
  border-radius: 0;
}

.icon-2:hover {
  color: #b45400;
}

.utility-width-125 {
  width: 125%;
}

.utility-width-125.centered {
  transform: translate(-10%);
}

.utility-rotate--4-5 {
  transform: rotate(-4.5deg);
}

.utility-image-contain {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.utility-rotate-4-5 {
  transform: rotate(4.5deg);
}

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

.heading-15 {
  color: #520f01;
  text-align: center;
  margin-bottom: 57px;
  font-size: 30px;
}

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

@media screen and (min-width: 991px) {
  .ccoconco {
    margin-top: 32px;
    margin-bottom: -155px;
    display: block;
  }

  .ccoconco.cc-home-wrap {
    flex-flow: column;
    margin-top: 68px;
    margin-bottom: 18px;
    display: flex;
  }

  .ccoconco.cc-store-home-wrap {
    margin-bottom: -263px;
  }

  .container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: -49px;
    padding-top: 0;
    display: flex;
  }

  .container.small-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-end;
    align-items: center;
  }

  .container.utility-text-align-center {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: center;
    place-items: start center;
    margin-top: 1px;
    display: grid;
  }

  .label {
    margin-top: 30px;
  }

  .label.cc-light {
    margin-bottom: -69px;
  }

  .paragraph-light {
    text-align: center;
    margin: 48px 76px 0;
    padding-bottom: 9px;
    padding-left: 76px;
    padding-right: 76px;
  }

  .heading-jumbo {
    justify-content: center;
    align-items: flex-start;
    margin-top: 235px;
    display: flex;
  }

  .heading-jumbo-small {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    margin-left: -101px;
    margin-right: -50px;
    padding-left: 0;
    padding-right: 0;
    font-size: 40px;
    line-height: 50px;
  }

  .heading-jumbo-small.utility-margin-bottom-0 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 56px;
    margin-bottom: 13px;
    margin-left: auto;
    padding-bottom: 58px;
  }

  .paragraph-small {
    text-align: left;
    margin: 19px 78px 116px 1px;
    font-size: 20px;
  }

  .paragraph-small.paragraph-s.utility-margin-bottom-0 {
    margin-bottom: 107px;
    margin-left: 0;
  }

  .paragraph-small.eyebrow.utility-margin-bottom-1rem.utility-text-secondary {
    text-align: center;
    margin: 69px auto 81px;
  }

  .paragraph-small.utility-margin-bottom-2rem {
    margin-top: -15px;
    margin-bottom: 27px;
  }

  .paragraph-small.utility-text-align-center.utility-margin-bottom-0 {
    margin: 0 -69px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .logo-image {
    margin-top: -7px;
  }

  .footer-wrap.footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #eee;
    margin-top: 209px;
    margin-bottom: 21px;
  }

  .hhoho-mhomehome {
    background-image: url('../images/safhklsajklajdjskdjk-1920-x-900-像素-3.png');
    background-position: 50%;
    background-size: cover;
    margin-top: -118px;
    margin-bottom: 328px;
  }

  .hhoho-mhomehome.cc-subpage {
    background-color: #524747;
    background-image: url('../images/safhklsajklajdjskdjk-1920-x-900-像素-3.png');
    background-position: 50% 100%;
    background-size: cover;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: -38px;
    margin-bottom: -84px;
  }

  .motto-wrap {
    margin-top: -272px;
  }

  .our-services-grid {
    grid-column-gap: 239px;
    grid-template-columns: 1.5fr 1.5fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .contact-form-heading-wrap {
    margin-top: 98px;
  }

  .home-section-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: center;
    place-items: center end;
    margin: 0 54px;
    display: grid;
  }

  .home-section-wrap.utility-link-content-block {
    border-radius: 6px;
    margin-left: 98px;
  }

  .work-heading.heading-4 {
    text-align: left;
  }

  .work-heading.heading-4.utility-margin-bottom-0-5rem {
    text-align: center;
    margin-top: 7px;
    margin-left: 0;
    padding-top: 0;
  }

  .work-heading.heading-4.utility-margin-bottom-0-5rem.utility-text-align-center {
    margin: 0 -61px;
  }

  .work-heading.paragraph-s.utility-margin-bottom-0 {
    margin-left: -34px;
    margin-right: -34px;
    font-size: 25px;
  }

  .image {
    margin-top: -94px;
  }

  .grid-layout.desktop-4-column.tablet-2-column.mobile-landscape-1-column.grid-gap-s.utility-margin-top-8rem {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: -111px;
    display: flex;
  }

  .grid-layout.desktop-4-column.tablet-2-column.mobile-portrait-1-column.grid-gap-s {
    justify-content: center;
    align-items: flex-start;
    margin-top: 77px;
  }

  .grid-layout.desktop-3-column.tablet-2-column.mobile-landscape-1-column.grid-gap-m {
    text-align: center;
    grid-template-rows: auto auto;
    margin-right: 0;
  }

  .grid-layout.tablet-1-column.utility-margin-bottom-8rem.utility-position-relative {
    margin-top: 90px;
    padding-top: 0;
  }

  .grid-layout.desktop-6-column.utility-margin-bottom-4rem {
    margin-top: -129px;
  }

  .flex-layout.x-center.y-center.utility-height-100.utility-padding-all-2rem.utility-text-align-center {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fafafa;
    border-radius: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 4fr .25fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: flex-start;
    place-items: baseline stretch;
    width: 550px;
    margin-top: 184px;
    margin-left: -81px;
    margin-right: -81px;
    padding-top: 0;
    display: flex;
  }

  .utility-text-align-center {
    justify-content: center;
    align-items: flex-start;
    margin-top: 15px;
    display: flex;
  }

  .utility-padding-all-1rem {
    margin-left: -55px;
    margin-right: -55px;
  }

  .utility-image-cover.utility-aspect-3x2 {
    margin-top: -5px;
    margin-left: 407px;
  }

  .utility-image-cover.utility-aspect-3x2.utility-margin-bottom-2rem {
    float: none;
    clear: right;
    aspect-ratio: auto;
    text-align: center;
    width: 50%;
    height: 50%;
    margin: -6px 109px 4rem 200px;
    padding-left: 0;
    left: -35%;
  }

  .utility-padding-all-2rem {
    margin-left: -255px;
    margin-right: -263px;
    padding-left: 18.7rem;
  }

  .div-block-3 {
    margin-top: 121px;
  }

  .tabs {
    margin-top: 23px;
  }

  .aero {
    margin-left: 0;
    margin-right: 0;
  }

  .button {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: 349px;
    margin-right: 349px;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
  }

  .button:hover {
    background-color: #dfdfdf;
  }

  .youtube-2 {
    width: 90%;
    height: 40px;
    margin-left: 17px;
    margin-right: 17px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-9 {
    margin-top: 71px;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .div-block-4 {
    margin-top: -15px;
    margin-left: 122px;
    margin-right: 122px;
  }

  .image-18 {
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .bold-text-3 {
    margin-left: -44px;
    margin-right: -44px;
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .div-block-5 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    margin-top: 83px;
    display: flex;
  }

  .italic-text {
    margin-left: -223px;
  }

  .column, .column-2 {
    background-color: #f7f7f7;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 66px;
    padding-right: 66px;
    display: flex;
  }

  .image-20, .image-21 {
    margin-top: -52px;
  }

  .columns {
    margin-left: 19px;
    margin-right: 19px;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-link-2:hover {
    color: #902b00;
    text-overflow: clip;
  }

  .dropdown-link-6 {
    color: #cfcfcf;
  }

  .dropdown-link-6:hover {
    color: #663f00;
    font-size: 10px;
  }

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

  .text-span {
    color: #aaa;
  }

  .bold-text-5 {
    margin-top: -131px;
  }

  .paragraph-5 {
    margin-left: -21px;
    margin-right: -21px;
  }
}

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

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

  .container.small-container {
    width: 90%;
  }

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

  .primary-button {
    flex-flow: row;
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-left: 283px;
    margin-right: 283px;
    padding-left: 0;
    display: block;
  }

  .primary-button.cc-jumbo-button {
    margin-left: 204px;
  }

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

  .paragraph-light {
    margin-left: -1px;
    margin-right: -1px;
  }

  .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-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    justify-content: center;
    align-items: center;
  }

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

  .footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

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

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

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

  .text-link {
    margin-bottom: 3px;
    display: block;
  }

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

  .section-image-23 {
    margin-bottom: 0;
    margin-right: 0;
  }

  .utility-image-cover.utility-aspect-3x2 {
    margin-top: -88px;
  }

  .utility-padding-all-2rem {
    margin-left: 214px;
    margin-right: 214px;
  }

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

  .testimonial-slide {
    padding-left: 32px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

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

  .testimonial-quote {
    overflow: visible;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .div-block-5 {
    justify-content: space-around;
    display: flex;
  }

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

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

  .section {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

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

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

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

  .container {
    text-align: center;
  }

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

  .primary-button {
    flex-flow: row;
    flex: 0 auto;
    width: 120px;
    margin-left: 208px;
    margin-right: 208px;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .primary-button.cc-jumbo-button {
    margin-left: 124px;
  }

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

  .paragraph-light {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
    font-weight: 400;
  }

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

  .about-grid {
    grid-column-gap: 65px;
    grid-row-gap: 65px;
    justify-content: center;
    align-items: center;
    margin: -91px 0 7px;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-layout.desktop-4-column.tablet-2-column.mobile-portrait-1-column.grid-gap-s {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 63px;
    margin-right: 63px;
  }

  .grid-layout.desktop-4-column.mobile-landscape-1-column.grid-gap-s {
    margin: 19px 83px;
  }

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

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

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

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

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

  .div-block {
    margin-bottom: 0;
  }

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

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

  .flex-block {
    width: 500px;
  }

  .div-block-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    margin-left: -62px;
    margin-right: -62px;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    display: flex;
  }

  .masonry-layout.mobile-landscape-1-column {
    column-count: 1;
  }

  .utility-padding-all-4rem {
    padding: 1.5rem;
  }

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

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

  .utility-margin-bottom-3rem {
    margin-bottom: 1.5rem;
  }

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

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

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

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

  .team-circles {
    padding: 60px 15px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .mobile-landscape-flex-vertical-parent.mobile-landscape-flex-vertical {
    flex-flow: column;
  }

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

  .image-18 {
    margin-left: 135px;
  }

  .section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .utility-padding-all-3rem {
    padding: 1.5rem;
  }
}

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

  .ccoconco {
    margin-top: -149px;
    margin-bottom: -212px;
  }

  .ccoconco.cc-store-home-wrap {
    margin-top: -155px;
    margin-bottom: -86px;
  }

  .container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: center;
    margin-top: 17px;
    display: grid;
  }

  .paragraph-bigger.cc-bigger-white-light {
    font-size: 10px;
  }

  .primary-button {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .primary-button.cc-jumbo-button {
    margin-left: 14px;
  }

  .label.cc-light {
    margin-top: -62px;
  }

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

  .paragraph-light {
    margin-top: 44px;
    padding-top: 0;
    font-size: 10px;
    line-height: 13px;
  }

  .heading-jumbo {
    box-sizing: border-box;
    float: none;
    clear: both;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 200px;
    margin-top: 126px;
    margin-left: 17px;
    margin-right: 0;
    padding-right: 0;
    font-size: 15px;
    line-height: 30px;
    display: flex;
  }

  .heading-jumbo-small {
    text-align: center;
    margin: -69px -95px -67px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 15px;
    line-height: 30px;
  }

  .heading-jumbo-small.utility-margin-bottom-0 {
    justify-content: center;
    align-items: flex-start;
    margin-top: 118px;
  }

  .paragraph-small {
    margin-top: 109px;
  }

  .paragraph-small.utility-margin-bottom-2rem {
    margin-bottom: -5.3rem;
    margin-left: -4px;
    font-size: 12px;
    line-height: 15px;
  }

  .menu {
    margin-left: 15px;
  }

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

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

  .footer-wrap.footer {
    margin-top: -45px;
  }

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

  .hhoho-mhomehome {
    box-sizing: content-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: contain;
    background-image: url('../images/正方形手机版.png');
    background-size: contain;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 300px;
    margin-top: 54px;
    margin-bottom: 101px;
    margin-left: -6px;
    display: flex;
  }

  .hhoho-mhomehome.cc-subpage {
    background-image: url('../images/正方形手机版.png');
    flex-flow: column;
    height: 300px;
    margin-top: 2px;
  }

  .motto-wrap {
    margin-top: -100px;
  }

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

  .home-content-wrap {
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .home-section-wrap.utility-margin-bottom-0 {
    margin-bottom: -3px;
  }

  .about-grid {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 80px;
    margin-top: 29px;
    margin-left: -4px;
    margin-right: 16px;
    padding-left: 0;
    font-size: 10px;
    display: flex;
    overflow: visible;
  }

  .work-heading.heading-4.utility-margin-bottom-0-5rem {
    margin-bottom: 2rem;
    margin-left: -7px;
    margin-right: -7px;
    padding-left: 0;
    font-size: 18px;
    line-height: 25px;
  }

  .image {
    width: 280px;
    margin-top: -50px;
    margin-left: -11px;
  }

  .text-block {
    margin-left: 2px;
    margin-right: 2px;
    font-size: 6px;
    line-height: 8px;
    display: flex;
  }

  .text-block-2, .text-block-3 {
    font-size: 6px;
    line-height: 8px;
  }

  .grid-layout.desktop-4-column.tablet-2-column.mobile-landscape-1-column.grid-gap-m {
    line-height: 20px;
  }

  .grid-layout.desktop-4-column.mobile-landscape-1-column.grid-gap-s {
    order: -9999;
    grid-auto-flow: column;
    align-self: auto;
    margin-top: 99px;
    margin-left: -6px;
    margin-right: -6px;
  }

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

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

  .grid-layout.mobile-portrait-1-column.grid-gap-s {
    grid-column-gap: 2.9rem;
    grid-row-gap: 2.9rem;
    grid-template-rows: auto;
    grid-template-columns: minmax(0, 1.75fr) minmax(0, 1.75fr) 1.25fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: grid;
  }

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

  .flex-layout.x-center.y-center.utility-height-100.utility-padding-all-2rem.utility-text-align-center {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-bottom: 41px;
    display: flex;
  }

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

  .paragraph {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 320px;
    margin-left: 94px;
    padding-left: 0;
    padding-right: 0;
    font-size: 10px;
    line-height: 20px;
    display: flex;
  }

  .flex-block {
    flex-flow: column;
    flex: 1;
    align-self: flex-start;
    margin-left: -390px;
    margin-right: -90px;
    padding-right: 6px;
    display: block;
  }

  .container-2 {
    justify-content: center;
    align-items: center;
    margin-bottom: 51px;
    margin-left: -83px;
    padding-left: 0;
  }

  .div-block-2 {
    justify-content: center;
    align-items: center;
    margin-left: 383px;
    display: flex;
  }

  .utility-padding-all-2rem {
    float: none;
    clear: left;
    aspect-ratio: auto;
    flex-flow: column;
    margin: 59px 13px 0;
    display: flex;
  }

  .div-block-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: -72px;
    display: block;
  }

  .body {
    margin-left: 0;
  }

  .youtube {
    width: 60%;
    margin-left: 100px;
  }

  .aero {
    text-align: left;
    margin-left: 59px;
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .testimonial-quote-icon {
    width: 30px;
  }

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

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

  .centered-heading-3 {
    margin-bottom: 24px;
    font-size: 25px;
    line-height: 30px;
  }

  .heading-7 {
    margin-top: -30px;
    font-size: 40px;
  }

  .image-15 {
    order: 0;
    align-self: flex-start;
    display: block;
  }

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

  .testimonial-quote {
    text-align: left;
    font-size: 15px;
    line-height: 20px;
  }

  .heading-9 {
    font-size: 15px;
  }

  .paragraph-4 {
    margin-top: -31px;
    margin-bottom: 27px;
    font-size: 10px;
    line-height: 15px;
  }

  .bold-text-2 {
    font-size: 25px;
    line-height: 10px;
  }

  .image-18 {
    width: 150px;
    margin-left: 84px;
    margin-right: 12px;
    display: block;
  }

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

  .image-19 {
    margin-bottom: 165px;
  }

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

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

  .heading-15 {
    margin-top: -11px;
    margin-bottom: -32px;
    font-size: 15px;
  }

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

  .bold-text-5, .paragraph-5, .paragraph-6, .paragraph-7 {
    font-size: 12px;
  }

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

  .div-block-6 {
    margin-top: 80px;
  }
}

#w-node-c33645b5-0cc2-601e-aa69-a4ad357dc9dc-c09ac806 {
  justify-self: center;
}

#w-node-_25727a3d-379c-5c57-7915-14cd562c0b4d-9351d813.w-node-_61d40fb0-09c3-c075-d7e4-e5eb6e140ea6-c09ac806 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_686aafad-4ad6-d604-e192-54da9351d81c-9351d813.w-node-_61d40fb0-09c3-c075-d7e4-e5eb6e140eac-c09ac806 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: end start;
}

#w-node-_686aafad-4ad6-d604-e192-54da9351d824-9351d813.w-node-_61d40fb0-09c3-c075-d7e4-e5eb6e140ec6-c09ac806, #w-node-_4b35a35a-6825-701b-7465-a7558e90304e-9351d813.w-node-_61d40fb0-09c3-c075-d7e4-e5eb6e140eeb-c09ac806 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cbbfa81d-641d-6741-5de9-6b9e7ac2c66d-7ac2c669.w-node-ab01393d-85df-08c8-4d30-7ba199ee07c0-c09ac809 {
  grid-area: 1 / 1 / 2 / 5;
  place-self: end start;
}

#w-node-cbbfa81d-641d-6741-5de9-6b9e7ac2c66c-7ac2c669.w-node-ab01393d-85df-08c8-4d30-7ba199ee07b6-c09ac809 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-a3e125c6-247a-1ccc-772c-9fb92f4e457a-c09ac809, #w-node-a3e125c6-247a-1ccc-772c-9fb92f4e4583-c09ac809, #w-node-a3e125c6-247a-1ccc-772c-9fb92f4e458e-c09ac809, #w-node-a3e125c6-247a-1ccc-772c-9fb92f4e4596-c09ac809, #w-node-a3e125c6-247a-1ccc-772c-9fb92f4e459c-c09ac809, #w-node-a3e125c6-247a-1ccc-772c-9fb92f4e45a3-c09ac809 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be705858e-c09ac80b, #w-node-_421df62a-c217-12af-eee8-27f88a387918-c09ac80c {
  grid-area: 1 / 1 / 2 / 2;
}

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

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

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

#w-node-_04dc07b0-f222-1bb7-4b12-908691ce82ea-2a414fb1.w-node-aaa6bbe2-c79f-e028-40af-b5afa55db6cd-c09ac80f {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_02b78139-80fa-2cba-6098-37d1454eba65-2a414fb1.w-node-aaa6bbe2-c79f-e028-40af-b5afa55db6d2-c09ac80f {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-cae319d3-de70-7079-ad73-7d5936dec8b1-2a414fb1.w-node-aaa6bbe2-c79f-e028-40af-b5afa55db6d4-c09ac80f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1aedaacb-c587-c73e-a604-bc772a414fc0-2a414fb1.w-node-aaa6bbe2-c79f-e028-40af-b5afa55db6d7-c09ac80f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_041228e9-e86b-e5a2-da9a-05739981ca99-2a414fb1.w-node-aaa6bbe2-c79f-e028-40af-b5afa55db6dd-c09ac80f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_19f895a8-5514-9994-3eb2-8fe9440ce116-2a414fb1.w-node-aaa6bbe2-c79f-e028-40af-b5afa55db6e0-c09ac80f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5de580c-6aaf-8ba1-fdfc-1fa401dfcd0b-2a414fb1.w-node-aaa6bbe2-c79f-e028-40af-b5afa55db6e6-c09ac80f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_33b211ed-8e5f-abc9-5e61-584b31195f0a-2a414fb1.w-node-aaa6bbe2-c79f-e028-40af-b5afa55db6e9-c09ac80f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f4e8963b-1c73-08f3-6e76-736c6efcbecc-6efcbec8.w-node-b4205b4b-1066-58fb-f053-c87d1ab8b9f7-c09ac80f {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_25727a3d-379c-5c57-7915-14cd562c0b4d-9351d813.w-node-d15ffdca-c870-33b0-30e1-23388c81774c-c09ac80f {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_686aafad-4ad6-d604-e192-54da9351d81c-9351d813.w-node-d15ffdca-c870-33b0-30e1-23388c81774d-c09ac80f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: end start;
}

#w-node-_686aafad-4ad6-d604-e192-54da9351d824-9351d813.w-node-d15ffdca-c870-33b0-30e1-23388c81774e-c09ac80f, #w-node-_4b35a35a-6825-701b-7465-a7558e90304e-9351d813.w-node-d15ffdca-c870-33b0-30e1-23388c817763-c09ac80f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

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

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

@media screen and (min-width: 991px) {
  #w-node-a3e125c6-247a-1ccc-772c-9fb92f4e4583-c09ac809, #w-node-a3e125c6-247a-1ccc-772c-9fb92f4e458e-c09ac809 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_25727a3d-379c-5c57-7915-14cd562c0b4d-9351d813.w-node-_61d40fb0-09c3-c075-d7e4-e5eb6e140ea6-c09ac806 {
    grid-column: span 2 / span 2;
  }

  #w-node-_686aafad-4ad6-d604-e192-54da9351d81c-9351d813.w-node-_61d40fb0-09c3-c075-d7e4-e5eb6e140eac-c09ac806 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cbbfa81d-641d-6741-5de9-6b9e7ac2c66d-7ac2c669.w-node-ab01393d-85df-08c8-4d30-7ba199ee07c0-c09ac809 {
    grid-column-end: 5;
  }

  #w-node-cbbfa81d-641d-6741-5de9-6b9e7ac2c66c-7ac2c669.w-node-ab01393d-85df-08c8-4d30-7ba199ee07b6-c09ac809 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

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

  #w-node-cae319d3-de70-7079-ad73-7d5936dec8b1-2a414fb1.w-node-aaa6bbe2-c79f-e028-40af-b5afa55db6d4-c09ac80f, #w-node-_041228e9-e86b-e5a2-da9a-05739981ca99-2a414fb1.w-node-aaa6bbe2-c79f-e028-40af-b5afa55db6dd-c09ac80f, #w-node-a5de580c-6aaf-8ba1-fdfc-1fa401dfcd0b-2a414fb1.w-node-aaa6bbe2-c79f-e028-40af-b5afa55db6e6-c09ac80f {
    grid-column: span 3 / span 3;
  }

  #w-node-f4e8963b-1c73-08f3-6e76-736c6efcbecc-6efcbec8.w-node-b4205b4b-1066-58fb-f053-c87d1ab8b9f7-c09ac80f {
    grid-column: span 5 / span 5;
  }

  #w-node-_25727a3d-379c-5c57-7915-14cd562c0b4d-9351d813.w-node-d15ffdca-c870-33b0-30e1-23388c81774c-c09ac80f {
    grid-column: span 2 / span 2;
  }

  #w-node-_686aafad-4ad6-d604-e192-54da9351d81c-9351d813.w-node-d15ffdca-c870-33b0-30e1-23388c81774d-c09ac80f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

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

@media screen and (max-width: 767px) {
  #w-node-_25727a3d-379c-5c57-7915-14cd562c0b4d-9351d813.w-node-_61d40fb0-09c3-c075-d7e4-e5eb6e140ea6-c09ac806, #w-node-_686aafad-4ad6-d604-e192-54da9351d81c-9351d813.w-node-_61d40fb0-09c3-c075-d7e4-e5eb6e140eac-c09ac806, #w-node-_686aafad-4ad6-d604-e192-54da9351d824-9351d813.w-node-_61d40fb0-09c3-c075-d7e4-e5eb6e140ec6-c09ac806, #w-node-_4b35a35a-6825-701b-7465-a7558e90304e-9351d813.w-node-_61d40fb0-09c3-c075-d7e4-e5eb6e140eeb-c09ac806 {
    grid-column: span 1 / span 1;
  }

  #w-node-_04dc07b0-f222-1bb7-4b12-908691ce82ea-2a414fb1.w-node-aaa6bbe2-c79f-e028-40af-b5afa55db6cd-c09ac80f {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-f4e8963b-1c73-08f3-6e76-736c6efcbecc-6efcbec8.w-node-b4205b4b-1066-58fb-f053-c87d1ab8b9f7-c09ac80f {
    grid-column: span 6 / span 6;
  }

  #w-node-_25727a3d-379c-5c57-7915-14cd562c0b4d-9351d813.w-node-d15ffdca-c870-33b0-30e1-23388c81774c-c09ac80f, #w-node-_686aafad-4ad6-d604-e192-54da9351d81c-9351d813.w-node-d15ffdca-c870-33b0-30e1-23388c81774d-c09ac80f, #w-node-_686aafad-4ad6-d604-e192-54da9351d824-9351d813.w-node-d15ffdca-c870-33b0-30e1-23388c81774e-c09ac80f, #w-node-_4b35a35a-6825-701b-7465-a7558e90304e-9351d813.w-node-d15ffdca-c870-33b0-30e1-23388c817763-c09ac80f {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_76b575d9-c438-7b53-3b59-45ac63ee25e6-c09ac80f, #w-node-_76b575d9-c438-7b53-3b59-45ac63ee25f3-c09ac80f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cae319d3-de70-7079-ad73-7d5936dec8b1-2a414fb1.w-node-aaa6bbe2-c79f-e028-40af-b5afa55db6d4-c09ac80f, #w-node-_041228e9-e86b-e5a2-da9a-05739981ca99-2a414fb1.w-node-aaa6bbe2-c79f-e028-40af-b5afa55db6dd-c09ac80f, #w-node-a5de580c-6aaf-8ba1-fdfc-1fa401dfcd0b-2a414fb1.w-node-aaa6bbe2-c79f-e028-40af-b5afa55db6e6-c09ac80f {
    grid-column: span 6 / span 6;
  }
}


